From 1a2d87e00499ec780df37dd92839e158e7c45b26 Mon Sep 17 00:00:00 2001 From: Electron Bot Date: Fri, 18 Sep 2020 00:11:07 +0000 Subject: [PATCH] update apps --- meta/readmes.json | 3237 ++- meta/releases.json | 48208 +++++++++++++++++++++---------------------- 2 files changed, 25559 insertions(+), 25886 deletions(-) diff --git a/meta/readmes.json b/meta/readmes.json index 9ed44fa316f..fa4de9fe8f7 100644 --- a/meta/readmes.json +++ b/meta/readmes.json @@ -1,2988 +1,2661 @@ { - "admin-scheduler": { - "readmeCleaned": "

adminScheduler

\n

Click link below to see a working demo of adminScheduler

\n

adminScheduler video

\n

adminScheduler is an application leveraging electron for cross platform compatibility, vue.js for lightning fast UI and full-calendar.io to deliver a premium calendar interface.

\n

\"screen

\n

Features

\n
    \n
  • separate client/admin classes
  • \n
  • admin can accept/reject requests
  • \n
  • client can make requests to different admins
  • \n
  • client receives updates regarding appointment status
  • \n
  • admin can cancel events including accepted requests
  • \n
  • client can also cancel events but not those of admin users
  • \n
\n

Purpose

\n

I wanted to develop a desktop application that had the potential to prove useful in a variety of use cases. In its current form adminScheduler is setup to handle to tasks of scheduling a doctor’s office. Users are patients or doctors who can request appointments and accept/reject them based on their associated privileges. However although this project has been set up to handle the needs of a doctor’s office, it can be used in other situations with just a few modifications. The application could be used to manage the appointments of a law office or it could be used to schedule meetings between a tutor and their students. adminScheduler can be used in almost any scenario involving a client and admin relationship.

\n

Setup

\n

(This application is currently configured to work with a postgres db. However it could be reconfigured to work with other databases.)

\n

Initialstep:\nClone repository then go to adminScheduler/clean_server/ and run 'npm install' and go to adminScheduler/scurrent_clean/ and run 'npm install'\nand lastly go to adminScheduler/clean_server/createUserTable and run 'npm install'

\n

Database Setup

\n
    \n
  • Step 1. Create postgres databases named ‘seq’ and ‘doctor’
  • \n
  • Step 2. Find sequelize.js in adminScheduler/clean_server/createUserTable/app/sequelize.js
  • \n
  • Step 3. Configure sequelize.js to connect with your database
  • \n
  • Step 4. Find setupPg.js in adminScheduler/clean_server/resources/app/setupPg.js
  • \n
  • Step 5. Configure the connectionString in setupPg.js
  • \n
  • Step 6. find setupPg.js again and run ‘node setupPg.js’
  • \n
  • Step 7. go to adminScheduler/clean_server/createUserTable and run ‘node setup.js’
  • \n
\n

Final Steps

\n
    \n
  • Run the server by going to adminScheduler/clean_server/resources/app and running ‘node servertest3.js’\nFinally run the application by going to adminScheduler/scurrent_clean/ and running ’npm run dev’
  • \n
\n

Client Admin Relationship

\n

If you are using this application for a different kind of client/admin relationship, for example a law office or tutoring service you may need to make some simple changes. So if you have a law office you would make some adjustments changing the users with doctor priveledges into lawyers and users with patient priveledges would become clients. Lawyers would now accept or reject appointment requests from clients and clients view the schedules of different lawyers before choosing the lawyer they would like to schedule an appointment with. In essence you would only have to change the names of some popups, buttons, and edit a couple lines of server code to change this application from one set-up for a Doctor's office to one for a law office to any sort of business involving a admin/client relationship.

\n
", - "readmeOriginal": "

adminScheduler

\n

Click link below to see a working demo of adminScheduler

\n

adminScheduler video

\n

adminScheduler is an application leveraging electron for cross platform compatibility, vue.js for lightning fast UI and full-calendar.io to deliver a premium calendar interface.

\n

\"screen

\n

Features

\n
    \n
  • separate client/admin classes
  • \n
  • admin can accept/reject requests
  • \n
  • client can make requests to different admins
  • \n
  • client receives updates regarding appointment status
  • \n
  • admin can cancel events including accepted requests
  • \n
  • client can also cancel events but not those of admin users
  • \n
\n

Purpose

\n

I wanted to develop a desktop application that had the potential to prove useful in a variety of use cases. In its current form adminScheduler is setup to handle to tasks of scheduling a doctor’s office. Users are patients or doctors who can request appointments and accept/reject them based on their associated privileges. However although this project has been set up to handle the needs of a doctor’s office, it can be used in other situations with just a few modifications. The application could be used to manage the appointments of a law office or it could be used to schedule meetings between a tutor and their students. adminScheduler can be used in almost any scenario involving a client and admin relationship.

\n

Setup

\n

(This application is currently configured to work with a postgres db. However it could be reconfigured to work with other databases.)

\n

Initialstep:\nClone repository then go to adminScheduler/clean_server/ and run 'npm install' and go to adminScheduler/scurrent_clean/ and run 'npm install'\nand lastly go to adminScheduler/clean_server/createUserTable and run 'npm install'

\n

Database Setup

\n
    \n
  • Step 1. Create postgres databases named ‘seq’ and ‘doctor’
  • \n
  • Step 2. Find sequelize.js in adminScheduler/clean_server/createUserTable/app/sequelize.js
  • \n
  • Step 3. Configure sequelize.js to connect with your database
  • \n
  • Step 4. Find setupPg.js in adminScheduler/clean_server/resources/app/setupPg.js
  • \n
  • Step 5. Configure the connectionString in setupPg.js
  • \n
  • Step 6. find setupPg.js again and run ‘node setupPg.js’
  • \n
  • Step 7. go to adminScheduler/clean_server/createUserTable and run ‘node setup.js’
  • \n
\n

Final Steps

\n
    \n
  • Run the server by going to adminScheduler/clean_server/resources/app and running ‘node servertest3.js’\nFinally run the application by going to adminScheduler/scurrent_clean/ and running ’npm run dev’
  • \n
\n

Client Admin Relationship

\n

If you are using this application for a different kind of client/admin relationship, for example a law office or tutoring service you may need to make some simple changes. So if you have a law office you would make some adjustments changing the users with doctor priveledges into lawyers and users with patient priveledges would become clients. Lawyers would now accept or reject appointment requests from clients and clients view the schedules of different lawyers before choosing the lawyer they would like to schedule an appointment with. In essence you would only have to change the names of some popups, buttons, and edit a couple lines of server code to change this application from one set-up for a Doctor's office to one for a law office to any sort of business involving a admin/client relationship.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:05.368Z" - }, - "aalarm": { - "readmeCleaned": "

Aalarm

\n
\n

Simple alarm app

\n
\n
    \n
  • \n

    Basic interface

    \n
  • \n
  • \n

    Random UI colors

    \n
  • \n
\n

\"v2\"\n\"v1\"

\n
\n

License

\n

Copyright (c) 2018, Ahmetcan Aksu All rights reserved.

\n
", - "readmeOriginal": "

Aalarm

\n
\n

Simple alarm app

\n
\n
    \n
  • \n

    Basic interface

    \n
  • \n
  • \n

    Random UI colors

    \n
  • \n
\n

\"v2\"\n\"v1\"

\n
\n

License

\n

Copyright (c) 2018, Ahmetcan Aksu All rights reserved.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:05.383Z" - }, "abricotine": { "readmeCleaned": "

Abricotine

\n
\n

Desktop markdown editor with inline preview

\n
\n

\"Abricotine

\n

In Abricotine, you can preview your document directly in the text editor rather than in a side pane.

\n

Abricotine is an open-source software based on modern web technologies (HTML5, CSS3 & Node.js). It is available on Windows (7 and +), Linux and OS X.

\n

Features

\n
    \n
  • Write in markdown (or GFM) and export your documents in HTML using templates, or in any other format supported by Pandoc (PDF, docx, ODT, etc.),
  • \n
  • Preview text elements (such as headers, images, math, embedded videos, todo lists...) while you type,
  • \n
  • Use different themes to display your documents,
  • \n
  • Use custom postprocessors to export your documents ("tasks"),
  • \n
  • Auto save your document on change (optional),
  • \n
  • Display document table of content in the side pane,
  • \n
  • Display syntax highlighting for code,
  • \n
  • Show helpers, anchors and hidden characters,
  • \n
  • Copy formatted HTML in the clipboard,
  • \n
  • Write in a distraction-free fullscreen view,
  • \n
  • Manage and beautify markdown tables,
  • \n
  • Search and replace text,
  • \n
  • Ligatures support (Fira Code must be installed on your computer),
  • \n
  • And more features to come...
  • \n
\n

Documentation

\n\n

Contributing

\n

Abricotine is an open source program. Feel free to fork and contribute.

\n

In order to keep the match between this documentation and the last release, please contribute and pull requests on the dedicated develop branch.

\n

License

\n

Abricotine - Markdown Editor
\nCopyright (c) 2020 Thomas Brouard

\n

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

\n

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

\n

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

\n
", "readmeOriginal": "

Abricotine

\n
\n

Desktop markdown editor with inline preview

\n
\n

\"Abricotine

\n

In Abricotine, you can preview your document directly in the text editor rather than in a side pane.

\n

Abricotine is an open-source software based on modern web technologies (HTML5, CSS3 & Node.js). It is available on Windows (7 and +), Linux and OS X.

\n

Features

\n
    \n
  • Write in markdown (or GFM) and export your documents in HTML using templates, or in any other format supported by Pandoc (PDF, docx, ODT, etc.),
  • \n
  • Preview text elements (such as headers, images, math, embedded videos, todo lists...) while you type,
  • \n
  • Use different themes to display your documents,
  • \n
  • Use custom postprocessors to export your documents (\"tasks\"),
  • \n
  • Auto save your document on change (optional),
  • \n
  • Display document table of content in the side pane,
  • \n
  • Display syntax highlighting for code,
  • \n
  • Show helpers, anchors and hidden characters,
  • \n
  • Copy formatted HTML in the clipboard,
  • \n
  • Write in a distraction-free fullscreen view,
  • \n
  • Manage and beautify markdown tables,
  • \n
  • Search and replace text,
  • \n
  • Ligatures support (Fira Code must be installed on your computer),
  • \n
  • And more features to come...
  • \n
\n

Documentation

\n\n

Contributing

\n

Abricotine is an open source program. Feel free to fork and contribute.

\n

In order to keep the match between this documentation and the last release, please contribute and pull requests on the dedicated develop branch.

\n

License

\n

Abricotine - Markdown Editor
\nCopyright (c) 2020 Thomas Brouard

\n

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

\n

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

\n

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:05.420Z" + "readmeFetchedAt": "2020-09-18T00:10:35.911Z" }, "1clipboard": { "readmeCleaned": "

\n \"1Clipboard\"\n

1Clipboard

\n

A universal clipboard managing app that makes it easy to access your clipboard from anywhere on any device.

\n

\n

\n

1Clipboard

\n

1Clipboard is Electron based modern web application written by Typescript using Angular4 (angular-cli) + ngrx (redux for Angular) + PouchDB. I can't say this project is the best example, but anyway it is worth to look for those who are going to use Angular framework as their native application. This project is still a work in progress and not yet ready for production.

\n

Note

\n

I am currently working on this project from scratch with the newer web technology, so the source code is different from the released version.\nI am going to open this project as a public repository in the future when it is ready.\nIf you want to access to the current private repo, please contact me with your github account.

\n

Download

\n

You can download current released version of 1Clipboard for Windows, macOS from http://1clipboard.io.

\n

Tech Stack

\n\n

Support

\n

If you like this project, you can support me by starring this repository, or getting in touch at contact@1clipboard.io

\n

License

\n

MIT © wiziple

\n
", "readmeOriginal": "

\n \"1Clipboard\"\n

1Clipboard

\n

A universal clipboard managing app that makes it easy to access your clipboard from anywhere on any device.

\n

\n

\n

1Clipboard

\n

1Clipboard is Electron based modern web application written by Typescript using Angular4 (angular-cli) + ngrx (redux for Angular) + PouchDB. I can't say this project is the best example, but anyway it is worth to look for those who are going to use Angular framework as their native application. This project is still a work in progress and not yet ready for production.

\n

Note

\n

I am currently working on this project from scratch with the newer web technology, so the source code is different from the released version.\nI am going to open this project as a public repository in the future when it is ready.\nIf you want to access to the current private repo, please contact me with your github account.

\n

Download

\n

You can download current released version of 1Clipboard for Windows, macOS from http://1clipboard.io.

\n

Tech Stack

\n\n

Support

\n

If you like this project, you can support me by starring this repository, or getting in touch at contact@1clipboard.io

\n

License

\n

MIT © wiziple

\n
", - "readmeFetchedAt": "2020-09-17T12:09:05.430Z" + "readmeFetchedAt": "2020-09-18T00:10:35.931Z" }, - "akiee": { - "readmeCleaned": "

\"Akiee

\n# Welcome to Akiee\n

Akiee is a task manager that allows you to organize your task in a new way. It is build with Node-Webkit, Clojurescript and React. It is available for Linux, Mac and Windows.

\n

\"Akiee

\n

What makes Akiee different from other task managers?

\n
    \n
  • \n

    Tasks should be easy to organize. Akiee lets you easily arange the order of your tasks. Unlike other task managers, that only let you change priorities and due dates of your tasks. With Akiee you always know which task you should finish next.

    \n
  • \n
  • \n

    Akiee saves your tasks in a Markdown file! You can access your tasks with every text editor available, it is easy to add notes in the Markdown file the way you like. Akiee doesn't hide your todo list in a database. If you link your tasks to your Dropbox you can even access it over the web.

    \n
  • \n
  • \n

    Akiee's tasks have 3 states: Todo, Doing, Done! Inspired from agile methods like Kanban and Scrum, Akiee's tasks have three states. This way you can focus on the tasks you are currently working on. Other tasks get out of your way.

    \n
  • \n
\n

Akiee is at 0.0.1, it's the first beta release. I have been using it for some time now and it is working stable on Arch 64 bit. So take it for a test drive, if you feel task management is broken for you.

\n

Akiee is heavily inspired by the great Org-Mode and my work as a product owner in a software company.

\n

Video

\n

\"Akiee

\n

How to install and use Akiee

\n

Download your binarys: http://rockiger.com/en/akiee

\n

Unpack the content and click on the Akiee file.

\n
", - "readmeOriginal": "

\"Akiee

\n# Welcome to Akiee\n

Akiee is a task manager that allows you to organize your task in a new way. It is build with Node-Webkit, Clojurescript and React. It is available for Linux, Mac and Windows.

\n

\"Akiee

\n

What makes Akiee different from other task managers?

\n
    \n
  • \n

    Tasks should be easy to organize. Akiee lets you easily arange the order of your tasks. Unlike other task managers, that only let you change priorities and due dates of your tasks. With Akiee you always know which task you should finish next.

    \n
  • \n
  • \n

    Akiee saves your tasks in a Markdown file! You can access your tasks with every text editor available, it is easy to add notes in the Markdown file the way you like. Akiee doesn't hide your todo list in a database. If you link your tasks to your Dropbox you can even access it over the web.

    \n
  • \n
  • \n

    Akiee's tasks have 3 states: Todo, Doing, Done! Inspired from agile methods like Kanban and Scrum, Akiee's tasks have three states. This way you can focus on the tasks you are currently working on. Other tasks get out of your way.

    \n
  • \n
\n

Akiee is at 0.0.1, it's the first beta release. I have been using it for some time now and it is working stable on Arch 64 bit. So take it for a test drive, if you feel task management is broken for you.

\n

Akiee is heavily inspired by the great Org-Mode and my work as a product owner in a software company.

\n

Video

\n

\"Akiee

\n

How to install and use Akiee

\n

Download your binarys: http://rockiger.com/en/akiee

\n

Unpack the content and click on the Akiee file.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:05.735Z" + "aalarm": { + "readmeCleaned": "

Aalarm

\n
\n

Simple alarm app

\n
\n
    \n
  • \n

    Basic interface

    \n
  • \n
  • \n

    Random UI colors

    \n
  • \n
\n

\"v2\"\n\"v1\"

\n
\n

License

\n

Copyright (c) 2018, Ahmetcan Aksu All rights reserved.

\n
", + "readmeOriginal": "

Aalarm

\n
\n

Simple alarm app

\n
\n
    \n
  • \n

    Basic interface

    \n
  • \n
  • \n

    Random UI colors

    \n
  • \n
\n

\"v2\"\n\"v1\"

\n
\n

License

\n

Copyright (c) 2018, Ahmetcan Aksu All rights reserved.

\n
", + "readmeFetchedAt": "2020-09-18T00:10:35.940Z" + }, + "admin-scheduler": { + "readmeCleaned": "

adminScheduler

\n

Click link below to see a working demo of adminScheduler

\n

adminScheduler video

\n

adminScheduler is an application leveraging electron for cross platform compatibility, vue.js for lightning fast UI and full-calendar.io to deliver a premium calendar interface.

\n

\"screen

\n

Features

\n
    \n
  • separate client/admin classes
  • \n
  • admin can accept/reject requests
  • \n
  • client can make requests to different admins
  • \n
  • client receives updates regarding appointment status
  • \n
  • admin can cancel events including accepted requests
  • \n
  • client can also cancel events but not those of admin users
  • \n
\n

Purpose

\n

I wanted to develop a desktop application that had the potential to prove useful in a variety of use cases. In its current form adminScheduler is setup to handle to tasks of scheduling a doctor’s office. Users are patients or doctors who can request appointments and accept/reject them based on their associated privileges. However although this project has been set up to handle the needs of a doctor’s office, it can be used in other situations with just a few modifications. The application could be used to manage the appointments of a law office or it could be used to schedule meetings between a tutor and their students. adminScheduler can be used in almost any scenario involving a client and admin relationship.

\n

Setup

\n

(This application is currently configured to work with a postgres db. However it could be reconfigured to work with other databases.)

\n

Initialstep:\nClone repository then go to adminScheduler/clean_server/ and run 'npm install' and go to adminScheduler/scurrent_clean/ and run 'npm install'\nand lastly go to adminScheduler/clean_server/createUserTable and run 'npm install'

\n

Database Setup

\n
    \n
  • Step 1. Create postgres databases named ‘seq’ and ‘doctor’
  • \n
  • Step 2. Find sequelize.js in adminScheduler/clean_server/createUserTable/app/sequelize.js
  • \n
  • Step 3. Configure sequelize.js to connect with your database
  • \n
  • Step 4. Find setupPg.js in adminScheduler/clean_server/resources/app/setupPg.js
  • \n
  • Step 5. Configure the connectionString in setupPg.js
  • \n
  • Step 6. find setupPg.js again and run ‘node setupPg.js’
  • \n
  • Step 7. go to adminScheduler/clean_server/createUserTable and run ‘node setup.js’
  • \n
\n

Final Steps

\n
    \n
  • Run the server by going to adminScheduler/clean_server/resources/app and running ‘node servertest3.js’\nFinally run the application by going to adminScheduler/scurrent_clean/ and running ’npm run dev’
  • \n
\n

Client Admin Relationship

\n

If you are using this application for a different kind of client/admin relationship, for example a law office or tutoring service you may need to make some simple changes. So if you have a law office you would make some adjustments changing the users with doctor priveledges into lawyers and users with patient priveledges would become clients. Lawyers would now accept or reject appointment requests from clients and clients view the schedules of different lawyers before choosing the lawyer they would like to schedule an appointment with. In essence you would only have to change the names of some popups, buttons, and edit a couple lines of server code to change this application from one set-up for a Doctor's office to one for a law office to any sort of business involving a admin/client relationship.

\n
", + "readmeOriginal": "

adminScheduler

\n

Click link below to see a working demo of adminScheduler

\n

adminScheduler video

\n

adminScheduler is an application leveraging electron for cross platform compatibility, vue.js for lightning fast UI and full-calendar.io to deliver a premium calendar interface.

\n

\"screen

\n

Features

\n
    \n
  • separate client/admin classes
  • \n
  • admin can accept/reject requests
  • \n
  • client can make requests to different admins
  • \n
  • client receives updates regarding appointment status
  • \n
  • admin can cancel events including accepted requests
  • \n
  • client can also cancel events but not those of admin users
  • \n
\n

Purpose

\n

I wanted to develop a desktop application that had the potential to prove useful in a variety of use cases. In its current form adminScheduler is setup to handle to tasks of scheduling a doctor’s office. Users are patients or doctors who can request appointments and accept/reject them based on their associated privileges. However although this project has been set up to handle the needs of a doctor’s office, it can be used in other situations with just a few modifications. The application could be used to manage the appointments of a law office or it could be used to schedule meetings between a tutor and their students. adminScheduler can be used in almost any scenario involving a client and admin relationship.

\n

Setup

\n

(This application is currently configured to work with a postgres db. However it could be reconfigured to work with other databases.)

\n

Initialstep:\nClone repository then go to adminScheduler/clean_server/ and run 'npm install' and go to adminScheduler/scurrent_clean/ and run 'npm install'\nand lastly go to adminScheduler/clean_server/createUserTable and run 'npm install'

\n

Database Setup

\n
    \n
  • Step 1. Create postgres databases named ‘seq’ and ‘doctor’
  • \n
  • Step 2. Find sequelize.js in adminScheduler/clean_server/createUserTable/app/sequelize.js
  • \n
  • Step 3. Configure sequelize.js to connect with your database
  • \n
  • Step 4. Find setupPg.js in adminScheduler/clean_server/resources/app/setupPg.js
  • \n
  • Step 5. Configure the connectionString in setupPg.js
  • \n
  • Step 6. find setupPg.js again and run ‘node setupPg.js’
  • \n
  • Step 7. go to adminScheduler/clean_server/createUserTable and run ‘node setup.js’
  • \n
\n

Final Steps

\n
    \n
  • Run the server by going to adminScheduler/clean_server/resources/app and running ‘node servertest3.js’\nFinally run the application by going to adminScheduler/scurrent_clean/ and running ’npm run dev’
  • \n
\n

Client Admin Relationship

\n

If you are using this application for a different kind of client/admin relationship, for example a law office or tutoring service you may need to make some simple changes. So if you have a law office you would make some adjustments changing the users with doctor priveledges into lawyers and users with patient priveledges would become clients. Lawyers would now accept or reject appointment requests from clients and clients view the schedules of different lawyers before choosing the lawyer they would like to schedule an appointment with. In essence you would only have to change the names of some popups, buttons, and edit a couple lines of server code to change this application from one set-up for a Doctor's office to one for a law office to any sort of business involving a admin/client relationship.

\n
", + "readmeFetchedAt": "2020-09-18T00:10:35.970Z" + }, + "advanced-rest-client": { + "readmeCleaned": "
\n \n \n \n \n \n \n \n \n \n \n
description
Installation process for the Advanced REST Client application.
\n\n

Installing Advanced REST Client

\n

Installing Advanced REST Client

\n

In most cases you can download the app from https://github.com/advanced-rest-client/arc-electron/releases

\n

Find an installer for your platform under "Assets" section.

\n

\"Assets

\n

For example, for Windows you would download arc-setup.exe. For MacOS download arc-13.0.7.dmg.

\n

{% hint style="info" %}\nVersion number may be different to the one in the screen shoot. For normal use, please, download latest stable version.\n{% endhint %}

\n

When downloaded, run the file. The installer will walk you through the installation process.

\n

Linux installation

\n

ARC's build process generates several builds for Linux. Find your platform and then architecture. Wrong architecture (x86 instead of x64) will result with error when installing or running the application.

\n

Please note that ARC won't update automatically on Linux platform as this is not yet supported by the build library. This may be possible in the future.

\n

ARC uses for testing

\n
", + "readmeOriginal": "
\n \n \n \n \n \n \n \n \n \n \n
description
Installation process for the Advanced REST Client application.
\n\n

Installing Advanced REST Client

\n

Installing Advanced REST Client

\n

In most cases you can download the app from https://github.com/advanced-rest-client/arc-electron/releases

\n

Find an installer for your platform under \"Assets\" section.

\n

\"Assets

\n

For example, for Windows you would download arc-setup.exe. For MacOS download arc-13.0.7.dmg.

\n

{% hint style=\"info\" %}\nVersion number may be different to the one in the screen shoot. For normal use, please, download latest stable version.\n{% endhint %}

\n

When downloaded, run the file. The installer will walk you through the installation process.

\n

Linux installation

\n

ARC's build process generates several builds for Linux. Find your platform and then architecture. Wrong architecture (x86 instead of x64) will result with error when installing or running the application.

\n

Please note that ARC won't update automatically on Linux platform as this is not yet supported by the build library. This may be possible in the future.

\n

ARC uses for testing

\n
", + "readmeFetchedAt": "2020-09-18T00:10:36.038Z" }, "alarm-cron": { "readmeCleaned": "

Alarm Cron

\n

\n macOS ·\n Windows ·\n Linux\n

\n

\n \n

\n

System

\n

Minimal requirements

\n

Windows 7 KB2533623

\n

Command examples

\n

MacOS: open -a Terminal ~/Desktop

\n

Windows: start cmd

\n

\n \n

\n

License

\n

\"GitHub
\nNick Reiley (c)

\n
", "readmeOriginal": "

Alarm Cron

\n

\n macOS ·\n Windows ·\n Linux\n

\n

\n \n

\n

System

\n

Minimal requirements

\n

Windows 7 KB2533623

\n

Command examples

\n

MacOS: open -a Terminal ~/Desktop

\n

Windows: start cmd

\n

\n \n

\n

License

\n

\"GitHub
\nNick Reiley (c)

\n
", - "readmeFetchedAt": "2020-09-17T12:09:05.770Z" + "readmeFetchedAt": "2020-09-18T00:10:36.045Z" }, "aiting": { "readmeCleaned": "
", "readmeOriginal": "
", - "readmeFetchedAt": "2020-09-17T12:09:05.775Z" + "readmeFetchedAt": "2020-09-18T00:10:36.075Z" }, - "advanced-rest-client": { - "readmeCleaned": "
\n \n \n \n \n \n \n \n \n \n \n
description
Installation process for the Advanced REST Client application.
\n\n

Installing Advanced REST Client

\n

Installing Advanced REST Client

\n

In most cases you can download the app from https://github.com/advanced-rest-client/arc-electron/releases

\n

Find an installer for your platform under "Assets" section.

\n

\"Assets

\n

For example, for Windows you would download arc-setup.exe. For MacOS download arc-13.0.7.dmg.

\n

{% hint style="info" %}\nVersion number may be different to the one in the screen shoot. For normal use, please, download latest stable version.\n{% endhint %}

\n

When downloaded, run the file. The installer will walk you through the installation process.

\n

Linux installation

\n

ARC's build process generates several builds for Linux. Find your platform and then architecture. Wrong architecture (x86 instead of x64) will result with error when installing or running the application.

\n

Please note that ARC won't update automatically on Linux platform as this is not yet supported by the build library. This may be possible in the future.

\n

ARC uses for testing

\n
", - "readmeOriginal": "
\n \n \n \n \n \n \n \n \n \n \n
description
Installation process for the Advanced REST Client application.
\n\n

Installing Advanced REST Client

\n

Installing Advanced REST Client

\n

In most cases you can download the app from https://github.com/advanced-rest-client/arc-electron/releases

\n

Find an installer for your platform under \"Assets\" section.

\n

\"Assets

\n

For example, for Windows you would download arc-setup.exe. For MacOS download arc-13.0.7.dmg.

\n

{% hint style=\"info\" %}\nVersion number may be different to the one in the screen shoot. For normal use, please, download latest stable version.\n{% endhint %}

\n

When downloaded, run the file. The installer will walk you through the installation process.

\n

Linux installation

\n

ARC's build process generates several builds for Linux. Find your platform and then architecture. Wrong architecture (x86 instead of x64) will result with error when installing or running the application.

\n

Please note that ARC won't update automatically on Linux platform as this is not yet supported by the build library. This may be possible in the future.

\n

ARC uses for testing

\n
", - "readmeFetchedAt": "2020-09-17T12:09:05.782Z" + "akiee": { + "readmeCleaned": "

\"Akiee

\n# Welcome to Akiee\n

Akiee is a task manager that allows you to organize your task in a new way. It is build with Node-Webkit, Clojurescript and React. It is available for Linux, Mac and Windows.

\n

\"Akiee

\n

What makes Akiee different from other task managers?

\n
    \n
  • \n

    Tasks should be easy to organize. Akiee lets you easily arange the order of your tasks. Unlike other task managers, that only let you change priorities and due dates of your tasks. With Akiee you always know which task you should finish next.

    \n
  • \n
  • \n

    Akiee saves your tasks in a Markdown file! You can access your tasks with every text editor available, it is easy to add notes in the Markdown file the way you like. Akiee doesn't hide your todo list in a database. If you link your tasks to your Dropbox you can even access it over the web.

    \n
  • \n
  • \n

    Akiee's tasks have 3 states: Todo, Doing, Done! Inspired from agile methods like Kanban and Scrum, Akiee's tasks have three states. This way you can focus on the tasks you are currently working on. Other tasks get out of your way.

    \n
  • \n
\n

Akiee is at 0.0.1, it's the first beta release. I have been using it for some time now and it is working stable on Arch 64 bit. So take it for a test drive, if you feel task management is broken for you.

\n

Akiee is heavily inspired by the great Org-Mode and my work as a product owner in a software company.

\n

Video

\n

\"Akiee

\n

How to install and use Akiee

\n

Download your binarys: http://rockiger.com/en/akiee

\n

Unpack the content and click on the Akiee file.

\n
", + "readmeOriginal": "

\"Akiee

\n# Welcome to Akiee\n

Akiee is a task manager that allows you to organize your task in a new way. It is build with Node-Webkit, Clojurescript and React. It is available for Linux, Mac and Windows.

\n

\"Akiee

\n

What makes Akiee different from other task managers?

\n
    \n
  • \n

    Tasks should be easy to organize. Akiee lets you easily arange the order of your tasks. Unlike other task managers, that only let you change priorities and due dates of your tasks. With Akiee you always know which task you should finish next.

    \n
  • \n
  • \n

    Akiee saves your tasks in a Markdown file! You can access your tasks with every text editor available, it is easy to add notes in the Markdown file the way you like. Akiee doesn't hide your todo list in a database. If you link your tasks to your Dropbox you can even access it over the web.

    \n
  • \n
  • \n

    Akiee's tasks have 3 states: Todo, Doing, Done! Inspired from agile methods like Kanban and Scrum, Akiee's tasks have three states. This way you can focus on the tasks you are currently working on. Other tasks get out of your way.

    \n
  • \n
\n

Akiee is at 0.0.1, it's the first beta release. I have been using it for some time now and it is working stable on Arch 64 bit. So take it for a test drive, if you feel task management is broken for you.

\n

Akiee is heavily inspired by the great Org-Mode and my work as a product owner in a software company.

\n

Video

\n

\"Akiee

\n

How to install and use Akiee

\n

Download your binarys: http://rockiger.com/en/akiee

\n

Unpack the content and click on the Akiee file.

\n
", + "readmeFetchedAt": "2020-09-18T00:10:36.091Z" }, - "allow2automate": { - "readmeCleaned": "

Allow2Automate

\n

This is a userspace app for Mac OSX, Linux and Windows that can be deployed to all relevant\nApp Stores for these platforms.

\n

The intention is:

\n
    \n
  1. Provide a base, self contained Electron User Space App that:\n
      \n
    • Provides a fully self-contained app to run in user space with no elevated privileges.
    • \n
    • Manages an overall user connection to the API back end (rest based)
    • \n
    • Allows the user to see and monitor Wemo, Homekit and other devices on the local network
    • \n
    • Allows to "connect" (pair) devices selectively to (and remove them from) the currently active Allow2 account
    • \n
    • May allow some other basic functions in future
    • \n
    \n
  2. \n
  3. Provide a separate capability to detect (and authenticate against?) a separate elevated daemon service that runs\non system boot.
  4. \n
  5. Includes the ability to automatically install the elevated daemon service where the relevant App Store\nallows the binary to provide that capability.
  6. \n
  7. Includes a reference to how to download and install the separate daemon installer for those App Stores that\ndo not permit the background process to be included in the installer (Yes Apple, I am looking at you!).
  8. \n
\n

The base operation is intended to show a "Network Wide" view of all detected automation devices, and provide the ability to\nlink/authenticate with them directly, with bridges and otherwise, and de-duplicate any that may come through separate channels\n(ie: direct wemo connections and the same device via a homekit bridge).

\n

Screenshots

\n

\"Allow2Automate

\n

Development notes

\n

The following provides more detail on the structure and intent of the application and components.

\n

Installation

\n

This is a standard electron app, to get started simply clone the repo and run npm install.

\n
git clone https://github.com/Allow2/Allow2Automate.git\ncd Allow2Automate\nnpm install
\n

To run in dev mode (launch the user space app with hot-loader):

\n
npm run develop
\n

Deployment

\n

To build for all platforms:

\n
npm run pack
\n

or for a specific platform:

\n

Mac App Store

\n
npm run pack:mac
\n
./sign.sh
\n

Then upload with Application Loader

\n

Windows App Store

\n

NOTE: cannot currently build on Mac without using a Paid pro version of Parallel.\nSo need to do that, or build on a VM

\n
npm run pack:win
\n

Then drag into https://developer.microsoft.com/

\n

Linux Snap

\n
npm run pack:linux
\n
snapcraft push dist/Allow2Automate_1.1.0_amd64.snap
\n

Notes

\n

For installation of the daemon helper:\nhttps://www.npmjs.com/package/electron-sudo

\n
", - "readmeOriginal": "

Allow2Automate

\n

This is a userspace app for Mac OSX, Linux and Windows that can be deployed to all relevant\nApp Stores for these platforms.

\n

The intention is:

\n
    \n
  1. Provide a base, self contained Electron User Space App that:\n
      \n
    • Provides a fully self-contained app to run in user space with no elevated privileges.
    • \n
    • Manages an overall user connection to the API back end (rest based)
    • \n
    • Allows the user to see and monitor Wemo, Homekit and other devices on the local network
    • \n
    • Allows to \"connect\" (pair) devices selectively to (and remove them from) the currently active Allow2 account
    • \n
    • May allow some other basic functions in future
    • \n
    \n
  2. \n
  3. Provide a separate capability to detect (and authenticate against?) a separate elevated daemon service that runs\non system boot.
  4. \n
  5. Includes the ability to automatically install the elevated daemon service where the relevant App Store\nallows the binary to provide that capability.
  6. \n
  7. Includes a reference to how to download and install the separate daemon installer for those App Stores that\ndo not permit the background process to be included in the installer (Yes Apple, I am looking at you!).
  8. \n
\n

The base operation is intended to show a \"Network Wide\" view of all detected automation devices, and provide the ability to\nlink/authenticate with them directly, with bridges and otherwise, and de-duplicate any that may come through separate channels\n(ie: direct wemo connections and the same device via a homekit bridge).

\n

Screenshots

\n

\"Allow2Automate

\n

Development notes

\n

The following provides more detail on the structure and intent of the application and components.

\n

Installation

\n

This is a standard electron app, to get started simply clone the repo and run npm install.

\n
git clone https://github.com/Allow2/Allow2Automate.git\ncd Allow2Automate\nnpm install
\n

To run in dev mode (launch the user space app with hot-loader):

\n
npm run develop
\n

Deployment

\n

To build for all platforms:

\n
npm run pack
\n

or for a specific platform:

\n

Mac App Store

\n
npm run pack:mac
\n
./sign.sh
\n

Then upload with Application Loader

\n

Windows App Store

\n

NOTE: cannot currently build on Mac without using a Paid pro version of Parallel.\nSo need to do that, or build on a VM

\n
npm run pack:win
\n

Then drag into https://developer.microsoft.com/

\n

Linux Snap

\n
npm run pack:linux
\n
snapcraft push dist/Allow2Automate_1.1.0_amd64.snap
\n

Notes

\n

For installation of the daemon helper:\nhttps://www.npmjs.com/package/electron-sudo

\n
", - "readmeFetchedAt": "2020-09-17T12:09:06.192Z" + "amipwned": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:36.152Z" }, "alchemy": { "readmeCleaned": "

\n

\"FOSSA

\n

Introduction

\n

Alchemy is an open-source file converter (built on Electron and React). It also supports operations like merging files together into a pdf. We hope to support more operations and file types soon!

\n

Visit dawnlabs.io/alchemy/ or read our post to learn more.

\n

Features

\n
    \n
  • Beautifully simple. Super easy, drag-and-drop interface for converting/merging files
  • \n
  • Merge files. Merge multiple images into one pdf, you can even change the file order
  • \n
  • Convert files. Batch-convert multiple files to a variety of file types
  • \n
\n

Usage

\n

\"demo\"

\n
    \n
  1. Simply open the app by clicking on the menubar icon, or by hitting ⌘-⇧-8.
  2. \n
  3. Then just drag your image files into the application and select any options.
  4. \n
  5. Finally, click the convert/merge to seamlessly convert them into a variety of formats, or merge them into a pdf or gif. You can also hold while dropping to merge the files into a pdf immediately.
  6. \n
\n

Installation

\n

macOS/Windows

\n

Download the latest release from the Alchemy Releases Page

\n

Linux

\n

We haven't tested Alchemy on Linux yet, but if you're feeling adventurous go right ahead and create a build for your platform of choice.

\n

Contribute

\n

If you have discovered a bug or have a feature suggestion, feel free to create an issue on Github.

\n

If you'd like to make some changes yourself, see the following:

\n
    \n
  1. Fork this repository to your own GitHub account and then clone it to your local device
  2. \n
  3. Build the webpack bundle and start the application: yarn build && yarn start
  4. \n
  5. Help us keep our code clean and safe: npm i --package-lock-only && npm audit fix
  6. \n
  7. Run the tests with: yarn test
  8. \n
  9. Finally, submit a pull request with your changes!
  10. \n
\n

Authors

\n

Alchemy is a project by

\n\n

License

\n

\"FOSSA

\n
", "readmeOriginal": "

\n

\"FOSSA

\n

Introduction

\n

Alchemy is an open-source file converter (built on Electron and React). It also supports operations like merging files together into a pdf. We hope to support more operations and file types soon!

\n

Visit dawnlabs.io/alchemy/ or read our post to learn more.

\n

Features

\n
    \n
  • Beautifully simple. Super easy, drag-and-drop interface for converting/merging files
  • \n
  • Merge files. Merge multiple images into one pdf, you can even change the file order
  • \n
  • Convert files. Batch-convert multiple files to a variety of file types
  • \n
\n

Usage

\n

\"demo\"

\n
    \n
  1. Simply open the app by clicking on the menubar icon, or by hitting ⌘-⇧-8.
  2. \n
  3. Then just drag your image files into the application and select any options.
  4. \n
  5. Finally, click the convert/merge to seamlessly convert them into a variety of formats, or merge them into a pdf or gif. You can also hold while dropping to merge the files into a pdf immediately.
  6. \n
\n

Installation

\n

macOS/Windows

\n

Download the latest release from the Alchemy Releases Page

\n

Linux

\n

We haven't tested Alchemy on Linux yet, but if you're feeling adventurous go right ahead and create a build for your platform of choice.

\n

Contribute

\n

If you have discovered a bug or have a feature suggestion, feel free to create an issue on Github.

\n

If you'd like to make some changes yourself, see the following:

\n
    \n
  1. Fork this repository to your own GitHub account and then clone it to your local device
  2. \n
  3. Build the webpack bundle and start the application: yarn build && yarn start
  4. \n
  5. Help us keep our code clean and safe: npm i --package-lock-only && npm audit fix
  6. \n
  7. Run the tests with: yarn test
  8. \n
  9. Finally, submit a pull request with your changes!
  10. \n
\n

Authors

\n

Alchemy is a project by

\n\n

License

\n

\"FOSSA

\n
", - "readmeFetchedAt": "2020-09-17T12:09:06.200Z" + "readmeFetchedAt": "2020-09-18T00:10:36.189Z" }, "alduin": { "readmeCleaned": "

Alduin

\n

\"Twitter\"

\n

\"License\"\n\"Github\n\"Github\n\"Website\"\n\"Donation\"

\n

Overview

\n

Alduin is an RSS, Atom and JSON feed aggregator available on Windows and Linux.\nOpen source and free, Alduin has an ergonomic, complete and easy to use interface, which will be suitable for all types of user.

\n

\"Screenshot\"

\n

Current state

\n

Alduin will continue to evolve lead by users recommendations.\nMade with ❤️ by Xavier Stouder.

\n

Download

\n

To download Alduin, just go on the release page and download the archive or executable corresponding to your OS.

\n

Technical specifications

\n

Alduin is built on powefull and modern technologies like:

\n\n

Contributing

\n

You can contribute in many ways. Submit pull requests, create themes, report bugs, make a donation or simply use the software.

\n

Contact

\n

For help, enquiries and commercial contact, please send an email to xavier+alduin@stouder.io.

\n
", "readmeOriginal": "

Alduin

\n

\"Twitter\"

\n

\"License\"\n\"Github\n\"Github\n\"Website\"\n\"Donation\"

\n

Overview

\n

Alduin is an RSS, Atom and JSON feed aggregator available on Windows and Linux.\nOpen source and free, Alduin has an ergonomic, complete and easy to use interface, which will be suitable for all types of user.

\n

\"Screenshot\"

\n

Current state

\n

Alduin will continue to evolve lead by users recommendations.\nMade with ❤️ by Xavier Stouder.

\n

Download

\n

To download Alduin, just go on the release page and download the archive or executable corresponding to your OS.

\n

Technical specifications

\n

Alduin is built on powefull and modern technologies like:

\n\n

Contributing

\n

You can contribute in many ways. Submit pull requests, create themes, report bugs, make a donation or simply use the software.

\n

Contact

\n

For help, enquiries and commercial contact, please send an email to xavier+alduin@stouder.io.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:06.212Z" + "readmeFetchedAt": "2020-09-18T00:10:36.203Z" }, "altair": { "readmeCleaned": "

\"Build\"\n\"All\n\"Build\n\"FOSSA\n\"Crowdin\"\n\"Gitter\"

\n

\"Chrome\n\"Chrome\n\"Chrome\n\"Mozilla\n\"npm\"\n\"Altair\n\"GitHub\n\"Github

\n

\"Backers \"Sponsors

\n

\"Maintenance\"\n\"Greenkeeper\n\"lerna\"\n\"Reviewed

\n

Deploying?

\n
\n\"Altair\n

Altair GraphQL Client

\n
\n

\"set

\n

Altair is a beautiful feature-rich GraphQL Client IDE for all platforms. Available for MacOS, Windows, Linux, Chrome, Firefox.\nIt enables you interact with any GraphQL server you are authorized to access from any platform you are on.

\n

Much like Postman for GraphQL, you can easily test and optimize your GraphQL implementations.

\n

Features

\n

Altair provides several features that make developing with GraphQL very efficient and friendly. These features include:

\n
    \n
  • setting headers
  • \n
  • setting variables
  • \n
  • creating environments
  • \n
  • viewing response stats
  • \n
  • viewing schema docs
  • \n
  • advanced schema docs search
  • \n
  • dynamically adding/generating queries and/or fragments from schema docs
  • \n
  • file upload via GraphQL
  • \n
  • autocompletion of queries
  • \n
  • autofill all query fields at cursor
  • \n
  • automatic schema refreshing using GraphQL Event Stream protocol
  • \n
  • automatic refactoring of query
  • \n
  • prerequest scripts
  • \n
  • multiple windows, multiple languages
  • \n
  • importing and exporting collections of queries
  • \n
  • multiple themes
  • \n
  • plugin system for extensibility
  • \n
  • and many more features (really there's a lot more!).
  • \n
\n

See more here: https://altair.sirmuel.design/docs/features

\n

Missing feature?

\n

Is there a feature that is missing? You can let us know by creating a new issue or you can add the feature by creating a Pull Request.

\n

Usage

\n

For mac users, you can also install using cask:

\n
$ brew cask install altair-graphql-client\n
\n

For linux users, you can also install using snap:

\n
$ snap install altair\n
\n

For arch linux users, an AUR package aur/altair exists:

\n
$ yay -S altair\n
\n

For windows users, you can install using appget:

\n
$ appget install altair-graphql\n
\n

or chocolatey:

\n
$ choco install altair-graphql\n
\n

Usage with express

\n

You can use altair with an express server using altair-express-middleware. Read more about how to use this here.

\n

Usage with koa

\n

You can use altair with a koa server using altair-koa-middleware. Read more about how to use this here.

\n

Usage with Fastify

\n

You can use altair with a Fastify server using altair-fastify-plugin. Read more about how to use this here.

\n

Usage with Laravel (PHP)

\n

You can use altair in a Laravel project using xkojimedia/laravel-altair-graphql:

\n
$ composer require xkojimedia/laravel-altair-graphql
\n

You can find other available integrations here: https://altair.sirmuel.design/docs/integrations

\n

Configuration Options

\n

When using a custom instance of Altair, there are couple of options you can use to customize Altair based on your needs:

\n
    \n
  • endpointURL string - URL to set as the server endpoint
  • \n
  • subscriptionsEndpoint string - URL to set as the subscription endpoint
  • \n
  • initialQuery string - Initial query to be added
  • \n
  • initialVariables string - Initial variables to be added (in JSON format) e.g. '{ "var1": "first variable" }'
  • \n
  • initialPreRequestScript string - Initial pre-request script to be added e.g. 'altair.helpers.getEnvironment("api_key")'
  • \n
  • initialHeaders IDictionary - Initial headers object to be added
  • \n
\n
{\n  'X-GraphQL-Token': 'asd7-237s-2bdk-nsdk4'\n}
\n
    \n
  • initialEnvironments IInitialEnvironments - Initial Environments to be added
  • \n
\n
{\n  base: {\n    title: 'Environment',\n    variables: {}\n  },\n  subEnvironments: [\n    {\n      title: 'sub-1',\n      variables: {}\n    }\n  ]\n}
\n
    \n
  • instanceStorageNamespace string - Namespace for storing the data for the altair instance. Use this when you have multiple altair instances running on the same domain. e.g. 'altair_dev_'
  • \n
\n

Example usage:

\n
AltairGraphQL.init({\n  endpointURL: 'https://www.example.com/graphql',\n  initialVariables: '{ "username": "imolorhe" }',\n});
\n

Supported Browsers

\n

Altair has been tested in the latest versions of Google Chrome and Mozilla Firefox. It might not work as expected in other browsers like Safari and Edge.

\n

Community 🙏🏾

\n

You can learn more about how to get help here.

\n

Contributing

\n

Would you like to help with translations? https://altair-gql-translate.surge.sh/ Click here.

\n
\n

\"Donate

\n
\n

Learn more about contributing to Altair here and here.

\n

Development

\n

Navigate to the packages/altair-app directory, run yarn to install dependencies.\nRun yarn start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

\n

Build

\n

Run yarn build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.

\n

Generate chrome extension files

\n

Run yarn build-ext to build the chrome extension files. The extension files will be stored in the chrome-extension/ directory.

\n

Generate electron app

\n

Run yarn build-electron to build the electron apps. The apps will be stored in the electron-builds/ directory.

\n

Updating docs

\n

Run bundle exec jekyll serve.

\n

Running tests

\n

Run yarn test to execute the unit tests via Karma and the end-to-end tests via Protractor.

\n

Contributors

\n

This project exists thanks to all the people who contribute. [Contribute].\n

\n

Backers

\n

Thank you to all our backers! 🙏 [Become a backer]

\n

\n

Sponsors

\n

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

\n

\n

License

\n

\"FOSSA

\n

More Contributors ❤️

\n

Thanks goes to these wonderful people (emoji key):

\n\n\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\"\"
Danilo Caruso

🌍
\"\"
Igor Szymanski

🌍
\"\"
Kevin Porten

🌍
\"\"
JongChan Choi

🌍
\"\"
Alexey Rodionov

📖
\"\"
kurisutofu

🌍
\"\"
Claércio Santos

🌍
\"\"
jenda

🌍
\"\"
pcharbon70

🌍
\"\"
Juan Cruz

🌍
\"\"
Victor Mihaita

🌍
\"\"
Furqan Anas

📖
\"\"
Vlad Shcherbin

🐛
\"\"
Serhiy Dmytryshyn

🌍
\"\"
Marco Lüthy

💵
\n\n\n\n

This project follows the all-contributors specification. Contributions of any kind welcome!

\n
", "readmeOriginal": "

\"Build\"\n\"All\n\"Build\n\"FOSSA\n\"Crowdin\"\n\"Gitter\"

\n

\"Chrome\n\"Chrome\n\"Chrome\n\"Mozilla\n\"npm\"\n\"Altair\n\"GitHub\n\"Github

\n

\"Backers \"Sponsors

\n

\"Maintenance\"\n\"Greenkeeper\n\"lerna\"\n\"Reviewed

\n

Deploying?

\n
\n\"Altair\n

Altair GraphQL Client

\n
\n

\"set

\n

Altair is a beautiful feature-rich GraphQL Client IDE for all platforms. Available for MacOS, Windows, Linux, Chrome, Firefox.\nIt enables you interact with any GraphQL server you are authorized to access from any platform you are on.

\n

Much like Postman for GraphQL, you can easily test and optimize your GraphQL implementations.

\n

Features

\n

Altair provides several features that make developing with GraphQL very efficient and friendly. These features include:

\n
    \n
  • setting headers
  • \n
  • setting variables
  • \n
  • creating environments
  • \n
  • viewing response stats
  • \n
  • viewing schema docs
  • \n
  • advanced schema docs search
  • \n
  • dynamically adding/generating queries and/or fragments from schema docs
  • \n
  • file upload via GraphQL
  • \n
  • autocompletion of queries
  • \n
  • autofill all query fields at cursor
  • \n
  • automatic schema refreshing using GraphQL Event Stream protocol
  • \n
  • automatic refactoring of query
  • \n
  • prerequest scripts
  • \n
  • multiple windows, multiple languages
  • \n
  • importing and exporting collections of queries
  • \n
  • multiple themes
  • \n
  • plugin system for extensibility
  • \n
  • and many more features (really there's a lot more!).
  • \n
\n

See more here: https://altair.sirmuel.design/docs/features

\n

Missing feature?

\n

Is there a feature that is missing? You can let us know by creating a new issue or you can add the feature by creating a Pull Request.

\n

Usage

\n

For mac users, you can also install using cask:

\n
$ brew cask install altair-graphql-client\n
\n

For linux users, you can also install using snap:

\n
$ snap install altair\n
\n

For arch linux users, an AUR package aur/altair exists:

\n
$ yay -S altair\n
\n

For windows users, you can install using appget:

\n
$ appget install altair-graphql\n
\n

or chocolatey:

\n
$ choco install altair-graphql\n
\n

Usage with express

\n

You can use altair with an express server using altair-express-middleware. Read more about how to use this here.

\n

Usage with koa

\n

You can use altair with a koa server using altair-koa-middleware. Read more about how to use this here.

\n

Usage with Fastify

\n

You can use altair with a Fastify server using altair-fastify-plugin. Read more about how to use this here.

\n

Usage with Laravel (PHP)

\n

You can use altair in a Laravel project using xkojimedia/laravel-altair-graphql:

\n
$ composer require xkojimedia/laravel-altair-graphql
\n

You can find other available integrations here: https://altair.sirmuel.design/docs/integrations

\n

Configuration Options

\n

When using a custom instance of Altair, there are couple of options you can use to customize Altair based on your needs:

\n
    \n
  • endpointURL string - URL to set as the server endpoint
  • \n
  • subscriptionsEndpoint string - URL to set as the subscription endpoint
  • \n
  • initialQuery string - Initial query to be added
  • \n
  • initialVariables string - Initial variables to be added (in JSON format) e.g. '{ \"var1\": \"first variable\" }'
  • \n
  • initialPreRequestScript string - Initial pre-request script to be added e.g. 'altair.helpers.getEnvironment(\"api_key\")'
  • \n
  • initialHeaders IDictionary - Initial headers object to be added
  • \n
\n
{\n  'X-GraphQL-Token': 'asd7-237s-2bdk-nsdk4'\n}
\n
    \n
  • initialEnvironments IInitialEnvironments - Initial Environments to be added
  • \n
\n
{\n  base: {\n    title: 'Environment',\n    variables: {}\n  },\n  subEnvironments: [\n    {\n      title: 'sub-1',\n      variables: {}\n    }\n  ]\n}
\n
    \n
  • instanceStorageNamespace string - Namespace for storing the data for the altair instance. Use this when you have multiple altair instances running on the same domain. e.g. 'altair_dev_'
  • \n
\n

Example usage:

\n
AltairGraphQL.init({\n  endpointURL: 'https://www.example.com/graphql',\n  initialVariables: '{ \"username\": \"imolorhe\" }',\n});
\n

Supported Browsers

\n

Altair has been tested in the latest versions of Google Chrome and Mozilla Firefox. It might not work as expected in other browsers like Safari and Edge.

\n

Community 🙏🏾

\n

You can learn more about how to get help here.

\n

Contributing

\n

Would you like to help with translations? https://altair-gql-translate.surge.sh/ Click here.

\n
\n

\"Donate

\n
\n

Learn more about contributing to Altair here and here.

\n

Development

\n

Navigate to the packages/altair-app directory, run yarn to install dependencies.\nRun yarn start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

\n

Build

\n

Run yarn build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.

\n

Generate chrome extension files

\n

Run yarn build-ext to build the chrome extension files. The extension files will be stored in the chrome-extension/ directory.

\n

Generate electron app

\n

Run yarn build-electron to build the electron apps. The apps will be stored in the electron-builds/ directory.

\n

Updating docs

\n

Run bundle exec jekyll serve.

\n

Running tests

\n

Run yarn test to execute the unit tests via Karma and the end-to-end tests via Protractor.

\n

Contributors

\n

This project exists thanks to all the people who contribute. [Contribute].\n

\n

Backers

\n

Thank you to all our backers! 🙏 [Become a backer]

\n

\n

Sponsors

\n

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

\n

\n

License

\n

\"FOSSA

\n

More Contributors ❤️

\n

Thanks goes to these wonderful people (emoji key):

\n\n\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\"\"
Danilo Caruso

🌍
\"\"
Igor Szymanski

🌍
\"\"
Kevin Porten

🌍
\"\"
JongChan Choi

🌍
\"\"
Alexey Rodionov

📖
\"\"
kurisutofu

🌍
\"\"
Claércio Santos

🌍
\"\"
jenda

🌍
\"\"
pcharbon70

🌍
\"\"
Juan Cruz

🌍
\"\"
Victor Mihaita

🌍
\"\"
Furqan Anas

📖
\"\"
Vlad Shcherbin

🐛
\"\"
Serhiy Dmytryshyn

🌍
\"\"
Marco Lüthy

💵
\n\n\n\n

This project follows the all-contributors specification. Contributions of any kind welcome!

\n
", - "readmeFetchedAt": "2020-09-17T12:09:06.407Z" - }, - "amipwned": { - "readmeOriginal": null, - "readmeFetchedAt": "2020-09-17T12:09:06.409Z" + "readmeFetchedAt": "2020-09-18T00:10:36.260Z" }, - "alva": { - "readmeCleaned": "

\n\n

\n

Meet Alva

\n
\n

Create living prototypes with code components

\n

https://meetalva.io

\n
\n

Get Started | Let's chat | Website

\n

Start with a minimal set of components to sketch concepts and iterate fast your team to create and enrich components, refine design and implemenation and compose a working, living prototype.

\n
\n

⚠️ This is the contributor documentation of Alva. Please refer to meetalva.io/doc/docs/guides for user docs.

\n
\n

Develop Alva

\n
    \n
  • 🐢 🚀 Node.js >=8
  • \n
  • 🌲 Git
  • \n
  • 🐈 yarn >= 1.12
  • \n
  • 🌐 Internet connection
  • \n
\n
git clone https://github.com/meetalva/alva.git\ncd alva\nyarn\nyarn tsc -b -w\n\n# In a second terminal window\nyarn webpack -w\n\n# In a third terminal window\nyarn alva
\n

Package commands

\n

Execute commands in all applicable packages via yarn lerna run [cmd]:

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
CommandDescription
testRun unit tests
watchRebuild on file changes
buildBuild once
\n

Contribute

\n

Feel free to dive in! Open an issue, submit a\nPull Request or let’s discuss what should be next. ❤️

\n

Alva follows the Contributor Covenant Code of Conduct.

\n
\n

Proudly powered by SinnerSchrader.

\n

Copyright 2017-present. Released under the MIT license.

\n
", - "readmeOriginal": "

\n\n

\n

Meet Alva

\n
\n

Create living prototypes with code components

\n

https://meetalva.io

\n
\n

Get Started | Let's chat | Website

\n

Start with a minimal set of components to sketch concepts and iterate fast your team to create and enrich components, refine design and implemenation and compose a working, living prototype.

\n
\n

⚠️ This is the contributor documentation of Alva. Please refer to meetalva.io/doc/docs/guides for user docs.

\n
\n

Develop Alva

\n
    \n
  • 🐢 🚀 Node.js >=8
  • \n
  • 🌲 Git
  • \n
  • 🐈 yarn >= 1.12
  • \n
  • 🌐 Internet connection
  • \n
\n
git clone https://github.com/meetalva/alva.git\ncd alva\nyarn\nyarn tsc -b -w\n\n# In a second terminal window\nyarn webpack -w\n\n# In a third terminal window\nyarn alva
\n

Package commands

\n

Execute commands in all applicable packages via yarn lerna run [cmd]:

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
CommandDescription
testRun unit tests
watchRebuild on file changes
buildBuild once
\n

Contribute

\n

Feel free to dive in! Open an issue, submit a\nPull Request or let’s discuss what should be next. ❤️

\n

Alva follows the Contributor Covenant Code of Conduct.

\n
\n

Proudly powered by SinnerSchrader.

\n

Copyright 2017-present. Released under the MIT license.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:06.527Z" + "allow2automate": { + "readmeCleaned": "

Allow2Automate

\n

This is a userspace app for Mac OSX, Linux and Windows that can be deployed to all relevant\nApp Stores for these platforms.

\n

The intention is:

\n
    \n
  1. Provide a base, self contained Electron User Space App that:\n
      \n
    • Provides a fully self-contained app to run in user space with no elevated privileges.
    • \n
    • Manages an overall user connection to the API back end (rest based)
    • \n
    • Allows the user to see and monitor Wemo, Homekit and other devices on the local network
    • \n
    • Allows to "connect" (pair) devices selectively to (and remove them from) the currently active Allow2 account
    • \n
    • May allow some other basic functions in future
    • \n
    \n
  2. \n
  3. Provide a separate capability to detect (and authenticate against?) a separate elevated daemon service that runs\non system boot.
  4. \n
  5. Includes the ability to automatically install the elevated daemon service where the relevant App Store\nallows the binary to provide that capability.
  6. \n
  7. Includes a reference to how to download and install the separate daemon installer for those App Stores that\ndo not permit the background process to be included in the installer (Yes Apple, I am looking at you!).
  8. \n
\n

The base operation is intended to show a "Network Wide" view of all detected automation devices, and provide the ability to\nlink/authenticate with them directly, with bridges and otherwise, and de-duplicate any that may come through separate channels\n(ie: direct wemo connections and the same device via a homekit bridge).

\n

Screenshots

\n

\"Allow2Automate

\n

Development notes

\n

The following provides more detail on the structure and intent of the application and components.

\n

Installation

\n

This is a standard electron app, to get started simply clone the repo and run npm install.

\n
git clone https://github.com/Allow2/Allow2Automate.git\ncd Allow2Automate\nnpm install
\n

To run in dev mode (launch the user space app with hot-loader):

\n
npm run develop
\n

Deployment

\n

To build for all platforms:

\n
npm run pack
\n

or for a specific platform:

\n

Mac App Store

\n
npm run pack:mac
\n
./sign.sh
\n

Then upload with Application Loader

\n

Windows App Store

\n

NOTE: cannot currently build on Mac without using a Paid pro version of Parallel.\nSo need to do that, or build on a VM

\n
npm run pack:win
\n

Then drag into https://developer.microsoft.com/

\n

Linux Snap

\n
npm run pack:linux
\n
snapcraft push dist/Allow2Automate_1.1.0_amd64.snap
\n

Notes

\n

For installation of the daemon helper:\nhttps://www.npmjs.com/package/electron-sudo

\n
", + "readmeOriginal": "

Allow2Automate

\n

This is a userspace app for Mac OSX, Linux and Windows that can be deployed to all relevant\nApp Stores for these platforms.

\n

The intention is:

\n
    \n
  1. Provide a base, self contained Electron User Space App that:\n
      \n
    • Provides a fully self-contained app to run in user space with no elevated privileges.
    • \n
    • Manages an overall user connection to the API back end (rest based)
    • \n
    • Allows the user to see and monitor Wemo, Homekit and other devices on the local network
    • \n
    • Allows to \"connect\" (pair) devices selectively to (and remove them from) the currently active Allow2 account
    • \n
    • May allow some other basic functions in future
    • \n
    \n
  2. \n
  3. Provide a separate capability to detect (and authenticate against?) a separate elevated daemon service that runs\non system boot.
  4. \n
  5. Includes the ability to automatically install the elevated daemon service where the relevant App Store\nallows the binary to provide that capability.
  6. \n
  7. Includes a reference to how to download and install the separate daemon installer for those App Stores that\ndo not permit the background process to be included in the installer (Yes Apple, I am looking at you!).
  8. \n
\n

The base operation is intended to show a \"Network Wide\" view of all detected automation devices, and provide the ability to\nlink/authenticate with them directly, with bridges and otherwise, and de-duplicate any that may come through separate channels\n(ie: direct wemo connections and the same device via a homekit bridge).

\n

Screenshots

\n

\"Allow2Automate

\n

Development notes

\n

The following provides more detail on the structure and intent of the application and components.

\n

Installation

\n

This is a standard electron app, to get started simply clone the repo and run npm install.

\n
git clone https://github.com/Allow2/Allow2Automate.git\ncd Allow2Automate\nnpm install
\n

To run in dev mode (launch the user space app with hot-loader):

\n
npm run develop
\n

Deployment

\n

To build for all platforms:

\n
npm run pack
\n

or for a specific platform:

\n

Mac App Store

\n
npm run pack:mac
\n
./sign.sh
\n

Then upload with Application Loader

\n

Windows App Store

\n

NOTE: cannot currently build on Mac without using a Paid pro version of Parallel.\nSo need to do that, or build on a VM

\n
npm run pack:win
\n

Then drag into https://developer.microsoft.com/

\n

Linux Snap

\n
npm run pack:linux
\n
snapcraft push dist/Allow2Automate_1.1.0_amd64.snap
\n

Notes

\n

For installation of the daemon helper:\nhttps://www.npmjs.com/package/electron-sudo

\n
", + "readmeFetchedAt": "2020-09-18T00:10:36.282Z" }, "altus": { "readmeCleaned": "

Altus

\n

\"GitHub \"GitHub \"Support\" \"Donate \"ko-fi\"

\n

Altus is an Electron-based WhatsApp client with themes and multiple account support, available for Windows, Mac and Linux!

\n

v4.0 Discussion

\n

\"Altus

\n

Features

\n

Altus uses the GitHub-produced Electron framework to wrap around WhatsApp Web and add extra features to it.

\n
    \n
  • Multiple Account Support: As of v2.0, you can use multiple WhatsApp accounts simultaneously!
  • \n
  • Native notification support for all of the platforms. Clicking the notification opens that specific chat!
  • \n
  • Online Indicator: Shows an indicator at the bottom-left corner of the chats that are online!
  • \n
  • Dark mode for when you need to chill out your eyes in the night (or even in the day)
  • \n
  • Custom Theme Support: Write your own CSS theme for WhatsApp or use the in-built Theme Customizer to create a new one just by picking colors!
  • \n
  • Available for most desktop platforms including Windows (7 or above), Linux and MacOS.
  • \n
  • Tray icon so you can minimize the app completely and still receive notifications.
  • \n
\n

Feature Requests

\n

In order to submit a feature request, create a new issue with the label enhancement.

\n

Please make sure that you provide a helpful description of your feature request. If possible, try implementing the feature yourself by forking this repository and then creating a pull request.

\n

Screenshots

\n

First Start

\n

\"Altus

\n

Default WhatsApp Theme

\n

\"Altus

\n

Dark WhatsApp Theme

\n

\"Altus

\n

Releases

\n

To download the latest releases, you can click here. Alternatively, you can visit the releases page on the repository.

\n

Installation :-

\n

Windows

\n
    \n
  • Run the .exe file provided in the release. E.g.: Altus-Setup-3.0.0.exe
  • \n
  • If Windows displays a warning saying 'Windows protected your PC', click on More info and then click Run Anyway
  • \n
  • Once the Altus Setup starts, you will be asked to select from two choices which are Anyone who uses this computer (all users) and Only for me (username). Select one according to your choice.
  • \n
  • Choose the destination folder where you want Altus to be installed. The default folder depends on what option you chose previously.\n
      \n
    • If you chose "Anyone who uses this computer", then the default folder will be C:\\Program Files\\Altus which you can change if you want.
    • \n
    • If you chose "Only for me", then the default folder will be C:\\Users\\Username\\AppData\\Local\\Programs\\Altus which you can change if you want.
    • \n
    \n
  • \n
  • Click Install. If it asks for admin privileges (UAC), click Yes
  • \n
  • The installation will Altus will be installed to the path according to what you selected. You can select Run Altus if you want to start Altus after closing the setup.
  • \n
\n

Linux

\n

I recommend using the .AppImage format since it allows you to use that single executable on the majority of Linux distributions. I am also not going to create .deb executables anymore since they aren't universal and are proprietary to Debian distributions unlike .AppImage executables which work on almost all of the distributions.

\n

Installing Altus on Linux using AppImage is really easy. Follow these steps:

\n
    \n
  • Download and move the AppImage file to wherever you want to. E.g: ~/Downloads/Altus 3.0.0.AppImage
  • \n
  • You might need to make the file executable using chmod. Use: chmod a+x ~/Downloads/Altus 3.0.0.AppImage
  • \n
  • Then simply run it. Use: ~/Downloads/Altus 3.0.0.AppImage
  • \n
\n

Mac

\n

One thing to note is that Mac releases most probably will be late than the Windows and Linux releases as I do not own a Mac and my PC runs really slow when I use macOS on a VM.

\n

To install Altus on a Mac, follow these steps:

\n
    \n
  • Download the .dmg file
  • \n
  • Double-click it i.e. run it
  • \n
  • Drag the Altus icon onto the Applications folder
  • \n
  • Let it copy
  • \n
  • Done!
  • \n
\n

Support

\n

If you like Altus, consider supporting it by donating using any of the following methods:

\n
    \n
  • LiberaPay: \"Donate
  • \n
  • Ko-Fi: \"ko-fi\"
  • \n
\n

For Developers

\n

Altus is an open-source app and I really appreciate other developers adding new features and/or helping fix bugs. If you want to contribute to Altus, you can fork this repository, make the changes and create a pull request. You can check out this tutorial to learn how to create a pull request.

\n

However, please make sure you follow a few rules listed below to ensure that your changes get merged into the main repo. The rules listed below are enforced to make sure the changes made are well-documented and can be easily kept track of.

\n
    \n
  • \n

    Make sure your pull request has a informative title. You should use prefixes like ADD:, FIX:, etc at the start of the title which describe the changes followed by a one-line description of the changes. Example: ADD: Added a new feature to Altus

    \n
  • \n
  • \n

    Your pull request's description should be in-depth. Make sure you document all the changes you made as in-depth and informative as possible. Dependency changes and major code changes must be thoroughly described and given priority in your description.

    \n
  • \n
  • \n

    Commits in your fork should be informative, as well. Make sure you don't combine too many changes into a single commit.

    \n
  • \n
\n

Acknowledgements

\n

Below is the list of the dependencies that helped me greatly to create this app.

\n

Onyx (vednoc/onyx) - used as the base for the dark theme. A really cool project, you should definitely check it out!

\n
\n

Tabby (cferdinandi/tabby) - used to implement the tabs system.

\n
\n

SweetAlert2 (https://sweetalert2.github.io/) - used to implement pop-ups.

\n
\n

Manrope https://manropefont.com/ - The font used in Altus.

\n
\n

pickr (Simonwep/pickr) - used to implement color pickers.

\n
\n

custom-electron-titlebar (AlexTorresSk/custom-electron-titlebar) - used to create a custom titlebar instead of the plain titlebar that Electron has by default

\n
\n

electron-store (sindresorhus/electron-store) - used to store information of settings, tabs and themes

\n

Contributors

\n

Below is the list of contributors who have contributed to Altus by creating a feature or helping fix an issue.

\n

Melvin-Abraham - Helped fix issues #55, #53

\n

dylanmcdougall - PR #10 (Added feature - Confirmation Dialog on close)

\n

Dafnik - PR #5 (Helped fix issue #4)

\n

Marcelo Zapatta - PR #77 (Fixed #23 by adding tray icon support on Linux)

\n
", "readmeOriginal": "

Altus

\n

\"GitHub \"GitHub \"Support\" \"Donate \"ko-fi\"

\n

Altus is an Electron-based WhatsApp client with themes and multiple account support, available for Windows, Mac and Linux!

\n

v4.0 Discussion

\n

\"Altus

\n

Features

\n

Altus uses the GitHub-produced Electron framework to wrap around WhatsApp Web and add extra features to it.

\n
    \n
  • Multiple Account Support: As of v2.0, you can use multiple WhatsApp accounts simultaneously!
  • \n
  • Native notification support for all of the platforms. Clicking the notification opens that specific chat!
  • \n
  • Online Indicator: Shows an indicator at the bottom-left corner of the chats that are online!
  • \n
  • Dark mode for when you need to chill out your eyes in the night (or even in the day)
  • \n
  • Custom Theme Support: Write your own CSS theme for WhatsApp or use the in-built Theme Customizer to create a new one just by picking colors!
  • \n
  • Available for most desktop platforms including Windows (7 or above), Linux and MacOS.
  • \n
  • Tray icon so you can minimize the app completely and still receive notifications.
  • \n
\n

Feature Requests

\n

In order to submit a feature request, create a new issue with the label enhancement.

\n

Please make sure that you provide a helpful description of your feature request. If possible, try implementing the feature yourself by forking this repository and then creating a pull request.

\n

Screenshots

\n

First Start

\n

\"Altus

\n

Default WhatsApp Theme

\n

\"Altus

\n

Dark WhatsApp Theme

\n

\"Altus

\n

Releases

\n

To download the latest releases, you can click here. Alternatively, you can visit the releases page on the repository.

\n

Installation :-

\n

Windows

\n
    \n
  • Run the .exe file provided in the release. E.g.: Altus-Setup-3.0.0.exe
  • \n
  • If Windows displays a warning saying 'Windows protected your PC', click on More info and then click Run Anyway
  • \n
  • Once the Altus Setup starts, you will be asked to select from two choices which are Anyone who uses this computer (all users) and Only for me (username). Select one according to your choice.
  • \n
  • Choose the destination folder where you want Altus to be installed. The default folder depends on what option you chose previously.\n
      \n
    • If you chose \"Anyone who uses this computer\", then the default folder will be C:\\Program Files\\Altus which you can change if you want.
    • \n
    • If you chose \"Only for me\", then the default folder will be C:\\Users\\Username\\AppData\\Local\\Programs\\Altus which you can change if you want.
    • \n
    \n
  • \n
  • Click Install. If it asks for admin privileges (UAC), click Yes
  • \n
  • The installation will Altus will be installed to the path according to what you selected. You can select Run Altus if you want to start Altus after closing the setup.
  • \n
\n

Linux

\n

I recommend using the .AppImage format since it allows you to use that single executable on the majority of Linux distributions. I am also not going to create .deb executables anymore since they aren't universal and are proprietary to Debian distributions unlike .AppImage executables which work on almost all of the distributions.

\n

Installing Altus on Linux using AppImage is really easy. Follow these steps:

\n
    \n
  • Download and move the AppImage file to wherever you want to. E.g: ~/Downloads/Altus 3.0.0.AppImage
  • \n
  • You might need to make the file executable using chmod. Use: chmod a+x ~/Downloads/Altus 3.0.0.AppImage
  • \n
  • Then simply run it. Use: ~/Downloads/Altus 3.0.0.AppImage
  • \n
\n

Mac

\n

One thing to note is that Mac releases most probably will be late than the Windows and Linux releases as I do not own a Mac and my PC runs really slow when I use macOS on a VM.

\n

To install Altus on a Mac, follow these steps:

\n
    \n
  • Download the .dmg file
  • \n
  • Double-click it i.e. run it
  • \n
  • Drag the Altus icon onto the Applications folder
  • \n
  • Let it copy
  • \n
  • Done!
  • \n
\n

Support

\n

If you like Altus, consider supporting it by donating using any of the following methods:

\n
    \n
  • LiberaPay: \"Donate
  • \n
  • Ko-Fi: \"ko-fi\"
  • \n
\n

For Developers

\n

Altus is an open-source app and I really appreciate other developers adding new features and/or helping fix bugs. If you want to contribute to Altus, you can fork this repository, make the changes and create a pull request. You can check out this tutorial to learn how to create a pull request.

\n

However, please make sure you follow a few rules listed below to ensure that your changes get merged into the main repo. The rules listed below are enforced to make sure the changes made are well-documented and can be easily kept track of.

\n
    \n
  • \n

    Make sure your pull request has a informative title. You should use prefixes like ADD:, FIX:, etc at the start of the title which describe the changes followed by a one-line description of the changes. Example: ADD: Added a new feature to Altus

    \n
  • \n
  • \n

    Your pull request's description should be in-depth. Make sure you document all the changes you made as in-depth and informative as possible. Dependency changes and major code changes must be thoroughly described and given priority in your description.

    \n
  • \n
  • \n

    Commits in your fork should be informative, as well. Make sure you don't combine too many changes into a single commit.

    \n
  • \n
\n

Acknowledgements

\n

Below is the list of the dependencies that helped me greatly to create this app.

\n

Onyx (vednoc/onyx) - used as the base for the dark theme. A really cool project, you should definitely check it out!

\n
\n

Tabby (cferdinandi/tabby) - used to implement the tabs system.

\n
\n

SweetAlert2 (https://sweetalert2.github.io/) - used to implement pop-ups.

\n
\n

Manrope https://manropefont.com/ - The font used in Altus.

\n
\n

pickr (Simonwep/pickr) - used to implement color pickers.

\n
\n

custom-electron-titlebar (AlexTorresSk/custom-electron-titlebar) - used to create a custom titlebar instead of the plain titlebar that Electron has by default

\n
\n

electron-store (sindresorhus/electron-store) - used to store information of settings, tabs and themes

\n

Contributors

\n

Below is the list of contributors who have contributed to Altus by creating a feature or helping fix an issue.

\n

Melvin-Abraham - Helped fix issues #55, #53

\n

dylanmcdougall - PR #10 (Added feature - Confirmation Dialog on close)

\n

Dafnik - PR #5 (Helped fix issue #4)

\n

Marcelo Zapatta - PR #77 (Fixed #23 by adding tray icon support on Linux)

\n
", - "readmeFetchedAt": "2020-09-17T12:09:06.586Z" + "readmeFetchedAt": "2020-09-18T00:10:36.318Z" }, "android-messages": { "readmeCleaned": "

\n

Android Messages

\n

A clean and native interface to https://messages.google.com/web. Supports dark and light mode on macOS Mojave. This project is 100% open-source and available for macOS. Enjoy!

\n

\"Android

\n

\"Android

\n

Build Instructions

\n

To build a new version of the application, first download nativefier using the following command:

\n
yarn global add nativefier\n
\n

OR

\n
npm install nativefier -g\n
\n

Next, download the required CSS and image assets from one of the releases here located here. For example, you will need the electron.css and logo.png files.

\n

Last, you'll need to run the nativefier command to build your package.

\n
nativefier --name "Android Messages" --platform "osx" --bounce --counter  --honest --hide-window-frame --disable-dev-tools --title-bar-style "hidden" --icon logo.png --inject electron.css "https://messages.google.com/web"\n
\n
\n

Note: Nativefier allows for osx, mas, linux, and windows platform types. You can specify this with the --platform flag.

\n
\n
", "readmeOriginal": "

\n

Android Messages

\n

A clean and native interface to https://messages.google.com/web. Supports dark and light mode on macOS Mojave. This project is 100% open-source and available for macOS. Enjoy!

\n

\"Android

\n

\"Android

\n

Build Instructions

\n

To build a new version of the application, first download nativefier using the following command:

\n
yarn global add nativefier\n
\n

OR

\n
npm install nativefier -g\n
\n

Next, download the required CSS and image assets from one of the releases here located here. For example, you will need the electron.css and logo.png files.

\n

Last, you'll need to run the nativefier command to build your package.

\n
nativefier --name \"Android Messages\" --platform \"osx\" --bounce --counter  --honest --hide-window-frame --disable-dev-tools --title-bar-style \"hidden\" --icon logo.png --inject electron.css \"https://messages.google.com/web\"\n
\n
\n

Note: Nativefier allows for osx, mas, linux, and windows platform types. You can specify this with the --platform flag.

\n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:06.711Z" - }, - "anote": { - "readmeCleaned": "

This project is not maintained anymore...

\n

ANote

\n

A simple opensource note app(support markdown only :) ).

\n

Note: Only support mac for now

\n

\"quick_note.gif\"

\n

\"past_image.gif\"

\n

\"past_html.gif\"

\n

Features

\n
    \n
  • markdown friendly
  • \n
  • paste image
  • \n
  • paste html (include fetching image locally)
  • \n
  • export markdown file with images
  • \n
  • export PDF
  • \n
  • support tray menu quick note(inspired by evernote)
  • \n
  • default cmd+v will convert html to markdown, and alt+v for pasting as plain text(not convert html to markdown)
  • \n
\n

Goal

\n

Just need a good note. And want you to enjoy writing.

\n

Know where is my data (~/anote).

\n

Todo

\n
    \n
  • write a chrome plugin for 'bookmark' article (support to markdown or just html)
  • \n
  • backend server (I may use mongodb with nodejs/ruby) for sync (I hope users can deploy it easily)
  • \n
  • mobile app
  • \n
  • add file storage features
  • \n
\n

Inspired by

\n
    \n
  • Evernote
  • \n
  • Pandao editor (use the editor style, I like it)
  • \n
\n

Download

\n

Go to Release, then you can download anote app.

\n

Install/Build from source

\n
npm install\n\nnpm run build\n\nnpm run package\n
\n

Note: Install electron, babel and electron-packager first, and my node is 6.4

\n

Run from source

\n
npm run develop\n
\n

Tech stack

\n
    \n
  • Electron
  • \n
  • React
  • \n
  • Redux
  • \n
  • Babel
  • \n
  • Material Ui
  • \n
  • jQuery
  • \n
\n

Localization

\n

中文

\n

Join us

\n

If u like it, contact me at wpcreep@gmail.com. We can do it togethor.

\n
", - "readmeOriginal": "

This project is not maintained anymore...

\n

ANote

\n

A simple opensource note app(support markdown only :) ).

\n

Note: Only support mac for now

\n

\"quick_note.gif\"

\n

\"past_image.gif\"

\n

\"past_html.gif\"

\n

Features

\n
    \n
  • markdown friendly
  • \n
  • paste image
  • \n
  • paste html (include fetching image locally)
  • \n
  • export markdown file with images
  • \n
  • export PDF
  • \n
  • support tray menu quick note(inspired by evernote)
  • \n
  • default cmd+v will convert html to markdown, and alt+v for pasting as plain text(not convert html to markdown)
  • \n
\n

Goal

\n

Just need a good note. And want you to enjoy writing.

\n

Know where is my data (~/anote).

\n

Todo

\n
    \n
  • write a chrome plugin for 'bookmark' article (support to markdown or just html)
  • \n
  • backend server (I may use mongodb with nodejs/ruby) for sync (I hope users can deploy it easily)
  • \n
  • mobile app
  • \n
  • add file storage features
  • \n
\n

Inspired by

\n
    \n
  • Evernote
  • \n
  • Pandao editor (use the editor style, I like it)
  • \n
\n

Download

\n

Go to Release, then you can download anote app.

\n

Install/Build from source

\n
npm install\n\nnpm run build\n\nnpm run package\n
\n

Note: Install electron, babel and electron-packager first, and my node is 6.4

\n

Run from source

\n
npm run develop\n
\n

Tech stack

\n
    \n
  • Electron
  • \n
  • React
  • \n
  • Redux
  • \n
  • Babel
  • \n
  • Material Ui
  • \n
  • jQuery
  • \n
\n

Localization

\n

中文

\n

Join us

\n

If u like it, contact me at wpcreep@gmail.com. We can do it togethor.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:06.844Z" + "readmeFetchedAt": "2020-09-18T00:10:36.324Z" }, "appear-in": { "readmeOriginal": null, - "readmeFetchedAt": "2020-09-17T12:09:06.874Z" + "readmeFetchedAt": "2020-09-18T00:10:36.330Z" + }, + "alva": { + "readmeCleaned": "

\n\n

\n

Meet Alva

\n
\n

Create living prototypes with code components

\n

https://meetalva.io

\n
\n

Get Started | Let's chat | Website

\n

Start with a minimal set of components to sketch concepts and iterate fast your team to create and enrich components, refine design and implemenation and compose a working, living prototype.

\n
\n

⚠️ This is the contributor documentation of Alva. Please refer to meetalva.io/doc/docs/guides for user docs.

\n
\n

Develop Alva

\n
    \n
  • 🐢 🚀 Node.js >=8
  • \n
  • 🌲 Git
  • \n
  • 🐈 yarn >= 1.12
  • \n
  • 🌐 Internet connection
  • \n
\n
git clone https://github.com/meetalva/alva.git\ncd alva\nyarn\nyarn tsc -b -w\n\n# In a second terminal window\nyarn webpack -w\n\n# In a third terminal window\nyarn alva
\n

Package commands

\n

Execute commands in all applicable packages via yarn lerna run [cmd]:

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
CommandDescription
testRun unit tests
watchRebuild on file changes
buildBuild once
\n

Contribute

\n

Feel free to dive in! Open an issue, submit a\nPull Request or let’s discuss what should be next. ❤️

\n

Alva follows the Contributor Covenant Code of Conduct.

\n
\n

Proudly powered by SinnerSchrader.

\n

Copyright 2017-present. Released under the MIT license.

\n
", + "readmeOriginal": "

\n\n

\n

Meet Alva

\n
\n

Create living prototypes with code components

\n

https://meetalva.io

\n
\n

Get Started | Let's chat | Website

\n

Start with a minimal set of components to sketch concepts and iterate fast your team to create and enrich components, refine design and implemenation and compose a working, living prototype.

\n
\n

⚠️ This is the contributor documentation of Alva. Please refer to meetalva.io/doc/docs/guides for user docs.

\n
\n

Develop Alva

\n
    \n
  • 🐢 🚀 Node.js >=8
  • \n
  • 🌲 Git
  • \n
  • 🐈 yarn >= 1.12
  • \n
  • 🌐 Internet connection
  • \n
\n
git clone https://github.com/meetalva/alva.git\ncd alva\nyarn\nyarn tsc -b -w\n\n# In a second terminal window\nyarn webpack -w\n\n# In a third terminal window\nyarn alva
\n

Package commands

\n

Execute commands in all applicable packages via yarn lerna run [cmd]:

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
CommandDescription
testRun unit tests
watchRebuild on file changes
buildBuild once
\n

Contribute

\n

Feel free to dive in! Open an issue, submit a\nPull Request or let’s discuss what should be next. ❤️

\n

Alva follows the Contributor Covenant Code of Conduct.

\n
\n

Proudly powered by SinnerSchrader.

\n

Copyright 2017-present. Released under the MIT license.

\n
", + "readmeFetchedAt": "2020-09-18T00:10:36.383Z" }, "anotherredisdesktopmanager": { "readmeCleaned": "

\n

Another Redis DeskTop Manager

\n
\n
\n

🚀🚀🚀 A faster, better and more stable redis desktop manager, compatible with Linux, windows, mac. What's more, it won't crash when loading a large number of keys.

\n
\n

\"MIT\"\n\"Download\"\n\"Download\n\"shiboooo\"\n\"FOSSA

\n

Windows

\n

Download latest exe package from release [or gitee in China], double click to install.

\n

Linux

\n

Download latest AppImage package from release [or gitee in China], chmod +x, double click to run.

\n

Mac

\n
    \n
  • Download latest dmg package from release [or gitee in China], double click to install.
  • \n
  • Or by brew: brew cask install another-redis-desktop-manager
  • \n
  • Or sponsor by app store, It's not free, and I will be very grateful to you.\n
    \"app
  • \n
\n\n

Enjoy!

\n

\"redis\n\"redis

\n

\"redis\n\"redis

\n

\"redis\n\"redis

\n

Feature Log

\n
    \n
  • 2020-09-04: SSH Cluster Support && Extension Commands Support
  • \n
  • 2020-06-18: SSL/TLS Support!!!
  • \n
  • 2020-04-28: Page Zoom && Big Key Loads With Scan && Auto Json
  • \n
  • 2020-04-18: Unvisible Key\\Value Format Support
  • \n
  • 2020-04-04: Cluster Support!!!
  • \n
  • 2020-03-13: Dark Mode Support!!! && JsonView In Other Place
  • \n
  • 2020-02-16: SSH Private Key Support
  • \n
  • 2020-02-13: Open Cli Console In Tabs
  • \n
  • 2019-06-14: Custom Font-Family Support
  • \n
  • 2019-05-28: Key List Resizable
  • \n
  • 2019-05-09: Search Support In Hash List Set Zset
  • \n
  • 2019-04-26: Auto Updater
  • \n
  • 2019-04-09: SSH Tunnel Connection Support
  • \n
  • 2019-04-01: Extract Search Support
  • \n
  • 2019-02-22: Single Connection Support
  • \n
  • 2019-01-08: Project Start
  • \n
\n

Dev Build Setup

\n

Linux Or Mac

\n
# clone code\ngit clone https://github.com/qishibo/AnotherRedisDesktopManager.git --depth=1\ncd AnotherRedisDesktopManager\n\n# install dependencies\nnpm install\n\n# if download electron failed during installing, use this command\n# ELECTRON_MIRROR="https://npm.taobao.org/mirrors/electron/" npm install\n\n# serve with hot reload at localhost:9988\nnpm start\n\n\n# after the previous step is completed, open another tab, build up a desktop client\nnpm run electron
\n

If linux errors like this:

\n
# if error like this\n../src/FontManagerLinux.cc:1:35: fatal error: fontconfig/fontconfig.h: No such file or directory\n\n# then try this\nsudo apt install libfontconfig1-dev
\n

Windows

\n
# install build tools for the first time, just execute once\nnpm install -g windows-build-tools\n\n# clone code\ngit clone https://github.com/qishibo/AnotherRedisDesktopManager.git --depth=1\ncd AnotherRedisDesktopManager\n\n# install dependencies, 32-bit or 64-bit all use win32\nnpm install --platform=win32\n\n# if download electron failed during installing, use this command\n# npm config set ELECTRON_MIRROR http://npm.taobao.org/mirrors/electron/\n# npm install --platform=win32\n\n# serve with hot reload at localhost:9988\nnpm start\n\n\n# after the previous step is completed to 100%, open another tab, build up a desktop client\nnpm run electron
\n

Build Package

\n
# prepare before package\nnpm run pack:prepare\n\n# build package on respective platforms\n# on windows build 64bit package\nnpm run pack:win\n# on windows build 32bit package\nnpm run pack:win32\n\n# on mac\nnpm run pack:mac\n\n# on linux\nnpm run pack:linux
\n

Sponsor

\n
    \n
  • \n

    Give me a star !

    \n
  • \n
  • \n

    Through OpenCollective

    \n
  • \n
  • \n

    Through Paypal

    \n
  • \n
  • \n

    If you are a Mac user, you can purchase this software from the app store to sponsor, and then let the app store automatically update it for you.

    \n

    \"app

    \n
  • \n
  • \n

    Wechat sponsor code

    \n\n
  • \n
\n

Contributors

\n

This project exists thanks to all the people who contribute.\n\"contributors\"\n\"backers\"

\n

License

\n

MIT

\n

Support

\n

qii404.me @shiboooo Download Analysis

\n
", "readmeOriginal": "

\n

Another Redis DeskTop Manager

\n
\n
\n

🚀🚀🚀 A faster, better and more stable redis desktop manager, compatible with Linux, windows, mac. What's more, it won't crash when loading a large number of keys.

\n
\n

\"MIT\"\n\"Download\"\n\"Download\n\"shiboooo\"\n\"FOSSA

\n

Windows

\n

Download latest exe package from release [or gitee in China], double click to install.

\n

Linux

\n

Download latest AppImage package from release [or gitee in China], chmod +x, double click to run.

\n

Mac

\n
    \n
  • Download latest dmg package from release [or gitee in China], double click to install.
  • \n
  • Or by brew: brew cask install another-redis-desktop-manager
  • \n
  • Or sponsor by app store, It's not free, and I will be very grateful to you.\n
    \"app
  • \n
\n\n

Enjoy!

\n

\"redis\n\"redis

\n

\"redis\n\"redis

\n

\"redis\n\"redis

\n

Feature Log

\n
    \n
  • 2020-09-04: SSH Cluster Support && Extension Commands Support
  • \n
  • 2020-06-18: SSL/TLS Support!!!
  • \n
  • 2020-04-28: Page Zoom && Big Key Loads With Scan && Auto Json
  • \n
  • 2020-04-18: Unvisible Key\\Value Format Support
  • \n
  • 2020-04-04: Cluster Support!!!
  • \n
  • 2020-03-13: Dark Mode Support!!! && JsonView In Other Place
  • \n
  • 2020-02-16: SSH Private Key Support
  • \n
  • 2020-02-13: Open Cli Console In Tabs
  • \n
  • 2019-06-14: Custom Font-Family Support
  • \n
  • 2019-05-28: Key List Resizable
  • \n
  • 2019-05-09: Search Support In Hash List Set Zset
  • \n
  • 2019-04-26: Auto Updater
  • \n
  • 2019-04-09: SSH Tunnel Connection Support
  • \n
  • 2019-04-01: Extract Search Support
  • \n
  • 2019-02-22: Single Connection Support
  • \n
  • 2019-01-08: Project Start
  • \n
\n

Dev Build Setup

\n

Linux Or Mac

\n
# clone code\ngit clone https://github.com/qishibo/AnotherRedisDesktopManager.git --depth=1\ncd AnotherRedisDesktopManager\n\n# install dependencies\nnpm install\n\n# if download electron failed during installing, use this command\n# ELECTRON_MIRROR=\"https://npm.taobao.org/mirrors/electron/\" npm install\n\n# serve with hot reload at localhost:9988\nnpm start\n\n\n# after the previous step is completed, open another tab, build up a desktop client\nnpm run electron
\n

If linux errors like this:

\n
# if error like this\n../src/FontManagerLinux.cc:1:35: fatal error: fontconfig/fontconfig.h: No such file or directory\n\n# then try this\nsudo apt install libfontconfig1-dev
\n

Windows

\n
# install build tools for the first time, just execute once\nnpm install -g windows-build-tools\n\n# clone code\ngit clone https://github.com/qishibo/AnotherRedisDesktopManager.git --depth=1\ncd AnotherRedisDesktopManager\n\n# install dependencies, 32-bit or 64-bit all use win32\nnpm install --platform=win32\n\n# if download electron failed during installing, use this command\n# npm config set ELECTRON_MIRROR http://npm.taobao.org/mirrors/electron/\n# npm install --platform=win32\n\n# serve with hot reload at localhost:9988\nnpm start\n\n\n# after the previous step is completed to 100%, open another tab, build up a desktop client\nnpm run electron
\n

Build Package

\n
# prepare before package\nnpm run pack:prepare\n\n# build package on respective platforms\n# on windows build 64bit package\nnpm run pack:win\n# on windows build 32bit package\nnpm run pack:win32\n\n# on mac\nnpm run pack:mac\n\n# on linux\nnpm run pack:linux
\n

Sponsor

\n
    \n
  • \n

    Give me a star !

    \n
  • \n
  • \n

    Through OpenCollective

    \n
  • \n
  • \n

    Through Paypal

    \n
  • \n
  • \n

    If you are a Mac user, you can purchase this software from the app store to sponsor, and then let the app store automatically update it for you.

    \n

    \"app

    \n
  • \n
  • \n

    Wechat sponsor code

    \n\n
  • \n
\n

Contributors

\n

This project exists thanks to all the people who contribute.\n\"contributors\"\n\"backers\"

\n

License

\n

MIT

\n

Support

\n

qii404.me @shiboooo Download Analysis

\n
", - "readmeFetchedAt": "2020-09-17T12:09:06.942Z" + "readmeFetchedAt": "2020-09-18T00:10:36.414Z" }, "ao": { "readmeCleaned": "

\n
Ao\n

\n

\n Elegant Microsoft To-Do desktop app\n

\n
\n \n \"Ao\"\n \n
\n

\n \n \"Build\n \n

\n

Description

\n

Ao is an unofficial, featureful, open source, community-driven, free Microsoft To-Do app, used by people in more than 120 countries.

\n

Read this document in: Deutsch.

\n

You can now support the development process through GitHub Sponsors.

\n

Visit the contributing guidelines to learn more on how to translate this document into more languages.

\n

Come over to Gitter or Twitter to share your thoughts on the project.

\n

You can find more apps here.

\n

Highlights

\n
    \n
  • Black, Dark & Sepia Themes
  • \n
  • Compact & Auto-Night Modes
  • \n
  • Local & Global Customizable Keyboard Shortcuts
  • \n
  • List Navigation
  • \n
  • Scalable Interface
  • \n
  • Update Notifications
  • \n
  • Cross Platform
  • \n
\n

Contents

\n\n

Install

\n

Github Releases

\n

Head to the releases page and download the appropriate installer for your system.

\n

Snapcraft

\n

Ubuntu Linux users can directly install through Snapcraft snap install ao

\n

Homebrew

\n

Macos users can directly install through Homebrew Cask brew cask install ao

\n

Note

\n

The version available on Homebrew Cask may not be the latest, since unlike Snapcraft, it is not offically maintained. If that is the case, please consider downloading directly from the Github releases page.

\n

Features

\n

Visit the project homepage to view all features in detail.

\n
    \n
  • Auto Night Mode - Press Cmd/Ctrl Alt N to allow Tusk to adjust to your environment.
  • \n
  • Black Theme - Activate it by pressing Cmd/Ctrl B
  • \n
  • Compact Mode - Downsize the window to enter the mode.
  • \n
  • Custom Shortcut Keys - Navigate to ~/.ao.json or press Cmd/Ctrl . to modify any shortcut key. To reset delete ~/.ao.json & restart the app.
  • \n
  • Dark Theme -Activate it by pressing Cmd/Ctrl H
  • \n
  • Global Shortcut Keys - Enable them by using the File > Enable Global Shortcut Keys option.
  • \n
  • List Navigation - Navigate your lists by pressing Cmd/Ctrl Tab / Cmd/Ctrl Shift Tab or jump directly to one by using Cmd/Ctrl 1 - 9
  • \n
  • Scalable Interface - Adjust the zooming factor by pressing Cmd/Ctrl Shift = or Cmd/Ctrl -.
  • \n
  • Sepia Theme - Activate it by pressing Cmd/Ctrl G.
  • \n
  • Update Notifications - Customize the app's update checking frequency.
  • \n
\n

Keyboard Shortcuts

\n

Local Shortcut Keys

\n

40+ local keyboard shortcuts. Toggle anything in a flash.

\n
\nView all the available local keyboard shortcuts.\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
DescriptionKeys
Activate Auto Night ModeCmd/Ctrl Alt N
Add Due DateCmd/Ctrl Shift T
Add Todo to My DayCmd/Ctrl K
Complete TodoCmd/Ctrl Shift N
Delete ListCmd/Ctrl Shift D
Delete TodoCmd/Ctrl D
Edit Shortcut KeysCmd/Ctrl .
Hide Completed TodosCmd/Ctrl Shift H
Jump to ListCmd/Ctrl 1 - 9
Make Text LargerCmd/Ctrl Shift =
Make Text SmallerCmd/Ctrl -
Navigate to Next ListCmd/Ctrl Tab
New ListCmd/Ctrl L
New TodoCmd/Ctrl N
Rename ListCmd/Ctrl Y
Rename TodoCmd/Ctrl T
Reset Zoom LevelCmd/Ctrl 0
Return to TodosEsc
Search TodosCmd/Ctrl F
Set Always on TopCmd/Ctrl Shift P
Set ReminderCmd/Ctrl Shift E
Sign outCmd/Ctrl Alt Q
Toggle Black ThemeCmd/Ctrl B
Toggle Dark ThemeCmd/Ctrl H
Toggle ImportantCmd/Ctrl I
Toggle My DayCmd/Ctrl M
Toggle PlannedCmd/Ctrl P
Toggle Sepia ThemeCmd/Ctrl G
Toggle SettingsCmd/Ctrl ,
Toggle SidebarCmd/Ctrl O
Toggle TasksCmd/Ctrl J
Toggle Window MenuAlt
\n
\n
\n

Global Shortcut Keys

\n

Access Ao at any moment from anywhere within your operating system. All global shortcuts can be customized to match your own preference through the configuration file ~/.ao.json.

\n
\nView all the available global keyboard shortcuts.\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
DescriptionGlobal Shortcut
Create New TodoCmd/Ctrl Alt C
Search TodosCmd/Ctrl Alt F
Toggle Ao WindowCmd/Ctrl Alt A
\n
\n
\n

Development

\n

For more info on how to contribute to the project, please read the contributing guidelines.

\n
    \n
  • Fork the repository and clone it to your machine
  • \n
  • Navigate to your local fork cd ao
  • \n
  • Install the project dependencies npm install or yarn install
  • \n
  • Run Ao on dev mode npm start or yarn start
  • \n
  • Lint code for errors npm test or yarn test
  • \n
  • Build binaries and installers npm run release or yarn release
  • \n
\n

Related Apps

\n
    \n
  • Tusk - Refined Evernote desktop app.
  • \n
  • Taskbook - Tasks, boards & notes for the command-line habitat.
  • \n
\n

Team

\n\n

Disclaimer

\n

Ao is an unofficial, open source, third-party, community-driven, free app and is not affiliated in any way with Microsoft.

\n

License

\n

MIT

\n
", "readmeOriginal": "

\n
Ao\n

\n

\n Elegant Microsoft To-Do desktop app\n

\n
\n \n \"Ao\"\n \n
\n

\n \n \"Build\n \n

\n

Description

\n

Ao is an unofficial, featureful, open source, community-driven, free Microsoft To-Do app, used by people in more than 120 countries.

\n

Read this document in: Deutsch.

\n

You can now support the development process through GitHub Sponsors.

\n

Visit the contributing guidelines to learn more on how to translate this document into more languages.

\n

Come over to Gitter or Twitter to share your thoughts on the project.

\n

You can find more apps here.

\n

Highlights

\n
    \n
  • Black, Dark & Sepia Themes
  • \n
  • Compact & Auto-Night Modes
  • \n
  • Local & Global Customizable Keyboard Shortcuts
  • \n
  • List Navigation
  • \n
  • Scalable Interface
  • \n
  • Update Notifications
  • \n
  • Cross Platform
  • \n
\n

Contents

\n\n

Install

\n

Github Releases

\n

Head to the releases page and download the appropriate installer for your system.

\n

Snapcraft

\n

Ubuntu Linux users can directly install through Snapcraft snap install ao

\n

Homebrew

\n

Macos users can directly install through Homebrew Cask brew cask install ao

\n

Note

\n

The version available on Homebrew Cask may not be the latest, since unlike Snapcraft, it is not offically maintained. If that is the case, please consider downloading directly from the Github releases page.

\n

Features

\n

Visit the project homepage to view all features in detail.

\n
    \n
  • Auto Night Mode - Press Cmd/Ctrl Alt N to allow Tusk to adjust to your environment.
  • \n
  • Black Theme - Activate it by pressing Cmd/Ctrl B
  • \n
  • Compact Mode - Downsize the window to enter the mode.
  • \n
  • Custom Shortcut Keys - Navigate to ~/.ao.json or press Cmd/Ctrl . to modify any shortcut key. To reset delete ~/.ao.json & restart the app.
  • \n
  • Dark Theme -Activate it by pressing Cmd/Ctrl H
  • \n
  • Global Shortcut Keys - Enable them by using the File > Enable Global Shortcut Keys option.
  • \n
  • List Navigation - Navigate your lists by pressing Cmd/Ctrl Tab / Cmd/Ctrl Shift Tab or jump directly to one by using Cmd/Ctrl 1 - 9
  • \n
  • Scalable Interface - Adjust the zooming factor by pressing Cmd/Ctrl Shift = or Cmd/Ctrl -.
  • \n
  • Sepia Theme - Activate it by pressing Cmd/Ctrl G.
  • \n
  • Update Notifications - Customize the app's update checking frequency.
  • \n
\n

Keyboard Shortcuts

\n

Local Shortcut Keys

\n

40+ local keyboard shortcuts. Toggle anything in a flash.

\n
\nView all the available local keyboard shortcuts.\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
DescriptionKeys
Activate Auto Night ModeCmd/Ctrl Alt N
Add Due DateCmd/Ctrl Shift T
Add Todo to My DayCmd/Ctrl K
Complete TodoCmd/Ctrl Shift N
Delete ListCmd/Ctrl Shift D
Delete TodoCmd/Ctrl D
Edit Shortcut KeysCmd/Ctrl .
Hide Completed TodosCmd/Ctrl Shift H
Jump to ListCmd/Ctrl 1 - 9
Make Text LargerCmd/Ctrl Shift =
Make Text SmallerCmd/Ctrl -
Navigate to Next ListCmd/Ctrl Tab
New ListCmd/Ctrl L
New TodoCmd/Ctrl N
Rename ListCmd/Ctrl Y
Rename TodoCmd/Ctrl T
Reset Zoom LevelCmd/Ctrl 0
Return to TodosEsc
Search TodosCmd/Ctrl F
Set Always on TopCmd/Ctrl Shift P
Set ReminderCmd/Ctrl Shift E
Sign outCmd/Ctrl Alt Q
Toggle Black ThemeCmd/Ctrl B
Toggle Dark ThemeCmd/Ctrl H
Toggle ImportantCmd/Ctrl I
Toggle My DayCmd/Ctrl M
Toggle PlannedCmd/Ctrl P
Toggle Sepia ThemeCmd/Ctrl G
Toggle SettingsCmd/Ctrl ,
Toggle SidebarCmd/Ctrl O
Toggle TasksCmd/Ctrl J
Toggle Window MenuAlt
\n
\n
\n

Global Shortcut Keys

\n

Access Ao at any moment from anywhere within your operating system. All global shortcuts can be customized to match your own preference through the configuration file ~/.ao.json.

\n
\nView all the available global keyboard shortcuts.\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
DescriptionGlobal Shortcut
Create New TodoCmd/Ctrl Alt C
Search TodosCmd/Ctrl Alt F
Toggle Ao WindowCmd/Ctrl Alt A
\n
\n
\n

Development

\n

For more info on how to contribute to the project, please read the contributing guidelines.

\n
    \n
  • Fork the repository and clone it to your machine
  • \n
  • Navigate to your local fork cd ao
  • \n
  • Install the project dependencies npm install or yarn install
  • \n
  • Run Ao on dev mode npm start or yarn start
  • \n
  • Lint code for errors npm test or yarn test
  • \n
  • Build binaries and installers npm run release or yarn release
  • \n
\n

Related Apps

\n
    \n
  • Tusk - Refined Evernote desktop app.
  • \n
  • Taskbook - Tasks, boards & notes for the command-line habitat.
  • \n
\n

Team

\n\n

Disclaimer

\n

Ao is an unofficial, open source, third-party, community-driven, free app and is not affiliated in any way with Microsoft.

\n

License

\n

MIT

\n
", - "readmeFetchedAt": "2020-09-17T12:09:06.956Z" - }, - "argo": { - "readmeCleaned": "

ARGO

\n

\"NPM\n\"\"

\n

Argo is an open source trading platform, connecting directly with OANDA\nthrough the powerful API to develop trading strategies.

\n

Installation

\n

After installing Node.js (required), you can install Argo.

\n
    \n
  • Release 3.x for legacy accounts: if your account id contains only digits (ie. 2534233), it is a legacy account.
  • \n
  • Release 4.x (or higher) for v20 accounts.
  • \n
\n
$ npm install -g argo-trading\n
\n

Starting Web App

\n
$ argo-trading\n
\n

Eventually point your web brower to http://localhost:8000.

\n

Finally you need to point to the host and port defined by ARGO_PORT environment variable (8000 is the default) where you started argo

\n

Starting Standalone App

\n
$ argo-trading-standalone\n
\n

Tested locally with Node.js 10.x, hyperHTML 2.x.

\n

Basic features

\n
    \n
  • Account summary updated for each event.
  • \n
  • Quotes and spreads list updated tick-by-tick.
  • \n
  • Charts with different time frames updated tick-by-tick.
  • \n
  • Market and limit orders with stop loss, take profit and trailing stop.
  • \n
  • Trades list with current and profit updated tick-by-tick.
  • \n
  • Orders list with distance updated tick-by-tick.
  • \n
  • Positions summary.
  • \n
  • Expositions summary.
  • \n
  • Transactions history.
  • \n
  • Economic calendar.
  • \n
\n

Advanced features

\n
    \n
  • Executing trading strategies with plugins.
  • \n
\n

Documentation

\n

Contributing

\n

Disclaimer

\n

NOT INVESTMENT ADVICE AND WILL LOSE LOTS OF MONEY SO PROCEED WITH CAUTION.

\n
", - "readmeOriginal": "

ARGO

\n

\"NPM\n\"\"

\n

Argo is an open source trading platform, connecting directly with OANDA\nthrough the powerful API to develop trading strategies.

\n

Installation

\n

After installing Node.js (required), you can install Argo.

\n
    \n
  • Release 3.x for legacy accounts: if your account id contains only digits (ie. 2534233), it is a legacy account.
  • \n
  • Release 4.x (or higher) for v20 accounts.
  • \n
\n
$ npm install -g argo-trading\n
\n

Starting Web App

\n
$ argo-trading\n
\n

Eventually point your web brower to http://localhost:8000.

\n

Finally you need to point to the host and port defined by ARGO_PORT environment variable (8000 is the default) where you started argo

\n

Starting Standalone App

\n
$ argo-trading-standalone\n
\n

Tested locally with Node.js 10.x, hyperHTML 2.x.

\n

Basic features

\n
    \n
  • Account summary updated for each event.
  • \n
  • Quotes and spreads list updated tick-by-tick.
  • \n
  • Charts with different time frames updated tick-by-tick.
  • \n
  • Market and limit orders with stop loss, take profit and trailing stop.
  • \n
  • Trades list with current and profit updated tick-by-tick.
  • \n
  • Orders list with distance updated tick-by-tick.
  • \n
  • Positions summary.
  • \n
  • Expositions summary.
  • \n
  • Transactions history.
  • \n
  • Economic calendar.
  • \n
\n

Advanced features

\n
    \n
  • Executing trading strategies with plugins.
  • \n
\n

Documentation

\n

Contributing

\n

Disclaimer

\n

NOT INVESTMENT ADVICE AND WILL LOSE LOTS OF MONEY SO PROCEED WITH CAUTION.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:07.214Z" + "readmeFetchedAt": "2020-09-18T00:10:36.450Z" }, - "appserver": { - "readmeCleaned": "

AppServer

\n

AppServer is a Multi Talented Server System with versatile Use Cases. It works as:

\n
    \n
  • Desktop App Server for serving HTML, CSS, JS etc files from a folder for viewing in browser along with functional ajax system.
  • \n
  • Partial Proxy Server for transfering request at a local port to a remote server. This facialtes in studing request pattern and resources being used.
  • \n
\n

Features:

\n
    \n
  • Converts any desktop folder into website right from your desktop.
  • \n
  • If index.html is missing, also automatically visualizes an index of files available.
  • \n
  • Works as Proxy Server for viewing assets used by site.
  • \n
  • Monitors the folder for changes and updates the page if found changed.
  • \n
  • Can remember your earlier folders.
  • \n
\n

\"Screenshot\"

\n

Upcoming Features

\n
    \n
  • Autoupdate System
  • \n
  • Port conflict resolution via porthog
  • \n
  • Native System Notifications
  • \n
  • Option to output logs to physical file
  • \n
  • Multiple Themes
  • \n
  • System Tray Support
  • \n
  • "Run in Background" Mode
  • \n
  • Log Filtering
  • \n
  • Advanced Live Reload
  • \n
  • Custom Response Headers
  • \n
  • Multiple server root directories with different ports
  • \n
  • Realtime connection monitoring & statistics
  • \n
\n

This project is inspired from https://github.com/teseve/teseve. I thank the authors for this nice application and making it Open Source.

\n
", - "readmeOriginal": "

AppServer

\n

AppServer is a Multi Talented Server System with versatile Use Cases. It works as:

\n
    \n
  • Desktop App Server for serving HTML, CSS, JS etc files from a folder for viewing in browser along with functional ajax system.
  • \n
  • Partial Proxy Server for transfering request at a local port to a remote server. This facialtes in studing request pattern and resources being used.
  • \n
\n

Features:

\n
    \n
  • Converts any desktop folder into website right from your desktop.
  • \n
  • If index.html is missing, also automatically visualizes an index of files available.
  • \n
  • Works as Proxy Server for viewing assets used by site.
  • \n
  • Monitors the folder for changes and updates the page if found changed.
  • \n
  • Can remember your earlier folders.
  • \n
\n

\"Screenshot\"

\n

Upcoming Features

\n
    \n
  • Autoupdate System
  • \n
  • Port conflict resolution via porthog
  • \n
  • Native System Notifications
  • \n
  • Option to output logs to physical file
  • \n
  • Multiple Themes
  • \n
  • System Tray Support
  • \n
  • \"Run in Background\" Mode
  • \n
  • Log Filtering
  • \n
  • Advanced Live Reload
  • \n
  • Custom Response Headers
  • \n
  • Multiple server root directories with different ports
  • \n
  • Realtime connection monitoring & statistics
  • \n
\n

This project is inspired from https://github.com/teseve/teseve. I thank the authors for this nice application and making it Open Source.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:07.218Z" + "anote": { + "readmeCleaned": "

This project is not maintained anymore...

\n

ANote

\n

A simple opensource note app(support markdown only :) ).

\n

Note: Only support mac for now

\n

\"quick_note.gif\"

\n

\"past_image.gif\"

\n

\"past_html.gif\"

\n

Features

\n
    \n
  • markdown friendly
  • \n
  • paste image
  • \n
  • paste html (include fetching image locally)
  • \n
  • export markdown file with images
  • \n
  • export PDF
  • \n
  • support tray menu quick note(inspired by evernote)
  • \n
  • default cmd+v will convert html to markdown, and alt+v for pasting as plain text(not convert html to markdown)
  • \n
\n

Goal

\n

Just need a good note. And want you to enjoy writing.

\n

Know where is my data (~/anote).

\n

Todo

\n
    \n
  • write a chrome plugin for 'bookmark' article (support to markdown or just html)
  • \n
  • backend server (I may use mongodb with nodejs/ruby) for sync (I hope users can deploy it easily)
  • \n
  • mobile app
  • \n
  • add file storage features
  • \n
\n

Inspired by

\n
    \n
  • Evernote
  • \n
  • Pandao editor (use the editor style, I like it)
  • \n
\n

Download

\n

Go to Release, then you can download anote app.

\n

Install/Build from source

\n
npm install\n\nnpm run build\n\nnpm run package\n
\n

Note: Install electron, babel and electron-packager first, and my node is 6.4

\n

Run from source

\n
npm run develop\n
\n

Tech stack

\n
    \n
  • Electron
  • \n
  • React
  • \n
  • Redux
  • \n
  • Babel
  • \n
  • Material Ui
  • \n
  • jQuery
  • \n
\n

Localization

\n

中文

\n

Join us

\n

If u like it, contact me at wpcreep@gmail.com. We can do it togethor.

\n
", + "readmeOriginal": "

This project is not maintained anymore...

\n

ANote

\n

A simple opensource note app(support markdown only :) ).

\n

Note: Only support mac for now

\n

\"quick_note.gif\"

\n

\"past_image.gif\"

\n

\"past_html.gif\"

\n

Features

\n
    \n
  • markdown friendly
  • \n
  • paste image
  • \n
  • paste html (include fetching image locally)
  • \n
  • export markdown file with images
  • \n
  • export PDF
  • \n
  • support tray menu quick note(inspired by evernote)
  • \n
  • default cmd+v will convert html to markdown, and alt+v for pasting as plain text(not convert html to markdown)
  • \n
\n

Goal

\n

Just need a good note. And want you to enjoy writing.

\n

Know where is my data (~/anote).

\n

Todo

\n
    \n
  • write a chrome plugin for 'bookmark' article (support to markdown or just html)
  • \n
  • backend server (I may use mongodb with nodejs/ruby) for sync (I hope users can deploy it easily)
  • \n
  • mobile app
  • \n
  • add file storage features
  • \n
\n

Inspired by

\n
    \n
  • Evernote
  • \n
  • Pandao editor (use the editor style, I like it)
  • \n
\n

Download

\n

Go to Release, then you can download anote app.

\n

Install/Build from source

\n
npm install\n\nnpm run build\n\nnpm run package\n
\n

Note: Install electron, babel and electron-packager first, and my node is 6.4

\n

Run from source

\n
npm run develop\n
\n

Tech stack

\n
    \n
  • Electron
  • \n
  • React
  • \n
  • Redux
  • \n
  • Babel
  • \n
  • Material Ui
  • \n
  • jQuery
  • \n
\n

Localization

\n

中文

\n

Join us

\n

If u like it, contact me at wpcreep@gmail.com. We can do it togethor.

\n
", + "readmeFetchedAt": "2020-09-18T00:10:36.459Z" }, "appium": { "readmeCleaned": "

Appium Desktop

\n

\"Build\n\"Crowdin\"\n\"Action

\n

Appium Desktop is an app for Mac, Windows, and Linux which gives you the power of the Appium automation server in a beautiful and flexible UI. It is a combination of a few Appium-related tools:

\n
    \n
  • A graphical interface for the Appium Server. You can set options, start/stop the server, see logs, etc... You also don't need to use Node/NPM to install Appium, as the Node runtime comes bundled with Appium Desktop.
  • \n
  • An Inspector that you can use to look at your app's elements (Safari/Chrome browser, native or hybrid app), get basic information about them, and perform basic interactions with them. This is useful as a way to learn about Appium or as a way to learn about your app so you can write tests for it.
  • \n
\n

Download Appium Desktop

\n

You can always pick up the latest release at our\nRelease page on\nGitHub.

\n

If you're on Windows or macOS, Appium Desktop will automatically provide you\nwith updated versions of the app when they are released. If you encounter\na problem updating, simply delete or uninstall the app and re-download the\nlatest from the link above.

\n

Note that Appium Desktop is not the same thing as Appium. Appium Desktop is\na graphical frontend to Appium with additional tools. Appium Desktop is\nreleased on its own cadence and has its own versioning system. If you are\nreporting an issue with Appium Desktop, always be sure to include both the\nversion of Appium Desktop and the version of the Appium Server which is in use\n(see below).

\n

If you're on macOS, you will need to install Appium Desktop by copying the app\nfrom the downloaded DMG file to your own file system (the best place is the\n"Applications" folder). Running Appium from in side the attached DMG itself is\nnot supported, and will not work.

\n

Known Issues

\n
    \n
  • Some Windows 10 Users experience a PathTooLongException when installing the EXE. The workaround for this is to update the setting on Windows to enable long paths
  • \n
\n

Usage Instructions

\n

These instructions assume you are already familiar with Appium and\nAppium-related concepts. If you are new to Appium, please visit\nappium.io and read our introductory material.

\n

This app provides a convenient way to download and run the Appium automation\nserver, as well as a tool for inspecting elements in Chrome/Safari browser and your Android or iOS application. Its\nvarious capabilities are described in the following sections.

\n

The server start window

\n

Starting a simple server

\n

\"Start

\n

When you open Appium Desktop, you are greeted with the server start window. The\nbasic option is to start an Appium server with all its defaults and the ability\nto modify the host and port. The start button will also let you know which\nversion of the Appium server you are running, which can be useful when\nreporting issues to the Appium team.

\n

Starting a server with advanced options

\n

\"Start

\n

By clicking on the 'Advanced' tab, you have the ability to set all the server\nflags that are available in Appium. This is for advanced users and should only\nbe modified after consulting the Appium documentation.

\n

Server presets

\n

\"Server

\n

If you use the advanced server options, you have the ability to save\na configuration for later use. Simply save the preset on the 'Advanced' tab,\nand you will subsequently be able to recall and start the server with that\nconfiguration from the 'Preset' tab.

\n

The server console output window

\n

Once you start the server, it will launch on the host and port you specified,\nand open a new window displaying the server log output.

\n

\"Server

\n

This is fairly straightforward and no real interaction is possible, beyond\nusing the button to stop the server. You can also copy-and-paste the logs from\nthis window which is useful in reporting Appium issues.

\n

One other button is available: 'Start New Session'. Clicking this will open up\nthe New Session window enabling you to start an Inspector session on the\ncurrently-running server.

\n

The New Session window

\n

The New Session window allows you to construct a set of Appium desired\ncapabilities used to launch an Appium session. You can launch a session against\nthe currently-running Appium Desktop server (which is the default), or you can\nlaunch a session against a variety of other endpoints.

\n

\"New

\n

Since it's not required to run against Appium Desktop's own server, you can get\nto the New Session window without starting an Appium Desktop server. Simply go\nto "File" (Windows/Linux) or "Appium" (Mac) and choose "New Session...", which\nwill open the New Session window without having to start a local server. In\nthis case, attaching to the local server will be disabled.

\n

You can add available cloud providers as new tabs.\nWhen you select Select Cloud Providers tab on the view,\nSelect Cloud Providers dialog appears.\nYou can select some of them and click Done, they will appear on\nthe New session window as tabs.

\n

\"Select

\n

Appium Endpoints

\n

These are the options for launching a session against a non-local Appium server:

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
EndpointDescription
Automatic serverAutomatically utilizes the currently-running Appium server
Custom ServerLaunch a session on an Appium server running on another machine over the network
Sauce LabsLaunch a session on the Sauce Labs cloud. Documentation
TestObjectLaunch a session on the TestObject cloud. Documentation
HeadspinLaunch a session on the Headspin cloud. Documentation
BrowserStackLaunch a session on the Browserstack cloud. Documentation
BitbarLaunch a session on the Bitbar cloud. Documentation
KobitonLaunch a session on the Kobiton cloud. Documentation
PerfectoLaunch a session on the Perfecto cloud. Documentation
PcloudyLaunch a session on the Pcloudy cloud. Documentation
TestingBotLaunch a session on the TestingBot cloud. Documentation
ExperitestLaunch a session on the Experitest cloud. Documentation
\n

It should be straightforward to get set up with any of these options. Simply\nenter your details in the input fields provided.

\n

Desired Capabilities

\n

Desired capabilities are how you configure your Appium session. They tell the\nAppium server what kind of platform and app you want to automate. If you are\nunfamiliar with the concept of desired capabilities, or which desired\ncapabilities are required to launch Appium sessions of various types, you\nshould consult the Appium documentation. Additionally, if you're using one of\nthe cloud providers, consult their documentation for possible vendor-specific\ndetails.

\n

Appium Desktop does not restrict your creation of desired capabilities in any\nway, nor will it validate them for you. It simply provides a nice UI for\nentering them in, and saving them for later use. Under the 'Desired\nCapabilities' tab, you can use the form fields and '+' button to enter as many\ndesired capabilities as you need. You will also see a representation of the\nresulting JSON, which is what is actually sent to the Appium server. This can\nbe useful for verifying your capabilities, or for copy-and-pasting when\nreporting issues.

\n

Once you have set your desired capabilities, you might wish to save them so you\ncan run the same type of session later. Simply click the 'Save As...' button to\ngive your capability set a name. You can then access it under the 'Saved\nCapability Sets' tab, for later editing or session launching.

\n

Once your server type and capabilities are set, click 'Start Session' to launch\nthe Appium Desktop Inspector.

\n

Attach to an Existing Session

\n

If you click on the "Attach to Session..." tab, you can select an existing\nsession from a list of currently running sessions on your selected server, or you\ncan input a session ID of a currently-running session. That session should be\nrunning on the server details you specified in the server type section above.\nAttaching to an existing session is possible because the Inspector is just an\nAppium client. This could be useful if you want to debug the middle of a running\ntest. When you quit the Inspector window of an existing session, Appium Desktop\nwill not quit the session as it does normally.

\n

The Inspector

\n

The Inspector is a visual representation of the state of your application along\nwith the ability to perform certain interactions in your application through\nAppium.

\n

\"Inspector

\n

Appium sessions can take some time to load, especially on cloud services, so\nplease be patient. When the session loads, a screenshot of your app will appear\non the left. You can mouse over various UI elements in your application, and\nsee them highlighted.

\n

In the middle of the Inspector window is your app's hierarchy, represented as\nXML. You can navigate this tree by clicking through it, or by clicking on\nelements in the screenshot view. They will then be highlighted.

\n

When an element is highlighted, its information will appear in the detail view\non the right side of the Inspector. This detail view consists of potential\nactions to take against the element, and a table of the element's properties.\nThese properties are valuable in determining how the element might accessed\nusing a particular Appium locator strategy. With an element selected, you can\nalso 'Tap' the element, or 'Send Keys' to the element (if it is a text field).

\n

When you take such an action with an element, the Inspector will send the\ncommand to Appium, which will execute it. If the action is successful, a new\nscreenshot will be generated and you should see the updated state and XML of\nyour app. If it's not successful, you'll have an opportunity to see the error\nmessage.

\n

The top of the Inspector window contains a small toolbar with icons\nrepresenting the ability to take certain actions in the Inspector:

\n
    \n
  • Back (call driver.back)
  • \n
  • Refresh (refresh the source and screenshot)
  • \n
  • Start Recording (open the recorder, see the next section for more information on the recorder)
  • \n
  • Quit the session (call driver.quit and close the Inspector)
  • \n
\n

The inspector for Hybrid or Web apps

\n

Appium Desktop can also inspect the Webview of your Hybrid app or inspect elements in the Chrome of Safari browser.\nIt will automatically determine for Android or iOS if a webview is detected and will notify you about this in the right part of the screen.

\n

\"Webview

\n

A select box of all found contexts will be shown and after selecting a context the source will be updated and show the source.\nThe below screenshot shows the HTML source of the Appium Desktop documentation website

\n

\"Inspector.

\n

As of Appium Desktop version 1.18.0 it will automatically enable showing the HTML-source if a Chrome or Safari session is started.

\n

More selector options

\n

XML is not a native programming language for iOS as it is with Android. Appium will automatically translate the iOS-UIHierarchy into XML, but this is a time-consuming process.\nThe XML will be used to provide a XPATH that can be used to find elements. When you use that XPATH selector with iOS during automation, Appium always needs to do the translation which will slow down the test execution (for more info see Appium Pro newsletter 8).

\n

As of Appium Desktop version 1.18.0 it will, if possible, also provide the:

\n\n

selector options together with a Get Timing button.

\n

\"Inspector.

\n

When you select an iOS element in Appium Desktop and press the Get Timing-button it will provide you the time in milliseconds\nit will take per selector to find the element and will automatically sort them from fast to the slowest.\nIn most cases you will see that XPATH is the slowest locator strategy in comparison to the other options.

\n

\"Inspector.

\n

The Recorder

\n

Appium Desktop comes with a very basic action recorder, that watches for\nactions taken using Appium Desktop and displays language-and-framework-specific\ncode that represents those actions. The code can then be copied-and-pasted into\nthe appropriate Appium client code and used for tests.

\n

NB: the goal of the Recorder is not to produce production-ready test code.\nIt is designed as a tool to help explore the Appium API, and demonstrate how\ncertain automation behaviors correspond to method calls in a particular\nlanguage and Appium library. In sum, it is a learning tool, not a robust code\ngeneration feature, and should be used as such.

\n

When you start recording, the Inspector will show an additional window:

\n

\"Inspector

\n

At first, the Recorder will show no code. You will first have to take some\naction, like finding an element in the hierarchy and tapping on it, or sending\nkeystrokes to it. When you do this, code will appear in the recorder window,\ncorresponding to the particular language and framework you have chosen (which\ncan be adjusted in the drop-down menu at the top right of the Recorder):

\n

\"Recorder

\n

This code can be copied to your clipboard using the appropriate button at the\ntop right of the Recorder pane. Note that by default what is shown are simply\nlines of code corresponding to the specific actions you have taken while\nrecording---in general you cannot paste these lines into an empty text file and\nrun the code. To run Appium test scripts in code requires that various\ndependencies (like the Appium client libraries) be installed, and that script\nboilerplate (like instantiating a driver and initializing a session) be\npresent. To show this additional code, you can click the "Show Boilerplate"\nbutton. With boilerplate code shown, it is possible to copy and paste the code\ninto a new file and run it.

\n

\"Recorder

\n

The power of the Recorder will continue to grow as we add more languages,\nframeworks, and actions to Appium Desktop.

\n

Conclusion

\n

This is everything you need to know to use Appium Desktop successfully!\nRemember, Appium Desktop is not a replacement for understanding Appium\nitself---it is simply a convenient tool for working with Appium on your\ndesktop, and an Inspector for exploring your app. Have fun!

\n

Reporting Issues and Requesting Features

\n

Appium Desktop is open source, and we use GitHub for issue tracking. Please\nsimply report issues at our issue\ntracker. We will endeavor to\ndetermine whether the issue you are reporting is related to Appium Desktop or\nAppium Server. If it's not related to Appium Desktop specifically, we will\nclose the issue and ask you to open a general Appium issue at Appium's main\nissue tracker. Please, save\nyourselves and us valuable time by getting clear on whether the issue you're\nexperiencing is related to Appium Desktop specifically or instead is a general\nAppium issue. You can do this by seeing whether the issue reproduces with the\nAppium command line server as well. If it does, direct your report to Appium's\nissue tracker.

\n

Have a feature request? Follow the same process and submit an issue to the\nappropriate tracker! (Either here in this repo if the request is specifically\nfor Appium Desktop, or Appium's main tracker if the request is for Appium more\ngenerally.)

\n

Advanced Topics and Troubleshooting

\n

Connect to local Appium server

\n

Appium Desktop has own Appium CLI. You can launch it via Starting a simple server.\nBut sometimes you need another Appium version which is bundled in the desktop.\nFor example, when you want to use Appium beta.

\n

Then, please follow below steps.

\n
    \n
  1. Build Appium CLI environment: Getting Started\n
      \n
    • e.g., $ npm install -g appium@1.14.0
    • \n
    \n
  2. \n
  3. Launch the Appium\n
      \n
    • $ appium
    • \n
    \n
  4. \n
  5. Launch Appium Desktop and open The New Session window
  6. \n
  7. Connect to the running Appium server as Custom Server as below (by default)\n
      \n
    • Remote Host: localhost
    • \n
    • Remote Port: 4723
    • \n
    • Remote Path: /wd/hub
    • \n
    \n
  8. \n
  9. Start session
  10. \n
\n

Appium can't detect environment variables on Mac

\n

Appium uses environment variables like ANDROID_HOME as well as relying on\nvarious binaries in your PATH and so on. When running from the command line\nin an environment where you have set these variables appropriately, Appium has\nno problem in picking them up. However, Appium Desktop does not run in a shell\nor a command-line environment, and so by default it does not have access to\nenvironment variables you have set in your shell startup script or profile. To\nwork around this, we use the\nshell-env package to pick up\nenvironment variables defined in your shell. This package only looks in certain\ncommon init scripts, however, like ~/.bashrc, ~/.bash_profile, and\n~/.zshrc. If you set your Appium environment variables in some other way, you\nwill need to create one of these default init scripts and set your environment\nvariables there as well, so that Appium Desktop will successfully pick them up.

\n

Warnings about being on a read-only file system

\n

This probably means you tried to launch Appium Desktop from the downloaded disk\nimage (.dmg file). This is not a supported mode of running Appium Desktop. To\ncorrectly install Appium Desktop, copy the application from the disk image to\nyour local filesystem, to somewhere like /Applications. Then, run the app\nfrom that new location.

\n

Developer Instructions

\n

Want to hack on Appium Desktop? Awesome! Head on over to our Contributing\nDoc for information on how to get a dev environment set up\nand submit changes back to the project.

\n
", "readmeOriginal": "

Appium Desktop

\n

\"Build\n\"Crowdin\"\n\"Action

\n

Appium Desktop is an app for Mac, Windows, and Linux which gives you the power of the Appium automation server in a beautiful and flexible UI. It is a combination of a few Appium-related tools:

\n
    \n
  • A graphical interface for the Appium Server. You can set options, start/stop the server, see logs, etc... You also don't need to use Node/NPM to install Appium, as the Node runtime comes bundled with Appium Desktop.
  • \n
  • An Inspector that you can use to look at your app's elements (Safari/Chrome browser, native or hybrid app), get basic information about them, and perform basic interactions with them. This is useful as a way to learn about Appium or as a way to learn about your app so you can write tests for it.
  • \n
\n

Download Appium Desktop

\n

You can always pick up the latest release at our\nRelease page on\nGitHub.

\n

If you're on Windows or macOS, Appium Desktop will automatically provide you\nwith updated versions of the app when they are released. If you encounter\na problem updating, simply delete or uninstall the app and re-download the\nlatest from the link above.

\n

Note that Appium Desktop is not the same thing as Appium. Appium Desktop is\na graphical frontend to Appium with additional tools. Appium Desktop is\nreleased on its own cadence and has its own versioning system. If you are\nreporting an issue with Appium Desktop, always be sure to include both the\nversion of Appium Desktop and the version of the Appium Server which is in use\n(see below).

\n

If you're on macOS, you will need to install Appium Desktop by copying the app\nfrom the downloaded DMG file to your own file system (the best place is the\n\"Applications\" folder). Running Appium from in side the attached DMG itself is\nnot supported, and will not work.

\n

Known Issues

\n
    \n
  • Some Windows 10 Users experience a PathTooLongException when installing the EXE. The workaround for this is to update the setting on Windows to enable long paths
  • \n
\n

Usage Instructions

\n

These instructions assume you are already familiar with Appium and\nAppium-related concepts. If you are new to Appium, please visit\nappium.io and read our introductory material.

\n

This app provides a convenient way to download and run the Appium automation\nserver, as well as a tool for inspecting elements in Chrome/Safari browser and your Android or iOS application. Its\nvarious capabilities are described in the following sections.

\n

The server start window

\n

Starting a simple server

\n

\"Start

\n

When you open Appium Desktop, you are greeted with the server start window. The\nbasic option is to start an Appium server with all its defaults and the ability\nto modify the host and port. The start button will also let you know which\nversion of the Appium server you are running, which can be useful when\nreporting issues to the Appium team.

\n

Starting a server with advanced options

\n

\"Start

\n

By clicking on the 'Advanced' tab, you have the ability to set all the server\nflags that are available in Appium. This is for advanced users and should only\nbe modified after consulting the Appium documentation.

\n

Server presets

\n

\"Server

\n

If you use the advanced server options, you have the ability to save\na configuration for later use. Simply save the preset on the 'Advanced' tab,\nand you will subsequently be able to recall and start the server with that\nconfiguration from the 'Preset' tab.

\n

The server console output window

\n

Once you start the server, it will launch on the host and port you specified,\nand open a new window displaying the server log output.

\n

\"Server

\n

This is fairly straightforward and no real interaction is possible, beyond\nusing the button to stop the server. You can also copy-and-paste the logs from\nthis window which is useful in reporting Appium issues.

\n

One other button is available: 'Start New Session'. Clicking this will open up\nthe New Session window enabling you to start an Inspector session on the\ncurrently-running server.

\n

The New Session window

\n

The New Session window allows you to construct a set of Appium desired\ncapabilities used to launch an Appium session. You can launch a session against\nthe currently-running Appium Desktop server (which is the default), or you can\nlaunch a session against a variety of other endpoints.

\n

\"New

\n

Since it's not required to run against Appium Desktop's own server, you can get\nto the New Session window without starting an Appium Desktop server. Simply go\nto \"File\" (Windows/Linux) or \"Appium\" (Mac) and choose \"New Session...\", which\nwill open the New Session window without having to start a local server. In\nthis case, attaching to the local server will be disabled.

\n

You can add available cloud providers as new tabs.\nWhen you select Select Cloud Providers tab on the view,\nSelect Cloud Providers dialog appears.\nYou can select some of them and click Done, they will appear on\nthe New session window as tabs.

\n

\"Select

\n

Appium Endpoints

\n

These are the options for launching a session against a non-local Appium server:

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
EndpointDescription
Automatic serverAutomatically utilizes the currently-running Appium server
Custom ServerLaunch a session on an Appium server running on another machine over the network
Sauce LabsLaunch a session on the Sauce Labs cloud. Documentation
TestObjectLaunch a session on the TestObject cloud. Documentation
HeadspinLaunch a session on the Headspin cloud. Documentation
BrowserStackLaunch a session on the Browserstack cloud. Documentation
BitbarLaunch a session on the Bitbar cloud. Documentation
KobitonLaunch a session on the Kobiton cloud. Documentation
PerfectoLaunch a session on the Perfecto cloud. Documentation
PcloudyLaunch a session on the Pcloudy cloud. Documentation
TestingBotLaunch a session on the TestingBot cloud. Documentation
ExperitestLaunch a session on the Experitest cloud. Documentation
\n

It should be straightforward to get set up with any of these options. Simply\nenter your details in the input fields provided.

\n

Desired Capabilities

\n

Desired capabilities are how you configure your Appium session. They tell the\nAppium server what kind of platform and app you want to automate. If you are\nunfamiliar with the concept of desired capabilities, or which desired\ncapabilities are required to launch Appium sessions of various types, you\nshould consult the Appium documentation. Additionally, if you're using one of\nthe cloud providers, consult their documentation for possible vendor-specific\ndetails.

\n

Appium Desktop does not restrict your creation of desired capabilities in any\nway, nor will it validate them for you. It simply provides a nice UI for\nentering them in, and saving them for later use. Under the 'Desired\nCapabilities' tab, you can use the form fields and '+' button to enter as many\ndesired capabilities as you need. You will also see a representation of the\nresulting JSON, which is what is actually sent to the Appium server. This can\nbe useful for verifying your capabilities, or for copy-and-pasting when\nreporting issues.

\n

Once you have set your desired capabilities, you might wish to save them so you\ncan run the same type of session later. Simply click the 'Save As...' button to\ngive your capability set a name. You can then access it under the 'Saved\nCapability Sets' tab, for later editing or session launching.

\n

Once your server type and capabilities are set, click 'Start Session' to launch\nthe Appium Desktop Inspector.

\n

Attach to an Existing Session

\n

If you click on the \"Attach to Session...\" tab, you can select an existing\nsession from a list of currently running sessions on your selected server, or you\ncan input a session ID of a currently-running session. That session should be\nrunning on the server details you specified in the server type section above.\nAttaching to an existing session is possible because the Inspector is just an\nAppium client. This could be useful if you want to debug the middle of a running\ntest. When you quit the Inspector window of an existing session, Appium Desktop\nwill not quit the session as it does normally.

\n

The Inspector

\n

The Inspector is a visual representation of the state of your application along\nwith the ability to perform certain interactions in your application through\nAppium.

\n

\"Inspector

\n

Appium sessions can take some time to load, especially on cloud services, so\nplease be patient. When the session loads, a screenshot of your app will appear\non the left. You can mouse over various UI elements in your application, and\nsee them highlighted.

\n

In the middle of the Inspector window is your app's hierarchy, represented as\nXML. You can navigate this tree by clicking through it, or by clicking on\nelements in the screenshot view. They will then be highlighted.

\n

When an element is highlighted, its information will appear in the detail view\non the right side of the Inspector. This detail view consists of potential\nactions to take against the element, and a table of the element's properties.\nThese properties are valuable in determining how the element might accessed\nusing a particular Appium locator strategy. With an element selected, you can\nalso 'Tap' the element, or 'Send Keys' to the element (if it is a text field).

\n

When you take such an action with an element, the Inspector will send the\ncommand to Appium, which will execute it. If the action is successful, a new\nscreenshot will be generated and you should see the updated state and XML of\nyour app. If it's not successful, you'll have an opportunity to see the error\nmessage.

\n

The top of the Inspector window contains a small toolbar with icons\nrepresenting the ability to take certain actions in the Inspector:

\n
    \n
  • Back (call driver.back)
  • \n
  • Refresh (refresh the source and screenshot)
  • \n
  • Start Recording (open the recorder, see the next section for more information on the recorder)
  • \n
  • Quit the session (call driver.quit and close the Inspector)
  • \n
\n

The inspector for Hybrid or Web apps

\n

Appium Desktop can also inspect the Webview of your Hybrid app or inspect elements in the Chrome of Safari browser.\nIt will automatically determine for Android or iOS if a webview is detected and will notify you about this in the right part of the screen.

\n

\"Webview

\n

A select box of all found contexts will be shown and after selecting a context the source will be updated and show the source.\nThe below screenshot shows the HTML source of the Appium Desktop documentation website

\n

\"Inspector.

\n

As of Appium Desktop version 1.18.0 it will automatically enable showing the HTML-source if a Chrome or Safari session is started.

\n

More selector options

\n

XML is not a native programming language for iOS as it is with Android. Appium will automatically translate the iOS-UIHierarchy into XML, but this is a time-consuming process.\nThe XML will be used to provide a XPATH that can be used to find elements. When you use that XPATH selector with iOS during automation, Appium always needs to do the translation which will slow down the test execution (for more info see Appium Pro newsletter 8).

\n

As of Appium Desktop version 1.18.0 it will, if possible, also provide the:

\n\n

selector options together with a Get Timing button.

\n

\"Inspector.

\n

When you select an iOS element in Appium Desktop and press the Get Timing-button it will provide you the time in milliseconds\nit will take per selector to find the element and will automatically sort them from fast to the slowest.\nIn most cases you will see that XPATH is the slowest locator strategy in comparison to the other options.

\n

\"Inspector.

\n

The Recorder

\n

Appium Desktop comes with a very basic action recorder, that watches for\nactions taken using Appium Desktop and displays language-and-framework-specific\ncode that represents those actions. The code can then be copied-and-pasted into\nthe appropriate Appium client code and used for tests.

\n

NB: the goal of the Recorder is not to produce production-ready test code.\nIt is designed as a tool to help explore the Appium API, and demonstrate how\ncertain automation behaviors correspond to method calls in a particular\nlanguage and Appium library. In sum, it is a learning tool, not a robust code\ngeneration feature, and should be used as such.

\n

When you start recording, the Inspector will show an additional window:

\n

\"Inspector

\n

At first, the Recorder will show no code. You will first have to take some\naction, like finding an element in the hierarchy and tapping on it, or sending\nkeystrokes to it. When you do this, code will appear in the recorder window,\ncorresponding to the particular language and framework you have chosen (which\ncan be adjusted in the drop-down menu at the top right of the Recorder):

\n

\"Recorder

\n

This code can be copied to your clipboard using the appropriate button at the\ntop right of the Recorder pane. Note that by default what is shown are simply\nlines of code corresponding to the specific actions you have taken while\nrecording---in general you cannot paste these lines into an empty text file and\nrun the code. To run Appium test scripts in code requires that various\ndependencies (like the Appium client libraries) be installed, and that script\nboilerplate (like instantiating a driver and initializing a session) be\npresent. To show this additional code, you can click the \"Show Boilerplate\"\nbutton. With boilerplate code shown, it is possible to copy and paste the code\ninto a new file and run it.

\n

\"Recorder

\n

The power of the Recorder will continue to grow as we add more languages,\nframeworks, and actions to Appium Desktop.

\n

Conclusion

\n

This is everything you need to know to use Appium Desktop successfully!\nRemember, Appium Desktop is not a replacement for understanding Appium\nitself---it is simply a convenient tool for working with Appium on your\ndesktop, and an Inspector for exploring your app. Have fun!

\n

Reporting Issues and Requesting Features

\n

Appium Desktop is open source, and we use GitHub for issue tracking. Please\nsimply report issues at our issue\ntracker. We will endeavor to\ndetermine whether the issue you are reporting is related to Appium Desktop or\nAppium Server. If it's not related to Appium Desktop specifically, we will\nclose the issue and ask you to open a general Appium issue at Appium's main\nissue tracker. Please, save\nyourselves and us valuable time by getting clear on whether the issue you're\nexperiencing is related to Appium Desktop specifically or instead is a general\nAppium issue. You can do this by seeing whether the issue reproduces with the\nAppium command line server as well. If it does, direct your report to Appium's\nissue tracker.

\n

Have a feature request? Follow the same process and submit an issue to the\nappropriate tracker! (Either here in this repo if the request is specifically\nfor Appium Desktop, or Appium's main tracker if the request is for Appium more\ngenerally.)

\n

Advanced Topics and Troubleshooting

\n

Connect to local Appium server

\n

Appium Desktop has own Appium CLI. You can launch it via Starting a simple server.\nBut sometimes you need another Appium version which is bundled in the desktop.\nFor example, when you want to use Appium beta.

\n

Then, please follow below steps.

\n
    \n
  1. Build Appium CLI environment: Getting Started\n
      \n
    • e.g., $ npm install -g appium@1.14.0
    • \n
    \n
  2. \n
  3. Launch the Appium\n
      \n
    • $ appium
    • \n
    \n
  4. \n
  5. Launch Appium Desktop and open The New Session window
  6. \n
  7. Connect to the running Appium server as Custom Server as below (by default)\n
      \n
    • Remote Host: localhost
    • \n
    • Remote Port: 4723
    • \n
    • Remote Path: /wd/hub
    • \n
    \n
  8. \n
  9. Start session
  10. \n
\n

Appium can't detect environment variables on Mac

\n

Appium uses environment variables like ANDROID_HOME as well as relying on\nvarious binaries in your PATH and so on. When running from the command line\nin an environment where you have set these variables appropriately, Appium has\nno problem in picking them up. However, Appium Desktop does not run in a shell\nor a command-line environment, and so by default it does not have access to\nenvironment variables you have set in your shell startup script or profile. To\nwork around this, we use the\nshell-env package to pick up\nenvironment variables defined in your shell. This package only looks in certain\ncommon init scripts, however, like ~/.bashrc, ~/.bash_profile, and\n~/.zshrc. If you set your Appium environment variables in some other way, you\nwill need to create one of these default init scripts and set your environment\nvariables there as well, so that Appium Desktop will successfully pick them up.

\n

Warnings about being on a read-only file system

\n

This probably means you tried to launch Appium Desktop from the downloaded disk\nimage (.dmg file). This is not a supported mode of running Appium Desktop. To\ncorrectly install Appium Desktop, copy the application from the disk image to\nyour local filesystem, to somewhere like /Applications. Then, run the app\nfrom that new location.

\n

Developer Instructions

\n

Want to hack on Appium Desktop? Awesome! Head on over to our Contributing\nDoc for information on how to get a dev environment set up\nand submit changes back to the project.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:07.302Z" + "readmeFetchedAt": "2020-09-18T00:10:36.537Z" }, "arizona": { "readmeCleaned": "

Arizona

\n

Arizona is a fully customizable personal assistant and Spotify miniplayer. It'll help you google stuff. It's the best.

\n

\"Picture

\n

Official Beta Release

\n

Arizona is now in open beta! Get the latest release for Windows or Mac at https://github.com/strnadchristopher/arizona/releases/tag/v1.0.0-beta

\n

Check us out on Itch.io

\n

https://arizona.itch.io/arizona

\n

Shortcuts

\n
    \n
  • Ctrl+Q - Pull up assistant
  • \n
\n

SPOTIFY UPDATE

\n

Spotify support is being added in version 0.0.11! If "spotifyMiniPlayer" is set to true in your config, an authorization window will pop up. And it should be as simple as any other oAuth situation.

\n

REQUIRES SPOTIFY PREMIUM ACCOUNT

\n

New Commands

\n
    \n
  • 'play [song name]' - play any song from spotify
  • \n
  • 'skip', 'next song' - skip song
  • \n
  • 'previous' - previous song
  • \n
  • 'lyrics' - display song lyrics from node-lyrics-api
  • \n
\n

Spotify Mini Player

\n

If enabled, instead of the app closing when you click away, it will turn into a miniplayer.

\n

Official Discord

\n

https://discord.gg/6VcgEUR\nStop by and offer bug reports or suggestions.

\n

Description

\n

Arizona is meant to be a customizable open replacement for desktop assistants like Cortana and Siri. You can use any mp4 as your assistant's avatar. It's meant to be completely customizable to your liking, and because it's all written in HTML and CSS, that's completely easy.

\n

New Features

\n

Themes

\n

Copy the folder of another theme in your 'themes' directory and rename it to whatever you want to call your theme. Then, in config.json, set your theme to the name of the folder you created. You can add whatever css you want to the custom css file.

\n

Background Video

\n

Place a mp4 in the directory of your theme with the name 'bg.mp4'. Then just makes sure "backgroundVideo" is set to true in config.json

\n

Python Scripts

\n

Run Python scripts by placing them in your 'scripts' folder and just type the name of the python file to run. (Must have python installed)

\n

Getting Started

\n

Dependencies

\n

Installing

\n
    \n
  • \n

    Node js

    \n
  • \n
  • \n

    Clone this repository or install with

    \n
  • \n
\n
npm install arizona\n
\n
    \n
  • Install Dependencies by running the following command in the arizona directory
  • \n
\n
npm install\n
\n

Executing program

\n
    \n
  • Run this command in the arizona directory
  • \n
\n
npm start\n
\n

Customizing

\n

See Config.json to change settings like your name, your assistant's name, and more.\nTo Add or remove inputs for conversation, edit the 'inputs.txt' and 'responses.txt'\nEvery line in 'inputs.txt' corresponds to the same line in 'responses.txt'. Separate alternate versions of inputs or responses with a '/'

\n

Commands

\n

All Platforms

\n
    \n
  • 'google [query]' - open google in your browser with your query, faster than cortana (example: "google the shaggy dog")
  • \n
  • Any message that doesn't look like an input from the "inputs" file will be googled. So you can type "gene wilder" and it will google Gene Wilder
  • \n
  • 'weather' - display the weather
  • \n
\n

TO-DO

\n
    \n
  • Voice Control and Response (considering using AWS)
  • \n
\n

Authors

\n

Christopher Strnad\nstrnadchristopher@gmail.com

\n

License

\n

This project is licensed under the GNU General Public License - see the LICENSE.md file for details

\n
", "readmeOriginal": "

Arizona

\n

Arizona is a fully customizable personal assistant and Spotify miniplayer. It'll help you google stuff. It's the best.

\n

\"Picture

\n

Official Beta Release

\n

Arizona is now in open beta! Get the latest release for Windows or Mac at https://github.com/strnadchristopher/arizona/releases/tag/v1.0.0-beta

\n

Check us out on Itch.io

\n

https://arizona.itch.io/arizona

\n

Shortcuts

\n
    \n
  • Ctrl+Q - Pull up assistant
  • \n
\n

SPOTIFY UPDATE

\n

Spotify support is being added in version 0.0.11! If \"spotifyMiniPlayer\" is set to true in your config, an authorization window will pop up. And it should be as simple as any other oAuth situation.

\n

REQUIRES SPOTIFY PREMIUM ACCOUNT

\n

New Commands

\n
    \n
  • 'play [song name]' - play any song from spotify
  • \n
  • 'skip', 'next song' - skip song
  • \n
  • 'previous' - previous song
  • \n
  • 'lyrics' - display song lyrics from node-lyrics-api
  • \n
\n

Spotify Mini Player

\n

If enabled, instead of the app closing when you click away, it will turn into a miniplayer.

\n

Official Discord

\n

https://discord.gg/6VcgEUR\nStop by and offer bug reports or suggestions.

\n

Description

\n

Arizona is meant to be a customizable open replacement for desktop assistants like Cortana and Siri. You can use any mp4 as your assistant's avatar. It's meant to be completely customizable to your liking, and because it's all written in HTML and CSS, that's completely easy.

\n

New Features

\n

Themes

\n

Copy the folder of another theme in your 'themes' directory and rename it to whatever you want to call your theme. Then, in config.json, set your theme to the name of the folder you created. You can add whatever css you want to the custom css file.

\n

Background Video

\n

Place a mp4 in the directory of your theme with the name 'bg.mp4'. Then just makes sure \"backgroundVideo\" is set to true in config.json

\n

Python Scripts

\n

Run Python scripts by placing them in your 'scripts' folder and just type the name of the python file to run. (Must have python installed)

\n

Getting Started

\n

Dependencies

\n

Installing

\n
    \n
  • \n

    Node js

    \n
  • \n
  • \n

    Clone this repository or install with

    \n
  • \n
\n
npm install arizona\n
\n
    \n
  • Install Dependencies by running the following command in the arizona directory
  • \n
\n
npm install\n
\n

Executing program

\n
    \n
  • Run this command in the arizona directory
  • \n
\n
npm start\n
\n

Customizing

\n

See Config.json to change settings like your name, your assistant's name, and more.\nTo Add or remove inputs for conversation, edit the 'inputs.txt' and 'responses.txt'\nEvery line in 'inputs.txt' corresponds to the same line in 'responses.txt'. Separate alternate versions of inputs or responses with a '/'

\n

Commands

\n

All Platforms

\n
    \n
  • 'google [query]' - open google in your browser with your query, faster than cortana (example: \"google the shaggy dog\")
  • \n
  • Any message that doesn't look like an input from the \"inputs\" file will be googled. So you can type \"gene wilder\" and it will google Gene Wilder
  • \n
  • 'weather' - display the weather
  • \n
\n

TO-DO

\n
    \n
  • Voice Control and Response (considering using AWS)
  • \n
\n

Authors

\n

Christopher Strnad\nstrnadchristopher@gmail.com

\n

License

\n

This project is licensed under the GNU General Public License - see the LICENSE.md file for details

\n
", - "readmeFetchedAt": "2020-09-17T12:09:07.329Z" + "readmeFetchedAt": "2020-09-18T00:10:36.549Z" + }, + "appserver": { + "readmeCleaned": "

AppServer

\n

AppServer is a Multi Talented Server System with versatile Use Cases. It works as:

\n
    \n
  • Desktop App Server for serving HTML, CSS, JS etc files from a folder for viewing in browser along with functional ajax system.
  • \n
  • Partial Proxy Server for transfering request at a local port to a remote server. This facialtes in studing request pattern and resources being used.
  • \n
\n

Features:

\n
    \n
  • Converts any desktop folder into website right from your desktop.
  • \n
  • If index.html is missing, also automatically visualizes an index of files available.
  • \n
  • Works as Proxy Server for viewing assets used by site.
  • \n
  • Monitors the folder for changes and updates the page if found changed.
  • \n
  • Can remember your earlier folders.
  • \n
\n

\"Screenshot\"

\n

Upcoming Features

\n
    \n
  • Autoupdate System
  • \n
  • Port conflict resolution via porthog
  • \n
  • Native System Notifications
  • \n
  • Option to output logs to physical file
  • \n
  • Multiple Themes
  • \n
  • System Tray Support
  • \n
  • "Run in Background" Mode
  • \n
  • Log Filtering
  • \n
  • Advanced Live Reload
  • \n
  • Custom Response Headers
  • \n
  • Multiple server root directories with different ports
  • \n
  • Realtime connection monitoring & statistics
  • \n
\n

This project is inspired from https://github.com/teseve/teseve. I thank the authors for this nice application and making it Open Source.

\n
", + "readmeOriginal": "

AppServer

\n

AppServer is a Multi Talented Server System with versatile Use Cases. It works as:

\n
    \n
  • Desktop App Server for serving HTML, CSS, JS etc files from a folder for viewing in browser along with functional ajax system.
  • \n
  • Partial Proxy Server for transfering request at a local port to a remote server. This facialtes in studing request pattern and resources being used.
  • \n
\n

Features:

\n
    \n
  • Converts any desktop folder into website right from your desktop.
  • \n
  • If index.html is missing, also automatically visualizes an index of files available.
  • \n
  • Works as Proxy Server for viewing assets used by site.
  • \n
  • Monitors the folder for changes and updates the page if found changed.
  • \n
  • Can remember your earlier folders.
  • \n
\n

\"Screenshot\"

\n

Upcoming Features

\n
    \n
  • Autoupdate System
  • \n
  • Port conflict resolution via porthog
  • \n
  • Native System Notifications
  • \n
  • Option to output logs to physical file
  • \n
  • Multiple Themes
  • \n
  • System Tray Support
  • \n
  • \"Run in Background\" Mode
  • \n
  • Log Filtering
  • \n
  • Advanced Live Reload
  • \n
  • Custom Response Headers
  • \n
  • Multiple server root directories with different ports
  • \n
  • Realtime connection monitoring & statistics
  • \n
\n

This project is inspired from https://github.com/teseve/teseve. I thank the authors for this nice application and making it Open Source.

\n
", + "readmeFetchedAt": "2020-09-18T00:10:36.558Z" + }, + "argo": { + "readmeCleaned": "

ARGO

\n

\"NPM\n\"\"

\n

Argo is an open source trading platform, connecting directly with OANDA\nthrough the powerful API to develop trading strategies.

\n

Installation

\n

After installing Node.js (required), you can install Argo.

\n
    \n
  • Release 3.x for legacy accounts: if your account id contains only digits (ie. 2534233), it is a legacy account.
  • \n
  • Release 4.x (or higher) for v20 accounts.
  • \n
\n
$ npm install -g argo-trading\n
\n

Starting Web App

\n
$ argo-trading\n
\n

Eventually point your web brower to http://localhost:8000.

\n

Finally you need to point to the host and port defined by ARGO_PORT environment variable (8000 is the default) where you started argo

\n

Starting Standalone App

\n
$ argo-trading-standalone\n
\n

Tested locally with Node.js 10.x, hyperHTML 2.x.

\n

Basic features

\n
    \n
  • Account summary updated for each event.
  • \n
  • Quotes and spreads list updated tick-by-tick.
  • \n
  • Charts with different time frames updated tick-by-tick.
  • \n
  • Market and limit orders with stop loss, take profit and trailing stop.
  • \n
  • Trades list with current and profit updated tick-by-tick.
  • \n
  • Orders list with distance updated tick-by-tick.
  • \n
  • Positions summary.
  • \n
  • Expositions summary.
  • \n
  • Transactions history.
  • \n
  • Economic calendar.
  • \n
\n

Advanced features

\n
    \n
  • Executing trading strategies with plugins.
  • \n
\n

Documentation

\n

Contributing

\n

Disclaimer

\n

NOT INVESTMENT ADVICE AND WILL LOSE LOTS OF MONEY SO PROCEED WITH CAUTION.

\n
", + "readmeOriginal": "

ARGO

\n

\"NPM\n\"\"

\n

Argo is an open source trading platform, connecting directly with OANDA\nthrough the powerful API to develop trading strategies.

\n

Installation

\n

After installing Node.js (required), you can install Argo.

\n
    \n
  • Release 3.x for legacy accounts: if your account id contains only digits (ie. 2534233), it is a legacy account.
  • \n
  • Release 4.x (or higher) for v20 accounts.
  • \n
\n
$ npm install -g argo-trading\n
\n

Starting Web App

\n
$ argo-trading\n
\n

Eventually point your web brower to http://localhost:8000.

\n

Finally you need to point to the host and port defined by ARGO_PORT environment variable (8000 is the default) where you started argo

\n

Starting Standalone App

\n
$ argo-trading-standalone\n
\n

Tested locally with Node.js 10.x, hyperHTML 2.x.

\n

Basic features

\n
    \n
  • Account summary updated for each event.
  • \n
  • Quotes and spreads list updated tick-by-tick.
  • \n
  • Charts with different time frames updated tick-by-tick.
  • \n
  • Market and limit orders with stop loss, take profit and trailing stop.
  • \n
  • Trades list with current and profit updated tick-by-tick.
  • \n
  • Orders list with distance updated tick-by-tick.
  • \n
  • Positions summary.
  • \n
  • Expositions summary.
  • \n
  • Transactions history.
  • \n
  • Economic calendar.
  • \n
\n

Advanced features

\n
    \n
  • Executing trading strategies with plugins.
  • \n
\n

Documentation

\n

Contributing

\n

Disclaimer

\n

NOT INVESTMENT ADVICE AND WILL LOSE LOTS OF MONEY SO PROCEED WITH CAUTION.

\n
", + "readmeFetchedAt": "2020-09-18T00:10:36.574Z" + }, + "asarui": { + "readmeCleaned": "

Asar UI

\n

\"Github\n\"GitHub\n\"GitHub\n\"GitHub

\n
\n

UI for Asar, Extract All or drag extract file/directory

\n
\n

\"Asar

\n

Links for Download

\n\n

Screenshot

\n

\"1\"\n\"2\"

\n

Next Version

\n
    \n
  • ✔️ Create Asar Pack
  • \n
  • 🔲 Breadcrumb
  • \n
  • 🔲 Extract Open File
  • \n
  • 🔲 Extracted Open File watch changes and merge
  • \n
\n

Build Setup

\n
# install dependencies\nnpm install\n\n# serve with hot reload at localhost:9080\nnpm run dev\n\n# build electron application for production\nnpm run build\n\n
\n
\n

This project was generated with electron-vue@88c386d using vue-cli. Documentation about the original structure can be found here.

\n
", + "readmeOriginal": "

Asar UI

\n

\"Github\n\"GitHub\n\"GitHub\n\"GitHub

\n
\n

UI for Asar, Extract All or drag extract file/directory

\n
\n

\"Asar

\n

Links for Download

\n\n

Screenshot

\n

\"1\"\n\"2\"

\n

Next Version

\n
    \n
  • ✔️ Create Asar Pack
  • \n
  • 🔲 Breadcrumb
  • \n
  • 🔲 Extract Open File
  • \n
  • 🔲 Extracted Open File watch changes and merge
  • \n
\n

Build Setup

\n
# install dependencies\nnpm install\n\n# serve with hot reload at localhost:9080\nnpm run dev\n\n# build electron application for production\nnpm run build\n\n
\n
\n

This project was generated with electron-vue@88c386d using vue-cli. Documentation about the original structure can be found here.

\n
", + "readmeFetchedAt": "2020-09-18T00:10:36.594Z" }, "assessment-disaggregation": { "readmeCleaned": "

Assessment Disaggregation

\n

This software calculates value-added learning scores accounting for guessing. The software reads in nearly any exam format and exam questions can appear in different locations in the pretest and posttest.

\n

More information about this software at https://www.assessmentdisaggregation.org/.

\n
", "readmeOriginal": "

Assessment Disaggregation

\n

This software calculates value-added learning scores accounting for guessing. The software reads in nearly any exam format and exam questions can appear in different locations in the pretest and posttest.

\n

More information about this software at https://www.assessmentdisaggregation.org/.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:07.603Z" + "readmeFetchedAt": "2020-09-18T00:10:36.625Z" }, "auryo": { "readmeCleaned": "

Auryo \"Join \"Contributions

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
MacOS/LinuxWindowsSnap
\"Build\"Build\"Snap
\n

A beautiful SoundCloud app for your desktop. Using the power of electron we are able to integrate this webapp with native features like touchbar and media key support.

\n

Table of Contents

\n\n

Installation

\n

There are builds for Mac, Windows and Linux.

\n

Downloads are available on the website OR

\n

\"Get

\n

Contributing

\n

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

\n

Support 💪

\n

Auryo is a open source project. It can grow thanks to the sponsors and support by the amazing backers. If you like to donate, please visit 👉my patreon page.

\n

Author

\n

This application has been built by Jonas Snellinckx. It started out as a learning journey back in college-university Oct 2016, to start learning React, Redux and Electron. Since the first release in August 2017, the journey was incredibly educational. Over the next few months, Auryo has matured from a learning side-project into an escalated one. In a good sense.

\n

As of release 2.0.0, Auryo also has been open-sourced. See the list of contributors who participated in this project.

\n

Tip Jar

\n

Show me some love, buy me a 🍺.

\n
    \n
  • Paypal: paypal.me
  • \n
  • Ethereum: 0x6a9F12D2084CD54587BC3BBfFf52C5931d10fB38
  • \n
  • Stellar: GCHNLOV4GV54LIUEULLCSGSITFO2OY2B44IF2EUL36OA3ZRLNVADPWBE
  • \n
  • Bitcoin: 17E7wxp6J6Gj4mvaZ58D3ESFe22Ezp5adz
  • \n
  • Litecoin: LQFHz35BdEaavCWNGAQPZDDVTS25hKbBJr
  • \n
\n

License

\n

This project is licensed under the GNU General Public License v3.0 - see the LICENSE.md file for details

\n
", "readmeOriginal": "

Auryo \"Join \"Contributions

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
MacOS/LinuxWindowsSnap
\"Build\"Build\"Snap
\n

A beautiful SoundCloud app for your desktop. Using the power of electron we are able to integrate this webapp with native features like touchbar and media key support.

\n

Table of Contents

\n\n

Installation

\n

There are builds for Mac, Windows and Linux.

\n

Downloads are available on the website OR

\n

\"Get

\n

Contributing

\n

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

\n

Support 💪

\n

Auryo is a open source project. It can grow thanks to the sponsors and support by the amazing backers. If you like to donate, please visit 👉my patreon page.

\n

Author

\n

This application has been built by Jonas Snellinckx. It started out as a learning journey back in college-university Oct 2016, to start learning React, Redux and Electron. Since the first release in August 2017, the journey was incredibly educational. Over the next few months, Auryo has matured from a learning side-project into an escalated one. In a good sense.

\n

As of release 2.0.0, Auryo also has been open-sourced. See the list of contributors who participated in this project.

\n

Tip Jar

\n

Show me some love, buy me a 🍺.

\n
    \n
  • Paypal: paypal.me
  • \n
  • Ethereum: 0x6a9F12D2084CD54587BC3BBfFf52C5931d10fB38
  • \n
  • Stellar: GCHNLOV4GV54LIUEULLCSGSITFO2OY2B44IF2EUL36OA3ZRLNVADPWBE
  • \n
  • Bitcoin: 17E7wxp6J6Gj4mvaZ58D3ESFe22Ezp5adz
  • \n
  • Litecoin: LQFHz35BdEaavCWNGAQPZDDVTS25hKbBJr
  • \n
\n

License

\n

This project is licensed under the GNU General Public License v3.0 - see the LICENSE.md file for details

\n
", - "readmeFetchedAt": "2020-09-17T12:09:07.620Z" + "readmeFetchedAt": "2020-09-18T00:10:36.648Z" + }, + "autoedit": { + "readmeCleaned": "

autoEdit 2

\n

autoEdit 2 is a fast text based video editing, desktop app for Mac, Linux and Windows, built with node and electron, and Backbone front end. For making video production faster, easier and more accessible.

\n

Ready to use release

\n

See releases section to download latest packaged version ready to use. And view user manual for overview of the app.

\n

All you need to get started is to decide what speech to text service you want to use and get some credentials to get going check out the user manual for more details

\n

Setup

\n
git clone git@github.com:OpenNewsLabs/autoEdit_2.git
\n
cd autoEdit_2\n
\n
npm install
\n

Usage - development

\n
npm start\n
\n

Compiles the js client side files with browserify and starts electron

\n

Note: You'd also need to get Speech to text keys or have the Gentle Open source app running locally check out the user manual for more details, unless you are choosing pocketsphinx as speech to text option.

\n

Background

\n

autoEdit is a text-based video-editing software that creates a digital paper-editing workflow. For more background see this write up on Source "Introducing autoEdit" as well as for more in depth on the underlying workflow see this gitbook "How to tell compelling stories out of video interviews", and especially this section focused on digital Paper-editing.

\n

\"Overview

\n

System Architecture

\n

High level overview of system architecture

\n

See Architecture overview in\ndeveloper's documentation.

\n

Development env

\n

How to run the development environment\nCoding style convention ref optional, eg which linter to use\nLinting, github pre-push hook - optional

\n\n

linting

\n

Use .eslintrc.json in your code editor of choice to keep style consistency.

\n

Build

\n

How to run build

\n

See documentation section for build / deployment in OS X, Linux, Windows

\n

Travis CI Deployment

\n

See documentation section for Travis CI continuous build

\n

Deployment as adobe panel

\n

See documentation section for more info

\n

Tests

\n

How to carry out tests

\n

At the moment some unit tests are in the spec folder using jasmine, and you can run them using

\n
npm run test\n
\n

However they still need to be fixed up a bit. And perhaps move to jest.

\n
    \n
  • PR and help on improving test coverage welcome.
  • \n
\n

Build project page & demo

\n

See documentation section for

\n\n

Open source

\n

This is an open source project, in it's current version it was originally created as part of a Open News Knight-Mozilla fellowship by Pietro Passarelli with the Vox Media product team. You can contribute and/or propose ideas you have for this project.

\n

This tool is under development and you may find some bugs. In that case we will appreciate if you can fill an issue or get in touch.

\n

If you are curious about whatever happened to autoEdit "1" check this out.

\n

Contributing

\n

Feel free to get in touch with any questions. Via email pietro@autoedit.io or twitter @pietropassarell.

\n

Github issues to suggest ideas and report bugs welcome. And/or fork the project and send me a pull request.

\n

Sign up to the mailing list, follow on twitter and/or facebook to keep up to date with the latest releases.

\n

Check out the issues section and waffle.io Dashboard

\n

\"Stories

\n

Contributors

\n

List of contributors that have helped shaped autoEdit by contributing and/or advising on this or previous versions in no particular order.

\n\n

Active contributors

\n\n
\n

Support the project

\n\n

autoEdit.io it's free and open source. Free as in free speech as well as in free beer. Help support the autoEdit project to keep it that way. Support will go towards fixing bugs, adding features, provide support for users etc...

\n
", + "readmeOriginal": "

autoEdit 2

\n

autoEdit 2 is a fast text based video editing, desktop app for Mac, Linux and Windows, built with node and electron, and Backbone front end. For making video production faster, easier and more accessible.

\n

Ready to use release

\n

See releases section to download latest packaged version ready to use. And view user manual for overview of the app.

\n

All you need to get started is to decide what speech to text service you want to use and get some credentials to get going check out the user manual for more details

\n

Setup

\n
git clone git@github.com:OpenNewsLabs/autoEdit_2.git
\n
cd autoEdit_2\n
\n
npm install
\n

Usage - development

\n
npm start\n
\n

Compiles the js client side files with browserify and starts electron

\n

Note: You'd also need to get Speech to text keys or have the Gentle Open source app running locally check out the user manual for more details, unless you are choosing pocketsphinx as speech to text option.

\n

Background

\n

autoEdit is a text-based video-editing software that creates a digital paper-editing workflow. For more background see this write up on Source \"Introducing autoEdit\" as well as for more in depth on the underlying workflow see this gitbook \"How to tell compelling stories out of video interviews\", and especially this section focused on digital Paper-editing.

\n

\"Overview

\n

System Architecture

\n

High level overview of system architecture

\n

See Architecture overview in\ndeveloper's documentation.

\n

Development env

\n

How to run the development environment\nCoding style convention ref optional, eg which linter to use\nLinting, github pre-push hook - optional

\n\n

linting

\n

Use .eslintrc.json in your code editor of choice to keep style consistency.

\n

Build

\n

How to run build

\n

See documentation section for build / deployment in OS X, Linux, Windows

\n

Travis CI Deployment

\n

See documentation section for Travis CI continuous build

\n

Deployment as adobe panel

\n

See documentation section for more info

\n

Tests

\n

How to carry out tests

\n

At the moment some unit tests are in the spec folder using jasmine, and you can run them using

\n
npm run test\n
\n

However they still need to be fixed up a bit. And perhaps move to jest.

\n
    \n
  • PR and help on improving test coverage welcome.
  • \n
\n

Build project page & demo

\n

See documentation section for

\n\n

Open source

\n

This is an open source project, in it's current version it was originally created as part of a Open News Knight-Mozilla fellowship by Pietro Passarelli with the Vox Media product team. You can contribute and/or propose ideas you have for this project.

\n

This tool is under development and you may find some bugs. In that case we will appreciate if you can fill an issue or get in touch.

\n

If you are curious about whatever happened to autoEdit \"1\" check this out.

\n

Contributing

\n

Feel free to get in touch with any questions. Via email pietro@autoedit.io or twitter @pietropassarell.

\n

Github issues to suggest ideas and report bugs welcome. And/or fork the project and send me a pull request.

\n

Sign up to the mailing list, follow on twitter and/or facebook to keep up to date with the latest releases.

\n

Check out the issues section and waffle.io Dashboard

\n

\"Stories

\n

Contributors

\n

List of contributors that have helped shaped autoEdit by contributing and/or advising on this or previous versions in no particular order.

\n\n

Active contributors

\n\n
\n

Support the project

\n\n

autoEdit.io it's free and open source. Free as in free speech as well as in free beer. Help support the autoEdit project to keep it that way. Support will go towards fixing bugs, adding features, provide support for users etc...

\n
", + "readmeFetchedAt": "2020-09-18T00:10:36.757Z" + }, + "aws-s3-backup": { + "readmeCleaned": "

\n \"AWS
\n Backup on AWS S3 ? Never been so easy!\n

\n

\n \"PR\"\n \"MIT\"\n \"Tested \n

\n

Introduction

\n

This app allows you to use AWS (Amazon Web Services) S3 as backup system for desktop environments.\nLike Dropbox or Google Drive app you can backup your important data on AWS S3.\nThis desktop app allows you to configure 3 different types of backup job (One time, recurring, live) to backup your data in an S3 bucket.

\n
    \n
  • One time: the backup job will be executed only one time as programmed.
  • \n
  • Recurring: the backup job will be executed periodically as programmed.
  • \n
  • Live: any time a file associated with the backup job changes it will be transferred to the S3 bucket.
  • \n
\n

This is a cross platform app, built with Electron, so you can use it on Windows, Mac and Linux.

\n

Requirement

\n

This app use the AWS CLI "sync" command, this mean that you must install the AWS CLI in order to use this app.

\n

You can find the AWS CLI installer here: Download AWS CLI

\n

APP Settings

\n

After installation go to settings page and configure the AWS credentials.

\n

In order to use the app you must set an "AWS access key ID", an "AWS secret access key" and an "AWS Region" that you can create through the IAM service in the AWS console.\nThe IAM user needs a programmatic access account with a correct read/write S3 policy attached (e.g AmazonS3FullAccess) and CloudWatch Metrics (e.g CloudWatchReadOnlyAccess).\nYou can use any IAM S3 policy that grant access to the buckets that you want to use with the app.\nHere an example policy: IAM S3 example policy

\n

Wiki

\n

A complete and detailed documentation can be found here: https://github.com/ulver2812/aws-s3-backup/wiki

\n

\n

Windows executable (portable and installer)

\n

Download here

\n

Changelog

\n

Check changelog

\n

Getting Started

\n

Clone this repository locally :

\n
git clone https://github.com/ulver2812/aws-s3-backup.git
\n

Install dependencies with npm :

\n
npm install
\n

To build for development

\n
    \n
  • in a terminal window -> npm start
  • \n
\n

This start a local development environment with hot reload

\n

You can activate/deactivate "Developer Tools" by commenting or not win.webContents.openDevTools(); in main.ts.

\n

To build for production

\n
    \n
  • in a windows terminal window -> npm electron:windows
  • \n
  • in a mac terminal window -> npm electron:mac
  • \n
  • in a linux terminal window -> npm electron:linux
  • \n
\n

You will find the app build files in the "app-builds" directory.

\n

Don't forget to deactivate the "Developer Tools" by commenting win.webContents.openDevTools(); in main.ts.

\n

Included Commands

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
CommandDescription
npm run ng:serve:webExecute the app in the browser
npm run buildBuild the app. Your built files are in the /dist folder.
npm run build:prodBuild the app with Angular aot. Your built files are in the /dist folder.
npm run electron:localBuilds your application and start electron
npm run electron:linuxBuilds your application and creates an app consumable on linux system
npm run electron:windowsOn a Windows OS, builds your application and creates an app consumable in windows 32/64 bit systems
npm run electron:macOn a MAC OS, builds your application and generates a .app file of your application that can be run on Mac
\n
", + "readmeOriginal": "

\n \"AWS
\n Backup on AWS S3 ? Never been so easy!\n

\n

\n \"PR\"\n \"MIT\"\n \"Tested \n

\n

Introduction

\n

This app allows you to use AWS (Amazon Web Services) S3 as backup system for desktop environments.\nLike Dropbox or Google Drive app you can backup your important data on AWS S3.\nThis desktop app allows you to configure 3 different types of backup job (One time, recurring, live) to backup your data in an S3 bucket.

\n
    \n
  • One time: the backup job will be executed only one time as programmed.
  • \n
  • Recurring: the backup job will be executed periodically as programmed.
  • \n
  • Live: any time a file associated with the backup job changes it will be transferred to the S3 bucket.
  • \n
\n

This is a cross platform app, built with Electron, so you can use it on Windows, Mac and Linux.

\n

Requirement

\n

This app use the AWS CLI \"sync\" command, this mean that you must install the AWS CLI in order to use this app.

\n

You can find the AWS CLI installer here: Download AWS CLI

\n

APP Settings

\n

After installation go to settings page and configure the AWS credentials.

\n

In order to use the app you must set an \"AWS access key ID\", an \"AWS secret access key\" and an \"AWS Region\" that you can create through the IAM service in the AWS console.\nThe IAM user needs a programmatic access account with a correct read/write S3 policy attached (e.g AmazonS3FullAccess) and CloudWatch Metrics (e.g CloudWatchReadOnlyAccess).\nYou can use any IAM S3 policy that grant access to the buckets that you want to use with the app.\nHere an example policy: IAM S3 example policy

\n

Wiki

\n

A complete and detailed documentation can be found here: https://github.com/ulver2812/aws-s3-backup/wiki

\n

\n

Windows executable (portable and installer)

\n

Download here

\n

Changelog

\n

Check changelog

\n

Getting Started

\n

Clone this repository locally :

\n
git clone https://github.com/ulver2812/aws-s3-backup.git
\n

Install dependencies with npm :

\n
npm install
\n

To build for development

\n
    \n
  • in a terminal window -> npm start
  • \n
\n

This start a local development environment with hot reload

\n

You can activate/deactivate \"Developer Tools\" by commenting or not win.webContents.openDevTools(); in main.ts.

\n

To build for production

\n
    \n
  • in a windows terminal window -> npm electron:windows
  • \n
  • in a mac terminal window -> npm electron:mac
  • \n
  • in a linux terminal window -> npm electron:linux
  • \n
\n

You will find the app build files in the \"app-builds\" directory.

\n

Don't forget to deactivate the \"Developer Tools\" by commenting win.webContents.openDevTools(); in main.ts.

\n

Included Commands

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
CommandDescription
npm run ng:serve:webExecute the app in the browser
npm run buildBuild the app. Your built files are in the /dist folder.
npm run build:prodBuild the app with Angular aot. Your built files are in the /dist folder.
npm run electron:localBuilds your application and start electron
npm run electron:linuxBuilds your application and creates an app consumable on linux system
npm run electron:windowsOn a Windows OS, builds your application and creates an app consumable in windows 32/64 bit systems
npm run electron:macOn a MAC OS, builds your application and generates a .app file of your application that can be run on Mac
\n
", + "readmeFetchedAt": "2020-09-18T00:10:36.764Z" }, "atom": { "readmeCleaned": "

Atom

\n

\"Build\n\"Dependency\n\"Join

\n

Atom is a hackable text editor for the 21st century, built on Electron, and based on everything we love about our favorite editors. We designed it to be deeply customizable, but still approachable using the default configuration.

\n

\"Atom\"

\n

\"Atom

\n

Visit atom.io to learn more or visit the Atom forum.

\n

Follow @AtomEditor on Twitter for important\nannouncements.

\n

This project adheres to the Contributor Covenant code of conduct.\nBy participating, you are expected to uphold this code. Please report unacceptable behavior to atom@github.com.

\n

Documentation

\n

If you want to read about using Atom or developing packages in Atom, the Atom Flight Manual is free and available online. You can find the source to the manual in atom/flight-manual.atom.io.

\n

The API reference for developing packages is also documented on Atom.io.

\n

Installing

\n

Prerequisites

\n\n

macOS

\n

Download the latest Atom release.

\n

Atom will automatically update when a new release is available.

\n

Windows

\n

Download the latest Atom installer. AtomSetup.exe is 32-bit. For 64-bit systems, download AtomSetup-x64.exe.

\n

Atom will automatically update when a new release is available.

\n

You can also download atom-windows.zip (32-bit) or atom-x64-windows.zip (64-bit) from the releases page.\nThe .zip version will not automatically update.

\n

Using Chocolatey? Run cinst Atom to install the latest version of Atom.

\n

Linux

\n

Atom is only available for 64-bit Linux systems.

\n

Configure your distribution's package manager to install and update Atom by following the Linux installation instructions in the Flight Manual. You will also find instructions on how to install Atom's official Linux packages without using a package repository, though you will not get automatic updates after installing Atom this way.

\n

Archive extraction

\n

An archive is available for people who don't want to install atom as root.

\n

This version enables you to install multiple Atom versions in parallel. It has been built on Ubuntu 64-bit,\nbut should be compatible with other Linux distributions.

\n
    \n
  1. Install dependencies (on Ubuntu): sudo apt install git gconf2 gconf-service libgtk2.0-0 libudev1 libgcrypt20 libnotify4 libxtst6 libnss3 python3 gvfs-bin xdg-utils libcap2\n
      \n
    1. (If the python3 package isn't available, or is too old (Python 3 should be >= 3.5), either python2 or python (2.6 or 2.7) will work in its place.)
    2. \n
    \n
  2. \n
  3. Download atom-amd64.tar.gz from the Atom releases page.
  4. \n
  5. Run tar xf atom-amd64.tar.gz in the directory where you want to extract the Atom folder.
  6. \n
  7. Launch Atom using the installed atom command from the newly extracted directory.
  8. \n
\n

The Linux version does not currently automatically update so you will need to\nrepeat these steps to upgrade to future releases.

\n

Building

\n\n

Discussion

\n\n

License

\n

MIT

\n

When using the Atom or other GitHub logos, be sure to follow the GitHub logo guidelines.

\n
", "readmeOriginal": "

Atom

\n

\"Build\n\"Dependency\n\"Join

\n

Atom is a hackable text editor for the 21st century, built on Electron, and based on everything we love about our favorite editors. We designed it to be deeply customizable, but still approachable using the default configuration.

\n

\"Atom\"

\n

\"Atom

\n

Visit atom.io to learn more or visit the Atom forum.

\n

Follow @AtomEditor on Twitter for important\nannouncements.

\n

This project adheres to the Contributor Covenant code of conduct.\nBy participating, you are expected to uphold this code. Please report unacceptable behavior to atom@github.com.

\n

Documentation

\n

If you want to read about using Atom or developing packages in Atom, the Atom Flight Manual is free and available online. You can find the source to the manual in atom/flight-manual.atom.io.

\n

The API reference for developing packages is also documented on Atom.io.

\n

Installing

\n

Prerequisites

\n\n

macOS

\n

Download the latest Atom release.

\n

Atom will automatically update when a new release is available.

\n

Windows

\n

Download the latest Atom installer. AtomSetup.exe is 32-bit. For 64-bit systems, download AtomSetup-x64.exe.

\n

Atom will automatically update when a new release is available.

\n

You can also download atom-windows.zip (32-bit) or atom-x64-windows.zip (64-bit) from the releases page.\nThe .zip version will not automatically update.

\n

Using Chocolatey? Run cinst Atom to install the latest version of Atom.

\n

Linux

\n

Atom is only available for 64-bit Linux systems.

\n

Configure your distribution's package manager to install and update Atom by following the Linux installation instructions in the Flight Manual. You will also find instructions on how to install Atom's official Linux packages without using a package repository, though you will not get automatic updates after installing Atom this way.

\n

Archive extraction

\n

An archive is available for people who don't want to install atom as root.

\n

This version enables you to install multiple Atom versions in parallel. It has been built on Ubuntu 64-bit,\nbut should be compatible with other Linux distributions.

\n
    \n
  1. Install dependencies (on Ubuntu): sudo apt install git gconf2 gconf-service libgtk2.0-0 libudev1 libgcrypt20 libnotify4 libxtst6 libnss3 python3 gvfs-bin xdg-utils libcap2\n
      \n
    1. (If the python3 package isn't available, or is too old (Python 3 should be >= 3.5), either python2 or python (2.6 or 2.7) will work in its place.)
    2. \n
    \n
  2. \n
  3. Download atom-amd64.tar.gz from the Atom releases page.
  4. \n
  5. Run tar xf atom-amd64.tar.gz in the directory where you want to extract the Atom folder.
  6. \n
  7. Launch Atom using the installed atom command from the newly extracted directory.
  8. \n
\n

The Linux version does not currently automatically update so you will need to\nrepeat these steps to upgrade to future releases.

\n

Building

\n\n

Discussion

\n\n

License

\n

MIT

\n

When using the Atom or other GitHub logos, be sure to follow the GitHub logo guidelines.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:07.646Z" + "readmeFetchedAt": "2020-09-18T00:10:36.776Z" }, - "asarui": { - "readmeCleaned": "

Asar UI

\n

\"Github\n\"GitHub\n\"GitHub\n\"GitHub

\n
\n

UI for Asar, Extract All or drag extract file/directory

\n
\n

\"Asar

\n

Links for Download

\n\n

Screenshot

\n

\"1\"\n\"2\"

\n

Next Version

\n
    \n
  • ✔️ Create Asar Pack
  • \n
  • 🔲 Breadcrumb
  • \n
  • 🔲 Extract Open File
  • \n
  • 🔲 Extracted Open File watch changes and merge
  • \n
\n

Build Setup

\n
# install dependencies\nnpm install\n\n# serve with hot reload at localhost:9080\nnpm run dev\n\n# build electron application for production\nnpm run build\n\n
\n
\n

This project was generated with electron-vue@88c386d using vue-cli. Documentation about the original structure can be found here.

\n
", - "readmeOriginal": "

Asar UI

\n

\"Github\n\"GitHub\n\"GitHub\n\"GitHub

\n
\n

UI for Asar, Extract All or drag extract file/directory

\n
\n

\"Asar

\n

Links for Download

\n\n

Screenshot

\n

\"1\"\n\"2\"

\n

Next Version

\n
    \n
  • ✔️ Create Asar Pack
  • \n
  • 🔲 Breadcrumb
  • \n
  • 🔲 Extract Open File
  • \n
  • 🔲 Extracted Open File watch changes and merge
  • \n
\n

Build Setup

\n
# install dependencies\nnpm install\n\n# serve with hot reload at localhost:9080\nnpm run dev\n\n# build electron application for production\nnpm run build\n\n
\n
\n

This project was generated with electron-vue@88c386d using vue-cli. Documentation about the original structure can be found here.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:07.673Z" + "backlog": { + "readmeCleaned": "

Backlog

\n
\n

Simple multiplatform desktop app for storing TODOs, ideas or backlog items.\nYou can organize them with boards as a plaintext or markdown. No dependencies, no internet connection required,\nno external accounts. Sleek flow.

\n
\n

\n\n

\n

2.0.0-BETA-5.1 release

\n

Preview of 2.0.0 version

\n\n

New 2.x version introduces a lot of new features including new UI, configurable keybindings, search item feature, emoji, and a lot more! Check it out !

\n

\n \n

\n

Official website

\n

www.backlog.cloud

\n

Download

\n

No installation required. Just unzip archive and run executable

\n\n

32bit versions

\n\n

Features

\n
    \n
  • Organize your thoughts with items & boards. Use Markdown or plaintext for adding new items
  • \n
  • Move items to other board or drag&drop for reordering within current one
  • \n
  • Filter board items by text
  • \n
  • Light/dark theme
  • \n
  • Simple progress bar
  • \n
  • Keyboard shortcuts full list available here
  • \n
\n

Screenshots

\n

\n \n \n \n \n

\n

Update

\n

When new version is available just download it, unzip and enjoy. No additional action is required. All your boards and items will be available.

\n

Change log

\n

1.8.0

\n
\n

This is another huge update with number of significant improvements/features added.\nHopefully it will stay for a longer.

\n
\n

Features & improvements

\n
    \n
  • dark theme
  • \n
  • search items feature
  • \n
  • backup to file feature
  • \n
  • new top bar unified acroos OS
  • \n
  • modals can be closed by pressing ESC or click outside modal area
  • \n
  • scrollbar ui improved
  • \n
  • number of keyboard shortcuts added
  • \n
  • check for updates on app startup
  • \n
  • other minor ui improvements...
  • \n
\n

Bug fixes

\n
    \n
  • fixed issue which makes impossible to move some item to newly created board
  • \n
  • fix bug when specific items can't be edited nor deleted
  • \n
  • fixed issue when items list was not fully visible (last item was truncated)
  • \n
\n

Why I've wrote it ?

\n

When programming I often have a number of ideas related to possible improvements for the future or a cool new project. Most often, it's just one sentence or a couple of words - just a draft of an idea to expand in the future.

\n

I know that, there are hundreds of todo list managers or other notes manager,\nbut this one will finally perfectly fulfill my needs. So far I wrote my thoughts on sticky notes, I tried Evernote, Simplenote...\nThey are fine, but all of them were either bloated with unnecessary features or lacked the desired "flow" -\nwhen I open a program I want type down thoughts, hit enter, and get back to my actual work. That's how I write Backlog. No dependencies, no internet connection required, no external accounts etc.

\n

License

\n

It's free and opensource application under MIT license. You can do whatever you want as long as you include the original copyright and license notice in any copy of the software/source

\n

Technical

\n

How ?

\n

This application is built with Electron and web technologies (javascript, css, html) more specifically: Vue.js. UI toolkit is iView

\n

Build Setup

\n

You can build it yourself instead of downloading executable:

\n
# install dependencies\nnpm install\n\n# Compiles and hot-reloads for development\nnpm run serve\n\n# Compiles and minifies for production\nnpm run build\n\n# Run your tests\nnpm run test\n\n# Lints and fixes files\nnpm run lint\n\n# Run your unit tests\nnpm run test:unit
\n

Customize configuration

\n

See Configuration Reference.

\n
", + "readmeOriginal": "

Backlog

\n
\n

Simple multiplatform desktop app for storing TODOs, ideas or backlog items.\nYou can organize them with boards as a plaintext or markdown. No dependencies, no internet connection required,\nno external accounts. Sleek flow.

\n
\n

\n\n

\n

2.0.0-BETA-5.1 release

\n

Preview of 2.0.0 version

\n\n

New 2.x version introduces a lot of new features including new UI, configurable keybindings, search item feature, emoji, and a lot more! Check it out !

\n

\n \n

\n

Official website

\n

www.backlog.cloud

\n

Download

\n

No installation required. Just unzip archive and run executable

\n\n

32bit versions

\n\n

Features

\n
    \n
  • Organize your thoughts with items & boards. Use Markdown or plaintext for adding new items
  • \n
  • Move items to other board or drag&drop for reordering within current one
  • \n
  • Filter board items by text
  • \n
  • Light/dark theme
  • \n
  • Simple progress bar
  • \n
  • Keyboard shortcuts full list available here
  • \n
\n

Screenshots

\n

\n \n \n \n \n

\n

Update

\n

When new version is available just download it, unzip and enjoy. No additional action is required. All your boards and items will be available.

\n

Change log

\n

1.8.0

\n
\n

This is another huge update with number of significant improvements/features added.\nHopefully it will stay for a longer.

\n
\n

Features & improvements

\n
    \n
  • dark theme
  • \n
  • search items feature
  • \n
  • backup to file feature
  • \n
  • new top bar unified acroos OS
  • \n
  • modals can be closed by pressing ESC or click outside modal area
  • \n
  • scrollbar ui improved
  • \n
  • number of keyboard shortcuts added
  • \n
  • check for updates on app startup
  • \n
  • other minor ui improvements...
  • \n
\n

Bug fixes

\n
    \n
  • fixed issue which makes impossible to move some item to newly created board
  • \n
  • fix bug when specific items can't be edited nor deleted
  • \n
  • fixed issue when items list was not fully visible (last item was truncated)
  • \n
\n

Why I've wrote it ?

\n

When programming I often have a number of ideas related to possible improvements for the future or a cool new project. Most often, it's just one sentence or a couple of words - just a draft of an idea to expand in the future.

\n

I know that, there are hundreds of todo list managers or other notes manager,\nbut this one will finally perfectly fulfill my needs. So far I wrote my thoughts on sticky notes, I tried Evernote, Simplenote...\nThey are fine, but all of them were either bloated with unnecessary features or lacked the desired \"flow\" -\nwhen I open a program I want type down thoughts, hit enter, and get back to my actual work. That's how I write Backlog. No dependencies, no internet connection required, no external accounts etc.

\n

License

\n

It's free and opensource application under MIT license. You can do whatever you want as long as you include the original copyright and license notice in any copy of the software/source

\n

Technical

\n

How ?

\n

This application is built with Electron and web technologies (javascript, css, html) more specifically: Vue.js. UI toolkit is iView

\n

Build Setup

\n

You can build it yourself instead of downloading executable:

\n
# install dependencies\nnpm install\n\n# Compiles and hot-reloads for development\nnpm run serve\n\n# Compiles and minifies for production\nnpm run build\n\n# Run your tests\nnpm run test\n\n# Lints and fixes files\nnpm run lint\n\n# Run your unit tests\nnpm run test:unit
\n

Customize configuration

\n

See Configuration Reference.

\n
", + "readmeFetchedAt": "2020-09-18T00:10:36.815Z" }, "batcave": { "readmeCleaned": "

\n

\n

###>Batcave client built with Electron and Angular2.

\n

Experience smooth texting in the dark environment with a classy batcave desktop app electron based on a cool dark theme. Just simple with coloured chat bubbles. Feel free to tell me any suggestions, or let me know about any issues. Enjoy!

\n

Screenshot

\n

\"screenshot\"\n

\n

###>Click here to see on web Batcave.

\n

Clone

\n
$ git clone https://github.com/hsbalar/batcave\n$ cd batcave\n
\n

Install dependencies

\n
$ npm install\n
\n

Build

\n
$ typings install\n
\n
$ npm run build\n
\n

Run

\n
$ npm start\n
\n

That's it ... Thank you.

\n

Dependencies

\n\n

Download

\n

Download Batcave desktop application for Windows, MacOS and Linux.

\n

License

\n

MIT

\n
", "readmeOriginal": "

\n

\n

###>Batcave client built with Electron and Angular2.

\n

Experience smooth texting in the dark environment with a classy batcave desktop app electron based on a cool dark theme. Just simple with coloured chat bubbles. Feel free to tell me any suggestions, or let me know about any issues. Enjoy!

\n

Screenshot

\n

\"screenshot\"\n

\n

###>Click here to see on web Batcave.

\n

Clone

\n
$ git clone https://github.com/hsbalar/batcave\n$ cd batcave\n
\n

Install dependencies

\n
$ npm install\n
\n

Build

\n
$ typings install\n
\n
$ npm run build\n
\n

Run

\n
$ npm start\n
\n

That's it ... Thank you.

\n

Dependencies

\n\n

Download

\n

Download Batcave desktop application for Windows, MacOS and Linux.

\n

License

\n

MIT

\n
", - "readmeFetchedAt": "2020-09-17T12:09:07.984Z" - }, - "aws-s3-backup": { - "readmeCleaned": "

\n \"AWS
\n Backup on AWS S3 ? Never been so easy!\n

\n

\n \"PR\"\n \"MIT\"\n \"Tested \n

\n

Introduction

\n

This app allows you to use AWS (Amazon Web Services) S3 as backup system for desktop environments.\nLike Dropbox or Google Drive app you can backup your important data on AWS S3.\nThis desktop app allows you to configure 3 different types of backup job (One time, recurring, live) to backup your data in an S3 bucket.

\n
    \n
  • One time: the backup job will be executed only one time as programmed.
  • \n
  • Recurring: the backup job will be executed periodically as programmed.
  • \n
  • Live: any time a file associated with the backup job changes it will be transferred to the S3 bucket.
  • \n
\n

This is a cross platform app, built with Electron, so you can use it on Windows, Mac and Linux.

\n

Requirement

\n

This app use the AWS CLI "sync" command, this mean that you must install the AWS CLI in order to use this app.

\n

You can find the AWS CLI installer here: Download AWS CLI

\n

APP Settings

\n

After installation go to settings page and configure the AWS credentials.

\n

In order to use the app you must set an "AWS access key ID", an "AWS secret access key" and an "AWS Region" that you can create through the IAM service in the AWS console.\nThe IAM user needs a programmatic access account with a correct read/write S3 policy attached (e.g AmazonS3FullAccess) and CloudWatch Metrics (e.g CloudWatchReadOnlyAccess).\nYou can use any IAM S3 policy that grant access to the buckets that you want to use with the app.\nHere an example policy: IAM S3 example policy

\n

Wiki

\n

A complete and detailed documentation can be found here: https://github.com/ulver2812/aws-s3-backup/wiki

\n

\n

Windows executable (portable and installer)

\n

Download here

\n

Changelog

\n

Check changelog

\n

Getting Started

\n

Clone this repository locally :

\n
git clone https://github.com/ulver2812/aws-s3-backup.git
\n

Install dependencies with npm :

\n
npm install
\n

To build for development

\n
    \n
  • in a terminal window -> npm start
  • \n
\n

This start a local development environment with hot reload

\n

You can activate/deactivate "Developer Tools" by commenting or not win.webContents.openDevTools(); in main.ts.

\n

To build for production

\n
    \n
  • in a windows terminal window -> npm electron:windows
  • \n
  • in a mac terminal window -> npm electron:mac
  • \n
  • in a linux terminal window -> npm electron:linux
  • \n
\n

You will find the app build files in the "app-builds" directory.

\n

Don't forget to deactivate the "Developer Tools" by commenting win.webContents.openDevTools(); in main.ts.

\n

Included Commands

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
CommandDescription
npm run ng:serve:webExecute the app in the browser
npm run buildBuild the app. Your built files are in the /dist folder.
npm run build:prodBuild the app with Angular aot. Your built files are in the /dist folder.
npm run electron:localBuilds your application and start electron
npm run electron:linuxBuilds your application and creates an app consumable on linux system
npm run electron:windowsOn a Windows OS, builds your application and creates an app consumable in windows 32/64 bit systems
npm run electron:macOn a MAC OS, builds your application and generates a .app file of your application that can be run on Mac
\n
", - "readmeOriginal": "

\n \"AWS
\n Backup on AWS S3 ? Never been so easy!\n

\n

\n \"PR\"\n \"MIT\"\n \"Tested \n

\n

Introduction

\n

This app allows you to use AWS (Amazon Web Services) S3 as backup system for desktop environments.\nLike Dropbox or Google Drive app you can backup your important data on AWS S3.\nThis desktop app allows you to configure 3 different types of backup job (One time, recurring, live) to backup your data in an S3 bucket.

\n
    \n
  • One time: the backup job will be executed only one time as programmed.
  • \n
  • Recurring: the backup job will be executed periodically as programmed.
  • \n
  • Live: any time a file associated with the backup job changes it will be transferred to the S3 bucket.
  • \n
\n

This is a cross platform app, built with Electron, so you can use it on Windows, Mac and Linux.

\n

Requirement

\n

This app use the AWS CLI \"sync\" command, this mean that you must install the AWS CLI in order to use this app.

\n

You can find the AWS CLI installer here: Download AWS CLI

\n

APP Settings

\n

After installation go to settings page and configure the AWS credentials.

\n

In order to use the app you must set an \"AWS access key ID\", an \"AWS secret access key\" and an \"AWS Region\" that you can create through the IAM service in the AWS console.\nThe IAM user needs a programmatic access account with a correct read/write S3 policy attached (e.g AmazonS3FullAccess) and CloudWatch Metrics (e.g CloudWatchReadOnlyAccess).\nYou can use any IAM S3 policy that grant access to the buckets that you want to use with the app.\nHere an example policy: IAM S3 example policy

\n

Wiki

\n

A complete and detailed documentation can be found here: https://github.com/ulver2812/aws-s3-backup/wiki

\n

\n

Windows executable (portable and installer)

\n

Download here

\n

Changelog

\n

Check changelog

\n

Getting Started

\n

Clone this repository locally :

\n
git clone https://github.com/ulver2812/aws-s3-backup.git
\n

Install dependencies with npm :

\n
npm install
\n

To build for development

\n
    \n
  • in a terminal window -> npm start
  • \n
\n

This start a local development environment with hot reload

\n

You can activate/deactivate \"Developer Tools\" by commenting or not win.webContents.openDevTools(); in main.ts.

\n

To build for production

\n
    \n
  • in a windows terminal window -> npm electron:windows
  • \n
  • in a mac terminal window -> npm electron:mac
  • \n
  • in a linux terminal window -> npm electron:linux
  • \n
\n

You will find the app build files in the \"app-builds\" directory.

\n

Don't forget to deactivate the \"Developer Tools\" by commenting win.webContents.openDevTools(); in main.ts.

\n

Included Commands

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
CommandDescription
npm run ng:serve:webExecute the app in the browser
npm run buildBuild the app. Your built files are in the /dist folder.
npm run build:prodBuild the app with Angular aot. Your built files are in the /dist folder.
npm run electron:localBuilds your application and start electron
npm run electron:linuxBuilds your application and creates an app consumable on linux system
npm run electron:windowsOn a Windows OS, builds your application and creates an app consumable in windows 32/64 bit systems
npm run electron:macOn a MAC OS, builds your application and generates a .app file of your application that can be run on Mac
\n
", - "readmeFetchedAt": "2020-09-17T12:09:07.999Z" + "readmeFetchedAt": "2020-09-18T00:10:36.829Z" }, - "autoedit": { - "readmeCleaned": "

autoEdit 2

\n

autoEdit 2 is a fast text based video editing, desktop app for Mac, Linux and Windows, built with node and electron, and Backbone front end. For making video production faster, easier and more accessible.

\n

Ready to use release

\n

See releases section to download latest packaged version ready to use. And view user manual for overview of the app.

\n

All you need to get started is to decide what speech to text service you want to use and get some credentials to get going check out the user manual for more details

\n

Setup

\n
git clone git@github.com:OpenNewsLabs/autoEdit_2.git
\n
cd autoEdit_2\n
\n
npm install
\n

Usage - development

\n
npm start\n
\n

Compiles the js client side files with browserify and starts electron

\n

Note: You'd also need to get Speech to text keys or have the Gentle Open source app running locally check out the user manual for more details, unless you are choosing pocketsphinx as speech to text option.

\n

Background

\n

autoEdit is a text-based video-editing software that creates a digital paper-editing workflow. For more background see this write up on Source "Introducing autoEdit" as well as for more in depth on the underlying workflow see this gitbook "How to tell compelling stories out of video interviews", and especially this section focused on digital Paper-editing.

\n

\"Overview

\n

System Architecture

\n

High level overview of system architecture

\n

See Architecture overview in\ndeveloper's documentation.

\n

Development env

\n

How to run the development environment\nCoding style convention ref optional, eg which linter to use\nLinting, github pre-push hook - optional

\n\n

linting

\n

Use .eslintrc.json in your code editor of choice to keep style consistency.

\n

Build

\n

How to run build

\n

See documentation section for build / deployment in OS X, Linux, Windows

\n

Travis CI Deployment

\n

See documentation section for Travis CI continuous build

\n

Deployment as adobe panel

\n

See documentation section for more info

\n

Tests

\n

How to carry out tests

\n

At the moment some unit tests are in the spec folder using jasmine, and you can run them using

\n
npm run test\n
\n

However they still need to be fixed up a bit. And perhaps move to jest.

\n
    \n
  • PR and help on improving test coverage welcome.
  • \n
\n

Build project page & demo

\n

See documentation section for

\n\n

Open source

\n

This is an open source project, in it's current version it was originally created as part of a Open News Knight-Mozilla fellowship by Pietro Passarelli with the Vox Media product team. You can contribute and/or propose ideas you have for this project.

\n

This tool is under development and you may find some bugs. In that case we will appreciate if you can fill an issue or get in touch.

\n

If you are curious about whatever happened to autoEdit "1" check this out.

\n

Contributing

\n

Feel free to get in touch with any questions. Via email pietro@autoedit.io or twitter @pietropassarell.

\n

Github issues to suggest ideas and report bugs welcome. And/or fork the project and send me a pull request.

\n

Sign up to the mailing list, follow on twitter and/or facebook to keep up to date with the latest releases.

\n

Check out the issues section and waffle.io Dashboard

\n

\"Stories

\n

Contributors

\n

List of contributors that have helped shaped autoEdit by contributing and/or advising on this or previous versions in no particular order.

\n\n

Active contributors

\n\n
\n

Support the project

\n\n

autoEdit.io it's free and open source. Free as in free speech as well as in free beer. Help support the autoEdit project to keep it that way. Support will go towards fixing bugs, adding features, provide support for users etc...

\n
", - "readmeOriginal": "

autoEdit 2

\n

autoEdit 2 is a fast text based video editing, desktop app for Mac, Linux and Windows, built with node and electron, and Backbone front end. For making video production faster, easier and more accessible.

\n

Ready to use release

\n

See releases section to download latest packaged version ready to use. And view user manual for overview of the app.

\n

All you need to get started is to decide what speech to text service you want to use and get some credentials to get going check out the user manual for more details

\n

Setup

\n
git clone git@github.com:OpenNewsLabs/autoEdit_2.git
\n
cd autoEdit_2\n
\n
npm install
\n

Usage - development

\n
npm start\n
\n

Compiles the js client side files with browserify and starts electron

\n

Note: You'd also need to get Speech to text keys or have the Gentle Open source app running locally check out the user manual for more details, unless you are choosing pocketsphinx as speech to text option.

\n

Background

\n

autoEdit is a text-based video-editing software that creates a digital paper-editing workflow. For more background see this write up on Source \"Introducing autoEdit\" as well as for more in depth on the underlying workflow see this gitbook \"How to tell compelling stories out of video interviews\", and especially this section focused on digital Paper-editing.

\n

\"Overview

\n

System Architecture

\n

High level overview of system architecture

\n

See Architecture overview in\ndeveloper's documentation.

\n

Development env

\n

How to run the development environment\nCoding style convention ref optional, eg which linter to use\nLinting, github pre-push hook - optional

\n\n

linting

\n

Use .eslintrc.json in your code editor of choice to keep style consistency.

\n

Build

\n

How to run build

\n

See documentation section for build / deployment in OS X, Linux, Windows

\n

Travis CI Deployment

\n

See documentation section for Travis CI continuous build

\n

Deployment as adobe panel

\n

See documentation section for more info

\n

Tests

\n

How to carry out tests

\n

At the moment some unit tests are in the spec folder using jasmine, and you can run them using

\n
npm run test\n
\n

However they still need to be fixed up a bit. And perhaps move to jest.

\n
    \n
  • PR and help on improving test coverage welcome.
  • \n
\n

Build project page & demo

\n

See documentation section for

\n\n

Open source

\n

This is an open source project, in it's current version it was originally created as part of a Open News Knight-Mozilla fellowship by Pietro Passarelli with the Vox Media product team. You can contribute and/or propose ideas you have for this project.

\n

This tool is under development and you may find some bugs. In that case we will appreciate if you can fill an issue or get in touch.

\n

If you are curious about whatever happened to autoEdit \"1\" check this out.

\n

Contributing

\n

Feel free to get in touch with any questions. Via email pietro@autoedit.io or twitter @pietropassarell.

\n

Github issues to suggest ideas and report bugs welcome. And/or fork the project and send me a pull request.

\n

Sign up to the mailing list, follow on twitter and/or facebook to keep up to date with the latest releases.

\n

Check out the issues section and waffle.io Dashboard

\n

\"Stories

\n

Contributors

\n

List of contributors that have helped shaped autoEdit by contributing and/or advising on this or previous versions in no particular order.

\n\n

Active contributors

\n\n
\n

Support the project

\n\n

autoEdit.io it's free and open source. Free as in free speech as well as in free beer. Help support the autoEdit project to keep it that way. Support will go towards fixing bugs, adding features, provide support for users etc...

\n
", - "readmeFetchedAt": "2020-09-17T12:09:08.148Z" + "beaker-browser": { + "readmeCleaned": "

Beaker Browser

\n

\"Backers \"Sponsors

\n

\"logo.png\"

\n

Beaker is an experimental peer-to-peer Web browser. It adds new APIs for building hostless applications while remaining compatible with the rest of the Web. Visit the website.

\n

Please feel free to open usability issues. Join us at #beakerbrowser on Freenode.

\n

Sponsors

\n

Sponsors support this project by contributing $100 a month or more. Become a sponsor

\n

\n\n\n\n\n\n\n\n\n

\n

Backers

\n

Backers support this project by contributing $2 to $99 a month. Become a backer

\n

\n

Table of Contents

\n\n\n\n\n

Installing

\n

Binaries

\n

Visit the Releases Page to find the installer you need.

\n

Building from source

\n

Requires node 12 or higher.

\n

In Linux (and in some cases macOS) you need libtool, m4, autoconf, and automake:

\n
sudo apt-get install libtool m4 make g++ autoconf # debian/ubuntu\nsudo dnf install libtool m4 make gcc-c++ libXScrnSaver  # fedora\nbrew install libtool autoconf automake # macos
\n

In Windows, you'll need to install Python 2.7, Visual Studio 2015 or 2017, and Git. (You might try windows-build-tools.) Then run:

\n
npm config set python c:/python27\nnpm config set msvs_version 2015\nnpm install -g node-gyp\nnpm install -g gulp
\n

To build:

\n
git clone https://github.com/beakerbrowser/beaker.git\ncd beaker/scripts\nnpm install # don't worry about v8 api errors building native modules - rebuild will fix\nnpm run rebuild # needed after each install. see https://github.com/electron/electron/issues/5851\nnpm start
\n

If you pull latest from the repo and get weird module errors, do:

\n
npm run burnthemall
\n

This invokes the mad king, who will torch your node_modules/, and do the full install/rebuild process for you.\n(We chose that command name when GoT was still cool.)\nnpm start should work afterward.

\n

If you're doing development, npm run watch to have assets build automatically.

\n

Documentation

\n

Looking to work on Beaker? Watch this video and take a look at the build notes.

\n\n

Env Vars

\n
    \n
  • DEBUG: which log systems to output? A comma-separated string. Can be beaker, dat, bittorrent-dht, dns-discovery, hypercore-protocol. Specify * for all.
  • \n
  • BEAKER_OPEN_URL: open the given URL on load, rather than the previous session or default tab.
  • \n
  • BEAKER_USER_DATA_PATH: override the user-data path, therefore changing where data is read/written. Useful for testing. For default value see userData in the electron docs.
  • \n
  • BEAKER_DAT_QUOTA_DEFAULT_BYTES_ALLOWED: override the default max-quota for bytes allowed to be written by a dat site. Useful for testing. Default value is '500mb'. This can be a Number or a String. Check bytes.parse for supported units and abbreviations.
  • \n
\n

Vulnerability disclosure

\n

See SECURITY.md for reporting security issues and vulnerabilities.

\n

Known issues

\n

tmux

\n

Launching from tmux is known to cause issues with GUI apps in macOS. On Beaker, it may cause the application to hang during startup.

\n

Contributors

\n

This project exists thanks to all the people who contribute. [Contribute].\n\"\"

\n

License

\n

MIT License (MIT)

\n

Copyright (c) 2018 Blue Link Labs

\n

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

\n

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

\n

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

\n
", + "readmeOriginal": "

Beaker Browser

\n

\"Backers \"Sponsors

\n

\"logo.png\"

\n

Beaker is an experimental peer-to-peer Web browser. It adds new APIs for building hostless applications while remaining compatible with the rest of the Web. Visit the website.

\n

Please feel free to open usability issues. Join us at #beakerbrowser on Freenode.

\n

Sponsors

\n

Sponsors support this project by contributing $100 a month or more. Become a sponsor

\n

\n\n\n\n\n\n\n\n\n

\n

Backers

\n

Backers support this project by contributing $2 to $99 a month. Become a backer

\n

\n

Table of Contents

\n\n\n\n\n

Installing

\n

Binaries

\n

Visit the Releases Page to find the installer you need.

\n

Building from source

\n

Requires node 12 or higher.

\n

In Linux (and in some cases macOS) you need libtool, m4, autoconf, and automake:

\n
sudo apt-get install libtool m4 make g++ autoconf # debian/ubuntu\nsudo dnf install libtool m4 make gcc-c++ libXScrnSaver  # fedora\nbrew install libtool autoconf automake # macos
\n

In Windows, you'll need to install Python 2.7, Visual Studio 2015 or 2017, and Git. (You might try windows-build-tools.) Then run:

\n
npm config set python c:/python27\nnpm config set msvs_version 2015\nnpm install -g node-gyp\nnpm install -g gulp
\n

To build:

\n
git clone https://github.com/beakerbrowser/beaker.git\ncd beaker/scripts\nnpm install # don't worry about v8 api errors building native modules - rebuild will fix\nnpm run rebuild # needed after each install. see https://github.com/electron/electron/issues/5851\nnpm start
\n

If you pull latest from the repo and get weird module errors, do:

\n
npm run burnthemall
\n

This invokes the mad king, who will torch your node_modules/, and do the full install/rebuild process for you.\n(We chose that command name when GoT was still cool.)\nnpm start should work afterward.

\n

If you're doing development, npm run watch to have assets build automatically.

\n

Documentation

\n

Looking to work on Beaker? Watch this video and take a look at the build notes.

\n\n

Env Vars

\n
    \n
  • DEBUG: which log systems to output? A comma-separated string. Can be beaker, dat, bittorrent-dht, dns-discovery, hypercore-protocol. Specify * for all.
  • \n
  • BEAKER_OPEN_URL: open the given URL on load, rather than the previous session or default tab.
  • \n
  • BEAKER_USER_DATA_PATH: override the user-data path, therefore changing where data is read/written. Useful for testing. For default value see userData in the electron docs.
  • \n
  • BEAKER_DAT_QUOTA_DEFAULT_BYTES_ALLOWED: override the default max-quota for bytes allowed to be written by a dat site. Useful for testing. Default value is '500mb'. This can be a Number or a String. Check bytes.parse for supported units and abbreviations.
  • \n
\n

Vulnerability disclosure

\n

See SECURITY.md for reporting security issues and vulnerabilities.

\n

Known issues

\n

tmux

\n

Launching from tmux is known to cause issues with GUI apps in macOS. On Beaker, it may cause the application to hang during startup.

\n

Contributors

\n

This project exists thanks to all the people who contribute. [Contribute].\n\"\"

\n

License

\n

MIT License (MIT)

\n

Copyright (c) 2018 Blue Link Labs

\n

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

\n

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

\n

THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

\n
", + "readmeFetchedAt": "2020-09-18T00:10:36.865Z" }, - "backlog": { - "readmeCleaned": "

Backlog

\n
\n

Simple multiplatform desktop app for storing TODOs, ideas or backlog items.\nYou can organize them with boards as a plaintext or markdown. No dependencies, no internet connection required,\nno external accounts. Sleek flow.

\n
\n

\n\n

\n

2.0.0-BETA-5.1 release

\n

Preview of 2.0.0 version

\n\n

New 2.x version introduces a lot of new features including new UI, configurable keybindings, search item feature, emoji, and a lot more! Check it out !

\n

\n \n

\n

Official website

\n

www.backlog.cloud

\n

Download

\n

No installation required. Just unzip archive and run executable

\n\n

32bit versions

\n\n

Features

\n
    \n
  • Organize your thoughts with items & boards. Use Markdown or plaintext for adding new items
  • \n
  • Move items to other board or drag&drop for reordering within current one
  • \n
  • Filter board items by text
  • \n
  • Light/dark theme
  • \n
  • Simple progress bar
  • \n
  • Keyboard shortcuts full list available here
  • \n
\n

Screenshots

\n

\n \n \n \n \n

\n

Update

\n

When new version is available just download it, unzip and enjoy. No additional action is required. All your boards and items will be available.

\n

Change log

\n

1.8.0

\n
\n

This is another huge update with number of significant improvements/features added.\nHopefully it will stay for a longer.

\n
\n

Features & improvements

\n
    \n
  • dark theme
  • \n
  • search items feature
  • \n
  • backup to file feature
  • \n
  • new top bar unified acroos OS
  • \n
  • modals can be closed by pressing ESC or click outside modal area
  • \n
  • scrollbar ui improved
  • \n
  • number of keyboard shortcuts added
  • \n
  • check for updates on app startup
  • \n
  • other minor ui improvements...
  • \n
\n

Bug fixes

\n
    \n
  • fixed issue which makes impossible to move some item to newly created board
  • \n
  • fix bug when specific items can't be edited nor deleted
  • \n
  • fixed issue when items list was not fully visible (last item was truncated)
  • \n
\n

Why I've wrote it ?

\n

When programming I often have a number of ideas related to possible improvements for the future or a cool new project. Most often, it's just one sentence or a couple of words - just a draft of an idea to expand in the future.

\n

I know that, there are hundreds of todo list managers or other notes manager,\nbut this one will finally perfectly fulfill my needs. So far I wrote my thoughts on sticky notes, I tried Evernote, Simplenote...\nThey are fine, but all of them were either bloated with unnecessary features or lacked the desired "flow" -\nwhen I open a program I want type down thoughts, hit enter, and get back to my actual work. That's how I write Backlog. No dependencies, no internet connection required, no external accounts etc.

\n

License

\n

It's free and opensource application under MIT license. You can do whatever you want as long as you include the original copyright and license notice in any copy of the software/source

\n

Technical

\n

How ?

\n

This application is built with Electron and web technologies (javascript, css, html) more specifically: Vue.js. UI toolkit is iView

\n

Build Setup

\n

You can build it yourself instead of downloading executable:

\n
# install dependencies\nnpm install\n\n# Compiles and hot-reloads for development\nnpm run serve\n\n# Compiles and minifies for production\nnpm run build\n\n# Run your tests\nnpm run test\n\n# Lints and fixes files\nnpm run lint\n\n# Run your unit tests\nnpm run test:unit
\n

Customize configuration

\n

See Configuration Reference.

\n
", - "readmeOriginal": "

Backlog

\n
\n

Simple multiplatform desktop app for storing TODOs, ideas or backlog items.\nYou can organize them with boards as a plaintext or markdown. No dependencies, no internet connection required,\nno external accounts. Sleek flow.

\n
\n

\n\n

\n

2.0.0-BETA-5.1 release

\n

Preview of 2.0.0 version

\n\n

New 2.x version introduces a lot of new features including new UI, configurable keybindings, search item feature, emoji, and a lot more! Check it out !

\n

\n \n

\n

Official website

\n

www.backlog.cloud

\n

Download

\n

No installation required. Just unzip archive and run executable

\n\n

32bit versions

\n\n

Features

\n
    \n
  • Organize your thoughts with items & boards. Use Markdown or plaintext for adding new items
  • \n
  • Move items to other board or drag&drop for reordering within current one
  • \n
  • Filter board items by text
  • \n
  • Light/dark theme
  • \n
  • Simple progress bar
  • \n
  • Keyboard shortcuts full list available here
  • \n
\n

Screenshots

\n

\n \n \n \n \n

\n

Update

\n

When new version is available just download it, unzip and enjoy. No additional action is required. All your boards and items will be available.

\n

Change log

\n

1.8.0

\n
\n

This is another huge update with number of significant improvements/features added.\nHopefully it will stay for a longer.

\n
\n

Features & improvements

\n
    \n
  • dark theme
  • \n
  • search items feature
  • \n
  • backup to file feature
  • \n
  • new top bar unified acroos OS
  • \n
  • modals can be closed by pressing ESC or click outside modal area
  • \n
  • scrollbar ui improved
  • \n
  • number of keyboard shortcuts added
  • \n
  • check for updates on app startup
  • \n
  • other minor ui improvements...
  • \n
\n

Bug fixes

\n
    \n
  • fixed issue which makes impossible to move some item to newly created board
  • \n
  • fix bug when specific items can't be edited nor deleted
  • \n
  • fixed issue when items list was not fully visible (last item was truncated)
  • \n
\n

Why I've wrote it ?

\n

When programming I often have a number of ideas related to possible improvements for the future or a cool new project. Most often, it's just one sentence or a couple of words - just a draft of an idea to expand in the future.

\n

I know that, there are hundreds of todo list managers or other notes manager,\nbut this one will finally perfectly fulfill my needs. So far I wrote my thoughts on sticky notes, I tried Evernote, Simplenote...\nThey are fine, but all of them were either bloated with unnecessary features or lacked the desired \"flow\" -\nwhen I open a program I want type down thoughts, hit enter, and get back to my actual work. That's how I write Backlog. No dependencies, no internet connection required, no external accounts etc.

\n

License

\n

It's free and opensource application under MIT license. You can do whatever you want as long as you include the original copyright and license notice in any copy of the software/source

\n

Technical

\n

How ?

\n

This application is built with Electron and web technologies (javascript, css, html) more specifically: Vue.js. UI toolkit is iView

\n

Build Setup

\n

You can build it yourself instead of downloading executable:

\n
# install dependencies\nnpm install\n\n# Compiles and hot-reloads for development\nnpm run serve\n\n# Compiles and minifies for production\nnpm run build\n\n# Run your tests\nnpm run test\n\n# Lints and fixes files\nnpm run lint\n\n# Run your unit tests\nnpm run test:unit
\n

Customize configuration

\n

See Configuration Reference.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:08.162Z" + "bibisco": { + "readmeCleaned": "

What is bibisco?

\n

bibisco is an open source application for writing novels.

\n

bibisco is a personal project, made with love.

\n

We love books and we want to help writers to write beautiful novels.

\n

With bibisco you can organize chapters and scenes, manage revisions, export novel in pdf or docx, and write with a fully featured text editor.

\n

You can create a novel structure, define premise, fabula, narrative strands and settings: geographic, temporal and social context.

\n

And, most of all, with bibisco you can know everything about your characters. Because your novel works only if its characters are believable, that is when you understand their human nature's complexity.

\n

Installation

\n

Download bibisco from bibisco website www.bibisco.com

\n

Windows and Linux

\n

bibisco doesn't need to be installed. After download:

\n
    \n
  1. unzip downloaded file
  2. \n
  3. if your operating system is windows launch bibisco.exe; if your operating system is linux launch bibisco
  4. \n
  5. write your novel
  6. \n
\n

Mac OS X

\n
    \n
  1. open downloaded dmg file
  2. \n
  3. follow the istructions
  4. \n
  5. write your novel
  6. \n
\n

Support

\n

You can support bibisco in various ways:

\n\n

License

\n

bibisco is licensed under the terms of GNU GPL License.

\n

Contribution

\n

To contribute to bibisco development you need to:

\n\n
", + "readmeOriginal": "

What is bibisco?

\n

bibisco is an open source application for writing novels.

\n

bibisco is a personal project, made with love.

\n

We love books and we want to help writers to write beautiful novels.

\n

With bibisco you can organize chapters and scenes, manage revisions, export novel in pdf or docx, and write with a fully featured text editor.

\n

You can create a novel structure, define premise, fabula, narrative strands and settings: geographic, temporal and social context.

\n

And, most of all, with bibisco you can know everything about your characters. Because your novel works only if its characters are believable, that is when you understand their human nature's complexity.

\n

Installation

\n

Download bibisco from bibisco website www.bibisco.com

\n

Windows and Linux

\n

bibisco doesn't need to be installed. After download:

\n
    \n
  1. unzip downloaded file
  2. \n
  3. if your operating system is windows launch bibisco.exe; if your operating system is linux launch bibisco
  4. \n
  5. write your novel
  6. \n
\n

Mac OS X

\n
    \n
  1. open downloaded dmg file
  2. \n
  3. follow the istructions
  4. \n
  5. write your novel
  6. \n
\n

Support

\n

You can support bibisco in various ways:

\n\n

License

\n

bibisco is licensed under the terms of GNU GPL License.

\n

Contribution

\n

To contribute to bibisco development you need to:

\n\n
", + "readmeFetchedAt": "2020-09-18T00:10:36.916Z" }, "bdash": { "readmeCleaned": "

\"Travis\"\n\"CircleCI\"\n\"AppVeyor

\n

Bdash

\n

Simple SQL Client for lightweight data analysis.

\n

Feature

\n

Saving query

\n

\n

Drawing chart

\n

\n

Sharing result

\n

You can share the result with gist.

\n

https://gist.github.com/hokaccha/e128e1c3a68527ebf2c50d5e95a089b1

\n

Multiple data sources support

\n
    \n
  • MySQL
  • \n
  • PostgreSQL (Amazon Redshift)
  • \n
  • SQLite3
  • \n
  • Google BigQuery
  • \n
  • Treasure Data
  • \n
  • Amazon Athena
  • \n
\n

Installation

\n

You can download and install from here: https://www.bdash.io/

\n

Development

\n

You can start the application with following commands.

\n
# Install dependencies\n$ yarn\n\n# Run following commands with different shell processes.\n$ yarn watch\n$ yarn start\n
\n

License

\n

MIT

\n
", "readmeOriginal": "

\"Travis\"\n\"CircleCI\"\n\"AppVeyor

\n

Bdash

\n

Simple SQL Client for lightweight data analysis.

\n

Feature

\n

Saving query

\n

\n

Drawing chart

\n

\n

Sharing result

\n

You can share the result with gist.

\n

https://gist.github.com/hokaccha/e128e1c3a68527ebf2c50d5e95a089b1

\n

Multiple data sources support

\n
    \n
  • MySQL
  • \n
  • PostgreSQL (Amazon Redshift)
  • \n
  • SQLite3
  • \n
  • Google BigQuery
  • \n
  • Treasure Data
  • \n
  • Amazon Athena
  • \n
\n

Installation

\n

You can download and install from here: https://www.bdash.io/

\n

Development

\n

You can start the application with following commands.

\n
# Install dependencies\n$ yarn\n\n# Run following commands with different shell processes.\n$ yarn watch\n$ yarn start\n
\n

License

\n

MIT

\n
", - "readmeFetchedAt": "2020-09-17T12:09:08.351Z" + "readmeFetchedAt": "2020-09-18T00:10:36.963Z" }, "beekeeper-studio": { "readmeCleaned": "

Attention Existing MacOS, Windows, and AppImage users:

\n
    \n
  • Automatic update functionality was broken before version 1.7.5. Please update manually from the releases section on the right. From 1.7.5 the app will automatically update (like it was supposed to).
  • \n
\n

Beekeeper Studio

\n

Beekeeper Studio is a cross-platform SQL editor and database manager available for Linux, Mac, and Windows.

\n

Beekeeper Studio is MIT licensed so it is free (libre) and free (gratis).

\n

Download now from our website

\n

Love Beekeeper Studio and want to help, but can't write code? We have some ideas for you.

\n

Features

\n

Top feature: It's smooth 🍫, fast 🏎, and you'll actually enjoy using it 🥰

\n
    \n
  • Autocomplete SQL query editor with syntax highlighting
  • \n
  • Tabbed interface, so you can multitask
  • \n
  • Sort and filter table data to find just what you need
  • \n
  • Sensible keyboard-shortcuts
  • \n
  • Save queries for later
  • \n
  • Query run-history, so you can find that one query you got working 3 days ago
  • \n
  • Default dark theme
  • \n
\n

One of our frustrations with other open-source SQL editors and database managers is that they take a 'kitchen sink' approach to features, adding so many features that the UI becomes cluttered and hard to navigate. We wanted a good looking, open source SQL workbench that's powerful, but also easy to use. We couldn't find one, so we created it!

\n

\"SQL

\n

Beekeeper Studio supports connecting to the following databases:

\n
    \n
  • SQLite
  • \n
  • MySQL
  • \n
  • MariaDB
  • \n
  • Postgres
  • \n
  • SQL Server
  • \n
  • Amazon Redshift
  • \n
\n

Installation

\n

Download the latest release from the releases page, or from our website

\n

Contributing to Beekeeper Studio

\n

We love any community engagement. Even if you're complaining becuase you don't like something about the app!

\n

Because building an inclusive and welcoming community is important to us, please follow our code of conduct as you engage with the project.

\n

Starting the Dev version of Beekeeper Studio

\n

Want to write some code and improve Beekeeper Studio? Getting set-up is easy on Mac, Linux, or Windows.

\n
# First: Install NodeJS 12+, NPM, and Yarn\n# ...\n\n# 1. Fork the Beekeeper Studio Repo (click fork button at top right of this screen)\n# 2. Check out your fork:\ngit clone git@github.com:<your-username>/beekeeper-studio.git beekeeper-studio\ncd beekeeper-studio/\nyarn install # installs dependencies\n\n# Now you can start the app:\nyarn run electron:serve ## the app will now start
\n

Where to make changes?

\n

Beekeeper Studio has two entry points:

\n
    \n
  • background.js - this is the electron-side code that controls native things like showing windows.
  • \n
  • main.js - this is the entry point for the Vue.js app. You can follow the Vue component breadcrumbs from App.vue to find the screen you need.
  • \n
\n

Generally we have two 'screens':

\n
    \n
  • ConnectionInterface - connecting to a DB
  • \n
  • CoreInterface - interacting with a database
  • \n
\n

How to submit a change?

\n
    \n
  • Push your changes to your repository and open a Pull Request from our github page (this page)
  • \n
  • Make sure to write some notes about what your change does! A gif is always welcome for visual changes.
  • \n
\n

Maintainer notes (casual readers can ignore this stuff)

\n

Release Process

\n
    \n
  1. Up the version number in package.json
  2. \n
  3. Replace build/release-notes.md with the latest release notes. Follow the format that is there.
  4. \n
\n
    \n
  • run `git log ..HEAD --oneline | grep 'Merge pull' to find PRs merged
  • \n
\n
    \n
  1. Commit
  2. \n
  3. Push to master
  4. \n
  5. Create a tag git tag v<version>. It must start with a 'v'
  6. \n
  7. git push origin <tagname>
  8. \n
\n
    \n
  • Now wait for the build/publish action to complete on Github
  • \n
\n
    \n
  1. Push the new release live
  2. \n
\n
    \n
  • Go to the new 'draft' release on the releases tab of github, edit the notes, publish
  • \n
  • Log into snapcraft.io, drag the uploaded release into the 'stable' channel for each architecture.
  • \n
\n

This should also publish the latest docs

\n

Post Release:

\n
    \n
  1. Copy release notes to a blog post, post on website
  2. \n
  3. Tweet link
  4. \n
  5. Share on LinkedIn
  6. \n
  7. Send to mailing list on SendInBlue
  8. \n
\n

Big Thanks

\n

Beekeeper Studio wouldn't exist without Sqlectron-core, the core database libraries from the (now unmaintained) Sqlectron project. Beekeeper Studio started as an experimental fork of that repository. A big thanks to @maxcnunes and the rest of the Sqlectron community.

\n
", "readmeOriginal": "

Attention Existing MacOS, Windows, and AppImage users:

\n
    \n
  • Automatic update functionality was broken before version 1.7.5. Please update manually from the releases section on the right. From 1.7.5 the app will automatically update (like it was supposed to).
  • \n
\n

Beekeeper Studio

\n

Beekeeper Studio is a cross-platform SQL editor and database manager available for Linux, Mac, and Windows.

\n

Beekeeper Studio is MIT licensed so it is free (libre) and free (gratis).

\n

Download now from our website

\n

Love Beekeeper Studio and want to help, but can't write code? We have some ideas for you.

\n

Features

\n

Top feature: It's smooth 🍫, fast 🏎, and you'll actually enjoy using it 🥰

\n
    \n
  • Autocomplete SQL query editor with syntax highlighting
  • \n
  • Tabbed interface, so you can multitask
  • \n
  • Sort and filter table data to find just what you need
  • \n
  • Sensible keyboard-shortcuts
  • \n
  • Save queries for later
  • \n
  • Query run-history, so you can find that one query you got working 3 days ago
  • \n
  • Default dark theme
  • \n
\n

One of our frustrations with other open-source SQL editors and database managers is that they take a 'kitchen sink' approach to features, adding so many features that the UI becomes cluttered and hard to navigate. We wanted a good looking, open source SQL workbench that's powerful, but also easy to use. We couldn't find one, so we created it!

\n

\"SQL

\n

Beekeeper Studio supports connecting to the following databases:

\n
    \n
  • SQLite
  • \n
  • MySQL
  • \n
  • MariaDB
  • \n
  • Postgres
  • \n
  • SQL Server
  • \n
  • Amazon Redshift
  • \n
\n

Installation

\n

Download the latest release from the releases page, or from our website

\n

Contributing to Beekeeper Studio

\n

We love any community engagement. Even if you're complaining becuase you don't like something about the app!

\n

Because building an inclusive and welcoming community is important to us, please follow our code of conduct as you engage with the project.

\n

Starting the Dev version of Beekeeper Studio

\n

Want to write some code and improve Beekeeper Studio? Getting set-up is easy on Mac, Linux, or Windows.

\n
# First: Install NodeJS 12+, NPM, and Yarn\n# ...\n\n# 1. Fork the Beekeeper Studio Repo (click fork button at top right of this screen)\n# 2. Check out your fork:\ngit clone git@github.com:<your-username>/beekeeper-studio.git beekeeper-studio\ncd beekeeper-studio/\nyarn install # installs dependencies\n\n# Now you can start the app:\nyarn run electron:serve ## the app will now start
\n

Where to make changes?

\n

Beekeeper Studio has two entry points:

\n
    \n
  • background.js - this is the electron-side code that controls native things like showing windows.
  • \n
  • main.js - this is the entry point for the Vue.js app. You can follow the Vue component breadcrumbs from App.vue to find the screen you need.
  • \n
\n

Generally we have two 'screens':

\n
    \n
  • ConnectionInterface - connecting to a DB
  • \n
  • CoreInterface - interacting with a database
  • \n
\n

How to submit a change?

\n
    \n
  • Push your changes to your repository and open a Pull Request from our github page (this page)
  • \n
  • Make sure to write some notes about what your change does! A gif is always welcome for visual changes.
  • \n
\n

Maintainer notes (casual readers can ignore this stuff)

\n

Release Process

\n
    \n
  1. Up the version number in package.json
  2. \n
  3. Replace build/release-notes.md with the latest release notes. Follow the format that is there.
  4. \n
\n
    \n
  • run `git log ..HEAD --oneline | grep 'Merge pull' to find PRs merged
  • \n
\n
    \n
  1. Commit
  2. \n
  3. Push to master
  4. \n
  5. Create a tag git tag v<version>. It must start with a 'v'
  6. \n
  7. git push origin <tagname>
  8. \n
\n
    \n
  • Now wait for the build/publish action to complete on Github
  • \n
\n
    \n
  1. Push the new release live
  2. \n
\n
    \n
  • Go to the new 'draft' release on the releases tab of github, edit the notes, publish
  • \n
  • Log into snapcraft.io, drag the uploaded release into the 'stable' channel for each architecture.
  • \n
\n

This should also publish the latest docs

\n

Post Release:

\n
    \n
  1. Copy release notes to a blog post, post on website
  2. \n
  3. Tweet link
  4. \n
  5. Share on LinkedIn
  6. \n
  7. Send to mailing list on SendInBlue
  8. \n
\n

Big Thanks

\n

Beekeeper Studio wouldn't exist without Sqlectron-core, the core database libraries from the (now unmaintained) Sqlectron project. Beekeeper Studio started as an experimental fork of that repository. A big thanks to @maxcnunes and the rest of the Sqlectron community.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:08.445Z" - }, - "beaker-browser": { - "readmeCleaned": "

Beaker Browser

\n

\"Backers \"Sponsors

\n

\"logo.png\"

\n

Beaker is an experimental peer-to-peer Web browser. It adds new APIs for building hostless applications while remaining compatible with the rest of the Web. Visit the website.

\n

Please feel free to open usability issues. Join us at #beakerbrowser on Freenode.

\n

Sponsors

\n

Sponsors support this project by contributing $100 a month or more. Become a sponsor

\n

\n\n\n\n\n\n\n\n\n

\n

Backers

\n

Backers support this project by contributing $2 to $99 a month. Become a backer

\n

\n

Table of Contents

\n\n\n\n\n

Installing

\n

Binaries

\n

Visit the Releases Page to find the installer you need.

\n

Building from source

\n

Requires node 12 or higher.

\n

In Linux (and in some cases macOS) you need libtool, m4, autoconf, and automake:

\n
sudo apt-get install libtool m4 make g++ autoconf # debian/ubuntu\nsudo dnf install libtool m4 make gcc-c++ libXScrnSaver  # fedora\nbrew install libtool autoconf automake # macos
\n

In Windows, you'll need to install Python 2.7, Visual Studio 2015 or 2017, and Git. (You might try windows-build-tools.) Then run:

\n
npm config set python c:/python27\nnpm config set msvs_version 2015\nnpm install -g node-gyp\nnpm install -g gulp
\n

To build:

\n
git clone https://github.com/beakerbrowser/beaker.git\ncd beaker/scripts\nnpm install # don't worry about v8 api errors building native modules - rebuild will fix\nnpm run rebuild # needed after each install. see https://github.com/electron/electron/issues/5851\nnpm start
\n

If you pull latest from the repo and get weird module errors, do:

\n
npm run burnthemall
\n

This invokes the mad king, who will torch your node_modules/, and do the full install/rebuild process for you.\n(We chose that command name when GoT was still cool.)\nnpm start should work afterward.

\n

If you're doing development, npm run watch to have assets build automatically.

\n

Documentation

\n

Looking to work on Beaker? Watch this video and take a look at the build notes.

\n\n

Env Vars

\n
    \n
  • DEBUG: which log systems to output? A comma-separated string. Can be beaker, dat, bittorrent-dht, dns-discovery, hypercore-protocol. Specify * for all.
  • \n
  • BEAKER_OPEN_URL: open the given URL on load, rather than the previous session or default tab.
  • \n
  • BEAKER_USER_DATA_PATH: override the user-data path, therefore changing where data is read/written. Useful for testing. For default value see userData in the electron docs.
  • \n
  • BEAKER_DAT_QUOTA_DEFAULT_BYTES_ALLOWED: override the default max-quota for bytes allowed to be written by a dat site. Useful for testing. Default value is '500mb'. This can be a Number or a String. Check bytes.parse for supported units and abbreviations.
  • \n
\n

Vulnerability disclosure

\n

See SECURITY.md for reporting security issues and vulnerabilities.

\n

Known issues

\n

tmux

\n

Launching from tmux is known to cause issues with GUI apps in macOS. On Beaker, it may cause the application to hang during startup.

\n

Contributors

\n

This project exists thanks to all the people who contribute. [Contribute].\n\"\"

\n

License

\n

MIT License (MIT)

\n

Copyright (c) 2018 Blue Link Labs

\n

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

\n

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

\n

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

\n
", - "readmeOriginal": "

Beaker Browser

\n

\"Backers \"Sponsors

\n

\"logo.png\"

\n

Beaker is an experimental peer-to-peer Web browser. It adds new APIs for building hostless applications while remaining compatible with the rest of the Web. Visit the website.

\n

Please feel free to open usability issues. Join us at #beakerbrowser on Freenode.

\n

Sponsors

\n

Sponsors support this project by contributing $100 a month or more. Become a sponsor

\n

\n\n\n\n\n\n\n\n\n

\n

Backers

\n

Backers support this project by contributing $2 to $99 a month. Become a backer

\n

\n

Table of Contents

\n\n\n\n\n

Installing

\n

Binaries

\n

Visit the Releases Page to find the installer you need.

\n

Building from source

\n

Requires node 12 or higher.

\n

In Linux (and in some cases macOS) you need libtool, m4, autoconf, and automake:

\n
sudo apt-get install libtool m4 make g++ autoconf # debian/ubuntu\nsudo dnf install libtool m4 make gcc-c++ libXScrnSaver  # fedora\nbrew install libtool autoconf automake # macos
\n

In Windows, you'll need to install Python 2.7, Visual Studio 2015 or 2017, and Git. (You might try windows-build-tools.) Then run:

\n
npm config set python c:/python27\nnpm config set msvs_version 2015\nnpm install -g node-gyp\nnpm install -g gulp
\n

To build:

\n
git clone https://github.com/beakerbrowser/beaker.git\ncd beaker/scripts\nnpm install # don't worry about v8 api errors building native modules - rebuild will fix\nnpm run rebuild # needed after each install. see https://github.com/electron/electron/issues/5851\nnpm start
\n

If you pull latest from the repo and get weird module errors, do:

\n
npm run burnthemall
\n

This invokes the mad king, who will torch your node_modules/, and do the full install/rebuild process for you.\n(We chose that command name when GoT was still cool.)\nnpm start should work afterward.

\n

If you're doing development, npm run watch to have assets build automatically.

\n

Documentation

\n

Looking to work on Beaker? Watch this video and take a look at the build notes.

\n\n

Env Vars

\n
    \n
  • DEBUG: which log systems to output? A comma-separated string. Can be beaker, dat, bittorrent-dht, dns-discovery, hypercore-protocol. Specify * for all.
  • \n
  • BEAKER_OPEN_URL: open the given URL on load, rather than the previous session or default tab.
  • \n
  • BEAKER_USER_DATA_PATH: override the user-data path, therefore changing where data is read/written. Useful for testing. For default value see userData in the electron docs.
  • \n
  • BEAKER_DAT_QUOTA_DEFAULT_BYTES_ALLOWED: override the default max-quota for bytes allowed to be written by a dat site. Useful for testing. Default value is '500mb'. This can be a Number or a String. Check bytes.parse for supported units and abbreviations.
  • \n
\n

Vulnerability disclosure

\n

See SECURITY.md for reporting security issues and vulnerabilities.

\n

Known issues

\n

tmux

\n

Launching from tmux is known to cause issues with GUI apps in macOS. On Beaker, it may cause the application to hang during startup.

\n

Contributors

\n

This project exists thanks to all the people who contribute. [Contribute].\n\"\"

\n

License

\n

MIT License (MIT)

\n

Copyright (c) 2018 Blue Link Labs

\n

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

\n

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

\n

THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:08.452Z" - }, - "bearsweeper": { - "readmeCleaned": "

BearSweeper

\n

\"Brownie\"

\n

Welcome, this game was originally built using React Native & now porting to Electron + ReactJS

\n\n

Demo for ReactJS Website

\n

Link to Demo Website: BearSweeper\n\"Demo

\n

Demo for Electron App

\n

\"Demo

\n

Prerequisite

\n
    \n
  • Install Foreman
  • \n
\n
sudo npm i -g foreman
\n

Clone and Setup

\n
git clone https://github.com/kyaroru/bear-sweeper.git\ncd bear-sweeper\nnpm i
\n

Start & Run in Browser

\n
npm start
\n

Start & Run Electron App

\n
npm run start-app
\n

Build & Deploy

\n
npm run mas-dev (for MacOS - development version for Mac App Store) --- CERT & PROVISIONING NEEDED\nnpm run mas (for MacOS - distribute via Mac App Store) --- CERT & PROVISIONING NEEDED\nnpm run dmg (for MacOS - distribute outside Mac App Store)\nnpm run appx (for Windows - distribute via Windows Store) --- PUBLISHER ACCOUNT NEEDED\nnpm run win (for Window - distribute outside Windows store)
\n

Available on Mac/Windows

\n

\n

\n
", - "readmeOriginal": "

BearSweeper

\n

\"Brownie\"

\n

Welcome, this game was originally built using React Native & now porting to Electron + ReactJS

\n\n

Demo for ReactJS Website

\n

Link to Demo Website: BearSweeper\n\"Demo

\n

Demo for Electron App

\n

\"Demo

\n

Prerequisite

\n
    \n
  • Install Foreman
  • \n
\n
sudo npm i -g foreman
\n

Clone and Setup

\n
git clone https://github.com/kyaroru/bear-sweeper.git\ncd bear-sweeper\nnpm i
\n

Start & Run in Browser

\n
npm start
\n

Start & Run Electron App

\n
npm run start-app
\n

Build & Deploy

\n
npm run mas-dev (for MacOS - development version for Mac App Store) --- CERT & PROVISIONING NEEDED\nnpm run mas (for MacOS - distribute via Mac App Store) --- CERT & PROVISIONING NEEDED\nnpm run dmg (for MacOS - distribute outside Mac App Store)\nnpm run appx (for Windows - distribute via Windows Store) --- PUBLISHER ACCOUNT NEEDED\nnpm run win (for Window - distribute outside Windows store)
\n

Available on Mac/Windows

\n

\n

\n
", - "readmeFetchedAt": "2020-09-17T12:09:08.491Z" + "readmeFetchedAt": "2020-09-18T00:10:36.968Z" }, "biblio": { "readmeCleaned": "

\n

Biblio

\n

An app to help you create APA, MLA, and Chicago-style citations quickly and easily!

\n

How it works:

\n

Just fill in the fields and then click on the completed citations to copy them to your clipboard!

\n

\"\"

\n

Installation

\n
    \n
  1. Go to the Releases tab right above the green "clone/download" button
  2. \n
  3. Download the most recent "biblio-X.X.X-mac.zip" file
  4. \n
  5. Open it up and drag it to your Applications folder
  6. \n
\n

If you get an error about an unidentified developer, control-click the app and hit open.

\n

Download or clone the repo, then run "npm run electron:serve" in the directory to build and launch the program in developer mode.

\n

To build the app for your system, run "npm run electron:build"

\n

Built With

\n\n

Authors

\n\n

License

\n

MIT

\n
", "readmeOriginal": "

\n

Biblio

\n

An app to help you create APA, MLA, and Chicago-style citations quickly and easily!

\n

How it works:

\n

Just fill in the fields and then click on the completed citations to copy them to your clipboard!

\n

\"\"

\n

Installation

\n
    \n
  1. Go to the Releases tab right above the green \"clone/download\" button
  2. \n
  3. Download the most recent \"biblio-X.X.X-mac.zip\" file
  4. \n
  5. Open it up and drag it to your Applications folder
  6. \n
\n

If you get an error about an unidentified developer, control-click the app and hit open.

\n

Download or clone the repo, then run \"npm run electron:serve\" in the directory to build and launch the program in developer mode.

\n

To build the app for your system, run \"npm run electron:build\"

\n

Built With

\n\n

Authors

\n\n

License

\n

MIT

\n
", - "readmeFetchedAt": "2020-09-17T12:09:08.693Z" - }, - "bibisco": { - "readmeCleaned": "

What is bibisco?

\n

bibisco is an open source application for writing novels.

\n

bibisco is a personal project, made with love.

\n

We love books and we want to help writers to write beautiful novels.

\n

With bibisco you can organize chapters and scenes, manage revisions, export novel in pdf or docx, and write with a fully featured text editor.

\n

You can create a novel structure, define premise, fabula, narrative strands and settings: geographic, temporal and social context.

\n

And, most of all, with bibisco you can know everything about your characters. Because your novel works only if its characters are believable, that is when you understand their human nature's complexity.

\n

Installation

\n

Download bibisco from bibisco website www.bibisco.com

\n

Windows and Linux

\n

bibisco doesn't need to be installed. After download:

\n
    \n
  1. unzip downloaded file
  2. \n
  3. if your operating system is windows launch bibisco.exe; if your operating system is linux launch bibisco
  4. \n
  5. write your novel
  6. \n
\n

Mac OS X

\n
    \n
  1. open downloaded dmg file
  2. \n
  3. follow the istructions
  4. \n
  5. write your novel
  6. \n
\n

Support

\n

You can support bibisco in various ways:

\n\n

License

\n

bibisco is licensed under the terms of GNU GPL License.

\n

Contribution

\n

To contribute to bibisco development you need to:

\n\n
", - "readmeOriginal": "

What is bibisco?

\n

bibisco is an open source application for writing novels.

\n

bibisco is a personal project, made with love.

\n

We love books and we want to help writers to write beautiful novels.

\n

With bibisco you can organize chapters and scenes, manage revisions, export novel in pdf or docx, and write with a fully featured text editor.

\n

You can create a novel structure, define premise, fabula, narrative strands and settings: geographic, temporal and social context.

\n

And, most of all, with bibisco you can know everything about your characters. Because your novel works only if its characters are believable, that is when you understand their human nature's complexity.

\n

Installation

\n

Download bibisco from bibisco website www.bibisco.com

\n

Windows and Linux

\n

bibisco doesn't need to be installed. After download:

\n
    \n
  1. unzip downloaded file
  2. \n
  3. if your operating system is windows launch bibisco.exe; if your operating system is linux launch bibisco
  4. \n
  5. write your novel
  6. \n
\n

Mac OS X

\n
    \n
  1. open downloaded dmg file
  2. \n
  3. follow the istructions
  4. \n
  5. write your novel
  6. \n
\n

Support

\n

You can support bibisco in various ways:

\n\n

License

\n

bibisco is licensed under the terms of GNU GPL License.

\n

Contribution

\n

To contribute to bibisco development you need to:

\n\n
", - "readmeFetchedAt": "2020-09-17T12:09:08.736Z" + "readmeFetchedAt": "2020-09-18T00:10:36.991Z" }, "bitcrypt": { "readmeCleaned": "

BitCrypt

\n

A simple cross-platform File Encryption application. Encrypt your bits.

\n

Uses AES256 with CBC mode.

\n

\"alt\n###Download

\n

Development install and launch

\n
git clone https://github.com/Nazgul07/BitCrypt.git\ncd BitCrypt\nnpm install\nnpm start\n
\n

Build on Mac

\n
npm run build  // build unpacked dir. Useful to test\nnpm run pack:windows // build for Windows\nnpm run pack:mac // build for Mac\nnpm run pack:linux  // build for Linux\nnpm run dist:all  // build for Windows, Mac and Linux\n
\n

Build Multi-Platform

\n

electron-builder Documentation

\n

Build on Windows

\n
python script\\bootstrap.py -v\npython script\\build.py\n
\n

Build Instructions by Electron

\n
", "readmeOriginal": "

BitCrypt

\n

A simple cross-platform File Encryption application. Encrypt your bits.

\n

Uses AES256 with CBC mode.

\n

\"alt\n###Download

\n

Development install and launch

\n
git clone https://github.com/Nazgul07/BitCrypt.git\ncd BitCrypt\nnpm install\nnpm start\n
\n

Build on Mac

\n
npm run build  // build unpacked dir. Useful to test\nnpm run pack:windows // build for Windows\nnpm run pack:mac // build for Mac\nnpm run pack:linux  // build for Linux\nnpm run dist:all  // build for Windows, Mac and Linux\n
\n

Build Multi-Platform

\n

electron-builder Documentation

\n

Build on Windows

\n
python script\\bootstrap.py -v\npython script\\build.py\n
\n

Build Instructions by Electron

\n
", - "readmeFetchedAt": "2020-09-17T12:09:08.773Z" + "readmeFetchedAt": "2020-09-18T00:10:37.079Z" + }, + "bitshares-ui": { + "readmeCleaned": "

BitShares-UI

\n

中文版

\n

This is a light wallet that connects to a BitShares API provided by the witness_node executable.

\n

It stores all keys locally in the browser, never exposing your keys to anyone as it signs transactions locally before transmitting them to the API server which then broadcasts them to the blockchain network. The wallet is encrypted with a password of your choosing and encrypted in a browser database.

\n

Getting started

\n

BitShares-UI depends node Node.js, and version 8+ is required.

\n

On Ubuntu and OSX, the easiest way to install Node is to use the Node Version Manager.

\n

To install NVM for Linux/OSX, simply copy paste the following in a terminal:

\n
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.30.2/install.sh | bash\nnvm install v9\nnvm use v9\n
\n

Once you have Node installed, you can clone the repo:

\n
git clone https://github.com/bitshares/bitshares-ui.git\ncd bitshares-ui\n
\n

Before launching the GUI you will need to install the npm packages:

\n
npm install\n
\n

Running the dev server

\n

The dev server uses Express in combination with Webpack.

\n

Once all the packages have been installed you can start the development server by running:

\n
npm start\n
\n

Once the compilation is done the GUI will be available in your browser at: localhost:8080 or 127.0.0.1:8080. Hot Reloading is enabled so the browser will live update as you edit the source files.

\n

Testnet

\n

By default bitshares-ui connects to the live BitShares network, but it's very easy to switch it to the testnet run by Xeroc. To do so, open the UI in a browser, go to Settings, then under Access, select the Public Testnet Server in the dropdown menu. You should also change the faucet if you need to create an account, the testnet faucet address is https://testnet.bitshares.eu.

\n

The UI will reload and connect to the testnet, where you can use the faucet to create an account and receive an initial sum of test BTS.

\n

\"image\"

\n

Production

\n

If you'd like to host your own wallet somewhere, you should create a production build and host it using NGINX or Apache. In order to create a prod bundle, simply run the following command:

\n
npm run build\n
\n

This will create a bundle in the ./build/dist folder that can be hosted with the web server of your choice.

\n

Installable wallets

\n

We use Electron to provide installable wallets, available for Windows, OSX and Linux Debian platforms such as Ubuntu. First, make sure your local python version is 2.7.x, as a dependency requires this.

\n

On Linux you will need to install the following packages to handle icon generation:

\n

sudo apt-get install --no-install-recommends -y icnsutils graphicsmagick xz-utils

\n

For building, each architecture has it's own script that you can use to build your native binary:

\n

Linux\nnpm run package-deb
\nWindows\nnpm run package-win
\nMac\nnpm run package-mac

\n

This will compile the UI with some special modifications for use with Electron, generate installable binaries with Electron and copy the result to the root build/binaries folder.

\n

Docker

\n

Clone this repository, run docker-compose up and visit localhost:8080

\n

Contributing & Coding style guideline

\n

See CONTRIBUTING.md

\n

Code of Conduct

\n

This repository has a Code of Conduct that should be followed by everyone.\nPlease read CODE_OF_CONDUCT.md

\n

Please keep comments constructive and clean

\n

BrowserStack

\n

The BitShares UI is integrated with BrowserStack (https://www.browserstack.com) to allow manual compatibility testing across devices and browser versions. In the future we will switch to a automated Selenium testing framework.\n\"image\"

\n

Release Branches

\n

Development is processed through two week milestones.\nThere are three branches that forms the current release process.

\n

Develop

\n

All PRs should be pushed to the develop branch. At the end of each milestone this branch is pushed to staging.\nNew commits are automatically deployed to this branch and published for review.

\n

Available for browsing on https://develop.bitshares.org/

\n

Staging (Current Release Candidate)

\n

At the end of each milestone, develop branch is pushed to staging and forms the Release Candidate. The date of the RC forms the name, ie. 190214-RC*.

\n

Application breaking issues and bugs should be submitted to the issue tracker and PRs should be pushed to staging.

\n

Available for browsing on https://staging.bitshares.org/

\n

Master (stable)

\n

When all issues to the current RC are fixed, staging branch is released to the stable master branch.

\n

Available for browsing on https://wallet.bitshares.org/, which is the official reference wallet for Bitshares.

\n
", + "readmeOriginal": "

BitShares-UI

\n

中文版

\n

This is a light wallet that connects to a BitShares API provided by the witness_node executable.

\n

It stores all keys locally in the browser, never exposing your keys to anyone as it signs transactions locally before transmitting them to the API server which then broadcasts them to the blockchain network. The wallet is encrypted with a password of your choosing and encrypted in a browser database.

\n

Getting started

\n

BitShares-UI depends node Node.js, and version 8+ is required.

\n

On Ubuntu and OSX, the easiest way to install Node is to use the Node Version Manager.

\n

To install NVM for Linux/OSX, simply copy paste the following in a terminal:

\n
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.30.2/install.sh | bash\nnvm install v9\nnvm use v9\n
\n

Once you have Node installed, you can clone the repo:

\n
git clone https://github.com/bitshares/bitshares-ui.git\ncd bitshares-ui\n
\n

Before launching the GUI you will need to install the npm packages:

\n
npm install\n
\n

Running the dev server

\n

The dev server uses Express in combination with Webpack.

\n

Once all the packages have been installed you can start the development server by running:

\n
npm start\n
\n

Once the compilation is done the GUI will be available in your browser at: localhost:8080 or 127.0.0.1:8080. Hot Reloading is enabled so the browser will live update as you edit the source files.

\n

Testnet

\n

By default bitshares-ui connects to the live BitShares network, but it's very easy to switch it to the testnet run by Xeroc. To do so, open the UI in a browser, go to Settings, then under Access, select the Public Testnet Server in the dropdown menu. You should also change the faucet if you need to create an account, the testnet faucet address is https://testnet.bitshares.eu.

\n

The UI will reload and connect to the testnet, where you can use the faucet to create an account and receive an initial sum of test BTS.

\n

\"image\"

\n

Production

\n

If you'd like to host your own wallet somewhere, you should create a production build and host it using NGINX or Apache. In order to create a prod bundle, simply run the following command:

\n
npm run build\n
\n

This will create a bundle in the ./build/dist folder that can be hosted with the web server of your choice.

\n

Installable wallets

\n

We use Electron to provide installable wallets, available for Windows, OSX and Linux Debian platforms such as Ubuntu. First, make sure your local python version is 2.7.x, as a dependency requires this.

\n

On Linux you will need to install the following packages to handle icon generation:

\n

sudo apt-get install --no-install-recommends -y icnsutils graphicsmagick xz-utils

\n

For building, each architecture has it's own script that you can use to build your native binary:

\n

Linux\nnpm run package-deb
\nWindows\nnpm run package-win
\nMac\nnpm run package-mac

\n

This will compile the UI with some special modifications for use with Electron, generate installable binaries with Electron and copy the result to the root build/binaries folder.

\n

Docker

\n

Clone this repository, run docker-compose up and visit localhost:8080

\n

Contributing & Coding style guideline

\n

See CONTRIBUTING.md

\n

Code of Conduct

\n

This repository has a Code of Conduct that should be followed by everyone.\nPlease read CODE_OF_CONDUCT.md

\n

Please keep comments constructive and clean

\n

BrowserStack

\n

The BitShares UI is integrated with BrowserStack (https://www.browserstack.com) to allow manual compatibility testing across devices and browser versions. In the future we will switch to a automated Selenium testing framework.\n\"image\"

\n

Release Branches

\n

Development is processed through two week milestones.\nThere are three branches that forms the current release process.

\n

Develop

\n

All PRs should be pushed to the develop branch. At the end of each milestone this branch is pushed to staging.\nNew commits are automatically deployed to this branch and published for review.

\n

Available for browsing on https://develop.bitshares.org/

\n

Staging (Current Release Candidate)

\n

At the end of each milestone, develop branch is pushed to staging and forms the Release Candidate. The date of the RC forms the name, ie. 190214-RC*.

\n

Application breaking issues and bugs should be submitted to the issue tracker and PRs should be pushed to staging.

\n

Available for browsing on https://staging.bitshares.org/

\n

Master (stable)

\n

When all issues to the current RC are fixed, staging branch is released to the stable master branch.

\n

Available for browsing on https://wallet.bitshares.org/, which is the official reference wallet for Bitshares.

\n
", + "readmeFetchedAt": "2020-09-18T00:10:37.103Z" }, "bitbloq": { "readmeCleaned": "

Bitbloq Offline

\n

[es_ES]

\n

ESTE PROYECTO ESTÁ DISCONTINUADO Y NO RECIBIRÁ SOPORTE

\n

Esta es la versión offline oficial del proyecto Bitbloq, una herramienta de programación visual de Arduino.

\n

Puedes utilizar la versión online aquí.

\n

En la versión actual soportamos las siguientes placas:

\n
    \n
  • Arduino UNO
  • \n
  • Freaduino UNO
  • \n
  • BQ ZUM
  • \n
\n

Y los siguientes robots:

\n
    \n
  • ZOWI
  • \n
\n

¿Utilizas otra placa o robot y quieres que la añadamos en Bitbloq? Escríbenos a soporte.bitbloq@bq.com e intentaremos hablar con el fabricante para que nos permita introducirlo en Bitbloq.\nPor supuesto es un proyecto Open Source y también aceptamos contribuciones de cualquier persona siempre que sean correctas.

\n

Actualmente Bitbloq offline funciona en las siguientes plataformas:

\n
    \n
  • Linux (Ubuntu 12.04 y superior, Fedora 21, Debian 8)
  • \n
  • Mac OS X 10.9 o superior
  • \n
  • Windows 7 y posterior, ambos 32 y 64 (la versión ARM de Windows no está soportada por ahora).
  • \n
\n

Puedes encontrar los instaladores de la aplicación aquí:

\n\n

Notas:

\n
    \n
  • \n

    Es una aplicación portable, no requiere instalación ni permisos de administrador para ejecutarse, pero tu placa es posible que requiera drivers, hemos añadido algunos en la carpeta drivers de la aplicación. ¡ Acuérdate de instalarlos !

    \n
  • \n
  • \n

    Acuérdate de descomprimir el fichero que te descargas en una carpeta en la que luego el usuario que lo utilice tenga permisos, por ejemplo, en windows no la descomprimas directamente en "c:", o en la carpeta de "c:/Archivos de programa", ejemplos válidos son la carpeta "Documentos" del usuario o en el escritorio.

    \n
  • \n
  • \n

    ¿No te detecta la placa y está conectada el ordenador? Revisa este documento y si sigues teniendo incidencias, no dudes en escríbirnos a soporte.bitbloq@bq.com.

    \n
  • \n
\n

Recuerda que al ser una aplicación offline, no tendrás todas las ventajas ni novedades de la web. Te recomendamos que la uses solo cuando no tienes conexión estable a internet.

\n

\"alt

\n

Bitbloq Offline

\n

[en_GB]

\n

THIS PROJECT IS DISCONTINUED AND WILL NO RECEIVE FURTHER SUPPORT

\n

This is the offline version of the Bitbloq project, a visual programming tool for Arduino.

\n

You can visit the online version here

\n

The current version supports the following boards:

\n
    \n
  • Arduino UNO
  • \n
  • Freaduino UNO
  • \n
  • BQ ZUM
  • \n
\n

And the following robots:

\n
    \n
  • ZOWI
  • \n
\n

Do you have a board or robot that is not in Bitbloq? Email us to support.bitbloq.en@bq.com, and we will reach the manufacturer to introduce it on Bitbloq.\nBitbloq is an Open Source project so we will accept contributions adding new boards / robots if they are correct.

\n

In this platforms:

\n
    \n
  • Linux (Ubuntu 12.04 and later, Fedora 21, Debian 8)
  • \n
  • Mac OS X 10.9 or greater
  • \n
  • Windows 7 and later, both 32 and 64 (ARM version os Windows is not suported for now).
  • \n
\n

You can find binaries here:

\n\n

Getting Started

\n

Clone the repo:

\n
git clone https://github.com/bq/bitbloq-offline.git\n
\n

Get into the directory:

\n
   cd bitbloq-offline/\n
\n

Install npm and Bower components:

\n
npm install\nbower install\n
\n

Launch the app:

\n
electron .\n
\n

Packaging

\n

Just build for all Operating systems:

\n
grunt dist\n
\n

Or depending on the operating system:

\n
    \n
  • \n

    Windows:

    \n
      grunt build:windows\n
    \n
  • \n
  • \n

    Linux:

    \n
      grunt build:linux\n
    \n
  • \n
  • \n

    Mac:

    \n
      grunt build:mac\n
    \n
  • \n
\n

This will generate a /dist/{os} folder with the app ready to be launched.

\n

App Structure

\n
app\n├── fonts // App fonts\n├── images // App images\n│   ├── boards // Images for boards\n│   ├── components // Images for components\n│   ├── icons // Icons for svgstore\n│   └── robots // Images for robots\n├── res // Common resources\n│   ├── locales // Language translations\n│   ├── menus // JSON files for generating menus\n│   └── web2board // web2board nested app\n├── scripts // Angular scripts\n│   ├── controllers // Angular controllers\n│   ├── directives // Angular directives\n│   ├── factories // Angular factories\n│   └── services // Angular services\n├── styles // App styles\n│   ├── components // Styles for components\n│   ├── vendor // Vendor styles\n│   └── views // Styles for views\n└── views // All views\n│   ├── components // Views for components\n│   └── view.html // App normal view\n└── main.js // Electron config\n
\n

Developing

\n

You can set your own config in main.js file.

\n

Grunt tasks

\n
grunt svgstore // Generates an svg sprite from icons folder.\ngrunt sass // Compiles scss files to a single main.css file.\ngrunt watch // Watches yout changes and reloads the app.\n
\n
", "readmeOriginal": "

Bitbloq Offline

\n

[es_ES]

\n

ESTE PROYECTO ESTÁ DISCONTINUADO Y NO RECIBIRÁ SOPORTE

\n

Esta es la versión offline oficial del proyecto Bitbloq, una herramienta de programación visual de Arduino.

\n

Puedes utilizar la versión online aquí.

\n

En la versión actual soportamos las siguientes placas:

\n
    \n
  • Arduino UNO
  • \n
  • Freaduino UNO
  • \n
  • BQ ZUM
  • \n
\n

Y los siguientes robots:

\n
    \n
  • ZOWI
  • \n
\n

¿Utilizas otra placa o robot y quieres que la añadamos en Bitbloq? Escríbenos a soporte.bitbloq@bq.com e intentaremos hablar con el fabricante para que nos permita introducirlo en Bitbloq.\nPor supuesto es un proyecto Open Source y también aceptamos contribuciones de cualquier persona siempre que sean correctas.

\n

Actualmente Bitbloq offline funciona en las siguientes plataformas:

\n
    \n
  • Linux (Ubuntu 12.04 y superior, Fedora 21, Debian 8)
  • \n
  • Mac OS X 10.9 o superior
  • \n
  • Windows 7 y posterior, ambos 32 y 64 (la versión ARM de Windows no está soportada por ahora).
  • \n
\n

Puedes encontrar los instaladores de la aplicación aquí:

\n\n

Notas:

\n
    \n
  • \n

    Es una aplicación portable, no requiere instalación ni permisos de administrador para ejecutarse, pero tu placa es posible que requiera drivers, hemos añadido algunos en la carpeta drivers de la aplicación. ¡ Acuérdate de instalarlos !

    \n
  • \n
  • \n

    Acuérdate de descomprimir el fichero que te descargas en una carpeta en la que luego el usuario que lo utilice tenga permisos, por ejemplo, en windows no la descomprimas directamente en \"c:\", o en la carpeta de \"c:/Archivos de programa\", ejemplos válidos son la carpeta \"Documentos\" del usuario o en el escritorio.

    \n
  • \n
  • \n

    ¿No te detecta la placa y está conectada el ordenador? Revisa este documento y si sigues teniendo incidencias, no dudes en escríbirnos a soporte.bitbloq@bq.com.

    \n
  • \n
\n

Recuerda que al ser una aplicación offline, no tendrás todas las ventajas ni novedades de la web. Te recomendamos que la uses solo cuando no tienes conexión estable a internet.

\n

\"alt

\n

Bitbloq Offline

\n

[en_GB]

\n

THIS PROJECT IS DISCONTINUED AND WILL NO RECEIVE FURTHER SUPPORT

\n

This is the offline version of the Bitbloq project, a visual programming tool for Arduino.

\n

You can visit the online version here

\n

The current version supports the following boards:

\n
    \n
  • Arduino UNO
  • \n
  • Freaduino UNO
  • \n
  • BQ ZUM
  • \n
\n

And the following robots:

\n
    \n
  • ZOWI
  • \n
\n

Do you have a board or robot that is not in Bitbloq? Email us to support.bitbloq.en@bq.com, and we will reach the manufacturer to introduce it on Bitbloq.\nBitbloq is an Open Source project so we will accept contributions adding new boards / robots if they are correct.

\n

In this platforms:

\n
    \n
  • Linux (Ubuntu 12.04 and later, Fedora 21, Debian 8)
  • \n
  • Mac OS X 10.9 or greater
  • \n
  • Windows 7 and later, both 32 and 64 (ARM version os Windows is not suported for now).
  • \n
\n

You can find binaries here:

\n\n

Getting Started

\n

Clone the repo:

\n
git clone https://github.com/bq/bitbloq-offline.git\n
\n

Get into the directory:

\n
   cd bitbloq-offline/\n
\n

Install npm and Bower components:

\n
npm install\nbower install\n
\n

Launch the app:

\n
electron .\n
\n

Packaging

\n

Just build for all Operating systems:

\n
grunt dist\n
\n

Or depending on the operating system:

\n
    \n
  • \n

    Windows:

    \n
      grunt build:windows\n
    \n
  • \n
  • \n

    Linux:

    \n
      grunt build:linux\n
    \n
  • \n
  • \n

    Mac:

    \n
      grunt build:mac\n
    \n
  • \n
\n

This will generate a /dist/{os} folder with the app ready to be launched.

\n

App Structure

\n
app\n├── fonts // App fonts\n├── images // App images\n│   ├── boards // Images for boards\n│   ├── components // Images for components\n│   ├── icons // Icons for svgstore\n│   └── robots // Images for robots\n├── res // Common resources\n│   ├── locales // Language translations\n│   ├── menus // JSON files for generating menus\n│   └── web2board // web2board nested app\n├── scripts // Angular scripts\n│   ├── controllers // Angular controllers\n│   ├── directives // Angular directives\n│   ├── factories // Angular factories\n│   └── services // Angular services\n├── styles // App styles\n│   ├── components // Styles for components\n│   ├── vendor // Vendor styles\n│   └── views // Styles for views\n└── views // All views\n│   ├── components // Views for components\n│   └── view.html // App normal view\n└── main.js // Electron config\n
\n

Developing

\n

You can set your own config in main.js file.

\n

Grunt tasks

\n
grunt svgstore // Generates an svg sprite from icons folder.\ngrunt sass // Compiles scss files to a single main.css file.\ngrunt watch // Watches yout changes and reloads the app.\n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:08.796Z" + "readmeFetchedAt": "2020-09-18T00:10:37.111Z" }, "blankup": { "readmeCleaned": "

BlankUp

\n

\"built \"Project

\n

BlankUp, Markdown Editor with clarity 👍

\n

\"Demo

\n

Get the latest release, available for Windows, Mac and Linux.

\n
", "readmeOriginal": "

BlankUp

\n

\"built \"Project

\n

BlankUp, Markdown Editor with clarity 👍

\n

\"Demo

\n

Get the latest release, available for Windows, Mac and Linux.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:09.100Z" + "readmeFetchedAt": "2020-09-18T00:10:37.142Z" + }, + "bearsweeper": { + "readmeCleaned": "

BearSweeper

\n

\"Brownie\"

\n

Welcome, this game was originally built using React Native & now porting to Electron + ReactJS

\n\n

Demo for ReactJS Website

\n

Link to Demo Website: BearSweeper\n\"Demo

\n

Demo for Electron App

\n

\"Demo

\n

Prerequisite

\n
    \n
  • Install Foreman
  • \n
\n
sudo npm i -g foreman
\n

Clone and Setup

\n
git clone https://github.com/kyaroru/bear-sweeper.git\ncd bear-sweeper\nnpm i
\n

Start & Run in Browser

\n
npm start
\n

Start & Run Electron App

\n
npm run start-app
\n

Build & Deploy

\n
npm run mas-dev (for MacOS - development version for Mac App Store) --- CERT & PROVISIONING NEEDED\nnpm run mas (for MacOS - distribute via Mac App Store) --- CERT & PROVISIONING NEEDED\nnpm run dmg (for MacOS - distribute outside Mac App Store)\nnpm run appx (for Windows - distribute via Windows Store) --- PUBLISHER ACCOUNT NEEDED\nnpm run win (for Window - distribute outside Windows store)
\n

Available on Mac/Windows

\n

\n

\n
", + "readmeOriginal": "

BearSweeper

\n

\"Brownie\"

\n

Welcome, this game was originally built using React Native & now porting to Electron + ReactJS

\n\n

Demo for ReactJS Website

\n

Link to Demo Website: BearSweeper\n\"Demo

\n

Demo for Electron App

\n

\"Demo

\n

Prerequisite

\n
    \n
  • Install Foreman
  • \n
\n
sudo npm i -g foreman
\n

Clone and Setup

\n
git clone https://github.com/kyaroru/bear-sweeper.git\ncd bear-sweeper\nnpm i
\n

Start & Run in Browser

\n
npm start
\n

Start & Run Electron App

\n
npm run start-app
\n

Build & Deploy

\n
npm run mas-dev (for MacOS - development version for Mac App Store) --- CERT & PROVISIONING NEEDED\nnpm run mas (for MacOS - distribute via Mac App Store) --- CERT & PROVISIONING NEEDED\nnpm run dmg (for MacOS - distribute outside Mac App Store)\nnpm run appx (for Windows - distribute via Windows Store) --- PUBLISHER ACCOUNT NEEDED\nnpm run win (for Window - distribute outside Windows store)
\n

Available on Mac/Windows

\n

\n

\n
", + "readmeFetchedAt": "2020-09-18T00:10:37.182Z" }, "blink-mind-desktop": { "readmeCleaned": "

BlinkMindDesktop

\n

BlinkMindDesktop is an open source mind-map and outliner app.

\n

BlinkMindDesktop is an MIT licensed open source project, and the latest version will always be downloadable for free from the GitHub release page. BlinkMindDesktop is still in development.

\n

BlinkMindDesktop uses the open source mind-map library BlinkMind for mind-map rendering.

\n

Insider Preview Version Download

\n

\"image\"

\n

\"image\"

\n

\"image\"

\n

\"image\"

\n

\"image\"

\n

🚀 Features

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
FeatureStatusDescription
Multi sheet✔️Document can insert multi sheets.
Basic mind map features✔️Add/remove topic, edit topic content.
Undo redo✔️History of map changes
Set topic style✔️Set topic style include border, text color, font, background and links.
Customize theme✔️Theme editor, import theme, export theme.
Shortcuts✔️Shortcuts to make more efficient.
Drag and drop✔️Support drag one topic and then drop to another topic to reorganize the mind map.
Open and save file✔️Save and open .bmind file, double click file to open.
Export topic to image✔️Export topic to png/jpg/svg.
Insert image to topic✔️Every topic can insert unlimited images.
Paste rich text to topic✔️You can paste rich text from browser/microsoft word/apple pages or anything else to BlinkMind without losing format.
Rich text editor for topic notes✔️Rich text editor for topic notes.
Focus mode✔️Select any topic node as the editor root and only show that branch.
Outliner mode✔️Seamlessly switch between mind map and outliner, some outliner's shortcuts are different from mindmap mode.
Search✔️Search topic content and navigate to it.
Tags✔️Topics can add tags and you can navigate from tags.
Copy topics and pasteon the wayCopy multi topics including all the infomation(content,notes,tags and all attachment) and paste to another location(same document or another document).
Topic referenceon the wayTopics can reference each other and navigate conveniently.
Link curve between any two topicson the wayLink curve between any two topics
Markdown editorplaningWhen editing topic notes, you can choose use rich html editor or markdown editor, for users who familiar and like markdown grammar. Markdown editor will support latex and mermaid.
Manual layout diagramplaningManual layout diagram
Cloud StorageplaningSave and open file from clound storage(icloud/onedrive/google drive).
\n

For Dev

\n

Develop

\n

To develop locally, you need to have Chrome installed with the Immutable.js Object Formatter extension.

\n

First download the code and relevant submodules:

\n
git clone git@github.com:awehook/blink-mind-desktop.git\ngit submodule init\ngit submodule update 
\n

Install required libraries using yarn:

\n
yarn install
\n

Then open three terminals and run:

\n
yarn dev:r\nyarn dev:m\nyarn start:m
\n

Build package

\n
yarn dist
\n

Thanks

\n

\"image\"\nThanks for JetBrains supporting us the free JetBrains Open Source license(s).

\n
", "readmeOriginal": "

BlinkMindDesktop

\n

BlinkMindDesktop is an open source mind-map and outliner app.

\n

BlinkMindDesktop is an MIT licensed open source project, and the latest version will always be downloadable for free from the GitHub release page. BlinkMindDesktop is still in development.

\n

BlinkMindDesktop uses the open source mind-map library BlinkMind for mind-map rendering.

\n

Insider Preview Version Download

\n

\"image\"

\n

\"image\"

\n

\"image\"

\n

\"image\"

\n

\"image\"

\n

🚀 Features

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
FeatureStatusDescription
Multi sheet✔️Document can insert multi sheets.
Basic mind map features✔️Add/remove topic, edit topic content.
Undo redo✔️History of map changes
Set topic style✔️Set topic style include border, text color, font, background and links.
Customize theme✔️Theme editor, import theme, export theme.
Shortcuts✔️Shortcuts to make more efficient.
Drag and drop✔️Support drag one topic and then drop to another topic to reorganize the mind map.
Open and save file✔️Save and open .bmind file, double click file to open.
Export topic to image✔️Export topic to png/jpg/svg.
Insert image to topic✔️Every topic can insert unlimited images.
Paste rich text to topic✔️You can paste rich text from browser/microsoft word/apple pages or anything else to BlinkMind without losing format.
Rich text editor for topic notes✔️Rich text editor for topic notes.
Focus mode✔️Select any topic node as the editor root and only show that branch.
Outliner mode✔️Seamlessly switch between mind map and outliner, some outliner's shortcuts are different from mindmap mode.
Search✔️Search topic content and navigate to it.
Tags✔️Topics can add tags and you can navigate from tags.
Copy topics and pasteon the wayCopy multi topics including all the infomation(content,notes,tags and all attachment) and paste to another location(same document or another document).
Topic referenceon the wayTopics can reference each other and navigate conveniently.
Link curve between any two topicson the wayLink curve between any two topics
Markdown editorplaningWhen editing topic notes, you can choose use rich html editor or markdown editor, for users who familiar and like markdown grammar. Markdown editor will support latex and mermaid.
Manual layout diagramplaningManual layout diagram
Cloud StorageplaningSave and open file from clound storage(icloud/onedrive/google drive).
\n

For Dev

\n

Develop

\n

To develop locally, you need to have Chrome installed with the Immutable.js Object Formatter extension.

\n

First download the code and relevant submodules:

\n
git clone git@github.com:awehook/blink-mind-desktop.git\ngit submodule init\ngit submodule update 
\n

Install required libraries using yarn:

\n
yarn install
\n

Then open three terminals and run:

\n
yarn dev:r\nyarn dev:m\nyarn start:m
\n

Build package

\n
yarn dist
\n

Thanks

\n

\"image\"\nThanks for JetBrains supporting us the free JetBrains Open Source license(s).

\n
", - "readmeFetchedAt": "2020-09-17T12:09:09.135Z" - }, - "bitshares-ui": { - "readmeCleaned": "

BitShares-UI

\n

中文版

\n

This is a light wallet that connects to a BitShares API provided by the witness_node executable.

\n

It stores all keys locally in the browser, never exposing your keys to anyone as it signs transactions locally before transmitting them to the API server which then broadcasts them to the blockchain network. The wallet is encrypted with a password of your choosing and encrypted in a browser database.

\n

Getting started

\n

BitShares-UI depends node Node.js, and version 8+ is required.

\n

On Ubuntu and OSX, the easiest way to install Node is to use the Node Version Manager.

\n

To install NVM for Linux/OSX, simply copy paste the following in a terminal:

\n
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.30.2/install.sh | bash\nnvm install v9\nnvm use v9\n
\n

Once you have Node installed, you can clone the repo:

\n
git clone https://github.com/bitshares/bitshares-ui.git\ncd bitshares-ui\n
\n

Before launching the GUI you will need to install the npm packages:

\n
npm install\n
\n

Running the dev server

\n

The dev server uses Express in combination with Webpack.

\n

Once all the packages have been installed you can start the development server by running:

\n
npm start\n
\n

Once the compilation is done the GUI will be available in your browser at: localhost:8080 or 127.0.0.1:8080. Hot Reloading is enabled so the browser will live update as you edit the source files.

\n

Testnet

\n

By default bitshares-ui connects to the live BitShares network, but it's very easy to switch it to the testnet run by Xeroc. To do so, open the UI in a browser, go to Settings, then under Access, select the Public Testnet Server in the dropdown menu. You should also change the faucet if you need to create an account, the testnet faucet address is https://testnet.bitshares.eu.

\n

The UI will reload and connect to the testnet, where you can use the faucet to create an account and receive an initial sum of test BTS.

\n

\"image\"

\n

Production

\n

If you'd like to host your own wallet somewhere, you should create a production build and host it using NGINX or Apache. In order to create a prod bundle, simply run the following command:

\n
npm run build\n
\n

This will create a bundle in the ./build/dist folder that can be hosted with the web server of your choice.

\n

Installable wallets

\n

We use Electron to provide installable wallets, available for Windows, OSX and Linux Debian platforms such as Ubuntu. First, make sure your local python version is 2.7.x, as a dependency requires this.

\n

On Linux you will need to install the following packages to handle icon generation:

\n

sudo apt-get install --no-install-recommends -y icnsutils graphicsmagick xz-utils

\n

For building, each architecture has it's own script that you can use to build your native binary:

\n

Linux\nnpm run package-deb
\nWindows\nnpm run package-win
\nMac\nnpm run package-mac

\n

This will compile the UI with some special modifications for use with Electron, generate installable binaries with Electron and copy the result to the root build/binaries folder.

\n

Docker

\n

Clone this repository, run docker-compose up and visit localhost:8080

\n

Contributing & Coding style guideline

\n

See CONTRIBUTING.md

\n

Code of Conduct

\n

This repository has a Code of Conduct that should be followed by everyone.\nPlease read CODE_OF_CONDUCT.md

\n

Please keep comments constructive and clean

\n

BrowserStack

\n

The BitShares UI is integrated with BrowserStack (https://www.browserstack.com) to allow manual compatibility testing across devices and browser versions. In the future we will switch to a automated Selenium testing framework.\n\"image\"

\n

Release Branches

\n

Development is processed through two week milestones.\nThere are three branches that forms the current release process.

\n

Develop

\n

All PRs should be pushed to the develop branch. At the end of each milestone this branch is pushed to staging.\nNew commits are automatically deployed to this branch and published for review.

\n

Available for browsing on https://develop.bitshares.org/

\n

Staging (Current Release Candidate)

\n

At the end of each milestone, develop branch is pushed to staging and forms the Release Candidate. The date of the RC forms the name, ie. 190214-RC*.

\n

Application breaking issues and bugs should be submitted to the issue tracker and PRs should be pushed to staging.

\n

Available for browsing on https://staging.bitshares.org/

\n

Master (stable)

\n

When all issues to the current RC are fixed, staging branch is released to the stable master branch.

\n

Available for browsing on https://wallet.bitshares.org/, which is the official reference wallet for Bitshares.

\n
", - "readmeOriginal": "

BitShares-UI

\n

中文版

\n

This is a light wallet that connects to a BitShares API provided by the witness_node executable.

\n

It stores all keys locally in the browser, never exposing your keys to anyone as it signs transactions locally before transmitting them to the API server which then broadcasts them to the blockchain network. The wallet is encrypted with a password of your choosing and encrypted in a browser database.

\n

Getting started

\n

BitShares-UI depends node Node.js, and version 8+ is required.

\n

On Ubuntu and OSX, the easiest way to install Node is to use the Node Version Manager.

\n

To install NVM for Linux/OSX, simply copy paste the following in a terminal:

\n
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.30.2/install.sh | bash\nnvm install v9\nnvm use v9\n
\n

Once you have Node installed, you can clone the repo:

\n
git clone https://github.com/bitshares/bitshares-ui.git\ncd bitshares-ui\n
\n

Before launching the GUI you will need to install the npm packages:

\n
npm install\n
\n

Running the dev server

\n

The dev server uses Express in combination with Webpack.

\n

Once all the packages have been installed you can start the development server by running:

\n
npm start\n
\n

Once the compilation is done the GUI will be available in your browser at: localhost:8080 or 127.0.0.1:8080. Hot Reloading is enabled so the browser will live update as you edit the source files.

\n

Testnet

\n

By default bitshares-ui connects to the live BitShares network, but it's very easy to switch it to the testnet run by Xeroc. To do so, open the UI in a browser, go to Settings, then under Access, select the Public Testnet Server in the dropdown menu. You should also change the faucet if you need to create an account, the testnet faucet address is https://testnet.bitshares.eu.

\n

The UI will reload and connect to the testnet, where you can use the faucet to create an account and receive an initial sum of test BTS.

\n

\"image\"

\n

Production

\n

If you'd like to host your own wallet somewhere, you should create a production build and host it using NGINX or Apache. In order to create a prod bundle, simply run the following command:

\n
npm run build\n
\n

This will create a bundle in the ./build/dist folder that can be hosted with the web server of your choice.

\n

Installable wallets

\n

We use Electron to provide installable wallets, available for Windows, OSX and Linux Debian platforms such as Ubuntu. First, make sure your local python version is 2.7.x, as a dependency requires this.

\n

On Linux you will need to install the following packages to handle icon generation:

\n

sudo apt-get install --no-install-recommends -y icnsutils graphicsmagick xz-utils

\n

For building, each architecture has it's own script that you can use to build your native binary:

\n

Linux\nnpm run package-deb
\nWindows\nnpm run package-win
\nMac\nnpm run package-mac

\n

This will compile the UI with some special modifications for use with Electron, generate installable binaries with Electron and copy the result to the root build/binaries folder.

\n

Docker

\n

Clone this repository, run docker-compose up and visit localhost:8080

\n

Contributing & Coding style guideline

\n

See CONTRIBUTING.md

\n

Code of Conduct

\n

This repository has a Code of Conduct that should be followed by everyone.\nPlease read CODE_OF_CONDUCT.md

\n

Please keep comments constructive and clean

\n

BrowserStack

\n

The BitShares UI is integrated with BrowserStack (https://www.browserstack.com) to allow manual compatibility testing across devices and browser versions. In the future we will switch to a automated Selenium testing framework.\n\"image\"

\n

Release Branches

\n

Development is processed through two week milestones.\nThere are three branches that forms the current release process.

\n

Develop

\n

All PRs should be pushed to the develop branch. At the end of each milestone this branch is pushed to staging.\nNew commits are automatically deployed to this branch and published for review.

\n

Available for browsing on https://develop.bitshares.org/

\n

Staging (Current Release Candidate)

\n

At the end of each milestone, develop branch is pushed to staging and forms the Release Candidate. The date of the RC forms the name, ie. 190214-RC*.

\n

Application breaking issues and bugs should be submitted to the issue tracker and PRs should be pushed to staging.

\n

Available for browsing on https://staging.bitshares.org/

\n

Master (stable)

\n

When all issues to the current RC are fixed, staging branch is released to the stable master branch.

\n

Available for browsing on https://wallet.bitshares.org/, which is the official reference wallet for Bitshares.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:09.147Z" + "readmeFetchedAt": "2020-09-18T00:10:37.187Z" }, "blockbench": { "readmeCleaned": "

Blockbench

\n

Blockbench is a free, modern model editor for boxy models and pixel art textures.\nModels can be exported for Minecraft Java and Bedrock Edition as well as most game engines and other 3D applications.
\nBlockbench features a modern and intuitive UI, plugin support and innovative features. It is the industry standard for creating custom 3D models for the Minecraft Marketplace.
\nWebsite and download: blockbench.net

\n

\"Interface\"

\n

Contribution

\n

I am not actively using this repository to develop Blockbench. Therefore, I currently won't accept pull requests, sorry!\nIf you want something implemented in Blockbench, please write a plugin, create an issue labeled [Suggestion], or contact me on Discord.\nIf you want to contribute Blockbench translations, please visit blockbench.net/translations. Thank you!

\n

Plugins

\n

Blockbench supports Javascript-based plugins. Learn more about creating plugins on jannisx11.github.io/blockbench-docs.

\n
", "readmeOriginal": "

Blockbench

\n

Blockbench is a free, modern model editor for boxy models and pixel art textures.\nModels can be exported for Minecraft Java and Bedrock Edition as well as most game engines and other 3D applications.
\nBlockbench features a modern and intuitive UI, plugin support and innovative features. It is the industry standard for creating custom 3D models for the Minecraft Marketplace.
\nWebsite and download: blockbench.net

\n

\"Interface\"

\n

Contribution

\n

I am not actively using this repository to develop Blockbench. Therefore, I currently won't accept pull requests, sorry!\nIf you want something implemented in Blockbench, please write a plugin, create an issue labeled [Suggestion], or contact me on Discord.\nIf you want to contribute Blockbench translations, please visit blockbench.net/translations. Thank you!

\n

Plugins

\n

Blockbench supports Javascript-based plugins. Learn more about creating plugins on jannisx11.github.io/blockbench-docs.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:09.317Z" - }, - "brim": { - "readmeCleaned": "

\"Brim

\n

Brim

\n

Brim is an open source desktop application for security and network\nspecialists. Brim makes it easy to search and analyze data from:

\n
    \n
  • packet captures, like those created by Wireshark, and
  • \n
  • structured logs, especially from the Zeek network analysis framework.
  • \n
\n

Brim is especially useful to security and network operators that need to handle large packet captures,\nespecially those that are cumbersome for Wireshark, tshark, or other packet analyzers.

\n

\"Brim

\n

Brim is built from open source components, including:

\n
    \n
  • zq, a structured log query engine;
  • \n
  • Electron and React for multi-platform UI;
  • \n
  • Zeek, to generate network analysis data from packet capture files.
  • \n
\n

Installing Brim

\n

The easiest way to install Brim is to download the installation package for\nyour platform from the latest\nrelease.

\n

Having a problem?

\n

Please browse the wiki to review common problems and helpful tips before opening an issue.

\n

Development and contributing

\n

We'd love your help! Please see the contributing guide for\ndevelopment information like building and testing Brim.

\n

Join the Community

\n

Join our Public Slack workspace for announcements, Q&A, and to trade tips!

\n
", - "readmeOriginal": "

\"Brim

\n

Brim

\n

Brim is an open source desktop application for security and network\nspecialists. Brim makes it easy to search and analyze data from:

\n
    \n
  • packet captures, like those created by Wireshark, and
  • \n
  • structured logs, especially from the Zeek network analysis framework.
  • \n
\n

Brim is especially useful to security and network operators that need to handle large packet captures,\nespecially those that are cumbersome for Wireshark, tshark, or other packet analyzers.

\n

\"Brim

\n

Brim is built from open source components, including:

\n
    \n
  • zq, a structured log query engine;
  • \n
  • Electron and React for multi-platform UI;
  • \n
  • Zeek, to generate network analysis data from packet capture files.
  • \n
\n

Installing Brim

\n

The easiest way to install Brim is to download the installation package for\nyour platform from the latest\nrelease.

\n

Having a problem?

\n

Please browse the wiki to review common problems and helpful tips before opening an issue.

\n

Development and contributing

\n

We'd love your help! Please see the contributing guide for\ndevelopment information like building and testing Brim.

\n

Join the Community

\n

Join our Public Slack workspace for announcements, Q&A, and to trade tips!

\n
", - "readmeFetchedAt": "2020-09-17T12:09:09.441Z" + "readmeFetchedAt": "2020-09-18T00:10:37.226Z" }, "boostnote": { "readmeCleaned": "
\n

We've launched desktop and mobile app of the new Boost Note now.

\n
\n
\n

Boost Note for Teams

\n

We've developed a collaborative workspace app called "Boost Hub" for developer teams.

\n

It's customizable and easy to optimize for your team like rego blocks and even lets you edit documents together in real-time!

\n
\n

\"Boostnote

\n

Note-taking app for programmers.

\n
Apps available for Mac, Windows and Linux.
\n
Built with Electron, React + Redux, Webpack, and CSSModules.
\n

\n \n \"Build\n \n

\n

Download

\n

Find the latest release of Boostnote here!

\n

Roadmap

\n

Boost Note Roadmap 2020

\n

Authors & Maintainers

\n\n

Contributors

\n

Thank you to all the people who have contributed to Boostnote!

\n

\n

Supporting Boostnote

\n

Boostnote is an open source project. It's an independent project with its ongoing development made possible thanks to the support by our amazing backers.

\n

Issues on Boostnote can be funded by anyone and the money will be distributed to contributors and maintainers. If you use Boostnote please consider becoming a backer:

\n

\"Let's

\n

Community

\n\n

Boostnote mobile

\n

A community project developing a mobile cross-platform version of boostnote for iOS and Android can be found here: NoteApp

\n

More Information

\n\n

License

\n

GPL v3.

\n
", "readmeOriginal": "
\n

We've launched desktop and mobile app of the new Boost Note now.

\n
\n
\n

Boost Note for Teams

\n

We've developed a collaborative workspace app called \"Boost Hub\" for developer teams.

\n

It's customizable and easy to optimize for your team like rego blocks and even lets you edit documents together in real-time!

\n
\n

\"Boostnote

\n

Note-taking app for programmers.

\n
Apps available for Mac, Windows and Linux.
\n
Built with Electron, React + Redux, Webpack, and CSSModules.
\n

\n \n \"Build\n \n

\n

Download

\n

Find the latest release of Boostnote here!

\n

Roadmap

\n

Boost Note Roadmap 2020

\n

Authors & Maintainers

\n\n

Contributors

\n

Thank you to all the people who have contributed to Boostnote!

\n

\n

Supporting Boostnote

\n

Boostnote is an open source project. It's an independent project with its ongoing development made possible thanks to the support by our amazing backers.

\n

Issues on Boostnote can be funded by anyone and the money will be distributed to contributors and maintainers. If you use Boostnote please consider becoming a backer:

\n

\"Let's

\n

Community

\n\n

Boostnote mobile

\n

A community project developing a mobile cross-platform version of boostnote for iOS and Android can be found here: NoteApp

\n

More Information

\n\n

License

\n

GPL v3.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:09.446Z" + "readmeFetchedAt": "2020-09-18T00:10:37.240Z" }, - "browser-dispatcher": { - "readmeCleaned": "

\"Build

\n

Browser Dispatcher

\n

BrowserDispatcher.app decides which browser to use when you click on a link outside of your web browser.\nBased on your settings, it will display a prompt allowing you to select from a list of browsers or automatically select a browser to open a link with.

\n

\"BrowserDispatcher.app\"

\n

Downloads

\n

To download the latest release, see releases page (macOS only).

\n

Note: the application is not signed by Apple Developer ID.\nBy default, Mac OS will not open an app from an unidentified developer.

\n

In the Finder, locate BrowserDispatcher.app and Control-click the app icon, then choose Open from the shortcut menu.\nMake BrowserDispatcher.app default web browser. You can use the app menu Preferences > Make default browser or go to System Preferences > General > Default web browser.

\n

The application is an agent app, that is, menu bar app that does not appear in the Dock or Force Quit window.

\n

Running from source

\n

You'll need certain packages installed before you can build and run Browser Dispatcher locally.

\n

Prerequisites

\n
    \n
  1. \n

    nodejs >= 6.2

    \n

    Install from your package manager or download from https://nodejs.org

    \n
  2. \n
  3. \n

    npm install -g bower

    \n
  4. \n
\n

Installation

\n

After installing the prerequisites:

\n
    \n
  1. \n

    Clone the git repository from GitHub:

    \n
    git clone git@github.com:brave/browser-dispatcher.git\n
    \n
  2. \n
  3. \n

    Open the working directory:

    \n
    cd browser-dispatcher\n
    \n
  4. \n
  5. \n

    Install dependencies:

    \n
    npm install\nbower install\n
    \n
  6. \n
\n

To start the application in development mode run npm start or electron ..

\n

Running the tests

\n

Run unit and end-to-end tests:

\n
nmp test\n
\n

Run unit tests only:

\n
npm run test:unit\n
\n

Run end-to-end tests only:

\n
npm run test:e2e\n
\n

Building the application

\n

Build without code-signing:

\n
npm run dist-unsigned\n
\n

Build and code-sign:

\n
npm run dist\n
\n

Built With

\n
    \n
  • Electron - The framework for creating native applications with web technologies like JavaScript, HTML, and CSS.
  • \n
  • Photon - The fastest way to build beautiful Electron apps using simple HTML and CSS.
  • \n
\n

Contributing

\n

Please read CONTRIBUTING.md for details on code of conduct, and the process for submitting pull requests.

\n

Versioning

\n

For the versions available, see the tags on this repository.

\n

Authors

\n\n

See also the list of contributors who participated in this project.

\n

License

\n

This project is licensed under the MIT License - see the LICENSE file for details.

\n
", - "readmeOriginal": "

\"Build

\n

Browser Dispatcher

\n

BrowserDispatcher.app decides which browser to use when you click on a link outside of your web browser.\nBased on your settings, it will display a prompt allowing you to select from a list of browsers or automatically select a browser to open a link with.

\n

\"BrowserDispatcher.app\"

\n

Downloads

\n

To download the latest release, see releases page (macOS only).

\n

Note: the application is not signed by Apple Developer ID.\nBy default, Mac OS will not open an app from an unidentified developer.

\n

In the Finder, locate BrowserDispatcher.app and Control-click the app icon, then choose Open from the shortcut menu.\nMake BrowserDispatcher.app default web browser. You can use the app menu Preferences > Make default browser or go to System Preferences > General > Default web browser.

\n

The application is an agent app, that is, menu bar app that does not appear in the Dock or Force Quit window.

\n

Running from source

\n

You'll need certain packages installed before you can build and run Browser Dispatcher locally.

\n

Prerequisites

\n
    \n
  1. \n

    nodejs >= 6.2

    \n

    Install from your package manager or download from https://nodejs.org

    \n
  2. \n
  3. \n

    npm install -g bower

    \n
  4. \n
\n

Installation

\n

After installing the prerequisites:

\n
    \n
  1. \n

    Clone the git repository from GitHub:

    \n
    git clone git@github.com:brave/browser-dispatcher.git\n
    \n
  2. \n
  3. \n

    Open the working directory:

    \n
    cd browser-dispatcher\n
    \n
  4. \n
  5. \n

    Install dependencies:

    \n
    npm install\nbower install\n
    \n
  6. \n
\n

To start the application in development mode run npm start or electron ..

\n

Running the tests

\n

Run unit and end-to-end tests:

\n
nmp test\n
\n

Run unit tests only:

\n
npm run test:unit\n
\n

Run end-to-end tests only:

\n
npm run test:e2e\n
\n

Building the application

\n

Build without code-signing:

\n
npm run dist-unsigned\n
\n

Build and code-sign:

\n
npm run dist\n
\n

Built With

\n
    \n
  • Electron - The framework for creating native applications with web technologies like JavaScript, HTML, and CSS.
  • \n
  • Photon - The fastest way to build beautiful Electron apps using simple HTML and CSS.
  • \n
\n

Contributing

\n

Please read CONTRIBUTING.md for details on code of conduct, and the process for submitting pull requests.

\n

Versioning

\n

For the versions available, see the tags on this repository.

\n

Authors

\n\n

See also the list of contributors who participated in this project.

\n

License

\n

This project is licensed under the MIT License - see the LICENSE file for details.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:09.508Z" + "budgie": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:37.241Z" + }, + "brim": { + "readmeCleaned": "

\"Brim

\n

Brim

\n

Brim is an open source desktop application for security and network\nspecialists. Brim makes it easy to search and analyze data from:

\n
    \n
  • packet captures, like those created by Wireshark, and
  • \n
  • structured logs, especially from the Zeek network analysis framework.
  • \n
\n

Brim is especially useful to security and network operators that need to handle large packet captures,\nespecially those that are cumbersome for Wireshark, tshark, or other packet analyzers.

\n

\"Brim

\n

Brim is built from open source components, including:

\n
    \n
  • zq, a structured log query engine;
  • \n
  • Electron and React for multi-platform UI;
  • \n
  • Zeek, to generate network analysis data from packet capture files.
  • \n
\n

Installing Brim

\n

The easiest way to install Brim is to download the installation package for\nyour platform from the latest\nrelease.

\n

Having a problem?

\n

Please browse the wiki to review common problems and helpful tips before opening an issue.

\n

Development and contributing

\n

We'd love your help! Please see the contributing guide for\ndevelopment information like building and testing Brim.

\n

Join the Community

\n

Join our Public Slack workspace for announcements, Q&A, and to trade tips!

\n
", + "readmeOriginal": "

\"Brim

\n

Brim

\n

Brim is an open source desktop application for security and network\nspecialists. Brim makes it easy to search and analyze data from:

\n
    \n
  • packet captures, like those created by Wireshark, and
  • \n
  • structured logs, especially from the Zeek network analysis framework.
  • \n
\n

Brim is especially useful to security and network operators that need to handle large packet captures,\nespecially those that are cumbersome for Wireshark, tshark, or other packet analyzers.

\n

\"Brim

\n

Brim is built from open source components, including:

\n
    \n
  • zq, a structured log query engine;
  • \n
  • Electron and React for multi-platform UI;
  • \n
  • Zeek, to generate network analysis data from packet capture files.
  • \n
\n

Installing Brim

\n

The easiest way to install Brim is to download the installation package for\nyour platform from the latest\nrelease.

\n

Having a problem?

\n

Please browse the wiki to review common problems and helpful tips before opening an issue.

\n

Development and contributing

\n

We'd love your help! Please see the contributing guide for\ndevelopment information like building and testing Brim.

\n

Join the Community

\n

Join our Public Slack workspace for announcements, Q&A, and to trade tips!

\n
", + "readmeFetchedAt": "2020-09-18T00:10:37.272Z" }, "browserosaurus": { "readmeCleaned": "

\"logo\"

\n

Browserosaurus

\n

If you enjoy using Browserosaurus, please consider supporting its continued\ndevelopment.

\n

Browserosaurus is an open-source (MIT license), Electron-based browser prompter\nfor macOS. It works by setting itself as the default browser; any clicked links\nin non-browser apps are now sent to Browserosaurus where it’ll present you with\na menu of all your installed browsers. You may now decide which browser you’d\nlike to continue opening the link with.

\n

Currently supports macOS 10.15.6

\n

Development

\n

Ensure you are running the correct version of Node. The repo includes an\n.nvmrc file that includes the version number I use.

\n

Get repo:

\n
git clone git@github.com:will-stone/browserosaurus.git\n
\n

Move to folder:

\n
cd browserosaurus\n
\n

Install dependencies:

\n
yarn\n
\n

Run Browserosaurus in dev mode:

\n
yarn start\n
\n

Finding bundle identifier for an app

\n
mdls -name kMDItemCFBundleIdentifier -r /Applications/Firefox.app
\n

Browser logos

\n

The browser logos are provided by an excellent project by\nCătălin Mariș:\nhttps://github.com/alrra/browser-logos

\n

Make icon.icns

\n

To build an icns file (app icon) from src/images/icon/icon.png, simply run\nyarn run icns.

\n

Publishing

\n

App is published on GitHub, the following command will prompt to bump version\nnumber, package, notarize, and make installers:

\n
yarn release\n
\n

The dmg and zip files can then be added to a GitHub release. Remember to bump\nthe docs (website) version number too.

\n
", "readmeOriginal": "

\"logo\"

\n

Browserosaurus

\n

If you enjoy using Browserosaurus, please consider supporting its continued\ndevelopment.

\n

Browserosaurus is an open-source (MIT license), Electron-based browser prompter\nfor macOS. It works by setting itself as the default browser; any clicked links\nin non-browser apps are now sent to Browserosaurus where it’ll present you with\na menu of all your installed browsers. You may now decide which browser you’d\nlike to continue opening the link with.

\n

Currently supports macOS 10.15.6

\n

Development

\n

Ensure you are running the correct version of Node. The repo includes an\n.nvmrc file that includes the version number I use.

\n

Get repo:

\n
git clone git@github.com:will-stone/browserosaurus.git\n
\n

Move to folder:

\n
cd browserosaurus\n
\n

Install dependencies:

\n
yarn\n
\n

Run Browserosaurus in dev mode:

\n
yarn start\n
\n

Finding bundle identifier for an app

\n
mdls -name kMDItemCFBundleIdentifier -r /Applications/Firefox.app
\n

Browser logos

\n

The browser logos are provided by an excellent project by\nCătălin Mariș:\nhttps://github.com/alrra/browser-logos

\n

Make icon.icns

\n

To build an icns file (app icon) from src/images/icon/icon.png, simply run\nyarn run icns.

\n

Publishing

\n

App is published on GitHub, the following command will prompt to bump version\nnumber, package, notarize, and make installers:

\n
yarn release\n
\n

The dmg and zip files can then be added to a GitHub release. Remember to bump\nthe docs (website) version number too.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:09.569Z" - }, - "budgie": { - "readmeOriginal": null, - "readmeFetchedAt": "2020-09-17T12:09:09.709Z" - }, - "bunqdesktop": { - "readmeCleaned": "

\"Screenshot

\n

bunqDesktop

\n

\"Github \n\"Download \n\"build \n\"MIT\n\"Wiki\"

\n

The unofficial, free and open source desktop application for the bunq API.

\n
\n

Download

\n

One click installers

\n

Download the latest version of bunqDesktop from the GitHub releases page.

\n

There is also a Nightly build which is built automatically every night and contains the latest experimental changes and features. Only use this if you want to test new features and are okay with potential errors.

\n

Snapcraft \"bunqDesktop\"

\n

You can directly search for 'bunqDesktop' in the Ubuntu store or use the snap command.

\n

sudo snap install bunqdesktop

\n

Brew Cask

\n

brew cask install bunqcommunity-bunq

\n

Chocolatey \"Download

\n

choco install bunqdesktop

\n

AUR

\n

Replace the $AURHELPER section with your AUR helper command.

\n

$AURHELPER -S bunq-desktop-bin

\n

Features

\n
    \n
  • View all your accounts and payments
  • \n
  • Send new payments to other users
  • \n
  • Accept and decline requests
  • \n
  • Create and view bunq.me requests
  • \n
  • Custom categories to group events
  • \n
  • View and manage your cards
  • \n
  • Statistics page
  • \n
  • Encrypted storage on your device
  • \n
  • Available on Windows, Linux and Mac
  • \n
\n

Keybinds

\n
    \n
  • CTRL/CMD + Q : Closes the application
  • \n
  • CTRL/CMD + U : Runs the background sync process
  • \n
  • CTRL/CMD + H : Toggles the account balance visibility
  • \n
  • CTRL/CMD + T : Toggles between the light and dark theme
  • \n
  • CTRL/CMD + D : Dashboard
  • \n
  • CTRL/CMD + P : Payment page
  • \n
  • CTRL/CMD + R : Request page
  • \n
  • ALT + C : Cards page
  • \n
  • ALT + S : Settings page
  • \n
\n

Translations

\n

The app is developed in English but translations in Dutch and German are available.\nIf you spot errors, possible improvements or want to help us translate the desktop app to a different language let us know or suggest a change on Crowdin!

\n

Security

\n

All sensitive data is encrypted with the password that is entered on startup. You can choose to skip this step which will encrypt the data with a default password so that you will be logged in without asking you for a password.

\n

The bunqDesktop settings, custom categories and category rules are not stored using encryption. This data is stored separately so it can be synced more easily across multiple devices.

\n

Check out the settings page to see where this information is stored and to change this location if you'd like to move it. You can easily use services like Google Drive, iCloud Drive, Dropbox and other software to sync the settings file to always have the same categories and settings across your devices.

\n

Privacy

\n

At no point is your API key, session information or other data directly sent to other servers or systems. All requests to the bunq API are done directly from the bunqDesktop client to the bunq servers.

\n

We use Google Analytics with minimal settings (Source code) to check\nwhich version of the application is used and other basic information like system language, OS version and country.\nYour IP address is anonymized using IP Anonymization in Analytics.\nGoogle Analytics can be disabled on the settings page whenever you want.

\n

Development

\n

We use yarn for package management and the following global packages:

\n
$ yarn global add cross-env webpack gulp
\n

Clone this project and install its dependencies.

\n
$ git clone git@github.com:bunqCommunity/bunqDesktop.git && cd bunqDesktop\n$ yarn 
\n

Run these commands in 2 separate consoles. One compiles the react app and the second takes care of\nrunning an electron instance with hot reloading.

\n
$ yarn webpack:dev\n$ yarn start:dev 
\n

Contact

\n

\"Together \"Telegram \"Telegram

\n

We have a public Telegram chat group and a topic on bunq together.

\n

If you just want a notification when a new version is released you can also join the Telegram updates channel.

\n

Feel free to create a new issue for any suggestions, bugs or general ideas you have on Github or\ncontact us through one of the above.

\n

Contributors \"Contributer

\n

\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"

\n

License

\n

Unless otherwise noted, the bunqDesktop source files are distributed under the MIT License found in the LICENSE file.

\n

\"FOSSA

\n
", - "readmeOriginal": "

\"Screenshot

\n

bunqDesktop

\n

\"Github \n\"Download \n\"build \n\"MIT\n\"Wiki\"

\n

The unofficial, free and open source desktop application for the bunq API.

\n
\n

Download

\n

One click installers

\n

Download the latest version of bunqDesktop from the GitHub releases page.

\n

There is also a Nightly build which is built automatically every night and contains the latest experimental changes and features. Only use this if you want to test new features and are okay with potential errors.

\n

Snapcraft \"bunqDesktop\"

\n

You can directly search for 'bunqDesktop' in the Ubuntu store or use the snap command.

\n

sudo snap install bunqdesktop

\n

Brew Cask

\n

brew cask install bunqcommunity-bunq

\n

Chocolatey \"Download

\n

choco install bunqdesktop

\n

AUR

\n

Replace the $AURHELPER section with your AUR helper command.

\n

$AURHELPER -S bunq-desktop-bin

\n

Features

\n
    \n
  • View all your accounts and payments
  • \n
  • Send new payments to other users
  • \n
  • Accept and decline requests
  • \n
  • Create and view bunq.me requests
  • \n
  • Custom categories to group events
  • \n
  • View and manage your cards
  • \n
  • Statistics page
  • \n
  • Encrypted storage on your device
  • \n
  • Available on Windows, Linux and Mac
  • \n
\n

Keybinds

\n
    \n
  • CTRL/CMD + Q : Closes the application
  • \n
  • CTRL/CMD + U : Runs the background sync process
  • \n
  • CTRL/CMD + H : Toggles the account balance visibility
  • \n
  • CTRL/CMD + T : Toggles between the light and dark theme
  • \n
  • CTRL/CMD + D : Dashboard
  • \n
  • CTRL/CMD + P : Payment page
  • \n
  • CTRL/CMD + R : Request page
  • \n
  • ALT + C : Cards page
  • \n
  • ALT + S : Settings page
  • \n
\n

Translations

\n

The app is developed in English but translations in Dutch and German are available.\nIf you spot errors, possible improvements or want to help us translate the desktop app to a different language let us know or suggest a change on Crowdin!

\n

Security

\n

All sensitive data is encrypted with the password that is entered on startup. You can choose to skip this step which will encrypt the data with a default password so that you will be logged in without asking you for a password.

\n

The bunqDesktop settings, custom categories and category rules are not stored using encryption. This data is stored separately so it can be synced more easily across multiple devices.

\n

Check out the settings page to see where this information is stored and to change this location if you'd like to move it. You can easily use services like Google Drive, iCloud Drive, Dropbox and other software to sync the settings file to always have the same categories and settings across your devices.

\n

Privacy

\n

At no point is your API key, session information or other data directly sent to other servers or systems. All requests to the bunq API are done directly from the bunqDesktop client to the bunq servers.

\n

We use Google Analytics with minimal settings (Source code) to check\nwhich version of the application is used and other basic information like system language, OS version and country.\nYour IP address is anonymized using IP Anonymization in Analytics.\nGoogle Analytics can be disabled on the settings page whenever you want.

\n

Development

\n

We use yarn for package management and the following global packages:

\n
$ yarn global add cross-env webpack gulp
\n

Clone this project and install its dependencies.

\n
$ git clone git@github.com:bunqCommunity/bunqDesktop.git && cd bunqDesktop\n$ yarn 
\n

Run these commands in 2 separate consoles. One compiles the react app and the second takes care of\nrunning an electron instance with hot reloading.

\n
$ yarn webpack:dev\n$ yarn start:dev 
\n

Contact

\n

\"Together \"Telegram \"Telegram

\n

We have a public Telegram chat group and a topic on bunq together.

\n

If you just want a notification when a new version is released you can also join the Telegram updates channel.

\n

Feel free to create a new issue for any suggestions, bugs or general ideas you have on Github or\ncontact us through one of the above.

\n

Contributors \"Contributer

\n

\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"

\n

License

\n

Unless otherwise noted, the bunqDesktop source files are distributed under the MIT License found in the LICENSE file.

\n

\"FOSSA

\n
", - "readmeFetchedAt": "2020-09-17T12:09:10.022Z" + "readmeFetchedAt": "2020-09-18T00:10:37.283Z" }, - "buttercup": { - "readmeCleaned": "

\n
\n \"Buttercup\n
\n
\n
\n

\n
\n

Cross-platform, free and open-source password manager based on NodeJS.

\n
\n

\"Buttercup\" \"Build \"Build\n\"Latest \"Github \"Backers \"Sponsors \"encryption\" \"Chat

\n

\"image\"

\n

About

\n

Buttercup is a password manager - an assistant for helping you store all of your login credentials. Buttercup helps you keep your accounts safe and assists you when you want to log in - all you need to do is remember just one password: your master password.

\n

This is the Desktop application in the Buttercup suite, and there's also a mobile app and browser extension so that you can access your credentials anywhere. You store your credentials (login information) in a secure archive, which can then be stored on your own computer or any of our supported cloud services (like Dropbox, for example).

\n

Archives are encrypted using the AES specification, and cannot be read by anyone besides those with the master password. Brute-force decryption is not technically possible. You should not share your archive with anyone, but rest assured: your contents are safe.

\n

Why you need software like Buttercup

\n

Many of us have 10s or 100s of accounts, and it would be crazy to secure these with 1 or 2 passwords. Why? If an attacker gains access to one of the systems you have an account with, your password there may be easily stolen - if an attacker gets this it's highly likely they will try to log in to other accounts you have with the same password. If you're using the same password on more than one site, you risk having several accounts stolen if any one of them is breached.

\n

Buttercup helps you by remembering all of your passwords, and because you no longer have to remember them yourself, you can use different passwords for every single site.

\n

Protecting your details

\n

Buttercup provides a secure way of storing your details, but it is only as secure as how you treat your master password and archive files.

\n

Ensure that you never share your master password or use it anywhere other than with your archive. Never share or store your archive in a non-private environment. Always remember to make regular backups of your archive.

\n

Download & Install

\n

Head over to our website, or checkout the releases page to download different builds and versions.

\n

If you're using macOS, you can also use Homebrew Cask to download and install Buttercup:

\n
$ brew cask install buttercup
\n

If you're using Windows, you can use Chocolatey to download and install Buttercup:

\n
choco install buttercup
\n

Platforms and Operating Systems

\n

Buttercup is available for macOS (dmg), Windows (exe) and Linux (deb, rpm, tarball) (64bit only).

\n

We actively support Buttercup on the following platforms:

\n
    \n
  • MacOS (latest)
  • \n
  • Windows 10
  • \n
  • Ubuntu 18.04
  • \n
\n

Operating systems outside of these are not directly supported by staff - Issues will be followed on GitHub, however, and assistance provided where possible.

\n

Arch Linux

\n

Buttercup is also available for Arch Linux (32/64bit) (AUR). This release channel is maintained by our community.

\n

Some users have reported segmentation faults on Arch - if you notice a similar issue, perhaps check out this solution.

\n

Portability

\n

Buttercup supports portable builds on the following platforms:

\n\n

Portable versions for Windows and Mac will arrive in the not-so-distant future.

\n

Encryption & Format

\n

Buttercup uses a delta-system to manage archive changes and save conflicts. The archive, upon saving, is encrypted with AES 256bit CBC mode with a SHA256 HMAC. Encryption is performed once the password has been salted and prepared with PBKDF2 at between 200-250k iterations.

\n

Because security with password storage is of the utmost importance, Buttercup will remain in alpha/beta release mode until some level of professional scrutiny has occurred. It is completely possible that security-related changes will occur, but this is inevitable and we handle every question and criticism with great care when it comes to the safety of using our software.

\n

Features

\n

Buttercup supports loading and saving credentials archives both locally and remotely. Remote archives can be stored in a variety of service providers like Dropbox, Google Drive and WebDAV-enabled services, such as Yandex.

\n

Archives store groups and entries in a simple hierarchy. Both groups and entries can be moved into other groups. Deleted items are trashed before being removed permanently.

\n

Buttercup has basic merge conflict resolution when 2 changes are made at once on the file (locally or remote).

\n

WebDAV

\n

Buttercup can connect to WebDAV-based services for the purpose of remotely-accessing vault files. Most WebDAV services and services supporting WebDAV are compatible.

\n

Please note that Buttercup does not support self-signed certificates.

\n

Importing and Exporting

\n

You can import from other password managers (such as 1Password, Lastpass and KeePass) by opening your archive and choosing Import from the menu.

\n

You can also export Buttercup vaults to CSV format.

\n

Internationalization

\n

Buttercup for Desktop supports the following languages:

\n
    \n
  • English (Default)
  • \n
  • Spanish
  • \n
  • German
  • \n
  • French
  • \n
  • Russian
  • \n
  • Farsi
  • \n
  • Indonesian
  • \n
  • Italian
  • \n
  • Brazilian Portuguese
  • \n
  • Ukrainian
  • \n
  • Hungarian
  • \n
  • Czech
  • \n
  • Dutch
  • \n
  • Turkish
  • \n
  • Polish
  • \n
  • Finnish
  • \n
  • Catalan
  • \n
  • Simplified Chinese
  • \n
  • Romanian
  • \n
  • Korean
  • \n
\n

Submitting internationalization configurations

\n

We welcome the addition of new languages to the Buttercup platform. Please follow the style of the current translations.

\n\n

If adding languages that are more specific than usual (eg. "pt_br" - Brazilian Portuguese), ensure that you separate the parts by an underscore _ and not a dash.

\n\n

Development

\n

If you're interested in developing Buttercup:

\n

Install Dependencies & Run

\n
$ npm install\n$ npm run start
\n

Package & Release

\n

Install Dependencies

\n

You will need some extra dependencies to build for different platforms on a single platform. Please refer to this guide and install required software for your platform.

\n

Building libraries before releasing

\n
$ npm run build
\n

Package

\n

To package the app and make installers for all supported platforms:

\n
$ npm run release
\n

This may take a while depending on how fast your computer is. All apps and installers will be in app directory.

\n

To package only for the current platform:

\n
$ npm run package:current
\n

Or for a specific platform:

\n
$ npm run package:mac\n$ npm run package:win\n$ npm run package:linux
\n

NB:

\n

The above is a naive release process, without signing. To sign, notarize and release, as is the standard approach, first export the following environment variables:

\n
export GH_TOKEN=github_token\nexport WIN_CSC_LINK=file:///some/directory/buttercup_codesign.p12\nexport WIN_CSC_KEY_PASSWORD="codesign_password"\nexport APPLE_ID=apple_id\nexport APPLE_ID_PASSWORD=app_specific_password\nexport TEAM_SHORT_NAME=team_short_name # if your account is connected to multiple teams
\n

Where GH_TOKEN is your GitHub token, WIN_CSC_LINK is the location of the p12 code signing certificate and WIN_CSC_KEY_PASSWORD is the certificate password.

\n

You can generate an Apple App-Specific password here and find your team short name according to this guide.

\n

Then run:

\n
npm run release
\n

Debugging

\n

In case you need to access Buttercup logs, they are located in:

\n
    \n
  • On Linux: ~/.config/Buttercup/log.log
  • \n
  • On macOS: ~/Library/Logs/Buttercup/log.log
  • \n
  • On Windows: %USERPROFILE%\\AppData\\Roaming\\Buttercup\\log.log
  • \n
\n

Contributors

\n

Creation

\n\n

Contributions

\n

This project exists thanks to all the people who contribute. [Contribute].\n

\n

We'd also like to thank:

\n\n
\n

We welcome contributions. Please read Contribution Guide before sending a PR.

\n
\n

Backers

\n

Thank you to all our backers! 🙏 [Become a backer]

\n

\n

Sponsors

\n

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

\n

\n\n\n\n\n\n\n\n\n

\n

License

\n

Released under GNU/GPL Version 3

\n
", - "readmeOriginal": "

\n
\n \"Buttercup\n
\n
\n
\n

\n
\n

Cross-platform, free and open-source password manager based on NodeJS.

\n
\n

\"Buttercup\" \"Build \"Build\n\"Latest \"Github \"Backers \"Sponsors \"encryption\" \"Chat

\n

\"image\"

\n

About

\n

Buttercup is a password manager - an assistant for helping you store all of your login credentials. Buttercup helps you keep your accounts safe and assists you when you want to log in - all you need to do is remember just one password: your master password.

\n

This is the Desktop application in the Buttercup suite, and there's also a mobile app and browser extension so that you can access your credentials anywhere. You store your credentials (login information) in a secure archive, which can then be stored on your own computer or any of our supported cloud services (like Dropbox, for example).

\n

Archives are encrypted using the AES specification, and cannot be read by anyone besides those with the master password. Brute-force decryption is not technically possible. You should not share your archive with anyone, but rest assured: your contents are safe.

\n

Why you need software like Buttercup

\n

Many of us have 10s or 100s of accounts, and it would be crazy to secure these with 1 or 2 passwords. Why? If an attacker gains access to one of the systems you have an account with, your password there may be easily stolen - if an attacker gets this it's highly likely they will try to log in to other accounts you have with the same password. If you're using the same password on more than one site, you risk having several accounts stolen if any one of them is breached.

\n

Buttercup helps you by remembering all of your passwords, and because you no longer have to remember them yourself, you can use different passwords for every single site.

\n

Protecting your details

\n

Buttercup provides a secure way of storing your details, but it is only as secure as how you treat your master password and archive files.

\n

Ensure that you never share your master password or use it anywhere other than with your archive. Never share or store your archive in a non-private environment. Always remember to make regular backups of your archive.

\n

Download & Install

\n

Head over to our website, or checkout the releases page to download different builds and versions.

\n

If you're using macOS, you can also use Homebrew Cask to download and install Buttercup:

\n
$ brew cask install buttercup
\n

If you're using Windows, you can use Chocolatey to download and install Buttercup:

\n
choco install buttercup
\n

Platforms and Operating Systems

\n

Buttercup is available for macOS (dmg), Windows (exe) and Linux (deb, rpm, tarball) (64bit only).

\n

We actively support Buttercup on the following platforms:

\n
    \n
  • MacOS (latest)
  • \n
  • Windows 10
  • \n
  • Ubuntu 18.04
  • \n
\n

Operating systems outside of these are not directly supported by staff - Issues will be followed on GitHub, however, and assistance provided where possible.

\n

Arch Linux

\n

Buttercup is also available for Arch Linux (32/64bit) (AUR). This release channel is maintained by our community.

\n

Some users have reported segmentation faults on Arch - if you notice a similar issue, perhaps check out this solution.

\n

Portability

\n

Buttercup supports portable builds on the following platforms:

\n\n

Portable versions for Windows and Mac will arrive in the not-so-distant future.

\n

Encryption & Format

\n

Buttercup uses a delta-system to manage archive changes and save conflicts. The archive, upon saving, is encrypted with AES 256bit CBC mode with a SHA256 HMAC. Encryption is performed once the password has been salted and prepared with PBKDF2 at between 200-250k iterations.

\n

Because security with password storage is of the utmost importance, Buttercup will remain in alpha/beta release mode until some level of professional scrutiny has occurred. It is completely possible that security-related changes will occur, but this is inevitable and we handle every question and criticism with great care when it comes to the safety of using our software.

\n

Features

\n

Buttercup supports loading and saving credentials archives both locally and remotely. Remote archives can be stored in a variety of service providers like Dropbox, Google Drive and WebDAV-enabled services, such as Yandex.

\n

Archives store groups and entries in a simple hierarchy. Both groups and entries can be moved into other groups. Deleted items are trashed before being removed permanently.

\n

Buttercup has basic merge conflict resolution when 2 changes are made at once on the file (locally or remote).

\n

WebDAV

\n

Buttercup can connect to WebDAV-based services for the purpose of remotely-accessing vault files. Most WebDAV services and services supporting WebDAV are compatible.

\n

Please note that Buttercup does not support self-signed certificates.

\n

Importing and Exporting

\n

You can import from other password managers (such as 1Password, Lastpass and KeePass) by opening your archive and choosing Import from the menu.

\n

You can also export Buttercup vaults to CSV format.

\n

Internationalization

\n

Buttercup for Desktop supports the following languages:

\n
    \n
  • English (Default)
  • \n
  • Spanish
  • \n
  • German
  • \n
  • French
  • \n
  • Russian
  • \n
  • Farsi
  • \n
  • Indonesian
  • \n
  • Italian
  • \n
  • Brazilian Portuguese
  • \n
  • Ukrainian
  • \n
  • Hungarian
  • \n
  • Czech
  • \n
  • Dutch
  • \n
  • Turkish
  • \n
  • Polish
  • \n
  • Finnish
  • \n
  • Catalan
  • \n
  • Simplified Chinese
  • \n
  • Romanian
  • \n
  • Korean
  • \n
\n

Submitting internationalization configurations

\n

We welcome the addition of new languages to the Buttercup platform. Please follow the style of the current translations.

\n\n

If adding languages that are more specific than usual (eg. \"pt_br\" - Brazilian Portuguese), ensure that you separate the parts by an underscore _ and not a dash.

\n\n

Development

\n

If you're interested in developing Buttercup:

\n

Install Dependencies & Run

\n
$ npm install\n$ npm run start
\n

Package & Release

\n

Install Dependencies

\n

You will need some extra dependencies to build for different platforms on a single platform. Please refer to this guide and install required software for your platform.

\n

Building libraries before releasing

\n
$ npm run build
\n

Package

\n

To package the app and make installers for all supported platforms:

\n
$ npm run release
\n

This may take a while depending on how fast your computer is. All apps and installers will be in app directory.

\n

To package only for the current platform:

\n
$ npm run package:current
\n

Or for a specific platform:

\n
$ npm run package:mac\n$ npm run package:win\n$ npm run package:linux
\n

NB:

\n

The above is a naive release process, without signing. To sign, notarize and release, as is the standard approach, first export the following environment variables:

\n
export GH_TOKEN=github_token\nexport WIN_CSC_LINK=file:///some/directory/buttercup_codesign.p12\nexport WIN_CSC_KEY_PASSWORD=\"codesign_password\"\nexport APPLE_ID=apple_id\nexport APPLE_ID_PASSWORD=app_specific_password\nexport TEAM_SHORT_NAME=team_short_name # if your account is connected to multiple teams
\n

Where GH_TOKEN is your GitHub token, WIN_CSC_LINK is the location of the p12 code signing certificate and WIN_CSC_KEY_PASSWORD is the certificate password.

\n

You can generate an Apple App-Specific password here and find your team short name according to this guide.

\n

Then run:

\n
npm run release
\n

Debugging

\n

In case you need to access Buttercup logs, they are located in:

\n
    \n
  • On Linux: ~/.config/Buttercup/log.log
  • \n
  • On macOS: ~/Library/Logs/Buttercup/log.log
  • \n
  • On Windows: %USERPROFILE%\\AppData\\Roaming\\Buttercup\\log.log
  • \n
\n

Contributors

\n

Creation

\n\n

Contributions

\n

This project exists thanks to all the people who contribute. [Contribute].\n

\n

We'd also like to thank:

\n\n
\n

We welcome contributions. Please read Contribution Guide before sending a PR.

\n
\n

Backers

\n

Thank you to all our backers! 🙏 [Become a backer]

\n

\n

Sponsors

\n

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

\n

\n\n\n\n\n\n\n\n\n

\n

License

\n

Released under GNU/GPL Version 3

\n
", - "readmeFetchedAt": "2020-09-17T12:09:10.081Z" + "browser-dispatcher": { + "readmeCleaned": "

\"Build

\n

Browser Dispatcher

\n

BrowserDispatcher.app decides which browser to use when you click on a link outside of your web browser.\nBased on your settings, it will display a prompt allowing you to select from a list of browsers or automatically select a browser to open a link with.

\n

\"BrowserDispatcher.app\"

\n

Downloads

\n

To download the latest release, see releases page (macOS only).

\n

Note: the application is not signed by Apple Developer ID.\nBy default, Mac OS will not open an app from an unidentified developer.

\n

In the Finder, locate BrowserDispatcher.app and Control-click the app icon, then choose Open from the shortcut menu.\nMake BrowserDispatcher.app default web browser. You can use the app menu Preferences > Make default browser or go to System Preferences > General > Default web browser.

\n

The application is an agent app, that is, menu bar app that does not appear in the Dock or Force Quit window.

\n

Running from source

\n

You'll need certain packages installed before you can build and run Browser Dispatcher locally.

\n

Prerequisites

\n
    \n
  1. \n

    nodejs >= 6.2

    \n

    Install from your package manager or download from https://nodejs.org

    \n
  2. \n
  3. \n

    npm install -g bower

    \n
  4. \n
\n

Installation

\n

After installing the prerequisites:

\n
    \n
  1. \n

    Clone the git repository from GitHub:

    \n
    git clone git@github.com:brave/browser-dispatcher.git\n
    \n
  2. \n
  3. \n

    Open the working directory:

    \n
    cd browser-dispatcher\n
    \n
  4. \n
  5. \n

    Install dependencies:

    \n
    npm install\nbower install\n
    \n
  6. \n
\n

To start the application in development mode run npm start or electron ..

\n

Running the tests

\n

Run unit and end-to-end tests:

\n
nmp test\n
\n

Run unit tests only:

\n
npm run test:unit\n
\n

Run end-to-end tests only:

\n
npm run test:e2e\n
\n

Building the application

\n

Build without code-signing:

\n
npm run dist-unsigned\n
\n

Build and code-sign:

\n
npm run dist\n
\n

Built With

\n
    \n
  • Electron - The framework for creating native applications with web technologies like JavaScript, HTML, and CSS.
  • \n
  • Photon - The fastest way to build beautiful Electron apps using simple HTML and CSS.
  • \n
\n

Contributing

\n

Please read CONTRIBUTING.md for details on code of conduct, and the process for submitting pull requests.

\n

Versioning

\n

For the versions available, see the tags on this repository.

\n

Authors

\n\n

See also the list of contributors who participated in this project.

\n

License

\n

This project is licensed under the MIT License - see the LICENSE file for details.

\n
", + "readmeOriginal": "

\"Build

\n

Browser Dispatcher

\n

BrowserDispatcher.app decides which browser to use when you click on a link outside of your web browser.\nBased on your settings, it will display a prompt allowing you to select from a list of browsers or automatically select a browser to open a link with.

\n

\"BrowserDispatcher.app\"

\n

Downloads

\n

To download the latest release, see releases page (macOS only).

\n

Note: the application is not signed by Apple Developer ID.\nBy default, Mac OS will not open an app from an unidentified developer.

\n

In the Finder, locate BrowserDispatcher.app and Control-click the app icon, then choose Open from the shortcut menu.\nMake BrowserDispatcher.app default web browser. You can use the app menu Preferences > Make default browser or go to System Preferences > General > Default web browser.

\n

The application is an agent app, that is, menu bar app that does not appear in the Dock or Force Quit window.

\n

Running from source

\n

You'll need certain packages installed before you can build and run Browser Dispatcher locally.

\n

Prerequisites

\n
    \n
  1. \n

    nodejs >= 6.2

    \n

    Install from your package manager or download from https://nodejs.org

    \n
  2. \n
  3. \n

    npm install -g bower

    \n
  4. \n
\n

Installation

\n

After installing the prerequisites:

\n
    \n
  1. \n

    Clone the git repository from GitHub:

    \n
    git clone git@github.com:brave/browser-dispatcher.git\n
    \n
  2. \n
  3. \n

    Open the working directory:

    \n
    cd browser-dispatcher\n
    \n
  4. \n
  5. \n

    Install dependencies:

    \n
    npm install\nbower install\n
    \n
  6. \n
\n

To start the application in development mode run npm start or electron ..

\n

Running the tests

\n

Run unit and end-to-end tests:

\n
nmp test\n
\n

Run unit tests only:

\n
npm run test:unit\n
\n

Run end-to-end tests only:

\n
npm run test:e2e\n
\n

Building the application

\n

Build without code-signing:

\n
npm run dist-unsigned\n
\n

Build and code-sign:

\n
npm run dist\n
\n

Built With

\n
    \n
  • Electron - The framework for creating native applications with web technologies like JavaScript, HTML, and CSS.
  • \n
  • Photon - The fastest way to build beautiful Electron apps using simple HTML and CSS.
  • \n
\n

Contributing

\n

Please read CONTRIBUTING.md for details on code of conduct, and the process for submitting pull requests.

\n

Versioning

\n

For the versions available, see the tags on this repository.

\n

Authors

\n\n

See also the list of contributors who participated in this project.

\n

License

\n

This project is licensed under the MIT License - see the LICENSE file for details.

\n
", + "readmeFetchedAt": "2020-09-18T00:10:37.292Z" }, "buka": { "readmeCleaned": "

\n \n

\n

\n Buka - EBook Management\n

\n

\n \"Awesome\"\n

\n
\n

About Buka

\n

Buka is a modern software that helps you manage your ebook at ease. With a simple, clean and straight-forward user interface, Buka aims to gather your ebooks for a reading experience without hassles. Buka currently support .PDF format with configurations that helps user focus more on the content.

\n

Installing

\n

Snap

\n
    \n
  1. Run sudo snap install buka
  2. \n
\n
    \n
  • OR
  • \n
\n
    \n
  1. Download buka_1.0.0_amd64.snap from the Buka releases page.
  2. \n
  3. Run sudo snap install --dangerous buka_1.0.0_amd64.snap on the downloaded package.
  4. \n
  5. Launch Buka using the installed buka command.
  6. \n
\n

Debian x86

\n
    \n
  1. Download Buka_1.0.0_i386.deb from the Buka releases page.
  2. \n
  3. Run sudo dpkg --install Buka_1.0.0_i386.deb on the downloaded package.
  4. \n
  5. Launch Buka using the installed Buka command.
  6. \n
\n

Debian x64

\n
    \n
  1. Download Buka_1.0.0_amd64.deb from the Buka releases page.
  2. \n
  3. Run sudo dpkg --install Buka_1.0.0_amd64.deb on the downloaded package.
  4. \n
  5. Launch Buka using the installed Buka command.
  6. \n
\n
\n

Of course you can always open .deb package with a package manager like Synaptic, Gnome Software or Gdebi then start the app instead of using command line options.

\n
\n

Fedora

\n
    \n
  1. Download Buka-1.0.0.rpm from the Buka releases page.
  2. \n
  3. Run sudo dnf install Buka-1.0.0.rpm on the downloaded package.
  4. \n
  5. Launch Buka using the installed Buka command.
  6. \n
\n

AppImage

\n
    \n
  1. Download Buka-1.0.0-x86_64.AppImage from the Buka releases page.
  2. \n
  3. Make it executable sudo chmod a+x Buka*.AppImage
  4. \n
  5. Run ./Buka*.AppImage
  6. \n
\n

Build from source

\n
    \n
  1. git clone https://github.com/oguzhaninan/Buka.git
  2. \n
  3. cd Buka
  4. \n
  5. npm install && npm run build && npm start
  6. \n
\n

Uninstalling

\n
    \n
  • Run sudo dpkg -r Buka or sudo apt remove --purge buka
  • \n
\n

Screenshots

\n

\"s1\"

\n

\"s2\"

\n

\"s3\"

\n

\"s4\"

\n

\"s5\"

\n

Contributors

\n

Code Contributors

\n

This project exists thanks to all the people who contribute. [Contribute].\n

\n

Financial Contributors

\n

Become a financial contributor and help us sustain our community. [Contribute]

\n

Individuals

\n

\n

Organizations

\n

Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]

\n

\n\n\n\n\n\n\n\n\n

\n
", "readmeOriginal": "

\n \n

\n

\n Buka - EBook Management\n

\n

\n \"Awesome\"\n

\n
\n

About Buka

\n

Buka is a modern software that helps you manage your ebook at ease. With a simple, clean and straight-forward user interface, Buka aims to gather your ebooks for a reading experience without hassles. Buka currently support .PDF format with configurations that helps user focus more on the content.

\n

Installing

\n

Snap

\n
    \n
  1. Run sudo snap install buka
  2. \n
\n
    \n
  • OR
  • \n
\n
    \n
  1. Download buka_1.0.0_amd64.snap from the Buka releases page.
  2. \n
  3. Run sudo snap install --dangerous buka_1.0.0_amd64.snap on the downloaded package.
  4. \n
  5. Launch Buka using the installed buka command.
  6. \n
\n

Debian x86

\n
    \n
  1. Download Buka_1.0.0_i386.deb from the Buka releases page.
  2. \n
  3. Run sudo dpkg --install Buka_1.0.0_i386.deb on the downloaded package.
  4. \n
  5. Launch Buka using the installed Buka command.
  6. \n
\n

Debian x64

\n
    \n
  1. Download Buka_1.0.0_amd64.deb from the Buka releases page.
  2. \n
  3. Run sudo dpkg --install Buka_1.0.0_amd64.deb on the downloaded package.
  4. \n
  5. Launch Buka using the installed Buka command.
  6. \n
\n
\n

Of course you can always open .deb package with a package manager like Synaptic, Gnome Software or Gdebi then start the app instead of using command line options.

\n
\n

Fedora

\n
    \n
  1. Download Buka-1.0.0.rpm from the Buka releases page.
  2. \n
  3. Run sudo dnf install Buka-1.0.0.rpm on the downloaded package.
  4. \n
  5. Launch Buka using the installed Buka command.
  6. \n
\n

AppImage

\n
    \n
  1. Download Buka-1.0.0-x86_64.AppImage from the Buka releases page.
  2. \n
  3. Make it executable sudo chmod a+x Buka*.AppImage
  4. \n
  5. Run ./Buka*.AppImage
  6. \n
\n

Build from source

\n
    \n
  1. git clone https://github.com/oguzhaninan/Buka.git
  2. \n
  3. cd Buka
  4. \n
  5. npm install && npm run build && npm start
  6. \n
\n

Uninstalling

\n
    \n
  • Run sudo dpkg -r Buka or sudo apt remove --purge buka
  • \n
\n

Screenshots

\n

\"s1\"

\n

\"s2\"

\n

\"s3\"

\n

\"s4\"

\n

\"s5\"

\n

Contributors

\n

Code Contributors

\n

This project exists thanks to all the people who contribute. [Contribute].\n

\n

Financial Contributors

\n

Become a financial contributor and help us sustain our community. [Contribute]

\n

Individuals

\n

\n

Organizations

\n

Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]

\n

\n\n\n\n\n\n\n\n\n

\n
", - "readmeFetchedAt": "2020-09-17T12:09:10.107Z" - }, - "camunda-modeler": { - "readmeCleaned": "

Camunda Modeler

\n

\"Build

\n

An integrated modeling solution for BPMN, DMN and CMMN based on bpmn.io.

\n

\"Camunda

\n

Resources

\n\n

Building the Application

\n
# checkout a tag\ngit checkout v1.1.0\n\n# install dependencies\nnpm install\n\n# execute all checks (lint, test and build)\nnpm run all\n\n# build the application to ./dist\nnpm run build
\n

Development Setup

\n

Spin up the application for development, all strings attached:

\n
npm run dev\n
\n

License

\n

MIT

\n

Uses bpmn-js, dmn-js, and cmmn-js, licensed under the bpmn.io license.

\n
", - "readmeOriginal": "

Camunda Modeler

\n

\"Build

\n

An integrated modeling solution for BPMN, DMN and CMMN based on bpmn.io.

\n

\"Camunda

\n

Resources

\n\n

Building the Application

\n
# checkout a tag\ngit checkout v1.1.0\n\n# install dependencies\nnpm install\n\n# execute all checks (lint, test and build)\nnpm run all\n\n# build the application to ./dist\nnpm run build
\n

Development Setup

\n

Spin up the application for development, all strings attached:

\n
npm run dev\n
\n

License

\n

MIT

\n

Uses bpmn-js, dmn-js, and cmmn-js, licensed under the bpmn.io license.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:10.241Z" + "readmeFetchedAt": "2020-09-18T00:10:37.376Z" }, "calcy": { "readmeCleaned": "

The Calcy App

\n

\"MIT\n\"Build

\n

\n \"Calcy\n

\n

Table of Contents

\n\n

About

\n

A basic calculator app built with electron.

\n

Features

\n
    \n
  • Works on mobile with the website.
  • \n
  • Works with keyboard.
  • \n
  • Keyboard shortcuts to Quit & Refresh.
  • \n
  • UI as Numeric KeyPad.
  • \n
  • Backspace to del one char
  • \n
  • C to Clear
  • \n
\n

Downloads

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
PlatformArchVersionLink
Windowsx641.1.0Download
Windowsx641.1.0Download
\n

Install

\n

macOS: Download the .dmg file or run brew cask install calcy

\n

Windows: Download the .exe installer.

\n

Debian: Download the .deb installer.

\n

Fedora: Download the .rpm installer.

\n

Other Linux distros: Download the .AppImage file or run snap install calcy

\n

Browser: Start the browser version.

\n

For Developers

\n

Any contributions are welcome, if you plan to contribute please read the contributing docs first.

\n

Third Party Plugins

\n

None

\n
\n

\nBuilt with ❤️ using Electron Framework.\n

\n
", "readmeOriginal": "

The Calcy App

\n

\"MIT\n\"Build

\n

\n \"Calcy\n

\n

Table of Contents

\n\n

About

\n

A basic calculator app built with electron.

\n

Features

\n
    \n
  • Works on mobile with the website.
  • \n
  • Works with keyboard.
  • \n
  • Keyboard shortcuts to Quit & Refresh.
  • \n
  • UI as Numeric KeyPad.
  • \n
  • Backspace to del one char
  • \n
  • C to Clear
  • \n
\n

Downloads

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
PlatformArchVersionLink
Windowsx641.1.0Download
Windowsx641.1.0Download
\n

Install

\n

macOS: Download the .dmg file or run brew cask install calcy

\n

Windows: Download the .exe installer.

\n

Debian: Download the .deb installer.

\n

Fedora: Download the .rpm installer.

\n

Other Linux distros: Download the .AppImage file or run snap install calcy

\n

Browser: Start the browser version.

\n

For Developers

\n

Any contributions are welcome, if you plan to contribute please read the contributing docs first.

\n

Third Party Plugins

\n

None

\n
\n

\nBuilt with ❤️ using Electron Framework.\n

\n
", - "readmeFetchedAt": "2020-09-17T12:09:10.297Z" + "readmeFetchedAt": "2020-09-18T00:10:37.445Z" + }, + "bunqdesktop": { + "readmeCleaned": "

\"Screenshot

\n

bunqDesktop

\n

\"Github \n\"Download \n\"build \n\"MIT\n\"Wiki\"

\n

The unofficial, free and open source desktop application for the bunq API.

\n
\n

Download

\n

One click installers

\n

Download the latest version of bunqDesktop from the GitHub releases page.

\n

There is also a Nightly build which is built automatically every night and contains the latest experimental changes and features. Only use this if you want to test new features and are okay with potential errors.

\n

Snapcraft \"bunqDesktop\"

\n

You can directly search for 'bunqDesktop' in the Ubuntu store or use the snap command.

\n

sudo snap install bunqdesktop

\n

Brew Cask

\n

brew cask install bunqcommunity-bunq

\n

Chocolatey \"Download

\n

choco install bunqdesktop

\n

AUR

\n

Replace the $AURHELPER section with your AUR helper command.

\n

$AURHELPER -S bunq-desktop-bin

\n

Features

\n
    \n
  • View all your accounts and payments
  • \n
  • Send new payments to other users
  • \n
  • Accept and decline requests
  • \n
  • Create and view bunq.me requests
  • \n
  • Custom categories to group events
  • \n
  • View and manage your cards
  • \n
  • Statistics page
  • \n
  • Encrypted storage on your device
  • \n
  • Available on Windows, Linux and Mac
  • \n
\n

Keybinds

\n
    \n
  • CTRL/CMD + Q : Closes the application
  • \n
  • CTRL/CMD + U : Runs the background sync process
  • \n
  • CTRL/CMD + H : Toggles the account balance visibility
  • \n
  • CTRL/CMD + T : Toggles between the light and dark theme
  • \n
  • CTRL/CMD + D : Dashboard
  • \n
  • CTRL/CMD + P : Payment page
  • \n
  • CTRL/CMD + R : Request page
  • \n
  • ALT + C : Cards page
  • \n
  • ALT + S : Settings page
  • \n
\n

Translations

\n

The app is developed in English but translations in Dutch and German are available.\nIf you spot errors, possible improvements or want to help us translate the desktop app to a different language let us know or suggest a change on Crowdin!

\n

Security

\n

All sensitive data is encrypted with the password that is entered on startup. You can choose to skip this step which will encrypt the data with a default password so that you will be logged in without asking you for a password.

\n

The bunqDesktop settings, custom categories and category rules are not stored using encryption. This data is stored separately so it can be synced more easily across multiple devices.

\n

Check out the settings page to see where this information is stored and to change this location if you'd like to move it. You can easily use services like Google Drive, iCloud Drive, Dropbox and other software to sync the settings file to always have the same categories and settings across your devices.

\n

Privacy

\n

At no point is your API key, session information or other data directly sent to other servers or systems. All requests to the bunq API are done directly from the bunqDesktop client to the bunq servers.

\n

We use Google Analytics with minimal settings (Source code) to check\nwhich version of the application is used and other basic information like system language, OS version and country.\nYour IP address is anonymized using IP Anonymization in Analytics.\nGoogle Analytics can be disabled on the settings page whenever you want.

\n

Development

\n

We use yarn for package management and the following global packages:

\n
$ yarn global add cross-env webpack gulp
\n

Clone this project and install its dependencies.

\n
$ git clone git@github.com:bunqCommunity/bunqDesktop.git && cd bunqDesktop\n$ yarn 
\n

Run these commands in 2 separate consoles. One compiles the react app and the second takes care of\nrunning an electron instance with hot reloading.

\n
$ yarn webpack:dev\n$ yarn start:dev 
\n

Contact

\n

\"Together \"Telegram \"Telegram

\n

We have a public Telegram chat group and a topic on bunq together.

\n

If you just want a notification when a new version is released you can also join the Telegram updates channel.

\n

Feel free to create a new issue for any suggestions, bugs or general ideas you have on Github or\ncontact us through one of the above.

\n

Contributors \"Contributer

\n

\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"

\n

License

\n

Unless otherwise noted, the bunqDesktop source files are distributed under the MIT License found in the LICENSE file.

\n

\"FOSSA

\n
", + "readmeOriginal": "

\"Screenshot

\n

bunqDesktop

\n

\"Github \n\"Download \n\"build \n\"MIT\n\"Wiki\"

\n

The unofficial, free and open source desktop application for the bunq API.

\n
\n

Download

\n

One click installers

\n

Download the latest version of bunqDesktop from the GitHub releases page.

\n

There is also a Nightly build which is built automatically every night and contains the latest experimental changes and features. Only use this if you want to test new features and are okay with potential errors.

\n

Snapcraft \"bunqDesktop\"

\n

You can directly search for 'bunqDesktop' in the Ubuntu store or use the snap command.

\n

sudo snap install bunqdesktop

\n

Brew Cask

\n

brew cask install bunqcommunity-bunq

\n

Chocolatey \"Download

\n

choco install bunqdesktop

\n

AUR

\n

Replace the $AURHELPER section with your AUR helper command.

\n

$AURHELPER -S bunq-desktop-bin

\n

Features

\n
    \n
  • View all your accounts and payments
  • \n
  • Send new payments to other users
  • \n
  • Accept and decline requests
  • \n
  • Create and view bunq.me requests
  • \n
  • Custom categories to group events
  • \n
  • View and manage your cards
  • \n
  • Statistics page
  • \n
  • Encrypted storage on your device
  • \n
  • Available on Windows, Linux and Mac
  • \n
\n

Keybinds

\n
    \n
  • CTRL/CMD + Q : Closes the application
  • \n
  • CTRL/CMD + U : Runs the background sync process
  • \n
  • CTRL/CMD + H : Toggles the account balance visibility
  • \n
  • CTRL/CMD + T : Toggles between the light and dark theme
  • \n
  • CTRL/CMD + D : Dashboard
  • \n
  • CTRL/CMD + P : Payment page
  • \n
  • CTRL/CMD + R : Request page
  • \n
  • ALT + C : Cards page
  • \n
  • ALT + S : Settings page
  • \n
\n

Translations

\n

The app is developed in English but translations in Dutch and German are available.\nIf you spot errors, possible improvements or want to help us translate the desktop app to a different language let us know or suggest a change on Crowdin!

\n

Security

\n

All sensitive data is encrypted with the password that is entered on startup. You can choose to skip this step which will encrypt the data with a default password so that you will be logged in without asking you for a password.

\n

The bunqDesktop settings, custom categories and category rules are not stored using encryption. This data is stored separately so it can be synced more easily across multiple devices.

\n

Check out the settings page to see where this information is stored and to change this location if you'd like to move it. You can easily use services like Google Drive, iCloud Drive, Dropbox and other software to sync the settings file to always have the same categories and settings across your devices.

\n

Privacy

\n

At no point is your API key, session information or other data directly sent to other servers or systems. All requests to the bunq API are done directly from the bunqDesktop client to the bunq servers.

\n

We use Google Analytics with minimal settings (Source code) to check\nwhich version of the application is used and other basic information like system language, OS version and country.\nYour IP address is anonymized using IP Anonymization in Analytics.\nGoogle Analytics can be disabled on the settings page whenever you want.

\n

Development

\n

We use yarn for package management and the following global packages:

\n
$ yarn global add cross-env webpack gulp
\n

Clone this project and install its dependencies.

\n
$ git clone git@github.com:bunqCommunity/bunqDesktop.git && cd bunqDesktop\n$ yarn 
\n

Run these commands in 2 separate consoles. One compiles the react app and the second takes care of\nrunning an electron instance with hot reloading.

\n
$ yarn webpack:dev\n$ yarn start:dev 
\n

Contact

\n

\"Together \"Telegram \"Telegram

\n

We have a public Telegram chat group and a topic on bunq together.

\n

If you just want a notification when a new version is released you can also join the Telegram updates channel.

\n

Feel free to create a new issue for any suggestions, bugs or general ideas you have on Github or\ncontact us through one of the above.

\n

Contributors \"Contributer

\n

\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"

\n

License

\n

Unless otherwise noted, the bunqDesktop source files are distributed under the MIT License found in the LICENSE file.

\n

\"FOSSA

\n
", + "readmeFetchedAt": "2020-09-18T00:10:37.468Z" + }, + "buttercup": { + "readmeCleaned": "

\n
\n \"Buttercup\n
\n
\n
\n

\n
\n

Cross-platform, free and open-source password manager based on NodeJS.

\n
\n

\"Buttercup\" \"Build \"Build\n\"Latest \"Github \"Backers \"Sponsors \"encryption\" \"Chat

\n

\"image\"

\n

About

\n

Buttercup is a password manager - an assistant for helping you store all of your login credentials. Buttercup helps you keep your accounts safe and assists you when you want to log in - all you need to do is remember just one password: your master password.

\n

This is the Desktop application in the Buttercup suite, and there's also a mobile app and browser extension so that you can access your credentials anywhere. You store your credentials (login information) in a secure archive, which can then be stored on your own computer or any of our supported cloud services (like Dropbox, for example).

\n

Archives are encrypted using the AES specification, and cannot be read by anyone besides those with the master password. Brute-force decryption is not technically possible. You should not share your archive with anyone, but rest assured: your contents are safe.

\n

Why you need software like Buttercup

\n

Many of us have 10s or 100s of accounts, and it would be crazy to secure these with 1 or 2 passwords. Why? If an attacker gains access to one of the systems you have an account with, your password there may be easily stolen - if an attacker gets this it's highly likely they will try to log in to other accounts you have with the same password. If you're using the same password on more than one site, you risk having several accounts stolen if any one of them is breached.

\n

Buttercup helps you by remembering all of your passwords, and because you no longer have to remember them yourself, you can use different passwords for every single site.

\n

Protecting your details

\n

Buttercup provides a secure way of storing your details, but it is only as secure as how you treat your master password and archive files.

\n

Ensure that you never share your master password or use it anywhere other than with your archive. Never share or store your archive in a non-private environment. Always remember to make regular backups of your archive.

\n

Download & Install

\n

Head over to our website, or checkout the releases page to download different builds and versions.

\n

If you're using macOS, you can also use Homebrew Cask to download and install Buttercup:

\n
$ brew cask install buttercup
\n

If you're using Windows, you can use Chocolatey to download and install Buttercup:

\n
choco install buttercup
\n

Platforms and Operating Systems

\n

Buttercup is available for macOS (dmg), Windows (exe) and Linux (deb, rpm, tarball) (64bit only).

\n

We actively support Buttercup on the following platforms:

\n
    \n
  • MacOS (latest)
  • \n
  • Windows 10
  • \n
  • Ubuntu 18.04
  • \n
\n

Operating systems outside of these are not directly supported by staff - Issues will be followed on GitHub, however, and assistance provided where possible.

\n

Arch Linux

\n

Buttercup is also available for Arch Linux (32/64bit) (AUR). This release channel is maintained by our community.

\n

Some users have reported segmentation faults on Arch - if you notice a similar issue, perhaps check out this solution.

\n

Portability

\n

Buttercup supports portable builds on the following platforms:

\n\n

Portable versions for Windows and Mac will arrive in the not-so-distant future.

\n

Encryption & Format

\n

Buttercup uses a delta-system to manage archive changes and save conflicts. The archive, upon saving, is encrypted with AES 256bit CBC mode with a SHA256 HMAC. Encryption is performed once the password has been salted and prepared with PBKDF2 at between 200-250k iterations.

\n

Because security with password storage is of the utmost importance, Buttercup will remain in alpha/beta release mode until some level of professional scrutiny has occurred. It is completely possible that security-related changes will occur, but this is inevitable and we handle every question and criticism with great care when it comes to the safety of using our software.

\n

Features

\n

Buttercup supports loading and saving credentials archives both locally and remotely. Remote archives can be stored in a variety of service providers like Dropbox, Google Drive and WebDAV-enabled services, such as Yandex.

\n

Archives store groups and entries in a simple hierarchy. Both groups and entries can be moved into other groups. Deleted items are trashed before being removed permanently.

\n

Buttercup has basic merge conflict resolution when 2 changes are made at once on the file (locally or remote).

\n

WebDAV

\n

Buttercup can connect to WebDAV-based services for the purpose of remotely-accessing vault files. Most WebDAV services and services supporting WebDAV are compatible.

\n

Please note that Buttercup does not support self-signed certificates.

\n

Importing and Exporting

\n

You can import from other password managers (such as 1Password, Lastpass and KeePass) by opening your archive and choosing Import from the menu.

\n

You can also export Buttercup vaults to CSV format.

\n

Internationalization

\n

Buttercup for Desktop supports the following languages:

\n
    \n
  • English (Default)
  • \n
  • Spanish
  • \n
  • German
  • \n
  • French
  • \n
  • Russian
  • \n
  • Farsi
  • \n
  • Indonesian
  • \n
  • Italian
  • \n
  • Brazilian Portuguese
  • \n
  • Ukrainian
  • \n
  • Hungarian
  • \n
  • Czech
  • \n
  • Dutch
  • \n
  • Turkish
  • \n
  • Polish
  • \n
  • Finnish
  • \n
  • Catalan
  • \n
  • Simplified Chinese
  • \n
  • Romanian
  • \n
  • Korean
  • \n
\n

Submitting internationalization configurations

\n

We welcome the addition of new languages to the Buttercup platform. Please follow the style of the current translations.

\n\n

If adding languages that are more specific than usual (eg. "pt_br" - Brazilian Portuguese), ensure that you separate the parts by an underscore _ and not a dash.

\n\n

Development

\n

If you're interested in developing Buttercup:

\n

Install Dependencies & Run

\n
$ npm install\n$ npm run start
\n

Package & Release

\n

Install Dependencies

\n

You will need some extra dependencies to build for different platforms on a single platform. Please refer to this guide and install required software for your platform.

\n

Building libraries before releasing

\n
$ npm run build
\n

Package

\n

To package the app and make installers for all supported platforms:

\n
$ npm run release
\n

This may take a while depending on how fast your computer is. All apps and installers will be in app directory.

\n

To package only for the current platform:

\n
$ npm run package:current
\n

Or for a specific platform:

\n
$ npm run package:mac\n$ npm run package:win\n$ npm run package:linux
\n

NB:

\n

The above is a naive release process, without signing. To sign, notarize and release, as is the standard approach, first export the following environment variables:

\n
export GH_TOKEN=github_token\nexport WIN_CSC_LINK=file:///some/directory/buttercup_codesign.p12\nexport WIN_CSC_KEY_PASSWORD="codesign_password"\nexport APPLE_ID=apple_id\nexport APPLE_ID_PASSWORD=app_specific_password\nexport TEAM_SHORT_NAME=team_short_name # if your account is connected to multiple teams
\n

Where GH_TOKEN is your GitHub token, WIN_CSC_LINK is the location of the p12 code signing certificate and WIN_CSC_KEY_PASSWORD is the certificate password.

\n

You can generate an Apple App-Specific password here and find your team short name according to this guide.

\n

Then run:

\n
npm run release
\n

Debugging

\n

In case you need to access Buttercup logs, they are located in:

\n
    \n
  • On Linux: ~/.config/Buttercup/log.log
  • \n
  • On macOS: ~/Library/Logs/Buttercup/log.log
  • \n
  • On Windows: %USERPROFILE%\\AppData\\Roaming\\Buttercup\\log.log
  • \n
\n

Contributors

\n

Creation

\n\n

Contributions

\n

This project exists thanks to all the people who contribute. [Contribute].\n

\n

We'd also like to thank:

\n\n
\n

We welcome contributions. Please read Contribution Guide before sending a PR.

\n
\n

Backers

\n

Thank you to all our backers! 🙏 [Become a backer]

\n

\n

Sponsors

\n

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

\n

\n\n\n\n\n\n\n\n\n

\n

License

\n

Released under GNU/GPL Version 3

\n
", + "readmeOriginal": "

\n
\n \"Buttercup\n
\n
\n
\n

\n
\n

Cross-platform, free and open-source password manager based on NodeJS.

\n
\n

\"Buttercup\" \"Build \"Build\n\"Latest \"Github \"Backers \"Sponsors \"encryption\" \"Chat

\n

\"image\"

\n

About

\n

Buttercup is a password manager - an assistant for helping you store all of your login credentials. Buttercup helps you keep your accounts safe and assists you when you want to log in - all you need to do is remember just one password: your master password.

\n

This is the Desktop application in the Buttercup suite, and there's also a mobile app and browser extension so that you can access your credentials anywhere. You store your credentials (login information) in a secure archive, which can then be stored on your own computer or any of our supported cloud services (like Dropbox, for example).

\n

Archives are encrypted using the AES specification, and cannot be read by anyone besides those with the master password. Brute-force decryption is not technically possible. You should not share your archive with anyone, but rest assured: your contents are safe.

\n

Why you need software like Buttercup

\n

Many of us have 10s or 100s of accounts, and it would be crazy to secure these with 1 or 2 passwords. Why? If an attacker gains access to one of the systems you have an account with, your password there may be easily stolen - if an attacker gets this it's highly likely they will try to log in to other accounts you have with the same password. If you're using the same password on more than one site, you risk having several accounts stolen if any one of them is breached.

\n

Buttercup helps you by remembering all of your passwords, and because you no longer have to remember them yourself, you can use different passwords for every single site.

\n

Protecting your details

\n

Buttercup provides a secure way of storing your details, but it is only as secure as how you treat your master password and archive files.

\n

Ensure that you never share your master password or use it anywhere other than with your archive. Never share or store your archive in a non-private environment. Always remember to make regular backups of your archive.

\n

Download & Install

\n

Head over to our website, or checkout the releases page to download different builds and versions.

\n

If you're using macOS, you can also use Homebrew Cask to download and install Buttercup:

\n
$ brew cask install buttercup
\n

If you're using Windows, you can use Chocolatey to download and install Buttercup:

\n
choco install buttercup
\n

Platforms and Operating Systems

\n

Buttercup is available for macOS (dmg), Windows (exe) and Linux (deb, rpm, tarball) (64bit only).

\n

We actively support Buttercup on the following platforms:

\n
    \n
  • MacOS (latest)
  • \n
  • Windows 10
  • \n
  • Ubuntu 18.04
  • \n
\n

Operating systems outside of these are not directly supported by staff - Issues will be followed on GitHub, however, and assistance provided where possible.

\n

Arch Linux

\n

Buttercup is also available for Arch Linux (32/64bit) (AUR). This release channel is maintained by our community.

\n

Some users have reported segmentation faults on Arch - if you notice a similar issue, perhaps check out this solution.

\n

Portability

\n

Buttercup supports portable builds on the following platforms:

\n\n

Portable versions for Windows and Mac will arrive in the not-so-distant future.

\n

Encryption & Format

\n

Buttercup uses a delta-system to manage archive changes and save conflicts. The archive, upon saving, is encrypted with AES 256bit CBC mode with a SHA256 HMAC. Encryption is performed once the password has been salted and prepared with PBKDF2 at between 200-250k iterations.

\n

Because security with password storage is of the utmost importance, Buttercup will remain in alpha/beta release mode until some level of professional scrutiny has occurred. It is completely possible that security-related changes will occur, but this is inevitable and we handle every question and criticism with great care when it comes to the safety of using our software.

\n

Features

\n

Buttercup supports loading and saving credentials archives both locally and remotely. Remote archives can be stored in a variety of service providers like Dropbox, Google Drive and WebDAV-enabled services, such as Yandex.

\n

Archives store groups and entries in a simple hierarchy. Both groups and entries can be moved into other groups. Deleted items are trashed before being removed permanently.

\n

Buttercup has basic merge conflict resolution when 2 changes are made at once on the file (locally or remote).

\n

WebDAV

\n

Buttercup can connect to WebDAV-based services for the purpose of remotely-accessing vault files. Most WebDAV services and services supporting WebDAV are compatible.

\n

Please note that Buttercup does not support self-signed certificates.

\n

Importing and Exporting

\n

You can import from other password managers (such as 1Password, Lastpass and KeePass) by opening your archive and choosing Import from the menu.

\n

You can also export Buttercup vaults to CSV format.

\n

Internationalization

\n

Buttercup for Desktop supports the following languages:

\n
    \n
  • English (Default)
  • \n
  • Spanish
  • \n
  • German
  • \n
  • French
  • \n
  • Russian
  • \n
  • Farsi
  • \n
  • Indonesian
  • \n
  • Italian
  • \n
  • Brazilian Portuguese
  • \n
  • Ukrainian
  • \n
  • Hungarian
  • \n
  • Czech
  • \n
  • Dutch
  • \n
  • Turkish
  • \n
  • Polish
  • \n
  • Finnish
  • \n
  • Catalan
  • \n
  • Simplified Chinese
  • \n
  • Romanian
  • \n
  • Korean
  • \n
\n

Submitting internationalization configurations

\n

We welcome the addition of new languages to the Buttercup platform. Please follow the style of the current translations.

\n\n

If adding languages that are more specific than usual (eg. \"pt_br\" - Brazilian Portuguese), ensure that you separate the parts by an underscore _ and not a dash.

\n\n

Development

\n

If you're interested in developing Buttercup:

\n

Install Dependencies & Run

\n
$ npm install\n$ npm run start
\n

Package & Release

\n

Install Dependencies

\n

You will need some extra dependencies to build for different platforms on a single platform. Please refer to this guide and install required software for your platform.

\n

Building libraries before releasing

\n
$ npm run build
\n

Package

\n

To package the app and make installers for all supported platforms:

\n
$ npm run release
\n

This may take a while depending on how fast your computer is. All apps and installers will be in app directory.

\n

To package only for the current platform:

\n
$ npm run package:current
\n

Or for a specific platform:

\n
$ npm run package:mac\n$ npm run package:win\n$ npm run package:linux
\n

NB:

\n

The above is a naive release process, without signing. To sign, notarize and release, as is the standard approach, first export the following environment variables:

\n
export GH_TOKEN=github_token\nexport WIN_CSC_LINK=file:///some/directory/buttercup_codesign.p12\nexport WIN_CSC_KEY_PASSWORD=\"codesign_password\"\nexport APPLE_ID=apple_id\nexport APPLE_ID_PASSWORD=app_specific_password\nexport TEAM_SHORT_NAME=team_short_name # if your account is connected to multiple teams
\n

Where GH_TOKEN is your GitHub token, WIN_CSC_LINK is the location of the p12 code signing certificate and WIN_CSC_KEY_PASSWORD is the certificate password.

\n

You can generate an Apple App-Specific password here and find your team short name according to this guide.

\n

Then run:

\n
npm run release
\n

Debugging

\n

In case you need to access Buttercup logs, they are located in:

\n
    \n
  • On Linux: ~/.config/Buttercup/log.log
  • \n
  • On macOS: ~/Library/Logs/Buttercup/log.log
  • \n
  • On Windows: %USERPROFILE%\\AppData\\Roaming\\Buttercup\\log.log
  • \n
\n

Contributors

\n

Creation

\n\n

Contributions

\n

This project exists thanks to all the people who contribute. [Contribute].\n

\n

We'd also like to thank:

\n\n
\n

We welcome contributions. Please read Contribution Guide before sending a PR.

\n
\n

Backers

\n

Thank you to all our backers! 🙏 [Become a backer]

\n

\n

Sponsors

\n

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

\n

\n\n\n\n\n\n\n\n\n

\n

License

\n

Released under GNU/GPL Version 3

\n
", + "readmeFetchedAt": "2020-09-18T00:10:37.494Z" }, "canvas-file-sync": { "readmeCleaned": "

\n \n \n \n

\n

\n \n

\n

Maintenance

\n

I'm in need of someone to pass the mantle to. I'd love for this project to keep going, but I'm not currently able to give this the attention it deserves. I'm willing to help out and ease the transition to whoever wants to take it over.

\n

Introduction

\n

When using Canvas, I found that constantly downloading new files, updated files and then organizing those files was a huge pain. This program aims to work by having Google Drive like functionality with Canvas so that you never have to worry about being up to date or how you have organized things, because they will be organized on your computer just as they are organized on Canvas.

\n

Canvas File Sync Site

\n

Running this code

\n

Clone this repository and run yarn. Once it's done installing the modules, run yarn run dev

\n

Building this code

\n

yarn run build:mac

\n

yarn run build:win

\n

Note

\n

Releases are being code signed so your personal build will not work with the built in autoupdating.

\n

Contributing

\n

I'd appreciate any help that anyone would like to give and have included draw.io diagrams in the diagrams folder to help facilitate understanding of the overall flow.

\n

TODO

\n
    \n
  • Toggle courses to sync
  • \n
  • Increase initial download speed
  • \n
  • Handle situations more gracefully where an update has occurred both locally and remotely
  • \n
  • Allow more granular control of what to sync(Treeview)
  • \n
\n
", "readmeOriginal": "

\n \n \n \n

\n

\n \n

\n

Maintenance

\n

I'm in need of someone to pass the mantle to. I'd love for this project to keep going, but I'm not currently able to give this the attention it deserves. I'm willing to help out and ease the transition to whoever wants to take it over.

\n

Introduction

\n

When using Canvas, I found that constantly downloading new files, updated files and then organizing those files was a huge pain. This program aims to work by having Google Drive like functionality with Canvas so that you never have to worry about being up to date or how you have organized things, because they will be organized on your computer just as they are organized on Canvas.

\n

Canvas File Sync Site

\n

Running this code

\n

Clone this repository and run yarn. Once it's done installing the modules, run yarn run dev

\n

Building this code

\n

yarn run build:mac

\n

yarn run build:win

\n

Note

\n

Releases are being code signed so your personal build will not work with the built in autoupdating.

\n

Contributing

\n

I'd appreciate any help that anyone would like to give and have included draw.io diagrams in the diagrams folder to help facilitate understanding of the overall flow.

\n

TODO

\n
    \n
  • Toggle courses to sync
  • \n
  • Increase initial download speed
  • \n
  • Handle situations more gracefully where an update has occurred both locally and remotely
  • \n
  • Allow more granular control of what to sync(Treeview)
  • \n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:10.359Z" + "readmeFetchedAt": "2020-09-18T00:10:37.532Z" + }, + "c-ip": { + "readmeCleaned": "

C-IP

\n

\"FOSSA

\n

View your WLAN/Public IP without having to use a command line.

\n

License

\n

\"FOSSA

\n

Installing

\n

You can download this repository and then run

\n
npm install\nnode index.js
\n

How to Run

\n
npm start\n
\n

Contribution Guidelines

\n

Pull Requests are welcome, for any major changes/ feature requests / updates please first open a issue.

\n
", + "readmeOriginal": "

C-IP

\n

\"FOSSA

\n

View your WLAN/Public IP without having to use a command line.

\n

License

\n

\"FOSSA

\n

Installing

\n

You can download this repository and then run

\n
npm install\nnode index.js
\n

How to Run

\n
npm start\n
\n

Contribution Guidelines

\n

Pull Requests are welcome, for any major changes/ feature requests / updates please first open a issue.

\n
", + "readmeFetchedAt": "2020-09-18T00:10:37.536Z" }, "caption": { "readmeCleaned": "

\n \"icon\"
\n Caption\n
\n
\n

\n
\n

\n \"banner\"\n
\n

INTRODUCTION
\n

Caption takes the effort out of finding and setting up the right subtitles. A simple design, drag & drop search, and automatic downloading & renaming let you just start watching. Caption is multi-platform, open-source, and built entirely on web technology.

\n

Download Caption.

\n

\n \n \n \n

\n

\n
\n

⚡️ Contribute

\n

Caption is completely open-source. We've tried to make it as easy as possible to\ncontribute. If you'd like to help out by adding features, working on bug fixes,\nor assisting in other parts of development, here's how to get started:

\n
To begin working locally:
\n
    \n
  1. Fork this repository to your\nown GitHub account
  2. \n
  3. Clone it to your\nlocal device: git clone git@github.com:gielcobben/caption.git
  4. \n
  5. Install the dependencies: npm install
  6. \n
  7. Run the app by starting electron, building the code and watch for changes:\nnpm start\n
    To build for production (should not generally be used):
    \n
  8. \n
  9. Build the actual app for all platforms (Mac, Windows and Linux): npm run dist
  10. \n
\n
\n

📦 Sources

\n

Caption currently uses 2 sources to gather subtitles. We're continuously adding\nsources, but the app's open-source nature also allows you to add your own when\ndesired. This can be done in\nCaption Core.

\n
Standard sources:
\n
    \n
  • OpenSubtitles
  • \n
  • Addic7ed
  • \n
\n
\n

⭐️ Links

\n
Makers:
\n\n
Friends:
\n\n
Repositories:
\n\n
\n

👨‍👨‍👧‍👦 Open-source

\n
Contributors:
\n

\n
Backers:
\n

\n
Sponsors:
\n

Support this project by becoming a sponsor.
Your logo will show up here\nwith a link to your website.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n

🔑 License

\n

MIT ©\nGiel Cobben

\n
", "readmeOriginal": "

\n \"icon\"
\n Caption\n
\n
\n

\n
\n

\n \"banner\"\n
\n

INTRODUCTION
\n

Caption takes the effort out of finding and setting up the right subtitles. A simple design, drag & drop search, and automatic downloading & renaming let you just start watching. Caption is multi-platform, open-source, and built entirely on web technology.

\n

Download Caption.

\n

\n \n \n \n

\n

\n
\n

⚡️ Contribute

\n

Caption is completely open-source. We've tried to make it as easy as possible to\ncontribute. If you'd like to help out by adding features, working on bug fixes,\nor assisting in other parts of development, here's how to get started:

\n
To begin working locally:
\n
    \n
  1. Fork this repository to your\nown GitHub account
  2. \n
  3. Clone it to your\nlocal device: git clone git@github.com:gielcobben/caption.git
  4. \n
  5. Install the dependencies: npm install
  6. \n
  7. Run the app by starting electron, building the code and watch for changes:\nnpm start\n
    To build for production (should not generally be used):
    \n
  8. \n
  9. Build the actual app for all platforms (Mac, Windows and Linux): npm run dist
  10. \n
\n
\n

📦 Sources

\n

Caption currently uses 2 sources to gather subtitles. We're continuously adding\nsources, but the app's open-source nature also allows you to add your own when\ndesired. This can be done in\nCaption Core.

\n
Standard sources:
\n
    \n
  • OpenSubtitles
  • \n
  • Addic7ed
  • \n
\n
\n

⭐️ Links

\n
Makers:
\n\n
Friends:
\n\n
Repositories:
\n\n
\n

👨‍👨‍👧‍👦 Open-source

\n
Contributors:
\n

\n
Backers:
\n

\n
Sponsors:
\n

Support this project by becoming a sponsor.
Your logo will show up here\nwith a link to your website.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n

🔑 License

\n

MIT ©\nGiel Cobben

\n
", - "readmeFetchedAt": "2020-09-17T12:09:10.679Z" + "readmeFetchedAt": "2020-09-18T00:10:37.544Z" + }, + "camunda-modeler": { + "readmeCleaned": "

Camunda Modeler

\n

\"Build

\n

An integrated modeling solution for BPMN, DMN and CMMN based on bpmn.io.

\n

\"Camunda

\n

Resources

\n\n

Building the Application

\n
# checkout a tag\ngit checkout v1.1.0\n\n# install dependencies\nnpm install\n\n# execute all checks (lint, test and build)\nnpm run all\n\n# build the application to ./dist\nnpm run build
\n

Development Setup

\n

Spin up the application for development, all strings attached:

\n
npm run dev\n
\n

License

\n

MIT

\n

Uses bpmn-js, dmn-js, and cmmn-js, licensed under the bpmn.io license.

\n
", + "readmeOriginal": "

Camunda Modeler

\n

\"Build

\n

An integrated modeling solution for BPMN, DMN and CMMN based on bpmn.io.

\n

\"Camunda

\n

Resources

\n\n

Building the Application

\n
# checkout a tag\ngit checkout v1.1.0\n\n# install dependencies\nnpm install\n\n# execute all checks (lint, test and build)\nnpm run all\n\n# build the application to ./dist\nnpm run build
\n

Development Setup

\n

Spin up the application for development, all strings attached:

\n
npm run dev\n
\n

License

\n

MIT

\n

Uses bpmn-js, dmn-js, and cmmn-js, licensed under the bpmn.io license.

\n
", + "readmeFetchedAt": "2020-09-18T00:10:37.588Z" }, "caprine": { "readmeCleaned": "
\n\t
\n\t
\n\t\n\t\t\n\t\n\t

Caprine

\n\t

\n\t\tElegant Facebook Messenger desktop app\n\t

\n\t
\n\t
\n\t
\n
\n

Caprine is an unofficial and privacy-focused Facebook Messenger app with many useful features.

\n

Caprine is feature complete. However, we welcome contributions for improvements and bug fixes.

\n

Website

\n
\n\n\t\n\n

Highlights

\n\n

*macOS only

\n

Install

\n

macOS 10.10+, Linux, and Windows 7+ are supported (64-bit only).

\n

Download the latest version on the website or below.

\n

macOS

\n

Download the .dmg file.

\n

Or with Homebrew-Cask: $ brew cask install caprine

\n

Linux

\n

Download the .AppImage or .deb file.

\n

Arch Linux: pacman -S caprine

\n

Also available as a snap.

\n

The AppImage needs to be made executable after download.

\n

Windows

\n

Download the .exe file.

\n

For taskbar notification badges to work on Windows 10, you'll need to enable them in Taskbar Settings.

\n

Features

\n

Dark mode

\n

You can toggle dark mode in the View menu or with Command d / Control d.

\n

\n

Hide Names and Avatars

\n

You can prevent others from looking at who you're chatting with by enabling the “Hide Names and Avatars” feature in the “View” menu or with Command/Control Shift n.

\n

Vibrancy

\n

On macOS, you can toggle the window vibrancy effect in the View menu.

\n

\n

Privacy

\n

\n

You can choose to prevent people from knowing when you have seen a message and when you are currently typing. These settings are available under the Caprine/File menu.

\n

Mute desktop notifications

\n

You can quickly disable receiving notifications from the Caprine/File menu or the Dock on macOS.

\n

Hide notification message preview

\n
\n
\n
\n

You can toggle the Show Message Preview in Notification setting in the Caprine/File menu.

\n

Prevents link tracking

\n

Links that you click on will not be tracked by Facebook.

\n

Jump to conversation hotkey

\n

You can switch conversations similar to how you switch browser tabs: Command/Control n (where n is 1 through 9).

\n

Compact mode

\n

The interface adapts when resized to a small size.

\n
\n

Desktop notifications

\n

Desktop notifications can be turned on in Preferences.

\n
\n

Always on Top

\n

You can toggle whether Caprine stays on top of other windows in the Window/View menu or with Command/Control Shift t.

\n

Work Chat support

\n

Support for Work Chat: Messenger for Workplace. You can switch to it in the Caprine/File menu.

\n
\n

Code blocks

\n

You can send code blocks by using Markdown syntax.

\n
\n
\n

Background behavior

\n

When closing the window, the app will by default continue running in the background, in the dock on macOS and the tray on Linux/Windows. Right-click the dock/tray icon and choose Quit to completely quit the app. On macOS, click the dock icon to show the window. On Linux, right-click the tray icon and choose Toggle to toggle the window. On Windows, click the tray icon to toggle the window.

\n

Note that you can change the behavior of Caprine so that the app closes when the window is closed. For this, you'll need to go to the settings and click on Quit on Window Close.

\n

Quick access to conversations from the Dock menu (macOS only)

\n

\n

Touch Bar support (macOS only)

\n

\n

Custom languages for spell-check (Not for macOS)

\n

Users can select supported languages from ConversationSpell Checker Language.

\n

macOS detects the language automatically.

\n

Custom styles

\n

Advanced users can modify the colors/styles of Caprine. Click the menu item Caprine/FileCaprine SettingsAdvancedCustom Styles and a CSS file will open up in your default editor.

\n

Menu Bar Mode (macOS only)

\n

\n

You can enable Show Menu Bar Icon in the Caprine Preferences menu to have a Caprine icon in the menu bar. The icon will indicate when you have unread notifications and you can click it to toggle the Caprine window. You can also toggle the Caprine window with the global shortcut Command Shift y.

\n

You can also remove Caprine from the Dock and task switcher by clicking Hide Dock Icon menu item from the menu bar icon. There will then no longer be any menus for the window, but you can access those from the Menu item in the menu bar icon menu.

\n

Keyboard shortcuts

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
DescriptionKeys
New conversationCommand/Control n
Search conversationsCommand/Control k
Toggle "Dark mode"Command/Control d
Hide Names and AvatarsCommand/Control Shift n
Next conversationCommand/Control ] or Control Tab
Previous conversationCommand/Control [ or Control Shift Tab
Jump to conversationCommand/Control 19
Insert GIFCommand/Control g
Insert stickerCommand/Control s
Insert emojiCommand/Control e
Attach filesCommand/Control t
Focus text inputCommand/Control i
Search in conversationCommand/Control f
Mute conversationCommand/Control Shift m
Hide conversationCommand/Control Shift h
Delete conversationCommand/Control Shift d
Toggle "Always on Top"Command/Control Shift t
Toggle window menuAlt (Windows/Linux only)
Toggle main windowCommand Shift y (macOS only)
Toggle sidebarCommand/Control Shift s
Switch to MessengerCommand/Control Shift 1
Switch to WorkchatCommand/Control Shift 2
PreferencesCommand/Control ,
\n
Tip
\n

On macOS, you can change these in the System Preferences and you can even add your own keyboard shortcuts for menu items without a predefined keyboard shortcut.

\n

FAQ

\n

Can I contribute localizations?

\n

The main app interface is already localized by Facebook. The app menus are not localized, and we're not interested in localizing those.

\n
\n

Dev

\n

Built with Electron.

\n

Run

\n
$ npm install && npm start\n
\n

Build

\n

See the electron-builder docs.

\n

Publish

\n
$ npm run release\n
\n

Then edit the automatically created GitHub Releases draft and publish.

\n

Maintainers

\n\n

Links

\n\n

Press

\n\n

Disclaimer

\n

Caprine is a third-party app and is not affiliated with Facebook.

\n
", "readmeOriginal": "
\n\t
\n\t
\n\t\n\t\t\n\t\n\t

Caprine

\n\t

\n\t\tElegant Facebook Messenger desktop app\n\t

\n\t
\n\t
\n\t
\n
\n

Caprine is an unofficial and privacy-focused Facebook Messenger app with many useful features.

\n

Caprine is feature complete. However, we welcome contributions for improvements and bug fixes.

\n

Website

\n
\n\n\t\n\n

Highlights

\n\n

*macOS only

\n

Install

\n

macOS 10.10+, Linux, and Windows 7+ are supported (64-bit only).

\n

Download the latest version on the website or below.

\n

macOS

\n

Download the .dmg file.

\n

Or with Homebrew-Cask: $ brew cask install caprine

\n

Linux

\n

Download the .AppImage or .deb file.

\n

Arch Linux: pacman -S caprine

\n

Also available as a snap.

\n

The AppImage needs to be made executable after download.

\n

Windows

\n

Download the .exe file.

\n

For taskbar notification badges to work on Windows 10, you'll need to enable them in Taskbar Settings.

\n

Features

\n

Dark mode

\n

You can toggle dark mode in the View menu or with Command d / Control d.

\n

\n

Hide Names and Avatars

\n

You can prevent others from looking at who you're chatting with by enabling the “Hide Names and Avatars” feature in the “View” menu or with Command/Control Shift n.

\n

Vibrancy

\n

On macOS, you can toggle the window vibrancy effect in the View menu.

\n

\n

Privacy

\n

\n

You can choose to prevent people from knowing when you have seen a message and when you are currently typing. These settings are available under the Caprine/File menu.

\n

Mute desktop notifications

\n

You can quickly disable receiving notifications from the Caprine/File menu or the Dock on macOS.

\n

Hide notification message preview

\n
\n
\n
\n

You can toggle the Show Message Preview in Notification setting in the Caprine/File menu.

\n

Prevents link tracking

\n

Links that you click on will not be tracked by Facebook.

\n

Jump to conversation hotkey

\n

You can switch conversations similar to how you switch browser tabs: Command/Control n (where n is 1 through 9).

\n

Compact mode

\n

The interface adapts when resized to a small size.

\n
\n

Desktop notifications

\n

Desktop notifications can be turned on in Preferences.

\n
\n

Always on Top

\n

You can toggle whether Caprine stays on top of other windows in the Window/View menu or with Command/Control Shift t.

\n

Work Chat support

\n

Support for Work Chat: Messenger for Workplace. You can switch to it in the Caprine/File menu.

\n
\n

Code blocks

\n

You can send code blocks by using Markdown syntax.

\n
\n
\n

Background behavior

\n

When closing the window, the app will by default continue running in the background, in the dock on macOS and the tray on Linux/Windows. Right-click the dock/tray icon and choose Quit to completely quit the app. On macOS, click the dock icon to show the window. On Linux, right-click the tray icon and choose Toggle to toggle the window. On Windows, click the tray icon to toggle the window.

\n

Note that you can change the behavior of Caprine so that the app closes when the window is closed. For this, you'll need to go to the settings and click on Quit on Window Close.

\n

Quick access to conversations from the Dock menu (macOS only)

\n

\n

Touch Bar support (macOS only)

\n

\n

Custom languages for spell-check (Not for macOS)

\n

Users can select supported languages from ConversationSpell Checker Language.

\n

macOS detects the language automatically.

\n

Custom styles

\n

Advanced users can modify the colors/styles of Caprine. Click the menu item Caprine/FileCaprine SettingsAdvancedCustom Styles and a CSS file will open up in your default editor.

\n

Menu Bar Mode (macOS only)

\n

\n

You can enable Show Menu Bar Icon in the Caprine Preferences menu to have a Caprine icon in the menu bar. The icon will indicate when you have unread notifications and you can click it to toggle the Caprine window. You can also toggle the Caprine window with the global shortcut Command Shift y.

\n

You can also remove Caprine from the Dock and task switcher by clicking Hide Dock Icon menu item from the menu bar icon. There will then no longer be any menus for the window, but you can access those from the Menu item in the menu bar icon menu.

\n

Keyboard shortcuts

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
DescriptionKeys
New conversationCommand/Control n
Search conversationsCommand/Control k
Toggle \"Dark mode\"Command/Control d
Hide Names and AvatarsCommand/Control Shift n
Next conversationCommand/Control ] or Control Tab
Previous conversationCommand/Control [ or Control Shift Tab
Jump to conversationCommand/Control 19
Insert GIFCommand/Control g
Insert stickerCommand/Control s
Insert emojiCommand/Control e
Attach filesCommand/Control t
Focus text inputCommand/Control i
Search in conversationCommand/Control f
Mute conversationCommand/Control Shift m
Hide conversationCommand/Control Shift h
Delete conversationCommand/Control Shift d
Toggle \"Always on Top\"Command/Control Shift t
Toggle window menuAlt (Windows/Linux only)
Toggle main windowCommand Shift y (macOS only)
Toggle sidebarCommand/Control Shift s
Switch to MessengerCommand/Control Shift 1
Switch to WorkchatCommand/Control Shift 2
PreferencesCommand/Control ,
\n
Tip
\n

On macOS, you can change these in the System Preferences and you can even add your own keyboard shortcuts for menu items without a predefined keyboard shortcut.

\n

FAQ

\n

Can I contribute localizations?

\n

The main app interface is already localized by Facebook. The app menus are not localized, and we're not interested in localizing those.

\n
\n

Dev

\n

Built with Electron.

\n

Run

\n
$ npm install && npm start\n
\n

Build

\n

See the electron-builder docs.

\n

Publish

\n
$ npm run release\n
\n

Then edit the automatically created GitHub Releases draft and publish.

\n

Maintainers

\n\n

Links

\n\n

Press

\n\n

Disclaimer

\n

Caprine is a third-party app and is not affiliated with Facebook.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:10.749Z" - }, - "cells": { - "readmeCleaned": "

\n \"Icon\"\n

Cells

\n

A Conway's Game of Life implementation

\n \"forthebadge\"\n \"forthebadge\"\n

\n

\n



\n

📝 Source Code

\n

In order to use this source code you need to have Node.js, Git and Bower installed globally. After that you have to follow the steps below.

\n
# Clone this repository\ngit clone https://github.com/florianfe/Cells\n# Go into the repository\ncd Cells\n# Install npm dependencies\nnpm install\n# Install bower dependencies\nbower install\n# Run the app in test mode\nnpm start\n# build application for release\nnpm run-script dist
\n

🖼 Previev

\n

\"Main

\n

\"Sandbox\"

\n

\"Tutorial\"

\n

\"Settings\"

\n

💾 Download

\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
PlatformVersionDownload\n
Mac1.0.0Download
Windows1.0.0Download
Linux (.deb)1.0.0Download
\n

📖 License

\n

\"forthebadge\"

\n
", - "readmeOriginal": "

\n \"Icon\"\n

Cells

\n

A Conway's Game of Life implementation

\n \"forthebadge\"\n \"forthebadge\"\n

\n

\n



\n

📝 Source Code

\n

In order to use this source code you need to have Node.js, Git and Bower installed globally. After that you have to follow the steps below.

\n
# Clone this repository\ngit clone https://github.com/florianfe/Cells\n# Go into the repository\ncd Cells\n# Install npm dependencies\nnpm install\n# Install bower dependencies\nbower install\n# Run the app in test mode\nnpm start\n# build application for release\nnpm run-script dist
\n

🖼 Previev

\n

\"Main

\n

\"Sandbox\"

\n

\"Tutorial\"

\n

\"Settings\"

\n

💾 Download

\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
PlatformVersionDownload\n
Mac1.0.0Download
Windows1.0.0Download
Linux (.deb)1.0.0Download
\n

📖 License

\n

\"forthebadge\"

\n
", - "readmeFetchedAt": "2020-09-17T12:09:10.752Z" - }, - "c-ip": { - "readmeCleaned": "

C-IP

\n

\"FOSSA

\n

View your WLAN/Public IP without having to use a command line.

\n

License

\n

\"FOSSA

\n

Installing

\n

You can download this repository and then run

\n
npm install\nnode index.js
\n

How to Run

\n
npm start\n
\n

Contribution Guidelines

\n

Pull Requests are welcome, for any major changes/ feature requests / updates please first open a issue.

\n
", - "readmeOriginal": "

C-IP

\n

\"FOSSA

\n

View your WLAN/Public IP without having to use a command line.

\n

License

\n

\"FOSSA

\n

Installing

\n

You can download this repository and then run

\n
npm install\nnode index.js
\n

How to Run

\n
npm start\n
\n

Contribution Guidelines

\n

Pull Requests are welcome, for any major changes/ feature requests / updates please first open a issue.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:10.844Z" + "readmeFetchedAt": "2020-09-18T00:10:37.633Z" }, "checksum": { "readmeCleaned": "
\n \n
\n

🔎 Overview

\n

Checksum is an simple application that help you verifying the checksum of a file, make sure the file was is the correct file and wasn't corrupted during download.

\n

🏭 Features

\n

Current version: 0.1.0

\n
    \n
  • Support 46 hash functions.
  • \n
\n

\"alt\"

\n

🛣️ Roadmap

\n

Next version: 0.2.0

\n
    \n
  • Add history.
  • \n
  • Check multiple files at once.
  • \n
\n

📥 Download

\n

Download the latest version from the releases page.\nAvailable for Windows & Linux.

\n

🤜 Contribute

\n

Checksum has been using web technology (HTML & CSS & Javascript), made with Electron-vue (Vue.js & Electron.js).

\n

🔰 Getting Started

\n
# Clone this project:\ngit clone https://github.com/mnismt/checksum.git\n\n# Install dependencies\nyarn # or npm install\n\n# Run (with hot reload)\nyarn dev # or npm run dev\n\n# Build for production\nyarn build # or npm run build\n
\n

➡️ Next Steps

\n

Take a look at the documentation.

\n

📋 License

\n

MIT

\n

💳 Credit

\n
Icons made by Smashicons from www.flaticon.com is licensed by CC 3.0 BY
\n
", "readmeOriginal": "
\n \n
\n

🔎 Overview

\n

Checksum is an simple application that help you verifying the checksum of a file, make sure the file was is the correct file and wasn't corrupted during download.

\n

🏭 Features

\n

Current version: 0.1.0

\n
    \n
  • Support 46 hash functions.
  • \n
\n

\"alt\"

\n

🛣️ Roadmap

\n

Next version: 0.2.0

\n
    \n
  • Add history.
  • \n
  • Check multiple files at once.
  • \n
\n

📥 Download

\n

Download the latest version from the releases page.\nAvailable for Windows & Linux.

\n

🤜 Contribute

\n

Checksum has been using web technology (HTML & CSS & Javascript), made with Electron-vue (Vue.js & Electron.js).

\n

🔰 Getting Started

\n
# Clone this project:\ngit clone https://github.com/mnismt/checksum.git\n\n# Install dependencies\nyarn # or npm install\n\n# Run (with hot reload)\nyarn dev # or npm run dev\n\n# Build for production\nyarn build # or npm run build\n
\n

➡️ Next Steps

\n

Take a look at the documentation.

\n

📋 License

\n

MIT

\n

💳 Credit

\n
Icons made by Smashicons from www.flaticon.com is licensed by CC 3.0 BY
\n
", - "readmeFetchedAt": "2020-09-17T12:09:10.976Z" + "readmeFetchedAt": "2020-09-18T00:10:37.670Z" + }, + "cells": { + "readmeCleaned": "

\n \"Icon\"\n

Cells

\n

A Conway's Game of Life implementation

\n \"forthebadge\"\n \"forthebadge\"\n

\n

\n



\n

📝 Source Code

\n

In order to use this source code you need to have Node.js, Git and Bower installed globally. After that you have to follow the steps below.

\n
# Clone this repository\ngit clone https://github.com/florianfe/Cells\n# Go into the repository\ncd Cells\n# Install npm dependencies\nnpm install\n# Install bower dependencies\nbower install\n# Run the app in test mode\nnpm start\n# build application for release\nnpm run-script dist
\n

🖼 Previev

\n

\"Main

\n

\"Sandbox\"

\n

\"Tutorial\"

\n

\"Settings\"

\n

💾 Download

\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
PlatformVersionDownload\n
Mac1.0.0Download
Windows1.0.0Download
Linux (.deb)1.0.0Download
\n

📖 License

\n

\"forthebadge\"

\n
", + "readmeOriginal": "

\n \"Icon\"\n

Cells

\n

A Conway's Game of Life implementation

\n \"forthebadge\"\n \"forthebadge\"\n

\n

\n



\n

📝 Source Code

\n

In order to use this source code you need to have Node.js, Git and Bower installed globally. After that you have to follow the steps below.

\n
# Clone this repository\ngit clone https://github.com/florianfe/Cells\n# Go into the repository\ncd Cells\n# Install npm dependencies\nnpm install\n# Install bower dependencies\nbower install\n# Run the app in test mode\nnpm start\n# build application for release\nnpm run-script dist
\n

🖼 Previev

\n

\"Main

\n

\"Sandbox\"

\n

\"Tutorial\"

\n

\"Settings\"

\n

💾 Download

\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
PlatformVersionDownload\n
Mac1.0.0Download
Windows1.0.0Download
Linux (.deb)1.0.0Download
\n

📖 License

\n

\"forthebadge\"

\n
", + "readmeFetchedAt": "2020-09-18T00:10:37.681Z" }, "cemui": { "readmeCleaned": "

\"CemUI

\n

\"License:\n\"Latest\"\n\"Total\n\"Star\"

\n

What is CemUI?

\n

CemUI is an easy-to-use, open source, game manager for the popular Wii-U Emulator, Cemu.

\n

Note:

\n
\n

CemUI is currently on hiatus, development is currently being focused on Pretendo

\n
\n
\n

CemUI v2.0 is currently a WIP and is not guaranteed to be stable.

\n
\n

Screenshots

\n

Themes

\n

\"Themes\"

\n

Super Mario Maker Integration

\n

\"SMM

\n

Changelog & FAQ

\n

Changelog

\n

FAQ

\n

How can I help? / I have a suggestion!

\n

We always welcome suggestions and Pull Requests! This program is written in NodeJS and packaged with Electron. This means that anyone with experience in JavaScript, Node, HTML, CSS, and C++ can contribute just fine! With Node, C++ users can contribute as well, due to Node supporting C++ modules!\n\"Fork\"

\n

If you have a suggestion, and do not know any of the required languages, you can reach us on Discord

\n

How to get the latest version of CemUI

\n

The latest official builds can be found in the GitHub Releases section. These are stable builds.

\n

To get the latest developer version of CemUI right now, you may build and run from source. These are more likely to be unstable.

\n

To get the latest developer version, follow these steps:

\n
    \n
  1. Install NodeJS
  2. \n
  3. Clone/Download this repo
  4. \n
  5. Enter the source code directory via a command prompt (cd C:/Path/To/CemUI)
  6. \n
  7. Run npm i to install all depends
  8. \n
  9. Run npm i electron -g to globally install Electron
  10. \n
  11. Run electron . in the source code directory. This will start the developer version of CemUI.
  12. \n
\n

This is the only official place that you can download CemUI, any other places hosting CemUI are doing it without our permission.

\n

Themes

\n

CemUI ships with 2 default themes, Fluent and Flux. Fluent is the original CemUI 2.0 design theme. Flux is our uniform theme following our own custom design specs, based on a mix of several existing specs.

\n

Custom Themes

\n

CemUI supports loading 3rd party themes. Themes can be loaded from %appdata%/CemUI/app_data/themes. Each theme must have an index.html file, config.json file and a thumbnail.jpg file. config.json stores the basic settings for the theme. It is an object with these properties:

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
PropertyDescription
titleTheme name
descriptionTheme description
theme_colorTheme color (HEX)
\n

Events

\n

To fully utilize themes you will need to hook into the many events emitted (not all possible events are documented)\nSee the Events section of the wiki for documentation

\n

I found a bug!

\n

Given that this project is still very early in development, bugs will probably be common, and vary from person to person. If you find a bug, we ask that you follow this format for reporting the bug on the Issue Tracker on the repo:

\n
    \n
  • \n

    A detailed name describing the bug (no "A bug happened" type titles!)

    \n
  • \n
  • \n

    A detailed description of the bug

    \n
  • \n
  • \n

    Exact steps to reproduce

    \n
  • \n
  • \n

    A screenshot/video of the bug/error message

    \n
  • \n
  • \n

    List games affected (if applicable)

    \n
  • \n
  • \n

    If possible, a video or gif showing the exact steps to reproduce (There are many free video recorders out there. It doesn't matter how you record it, as long as it's recorded)

    \n
  • \n
  • \n

    And above all: stay calm. Currently there are only 2 developers working on this project, and for one this is the first NodeJS app they have worked on. Also given the nature of how Electron packages apps, bugs may not occur on our end but will on yours. Please be patient while we attempt to fix the issue.

    \n
  • \n
\n

Good bug report

\n

\"Good

\n

Bad bug report

\n

\"Bad

\n

Found a bug? Create an issue here!

\n

Credits

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
IconNameCreditTwitterGitHub
RedDucks(s)/Jonathan BarrowFounder/lead developer. Handles all backend functionality and maintains the API.Redducks TwitterRedducks GitHub
MrJVS2.0 co-founder. Handles all frontend functionality and presentation.MrJVS GitHub TwitterMrJVS GitHub
Somebody2804(BenTheHuman)UI/Frontend designer.
dragnu5(Dragnus)Creator of over 400 custom images for CemUI.
\n
", "readmeOriginal": "

\"CemUI

\n

\"License:\n\"Latest\"\n\"Total\n\"Star\"

\n

What is CemUI?

\n

CemUI is an easy-to-use, open source, game manager for the popular Wii-U Emulator, Cemu.

\n

Note:

\n
\n

CemUI is currently on hiatus, development is currently being focused on Pretendo

\n
\n
\n

CemUI v2.0 is currently a WIP and is not guaranteed to be stable.

\n
\n

Screenshots

\n

Themes

\n

\"Themes\"

\n

Super Mario Maker Integration

\n

\"SMM

\n

Changelog & FAQ

\n

Changelog

\n

FAQ

\n

How can I help? / I have a suggestion!

\n

We always welcome suggestions and Pull Requests! This program is written in NodeJS and packaged with Electron. This means that anyone with experience in JavaScript, Node, HTML, CSS, and C++ can contribute just fine! With Node, C++ users can contribute as well, due to Node supporting C++ modules!\n\"Fork\"

\n

If you have a suggestion, and do not know any of the required languages, you can reach us on Discord

\n

How to get the latest version of CemUI

\n

The latest official builds can be found in the GitHub Releases section. These are stable builds.

\n

To get the latest developer version of CemUI right now, you may build and run from source. These are more likely to be unstable.

\n

To get the latest developer version, follow these steps:

\n
    \n
  1. Install NodeJS
  2. \n
  3. Clone/Download this repo
  4. \n
  5. Enter the source code directory via a command prompt (cd C:/Path/To/CemUI)
  6. \n
  7. Run npm i to install all depends
  8. \n
  9. Run npm i electron -g to globally install Electron
  10. \n
  11. Run electron . in the source code directory. This will start the developer version of CemUI.
  12. \n
\n

This is the only official place that you can download CemUI, any other places hosting CemUI are doing it without our permission.

\n

Themes

\n

CemUI ships with 2 default themes, Fluent and Flux. Fluent is the original CemUI 2.0 design theme. Flux is our uniform theme following our own custom design specs, based on a mix of several existing specs.

\n

Custom Themes

\n

CemUI supports loading 3rd party themes. Themes can be loaded from %appdata%/CemUI/app_data/themes. Each theme must have an index.html file, config.json file and a thumbnail.jpg file. config.json stores the basic settings for the theme. It is an object with these properties:

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
PropertyDescription
titleTheme name
descriptionTheme description
theme_colorTheme color (HEX)
\n

Events

\n

To fully utilize themes you will need to hook into the many events emitted (not all possible events are documented)\nSee the Events section of the wiki for documentation

\n

I found a bug!

\n

Given that this project is still very early in development, bugs will probably be common, and vary from person to person. If you find a bug, we ask that you follow this format for reporting the bug on the Issue Tracker on the repo:

\n
    \n
  • \n

    A detailed name describing the bug (no \"A bug happened\" type titles!)

    \n
  • \n
  • \n

    A detailed description of the bug

    \n
  • \n
  • \n

    Exact steps to reproduce

    \n
  • \n
  • \n

    A screenshot/video of the bug/error message

    \n
  • \n
  • \n

    List games affected (if applicable)

    \n
  • \n
  • \n

    If possible, a video or gif showing the exact steps to reproduce (There are many free video recorders out there. It doesn't matter how you record it, as long as it's recorded)

    \n
  • \n
  • \n

    And above all: stay calm. Currently there are only 2 developers working on this project, and for one this is the first NodeJS app they have worked on. Also given the nature of how Electron packages apps, bugs may not occur on our end but will on yours. Please be patient while we attempt to fix the issue.

    \n
  • \n
\n

Good bug report

\n

\"Good

\n

Bad bug report

\n

\"Bad

\n

Found a bug? Create an issue here!

\n

Credits

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
IconNameCreditTwitterGitHub
RedDucks(s)/Jonathan BarrowFounder/lead developer. Handles all backend functionality and maintains the API.Redducks TwitterRedducks GitHub
MrJVS2.0 co-founder. Handles all frontend functionality and presentation.MrJVS GitHub TwitterMrJVS GitHub
Somebody2804(BenTheHuman)UI/Frontend designer.
dragnu5(Dragnus)Creator of over 400 custom images for CemUI.
\n
", - "readmeFetchedAt": "2020-09-17T12:09:11.016Z" + "readmeFetchedAt": "2020-09-18T00:10:37.688Z" }, "cerebro": { "readmeCleaned": "

Cerebro

\n

\n

\"Build\n\"Dependency\n\"OpenCollective\"\n\"OpenCollective\"

\n

Usage

\n

You can download the latest version on releases page.

\n

After installation use default shortcut ctrl+space to show an app window. You can customize this shortcut clicking on icon in menu bar → preferences.

\n

\"Cerebro\"

\n

Plugins

\n

Core plugins

\n
    \n
  • Search in the web with google suggestions;
  • \n
  • Search & launch application, i.e. spotify;
  • \n
  • Navigate in file system with file previews (i.e. ~/Dropbox/passport.pdf);
  • \n
  • Calculator;
  • \n
  • Smart converter. 15$, 150 рублей в евро, 100 eur in gbp;
  • \n
\n

Install and manage custom plugins

\n

Use built-in plugins command to search and manage custom plugins.

\n

Discover plugins and more at Cerebro's Awesome List.

\n

Development

\n

If you have any questions feel free to chat in gitter: https://gitter.im/KELiON-cerebro.

\n

Create plugin

\n

Check out plugins documentation.

\n

Install

\n

First, clone the repo via git:

\n
$ git clone https://github.com/KELiON/cerebro.git cerebro
\n

And then install dependencies:

\n
$ cd cerebro && yarn && cd ./app && yarn && cd ../
\n

Run

\n
$ yarn run dev
\n
\n

Note: requires a node version >=6.x

\n
\n

Resolve common issues

\n
    \n
  1. \n

    AssertionError: Current node version is not supported for development on npm postinstall.\nAfter yarn postinstall script checks node version. If you see this error you have to check node and npm version in package.json devEngines section and install proper ones.

    \n
  2. \n
  3. \n

    Uncaught Error: Module version mismatch. Exepcted 50, got ...\nThis error means that node modules with native extensions build with wrong node version (your local node version != node version, included to electron). To fix this issue run cd ./app && yarn run rebuild

    \n
  4. \n
\n

Config file path

\n

Windows: %APPDATA%/Cerebro/config.json

\n

Linux: $XDG_CONFIG_HOME/Cerebro/config.json or ~/.config/Cerebro/config.json

\n

macOS: ~/Library/Application Support/Cerebro/config.json

\n

Package

\n

Use this command to build .app file:

\n
$ yarn run package
\n

Be in touch

\n

Follow to be notified about new releases or learn some productivity tips with Cerebro:

\n\n

Or subscribe to newsletter to be notified only about big releases.

\n

Support

\n

Backers

\n

Support us with a monthly donation and help us continue our activities. [Become a backer]

\n

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n

\n

Sponsors

\n

Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]

\n

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n

\n

License

\n

MIT © Alexandr Subbotin

\n
", "readmeOriginal": "

Cerebro

\n

\n

\"Build\n\"Dependency\n\"OpenCollective\"\n\"OpenCollective\"

\n

Usage

\n

You can download the latest version on releases page.

\n

After installation use default shortcut ctrl+space to show an app window. You can customize this shortcut clicking on icon in menu bar → preferences.

\n

\"Cerebro\"

\n

Plugins

\n

Core plugins

\n
    \n
  • Search in the web with google suggestions;
  • \n
  • Search & launch application, i.e. spotify;
  • \n
  • Navigate in file system with file previews (i.e. ~/Dropbox/passport.pdf);
  • \n
  • Calculator;
  • \n
  • Smart converter. 15$, 150 рублей в евро, 100 eur in gbp;
  • \n
\n

Install and manage custom plugins

\n

Use built-in plugins command to search and manage custom plugins.

\n

Discover plugins and more at Cerebro's Awesome List.

\n

Development

\n

If you have any questions feel free to chat in gitter: https://gitter.im/KELiON-cerebro.

\n

Create plugin

\n

Check out plugins documentation.

\n

Install

\n

First, clone the repo via git:

\n
$ git clone https://github.com/KELiON/cerebro.git cerebro
\n

And then install dependencies:

\n
$ cd cerebro && yarn && cd ./app && yarn && cd ../
\n

Run

\n
$ yarn run dev
\n
\n

Note: requires a node version >=6.x

\n
\n

Resolve common issues

\n
    \n
  1. \n

    AssertionError: Current node version is not supported for development on npm postinstall.\nAfter yarn postinstall script checks node version. If you see this error you have to check node and npm version in package.json devEngines section and install proper ones.

    \n
  2. \n
  3. \n

    Uncaught Error: Module version mismatch. Exepcted 50, got ...\nThis error means that node modules with native extensions build with wrong node version (your local node version != node version, included to electron). To fix this issue run cd ./app && yarn run rebuild

    \n
  4. \n
\n

Config file path

\n

Windows: %APPDATA%/Cerebro/config.json

\n

Linux: $XDG_CONFIG_HOME/Cerebro/config.json or ~/.config/Cerebro/config.json

\n

macOS: ~/Library/Application Support/Cerebro/config.json

\n

Package

\n

Use this command to build .app file:

\n
$ yarn run package
\n

Be in touch

\n

Follow to be notified about new releases or learn some productivity tips with Cerebro:

\n\n

Or subscribe to newsletter to be notified only about big releases.

\n

Support

\n

Backers

\n

Support us with a monthly donation and help us continue our activities. [Become a backer]

\n

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n

\n

Sponsors

\n

Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]

\n

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n

\n

License

\n

MIT © Alexandr Subbotin

\n
", - "readmeFetchedAt": "2020-09-17T12:09:11.057Z" + "readmeFetchedAt": "2020-09-18T00:10:37.721Z" }, "checksum-validator": { "readmeCleaned": "

checksum-validator

\n

\"Build

\n

checksum-validator is a small convenient Electron application, which can quickly calculate hashes of files. It is primarily intended to validate checksums of downloaded files.

\n
Unfortunately the update to MacOS Mojave broke the build version 1.1.5. If you encounter the problem that the application will not start on Mac OS Mojave with version 1.1.5 consider downloading version 1.1.6 from the releases section. All of your settings should be preserved.\n
\n

Usage

\n

Installation

\n

Supported platforms

\n\n

Head over to the releases section and download the latest distribution.

\n

After installing it you are ready to use checksum-validator.

\n

Calculate checksum

\n

To calculate and validate the checksum of files, head over to the Check pane and either drag and drop four file into the drag area or select it by clicking on it. Then just type in the checksum you want to validate and select the hash algorithm which was used to generate the checksum.

\n

\"img2\"

\n

On the Past Checks pane you have the opportunity to have a look at all checksums you have validated so far. Furthermore you can export the checked file as .json and take a look at other hashes of the file.

\n

\"img3\"

\n

Update

\n

On start the application will check if an update is available. If an update is available it will either be installed automatically or the application will tell you that an update is ready to be installed. You can also trigger this check manually by checksum-validator --> Check for updates...

\n

\"img1\"

\n

Settings

\n

On the Settings pane you can configure the application so it is suitable for your use case.\nAdditionally you can select the language of the application. By default Checksum Validator will take the app locale to set the language but you can also manually change the language. By now 2 languages are available:

\n
    \n
  • English
  • \n
  • German
  • \n
\n

\"img4\"

\n

How was it built ?

\n

This project is only possible with these awesome technologies !

\n\n

Issues

\n

If you find any bugs or issues with this application feel free to report them in the issue section.\nIn case you want to do some local debugging, open the logs via Help --> Open Logs and take a look at it.

\n

License

\n

Licensed under the MIT license

\n
", "readmeOriginal": "

checksum-validator

\n

\"Build

\n

checksum-validator is a small convenient Electron application, which can quickly calculate hashes of files. It is primarily intended to validate checksums of downloaded files.

\n
Unfortunately the update to MacOS Mojave broke the build version 1.1.5. If you encounter the problem that the application will not start on Mac OS Mojave with version 1.1.5 consider downloading version 1.1.6 from the releases section. All of your settings should be preserved.\n
\n

Usage

\n

Installation

\n

Supported platforms

\n\n

Head over to the releases section and download the latest distribution.

\n

After installing it you are ready to use checksum-validator.

\n

Calculate checksum

\n

To calculate and validate the checksum of files, head over to the Check pane and either drag and drop four file into the drag area or select it by clicking on it. Then just type in the checksum you want to validate and select the hash algorithm which was used to generate the checksum.

\n

\"img2\"

\n

On the Past Checks pane you have the opportunity to have a look at all checksums you have validated so far. Furthermore you can export the checked file as .json and take a look at other hashes of the file.

\n

\"img3\"

\n

Update

\n

On start the application will check if an update is available. If an update is available it will either be installed automatically or the application will tell you that an update is ready to be installed. You can also trigger this check manually by checksum-validator --> Check for updates...

\n

\"img1\"

\n

Settings

\n

On the Settings pane you can configure the application so it is suitable for your use case.\nAdditionally you can select the language of the application. By default Checksum Validator will take the app locale to set the language but you can also manually change the language. By now 2 languages are available:

\n
    \n
  • English
  • \n
  • German
  • \n
\n

\"img4\"

\n

How was it built ?

\n

This project is only possible with these awesome technologies !

\n\n

Issues

\n

If you find any bugs or issues with this application feel free to report them in the issue section.\nIn case you want to do some local debugging, open the logs via Help --> Open Logs and take a look at it.

\n

License

\n

Licensed under the MIT license

\n
", - "readmeFetchedAt": "2020-09-17T12:09:11.061Z" + "readmeFetchedAt": "2020-09-18T00:10:37.767Z" }, "chronobreak": { "readmeCleaned": "

Chronobreak

\n

Open-source Pomodoro timer made in Electron that faithfully replicates the original technique, made in procrastination by Jordan Peters (Rollersteaam).

\n

Credits to redmusic for banner and logo art.

\n

\"Banner\"

\n

\"the

\n

Drag clock numbers to set in place the set timings, and hear each click along the way. By initiating every session with a physical act, focus and flow is created through the visual and audio cues as your session has an increased sense of purpose. You may also choose to set target focuses for a block of work to determine your specific tasks. Timer completion cues and drones, as well as an optional ticking of a timer each play their part in making a pretty 'alive' timer.

\n

Latest: Version 1.1.0

\n

This version is a major quality-of-life adjustment to Chronobreak as I've used it personally over the last 6 months, as well as reading some feedback online about the app itself.

\n

General

\n
    \n
  • A new logo has now been added (Credits to redmusic)
  • \n
  • The timer will now automatically pop up (or at least try to) on completion of a phase.
  • \n
  • The timer will now change UI when it's active.
  • \n
  • A chime will now play when a timer has been activated.
  • \n
  • The appearance of the right-click tray menu has been changed so it's more difficult to accidently discard a pomodoro.
  • \n
  • Work phase completion song has been changed because of how annoying it was before.
  • \n
  • Tick tock sound is now turned off by default. No need to turn it off each time you launch Chronobreak.
  • \n
  • Updated showcase gif to show new changes.
  • \n
\n

Issues

\n
    \n
  • Pomodoro completion music has been turned down a good amount (8db) and remastered to account for the weird bass distortion.
  • \n
  • Corrected text about how much work was accomplished in a session.
  • \n
  • Changed some text on 'Small Break' phase to offer more helpful suggestions.
  • \n
\n

Installation

\n

Go to the Releases tab and download the latest version's .zip archive. Unzip it and run the 'Chronobreak' shortcut.

\n

Want to contribute?

\n

I would absolutely love for you to iterate on my design and improve it.

\n

By forking this project, you get your own copy of the latest version's files where you can make changes. You can then choose to make a pull request to merge those new changes. When I verify them, they'll be added officially to this project and you'll be shown as a Contributor, as well as being credited by me.

\n

Credits

\n

redmusic - Creating the new logo and banner art!

\n
", "readmeOriginal": "

Chronobreak

\n

Open-source Pomodoro timer made in Electron that faithfully replicates the original technique, made in procrastination by Jordan Peters (Rollersteaam).

\n

Credits to redmusic for banner and logo art.

\n

\"Banner\"

\n

\"the

\n

Drag clock numbers to set in place the set timings, and hear each click along the way. By initiating every session with a physical act, focus and flow is created through the visual and audio cues as your session has an increased sense of purpose. You may also choose to set target focuses for a block of work to determine your specific tasks. Timer completion cues and drones, as well as an optional ticking of a timer each play their part in making a pretty 'alive' timer.

\n

Latest: Version 1.1.0

\n

This version is a major quality-of-life adjustment to Chronobreak as I've used it personally over the last 6 months, as well as reading some feedback online about the app itself.

\n

General

\n
    \n
  • A new logo has now been added (Credits to redmusic)
  • \n
  • The timer will now automatically pop up (or at least try to) on completion of a phase.
  • \n
  • The timer will now change UI when it's active.
  • \n
  • A chime will now play when a timer has been activated.
  • \n
  • The appearance of the right-click tray menu has been changed so it's more difficult to accidently discard a pomodoro.
  • \n
  • Work phase completion song has been changed because of how annoying it was before.
  • \n
  • Tick tock sound is now turned off by default. No need to turn it off each time you launch Chronobreak.
  • \n
  • Updated showcase gif to show new changes.
  • \n
\n

Issues

\n
    \n
  • Pomodoro completion music has been turned down a good amount (8db) and remastered to account for the weird bass distortion.
  • \n
  • Corrected text about how much work was accomplished in a session.
  • \n
  • Changed some text on 'Small Break' phase to offer more helpful suggestions.
  • \n
\n

Installation

\n

Go to the Releases tab and download the latest version's .zip archive. Unzip it and run the 'Chronobreak' shortcut.

\n

Want to contribute?

\n

I would absolutely love for you to iterate on my design and improve it.

\n

By forking this project, you get your own copy of the latest version's files where you can make changes. You can then choose to make a pull request to merge those new changes. When I verify them, they'll be added officially to this project and you'll be shown as a Contributor, as well as being credited by me.

\n

Credits

\n

redmusic - Creating the new logo and banner art!

\n
", - "readmeFetchedAt": "2020-09-17T12:09:11.254Z" + "readmeFetchedAt": "2020-09-18T00:10:37.775Z" }, "clipboard-manager-electron": { "readmeCleaned": "

\"Build

\n

Clipboard Manager Electron

\n

A clipboard manager built with Electron

\n

Preview Windows

\n

\"Preview

\n

Preview Linux Ubuntu 19.10

\n

\"Preview

\n

Preview MacOS

\n

\"Preview

\n

the icon are BIG, it's wrong. Help me on the issue #21

\n

Shortcuts (BETA)

\n

Now we have some shortcuts, but it is on beta state. Test and give me a feedback, thanks!

\n
    \n
  • CmdOrCtrl+Shift+0 ~ get copied item on position #1
  • \n
  • CmdOrCtrl+Shift+1 ~ get copied item on position #2
  • \n
  • CmdOrCtrl+Shift+2 ~ get copied item on position #3
  • \n
  • CmdOrCtrl+Shift+3 ~ get copied item on position #4
  • \n
  • CmdOrCtrl+Shift+4 ~ get copied item on position #5
  • \n
  • CmdOrCtrl+Shift+5 ~ get copied item on position #6
  • \n
  • CmdOrCtrl+Shift+6 ~ get copied item on position #7
  • \n
  • CmdOrCtrl+Shift+7 ~ get copied item on position #8
  • \n
  • CmdOrCtrl+Shift+8 ~ get copied item on position #9
  • \n
  • CmdOrCtrl+Shift+9 ~ get copied item on position #10
  • \n
  • CmdOrCtrl+Shift+Y ~ focus clipboard-manager-electron (only for windows)
  • \n
  • CmdOrCtrl+Shift+L ~ open window with clipboard history (by @savannahar68)
  • \n
\n

Windows

\n

How to do a Windown build (You can go with either Yarn build or Npm build)

\n

Yarn Build

\n
$ git clone https://github.com/dotenorio/clipboard-manager-electron.git\n$ cd clipboard-manager-electron\n$ yarn\n$ yarn build --win\n
\n

NPM build

\n
$ git clone https://github.com/dotenorio/clipboard-manager-electron.git\n$ cd clipboard-manager-electron\n$ npm install\n$ npm run build -- --win\n
\n

Go to folder dist and execute the clipboard-manager-electron X.X.X.exe or clipboard-manager-electron Setup X.X.X.exe and be happy.

\n

Linux

\n

How to do a Linux build (You can go with either Yarn build or Npm build)

\n

Yarn Build

\n
$ git clone https://github.com/dotenorio/clipboard-manager-electron.git\n$ cd clipboard-manager-electron\n$ yarn\n$ yarn build --linux\n
\n

NPM build

\n
$ git clone https://github.com/dotenorio/clipboard-manager-electron.git\n$ cd clipboard-manager-electron\n$ npm install\n$ npm run build -- --linux\n
\n

Go to folder dist/ and execute the clipboard-manager-electron_X.X.X_<arch>.deb or clipboard-manager-electron_X.X.X_<arch>.rpm and be happy.

\n

Mac

\n

How to do a Mac build (You can go with either Yarn build or Npm build)

\n

Yarn Build

\n
$ git clone https://github.com/dotenorio/clipboard-manager-electron.git\n$ cd clipboard-manager-electron\n$ yarn\n$ yarn build --mac\n
\n

NPM build

\n
$ git clone https://github.com/dotenorio/clipboard-manager-electron.git\n$ cd clipboard-manager-electron\n$ npm install\n$ npm run build -- --mac\n
\n

Go to folder dist and execute the clipboard-manager-electron-X.X.X.dmg and be happy.

\n

Releases

\n

Download latest release

\n

If don´t want do a build, you can download the latest release!

\n
", "readmeOriginal": "

\"Build

\n

Clipboard Manager Electron

\n

A clipboard manager built with Electron

\n

Preview Windows

\n

\"Preview

\n

Preview Linux Ubuntu 19.10

\n

\"Preview

\n

Preview MacOS

\n

\"Preview

\n

the icon are BIG, it's wrong. Help me on the issue #21

\n

Shortcuts (BETA)

\n

Now we have some shortcuts, but it is on beta state. Test and give me a feedback, thanks!

\n
    \n
  • CmdOrCtrl+Shift+0 ~ get copied item on position #1
  • \n
  • CmdOrCtrl+Shift+1 ~ get copied item on position #2
  • \n
  • CmdOrCtrl+Shift+2 ~ get copied item on position #3
  • \n
  • CmdOrCtrl+Shift+3 ~ get copied item on position #4
  • \n
  • CmdOrCtrl+Shift+4 ~ get copied item on position #5
  • \n
  • CmdOrCtrl+Shift+5 ~ get copied item on position #6
  • \n
  • CmdOrCtrl+Shift+6 ~ get copied item on position #7
  • \n
  • CmdOrCtrl+Shift+7 ~ get copied item on position #8
  • \n
  • CmdOrCtrl+Shift+8 ~ get copied item on position #9
  • \n
  • CmdOrCtrl+Shift+9 ~ get copied item on position #10
  • \n
  • CmdOrCtrl+Shift+Y ~ focus clipboard-manager-electron (only for windows)
  • \n
  • CmdOrCtrl+Shift+L ~ open window with clipboard history (by @savannahar68)
  • \n
\n

Windows

\n

How to do a Windown build (You can go with either Yarn build or Npm build)

\n

Yarn Build

\n
$ git clone https://github.com/dotenorio/clipboard-manager-electron.git\n$ cd clipboard-manager-electron\n$ yarn\n$ yarn build --win\n
\n

NPM build

\n
$ git clone https://github.com/dotenorio/clipboard-manager-electron.git\n$ cd clipboard-manager-electron\n$ npm install\n$ npm run build -- --win\n
\n

Go to folder dist and execute the clipboard-manager-electron X.X.X.exe or clipboard-manager-electron Setup X.X.X.exe and be happy.

\n

Linux

\n

How to do a Linux build (You can go with either Yarn build or Npm build)

\n

Yarn Build

\n
$ git clone https://github.com/dotenorio/clipboard-manager-electron.git\n$ cd clipboard-manager-electron\n$ yarn\n$ yarn build --linux\n
\n

NPM build

\n
$ git clone https://github.com/dotenorio/clipboard-manager-electron.git\n$ cd clipboard-manager-electron\n$ npm install\n$ npm run build -- --linux\n
\n

Go to folder dist/ and execute the clipboard-manager-electron_X.X.X_<arch>.deb or clipboard-manager-electron_X.X.X_<arch>.rpm and be happy.

\n

Mac

\n

How to do a Mac build (You can go with either Yarn build or Npm build)

\n

Yarn Build

\n
$ git clone https://github.com/dotenorio/clipboard-manager-electron.git\n$ cd clipboard-manager-electron\n$ yarn\n$ yarn build --mac\n
\n

NPM build

\n
$ git clone https://github.com/dotenorio/clipboard-manager-electron.git\n$ cd clipboard-manager-electron\n$ npm install\n$ npm run build -- --mac\n
\n

Go to folder dist and execute the clipboard-manager-electron-X.X.X.dmg and be happy.

\n

Releases

\n

Download latest release

\n

If don´t want do a build, you can download the latest release!

\n
", - "readmeFetchedAt": "2020-09-17T12:09:11.376Z" + "readmeFetchedAt": "2020-09-18T00:10:37.811Z" }, "chronos-timetracker": { "readmeCleaned": "

\"Commitizen\n\"license\"

\n

Chronos timetracker

\n

Desktop client for JIRA. Track time, upload automatic and manual worklogs without a hassle.\nCross-platform. Open-sourced.

\n

Your working tool kit. Open a tracker, browse tasks, pick what you want to work on and start\ntracking. Move it to "Done" when you've finished. Without leaving an app.

\n

\"Chronos-timetracker

\n

Features

\n

Simple to manage your tasks

\n

Chronos is also minimalistic JIRA client, where you can perform most needed actions like changing\nissue’s status or checking it’s details.

\n

Customizable worklogs

\n

Besides native JIRA worklogs information we provide a lot of data like screenshots,\nactivities, types and comments. You also can add worklogs manually.

\n

Secured and open-sourced

\n

Code of the project is in public access and hosted on Github.

\n

Free

\n

It’s free. If you think our product rocks or just want to support us, check out\nChronos Timesheets.

\n

Chronos timesheets

\n

JIRA plugin to view worklogs. Watch what your team is busy with, calculate salaries, view\nscreenshots and activity levels. Rich and flexible.

\n

View on marketplace

\n

\"Chronos-timesheets

\n

Installing

\n

To get started you must have atlassian account.

\n

You can download compiled versions of Chronos-timetracker for Mac OS X, Linux and Windows from:

\n\n

Built With

\n
    \n
  • electron - Build cross platform desktop apps with JavaScript, HTML, and CSS
  • \n
  • react - A JavaScript library for building user interfaces
  • \n
  • redux - Is a predictable state container for JavaScript apps
  • \n
  • redux-saga - An alternative side effect model for Redux apps
  • \n
  • redux-resource - Resource management for Redux
  • \n
  • flowtype - Is a static type checker for JavaScript
  • \n
  • reselect - Selector library for Redux
  • \n
  • recompose - A React utility belt for function components and higher-order components.
  • \n
  • styled-components - Visual primitives for the component age
  • \n
  • atlaskit - It is a collection of reusable components from atlassian
  • \n
\n

Contributing

\n

Please read CONTRIBUTING.md for details on our code of conduct, and the process\nfor submitting pull requests to us.

\n

Versioning

\n

We use SemVer for versioning. For the versions available, see the tags on this repository

\n

Authors

\n

We're small team of developers. We make web, mobile and\ndesktop apps. We're hardworking and passionate about our products.\nIf you want to collaborate or hire us, contact at it@web-pal.com

\n

See also the list of contributors who participated in this project.

\n

License

\n

This project is licensed under the MIT License - see the LICENSE.md file for details

\n
", "readmeOriginal": "

\"Commitizen\n\"license\"

\n

Chronos timetracker

\n

Desktop client for JIRA. Track time, upload automatic and manual worklogs without a hassle.\nCross-platform. Open-sourced.

\n

Your working tool kit. Open a tracker, browse tasks, pick what you want to work on and start\ntracking. Move it to \"Done\" when you've finished. Without leaving an app.

\n

\"Chronos-timetracker

\n

Features

\n

Simple to manage your tasks

\n

Chronos is also minimalistic JIRA client, where you can perform most needed actions like changing\nissue’s status or checking it’s details.

\n

Customizable worklogs

\n

Besides native JIRA worklogs information we provide a lot of data like screenshots,\nactivities, types and comments. You also can add worklogs manually.

\n

Secured and open-sourced

\n

Code of the project is in public access and hosted on Github.

\n

Free

\n

It’s free. If you think our product rocks or just want to support us, check out\nChronos Timesheets.

\n

Chronos timesheets

\n

JIRA plugin to view worklogs. Watch what your team is busy with, calculate salaries, view\nscreenshots and activity levels. Rich and flexible.

\n

View on marketplace

\n

\"Chronos-timesheets

\n

Installing

\n

To get started you must have atlassian account.

\n

You can download compiled versions of Chronos-timetracker for Mac OS X, Linux and Windows from:

\n\n

Built With

\n
    \n
  • electron - Build cross platform desktop apps with JavaScript, HTML, and CSS
  • \n
  • react - A JavaScript library for building user interfaces
  • \n
  • redux - Is a predictable state container for JavaScript apps
  • \n
  • redux-saga - An alternative side effect model for Redux apps
  • \n
  • redux-resource - Resource management for Redux
  • \n
  • flowtype - Is a static type checker for JavaScript
  • \n
  • reselect - Selector library for Redux
  • \n
  • recompose - A React utility belt for function components and higher-order components.
  • \n
  • styled-components - Visual primitives for the component age
  • \n
  • atlaskit - It is a collection of reusable components from atlassian
  • \n
\n

Contributing

\n

Please read CONTRIBUTING.md for details on our code of conduct, and the process\nfor submitting pull requests to us.

\n

Versioning

\n

We use SemVer for versioning. For the versions available, see the tags on this repository

\n

Authors

\n

We're small team of developers. We make web, mobile and\ndesktop apps. We're hardworking and passionate about our products.\nIf you want to collaborate or hire us, contact at it@web-pal.com

\n

See also the list of contributors who participated in this project.

\n

License

\n

This project is licensed under the MIT License - see the LICENSE.md file for details

\n
", - "readmeFetchedAt": "2020-09-17T12:09:11.398Z" + "readmeFetchedAt": "2020-09-18T00:10:37.819Z" }, "clipper": { "readmeCleaned": "

\n \"Clipper\"\n

Clipper


\n

\n Save history of all information you copy and use them whenever with a solitary snap.\n

\n

\"Github \"Stars\" \"Forks\" \"Issues\" \"License\" \"Visitors\" \"Tweet\"

\n

🙌 Features

\n
    \n
  • Save history of any text copied on the system clipboard.
  • \n
  • Click on the any text from history to write it to the system clipboard.
  • \n
  • Clear a single text
  • \n
  • Trash all copied text at once
  • \n
  • Limit on storage
  • \n
  • Audio for events\n
      \n
    • When text gets copied
    • \n
    • Any error triggered like storage limit exceeded
    • \n
    • Clearing storage
    • \n
    \n
  • \n
  • Settings Tab\n
      \n
    • Enable/Disable Sound
    • \n
    • Enable/Disable Clipboard Copying (Just in case you want to copy everything all the time)
    • \n
    \n
  • \n
\n

Screenshots

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Main ScreenList of copied textSettings
\"Main\"List\"\"Settings\"
\n

📥 Download

\n

Clipper is available for Windows & Linux and can be downloaded from Github releases.

\n

https://github.com/AkashRajpurohit/clipper/releases

\n

FAQs

\n
    \n
  1. Tray icon does not show up in linux?
  2. \n
\n
\n

Install App Indicator for Gnome Tweak tools.

\n
\n

💵 Support

\n
\n

If you found this project helpful or you learned something from the source code and want to thank me, consider buying me a cup of

\n
\n

\"Donate\"

\n

🐛 Bugs or Requests

\n

If you encounter any problems feel free to open an issue. If you feel the library is missing a feature, please raise a ticket on GitHub and I'll look into it. Pull request are also welcome.

\n

Where to find me?

\n\n
", "readmeOriginal": "

\n \"Clipper\"\n

Clipper


\n

\n Save history of all information you copy and use them whenever with a solitary snap.\n

\n

\"Github \"Stars\" \"Forks\" \"Issues\" \"License\" \"Visitors\" \"Tweet\"

\n

🙌 Features

\n
    \n
  • Save history of any text copied on the system clipboard.
  • \n
  • Click on the any text from history to write it to the system clipboard.
  • \n
  • Clear a single text
  • \n
  • Trash all copied text at once
  • \n
  • Limit on storage
  • \n
  • Audio for events\n
      \n
    • When text gets copied
    • \n
    • Any error triggered like storage limit exceeded
    • \n
    • Clearing storage
    • \n
    \n
  • \n
  • Settings Tab\n
      \n
    • Enable/Disable Sound
    • \n
    • Enable/Disable Clipboard Copying (Just in case you want to copy everything all the time)
    • \n
    \n
  • \n
\n

Screenshots

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Main ScreenList of copied textSettings
\"Main\"List\"\"Settings\"
\n

📥 Download

\n

Clipper is available for Windows & Linux and can be downloaded from Github releases.

\n

https://github.com/AkashRajpurohit/clipper/releases

\n

FAQs

\n
    \n
  1. Tray icon does not show up in linux?
  2. \n
\n
\n

Install App Indicator for Gnome Tweak tools.

\n
\n

💵 Support

\n
\n

If you found this project helpful or you learned something from the source code and want to thank me, consider buying me a cup of

\n
\n

\"Donate\"

\n

🐛 Bugs or Requests

\n

If you encounter any problems feel free to open an issue. If you feel the library is missing a feature, please raise a ticket on GitHub and I'll look into it. Pull request are also welcome.

\n

Where to find me?

\n\n
", - "readmeFetchedAt": "2020-09-17T12:09:11.457Z" + "readmeFetchedAt": "2020-09-18T00:10:37.837Z" }, "clippo": { "readmeCleaned": "

\"banner\"

\n

\"readme\"

\n

\"shot\"

\n
", "readmeOriginal": "

\"banner\"

\n

\"readme\"

\n

\"shot\"

\n
", - "readmeFetchedAt": "2020-09-17T12:09:11.645Z" - }, - "clippy": { - "readmeCleaned": "

Clippy

\n

\n

Clippy is a desktop application that helps keep track of your clipboard history.

\n
    \n
  • Simple UI
  • \n
  • Built with Javascript (Electron and React)
  • \n
  • Search through your clipboard history
  • \n
  • Night mode 🌑
  • \n
\n

\n

Coming Features

\n
    \n
  • Search by date
  • \n
  • Keep track of images copied to the clipboard
  • \n
  • Auto launch on start of computer
  • \n
\n

To do

\n
    \n
  • Add loading screen
  • \n
  • Integration and Unit tests with spectron, jest.
  • \n
\n

Installation

\n

Clippy requires Node.js installed to run.

\n

After cloning the repo, Install the dependencies and start the application.

\n
$ cd clippy\n$ npm install\n$ npm run start
\n

The npm run start command has been modified to start the electron app and then start the react application after the electron app has been launched.\nYou might need to refresh the electron application by Ctrl+R once the react application is started.

\n
", - "readmeOriginal": "

Clippy

\n

\n

Clippy is a desktop application that helps keep track of your clipboard history.

\n
    \n
  • Simple UI
  • \n
  • Built with Javascript (Electron and React)
  • \n
  • Search through your clipboard history
  • \n
  • Night mode 🌑
  • \n
\n

\n

Coming Features

\n
    \n
  • Search by date
  • \n
  • Keep track of images copied to the clipboard
  • \n
  • Auto launch on start of computer
  • \n
\n

To do

\n
    \n
  • Add loading screen
  • \n
  • Integration and Unit tests with spectron, jest.
  • \n
\n

Installation

\n

Clippy requires Node.js installed to run.

\n

After cloning the repo, Install the dependencies and start the application.

\n
$ cd clippy\n$ npm install\n$ npm run start
\n

The npm run start command has been modified to start the electron app and then start the react application after the electron app has been launched.\nYou might need to refresh the electron application by Ctrl+R once the react application is started.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:11.757Z" + "readmeFetchedAt": "2020-09-18T00:10:37.863Z" }, "cliptext": { "readmeCleaned": "

ClipText

\n

ClipText is a simple clipboard manager for macOS built with electron.

\n
Features
\n
    \n
  • Save history of your last copied texts
  • \n
  • Global hotkey for popingup tray context menu with clipboard history.
  • \n
\n

Global shortcut for launching Clipboard history is Cmd+Alt+h

\n

You can find the latest build from releases section

\n

Screenshots:

\n

\n

\n
", "readmeOriginal": "

ClipText

\n

ClipText is a simple clipboard manager for macOS built with electron.

\n
Features
\n
    \n
  • Save history of your last copied texts
  • \n
  • Global hotkey for popingup tray context menu with clipboard history.
  • \n
\n

Global shortcut for launching Clipboard history is Cmd+Alt+h

\n

You can find the latest build from releases section

\n

Screenshots:

\n

\n

\n
", - "readmeFetchedAt": "2020-09-17T12:09:11.779Z" + "readmeFetchedAt": "2020-09-18T00:10:37.892Z" + }, + "clippy": { + "readmeCleaned": "

Clippy

\n

\n

Clippy is a desktop application that helps keep track of your clipboard history.

\n
    \n
  • Simple UI
  • \n
  • Built with Javascript (Electron and React)
  • \n
  • Search through your clipboard history
  • \n
  • Night mode 🌑
  • \n
\n

\n

Coming Features

\n
    \n
  • Search by date
  • \n
  • Keep track of images copied to the clipboard
  • \n
  • Auto launch on start of computer
  • \n
\n

To do

\n
    \n
  • Add loading screen
  • \n
  • Integration and Unit tests with spectron, jest.
  • \n
\n

Installation

\n

Clippy requires Node.js installed to run.

\n

After cloning the repo, Install the dependencies and start the application.

\n
$ cd clippy\n$ npm install\n$ npm run start
\n

The npm run start command has been modified to start the electron app and then start the react application after the electron app has been launched.\nYou might need to refresh the electron application by Ctrl+R once the react application is started.

\n
", + "readmeOriginal": "

Clippy

\n

\n

Clippy is a desktop application that helps keep track of your clipboard history.

\n
    \n
  • Simple UI
  • \n
  • Built with Javascript (Electron and React)
  • \n
  • Search through your clipboard history
  • \n
  • Night mode 🌑
  • \n
\n

\n

Coming Features

\n
    \n
  • Search by date
  • \n
  • Keep track of images copied to the clipboard
  • \n
  • Auto launch on start of computer
  • \n
\n

To do

\n
    \n
  • Add loading screen
  • \n
  • Integration and Unit tests with spectron, jest.
  • \n
\n

Installation

\n

Clippy requires Node.js installed to run.

\n

After cloning the repo, Install the dependencies and start the application.

\n
$ cd clippy\n$ npm install\n$ npm run start
\n

The npm run start command has been modified to start the electron app and then start the react application after the electron app has been launched.\nYou might need to refresh the electron application by Ctrl+R once the react application is started.

\n
", + "readmeFetchedAt": "2020-09-18T00:10:37.971Z" }, "cloudcmd": { "readmeCleaned": "

Cloud Commander v14.9.3 \"Build \"Codacy\" \"Gitter\" \"FOSSA

\n

Main Blog Live(Heroku)

\n

Cloud Commander a file manager for the web with console and editor.

\n

\"Cloud

\n

Install

\n
npm i cloudcmd -g\n
\n

Start

\n

For starting just type in console:

\n
cloudcmd
\n

How to use?

\n

Open url http://localhost:8000 in browser.

\n

View

\n

You will see something similar to this.\n\"View\"

\n

Deploy

\n

Cloud Commander could be easily deployed to Heroku.

\n

\"Deploy\"

\n

Using as Middleware

\n

Cloud Commander could be used as middleware for node.js applications based on socket.io and express:

\n

Init package.json:

\n
npm init -y\n
\n

Install dependencies:

\n
npm i cloudcmd express socket.io -S\n
\n

And create index.js:

\n
const http = require('http');\nconst cloudcmd = require('cloudcmd');\nconst io = require('socket.io');\nconst app = require('express')();\n\nconst port = 1337;\nconst prefix = '/';\n\nconst server = http.createServer(app);\nconst socket = io.listen(server, {\n    path: `${prefix}/socket.io`\n});\n\nconst config = {\n    name: 'cloudcmd :)',\n};\n\nconst filePicker = {\n    data: {\n        FilePicker: {\n            key: 'key',\n        }\n    }\n};\n\n// override option from json/modules.json\nconst modules = {\n    filePicker,\n};\n\nconst {\n    createConfigManager,\n    configPath,\n} = cloudcmd;\n\nconst configManager = createConfigManager({\n    configPath,\n}),\n\napp.use(prefix, cloudcmd({\n    socket,  // used by Config, Edit (optional) and Console (required)\n    config,  // config data (optional)\n    modules, // optional\n    configManager, // optional\n}));\n\nserver.listen(port);
\n

Docker

\n

Cloud Commander could be used as a docker container this way:

\n
docker run -t --rm -v ~:/root -v /:/mnt/fs -w=/root -p 8000:8000 coderaiser/cloudcmd
\n

Config would be read from home directory, hosts root file system would be mount to /mnt/fs,\n8000 port would be exposed to hosts port.

\n

Also you could use docker compose with docker-compose.yml:

\n
version: '2'\nservices:\n  web:\n    ports:\n      - 8000:8000\n    volumes:\n      - ~:/root\n      - /:/mnt/fs\n    image: coderaiser/cloudcmd
\n

When you create this file run:

\n
docker-compose up
\n

Get involved

\n

There is a lot ways to be involved in Cloud Commander development:

\n\n

License

\n

MIT

\n
", "readmeOriginal": "

Cloud Commander v14.9.3 \"Build \"Codacy\" \"Gitter\" \"FOSSA

\n

Main Blog Live(Heroku)

\n

Cloud Commander a file manager for the web with console and editor.

\n

\"Cloud

\n

Install

\n
npm i cloudcmd -g\n
\n

Start

\n

For starting just type in console:

\n
cloudcmd
\n

How to use?

\n

Open url http://localhost:8000 in browser.

\n

View

\n

You will see something similar to this.\n\"View\"

\n

Deploy

\n

Cloud Commander could be easily deployed to Heroku.

\n

\"Deploy\"

\n

Using as Middleware

\n

Cloud Commander could be used as middleware for node.js applications based on socket.io and express:

\n

Init package.json:

\n
npm init -y\n
\n

Install dependencies:

\n
npm i cloudcmd express socket.io -S\n
\n

And create index.js:

\n
const http = require('http');\nconst cloudcmd = require('cloudcmd');\nconst io = require('socket.io');\nconst app = require('express')();\n\nconst port = 1337;\nconst prefix = '/';\n\nconst server = http.createServer(app);\nconst socket = io.listen(server, {\n    path: `${prefix}/socket.io`\n});\n\nconst config = {\n    name: 'cloudcmd :)',\n};\n\nconst filePicker = {\n    data: {\n        FilePicker: {\n            key: 'key',\n        }\n    }\n};\n\n// override option from json/modules.json\nconst modules = {\n    filePicker,\n};\n\nconst {\n    createConfigManager,\n    configPath,\n} = cloudcmd;\n\nconst configManager = createConfigManager({\n    configPath,\n}),\n\napp.use(prefix, cloudcmd({\n    socket,  // used by Config, Edit (optional) and Console (required)\n    config,  // config data (optional)\n    modules, // optional\n    configManager, // optional\n}));\n\nserver.listen(port);
\n

Docker

\n

Cloud Commander could be used as a docker container this way:

\n
docker run -t --rm -v ~:/root -v /:/mnt/fs -w=/root -p 8000:8000 coderaiser/cloudcmd
\n

Config would be read from home directory, hosts root file system would be mount to /mnt/fs,\n8000 port would be exposed to hosts port.

\n

Also you could use docker compose with docker-compose.yml:

\n
version: '2'\nservices:\n  web:\n    ports:\n      - 8000:8000\n    volumes:\n      - ~:/root\n      - /:/mnt/fs\n    image: coderaiser/cloudcmd
\n

When you create this file run:

\n
docker-compose up
\n

Get involved

\n

There is a lot ways to be involved in Cloud Commander development:

\n\n

License

\n

MIT

\n
", - "readmeFetchedAt": "2020-09-17T12:09:11.846Z" + "readmeFetchedAt": "2020-09-18T00:10:38.007Z" }, - "cocos-creator": { - "readmeCleaned": "

\n \n \n \n

\n

\n \n \"stars\"\n \n \n \"forks\"\n \n \n \"version\"\n \n \n \"license\"\n \n \n \"twitter\"\n \n

\n

Cocos Creator

\n

\"2.2.0

\n

Cocos Creator is a complete package of game development tools and workflow, including a game engine, resource management, scene editing, game preview, debug and publish one project to multiple platforms. Cocos Creator focused on content creation, which has realized features like thorough scriptability, componentization and data driven, etc. on the basis of Cocos2d-x. With JavaScript, you can scripting your component in no time. The editor and engine extension is also made with JavaScript so you can make games and refine your tool in a single programming language. Cocos Creator is an provides an innovative, easy to use toolset such as the UI system and Animation editor. The toolset will be expanding continuously and quickly, thanks to the open editor extension system.

\n

This repo is the engine framework for Cocos Creator. Cocos Creator's in-editor scene view and web runtime share the same framework, which is the content of this repo. It's originally forked from Cocos2d-html5, we build up an Entity Component architecture on it to meet the needs of Cocos Creator.

\n

This framework is a cross-platform game engine written in JavaScript and licensed under MIT. It supports major desktop and mobile browsers, it's also compatible with Cocos2d Javascript Binding engine to support native platforms like iOS, Android, Win32, macOS.

\n

The framework is naturally integrated with Cocos Creator, so it's not designed to be used independently.

\n

Developer

\n

Prerequisite

\n\n

Install

\n

In cloned project folder, run the following command to setup dev environment:

\n
# Initialize gulp task dependencies\n# npm is a builtin CLI when you install Node.js\nnpm install
\n

This is all you have to do to set engine development environment.

\n

Build

\n
gulp build
\n

If the compilation process encounters a "JavaScript heap out memory" warning, you can use the following command line

\n
gulp build --max-old-space-size=8192
\n

Test

\n

Prerequisite

\n
    \n
  • Install express: npm install express.
  • \n
  • Install gulp-qunit: npm install gulp-qunit.
  • \n
\n

Unit Test

\n
    \n
  • \n

    Test in CLI

    \n
    npm test
    \n
  • \n
  • \n

    Test in browser

    \n
      \n
    1. \n

      Build for testing.

      \n
      gulp build-test
      \n
    2. \n
    3. \n

      Start express in cloned project folder.

      \n
      node test/qunit/server.js
      \n
    4. \n
    5. \n

      Open http://localhost:8511/bin/qunit-runner.html in your browser.

      \n
    6. \n
    \n
  • \n
\n

DebugInfos

\n

View EngineErrorMap.md
\nAll the debug infos are defined in file EngineErrorMap.md.
\nThe file DebugInfos.json will be generated based on EngineErrorMap.md, when run gulp build command.

\n

For details below:

\n
    \n
  1. \n

    Define log in EngineErrorMap.md

    \n

    example:

    \n
    ### 1001  \n  \ncocos2d: removeAction: Target not found  \n
    \n
  2. \n
  3. \n

    Define deprecated log in EngineErrorMap.md
    \nThe log should be marked as DEPRECATED when then logId is no longer referenced in the project.

    \n

    example:

    \n
    ### 1000\n  \n<!-- DEPRECATED -->\ncc.ActionManager.addAction(): action must be non-null  \n
    \n
  4. \n
\n

Useful links

\n\n
", - "readmeOriginal": "

\n \n \n \n

\n

\n \n \"stars\"\n \n \n \"forks\"\n \n \n \"version\"\n \n \n \"license\"\n \n \n \"twitter\"\n \n

\n

Cocos Creator

\n

\"2.2.0

\n

Cocos Creator is a complete package of game development tools and workflow, including a game engine, resource management, scene editing, game preview, debug and publish one project to multiple platforms. Cocos Creator focused on content creation, which has realized features like thorough scriptability, componentization and data driven, etc. on the basis of Cocos2d-x. With JavaScript, you can scripting your component in no time. The editor and engine extension is also made with JavaScript so you can make games and refine your tool in a single programming language. Cocos Creator is an provides an innovative, easy to use toolset such as the UI system and Animation editor. The toolset will be expanding continuously and quickly, thanks to the open editor extension system.

\n

This repo is the engine framework for Cocos Creator. Cocos Creator's in-editor scene view and web runtime share the same framework, which is the content of this repo. It's originally forked from Cocos2d-html5, we build up an Entity Component architecture on it to meet the needs of Cocos Creator.

\n

This framework is a cross-platform game engine written in JavaScript and licensed under MIT. It supports major desktop and mobile browsers, it's also compatible with Cocos2d Javascript Binding engine to support native platforms like iOS, Android, Win32, macOS.

\n

The framework is naturally integrated with Cocos Creator, so it's not designed to be used independently.

\n

Developer

\n

Prerequisite

\n\n

Install

\n

In cloned project folder, run the following command to setup dev environment:

\n
# Initialize gulp task dependencies\n# npm is a builtin CLI when you install Node.js\nnpm install
\n

This is all you have to do to set engine development environment.

\n

Build

\n
gulp build
\n

If the compilation process encounters a \"JavaScript heap out memory\" warning, you can use the following command line

\n
gulp build --max-old-space-size=8192
\n

Test

\n

Prerequisite

\n
    \n
  • Install express: npm install express.
  • \n
  • Install gulp-qunit: npm install gulp-qunit.
  • \n
\n

Unit Test

\n
    \n
  • \n

    Test in CLI

    \n
    npm test
    \n
  • \n
  • \n

    Test in browser

    \n
      \n
    1. \n

      Build for testing.

      \n
      gulp build-test
      \n
    2. \n
    3. \n

      Start express in cloned project folder.

      \n
      node test/qunit/server.js
      \n
    4. \n
    5. \n

      Open http://localhost:8511/bin/qunit-runner.html in your browser.

      \n
    6. \n
    \n
  • \n
\n

DebugInfos

\n

View EngineErrorMap.md
\nAll the debug infos are defined in file EngineErrorMap.md.
\nThe file DebugInfos.json will be generated based on EngineErrorMap.md, when run gulp build command.

\n

For details below:

\n
    \n
  1. \n

    Define log in EngineErrorMap.md

    \n

    example:

    \n
    ### 1001  \n  \ncocos2d: removeAction: Target not found  \n
    \n
  2. \n
  3. \n

    Define deprecated log in EngineErrorMap.md
    \nThe log should be marked as DEPRECATED when then logId is no longer referenced in the project.

    \n

    example:

    \n
    ### 1000\n  \n<!-- DEPRECATED -->\ncc.ActionManager.addAction(): action must be non-null  \n
    \n
  4. \n
\n

Useful links

\n\n
", - "readmeFetchedAt": "2020-09-17T12:09:12.091Z" + "code-notes": { + "readmeCleaned": "
\n
\n\"electron-vue\"\n
\n
\n
\n

\nA simple code snippet & gist manager for developers built with Electron & Vue.js 🚀\n

\n

\n https://lauthieb.github.io/code-notes\n

\n
\n

\"Build\n\"Join\n\"Financial\n\"PRs

\n

\"forthebadge\" \"forthebadge\" \"forthebadge\"

\n

\"Buy

\n
\n

Overview

\n

The aim of this project is to make us more efficient by offering a pretty cool tool : a kind of notepad for our code 😃📝

\n

Demo

\n
\n

\"Code

\n
\n

Download

\n

Go the the download section of our website to download Code Notes on your OS.

\n

Contributing

\n

For the moment, the project is pretty young. But if we work together to build the "bloc-notes" we dream, we can build pretty things for sure !
\nSo, feel free to contribute. Follow this guide 🤓

\n

Build Setup

\n
# install dependencies\nnpm install\n\n# serve with hot reload at localhost:9080\nnpm run dev\n\n# build electron application for production\nnpm run build\n\n# run unit & end-to-end tests\nnpm test\n\n# lint all JS/Vue component files in `src/`\nnpm run eslint
\n

Roadmap to V1.3.0 💪🏻

\n

To follow the progression, go to the V1.3.0 roadmap project section !

\n

Feel free to add an issue if you find some bugs or you have any ideas of evolutions 😃

\n

Support Code Notes

\n

\"Buy

\n

Code Contributors

\n

This project exists thanks to all the people who contribute. [Contribute].\n

\n

Financial Contributors

\n

Become a financial contributor and help us sustain our community. [Contribute]

\n

Individuals

\n

\n

Organizations

\n

Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]

\n

\n\n\n\n\n\n\n\n\n

\n
\n

This project was generated with vue-cli-plugin-electron-builder@f0c7709 using vue-cli. Documentation about the original structure can be found here.

\n
", + "readmeOriginal": "
\n
\n\"electron-vue\"\n
\n
\n
\n

\nA simple code snippet & gist manager for developers built with Electron & Vue.js 🚀\n

\n

\n https://lauthieb.github.io/code-notes\n

\n
\n

\"Build\n\"Join\n\"Financial\n\"PRs

\n

\"forthebadge\" \"forthebadge\" \"forthebadge\"

\n

\"Buy

\n
\n

Overview

\n

The aim of this project is to make us more efficient by offering a pretty cool tool : a kind of notepad for our code 😃📝

\n

Demo

\n
\n

\"Code

\n
\n

Download

\n

Go the the download section of our website to download Code Notes on your OS.

\n

Contributing

\n

For the moment, the project is pretty young. But if we work together to build the \"bloc-notes\" we dream, we can build pretty things for sure !
\nSo, feel free to contribute. Follow this guide 🤓

\n

Build Setup

\n
# install dependencies\nnpm install\n\n# serve with hot reload at localhost:9080\nnpm run dev\n\n# build electron application for production\nnpm run build\n\n# run unit & end-to-end tests\nnpm test\n\n# lint all JS/Vue component files in `src/`\nnpm run eslint
\n

Roadmap to V1.3.0 💪🏻

\n

To follow the progression, go to the V1.3.0 roadmap project section !

\n

Feel free to add an issue if you find some bugs or you have any ideas of evolutions 😃

\n

Support Code Notes

\n

\"Buy

\n

Code Contributors

\n

This project exists thanks to all the people who contribute. [Contribute].\n

\n

Financial Contributors

\n

Become a financial contributor and help us sustain our community. [Contribute]

\n

Individuals

\n

\n

Organizations

\n

Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]

\n

\n\n\n\n\n\n\n\n\n

\n
\n

This project was generated with vue-cli-plugin-electron-builder@f0c7709 using vue-cli. Documentation about the original structure can be found here.

\n
", + "readmeFetchedAt": "2020-09-18T00:10:38.016Z" }, "code-sketch": { "readmeCleaned": "

\"https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=148413&theme=dark\"

\n

中文 | English

\n

代码画板 Code Sketch

\n
\n

一个你最初写代码的地方...

\n
\n

视频演示:Youtube | Bilibili,\n下载:release

\n

功能

\n
    \n
  • 内置 Sass/Babel 支持
  • \n
  • HTML/CSS emmet 插件支持
  • \n
  • 方便的导入三方库 (bootcdn API 支持).
  • \n
  • 深色主题支持
  • \n
  • 可以打印任意数据格式的控制台
  • \n
  • 同时支持 macOS AppWeb 端应用
  • \n
\n

快捷键

\n
    \n
  • 切换展示顶部页签: Command+e
  • \n
  • 代码字体大小: Command++/-
  • \n
  • 保存刷新: Command+s
  • \n
  • 导出到单个 HTML 文件: Command+shift+s
  • \n
  • 导入文件(仅支持展出文件): Command+o
  • \n
  • 命令提示容器: Command+p
  • \n
\n

截图

\n

浅色主题

\n

\"code-sketch-light\"

\n

深色主题

\n

\"code-sketch-dark\"

\n

错误日志

\n

\"log\"

\n

控制台日志

\n

\"error\"

\n

开发

\n

yarn or npm

\n
yarn install\nyarn start\nyarn dev\n# build release for mac\nyarn release
\n

支持

\n
Wechat\n

\n \"donate-wechat\"\n

\n
\n
Alipay\n

\n \"donate-wechat\"\n

\n
\n
", "readmeOriginal": "

\"https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=148413&theme=dark\"

\n

中文 | English

\n

代码画板 Code Sketch

\n
\n

一个你最初写代码的地方...

\n
\n

视频演示:Youtube | Bilibili,\n下载:release

\n

功能

\n
    \n
  • 内置 Sass/Babel 支持
  • \n
  • HTML/CSS emmet 插件支持
  • \n
  • 方便的导入三方库 (bootcdn API 支持).
  • \n
  • 深色主题支持
  • \n
  • 可以打印任意数据格式的控制台
  • \n
  • 同时支持 macOS AppWeb 端应用
  • \n
\n

快捷键

\n
    \n
  • 切换展示顶部页签: Command+e
  • \n
  • 代码字体大小: Command++/-
  • \n
  • 保存刷新: Command+s
  • \n
  • 导出到单个 HTML 文件: Command+shift+s
  • \n
  • 导入文件(仅支持展出文件): Command+o
  • \n
  • 命令提示容器: Command+p
  • \n
\n

截图

\n

浅色主题

\n

\"code-sketch-light\"

\n

深色主题

\n

\"code-sketch-dark\"

\n

错误日志

\n

\"log\"

\n

控制台日志

\n

\"error\"

\n

开发

\n

yarn or npm

\n
yarn install\nyarn start\nyarn dev\n# build release for mac\nyarn release
\n

支持

\n
Wechat\n

\n \"donate-wechat\"\n

\n
\n
Alipay\n

\n \"donate-wechat\"\n

\n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:12.135Z" + "readmeFetchedAt": "2020-09-18T00:10:38.044Z" }, - "code-notes": { - "readmeCleaned": "
\n
\n\"electron-vue\"\n
\n
\n
\n

\nA simple code snippet & gist manager for developers built with Electron & Vue.js 🚀\n

\n

\n https://lauthieb.github.io/code-notes\n

\n
\n

\"Build\n\"Join\n\"Financial\n\"PRs

\n

\"forthebadge\" \"forthebadge\" \"forthebadge\"

\n

\"Buy

\n
\n

Overview

\n

The aim of this project is to make us more efficient by offering a pretty cool tool : a kind of notepad for our code 😃📝

\n

Demo

\n
\n

\"Code

\n
\n

Download

\n

Go the the download section of our website to download Code Notes on your OS.

\n

Contributing

\n

For the moment, the project is pretty young. But if we work together to build the "bloc-notes" we dream, we can build pretty things for sure !
\nSo, feel free to contribute. Follow this guide 🤓

\n

Build Setup

\n
# install dependencies\nnpm install\n\n# serve with hot reload at localhost:9080\nnpm run dev\n\n# build electron application for production\nnpm run build\n\n# run unit & end-to-end tests\nnpm test\n\n# lint all JS/Vue component files in `src/`\nnpm run eslint
\n

Roadmap to V1.3.0 💪🏻

\n

To follow the progression, go to the V1.3.0 roadmap project section !

\n

Feel free to add an issue if you find some bugs or you have any ideas of evolutions 😃

\n

Support Code Notes

\n

\"Buy

\n

Code Contributors

\n

This project exists thanks to all the people who contribute. [Contribute].\n

\n

Financial Contributors

\n

Become a financial contributor and help us sustain our community. [Contribute]

\n

Individuals

\n

\n

Organizations

\n

Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]

\n

\n\n\n\n\n\n\n\n\n

\n
\n

This project was generated with vue-cli-plugin-electron-builder@f0c7709 using vue-cli. Documentation about the original structure can be found here.

\n
", - "readmeOriginal": "
\n
\n\"electron-vue\"\n
\n
\n
\n

\nA simple code snippet & gist manager for developers built with Electron & Vue.js 🚀\n

\n

\n https://lauthieb.github.io/code-notes\n

\n
\n

\"Build\n\"Join\n\"Financial\n\"PRs

\n

\"forthebadge\" \"forthebadge\" \"forthebadge\"

\n

\"Buy

\n
\n

Overview

\n

The aim of this project is to make us more efficient by offering a pretty cool tool : a kind of notepad for our code 😃📝

\n

Demo

\n
\n

\"Code

\n
\n

Download

\n

Go the the download section of our website to download Code Notes on your OS.

\n

Contributing

\n

For the moment, the project is pretty young. But if we work together to build the \"bloc-notes\" we dream, we can build pretty things for sure !
\nSo, feel free to contribute. Follow this guide 🤓

\n

Build Setup

\n
# install dependencies\nnpm install\n\n# serve with hot reload at localhost:9080\nnpm run dev\n\n# build electron application for production\nnpm run build\n\n# run unit & end-to-end tests\nnpm test\n\n# lint all JS/Vue component files in `src/`\nnpm run eslint
\n

Roadmap to V1.3.0 💪🏻

\n

To follow the progression, go to the V1.3.0 roadmap project section !

\n

Feel free to add an issue if you find some bugs or you have any ideas of evolutions 😃

\n

Support Code Notes

\n

\"Buy

\n

Code Contributors

\n

This project exists thanks to all the people who contribute. [Contribute].\n

\n

Financial Contributors

\n

Become a financial contributor and help us sustain our community. [Contribute]

\n

Individuals

\n

\n

Organizations

\n

Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]

\n

\n\n\n\n\n\n\n\n\n

\n
\n

This project was generated with vue-cli-plugin-electron-builder@f0c7709 using vue-cli. Documentation about the original structure can be found here.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:12.192Z" + "cocos-creator": { + "readmeCleaned": "

\n \n \n \n

\n

\n \n \"stars\"\n \n \n \"forks\"\n \n \n \"version\"\n \n \n \"license\"\n \n \n \"twitter\"\n \n

\n

Cocos Creator

\n

\"2.2.0

\n

Cocos Creator is a complete package of game development tools and workflow, including a game engine, resource management, scene editing, game preview, debug and publish one project to multiple platforms. Cocos Creator focused on content creation, which has realized features like thorough scriptability, componentization and data driven, etc. on the basis of Cocos2d-x. With JavaScript, you can scripting your component in no time. The editor and engine extension is also made with JavaScript so you can make games and refine your tool in a single programming language. Cocos Creator is an provides an innovative, easy to use toolset such as the UI system and Animation editor. The toolset will be expanding continuously and quickly, thanks to the open editor extension system.

\n

This repo is the engine framework for Cocos Creator. Cocos Creator's in-editor scene view and web runtime share the same framework, which is the content of this repo. It's originally forked from Cocos2d-html5, we build up an Entity Component architecture on it to meet the needs of Cocos Creator.

\n

This framework is a cross-platform game engine written in JavaScript and licensed under MIT. It supports major desktop and mobile browsers, it's also compatible with Cocos2d Javascript Binding engine to support native platforms like iOS, Android, Win32, macOS.

\n

The framework is naturally integrated with Cocos Creator, so it's not designed to be used independently.

\n

Developer

\n

Prerequisite

\n\n

Install

\n

In cloned project folder, run the following command to setup dev environment:

\n
# Initialize gulp task dependencies\n# npm is a builtin CLI when you install Node.js\nnpm install
\n

This is all you have to do to set engine development environment.

\n

Build

\n
gulp build
\n

If the compilation process encounters a "JavaScript heap out memory" warning, you can use the following command line

\n
gulp build --max-old-space-size=8192
\n

Test

\n

Prerequisite

\n
    \n
  • Install express: npm install express.
  • \n
  • Install gulp-qunit: npm install gulp-qunit.
  • \n
\n

Unit Test

\n
    \n
  • \n

    Test in CLI

    \n
    npm test
    \n
  • \n
  • \n

    Test in browser

    \n
      \n
    1. \n

      Build for testing.

      \n
      gulp build-test
      \n
    2. \n
    3. \n

      Start express in cloned project folder.

      \n
      node test/qunit/server.js
      \n
    4. \n
    5. \n

      Open http://localhost:8511/bin/qunit-runner.html in your browser.

      \n
    6. \n
    \n
  • \n
\n

DebugInfos

\n

View EngineErrorMap.md
\nAll the debug infos are defined in file EngineErrorMap.md.
\nThe file DebugInfos.json will be generated based on EngineErrorMap.md, when run gulp build command.

\n

For details below:

\n
    \n
  1. \n

    Define log in EngineErrorMap.md

    \n

    example:

    \n
    ### 1001  \n  \ncocos2d: removeAction: Target not found  \n
    \n
  2. \n
  3. \n

    Define deprecated log in EngineErrorMap.md
    \nThe log should be marked as DEPRECATED when then logId is no longer referenced in the project.

    \n

    example:

    \n
    ### 1000\n  \n<!-- DEPRECATED -->\ncc.ActionManager.addAction(): action must be non-null  \n
    \n
  4. \n
\n

Useful links

\n\n
", + "readmeOriginal": "

\n \n \n \n

\n

\n \n \"stars\"\n \n \n \"forks\"\n \n \n \"version\"\n \n \n \"license\"\n \n \n \"twitter\"\n \n

\n

Cocos Creator

\n

\"2.2.0

\n

Cocos Creator is a complete package of game development tools and workflow, including a game engine, resource management, scene editing, game preview, debug and publish one project to multiple platforms. Cocos Creator focused on content creation, which has realized features like thorough scriptability, componentization and data driven, etc. on the basis of Cocos2d-x. With JavaScript, you can scripting your component in no time. The editor and engine extension is also made with JavaScript so you can make games and refine your tool in a single programming language. Cocos Creator is an provides an innovative, easy to use toolset such as the UI system and Animation editor. The toolset will be expanding continuously and quickly, thanks to the open editor extension system.

\n

This repo is the engine framework for Cocos Creator. Cocos Creator's in-editor scene view and web runtime share the same framework, which is the content of this repo. It's originally forked from Cocos2d-html5, we build up an Entity Component architecture on it to meet the needs of Cocos Creator.

\n

This framework is a cross-platform game engine written in JavaScript and licensed under MIT. It supports major desktop and mobile browsers, it's also compatible with Cocos2d Javascript Binding engine to support native platforms like iOS, Android, Win32, macOS.

\n

The framework is naturally integrated with Cocos Creator, so it's not designed to be used independently.

\n

Developer

\n

Prerequisite

\n\n

Install

\n

In cloned project folder, run the following command to setup dev environment:

\n
# Initialize gulp task dependencies\n# npm is a builtin CLI when you install Node.js\nnpm install
\n

This is all you have to do to set engine development environment.

\n

Build

\n
gulp build
\n

If the compilation process encounters a \"JavaScript heap out memory\" warning, you can use the following command line

\n
gulp build --max-old-space-size=8192
\n

Test

\n

Prerequisite

\n
    \n
  • Install express: npm install express.
  • \n
  • Install gulp-qunit: npm install gulp-qunit.
  • \n
\n

Unit Test

\n
    \n
  • \n

    Test in CLI

    \n
    npm test
    \n
  • \n
  • \n

    Test in browser

    \n
      \n
    1. \n

      Build for testing.

      \n
      gulp build-test
      \n
    2. \n
    3. \n

      Start express in cloned project folder.

      \n
      node test/qunit/server.js
      \n
    4. \n
    5. \n

      Open http://localhost:8511/bin/qunit-runner.html in your browser.

      \n
    6. \n
    \n
  • \n
\n

DebugInfos

\n

View EngineErrorMap.md
\nAll the debug infos are defined in file EngineErrorMap.md.
\nThe file DebugInfos.json will be generated based on EngineErrorMap.md, when run gulp build command.

\n

For details below:

\n
    \n
  1. \n

    Define log in EngineErrorMap.md

    \n

    example:

    \n
    ### 1001  \n  \ncocos2d: removeAction: Target not found  \n
    \n
  2. \n
  3. \n

    Define deprecated log in EngineErrorMap.md
    \nThe log should be marked as DEPRECATED when then logId is no longer referenced in the project.

    \n

    example:

    \n
    ### 1000\n  \n<!-- DEPRECATED -->\ncc.ActionManager.addAction(): action must be non-null  \n
    \n
  4. \n
\n

Useful links

\n\n
", + "readmeFetchedAt": "2020-09-18T00:10:38.049Z" }, "colon": { "readmeCleaned": "

\n

Colon IDE

\n

What is Colon IDE ?

\n

Colon is a flexible text editor and lightweight hybrid IDE, built on Electron, and based on everything we love about our favorite editors. We are trying to designe it to be fully customizable and easy to use.

\n

New Features! 🌟

\n
    \n
  • Full Featured Editor
  • \n
  • Syntax Highlighting Over 100+ Languages
  • \n
  • Autocompletion
  • \n
  • Code Folding
  • \n
  • Bracket and Tag Matching
  • \n
  • 7+ Themes
  • \n
  • Autocompletion
  • \n
  • Tab Management
  • \n
  • Auto Save
  • \n
  • Templates For Specific File Extension
  • \n
  • Project Management
  • \n
  • Console (for variour programming languages over 10+)
  • \n
  • Real Time Preview for Markup Languages (HTML, MD)
  • \n
  • Discord-rpc Support
  • \n
  • Real Time Code Sharing
  • \n
  • Easy UI
  • \n
\n

What Colon IDE Does ? 🌟

\n

Colon IDE provide you facility to execute over 10+ programming languages code simultaneously, You don't need to change compilers for different file. Colon automatically detects compiler for your file.

\n

Libraries 🌟

\n

Colon uses a number of API's and libraries to work properly:

\n
    \n
  • [NodeJs] - evented I/O for the backend
  • \n
  • [codemirror] - full featured text editor
  • \n
  • [localtunnel] - library to tunnel localhost
  • \n
  • [socket.io] - for bidirectional communication
  • \n
  • [discord-rpc] - for discord-rpc support
  • \n
\n

Installation 🌟

\n
\n

Installers are available on website here.\nElectron requires Node.js to run.

\n
\n
$ cd colon-ide\n$ npm install\n$ electron . or npm start
\n

License

\n

\"License\"

\n
", "readmeOriginal": "

\n

Colon IDE

\n

What is Colon IDE ?

\n

Colon is a flexible text editor and lightweight hybrid IDE, built on Electron, and based on everything we love about our favorite editors. We are trying to designe it to be fully customizable and easy to use.

\n

New Features! 🌟

\n
    \n
  • Full Featured Editor
  • \n
  • Syntax Highlighting Over 100+ Languages
  • \n
  • Autocompletion
  • \n
  • Code Folding
  • \n
  • Bracket and Tag Matching
  • \n
  • 7+ Themes
  • \n
  • Autocompletion
  • \n
  • Tab Management
  • \n
  • Auto Save
  • \n
  • Templates For Specific File Extension
  • \n
  • Project Management
  • \n
  • Console (for variour programming languages over 10+)
  • \n
  • Real Time Preview for Markup Languages (HTML, MD)
  • \n
  • Discord-rpc Support
  • \n
  • Real Time Code Sharing
  • \n
  • Easy UI
  • \n
\n

What Colon IDE Does ? 🌟

\n

Colon IDE provide you facility to execute over 10+ programming languages code simultaneously, You don't need to change compilers for different file. Colon automatically detects compiler for your file.

\n

Libraries 🌟

\n

Colon uses a number of API's and libraries to work properly:

\n
    \n
  • [NodeJs] - evented I/O for the backend
  • \n
  • [codemirror] - full featured text editor
  • \n
  • [localtunnel] - library to tunnel localhost
  • \n
  • [socket.io] - for bidirectional communication
  • \n
  • [discord-rpc] - for discord-rpc support
  • \n
\n

Installation 🌟

\n
\n

Installers are available on website here.\nElectron requires Node.js to run.

\n
\n
$ cd colon-ide\n$ npm install\n$ electron . or npm start
\n

License

\n

\"License\"

\n
", - "readmeFetchedAt": "2020-09-17T12:09:12.211Z" - }, - "color-ramp-formulator": { - "readmeCleaned": "

\"Color COLOR RAMP FORMULATOR

\n

Color Ramp Formulator is an open-source desktop application used to generate algorithmically-defined color ramps, making use of formulas.

\n

This application is built with Electron, and works on macOS, Linux and Windows operating systems.

\n

\"Color

\n

\"Color

\n

\"Color

\n

\"Color

\n

Examples

\n

CubeHelix (Destiny)

\n

\"CubeHelix

\n

\"CubeHelix

\n
cubehelix_color (1 - t, 0, 0.4, 0.8, 1, [ 0.15, 0.85 ])
\n

Diverging

\n

\"Diverging

\n

\"Diverging

\n
rgb_t\n(\n    cos ((t - 2/6) * PI),\n    cos ((t - 3/6) * PI),\n    cos ((t - 4/6) * PI)\n)
\n

Fancy (Ternary)

\n

\"Fancy

\n

\"Fancy

\n
rgb\n(\n    (x < 127.5) ? 255 - (2 * x) : (2 * x) - 255,\n    (x < 127.5) ? 1.5 * x : 127.5 + (0.5 * x),\n    (x < 127.5) ? 127.5 + (0.5 * (255 - x)) : 1.5 * (255 - x)\n)
\n

Green Sequential (Discrete)

\n

\"Green

\n

\"Green

\n
discrete_colors\n(\n    [\n        "#085A32",\n        "#118649",\n        "#18A85A",\n        "#52B974",\n        "#9ECF8A",\n        "#D2E3A2",\n        "#F0F1BA",\n        "#F7F8E5"\n    ],\n    [ 0, 255 ], x\n)
\n

Iron (YCbCr)

\n

\"Iron

\n

\"Iron

\n
ycbcr_t\n(\n    lerp (0.059, 0.886, t),\n    cubic ([ 5.99477, -8.68926, 2.53768, 0.550188 ], t),\n    cubic ([ 0.683558, -2.49828, 1.94276, 0.383144 ], t)\n)
\n

Navajo White (Transformed)

\n

\"Navajo

\n

\"Navajo

\n
transform_color\n(\n    "navajo_white",\n    0, lerp (1, 2, t), lerp (1, 1/3, t)\n)
\n

Parakeet (CubeHelix)

\n

\"Parakeet

\n

\"Parakeet

\n
interpolate_colors\n(\n    [\n        [ 0/3, cubehelix (260, 60, 35) ],\n        [ 2/3, cubehelix (80, 120, 75) ],\n        [ 3/3, "gold" ]\n    ],\n    t,\n    "cubehelix-dec", [ 100, 0, 0 ]\n)
\n

Radiancy (HSL)

\n

\"Radiancy

\n

\"Radiancy

\n
distribute_colors\n(\n    [ "#2A4858", "#FAFA6E", "#2A4858" ],\n    [ 0, 1 ], t,\n    "hsl-far", [ 0, 100, 0 ]\n)
\n

Two-Sided Color Bar

\n

\"Two-Sided

\n

\"Two-Sided

\n
hsv\n(\n    t < 0.5 ? lerp (240, 120, t) : lerp (60, -60, t - 0.5),\n    100,\n    100\n)
\n

Yellow to Blue

\n

\"Yellow

\n

\"Yellow

\n
hcl_t\n(\n    1/9 + 1/6 + (t / 2),\n    0.5,\n    1 - pow (t, 1.5)\n)
\n

Yellow to Red (Wavelengths)

\n

\"Yellow

\n

\"Yellow

\n
wavelength_color (lerp (580, 645, t))
\n

Using

\n

You can download the latest release for macOS.

\n

Building

\n

You'll need Node.js (which comes with npm) installed on your computer in order to build this application.

\n

Clone method

\n
# Clone the repository\ngit clone https://github.com/tonton-pixel/color-ramp-formulator\n# Go into the repository\ncd color-ramp-formulator\n# Install dependencies\nnpm install\n# Run the application\nnpm start
\n

Note: to use the clone method, the core tool git must also be installed.

\n

Download method

\n

If you don't wish to clone, you can download the source code, unZip it, then directly run the following commands from a Terminal opened at the resulting color-ramp-formulator-master folder location:

\n
# Install dependencies\nnpm install\n# Run the application\nnpm start
\n

Packaging

\n

Several scripts are also defined in the package.json file to build OS-specific bundles of the application, using the simple yet powerful Electron Packager Node module.
\nFor instance, running the following command (once the dependencies are installed) will create the Color Ramp Formulator.app version for macOS:

\n
# Build macOS (Darwin) application\nnpm run build-darwin
\n

License

\n

The MIT License (MIT).

\n

Copyright © 2020 Michel Mariani.

\n
", - "readmeOriginal": "

\"Color COLOR RAMP FORMULATOR

\n

Color Ramp Formulator is an open-source desktop application used to generate algorithmically-defined color ramps, making use of formulas.

\n

This application is built with Electron, and works on macOS, Linux and Windows operating systems.

\n

\"Color

\n

\"Color

\n

\"Color

\n

\"Color

\n

Examples

\n

CubeHelix (Destiny)

\n

\"CubeHelix

\n

\"CubeHelix

\n
cubehelix_color (1 - t, 0, 0.4, 0.8, 1, [ 0.15, 0.85 ])
\n

Diverging

\n

\"Diverging

\n

\"Diverging

\n
rgb_t\n(\n    cos ((t - 2/6) * PI),\n    cos ((t - 3/6) * PI),\n    cos ((t - 4/6) * PI)\n)
\n

Fancy (Ternary)

\n

\"Fancy

\n

\"Fancy

\n
rgb\n(\n    (x < 127.5) ? 255 - (2 * x) : (2 * x) - 255,\n    (x < 127.5) ? 1.5 * x : 127.5 + (0.5 * x),\n    (x < 127.5) ? 127.5 + (0.5 * (255 - x)) : 1.5 * (255 - x)\n)
\n

Green Sequential (Discrete)

\n

\"Green

\n

\"Green

\n
discrete_colors\n(\n    [\n        \"#085A32\",\n        \"#118649\",\n        \"#18A85A\",\n        \"#52B974\",\n        \"#9ECF8A\",\n        \"#D2E3A2\",\n        \"#F0F1BA\",\n        \"#F7F8E5\"\n    ],\n    [ 0, 255 ], x\n)
\n

Iron (YCbCr)

\n

\"Iron

\n

\"Iron

\n
ycbcr_t\n(\n    lerp (0.059, 0.886, t),\n    cubic ([ 5.99477, -8.68926, 2.53768, 0.550188 ], t),\n    cubic ([ 0.683558, -2.49828, 1.94276, 0.383144 ], t)\n)
\n

Navajo White (Transformed)

\n

\"Navajo

\n

\"Navajo

\n
transform_color\n(\n    \"navajo_white\",\n    0, lerp (1, 2, t), lerp (1, 1/3, t)\n)
\n

Parakeet (CubeHelix)

\n

\"Parakeet

\n

\"Parakeet

\n
interpolate_colors\n(\n    [\n        [ 0/3, cubehelix (260, 60, 35) ],\n        [ 2/3, cubehelix (80, 120, 75) ],\n        [ 3/3, \"gold\" ]\n    ],\n    t,\n    \"cubehelix-dec\", [ 100, 0, 0 ]\n)
\n

Radiancy (HSL)

\n

\"Radiancy

\n

\"Radiancy

\n
distribute_colors\n(\n    [ \"#2A4858\", \"#FAFA6E\", \"#2A4858\" ],\n    [ 0, 1 ], t,\n    \"hsl-far\", [ 0, 100, 0 ]\n)
\n

Two-Sided Color Bar

\n

\"Two-Sided

\n

\"Two-Sided

\n
hsv\n(\n    t < 0.5 ? lerp (240, 120, t) : lerp (60, -60, t - 0.5),\n    100,\n    100\n)
\n

Yellow to Blue

\n

\"Yellow

\n

\"Yellow

\n
hcl_t\n(\n    1/9 + 1/6 + (t / 2),\n    0.5,\n    1 - pow (t, 1.5)\n)
\n

Yellow to Red (Wavelengths)

\n

\"Yellow

\n

\"Yellow

\n
wavelength_color (lerp (580, 645, t))
\n

Using

\n

You can download the latest release for macOS.

\n

Building

\n

You'll need Node.js (which comes with npm) installed on your computer in order to build this application.

\n

Clone method

\n
# Clone the repository\ngit clone https://github.com/tonton-pixel/color-ramp-formulator\n# Go into the repository\ncd color-ramp-formulator\n# Install dependencies\nnpm install\n# Run the application\nnpm start
\n

Note: to use the clone method, the core tool git must also be installed.

\n

Download method

\n

If you don't wish to clone, you can download the source code, unZip it, then directly run the following commands from a Terminal opened at the resulting color-ramp-formulator-master folder location:

\n
# Install dependencies\nnpm install\n# Run the application\nnpm start
\n

Packaging

\n

Several scripts are also defined in the package.json file to build OS-specific bundles of the application, using the simple yet powerful Electron Packager Node module.
\nFor instance, running the following command (once the dependencies are installed) will create the Color Ramp Formulator.app version for macOS:

\n
# Build macOS (Darwin) application\nnpm run build-darwin
\n

License

\n

The MIT License (MIT).

\n

Copyright © 2020 Michel Mariani.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:12.459Z" - }, - "compact-log-viewer": { - "readmeCleaned": "

Compact Log Format Viewer 🔍 📈

\n

A cross platform tool to read & query JSON aka CLEF log files created by Serilog

\n

\n

\"screenshot\"

\n

Download

\n

Releases are available on this GitHub Repository along on the Windows Store

\n

Windows

\n

\"English

\n

MacOS

\n

\n

Building

\n

You will need the following installed:

\n
    \n
  • node/npm
  • \n
  • .NET Core SDK 2.2+
  • \n
\n

For OSX & Windows you can download the SDK here or install Visual Studio for Mac/Windows which includes the dotnet CLI tool
\nhttps://dotnet.microsoft.com/download
\nhttps://visualstudio.microsoft.com/vs/

\n

Build Steps 🔨📐

\n
    \n
  • Clone Repo
  • \n
  • Open terminal in root of project
  • \n
  • dotnet publish --runtime osx-x64 --output bin/dist/osx --configuration release -p:PublishSingleFile=true generates a self contained application for our WebAPI
  • \n
  • dotnet publish --runtime win-x64 --output bin/dist/win --configuration release -p:PublishSingleFile=true same but creates the Windows version
  • \n
  • Change terminal directory to LogViewer.Client folder
  • \n
  • npm install
  • \n
  • tsc --watch This will compile the TypeScript files & continue to watch them
  • \n
  • Open a new terminal in LogViewer.Client
  • \n
  • npm run start Will run the Electron app for development with Chrome DevTools open/launched
  • \n
\n
\n

Note: If you npm run start before you have compiled the TypeScript files then Electron will complain about not finding the entry point file. Additionally if you have also not run dotnet publish then the underlying WebAPI which we communicate with will not be running.

\n
\n

3rd Party Libraries 💖💖

\n

This package uses the following libraries:

\n
    \n
  • Serilog.Formatting.Compact.Reader
  • \n
  • Serilog.Filters.Expressions
  • \n
  • Serilog.Sinks.File
  • \n
\n
", - "readmeOriginal": "

Compact Log Format Viewer 🔍 📈

\n

A cross platform tool to read & query JSON aka CLEF log files created by Serilog

\n

\n

\"screenshot\"

\n

Download

\n

Releases are available on this GitHub Repository along on the Windows Store

\n

Windows

\n

\"English

\n

MacOS

\n

\n

Building

\n

You will need the following installed:

\n
    \n
  • node/npm
  • \n
  • .NET Core SDK 2.2+
  • \n
\n

For OSX & Windows you can download the SDK here or install Visual Studio for Mac/Windows which includes the dotnet CLI tool
\nhttps://dotnet.microsoft.com/download
\nhttps://visualstudio.microsoft.com/vs/

\n

Build Steps 🔨📐

\n
    \n
  • Clone Repo
  • \n
  • Open terminal in root of project
  • \n
  • dotnet publish --runtime osx-x64 --output bin/dist/osx --configuration release -p:PublishSingleFile=true generates a self contained application for our WebAPI
  • \n
  • dotnet publish --runtime win-x64 --output bin/dist/win --configuration release -p:PublishSingleFile=true same but creates the Windows version
  • \n
  • Change terminal directory to LogViewer.Client folder
  • \n
  • npm install
  • \n
  • tsc --watch This will compile the TypeScript files & continue to watch them
  • \n
  • Open a new terminal in LogViewer.Client
  • \n
  • npm run start Will run the Electron app for development with Chrome DevTools open/launched
  • \n
\n
\n

Note: If you npm run start before you have compiled the TypeScript files then Electron will complain about not finding the entry point file. Additionally if you have also not run dotnet publish then the underlying WebAPI which we communicate with will not be running.

\n
\n

3rd Party Libraries 💖💖

\n

This package uses the following libraries:

\n
    \n
  • Serilog.Formatting.Compact.Reader
  • \n
  • Serilog.Filters.Expressions
  • \n
  • Serilog.Sinks.File
  • \n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:12.472Z" + "readmeFetchedAt": "2020-09-18T00:10:38.063Z" }, "colorpicker": { "readmeCleaned": "

\n \n \"ColorPicker\n \n

Colorpicker

\n

A mininal but complete colorpicker desktop app

\n

\n \n \n \n \n \n \n \"colorpicker-app\"\n \n \n \n \n

\n

\n

Survey for the next update of Colorpicker! Please take time to complete it! English survey - French survey

\n

Want to help to translate this app? go on Crowdin! Your help is welcome :)

\n

Colorpicker is a desktop tool with Electron to get and save colors code quickly for OSX, Windows and Linux!

\n

\n \"ColorPicker\n

\n

Colorpicker's menu come with a lot of cool features :

\n
    \n
  • Pin: pin Colorpicker to the foreground;
  • \n
  • Picker: open an eyedropper who can pick a color from your desktop;
  • \n
  • Colorsbook: open Colorsbook, a color manager;
  • \n
  • Shading: show three bar of shading — hue bar, natural bar and lightness bar;
  • \n
  • Opacity: toggle Opacity range;
  • \n
  • Clean Vue: unshow menu, ranges and inputs;
  • \n
  • Magic color: show colors from the clipboard;
  • \n
  • Random: show a random color;
  • \n
  • Settings: open the preferences panel.
  • \n
\n

Pin

\n

\"Pin

\n

With Pin, you can bring Colorpicker to the foreground. This makes it convenient to work quickly with different\napplications at the same time.

\n
\n

Picker

\n

\"Picker

\n

The Picker allows you to quickly retrieve a color anywhere on the screen. Whether it's on your browser, Photoshop, or\nwhatever.

\n
\n

Colorsbook

\n

\"Colorsbook

\n

Colorsbook is a full-fledged application. It allows you to store your colors, categorize them, and easily retrieve them.\nIt is destined to mature over time.\nCool tip: you can save color from colorpicker with CMD+S or CTRL+S!

\n
\n

Shading

\n

\"Tint

\n

With the shades, you can find the perfect color you need. You have a chromatic bar, a natural color bar and a shadow\nbar.

\n
\n

Opacity [WIP]

\n

\"Opacity

\n

This feature is a bit special. It allows you to render the application transparent. This can be useful to see the\nappearance of a transparent color.

\n
\n

Focus Mode

\n

\"Focus

\n

Need to compare a color or clean up the interface? This feature is for you, this will hide the sliders and make the menu\nmore transparent.

\n
\n

Magic Color [WIP]

\n

This functionality is still under development. Currently, it allows you to display the first color that is in your\nclipboard. This works with hexadecimal and RGB codes

\n
\n

Random

\n

A traditional feature, it allows you to display a color randomly.

\n
\n

Settings

\n

\"Settings

\n

The settings menu allows you to customize your Colorpicker, I let you discover it yourself :)!

\n

Download

\n\n

Want to support me?

\n

You can buy me a coffee here! Thank you!

\n

Happy Design !

\n

Developers

\n

Changelog

\n

See changelog here.

\n

How to compile

\n
    \n
  • Install dependencies:
  • \n
\n
yarn
\n
    \n
  • To build C/C++ modules to the correct Electron version, use:
  • \n
\n
yarn rebuild
\n
    \n
  • To build a new version:
  • \n
\n
# You can build nightly & release only for your current OS.\n# i.e. you can't build a OSX version if you use a Windows\n\n# build a nightly version\nyarn nightly\n\n# build a release version\nyarn release
\n
", "readmeOriginal": "

\n \n \"ColorPicker\n \n

Colorpicker

\n

A mininal but complete colorpicker desktop app

\n

\n \n \n \n \n \n \n \"colorpicker-app\"\n \n \n \n \n

\n

\n

Survey for the next update of Colorpicker! Please take time to complete it! English survey - French survey

\n

Want to help to translate this app? go on Crowdin! Your help is welcome :)

\n

Colorpicker is a desktop tool with Electron to get and save colors code quickly for OSX, Windows and Linux!

\n

\n \"ColorPicker\n

\n

Colorpicker's menu come with a lot of cool features :

\n
    \n
  • Pin: pin Colorpicker to the foreground;
  • \n
  • Picker: open an eyedropper who can pick a color from your desktop;
  • \n
  • Colorsbook: open Colorsbook, a color manager;
  • \n
  • Shading: show three bar of shading — hue bar, natural bar and lightness bar;
  • \n
  • Opacity: toggle Opacity range;
  • \n
  • Clean Vue: unshow menu, ranges and inputs;
  • \n
  • Magic color: show colors from the clipboard;
  • \n
  • Random: show a random color;
  • \n
  • Settings: open the preferences panel.
  • \n
\n

Pin

\n

\"Pin

\n

With Pin, you can bring Colorpicker to the foreground. This makes it convenient to work quickly with different\napplications at the same time.

\n
\n

Picker

\n

\"Picker

\n

The Picker allows you to quickly retrieve a color anywhere on the screen. Whether it's on your browser, Photoshop, or\nwhatever.

\n
\n

Colorsbook

\n

\"Colorsbook

\n

Colorsbook is a full-fledged application. It allows you to store your colors, categorize them, and easily retrieve them.\nIt is destined to mature over time.\nCool tip: you can save color from colorpicker with CMD+S or CTRL+S!

\n
\n

Shading

\n

\"Tint

\n

With the shades, you can find the perfect color you need. You have a chromatic bar, a natural color bar and a shadow\nbar.

\n
\n

Opacity [WIP]

\n

\"Opacity

\n

This feature is a bit special. It allows you to render the application transparent. This can be useful to see the\nappearance of a transparent color.

\n
\n

Focus Mode

\n

\"Focus

\n

Need to compare a color or clean up the interface? This feature is for you, this will hide the sliders and make the menu\nmore transparent.

\n
\n

Magic Color [WIP]

\n

This functionality is still under development. Currently, it allows you to display the first color that is in your\nclipboard. This works with hexadecimal and RGB codes

\n
\n

Random

\n

A traditional feature, it allows you to display a color randomly.

\n
\n

Settings

\n

\"Settings

\n

The settings menu allows you to customize your Colorpicker, I let you discover it yourself :)!

\n

Download

\n\n

Want to support me?

\n

You can buy me a coffee here! Thank you!

\n

Happy Design !

\n

Developers

\n

Changelog

\n

See changelog here.

\n

How to compile

\n
    \n
  • Install dependencies:
  • \n
\n
yarn
\n
    \n
  • To build C/C++ modules to the correct Electron version, use:
  • \n
\n
yarn rebuild
\n
    \n
  • To build a new version:
  • \n
\n
# You can build nightly & release only for your current OS.\n# i.e. you can't build a OSX version if you use a Windows\n\n# build a nightly version\nyarn nightly\n\n# build a release version\nyarn release
\n
", - "readmeFetchedAt": "2020-09-17T12:09:12.528Z" - }, - "concats": { - "readmeCleaned": "

concats

\n

Cross platform desktop app for outputting a single-column csv file of rows of concatenated fields from an input delimiter-separated values file.

\n

Accepts .csv, .tsv, and extension-less files (data.csv, data.tsv, data) as input.

\n

\"demo\"

\n

Download

\n

v1.13.3

\n\n

Made with

\n\n

Development

\n

To run concats locally (requires Node.js v8.9 or above):

\n
git clone git@github.com/brianzelip/concats.git\n\ncd concats\n\nnpm install\n\nnpm run electron:serve\n
\n

Build binaries

\n

To build the executable binary for $PLATFORM, you must have Node.js v8.9 or above on $PLATFORM, and run:

\n
git clone git@github.com/brianzelip/concats.git\n\ncd concats\n\nnpm install\n\nnpm run electron:build
\n
", - "readmeOriginal": "

concats

\n

Cross platform desktop app for outputting a single-column csv file of rows of concatenated fields from an input delimiter-separated values file.

\n

Accepts .csv, .tsv, and extension-less files (data.csv, data.tsv, data) as input.

\n

\"demo\"

\n

Download

\n

v1.13.3

\n\n

Made with

\n\n

Development

\n

To run concats locally (requires Node.js v8.9 or above):

\n
git clone git@github.com/brianzelip/concats.git\n\ncd concats\n\nnpm install\n\nnpm run electron:serve\n
\n

Build binaries

\n

To build the executable binary for $PLATFORM, you must have Node.js v8.9 or above on $PLATFORM, and run:

\n
git clone git@github.com/brianzelip/concats.git\n\ncd concats\n\nnpm install\n\nnpm run electron:build
\n
", - "readmeFetchedAt": "2020-09-17T12:09:12.544Z" + "readmeFetchedAt": "2020-09-18T00:10:38.130Z" }, "container-ps": { "readmeCleaned": "

\n \n \"Container\n \n

Container PS

\n

This little app for OSX help you to manager your Docker containers.

\n

\n \n \n \n \n \n

\n

\n
\n

You must have Docker launched to make work this app.\nIt uses shell commands using the Node.js child_process spawn module, thanks to @SebastianRuecker.

\n

You can see the list of all your containers, whether they are active or not.

\n

\n

With the light Theme.

\n

\n
    \n
  • The full circle indicates that the container is active.
  • \n
  • The empty circle indicates that it is inactive.
  • \n
  • And the round with a full wave indicates that the container is restarting.
  • \n
\n

When hovering over a container, you will have additional information about it, as well as buttons to turn it on, off, restart or delete it.

\n

Download

\n

See in releases pages.

\n

Development

\n

Install dependencies and start.

\n
    yarn && yarn start
\n
", "readmeOriginal": "

\n \n \"Container\n \n

Container PS

\n

This little app for OSX help you to manager your Docker containers.

\n

\n \n \n \n \n \n

\n

\n
\n

You must have Docker launched to make work this app.\nIt uses shell commands using the Node.js child_process spawn module, thanks to @SebastianRuecker.

\n

You can see the list of all your containers, whether they are active or not.

\n

\n

With the light Theme.

\n

\n
    \n
  • The full circle indicates that the container is active.
  • \n
  • The empty circle indicates that it is inactive.
  • \n
  • And the round with a full wave indicates that the container is restarting.
  • \n
\n

When hovering over a container, you will have additional information about it, as well as buttons to turn it on, off, restart or delete it.

\n

Download

\n

See in releases pages.

\n

Development

\n

Install dependencies and start.

\n
    yarn && yarn start
\n
", - "readmeFetchedAt": "2020-09-17T12:09:12.721Z" - }, - "correo": { - "readmeCleaned": "

\n
\n \"Correo\"\n
\n Correo\n
\n

\n

A menubar/taskbar Gmail App based on Electron.

\n

\n \n \n \n

\n

\n \n \n \n

\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Windows 
\"sreenshot1\"\"screenshot2\"
\n

Features

\n
    \n
  • Runs Gmail right from the Taskbar (in Windows) or from the Menubar (in macOS).
  • \n
  • Remains active in the tray for quick usage.
  • \n
  • Uses Gmail's UI for mobile so it's best to use within menubar/taskbar.
  • \n
  • Cross platform\n\n
  • \n
\n

How To Use

\n

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

\n
# Clone this repository\n$ git clone https://github.com/amitmerchant1990/correo\n\n# Go into the repository\n$ cd correo\n\n# Install dependencies\n$ npm install\n\n# Run the app\n$ npm start
\n

Note: If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

\n

Download

\n

Download the portable version of Correo for Windows, macOS and Linux from here.

\n

Correo?

\n

Correo means "mail" in Spanish.

\n

Credits

\n

This software uses code from several open source packages.

\n\n

License

\n
\n

The MIT license (MIT)

\n

Copyright (c) Amit Merchant

\n

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

\n

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

\n

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

\n
\n
\n
\n

amitmerchant.com  · \nGitHub @amitmerchant1990  · \nTwitter @amit_merchant

\n
\n
", - "readmeOriginal": "

\n
\n \"Correo\"\n
\n Correo\n
\n

\n

A menubar/taskbar Gmail App based on Electron.

\n

\n \n \n \n

\n

\n \n \n \n

\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Windows 
\"sreenshot1\"\"screenshot2\"
\n

Features

\n
    \n
  • Runs Gmail right from the Taskbar (in Windows) or from the Menubar (in macOS).
  • \n
  • Remains active in the tray for quick usage.
  • \n
  • Uses Gmail's UI for mobile so it's best to use within menubar/taskbar.
  • \n
  • Cross platform\n\n
  • \n
\n

How To Use

\n

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

\n
# Clone this repository\n$ git clone https://github.com/amitmerchant1990/correo\n\n# Go into the repository\n$ cd correo\n\n# Install dependencies\n$ npm install\n\n# Run the app\n$ npm start
\n

Note: If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

\n

Download

\n

Download the portable version of Correo for Windows, macOS and Linux from here.

\n

Correo?

\n

Correo means \"mail\" in Spanish.

\n

Credits

\n

This software uses code from several open source packages.

\n\n

License

\n
\n

The MIT license (MIT)

\n

Copyright (c) Amit Merchant

\n

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

\n

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

\n

THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

\n
\n
\n
\n

amitmerchant.com  · \nGitHub @amitmerchant1990  · \nTwitter @amit_merchant

\n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:12.841Z" + "readmeFetchedAt": "2020-09-18T00:10:38.222Z" }, "corda-node-explorer": { "readmeCleaned": "

Node Explorer

\n

Stand alone desktop app for Win/Osx/Linux that allows connecting to a local or remote Corda node. Examine transactions, run flows and view node and network properties in a few simple clicks.

\n

Downloading the Node Explorer Binaries

\n

If you're looking to download the node explorer and get started using it; download the latest packaged release on this repo's releases page.

\n

There are install packages for Linux, OSX and Windows.

\n

To login to your Corda node, you will need to provide the:

\n
    \n
  • Hostname (domain, IP, or localhost)
  • \n
  • Rpc Port
  • \n
  • Username
  • \n
  • Password
  • \n
\n

Notes: You can find the Rpc port in your node config under rpcSettings->address or as displayed in a CraSH shell instance. If you have not explicitly set a username/password project defaults are user1 and test.

\n

Full instructions for using the Node-Explorer application at the documentation

\n
\n

Setting up for Node Explorer for Development

\n

Note: This repository uses sub-modules. If cloning use git clone --recursive to automatically initialize and update the submodules.

\n

Installation:

\n

Requirements: NodeJS and Npm package manager.

\n
    \n
  1. git clone --recursive <this repo> <optional: target dir>
  2. \n
  3. cd node-explorer (or target directory)
  4. \n
  5. npm install
  6. \n
\n

Note this project uses the node-server submodule available at https://github.com/corda/node-server this must be initialised either by passing the --recursive option when running git clone OR executing the following commands.

\n
    \n
  1. git submodule init
  2. \n
  3. git submodule update*
  4. \n
\n

*this command must also be run after any pull request which includes updates to the submodule. An alternative is to do pull requests with the following option:\ngit pull --recurse-submodules

\n

Other submodule commands:

\n
    \n
  • \n

    Fetch and merge the latest node-server submodule code

    \n
      \n
    • git submodule update --remote
    • \n
    \n
  • \n
  • \n

    Doing work on the submodule i.e. changing files in ./server

    \n
      \n
    • submodules default to a detached head, so change to server directory and checkout a branch
    • \n
    • cd ./server
    • \n
    • git checkout master
    • \n
    • Add or commit your changes as usual.
    • \n
    \n
  • \n
  • \n

    To PULL submodule updates from server side, if there are changes on your local branch either merge or rebase with the pull

    \n
      \n
    • From MAIN project directory
    • \n
    • git submodule update --remote --merge OR
    • \n
    • git submodule update --remote --rebase
    • \n
    \n
  • \n
  • \n

    To PUSH submodule updates to server side

    \n
      \n
    • From MAIN project directory
    • \n
    • git push --recurse-submodules=on-demand
    • \n
    \n
  • \n
\n

Running the Node Explorer w/o packaging

\n

To test your changes or run the node explorer without packaging you must:

\n

1 Build and run the server jar first

\n
    \n
  • cd server
  • \n
  • ./gradlew assemble
  • \n
  • java -jar ./server/build/libs/explorer-server-<version>.jar .
  • \n
\n

2 Then run the front end from the main project directory

\n
    \n
  • npm start
  • \n
\n

3 The application can then be used through your browser at http://localhost:3000

\n

Packaging electron installers / app files

\n

Note: You must have a compiled server jar in the directory root

\n
    \n
  • cd ./server && ./gradlew bootJar, move compiled jar in ./server/build/libs to the root.
  • \n
\n

Then run: npm run electron-pack

\n
\n

Deploy or Run Node Explorer with Docker

\n

You can build docker images using the provided DockerFile(s). You will need to build two images, one for the Node Explorer front end ./DockerFile and another for the backend Node Server ./server/DockerFile (the Node Server DockerFile utilizes layers so you will need to extract the jar - see A Better Dockerfile)

\n

If you DO NOT want to build your own images you can simply run Node Explorer using the docker-compose.yml and with contributed images. Follow the steps below:

\n

#####1. Set cordapps path

\n
export CORDAPPS_PATH=Your cordapps path here\n
\n

example

\n
export CORDAPPS_PATH=/home/karthik/github/samples-java/Basic/yo-cordapp/build/nodes/PartyA/cordapps\n
\n

#####2. Run docker-compose file

\n
docker-compose up -d\n
\n

#####3. Browse to Node explorer UI

\n

explorer runs at port 3000

\n
http://localhost:3000/\n
\n

#####4. Set cordapps directory in settings

\n

Provide cordapps path as /cordapps in settings tab.

\n
/cordapps\n
\n
", "readmeOriginal": "

Node Explorer

\n

Stand alone desktop app for Win/Osx/Linux that allows connecting to a local or remote Corda node. Examine transactions, run flows and view node and network properties in a few simple clicks.

\n

Downloading the Node Explorer Binaries

\n

If you're looking to download the node explorer and get started using it; download the latest packaged release on this repo's releases page.

\n

There are install packages for Linux, OSX and Windows.

\n

To login to your Corda node, you will need to provide the:

\n
    \n
  • Hostname (domain, IP, or localhost)
  • \n
  • Rpc Port
  • \n
  • Username
  • \n
  • Password
  • \n
\n

Notes: You can find the Rpc port in your node config under rpcSettings->address or as displayed in a CraSH shell instance. If you have not explicitly set a username/password project defaults are user1 and test.

\n

Full instructions for using the Node-Explorer application at the documentation

\n
\n

Setting up for Node Explorer for Development

\n

Note: This repository uses sub-modules. If cloning use git clone --recursive to automatically initialize and update the submodules.

\n

Installation:

\n

Requirements: NodeJS and Npm package manager.

\n
    \n
  1. git clone --recursive <this repo> <optional: target dir>
  2. \n
  3. cd node-explorer (or target directory)
  4. \n
  5. npm install
  6. \n
\n

Note this project uses the node-server submodule available at https://github.com/corda/node-server this must be initialised either by passing the --recursive option when running git clone OR executing the following commands.

\n
    \n
  1. git submodule init
  2. \n
  3. git submodule update*
  4. \n
\n

*this command must also be run after any pull request which includes updates to the submodule. An alternative is to do pull requests with the following option:\ngit pull --recurse-submodules

\n

Other submodule commands:

\n
    \n
  • \n

    Fetch and merge the latest node-server submodule code

    \n
      \n
    • git submodule update --remote
    • \n
    \n
  • \n
  • \n

    Doing work on the submodule i.e. changing files in ./server

    \n
      \n
    • submodules default to a detached head, so change to server directory and checkout a branch
    • \n
    • cd ./server
    • \n
    • git checkout master
    • \n
    • Add or commit your changes as usual.
    • \n
    \n
  • \n
  • \n

    To PULL submodule updates from server side, if there are changes on your local branch either merge or rebase with the pull

    \n
      \n
    • From MAIN project directory
    • \n
    • git submodule update --remote --merge OR
    • \n
    • git submodule update --remote --rebase
    • \n
    \n
  • \n
  • \n

    To PUSH submodule updates to server side

    \n
      \n
    • From MAIN project directory
    • \n
    • git push --recurse-submodules=on-demand
    • \n
    \n
  • \n
\n

Running the Node Explorer w/o packaging

\n

To test your changes or run the node explorer without packaging you must:

\n

1 Build and run the server jar first

\n
    \n
  • cd server
  • \n
  • ./gradlew assemble
  • \n
  • java -jar ./server/build/libs/explorer-server-<version>.jar .
  • \n
\n

2 Then run the front end from the main project directory

\n
    \n
  • npm start
  • \n
\n

3 The application can then be used through your browser at http://localhost:3000

\n

Packaging electron installers / app files

\n

Note: You must have a compiled server jar in the directory root

\n
    \n
  • cd ./server && ./gradlew bootJar, move compiled jar in ./server/build/libs to the root.
  • \n
\n

Then run: npm run electron-pack

\n
\n

Deploy or Run Node Explorer with Docker

\n

You can build docker images using the provided DockerFile(s). You will need to build two images, one for the Node Explorer front end ./DockerFile and another for the backend Node Server ./server/DockerFile (the Node Server DockerFile utilizes layers so you will need to extract the jar - see A Better Dockerfile)

\n

If you DO NOT want to build your own images you can simply run Node Explorer using the docker-compose.yml and with contributed images. Follow the steps below:

\n

#####1. Set cordapps path

\n
export CORDAPPS_PATH=Your cordapps path here\n
\n

example

\n
export CORDAPPS_PATH=/home/karthik/github/samples-java/Basic/yo-cordapp/build/nodes/PartyA/cordapps\n
\n

#####2. Run docker-compose file

\n
docker-compose up -d\n
\n

#####3. Browse to Node explorer UI

\n

explorer runs at port 3000

\n
http://localhost:3000/\n
\n

#####4. Set cordapps directory in settings

\n

Provide cordapps path as /cordapps in settings tab.

\n
/cordapps\n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:12.857Z" + "readmeFetchedAt": "2020-09-18T00:10:38.236Z" + }, + "color-ramp-formulator": { + "readmeCleaned": "

\"Color COLOR RAMP FORMULATOR

\n

Color Ramp Formulator is an open-source desktop application used to generate algorithmically-defined color ramps, making use of formulas.

\n

This application is built with Electron, and works on macOS, Linux and Windows operating systems.

\n

\"Color

\n

\"Color

\n

\"Color

\n

\"Color

\n

Examples

\n

CubeHelix (Destiny)

\n

\"CubeHelix

\n

\"CubeHelix

\n
cubehelix_color (1 - t, 0, 0.4, 0.8, 1, [ 0.15, 0.85 ])
\n

Diverging

\n

\"Diverging

\n

\"Diverging

\n
rgb_t\n(\n    cos ((t - 2/6) * PI),\n    cos ((t - 3/6) * PI),\n    cos ((t - 4/6) * PI)\n)
\n

Fancy (Ternary)

\n

\"Fancy

\n

\"Fancy

\n
rgb\n(\n    (x < 127.5) ? 255 - (2 * x) : (2 * x) - 255,\n    (x < 127.5) ? 1.5 * x : 127.5 + (0.5 * x),\n    (x < 127.5) ? 127.5 + (0.5 * (255 - x)) : 1.5 * (255 - x)\n)
\n

Green Sequential (Discrete)

\n

\"Green

\n

\"Green

\n
discrete_colors\n(\n    [\n        "#085A32",\n        "#118649",\n        "#18A85A",\n        "#52B974",\n        "#9ECF8A",\n        "#D2E3A2",\n        "#F0F1BA",\n        "#F7F8E5"\n    ],\n    [ 0, 255 ], x\n)
\n

Iron (YCbCr)

\n

\"Iron

\n

\"Iron

\n
ycbcr_t\n(\n    lerp (0.059, 0.886, t),\n    cubic ([ 5.99477, -8.68926, 2.53768, 0.550188 ], t),\n    cubic ([ 0.683558, -2.49828, 1.94276, 0.383144 ], t)\n)
\n

Navajo White (Transformed)

\n

\"Navajo

\n

\"Navajo

\n
transform_color\n(\n    "navajo_white",\n    0, lerp (1, 2, t), lerp (1, 1/3, t)\n)
\n

Parakeet (CubeHelix)

\n

\"Parakeet

\n

\"Parakeet

\n
interpolate_colors\n(\n    [\n        [ 0/3, cubehelix (260, 60, 35) ],\n        [ 2/3, cubehelix (80, 120, 75) ],\n        [ 3/3, "gold" ]\n    ],\n    t,\n    "cubehelix-dec", [ 100, 0, 0 ]\n)
\n

Radiancy (HSL)

\n

\"Radiancy

\n

\"Radiancy

\n
distribute_colors\n(\n    [ "#2A4858", "#FAFA6E", "#2A4858" ],\n    [ 0, 1 ], t,\n    "hsl-far", [ 0, 100, 0 ]\n)
\n

Two-Sided Color Bar

\n

\"Two-Sided

\n

\"Two-Sided

\n
hsv\n(\n    t < 0.5 ? lerp (240, 120, t) : lerp (60, -60, t - 0.5),\n    100,\n    100\n)
\n

Yellow to Blue

\n

\"Yellow

\n

\"Yellow

\n
hcl_t\n(\n    1/9 + 1/6 + (t / 2),\n    0.5,\n    1 - pow (t, 1.5)\n)
\n

Yellow to Red (Wavelengths)

\n

\"Yellow

\n

\"Yellow

\n
wavelength_color (lerp (580, 645, t))
\n

Using

\n

You can download the latest release for macOS.

\n

Building

\n

You'll need Node.js (which comes with npm) installed on your computer in order to build this application.

\n

Clone method

\n
# Clone the repository\ngit clone https://github.com/tonton-pixel/color-ramp-formulator\n# Go into the repository\ncd color-ramp-formulator\n# Install dependencies\nnpm install\n# Run the application\nnpm start
\n

Note: to use the clone method, the core tool git must also be installed.

\n

Download method

\n

If you don't wish to clone, you can download the source code, unZip it, then directly run the following commands from a Terminal opened at the resulting color-ramp-formulator-master folder location:

\n
# Install dependencies\nnpm install\n# Run the application\nnpm start
\n

Packaging

\n

Several scripts are also defined in the package.json file to build OS-specific bundles of the application, using the simple yet powerful Electron Packager Node module.
\nFor instance, running the following command (once the dependencies are installed) will create the Color Ramp Formulator.app version for macOS:

\n
# Build macOS (Darwin) application\nnpm run build-darwin
\n

License

\n

The MIT License (MIT).

\n

Copyright © 2020 Michel Mariani.

\n
", + "readmeOriginal": "

\"Color COLOR RAMP FORMULATOR

\n

Color Ramp Formulator is an open-source desktop application used to generate algorithmically-defined color ramps, making use of formulas.

\n

This application is built with Electron, and works on macOS, Linux and Windows operating systems.

\n

\"Color

\n

\"Color

\n

\"Color

\n

\"Color

\n

Examples

\n

CubeHelix (Destiny)

\n

\"CubeHelix

\n

\"CubeHelix

\n
cubehelix_color (1 - t, 0, 0.4, 0.8, 1, [ 0.15, 0.85 ])
\n

Diverging

\n

\"Diverging

\n

\"Diverging

\n
rgb_t\n(\n    cos ((t - 2/6) * PI),\n    cos ((t - 3/6) * PI),\n    cos ((t - 4/6) * PI)\n)
\n

Fancy (Ternary)

\n

\"Fancy

\n

\"Fancy

\n
rgb\n(\n    (x < 127.5) ? 255 - (2 * x) : (2 * x) - 255,\n    (x < 127.5) ? 1.5 * x : 127.5 + (0.5 * x),\n    (x < 127.5) ? 127.5 + (0.5 * (255 - x)) : 1.5 * (255 - x)\n)
\n

Green Sequential (Discrete)

\n

\"Green

\n

\"Green

\n
discrete_colors\n(\n    [\n        \"#085A32\",\n        \"#118649\",\n        \"#18A85A\",\n        \"#52B974\",\n        \"#9ECF8A\",\n        \"#D2E3A2\",\n        \"#F0F1BA\",\n        \"#F7F8E5\"\n    ],\n    [ 0, 255 ], x\n)
\n

Iron (YCbCr)

\n

\"Iron

\n

\"Iron

\n
ycbcr_t\n(\n    lerp (0.059, 0.886, t),\n    cubic ([ 5.99477, -8.68926, 2.53768, 0.550188 ], t),\n    cubic ([ 0.683558, -2.49828, 1.94276, 0.383144 ], t)\n)
\n

Navajo White (Transformed)

\n

\"Navajo

\n

\"Navajo

\n
transform_color\n(\n    \"navajo_white\",\n    0, lerp (1, 2, t), lerp (1, 1/3, t)\n)
\n

Parakeet (CubeHelix)

\n

\"Parakeet

\n

\"Parakeet

\n
interpolate_colors\n(\n    [\n        [ 0/3, cubehelix (260, 60, 35) ],\n        [ 2/3, cubehelix (80, 120, 75) ],\n        [ 3/3, \"gold\" ]\n    ],\n    t,\n    \"cubehelix-dec\", [ 100, 0, 0 ]\n)
\n

Radiancy (HSL)

\n

\"Radiancy

\n

\"Radiancy

\n
distribute_colors\n(\n    [ \"#2A4858\", \"#FAFA6E\", \"#2A4858\" ],\n    [ 0, 1 ], t,\n    \"hsl-far\", [ 0, 100, 0 ]\n)
\n

Two-Sided Color Bar

\n

\"Two-Sided

\n

\"Two-Sided

\n
hsv\n(\n    t < 0.5 ? lerp (240, 120, t) : lerp (60, -60, t - 0.5),\n    100,\n    100\n)
\n

Yellow to Blue

\n

\"Yellow

\n

\"Yellow

\n
hcl_t\n(\n    1/9 + 1/6 + (t / 2),\n    0.5,\n    1 - pow (t, 1.5)\n)
\n

Yellow to Red (Wavelengths)

\n

\"Yellow

\n

\"Yellow

\n
wavelength_color (lerp (580, 645, t))
\n

Using

\n

You can download the latest release for macOS.

\n

Building

\n

You'll need Node.js (which comes with npm) installed on your computer in order to build this application.

\n

Clone method

\n
# Clone the repository\ngit clone https://github.com/tonton-pixel/color-ramp-formulator\n# Go into the repository\ncd color-ramp-formulator\n# Install dependencies\nnpm install\n# Run the application\nnpm start
\n

Note: to use the clone method, the core tool git must also be installed.

\n

Download method

\n

If you don't wish to clone, you can download the source code, unZip it, then directly run the following commands from a Terminal opened at the resulting color-ramp-formulator-master folder location:

\n
# Install dependencies\nnpm install\n# Run the application\nnpm start
\n

Packaging

\n

Several scripts are also defined in the package.json file to build OS-specific bundles of the application, using the simple yet powerful Electron Packager Node module.
\nFor instance, running the following command (once the dependencies are installed) will create the Color Ramp Formulator.app version for macOS:

\n
# Build macOS (Darwin) application\nnpm run build-darwin
\n

License

\n

The MIT License (MIT).

\n

Copyright © 2020 Michel Mariani.

\n
", + "readmeFetchedAt": "2020-09-18T00:10:38.250Z" + }, + "concats": { + "readmeCleaned": "

concats

\n

Cross platform desktop app for outputting a single-column csv file of rows of concatenated fields from an input delimiter-separated values file.

\n

Accepts .csv, .tsv, and extension-less files (data.csv, data.tsv, data) as input.

\n

\"demo\"

\n

Download

\n

v1.13.3

\n\n

Made with

\n\n

Development

\n

To run concats locally (requires Node.js v8.9 or above):

\n
git clone git@github.com/brianzelip/concats.git\n\ncd concats\n\nnpm install\n\nnpm run electron:serve\n
\n

Build binaries

\n

To build the executable binary for $PLATFORM, you must have Node.js v8.9 or above on $PLATFORM, and run:

\n
git clone git@github.com/brianzelip/concats.git\n\ncd concats\n\nnpm install\n\nnpm run electron:build
\n
", + "readmeOriginal": "

concats

\n

Cross platform desktop app for outputting a single-column csv file of rows of concatenated fields from an input delimiter-separated values file.

\n

Accepts .csv, .tsv, and extension-less files (data.csv, data.tsv, data) as input.

\n

\"demo\"

\n

Download

\n

v1.13.3

\n\n

Made with

\n\n

Development

\n

To run concats locally (requires Node.js v8.9 or above):

\n
git clone git@github.com/brianzelip/concats.git\n\ncd concats\n\nnpm install\n\nnpm run electron:serve\n
\n

Build binaries

\n

To build the executable binary for $PLATFORM, you must have Node.js v8.9 or above on $PLATFORM, and run:

\n
git clone git@github.com/brianzelip/concats.git\n\ncd concats\n\nnpm install\n\nnpm run electron:build
\n
", + "readmeFetchedAt": "2020-09-18T00:10:38.258Z" + }, + "correo": { + "readmeCleaned": "

\n
\n \"Correo\"\n
\n Correo\n
\n

\n

A menubar/taskbar Gmail App based on Electron.

\n

\n \n \n \n

\n

\n \n \n \n

\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Windows 
\"sreenshot1\"\"screenshot2\"
\n

Features

\n
    \n
  • Runs Gmail right from the Taskbar (in Windows) or from the Menubar (in macOS).
  • \n
  • Remains active in the tray for quick usage.
  • \n
  • Uses Gmail's UI for mobile so it's best to use within menubar/taskbar.
  • \n
  • Cross platform\n\n
  • \n
\n

How To Use

\n

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

\n
# Clone this repository\n$ git clone https://github.com/amitmerchant1990/correo\n\n# Go into the repository\n$ cd correo\n\n# Install dependencies\n$ npm install\n\n# Run the app\n$ npm start
\n

Note: If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

\n

Download

\n

Download the portable version of Correo for Windows, macOS and Linux from here.

\n

Correo?

\n

Correo means "mail" in Spanish.

\n

Credits

\n

This software uses code from several open source packages.

\n\n

License

\n
\n

The MIT license (MIT)

\n

Copyright (c) Amit Merchant

\n

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

\n

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

\n

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

\n
\n
\n
\n

amitmerchant.com  · \nGitHub @amitmerchant1990  · \nTwitter @amit_merchant

\n
\n
", + "readmeOriginal": "

\n
\n \"Correo\"\n
\n Correo\n
\n

\n

A menubar/taskbar Gmail App based on Electron.

\n

\n \n \n \n

\n

\n \n \n \n

\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Windows 
\"sreenshot1\"\"screenshot2\"
\n

Features

\n
    \n
  • Runs Gmail right from the Taskbar (in Windows) or from the Menubar (in macOS).
  • \n
  • Remains active in the tray for quick usage.
  • \n
  • Uses Gmail's UI for mobile so it's best to use within menubar/taskbar.
  • \n
  • Cross platform\n\n
  • \n
\n

How To Use

\n

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

\n
# Clone this repository\n$ git clone https://github.com/amitmerchant1990/correo\n\n# Go into the repository\n$ cd correo\n\n# Install dependencies\n$ npm install\n\n# Run the app\n$ npm start
\n

Note: If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

\n

Download

\n

Download the portable version of Correo for Windows, macOS and Linux from here.

\n

Correo?

\n

Correo means \"mail\" in Spanish.

\n

Credits

\n

This software uses code from several open source packages.

\n\n

License

\n
\n

The MIT license (MIT)

\n

Copyright (c) Amit Merchant

\n

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

\n

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

\n

THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

\n
\n
\n
\n

amitmerchant.com  · \nGitHub @amitmerchant1990  · \nTwitter @amit_merchant

\n
\n
", + "readmeFetchedAt": "2020-09-18T00:10:38.266Z" }, "coursehunt": { "readmeCleaned": "

\n \n

\n

\n \n \n \n \n

\n

Coursehunt

\n

A desktop application which allows you to batch download a course from coursehunters. Coursehunters is a platform where you can download online courses for free, learn and spread knowledge.

\n

Download - https://github.com/theIYD/coursehunt/releases

\n

\"\"

\n

Features

\n
    \n
  • On a click, batch download the course. The lessons are downloaded one by one without any internal interruptions.
  • \n
  • Get a realtime progress which shows you the download speed in kB/s, time remaining and the size transferred.
  • \n
  • Pause and resume the download at any instant.
  • \n
  • On sudden offline, pause the current download.
  • \n
  • If the download is suddenly stopped due to some error, the file is re-downloaded again.
  • \n
\n

Build

\n

Clone the github repository and install the dependencies using yarn.

\n
$ git clone https://github.com/theIYD/coursehunt coursehunt\n$ cd coursehunt\n$ npm install
\n

Next, to start the application,

\n
$ npm start
\n

Credits

\n

Special thanks to coursehunters for spreading knowledge by providing free courses from great platforms.

\n\n

Contribute

\n

Contributions are always welcomed in the form of issues and pull requests.\nShow some love by starring the repository. 🤘✌️

\n

Inspired by https://github.com/alekseylovchikov/ch-download

\n

License

\n

MIT

\n
", "readmeOriginal": "

\n \n

\n

\n \n \n \n \n

\n

Coursehunt

\n

A desktop application which allows you to batch download a course from coursehunters. Coursehunters is a platform where you can download online courses for free, learn and spread knowledge.

\n

Download - https://github.com/theIYD/coursehunt/releases

\n

\"\"

\n

Features

\n
    \n
  • On a click, batch download the course. The lessons are downloaded one by one without any internal interruptions.
  • \n
  • Get a realtime progress which shows you the download speed in kB/s, time remaining and the size transferred.
  • \n
  • Pause and resume the download at any instant.
  • \n
  • On sudden offline, pause the current download.
  • \n
  • If the download is suddenly stopped due to some error, the file is re-downloaded again.
  • \n
\n

Build

\n

Clone the github repository and install the dependencies using yarn.

\n
$ git clone https://github.com/theIYD/coursehunt coursehunt\n$ cd coursehunt\n$ npm install
\n

Next, to start the application,

\n
$ npm start
\n

Credits

\n

Special thanks to coursehunters for spreading knowledge by providing free courses from great platforms.

\n\n

Contribute

\n

Contributions are always welcomed in the form of issues and pull requests.\nShow some love by starring the repository. 🤘✌️

\n

Inspired by https://github.com/alekseylovchikov/ch-download

\n

License

\n

MIT

\n
", - "readmeFetchedAt": "2020-09-17T12:09:12.936Z" + "readmeFetchedAt": "2020-09-18T00:10:38.314Z" }, "cromberg": { "readmeCleaned": "

Cromberg - personal finance accounting system

\n

Features

\n

Accounting of income

\n
    \n
  • Inserting income data with next fields: date, month, sum, type, contact, description\n
      \n
    • Different between date and month: date - exact date of receive money; month - month, for which money you received
    • \n
    \n
  • \n
  • Income chart by months
  • \n
  • Calculating sum and average income by months, the best, worst and average month
  • \n
\n

Balance

\n
    \n
  • Inserting balance data with different sources (example: cash, account in A bank, electronic money)
  • \n
  • Balance chart by months
  • \n
  • Costs chart by months (based on balance and income data)
  • \n
\n

Other

\n
    \n
  • App's database by default storing in %APPDATA%/Roaming/Cromberg/db/database for Windows and similarly for others OS. You can change it in settings.
  • \n
  • Creating backup of database on every launch app, but not more ofter once a day. Backup folder you can set in settings.
  • \n
  • Email reminder every last day of month to fill balance data. Subscription and unsubscribing of notification by setting in app.
  • \n
  • Multi-language support: English, Russian and French
  • \n
\n

Requirements

\n
    \n
  • Its need internet connection for correct work
  • \n
  • Supports Windows, MacOS, Linux
  • \n
\n

Technology stack

\n\n

Screenshots

\n

\"Income\n\"Balance

\n

Contributing

\n

You are welcome for contributing.

\n

How to run app from sources

\n

First of all, do npm install from app folder.

\n

In folder app/db there is database-dev-example file with some prepared data for application. Copy it and rename to app/database-dev.

\n

There are two commands to run app from sources:

\n
    \n
  • npm run dev - to launch app with using database in app/database-dev file
  • \n
  • npm start - standard way to launch app
  • \n
\n

How to build app

\n

npm run dist

\n

Hot to make pull request

\n

Create pull request only to dev branch. Your commits will merge in master with next release.

\n

License

\n

MIT

\n
", "readmeOriginal": "

Cromberg - personal finance accounting system

\n

Features

\n

Accounting of income

\n
    \n
  • Inserting income data with next fields: date, month, sum, type, contact, description\n
      \n
    • Different between date and month: date - exact date of receive money; month - month, for which money you received
    • \n
    \n
  • \n
  • Income chart by months
  • \n
  • Calculating sum and average income by months, the best, worst and average month
  • \n
\n

Balance

\n
    \n
  • Inserting balance data with different sources (example: cash, account in A bank, electronic money)
  • \n
  • Balance chart by months
  • \n
  • Costs chart by months (based on balance and income data)
  • \n
\n

Other

\n
    \n
  • App's database by default storing in %APPDATA%/Roaming/Cromberg/db/database for Windows and similarly for others OS. You can change it in settings.
  • \n
  • Creating backup of database on every launch app, but not more ofter once a day. Backup folder you can set in settings.
  • \n
  • Email reminder every last day of month to fill balance data. Subscription and unsubscribing of notification by setting in app.
  • \n
  • Multi-language support: English, Russian and French
  • \n
\n

Requirements

\n
    \n
  • Its need internet connection for correct work
  • \n
  • Supports Windows, MacOS, Linux
  • \n
\n

Technology stack

\n\n

Screenshots

\n

\"Income\n\"Balance

\n

Contributing

\n

You are welcome for contributing.

\n

How to run app from sources

\n

First of all, do npm install from app folder.

\n

In folder app/db there is database-dev-example file with some prepared data for application. Copy it and rename to app/database-dev.

\n

There are two commands to run app from sources:

\n
    \n
  • npm run dev - to launch app with using database in app/database-dev file
  • \n
  • npm start - standard way to launch app
  • \n
\n

How to build app

\n

npm run dist

\n

Hot to make pull request

\n

Create pull request only to dev branch. Your commits will merge in master with next release.

\n

License

\n

MIT

\n
", - "readmeFetchedAt": "2020-09-17T12:09:13.143Z" + "readmeFetchedAt": "2020-09-18T00:10:38.339Z" }, "crossover": { "readmeCleaned": "

\n \n

\n

CrossOver \"TravisCI \"Appveyor

\n
\n

🎯 Adjustable gaming Crosshair Overlay for any screen

\n
\n

CrossOver allows you to place a customizable crosshair overlay above any application window.\nImprove your aim and gain a competitive advantage with a permanant colored crosshair to mark center screen.

\n

Quick Start

\n

Download CrossOver for Windows

\n
View all dowloads for any OS
\n
    \n
  • Choose a crosshair from over 50 sights
  • \n
  • Click and drag the grip icon to move Crossover around
  • \n
  • Use Control-Alt-Shift and arrow keys for fine-tuning
  • \n
  • Control-Alt-Shift-X to lock in place
  • \n
  • Control-Alt-Shift-R to reset and recenter
  • \n
\n

Features

\n
    \n
  • Choose from tons of true-to-life sights
  • \n
  • Cross-platform: Windows, MacOS, and Linux support
  • \n
  • Support for multiple monitors
  • \n
  • Choose between center Dot or Crosshair
  • \n
  • Customize crosshair size, color, and opacity
  • \n
  • Persistant settings remembers your choices automatically
  • \n
  • Automatically updates in the background to keep your features fresh
  • \n
  • Tested via Spectron
  • \n
\n

Download CrossOver

\n

\n \n

\n

Other crosshair programs offer a single style or color option, and often don't allow you to reposition them. CrossOver is a small, unintrusive crosshair overlay which has plenty of configuration options to assist with aiming and vision of your crosshair. CrossOver offers a huge improvement to many games' default crosshairs for those with colorblindness or contrast issues.

\n
Thanks to Reddit user /u/IrisFlame for the premade library of crosshairs!
\n
\n

Install

\n

macOS 10.10+, Linux, and Windows 7+ are supported.

\n

Download the latest version of CrossOver from the releases page

\n

Windows

\n

Download the .exe file. (CrossOver-Setup-x.x.x.exe)

\n

macOS

\n

Download the .dmg file. (CrossOver-x.x.x.dmg)

\n

Linux

\n

Download the .AppImage or .deb file.

\n

The AppImage needs to be made executable after download.

\n
Because this app is Free and Open-Source, we cannot afford to sign our code. This means Chrome may warn about an untrusted download, this is normal. Click the arrow icon -> Keep to finish downloading. Windows Defender and Mac Gatekeeper will prevent you from running the app the first time.
\n
Windows
\n
\n

Windows protected your PC.

\n
\n
    \n
  • Click More Info
  • \n
  • Click Run Anyway
  • \n
\n
Mac
\n
\n

"CrossOver" cannot be opened because the developer cannot be verified.

\n
\n
    \n
  • Locate the CrossOver app
  • \n
  • Hold Control while you click the app icon, then choose Open from the shortcut menu
  • \n
\n
Further instructions for Windows and Mac
\n
\n

Usage

\n
\n

marks the spot...

\n
\n

Click and drag the crosshair to anywhere on any screen.

\n

Double-click the drag icon to center the crosshair on the current display.

\n

To quit in Windows, toggle the app unlocked and right-click > Close.

\n
On a Mac, the Option key is used instead of Alt.
\n

Keyboard Shortcuts

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
DescriptionKeys
Toggle the settings window and lock the crosshair in placeControl-Alt-Shift-X
Quickly hide/show the applicationControl-Alt-Shift-E
Reset all settings and center the windowControl-Alt-Shift-R
Display the "About" window detailsControl-Alt-Shift-A
Move the crosshair a single pixelControl-Alt-Shift-Arrows
\n

\n\t
\n\t\n\t\n\t\n\t\n\t\n

\n
\n

Development

\n

Built with Electron. Simple HTML and Javascript, no framework.

\n

Start developing in src/main.js and src/renderer.js.

\n

Run

\n
$ npm install && npm start\n
\n

Build

\n

wine and mono must be installed for Windows builds (macOS)

\n
$ npm run build\n
\n

Publish

\n
$ npm run release\n
\n

Then edit the automatically created GitHub Releases draft and publish.

\n

Bugs

\n

Hidden by fullscreen apps

\n

Currently CrossOver only works with windowed applications, use Windowed Fullscreen mode if your game or application supports it. Windows - [https://github.com/lacymorrow/crossover/issues/1]

\n

Sight is deformed or off by 1 pixel

\n

Due to limitations in chrome we are unable to generate sub-pixel graphics, although there may be a way...

\n

Transparency not working

\n

CrossOver will not hide settings when locked. Crosshair loses opacity (becomes opaque). Linux (debian) - [https://github.com/lacymorrow/crossover/issues/5]

\n
", "readmeOriginal": "

\n \n

\n

CrossOver \"TravisCI \"Appveyor

\n
\n

🎯 Adjustable gaming Crosshair Overlay for any screen

\n
\n

CrossOver allows you to place a customizable crosshair overlay above any application window.\nImprove your aim and gain a competitive advantage with a permanant colored crosshair to mark center screen.

\n

Quick Start

\n

Download CrossOver for Windows

\n
View all dowloads for any OS
\n
    \n
  • Choose a crosshair from over 50 sights
  • \n
  • Click and drag the grip icon to move Crossover around
  • \n
  • Use Control-Alt-Shift and arrow keys for fine-tuning
  • \n
  • Control-Alt-Shift-X to lock in place
  • \n
  • Control-Alt-Shift-R to reset and recenter
  • \n
\n

Features

\n
    \n
  • Choose from tons of true-to-life sights
  • \n
  • Cross-platform: Windows, MacOS, and Linux support
  • \n
  • Support for multiple monitors
  • \n
  • Choose between center Dot or Crosshair
  • \n
  • Customize crosshair size, color, and opacity
  • \n
  • Persistant settings remembers your choices automatically
  • \n
  • Automatically updates in the background to keep your features fresh
  • \n
  • Tested via Spectron
  • \n
\n

Download CrossOver

\n

\n \n

\n

Other crosshair programs offer a single style or color option, and often don't allow you to reposition them. CrossOver is a small, unintrusive crosshair overlay which has plenty of configuration options to assist with aiming and vision of your crosshair. CrossOver offers a huge improvement to many games' default crosshairs for those with colorblindness or contrast issues.

\n
Thanks to Reddit user /u/IrisFlame for the premade library of crosshairs!
\n
\n

Install

\n

macOS 10.10+, Linux, and Windows 7+ are supported.

\n

Download the latest version of CrossOver from the releases page

\n

Windows

\n

Download the .exe file. (CrossOver-Setup-x.x.x.exe)

\n

macOS

\n

Download the .dmg file. (CrossOver-x.x.x.dmg)

\n

Linux

\n

Download the .AppImage or .deb file.

\n

The AppImage needs to be made executable after download.

\n
Because this app is Free and Open-Source, we cannot afford to sign our code. This means Chrome may warn about an untrusted download, this is normal. Click the arrow icon -> Keep to finish downloading. Windows Defender and Mac Gatekeeper will prevent you from running the app the first time.
\n
Windows
\n
\n

Windows protected your PC.

\n
\n
    \n
  • Click More Info
  • \n
  • Click Run Anyway
  • \n
\n
Mac
\n
\n

\"CrossOver\" cannot be opened because the developer cannot be verified.

\n
\n
    \n
  • Locate the CrossOver app
  • \n
  • Hold Control while you click the app icon, then choose Open from the shortcut menu
  • \n
\n
Further instructions for Windows and Mac
\n
\n

Usage

\n
\n

marks the spot...

\n
\n

Click and drag the crosshair to anywhere on any screen.

\n

Double-click the drag icon to center the crosshair on the current display.

\n

To quit in Windows, toggle the app unlocked and right-click > Close.

\n
On a Mac, the Option key is used instead of Alt.
\n

Keyboard Shortcuts

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
DescriptionKeys
Toggle the settings window and lock the crosshair in placeControl-Alt-Shift-X
Quickly hide/show the applicationControl-Alt-Shift-E
Reset all settings and center the windowControl-Alt-Shift-R
Display the \"About\" window detailsControl-Alt-Shift-A
Move the crosshair a single pixelControl-Alt-Shift-Arrows
\n

\n\t
\n\t\n\t\n\t\n\t\n\t\n

\n
\n

Development

\n

Built with Electron. Simple HTML and Javascript, no framework.

\n

Start developing in src/main.js and src/renderer.js.

\n

Run

\n
$ npm install && npm start\n
\n

Build

\n

wine and mono must be installed for Windows builds (macOS)

\n
$ npm run build\n
\n

Publish

\n
$ npm run release\n
\n

Then edit the automatically created GitHub Releases draft and publish.

\n

Bugs

\n

Hidden by fullscreen apps

\n

Currently CrossOver only works with windowed applications, use Windowed Fullscreen mode if your game or application supports it. Windows - [https://github.com/lacymorrow/crossover/issues/1]

\n

Sight is deformed or off by 1 pixel

\n

Due to limitations in chrome we are unable to generate sub-pixel graphics, although there may be a way...

\n

Transparency not working

\n

CrossOver will not hide settings when locked. Crosshair loses opacity (becomes opaque). Linux (debian) - [https://github.com/lacymorrow/crossover/issues/5]

\n
", - "readmeFetchedAt": "2020-09-17T12:09:13.323Z" + "readmeFetchedAt": "2020-09-18T00:10:38.378Z" + }, + "compact-log-viewer": { + "readmeCleaned": "

Compact Log Format Viewer 🔍 📈

\n

A cross platform tool to read & query JSON aka CLEF log files created by Serilog

\n

\n

\"screenshot\"

\n

Download

\n

Releases are available on this GitHub Repository along on the Windows Store

\n

Windows

\n

\"English

\n

MacOS

\n

\n

Building

\n

You will need the following installed:

\n
    \n
  • node/npm
  • \n
  • .NET Core SDK 2.2+
  • \n
\n

For OSX & Windows you can download the SDK here or install Visual Studio for Mac/Windows which includes the dotnet CLI tool
\nhttps://dotnet.microsoft.com/download
\nhttps://visualstudio.microsoft.com/vs/

\n

Build Steps 🔨📐

\n
    \n
  • Clone Repo
  • \n
  • Open terminal in root of project
  • \n
  • dotnet publish --runtime osx-x64 --output bin/dist/osx --configuration release -p:PublishSingleFile=true generates a self contained application for our WebAPI
  • \n
  • dotnet publish --runtime win-x64 --output bin/dist/win --configuration release -p:PublishSingleFile=true same but creates the Windows version
  • \n
  • Change terminal directory to LogViewer.Client folder
  • \n
  • npm install
  • \n
  • tsc --watch This will compile the TypeScript files & continue to watch them
  • \n
  • Open a new terminal in LogViewer.Client
  • \n
  • npm run start Will run the Electron app for development with Chrome DevTools open/launched
  • \n
\n
\n

Note: If you npm run start before you have compiled the TypeScript files then Electron will complain about not finding the entry point file. Additionally if you have also not run dotnet publish then the underlying WebAPI which we communicate with will not be running.

\n
\n

3rd Party Libraries 💖💖

\n

This package uses the following libraries:

\n
    \n
  • Serilog.Formatting.Compact.Reader
  • \n
  • Serilog.Filters.Expressions
  • \n
  • Serilog.Sinks.File
  • \n
\n
", + "readmeOriginal": "

Compact Log Format Viewer 🔍 📈

\n

A cross platform tool to read & query JSON aka CLEF log files created by Serilog

\n

\n

\"screenshot\"

\n

Download

\n

Releases are available on this GitHub Repository along on the Windows Store

\n

Windows

\n

\"English

\n

MacOS

\n

\n

Building

\n

You will need the following installed:

\n
    \n
  • node/npm
  • \n
  • .NET Core SDK 2.2+
  • \n
\n

For OSX & Windows you can download the SDK here or install Visual Studio for Mac/Windows which includes the dotnet CLI tool
\nhttps://dotnet.microsoft.com/download
\nhttps://visualstudio.microsoft.com/vs/

\n

Build Steps 🔨📐

\n
    \n
  • Clone Repo
  • \n
  • Open terminal in root of project
  • \n
  • dotnet publish --runtime osx-x64 --output bin/dist/osx --configuration release -p:PublishSingleFile=true generates a self contained application for our WebAPI
  • \n
  • dotnet publish --runtime win-x64 --output bin/dist/win --configuration release -p:PublishSingleFile=true same but creates the Windows version
  • \n
  • Change terminal directory to LogViewer.Client folder
  • \n
  • npm install
  • \n
  • tsc --watch This will compile the TypeScript files & continue to watch them
  • \n
  • Open a new terminal in LogViewer.Client
  • \n
  • npm run start Will run the Electron app for development with Chrome DevTools open/launched
  • \n
\n
\n

Note: If you npm run start before you have compiled the TypeScript files then Electron will complain about not finding the entry point file. Additionally if you have also not run dotnet publish then the underlying WebAPI which we communicate with will not be running.

\n
\n

3rd Party Libraries 💖💖

\n

This package uses the following libraries:

\n
    \n
  • Serilog.Formatting.Compact.Reader
  • \n
  • Serilog.Filters.Expressions
  • \n
  • Serilog.Sinks.File
  • \n
\n
", + "readmeFetchedAt": "2020-09-18T00:10:38.476Z" + }, + "cryptowallet": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:38.517Z" }, "cozy-desktop": { "readmeCleaned": "
\n \"Cozy\n\n

Cozy Drive for Desktop

\n

\"Latest\n\"Licence\"\n\"Windows\n\"Linux\n\"Code\n\"Coverage\"

\n

Cozy Drive for Desktop allows you to synchronize the files stored in\nyour Cozy with your laptop and/or desktop computer. It\nreplicates your files on your hard drive and apply changes you made on them on\nother synced devices and on your online Cozy.

\n

This is where the app is being developped. If you just want to install it,\nplease see the Download page.

\n

Contributing

\n\n

Working on the code

\n\n

License

\n

Cozy Drive for Desktop is developed by Cozy Cloud and distributed\nunder the AGPL v3 license.

\n
", "readmeOriginal": "
\n \"Cozy\n\n

Cozy Drive for Desktop

\n

\"Latest\n\"Licence\"\n\"Windows\n\"Linux\n\"Code\n\"Coverage\"

\n

Cozy Drive for Desktop allows you to synchronize the files stored in\nyour Cozy with your laptop and/or desktop computer. It\nreplicates your files on your hard drive and apply changes you made on them on\nother synced devices and on your online Cozy.

\n

This is where the app is being developped. If you just want to install it,\nplease see the Download page.

\n

Contributing

\n\n

Working on the code

\n\n

License

\n

Cozy Drive for Desktop is developed by Cozy Cloud and distributed\nunder the AGPL v3 license.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:13.327Z" + "readmeFetchedAt": "2020-09-18T00:10:38.523Z" }, "coypu": { "readmeCleaned": "

coypu

\n
\n

Text-editor-like weekly planner

\n
\n

Build Setup

\n
# install dependencies\nnpm install\n\n# serve with hot reload at localhost:8080\nnpm run dev\n\n# build for production with minification\nnpm run build\n\n# pack into electron app\nnpm run pack\n\n# release new version\nnpm run dist\n\n# run tests\nnpm test
\n
", "readmeOriginal": "

coypu

\n
\n

Text-editor-like weekly planner

\n
\n

Build Setup

\n
# install dependencies\nnpm install\n\n# serve with hot reload at localhost:8080\nnpm run dev\n\n# build for production with minification\nnpm run build\n\n# pack into electron app\nnpm run pack\n\n# release new version\nnpm run dist\n\n# run tests\nnpm test
\n
", - "readmeFetchedAt": "2020-09-17T12:09:13.660Z" + "readmeFetchedAt": "2020-09-18T00:10:38.531Z" }, "crypter": { "readmeCleaned": "

\n
\n \"Crypter\"\n
\n Crypter\n
\n
\n

\n

An innovative, convenient and secure crypto app.

\n

\n \n \"Download\n \n

\n

\n \n \"Standard\n \n \n \"Travis\n \n \n \"AppVeyor\n \n \n \"Test\n \n \n \"CodeClimate\n \n \n \"Downloads\"\n \n

\n
\n
\n

Encrypt unlimited bits. Remember only a bit.

\n
\n

Crypter is a cross-platform crypto app that makes encryption and decryption\nconvenient while still upholding strong security. It tackles one of the weakest\nlinks in most security systems today - weak passwords. It simplifies secure\npassword generation and management and requires you to only remember one bit -\nyour MasterPass.

\n

Crypter v5.0 is a crypto\napp that can decrypt and encrypt any arbitrary data this includes files and\nfolders. This version has been released and fully tested for macOS (OSX), Linux\n(for all distros via AppImage) and Windows (32 & 64\nbit). All core modules (modules that provide the core functionality) are fully\ntested.

\n

Please open an issue if you have any suggestions and add improvements via PRs!

\n

Also checkout Ciphora (https://github.com/HR/ciphora)\na decentralized end-to-end encrypted messaging app.

\n

Link to this README: https://git.io/Crypter.info

\n
\n

Contents

\n\n\n

\n

Installation

\n

All prebuilt binaries for all major platforms are available under\nreleases.

\n

Crypter is also on Homebrew Cask for\nmacOS. So to install it, simply run the following command in the Terminal:

\n
$ brew cask install crypter
\n
\n

Screens

\n

\n \"Welcome\n \"Crypter\n \"MasterPass\n \"Settings\n

\n
\n

Crypto

\n
\n

One key to derive them all!

\n
\n

Crypter derives a MasterPassKey from the MasterPass obtained at setup by using\nthe PBKDF2 key derivation algorithm (see below for the specification). It\nthen uses PBKDF2 to derive a number of encryption keys from the MasterPassKey\nthat can be used for the encryption of files. This method allows for the\ngeneration of very secure encryption keys for data encryption. Moreover, by\npublicly storing the credentials used to derive the MasterPassKey and the salts\nused to derive the encryption keys, you are able to produce the encryption keys\nat will and without needing to store them securely. Your MasterPass is the only\nthing that you need to remember.

\n

Crypter never directly encrypts anything with your MasterPass. Instead, it\nderives a MasterPassKey from it, which it then uses to derive the\nencryption key used to encrypt your file. Every time a file is decrypted,\nthe encryption key is re-derived from the MasterPassKey. Every time you set the\nMasterPass through the setup or reset it through Verify MasterPass, the\nMasterPassKey is derived from the MasterPass using a newly generated set of\n(random) credentials. These credentials are used to re-derive the MasterPassKey\nevery time that Crypter is executed (i.e. the app is launched).

\n

Authentication with the AES-256-GCM symmetric block cipher is used by default.\nThis ensures that data integrity is verified on decryption and allows the app\nto detect tampering or data corruption.

\n

The following are the crypto defaults and can be found under app/config.js:

\n
// Crypto defaults\n{\n  ITERATIONS: 50000, // file encryption key derivation iterations\n  KEYLENGTH: 32, // encryption key length\n  IVLENGTH: 12, // initialisation vector length\n  ALGORITHM: 'aes-256-gcm', // encryption algorithm\n  DIGEST: 'sha256', // digest function\n  HASH_ALG: 'sha256', // hashing function\n  MPK_ITERATIONS: 100000 // MasterPassKey derivation iterations\n}
\n

Encryption process

\n

When encrypting a file, Crypter first creates a temporary hidden directory,\nnamely '.crypting'. It then encrypts the user-selected file with the crypto\ndefaults and flushes the encrypted data to a file in the directory, namely\n'data'. If it is a directory then it is compressed first (tar). It also writes\nthe public credentials to a file within the same directory, namely 'creds'.\nFinally, Crypter compresses the directory to a tar archive with the name of the\nuser-selected file and the '.crypto' extension appended to it.

\n

Decryption process

\n

The decryption process is essentially the inverse of the encryption process.\nDuring decryption, Crypter creates a temporary hidden directory named\n'.decrypting'. It then reads the credentials from the creds file and decrypts\nthe data file into the original file or directory (after decompressing it) with\nits original name and extension, as deduced from the CRYPTO file name (e.g. the\nextension for "file.txt.crypto" would be ".txt").

\n

Public credentials

\n

Certain credentials are required to decrypt the encrypted data. These are\nneeded to reconstruct the particular encryption key and to verify data integrity.\nThese can be stored publicly without compromising security since it is fairly\nimpossible (by current standards) to reconstruct the encryption key without the\nMasterPass and its credentials. These credentials are stored in the creds file of\nthe CRYPTO file archive (as delineated above) in the following\nformat:

\n

v1

\n
Crypter#iv#authTag#salt#dir\n
\n

v2

\n

Uses JSON

\n
{\n  "type": "CRYPTO",\n  "iv": "...",\n  "authTag": "...",\n  "salt": "...",\n  "isDir": true || false\n}
\n

The dir part is only included for directories\n

\n

CRYPTO file

\n

Format

\n

A CRYPTO file is the product of the Crypter encryption process. This file\nstores both the encrypted version of the user file and the public credentials\nneeded to encrypt and decrypt it. It has a .crypto file extension, which\nis appended to the full file name (including the extension) of the file\noriginally encrypted. The file itself is a tar archive in the following\nstructure:

\n
someFile.crypto\n├── data // the encrypted version of the user selected file\n└── creds // the public credentials used to encrypt it
\n

Reusing the same MasterPass

\n

If you attempt to decrypt a CRYPTO file by resetting to a specific\nMasterPass or setting an identical MasterPass on a different machine,\nyou will likely encounter the following error:

\n
ERROR: Unsupported state or unable to authenticate data\n
\n

This issue occurs because the MasterPassKey that was originally used to\nderive the encryption key on is not the same as the MasterPassKey\nderived with the reused MasterPass. Since Crypter uses randomness to\ngenerate secure credentials, this second set of credentials will be quite\ndifferent from the original set. As a result, the derived encryption key is\nincorrect and yields this error.

\n

See Achieving portability and same MasterPass reuse\nfor instructions on how to successfully reuse the same MasterPass.

\n

Achieving portability and same MasterPass reuse

\n

To achieve portability on Crypter, the set of MasterPassKey credentials\nneed to be exported from Crypter on the source machine1\nand imported into Crypter on the target machine2.

\n

This can be achieved in two simple steps:

\n
    \n
  1. Export MasterPass credentials on the source machine1
  2. \n
  3. Import MasterPass credentials on the target machine2
  4. \n
\n

Please refer to the FAQs for instructions on how to perform the above steps.

\n
\n

[1] The machine where the CRYPTO file was initially\nencrypted.

\n

[2] The machine where you wish to decrypt the CRYPTO\nfile.

\n
\n

Security

\n

Security-first practice

\n

Crypter follows a security-first practice. This means that security is its\nhighest priority and first consideration. Thus, while Crypter seeks\nto make encryption more convenient, it always defers to maintaining\na high level of security.

\n

MasterPass

\n

Crypter never stores your MasterPass in memory or on the filesystem. This\nsubstantially improves the security of your MasterPass. You are only asked to\nenter the MasterPass when you first set, reset or verify it. Whenever you enter\nyour MasterPass, Crypter derives a MasterPassKey (using a set of generated\ncredentials) and then immediately discards the MasterPass. The MasterPassKey is\nthen securely stored in memory and used to derive the encryption keys. Since\nthese credentials are derived via a one-way function, they cannot be used in\nany way to derive the MasterPass.

\n

MasterPassKey

\n

Crypter uses a WeakMap to store the MasterPassKey inside the MasterPassKey class\nusing a closure function. This makes the MasterPassKey data held in the object\n(externally) inaccessible, consequently increasing the protection of the\nMasterPassKey. The MasterPassKey is never flushed to the filesystem and is always\nstored in (main) memory. Since JS does not give control over or allow such a\nlow-level operation as wiping memory, the program relies on the garbage\ncollection and volatility of the main memory for the permanent erasure of the\nMasterPassKey stored in memory.

\n

A decent number of iterations (see the above specifications) are used in the\nderivation of the MasterPassKey to mitigate brute-force attacks. A good\namount of iterations are also used during the derivation of the encryption\nkeys from the MasterPassKey. Consequently, performance and speed are not\nsignificantly compromised. For critical applications, you may choose to\nselect 10,000,000 iterations instead of the default number\n(in app/core/crypto.js). Please refer to\nhttp://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf for\nmore information.

\n

Crypter generates a new set of random credentials for deriving the MasterPassKey\nevery time the MasterPass is set (at setup) or reset. Crypter employs randomness\nto mitigate brute-force attacks and thus drastically improve security.

\n
\n

FAQs

\n

How do I encrypt a file or folder?

\n

If you haven't already, walk through the setup and set your MasterPass.\nTo encrypt a file or folder, first launch Crypter and verify your MasterPass.\nAfter doing so successfully, you will see the main Crypter window with an orange\narea. Here, you can simply drag-and-drop or click to select the file/folder you\nwish to encrypt. Once Crypter is done encrypting your file/folder, it will show\nyou the encryption information (i.e. the encryption key and the path of the\nencrypted file) in a new window. To encrypt another file/folder simply click the\nback arrow at the bottom left and start-over ;)

\n

How do I decrypt a CRYPTO file?

\n
\n

The following instructions assume that the CRYPTO file that you wish to\ndecrypt is being used with the same MasterPass that you set at setup and also\nthat you have not reset it since that time. If this is not the case, please refer\nto Reusing the same MasterPass.

\n
\n

To decrypt a CRYPTO file, first launch Crypter and verify your MasterPass. After\ndoing so successfully, you will see the main Crypter window with an orange area.\nHere, you can simply drag-and-drop or click to select the CRYPTO file that you\nwish to decrypt. After a few seconds, the process will complete and you will see\nsome information about the file and its original encryption in a new window. By\ndefault, the decrypted file has the same name as the name of the original file\n(i.e. the encrypted file name without the .crypto at the end).

\n

How do I encrypt multiple files?

\n

Crypter can encrypt an entire folder so you can put them in a folder or,\nalternatively, compress them into an archive (like a .zip) and then just pass\nit to Crypter ;)

\n

Why am I getting the "Corrupted Crypter file or trying to decrypt on a different machine." error?

\n

This error means that either your Crypter file (i.e. the data file) is\ncorrupt/tempered, that you are on a different machine than the one originally\nused to encrypt the file or that you have previously reset your MasterPass.\nFor the last two cases, please refer to\nReusing the same MasterPass and\nAchieving portability and same MasterPass reuse.

\n

Why can't I decrypt a CRYPTO file on a different machine with the same MasterPass?

\n

Please refer to Reusing the same MasterPass and\nAchieving portability and same MasterPass reuse

\n

Why can't I decrypt a CRYPTO file with the same MasterPass?

\n

Please refer to Reusing the same MasterPass and\nAchieving portability and same MasterPass reuse

\n

Where are my encrypted/decrypted files/folders placed?

\n

By default, every source file that you encrypt/decrypt gets encrypted/decrypted\nto the same directory where the source file is located.

\n

How can I access Crypter's preferences?

\n

You can access Crypter's preferences by either clicking on the cog icon in the\nmain Crypter window or by going to Crypter > Preferences... from the menu.

\n

How can I reset my MasterPass?

\n

You can reset your MasterPass by clicking on the "Forgot it" link in the Verify\nMasterPass window. This takes you to a new screen where you can enter a new, valid\nMasterPass. Once you've entered it, click the 'Reset' button and you'll be sent\nback to the verify screen where you can verify your new MasterPass.

\n

What is a valid MasterPass?

\n

Crypter will not allow you to set an invalid MasterPass. A MasterPass is valid\nwhen it adheres to the following rules:

\n
    \n
  • It is at least 8 characters long
  • \n
  • It has at least one uppercase alphabetic character (A-Z)
  • \n
  • It has at least one lowercase alphabetic character (a-z)
  • \n
  • It has at least one numeric character (0-9)
  • \n
  • It has at least one special character ($@!%*#?&)
  • \n
\n

These rules are enforced via the following regular expression:

\n
/^(?=.*[a-z])(?=.*[A-Z])(?=.*\\d)(?=.*[$@!%*#?&]).{8,}$/;
\n

What are MasterPass credentials?

\n

MasterPass credentials are a set of values that are required to derive the\nMasterPassKey from the MasterPass. These values have a pseudo-random element and\nare cryptographically linked. Every MasterPass that is set or reset with Crypter\nhas a unique set of MasterPass credentials. These yield a distinct MasterPassKey,\neven when a MasterPass is reused.

\n

How can I export my MasterPass credentials?

\n

To export your MasterPass credentials, you can first open Crypter's\npreferences (see above). From this screen, click on the "Export" button. A\ndialog will appear from which you can select the folder where you wish to export\nthe credentials. A success message will confirm a successful export. The\nexported MasterPass credentials file is always named credentials.crypter.

\n

How can I import my MasterPass credentials?

\n

To import a set of MasterPass credentials, you can first open Crypter's\npreferences (see above). From this screen, click on the "Import" button. A\ndialog will appear from which you can locate your credentials.crypter file.\nAfter you select it, a success message will confirm a successful import and\nyou will have to verify the MasterPass for the credentials.

\n

NOTE: while Crypter does not require the MasterPass credentials file to be\nexactly named credentials.crypter, it does require the file's contents to\nbe unaltered from when it was exported from Crypter. If it has been altered,\nthe import may fail.

\n
\n

Development

\n

Crypter is developed in the "dev" branch, which may be unstable at times.\nThis branch should typically be used for pull requests.

\n

The "master" branch will always be kept stable.

\n

Configurations

\n

All major configurations that you can apply are found under app/config.js.\nThis includes changes to certain cryptography settings. Please be advised\nthat altering these may break functionality and\nportability.

\n

Install (dependencies)

\n

To install all dependencies, run:

\n
$ yarn install\n
\n

Run

\n

Since Crypter uses gulp, please install it globally if you have not already\ndone so. To start Crypter, run:

\n
$ gulp\n
\n

Test

\n

Crypter primarily uses mocha and chai for testing. Since the project uses a\nlot of JS ES6 syntax, babel is also used as a transpiler. To run all the tests,\nexecute:

\n
$ yarn test\n
\n

Crypter uses istanbul for coverage. To run test coverage, execute:

\n
$ yarn run coverage\n
\n

Build

\n

Crypter's binaries (available under releases) have been built using\nElectron. Since Crypter uses electron-builder to build binaries,\nyou must install it globally:

\n
$ npm install electron-builder@next -g\n
\n

To build the app for macOS, run:

\n
$ yarn run build:mac\n
\n

To build the app for Linux, run:

\n
$ sudo apt-get install --no-install-recommends -y icnsutils graphicsmagick xz-utils\n$ yarn run build:lin\n
\n

To build the app for Windows x84 and/or x64, run:

\n
$ yarn run build:win\n
\n

License

\n

The MIT License (MIT)

\n

Copyright (c) Habib Rehman (https://git.io/HR)

\n

Permission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished todo so, subject to the following conditions:

\n

The above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.

\n

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.

\n
", "readmeOriginal": "

\n
\n \"Crypter\"\n
\n Crypter\n
\n
\n

\n

An innovative, convenient and secure crypto app.

\n

\n \n \"Download\n \n

\n

\n \n \"Standard\n \n \n \"Travis\n \n \n \"AppVeyor\n \n \n \"Test\n \n \n \"CodeClimate\n \n \n \"Downloads\"\n \n

\n
\n
\n

Encrypt unlimited bits. Remember only a bit.

\n
\n

Crypter is a cross-platform crypto app that makes encryption and decryption\nconvenient while still upholding strong security. It tackles one of the weakest\nlinks in most security systems today - weak passwords. It simplifies secure\npassword generation and management and requires you to only remember one bit -\nyour MasterPass.

\n

Crypter v5.0 is a crypto\napp that can decrypt and encrypt any arbitrary data this includes files and\nfolders. This version has been released and fully tested for macOS (OSX), Linux\n(for all distros via AppImage) and Windows (32 & 64\nbit). All core modules (modules that provide the core functionality) are fully\ntested.

\n

Please open an issue if you have any suggestions and add improvements via PRs!

\n

Also checkout Ciphora (https://github.com/HR/ciphora)\na decentralized end-to-end encrypted messaging app.

\n

Link to this README: https://git.io/Crypter.info

\n
\n

Contents

\n\n\n

\n

Installation

\n

All prebuilt binaries for all major platforms are available under\nreleases.

\n

Crypter is also on Homebrew Cask for\nmacOS. So to install it, simply run the following command in the Terminal:

\n
$ brew cask install crypter
\n
\n

Screens

\n

\n \"Welcome\n \"Crypter\n \"MasterPass\n \"Settings\n

\n
\n

Crypto

\n
\n

One key to derive them all!

\n
\n

Crypter derives a MasterPassKey from the MasterPass obtained at setup by using\nthe PBKDF2 key derivation algorithm (see below for the specification). It\nthen uses PBKDF2 to derive a number of encryption keys from the MasterPassKey\nthat can be used for the encryption of files. This method allows for the\ngeneration of very secure encryption keys for data encryption. Moreover, by\npublicly storing the credentials used to derive the MasterPassKey and the salts\nused to derive the encryption keys, you are able to produce the encryption keys\nat will and without needing to store them securely. Your MasterPass is the only\nthing that you need to remember.

\n

Crypter never directly encrypts anything with your MasterPass. Instead, it\nderives a MasterPassKey from it, which it then uses to derive the\nencryption key used to encrypt your file. Every time a file is decrypted,\nthe encryption key is re-derived from the MasterPassKey. Every time you set the\nMasterPass through the setup or reset it through Verify MasterPass, the\nMasterPassKey is derived from the MasterPass using a newly generated set of\n(random) credentials. These credentials are used to re-derive the MasterPassKey\nevery time that Crypter is executed (i.e. the app is launched).

\n

Authentication with the AES-256-GCM symmetric block cipher is used by default.\nThis ensures that data integrity is verified on decryption and allows the app\nto detect tampering or data corruption.

\n

The following are the crypto defaults and can be found under app/config.js:

\n
// Crypto defaults\n{\n  ITERATIONS: 50000, // file encryption key derivation iterations\n  KEYLENGTH: 32, // encryption key length\n  IVLENGTH: 12, // initialisation vector length\n  ALGORITHM: 'aes-256-gcm', // encryption algorithm\n  DIGEST: 'sha256', // digest function\n  HASH_ALG: 'sha256', // hashing function\n  MPK_ITERATIONS: 100000 // MasterPassKey derivation iterations\n}
\n

Encryption process

\n

When encrypting a file, Crypter first creates a temporary hidden directory,\nnamely '.crypting'. It then encrypts the user-selected file with the crypto\ndefaults and flushes the encrypted data to a file in the directory, namely\n'data'. If it is a directory then it is compressed first (tar). It also writes\nthe public credentials to a file within the same directory, namely 'creds'.\nFinally, Crypter compresses the directory to a tar archive with the name of the\nuser-selected file and the '.crypto' extension appended to it.

\n

Decryption process

\n

The decryption process is essentially the inverse of the encryption process.\nDuring decryption, Crypter creates a temporary hidden directory named\n'.decrypting'. It then reads the credentials from the creds file and decrypts\nthe data file into the original file or directory (after decompressing it) with\nits original name and extension, as deduced from the CRYPTO file name (e.g. the\nextension for \"file.txt.crypto\" would be \".txt\").

\n

Public credentials

\n

Certain credentials are required to decrypt the encrypted data. These are\nneeded to reconstruct the particular encryption key and to verify data integrity.\nThese can be stored publicly without compromising security since it is fairly\nimpossible (by current standards) to reconstruct the encryption key without the\nMasterPass and its credentials. These credentials are stored in the creds file of\nthe CRYPTO file archive (as delineated above) in the following\nformat:

\n

v1

\n
Crypter#iv#authTag#salt#dir\n
\n

v2

\n

Uses JSON

\n
{\n  \"type\": \"CRYPTO\",\n  \"iv\": \"...\",\n  \"authTag\": \"...\",\n  \"salt\": \"...\",\n  \"isDir\": true || false\n}
\n

The dir part is only included for directories\n

\n

CRYPTO file

\n

Format

\n

A CRYPTO file is the product of the Crypter encryption process. This file\nstores both the encrypted version of the user file and the public credentials\nneeded to encrypt and decrypt it. It has a .crypto file extension, which\nis appended to the full file name (including the extension) of the file\noriginally encrypted. The file itself is a tar archive in the following\nstructure:

\n
someFile.crypto\n├── data // the encrypted version of the user selected file\n└── creds // the public credentials used to encrypt it
\n

Reusing the same MasterPass

\n

If you attempt to decrypt a CRYPTO file by resetting to a specific\nMasterPass or setting an identical MasterPass on a different machine,\nyou will likely encounter the following error:

\n
ERROR: Unsupported state or unable to authenticate data\n
\n

This issue occurs because the MasterPassKey that was originally used to\nderive the encryption key on is not the same as the MasterPassKey\nderived with the reused MasterPass. Since Crypter uses randomness to\ngenerate secure credentials, this second set of credentials will be quite\ndifferent from the original set. As a result, the derived encryption key is\nincorrect and yields this error.

\n

See Achieving portability and same MasterPass reuse\nfor instructions on how to successfully reuse the same MasterPass.

\n

Achieving portability and same MasterPass reuse

\n

To achieve portability on Crypter, the set of MasterPassKey credentials\nneed to be exported from Crypter on the source machine1\nand imported into Crypter on the target machine2.

\n

This can be achieved in two simple steps:

\n
    \n
  1. Export MasterPass credentials on the source machine1
  2. \n
  3. Import MasterPass credentials on the target machine2
  4. \n
\n

Please refer to the FAQs for instructions on how to perform the above steps.

\n
\n

[1] The machine where the CRYPTO file was initially\nencrypted.

\n

[2] The machine where you wish to decrypt the CRYPTO\nfile.

\n
\n

Security

\n

Security-first practice

\n

Crypter follows a security-first practice. This means that security is its\nhighest priority and first consideration. Thus, while Crypter seeks\nto make encryption more convenient, it always defers to maintaining\na high level of security.

\n

MasterPass

\n

Crypter never stores your MasterPass in memory or on the filesystem. This\nsubstantially improves the security of your MasterPass. You are only asked to\nenter the MasterPass when you first set, reset or verify it. Whenever you enter\nyour MasterPass, Crypter derives a MasterPassKey (using a set of generated\ncredentials) and then immediately discards the MasterPass. The MasterPassKey is\nthen securely stored in memory and used to derive the encryption keys. Since\nthese credentials are derived via a one-way function, they cannot be used in\nany way to derive the MasterPass.

\n

MasterPassKey

\n

Crypter uses a WeakMap to store the MasterPassKey inside the MasterPassKey class\nusing a closure function. This makes the MasterPassKey data held in the object\n(externally) inaccessible, consequently increasing the protection of the\nMasterPassKey. The MasterPassKey is never flushed to the filesystem and is always\nstored in (main) memory. Since JS does not give control over or allow such a\nlow-level operation as wiping memory, the program relies on the garbage\ncollection and volatility of the main memory for the permanent erasure of the\nMasterPassKey stored in memory.

\n

A decent number of iterations (see the above specifications) are used in the\nderivation of the MasterPassKey to mitigate brute-force attacks. A good\namount of iterations are also used during the derivation of the encryption\nkeys from the MasterPassKey. Consequently, performance and speed are not\nsignificantly compromised. For critical applications, you may choose to\nselect 10,000,000 iterations instead of the default number\n(in app/core/crypto.js). Please refer to\nhttp://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf for\nmore information.

\n

Crypter generates a new set of random credentials for deriving the MasterPassKey\nevery time the MasterPass is set (at setup) or reset. Crypter employs randomness\nto mitigate brute-force attacks and thus drastically improve security.

\n
\n

FAQs

\n

How do I encrypt a file or folder?

\n

If you haven't already, walk through the setup and set your MasterPass.\nTo encrypt a file or folder, first launch Crypter and verify your MasterPass.\nAfter doing so successfully, you will see the main Crypter window with an orange\narea. Here, you can simply drag-and-drop or click to select the file/folder you\nwish to encrypt. Once Crypter is done encrypting your file/folder, it will show\nyou the encryption information (i.e. the encryption key and the path of the\nencrypted file) in a new window. To encrypt another file/folder simply click the\nback arrow at the bottom left and start-over ;)

\n

How do I decrypt a CRYPTO file?

\n
\n

The following instructions assume that the CRYPTO file that you wish to\ndecrypt is being used with the same MasterPass that you set at setup and also\nthat you have not reset it since that time. If this is not the case, please refer\nto Reusing the same MasterPass.

\n
\n

To decrypt a CRYPTO file, first launch Crypter and verify your MasterPass. After\ndoing so successfully, you will see the main Crypter window with an orange area.\nHere, you can simply drag-and-drop or click to select the CRYPTO file that you\nwish to decrypt. After a few seconds, the process will complete and you will see\nsome information about the file and its original encryption in a new window. By\ndefault, the decrypted file has the same name as the name of the original file\n(i.e. the encrypted file name without the .crypto at the end).

\n

How do I encrypt multiple files?

\n

Crypter can encrypt an entire folder so you can put them in a folder or,\nalternatively, compress them into an archive (like a .zip) and then just pass\nit to Crypter ;)

\n

Why am I getting the \"Corrupted Crypter file or trying to decrypt on a different machine.\" error?

\n

This error means that either your Crypter file (i.e. the data file) is\ncorrupt/tempered, that you are on a different machine than the one originally\nused to encrypt the file or that you have previously reset your MasterPass.\nFor the last two cases, please refer to\nReusing the same MasterPass and\nAchieving portability and same MasterPass reuse.

\n

Why can't I decrypt a CRYPTO file on a different machine with the same MasterPass?

\n

Please refer to Reusing the same MasterPass and\nAchieving portability and same MasterPass reuse

\n

Why can't I decrypt a CRYPTO file with the same MasterPass?

\n

Please refer to Reusing the same MasterPass and\nAchieving portability and same MasterPass reuse

\n

Where are my encrypted/decrypted files/folders placed?

\n

By default, every source file that you encrypt/decrypt gets encrypted/decrypted\nto the same directory where the source file is located.

\n

How can I access Crypter's preferences?

\n

You can access Crypter's preferences by either clicking on the cog icon in the\nmain Crypter window or by going to Crypter > Preferences... from the menu.

\n

How can I reset my MasterPass?

\n

You can reset your MasterPass by clicking on the \"Forgot it\" link in the Verify\nMasterPass window. This takes you to a new screen where you can enter a new, valid\nMasterPass. Once you've entered it, click the 'Reset' button and you'll be sent\nback to the verify screen where you can verify your new MasterPass.

\n

What is a valid MasterPass?

\n

Crypter will not allow you to set an invalid MasterPass. A MasterPass is valid\nwhen it adheres to the following rules:

\n
    \n
  • It is at least 8 characters long
  • \n
  • It has at least one uppercase alphabetic character (A-Z)
  • \n
  • It has at least one lowercase alphabetic character (a-z)
  • \n
  • It has at least one numeric character (0-9)
  • \n
  • It has at least one special character ($@!%*#?&)
  • \n
\n

These rules are enforced via the following regular expression:

\n
/^(?=.*[a-z])(?=.*[A-Z])(?=.*\\d)(?=.*[$@!%*#?&]).{8,}$/;
\n

What are MasterPass credentials?

\n

MasterPass credentials are a set of values that are required to derive the\nMasterPassKey from the MasterPass. These values have a pseudo-random element and\nare cryptographically linked. Every MasterPass that is set or reset with Crypter\nhas a unique set of MasterPass credentials. These yield a distinct MasterPassKey,\neven when a MasterPass is reused.

\n

How can I export my MasterPass credentials?

\n

To export your MasterPass credentials, you can first open Crypter's\npreferences (see above). From this screen, click on the \"Export\" button. A\ndialog will appear from which you can select the folder where you wish to export\nthe credentials. A success message will confirm a successful export. The\nexported MasterPass credentials file is always named credentials.crypter.

\n

How can I import my MasterPass credentials?

\n

To import a set of MasterPass credentials, you can first open Crypter's\npreferences (see above). From this screen, click on the \"Import\" button. A\ndialog will appear from which you can locate your credentials.crypter file.\nAfter you select it, a success message will confirm a successful import and\nyou will have to verify the MasterPass for the credentials.

\n

NOTE: while Crypter does not require the MasterPass credentials file to be\nexactly named credentials.crypter, it does require the file's contents to\nbe unaltered from when it was exported from Crypter. If it has been altered,\nthe import may fail.

\n
\n

Development

\n

Crypter is developed in the \"dev\" branch, which may be unstable at times.\nThis branch should typically be used for pull requests.

\n

The \"master\" branch will always be kept stable.

\n

Configurations

\n

All major configurations that you can apply are found under app/config.js.\nThis includes changes to certain cryptography settings. Please be advised\nthat altering these may break functionality and\nportability.

\n

Install (dependencies)

\n

To install all dependencies, run:

\n
$ yarn install\n
\n

Run

\n

Since Crypter uses gulp, please install it globally if you have not already\ndone so. To start Crypter, run:

\n
$ gulp\n
\n

Test

\n

Crypter primarily uses mocha and chai for testing. Since the project uses a\nlot of JS ES6 syntax, babel is also used as a transpiler. To run all the tests,\nexecute:

\n
$ yarn test\n
\n

Crypter uses istanbul for coverage. To run test coverage, execute:

\n
$ yarn run coverage\n
\n

Build

\n

Crypter's binaries (available under releases) have been built using\nElectron. Since Crypter uses electron-builder to build binaries,\nyou must install it globally:

\n
$ npm install electron-builder@next -g\n
\n

To build the app for macOS, run:

\n
$ yarn run build:mac\n
\n

To build the app for Linux, run:

\n
$ sudo apt-get install --no-install-recommends -y icnsutils graphicsmagick xz-utils\n$ yarn run build:lin\n
\n

To build the app for Windows x84 and/or x64, run:

\n
$ yarn run build:win\n
\n

License

\n

The MIT License (MIT)

\n

Copyright (c) Habib Rehman (https://git.io/HR)

\n

Permission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished todo so, subject to the following conditions:

\n

The above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.

\n

THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:13.711Z" - }, - "cryptobar": { - "readmeCleaned": "

CryptoBar is a way to check variations on your cryptocurrencies and tokens on a discreet bar.

\n

\"Pic1\"

\n

Getting Started

\n

To get started you can:

\n

Download here the latest release

\n

or

\n

Clone this repository locally:

\n
git clone https://github.com/adlerluiz/CryptoBar.git
\n

Install dependencies with npm:

\n
npm install
\n

And finally:

\n
npm start  \n
\n

To contribute

\n

See Angular-Electron to learn more commands and enjoy =D.

\n

Contributors

\n

adlerluiz\n
\nrickinbsb

\n
", - "readmeOriginal": "

CryptoBar is a way to check variations on your cryptocurrencies and tokens on a discreet bar.

\n

\"Pic1\"

\n

Getting Started

\n

To get started you can:

\n

Download here the latest release

\n

or

\n

Clone this repository locally:

\n
git clone https://github.com/adlerluiz/CryptoBar.git
\n

Install dependencies with npm:

\n
npm install
\n

And finally:

\n
npm start  \n
\n

To contribute

\n

See Angular-Electron to learn more commands and enjoy =D.

\n

Contributors

\n

adlerluiz\n
\nrickinbsb

\n
", - "readmeFetchedAt": "2020-09-17T12:09:13.729Z" + "readmeFetchedAt": "2020-09-18T00:10:38.557Z" }, "cryptoarm-gost": { "readmeCleaned": "

КриптоАРМ ГОСТ

\n

\"GitHub

\n

Описание

\n

КриптоАРМ ГОСТ - это новый уровень развития знакомой многим программы КриптоАРМ. Новое приложение обеспечивает возможность создания и проверки электронной подписи файлов с произвольным расширением на операционных системах Windows, Linux и macOS.

\n

КриптоАРМ ГОСТ работает с сертификатами и ключами усиленной квалифицированной электронной подписи и полностью совместим с криптопровайдером СКЗИ КриптоПро CSP начиная с версии 4.0.

\n

В приложении поддержаны стандарты для электронной подписи и хеширования ГОСТ Р 34.10-2012 и ГОСТ Р 34.11-2012, которые с должны заменить прекращающие свое действие стандарты ГОСТ Р 34.10-2001 и ГОСТ Р 34.11-94.

\n

\"изображение\"

\n

Функциональные возможности

\n
    \n
  • Электронная подпись - создание (формирование) электронной подписи в двух вариантах: совмещенной и отделенной. Формат подписи CMS (PKCS#7). Проверка электронной подписи с учетом списков отозванных сертификатов. Добавление электронной подписи к уже существующей.
  • \n
\n

\"demo-sign\"

\n

Для создания усовершенствованной подписи, формата CAdES-X Long Type 1 выберите соответсвующий пункт в Параметрах и укажите ссылку TSP службы, наприvер http://qs.cryptopro.ru/tsp/tsp.srf

\n

\"изображение\"

\n
    \n
  • Шифрование - шифрование файлов в адрес нескольких получателей. Расшифрование данных. Архивирование результатов после шифрования.
  • \n
\n

\"demo-enc\"

\n
    \n
  • Управление сертификатами - импорт и экспорт сертификатов. Удаление выбранных сертификатов и ключей. Установка сертификатов с токенов (с контейнеров, расположенных на отчуждаемых носителях). Отправка запросов и получение сертификатов с использованием ПАК КриптоПро УЦ 2.0. Установка сертификатов из DSS. Автоматическое построение и проверка цепочки сертификатов.
  • \n
\n

\"изображение\"

\n
    \n
  • Журнал операций - журналирование выполненных пользователем операций
  • \n
\n

\"изображение\"

\n
    \n
  • Документы - быстрый доступ к документам, с возможностью выполнения операций (подпись, шифрование, архивация и т.д.)
  • \n
\n

\"изображение\"

\n

Документация

\n

Руководство пользователя.pdf

\n

Обратная связь

\n

Если у вас есть вопросы по технической поддержке, то напишите нам на support@trusted.ru или откройте обращение на странице GitHub Issues

\n
", "readmeOriginal": "

КриптоАРМ ГОСТ

\n

\"GitHub

\n

Описание

\n

КриптоАРМ ГОСТ - это новый уровень развития знакомой многим программы КриптоАРМ. Новое приложение обеспечивает возможность создания и проверки электронной подписи файлов с произвольным расширением на операционных системах Windows, Linux и macOS.

\n

КриптоАРМ ГОСТ работает с сертификатами и ключами усиленной квалифицированной электронной подписи и полностью совместим с криптопровайдером СКЗИ КриптоПро CSP начиная с версии 4.0.

\n

В приложении поддержаны стандарты для электронной подписи и хеширования ГОСТ Р 34.10-2012 и ГОСТ Р 34.11-2012, которые с должны заменить прекращающие свое действие стандарты ГОСТ Р 34.10-2001 и ГОСТ Р 34.11-94.

\n

\"изображение\"

\n

Функциональные возможности

\n
    \n
  • Электронная подпись - создание (формирование) электронной подписи в двух вариантах: совмещенной и отделенной. Формат подписи CMS (PKCS#7). Проверка электронной подписи с учетом списков отозванных сертификатов. Добавление электронной подписи к уже существующей.
  • \n
\n

\"demo-sign\"

\n

Для создания усовершенствованной подписи, формата CAdES-X Long Type 1 выберите соответсвующий пункт в Параметрах и укажите ссылку TSP службы, наприvер http://qs.cryptopro.ru/tsp/tsp.srf

\n

\"изображение\"

\n
    \n
  • Шифрование - шифрование файлов в адрес нескольких получателей. Расшифрование данных. Архивирование результатов после шифрования.
  • \n
\n

\"demo-enc\"

\n
    \n
  • Управление сертификатами - импорт и экспорт сертификатов. Удаление выбранных сертификатов и ключей. Установка сертификатов с токенов (с контейнеров, расположенных на отчуждаемых носителях). Отправка запросов и получение сертификатов с использованием ПАК КриптоПро УЦ 2.0. Установка сертификатов из DSS. Автоматическое построение и проверка цепочки сертификатов.
  • \n
\n

\"изображение\"

\n
    \n
  • Журнал операций - журналирование выполненных пользователем операций
  • \n
\n

\"изображение\"

\n
    \n
  • Документы - быстрый доступ к документам, с возможностью выполнения операций (подпись, шифрование, архивация и т.д.)
  • \n
\n

\"изображение\"

\n

Документация

\n

Руководство пользователя.pdf

\n

Обратная связь

\n

Если у вас есть вопросы по технической поддержке, то напишите нам на support@trusted.ru или откройте обращение на странице GitHub Issues

\n
", - "readmeFetchedAt": "2020-09-17T12:09:13.751Z" + "readmeFetchedAt": "2020-09-18T00:10:38.567Z" }, - "cryptoseed": { - "readmeCleaned": "

\"logo\"CryptoSeed

\n

Secure your bitcoin recovery seed.

\n

Writing down your bitcoin recovery seeds on plain paper might be solid electronic security, but terrible physical security. Not everyone has a safe they can keep stuff like that in. CryptoSeed encrypts your recovery seed with AES256 and encodes the encrypted data into a QR Code which you can print out and keep anywhere.

\n

Why pay for solutions that still leave your seed in plain text when you can print out and laminate a business card with your encrypted recovery seed on it for free. You could keep a copy in your wallet, or in a safe, or even hide it in plain sight.

\n

\"Encryption

\n

When it comes time to use your recovery seed, just scan the QR Code with your phone and decrypt it with CryptoSeed.

\n

\"Decryption

\n
\n

How secure is it?

\n

Your recovery seed is encrypted with the Cipher Block Chaining (CBC) mode of the Advanced Encryption Standard with a 256 bit key length. Your key is generated using a password of your choice and a random salt, hashed 1 million times with pbkdf2 (sha512). Encrypting the same data with the same key will yield a different result every time.

\n

If you forget your password, your seed is lost. There is no recovery.

\n

Whenever you type anything on a computer connected to the internet, you run the inherent risk of your information being exposed by keyloggers, viruses, and other attack vectors. This risk can be mitigated by using an offline computer or by simply typing in your recovery phrase out of order and rearranging them with the mouse afterword. Another good option would be to use a distro like Qubes.

\n

No matter what you do there is risk, but once encrypted your seed is pretty safe.

\n
\n

Installation

\n

Prebuilt packages

\n

Ubuntu/Debian (installer)
\nLinux (zip)
\nWindows x64 (installer)
\nWindows x64 (zip)
\nMac OSX x64 (zip)

\n

View releases

\n

Development install

\n
\tgit clone git@github.com:anderson-arlen/cryptoseed.git\n\tcd cryptoseed\n\tnpm install && npm start
\n

Build

\n

First you'll need to install electron-builder:

\n
\tnpm install -g electron-builder
\n

Then you can run the build for your desired platform:

\n
\tnpm run pack:linux\n\tnpm run pack:windows\n\tnpm run pack:osx
\n
\n

Cryptography Notice

\n

This distribution includes cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check your country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. See http://www.wassenaar.org/ for more information.

\n

The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), classifies this software as 5D002. The form and manner of this distribution makes it eligible for export under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13(e)) for both object code and source code.

\n
\n

License

\n

Copyright (c) 2017 Arlen Anderson

\n

License under The MIT License (MIT)

\n

Permission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the "Software"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:

\n

The above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.

\n

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

\n
\n

Donate

\n

Bitcoin: 1LPCKLyrqFRjQ8yZRyBdAo3yr5Cx6Sb37F

\n
", - "readmeOriginal": "

\"logo\"CryptoSeed

\n

Secure your bitcoin recovery seed.

\n

Writing down your bitcoin recovery seeds on plain paper might be solid electronic security, but terrible physical security. Not everyone has a safe they can keep stuff like that in. CryptoSeed encrypts your recovery seed with AES256 and encodes the encrypted data into a QR Code which you can print out and keep anywhere.

\n

Why pay for solutions that still leave your seed in plain text when you can print out and laminate a business card with your encrypted recovery seed on it for free. You could keep a copy in your wallet, or in a safe, or even hide it in plain sight.

\n

\"Encryption

\n

When it comes time to use your recovery seed, just scan the QR Code with your phone and decrypt it with CryptoSeed.

\n

\"Decryption

\n
\n

How secure is it?

\n

Your recovery seed is encrypted with the Cipher Block Chaining (CBC) mode of the Advanced Encryption Standard with a 256 bit key length. Your key is generated using a password of your choice and a random salt, hashed 1 million times with pbkdf2 (sha512). Encrypting the same data with the same key will yield a different result every time.

\n

If you forget your password, your seed is lost. There is no recovery.

\n

Whenever you type anything on a computer connected to the internet, you run the inherent risk of your information being exposed by keyloggers, viruses, and other attack vectors. This risk can be mitigated by using an offline computer or by simply typing in your recovery phrase out of order and rearranging them with the mouse afterword. Another good option would be to use a distro like Qubes.

\n

No matter what you do there is risk, but once encrypted your seed is pretty safe.

\n
\n

Installation

\n

Prebuilt packages

\n

Ubuntu/Debian (installer)
\nLinux (zip)
\nWindows x64 (installer)
\nWindows x64 (zip)
\nMac OSX x64 (zip)

\n

View releases

\n

Development install

\n
\tgit clone git@github.com:anderson-arlen/cryptoseed.git\n\tcd cryptoseed\n\tnpm install && npm start
\n

Build

\n

First you'll need to install electron-builder:

\n
\tnpm install -g electron-builder
\n

Then you can run the build for your desired platform:

\n
\tnpm run pack:linux\n\tnpm run pack:windows\n\tnpm run pack:osx
\n
\n

Cryptography Notice

\n

This distribution includes cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check your country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. See http://www.wassenaar.org/ for more information.

\n

The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), classifies this software as 5D002. The form and manner of this distribution makes it eligible for export under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13(e)) for both object code and source code.

\n
\n

License

\n

Copyright (c) 2017 Arlen Anderson

\n

License under The MIT License (MIT)

\n

Permission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:

\n

The above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.

\n

THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

\n
\n

Donate

\n

Bitcoin: 1LPCKLyrqFRjQ8yZRyBdAo3yr5Cx6Sb37F

\n
", - "readmeFetchedAt": "2020-09-17T12:09:13.888Z" + "cryptobar": { + "readmeCleaned": "

CryptoBar is a way to check variations on your cryptocurrencies and tokens on a discreet bar.

\n

\"Pic1\"

\n

Getting Started

\n

To get started you can:

\n

Download here the latest release

\n

or

\n

Clone this repository locally:

\n
git clone https://github.com/adlerluiz/CryptoBar.git
\n

Install dependencies with npm:

\n
npm install
\n

And finally:

\n
npm start  \n
\n

To contribute

\n

See Angular-Electron to learn more commands and enjoy =D.

\n

Contributors

\n

adlerluiz\n
\nrickinbsb

\n
", + "readmeOriginal": "

CryptoBar is a way to check variations on your cryptocurrencies and tokens on a discreet bar.

\n

\"Pic1\"

\n

Getting Started

\n

To get started you can:

\n

Download here the latest release

\n

or

\n

Clone this repository locally:

\n
git clone https://github.com/adlerluiz/CryptoBar.git
\n

Install dependencies with npm:

\n
npm install
\n

And finally:

\n
npm start  \n
\n

To contribute

\n

See Angular-Electron to learn more commands and enjoy =D.

\n

Contributors

\n

adlerluiz\n
\nrickinbsb

\n
", + "readmeFetchedAt": "2020-09-18T00:10:38.579Z" }, - "cryptowallet": { - "readmeOriginal": null, - "readmeFetchedAt": "2020-09-17T12:09:13.973Z" + "crypto-bot": { + "readmeCleaned": "

It's for encrypting and decrypting your messages

\n

CryptoBot uses CryptoJS on most of the encrytion methods. You can use this application to view these encrytion and decryption process without headache.

\n

For fun :)

\n

\"logo\"

\n

view this app from browser

\n
yarn install\nyarn start\n
\n

view this app (electron)

\n
yarn build // you need to modify the /build/index.html for the right <script src="">\nelectron .\n
\n

package for darwin

\n
electron-packager . --electron-version=1.8.4  --platform=darwin --icon=./logo.icns --arch=x64 --ignore=node_modules/ --appname=CryptoBot --overwrite\n
\n

package for win32

\n
electron-packager . --electron-version=1.8.4  --platform=win32 --arch=x64 --ignore=node_modules/ --appname=CryptoBot --overwrite\n
\n

package for linux

\n
electron-packager . --electron-version=1.8.4  --platform=linux --arch=x64 --ignore=node_modules/ --appname=CryptoBot --overwrite\n
\n

there may be some issues with the performance on win

\n

Thanks for the new icon by Arslanshn

\n
", + "readmeOriginal": "

It's for encrypting and decrypting your messages

\n

CryptoBot uses CryptoJS on most of the encrytion methods. You can use this application to view these encrytion and decryption process without headache.

\n

For fun :)

\n

\"logo\"

\n

view this app from browser

\n
yarn install\nyarn start\n
\n

view this app (electron)

\n
yarn build // you need to modify the /build/index.html for the right <script src=\"\">\nelectron .\n
\n

package for darwin

\n
electron-packager . --electron-version=1.8.4  --platform=darwin --icon=./logo.icns --arch=x64 --ignore=node_modules/ --appname=CryptoBot --overwrite\n
\n

package for win32

\n
electron-packager . --electron-version=1.8.4  --platform=win32 --arch=x64 --ignore=node_modules/ --appname=CryptoBot --overwrite\n
\n

package for linux

\n
electron-packager . --electron-version=1.8.4  --platform=linux --arch=x64 --ignore=node_modules/ --appname=CryptoBot --overwrite\n
\n

there may be some issues with the performance on win

\n

Thanks for the new icon by Arslanshn

\n
", + "readmeFetchedAt": "2020-09-18T00:10:38.607Z" + }, + "cypress": { + "readmeCleaned": "

\n \n

\n

\n Documentation |\n Changelog |\n Roadmap\n

\n

\n The web has evolved. Finally, testing has too.\n

\n

\n Fast, easy and reliable testing for anything that runs in a browser.\n

\n

\n \n \"npm\"\n \n \n \"Gitter\n \n \n \"StackShare\"\n
\n

\n

What is Cypress?

\n

\n \n \"Why\n \n

\n

Installing

\n

\"npm

\n

Install Cypress for Mac, Linux, or Windows, then get started.

\n
npm install cypress --save-dev
\n

or

\n
yarn add cypress --dev
\n

\"installing-cli

\n

Contributing

\n
    \n
  • \"CircleCI\" - develop branch
  • \n
  • \"CircleCI\" - master branch
  • \n
\n

Please see our Contributing Guideline which explains repo organization, linting, testing, and other steps.

\n

License

\n

\"license\"

\n

This project is licensed under the terms of the MIT license.

\n

Badges

\n

Let the world know your project is using Cypress.io to test with this cool badge

\n

\"Cypress.io\"

\n
[![Cypress.io](https://img.shields.io/badge/tested%20with-Cypress-04C38E.svg)](https://www.cypress.io/)\n
\n
", + "readmeOriginal": "

\n \n

\n

\n Documentation |\n Changelog |\n Roadmap\n

\n

\n The web has evolved. Finally, testing has too.\n

\n

\n Fast, easy and reliable testing for anything that runs in a browser.\n

\n

\n \n \"npm\"\n \n \n \"Gitter\n \n \n \"StackShare\"\n
\n

\n

What is Cypress?

\n

\n \n \"Why\n \n

\n

Installing

\n

\"npm

\n

Install Cypress for Mac, Linux, or Windows, then get started.

\n
npm install cypress --save-dev
\n

or

\n
yarn add cypress --dev
\n

\"installing-cli

\n

Contributing

\n
    \n
  • \"CircleCI\" - develop branch
  • \n
  • \"CircleCI\" - master branch
  • \n
\n

Please see our Contributing Guideline which explains repo organization, linting, testing, and other steps.

\n

License

\n

\"license\"

\n

This project is licensed under the terms of the MIT license.

\n

Badges

\n

Let the world know your project is using Cypress.io to test with this cool badge

\n

\"Cypress.io\"

\n
[![Cypress.io](https://img.shields.io/badge/tested%20with-Cypress-04C38E.svg)](https://www.cypress.io/)\n
\n
", + "readmeFetchedAt": "2020-09-18T00:10:38.665Z" }, "csv-to-sqlite": { "readmeCleaned": "

CSV to SQLite

\n
\n

A desktop app to convert CSV files to SQLite databases!

\n
\n

\"Version\"\n\"Downloads\"\n\"License\"

\n

Table of Contents

\n

Purpose
\nCompatibility
\nSetup
\nScreenshots
\nFuture Goals

\n

Purpose

\n

CSV to SQLite is an electron application designed to convert comma-separated values files to SQLite databases with column type affinities. This desktop app allows a user to convert much more quickly when compared to command-line CSV to SQLite conversion methods. Instead of creating a custom conversion script for each SQLite database, a user is able to quickly adjust the parameters for how the CSV files should be converted.

\n

Compatibility

\n

CSV to SQLite is compatible with Windows, Mac OS, and Linux.

\n

Setup

\n
# clone the repository\ngit clone https://github.com/isaiahnields/csv-to-sqlite\n\n# install dependencies\nnpm install\n\n# serve with hot reload\nnpm run dev\n\n# build electron application for production\nnpm run build
\n

Screenshots

\n

\n

\n

Future Goals

\n

See Projects.

\n
", "readmeOriginal": "

CSV to SQLite

\n
\n

A desktop app to convert CSV files to SQLite databases!

\n
\n

\"Version\"\n\"Downloads\"\n\"License\"

\n

Table of Contents

\n

Purpose
\nCompatibility
\nSetup
\nScreenshots
\nFuture Goals

\n

Purpose

\n

CSV to SQLite is an electron application designed to convert comma-separated values files to SQLite databases with column type affinities. This desktop app allows a user to convert much more quickly when compared to command-line CSV to SQLite conversion methods. Instead of creating a custom conversion script for each SQLite database, a user is able to quickly adjust the parameters for how the CSV files should be converted.

\n

Compatibility

\n

CSV to SQLite is compatible with Windows, Mac OS, and Linux.

\n

Setup

\n
# clone the repository\ngit clone https://github.com/isaiahnields/csv-to-sqlite\n\n# install dependencies\nnpm install\n\n# serve with hot reload\nnpm run dev\n\n# build electron application for production\nnpm run build
\n

Screenshots

\n

\n

\n

Future Goals

\n

See Projects.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:14.114Z" + "readmeFetchedAt": "2020-09-18T00:10:38.676Z" }, - "cumulus": { - "readmeCleaned": "

Cumulus

\n

A SoundCloud player that lives in your menubar.

\n

\"GitHub

\n

\n

Installing

\n

Download the latest release for OSX.

\n

IntelliJ users be warned: This app hijacks the ⌘+Alt+L shortcurt used by IntelliJ to reformat code. See #40 and #77.

\n

Developing

\n

Install dependencies

\n

npm install

\n

npm install -g electron

\n

Compile the application

\n

grunt or grunt build

\n

Run the application with the Chrome DevTools

\n

NODE_ENV=development electron .

\n

Or in Windows:

\n
    \n
  • PowerShell: $env:NODE_ENV="development"; electron .
  • \n
  • CMD: set "NODE_ENV=development" & electron .
  • \n
\n
", - "readmeOriginal": "

Cumulus

\n

A SoundCloud player that lives in your menubar.

\n

\"GitHub

\n

\n

Installing

\n

Download the latest release for OSX.

\n

IntelliJ users be warned: This app hijacks the ⌘+Alt+L shortcurt used by IntelliJ to reformat code. See #40 and #77.

\n

Developing

\n

Install dependencies

\n

npm install

\n

npm install -g electron

\n

Compile the application

\n

grunt or grunt build

\n

Run the application with the Chrome DevTools

\n

NODE_ENV=development electron .

\n

Or in Windows:

\n
    \n
  • PowerShell: $env:NODE_ENV=\"development\"; electron .
  • \n
  • CMD: set \"NODE_ENV=development\" & electron .
  • \n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:14.207Z" - }, - "cypress": { - "readmeCleaned": "

\n \n

\n

\n Documentation |\n Changelog |\n Roadmap\n

\n

\n The web has evolved. Finally, testing has too.\n

\n

\n Fast, easy and reliable testing for anything that runs in a browser.\n

\n

\n \n \"npm\"\n \n \n \"Gitter\n \n \n \"StackShare\"\n
\n

\n

What is Cypress?

\n

\n \n \"Why\n \n

\n

Installing

\n

\"npm

\n

Install Cypress for Mac, Linux, or Windows, then get started.

\n
npm install cypress --save-dev
\n

or

\n
yarn add cypress --dev
\n

\"installing-cli

\n

Contributing

\n
    \n
  • \"CircleCI\" - develop branch
  • \n
  • \"CircleCI\" - master branch
  • \n
\n

Please see our Contributing Guideline which explains repo organization, linting, testing, and other steps.

\n

License

\n

\"license\"

\n

This project is licensed under the terms of the MIT license.

\n

Badges

\n

Let the world know your project is using Cypress.io to test with this cool badge

\n

\"Cypress.io\"

\n
[![Cypress.io](https://img.shields.io/badge/tested%20with-Cypress-04C38E.svg)](https://www.cypress.io/)\n
\n
", - "readmeOriginal": "

\n \n

\n

\n Documentation |\n Changelog |\n Roadmap\n

\n

\n The web has evolved. Finally, testing has too.\n

\n

\n Fast, easy and reliable testing for anything that runs in a browser.\n

\n

\n \n \"npm\"\n \n \n \"Gitter\n \n \n \"StackShare\"\n
\n

\n

What is Cypress?

\n

\n \n \"Why\n \n

\n

Installing

\n

\"npm

\n

Install Cypress for Mac, Linux, or Windows, then get started.

\n
npm install cypress --save-dev
\n

or

\n
yarn add cypress --dev
\n

\"installing-cli

\n

Contributing

\n
    \n
  • \"CircleCI\" - develop branch
  • \n
  • \"CircleCI\" - master branch
  • \n
\n

Please see our Contributing Guideline which explains repo organization, linting, testing, and other steps.

\n

License

\n

\"license\"

\n

This project is licensed under the terms of the MIT license.

\n

Badges

\n

Let the world know your project is using Cypress.io to test with this cool badge

\n

\"Cypress.io\"

\n
[![Cypress.io](https://img.shields.io/badge/tested%20with-Cypress-04C38E.svg)](https://www.cypress.io/)\n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:14.281Z" - }, - "crypto-bot": { - "readmeCleaned": "

It's for encrypting and decrypting your messages

\n

CryptoBot uses CryptoJS on most of the encrytion methods. You can use this application to view these encrytion and decryption process without headache.

\n

For fun :)

\n

\"logo\"

\n

view this app from browser

\n
yarn install\nyarn start\n
\n

view this app (electron)

\n
yarn build // you need to modify the /build/index.html for the right <script src="">\nelectron .\n
\n

package for darwin

\n
electron-packager . --electron-version=1.8.4  --platform=darwin --icon=./logo.icns --arch=x64 --ignore=node_modules/ --appname=CryptoBot --overwrite\n
\n

package for win32

\n
electron-packager . --electron-version=1.8.4  --platform=win32 --arch=x64 --ignore=node_modules/ --appname=CryptoBot --overwrite\n
\n

package for linux

\n
electron-packager . --electron-version=1.8.4  --platform=linux --arch=x64 --ignore=node_modules/ --appname=CryptoBot --overwrite\n
\n

there may be some issues with the performance on win

\n

Thanks for the new icon by Arslanshn

\n
", - "readmeOriginal": "

It's for encrypting and decrypting your messages

\n

CryptoBot uses CryptoJS on most of the encrytion methods. You can use this application to view these encrytion and decryption process without headache.

\n

For fun :)

\n

\"logo\"

\n

view this app from browser

\n
yarn install\nyarn start\n
\n

view this app (electron)

\n
yarn build // you need to modify the /build/index.html for the right <script src=\"\">\nelectron .\n
\n

package for darwin

\n
electron-packager . --electron-version=1.8.4  --platform=darwin --icon=./logo.icns --arch=x64 --ignore=node_modules/ --appname=CryptoBot --overwrite\n
\n

package for win32

\n
electron-packager . --electron-version=1.8.4  --platform=win32 --arch=x64 --ignore=node_modules/ --appname=CryptoBot --overwrite\n
\n

package for linux

\n
electron-packager . --electron-version=1.8.4  --platform=linux --arch=x64 --ignore=node_modules/ --appname=CryptoBot --overwrite\n
\n

there may be some issues with the performance on win

\n

Thanks for the new icon by Arslanshn

\n
", - "readmeFetchedAt": "2020-09-17T12:09:14.292Z" + "cryptoseed": { + "readmeCleaned": "

\"logo\"CryptoSeed

\n

Secure your bitcoin recovery seed.

\n

Writing down your bitcoin recovery seeds on plain paper might be solid electronic security, but terrible physical security. Not everyone has a safe they can keep stuff like that in. CryptoSeed encrypts your recovery seed with AES256 and encodes the encrypted data into a QR Code which you can print out and keep anywhere.

\n

Why pay for solutions that still leave your seed in plain text when you can print out and laminate a business card with your encrypted recovery seed on it for free. You could keep a copy in your wallet, or in a safe, or even hide it in plain sight.

\n

\"Encryption

\n

When it comes time to use your recovery seed, just scan the QR Code with your phone and decrypt it with CryptoSeed.

\n

\"Decryption

\n
\n

How secure is it?

\n

Your recovery seed is encrypted with the Cipher Block Chaining (CBC) mode of the Advanced Encryption Standard with a 256 bit key length. Your key is generated using a password of your choice and a random salt, hashed 1 million times with pbkdf2 (sha512). Encrypting the same data with the same key will yield a different result every time.

\n

If you forget your password, your seed is lost. There is no recovery.

\n

Whenever you type anything on a computer connected to the internet, you run the inherent risk of your information being exposed by keyloggers, viruses, and other attack vectors. This risk can be mitigated by using an offline computer or by simply typing in your recovery phrase out of order and rearranging them with the mouse afterword. Another good option would be to use a distro like Qubes.

\n

No matter what you do there is risk, but once encrypted your seed is pretty safe.

\n
\n

Installation

\n

Prebuilt packages

\n

Ubuntu/Debian (installer)
\nLinux (zip)
\nWindows x64 (installer)
\nWindows x64 (zip)
\nMac OSX x64 (zip)

\n

View releases

\n

Development install

\n
\tgit clone git@github.com:anderson-arlen/cryptoseed.git\n\tcd cryptoseed\n\tnpm install && npm start
\n

Build

\n

First you'll need to install electron-builder:

\n
\tnpm install -g electron-builder
\n

Then you can run the build for your desired platform:

\n
\tnpm run pack:linux\n\tnpm run pack:windows\n\tnpm run pack:osx
\n
\n

Cryptography Notice

\n

This distribution includes cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check your country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. See http://www.wassenaar.org/ for more information.

\n

The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), classifies this software as 5D002. The form and manner of this distribution makes it eligible for export under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13(e)) for both object code and source code.

\n
\n

License

\n

Copyright (c) 2017 Arlen Anderson

\n

License under The MIT License (MIT)

\n

Permission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the "Software"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:

\n

The above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.

\n

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

\n
\n

Donate

\n

Bitcoin: 1LPCKLyrqFRjQ8yZRyBdAo3yr5Cx6Sb37F

\n
", + "readmeOriginal": "

\"logo\"CryptoSeed

\n

Secure your bitcoin recovery seed.

\n

Writing down your bitcoin recovery seeds on plain paper might be solid electronic security, but terrible physical security. Not everyone has a safe they can keep stuff like that in. CryptoSeed encrypts your recovery seed with AES256 and encodes the encrypted data into a QR Code which you can print out and keep anywhere.

\n

Why pay for solutions that still leave your seed in plain text when you can print out and laminate a business card with your encrypted recovery seed on it for free. You could keep a copy in your wallet, or in a safe, or even hide it in plain sight.

\n

\"Encryption

\n

When it comes time to use your recovery seed, just scan the QR Code with your phone and decrypt it with CryptoSeed.

\n

\"Decryption

\n
\n

How secure is it?

\n

Your recovery seed is encrypted with the Cipher Block Chaining (CBC) mode of the Advanced Encryption Standard with a 256 bit key length. Your key is generated using a password of your choice and a random salt, hashed 1 million times with pbkdf2 (sha512). Encrypting the same data with the same key will yield a different result every time.

\n

If you forget your password, your seed is lost. There is no recovery.

\n

Whenever you type anything on a computer connected to the internet, you run the inherent risk of your information being exposed by keyloggers, viruses, and other attack vectors. This risk can be mitigated by using an offline computer or by simply typing in your recovery phrase out of order and rearranging them with the mouse afterword. Another good option would be to use a distro like Qubes.

\n

No matter what you do there is risk, but once encrypted your seed is pretty safe.

\n
\n

Installation

\n

Prebuilt packages

\n

Ubuntu/Debian (installer)
\nLinux (zip)
\nWindows x64 (installer)
\nWindows x64 (zip)
\nMac OSX x64 (zip)

\n

View releases

\n

Development install

\n
\tgit clone git@github.com:anderson-arlen/cryptoseed.git\n\tcd cryptoseed\n\tnpm install && npm start
\n

Build

\n

First you'll need to install electron-builder:

\n
\tnpm install -g electron-builder
\n

Then you can run the build for your desired platform:

\n
\tnpm run pack:linux\n\tnpm run pack:windows\n\tnpm run pack:osx
\n
\n

Cryptography Notice

\n

This distribution includes cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check your country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. See http://www.wassenaar.org/ for more information.

\n

The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), classifies this software as 5D002. The form and manner of this distribution makes it eligible for export under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13(e)) for both object code and source code.

\n
\n

License

\n

Copyright (c) 2017 Arlen Anderson

\n

License under The MIT License (MIT)

\n

Permission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:

\n

The above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.

\n

THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

\n
\n

Donate

\n

Bitcoin: 1LPCKLyrqFRjQ8yZRyBdAo3yr5Cx6Sb37F

\n
", + "readmeFetchedAt": "2020-09-18T00:10:38.681Z" }, "d-tools": { "readmeCleaned": "

\"d-tools\"

\n

d-tools

\n
\n

d-tools is a toolbox for developers.Formatter, Base64, Regex test,Host manager and so on.

\n
\n

Screenshot

\n

Two language support:

\n

EN:

\n

\n\"d-tools\"\n

\nCN:\n

\n\"d-tools\"\n

\n

Build Setup

\n
# install dependencies\nnpm install\n\n# build electron application for production\nnpm run build
\n

Feature

\n
    \n
  • Json format, Base64 md5 uri encode/decode
  • \n
  • RGB HEX CSS transform, Color constant, Color picker
  • \n
  • Image to base64, Base64 to image
  • \n
  • Regex test
  • \n
  • Host edit
  • \n
  • System info
  • \n
\n
\n
", "readmeOriginal": "

\"d-tools\"

\n

d-tools

\n
\n

d-tools is a toolbox for developers.Formatter, Base64, Regex test,Host manager and so on.

\n
\n

Screenshot

\n

Two language support:

\n

EN:

\n

\n\"d-tools\"\n

\nCN:\n

\n\"d-tools\"\n

\n

Build Setup

\n
# install dependencies\nnpm install\n\n# build electron application for production\nnpm run build
\n

Feature

\n
    \n
  • Json format, Base64 md5 uri encode/decode
  • \n
  • RGB HEX CSS transform, Color constant, Color picker
  • \n
  • Image to base64, Base64 to image
  • \n
  • Regex test
  • \n
  • Host edit
  • \n
  • System info
  • \n
\n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:14.377Z" + "readmeFetchedAt": "2020-09-18T00:10:38.710Z" + }, + "cumulus": { + "readmeCleaned": "

Cumulus

\n

A SoundCloud player that lives in your menubar.

\n

\"GitHub

\n

\n

Installing

\n

Download the latest release for OSX.

\n

IntelliJ users be warned: This app hijacks the ⌘+Alt+L shortcurt used by IntelliJ to reformat code. See #40 and #77.

\n

Developing

\n

Install dependencies

\n

npm install

\n

npm install -g electron

\n

Compile the application

\n

grunt or grunt build

\n

Run the application with the Chrome DevTools

\n

NODE_ENV=development electron .

\n

Or in Windows:

\n
    \n
  • PowerShell: $env:NODE_ENV="development"; electron .
  • \n
  • CMD: set "NODE_ENV=development" & electron .
  • \n
\n
", + "readmeOriginal": "

Cumulus

\n

A SoundCloud player that lives in your menubar.

\n

\"GitHub

\n

\n

Installing

\n

Download the latest release for OSX.

\n

IntelliJ users be warned: This app hijacks the ⌘+Alt+L shortcurt used by IntelliJ to reformat code. See #40 and #77.

\n

Developing

\n

Install dependencies

\n

npm install

\n

npm install -g electron

\n

Compile the application

\n

grunt or grunt build

\n

Run the application with the Chrome DevTools

\n

NODE_ENV=development electron .

\n

Or in Windows:

\n
    \n
  • PowerShell: $env:NODE_ENV=\"development\"; electron .
  • \n
  • CMD: set \"NODE_ENV=development\" & electron .
  • \n
\n
", + "readmeFetchedAt": "2020-09-18T00:10:38.716Z" }, "darkj": { "readmeCleaned": "

DarkJ

\n

\"Preview\"

\n

Ever feel JIRA's UI is hard to use? Every small action it reloads the whole page or open a brand new one. That list of subtask really doesn't let you do anything. Searching doesn't really work the way you expected and if you find the thing, you don't know how you did it.

\n

Enter DarkJ! A fluid, dark themed native desktop UI for JIRA that helps you get by your daily JIRA workflow easier. With a custom built, Angular based UI, viewing issues has never been easier. A easy-to-use tab system manages all the issues you care about in one convenient place. Live update and pinning issues let you resume work faster and a custom built search page let you search almost everything.

\n

Interested? How about heading over to the Releases page and try it out? Oh, and it's free to use by the way.

\n

DarkJ's UI is based on the amazing Black Dashboard Theme by CreativeTim.

\n

This app is a fan created work and is not an official product of JIRA or endorsed by Atlassian.

\n

Highlights

\n
    \n
  • Angular based UI with fluid transitions and animations, no more waiting for the whole page to load.
  • \n
  • Tab based issue viewing with pin and live update, all the issues you cared about are easily within reach.
  • \n
  • Full-text based search feature that lets you search the entire JIRA, no need to fiddle with that complicated JIRA search function.
  • \n
  • Custom created controls let you do your daily tasks within DarkJ, included custom controls are:\n
      \n
    • Assignee picker
    • \n
    • Title editor
    • \n
    • Priority changer
    • \n
    • Status changer
    • \n
    • Simple description editor
    • \n
    \n
  • \n
  • Minimizable create issue window.
  • \n
  • Conveniently placed "Open in JIRA" buttons, so you can always go to your JIRA UI easily.
  • \n
  • Support multiple accounts
  • \n
\n

Built On

\n

\n

\n

Download & Installation

\n

Head over to the Releases page and download the latest version to get started!

\n

Windows

\n

Download the latest setup.exe and follow the installation instruction.

\n

MacOS

\n

You can download either the .zip or .dmg to use DarkJ.

\n

If you downloaded the .zip:

\n
    \n
  1. Extract the content of the .zip file.
  2. \n
  3. You can put the extracted file in your /Applications folder for it to show up in Launchpad.
  4. \n
\n

If you downloaded the .dmg:

\n
    \n
  1. Open the .dmg file.
  2. \n
  3. After clicking "Agree", drag the DarkJ icon into the Applications folder icon on screen.
  4. \n
  5. DarkJ should now be available in Launchpad.
  6. \n
  7. If there's a separate DarkJ icon appears on your Desktop, you can remove that by draggin it to the Trashcan.
  8. \n
\n

How much does this app cost?

\n

0, 🆓! It's free to use! If you like the app, maybe consider \"BuyBuy me a tea, a gazillion ton of black tea went into DarkJ 😉

\n

FAQ

\n
    \n
  • \n

    It doesn't start on MacOS.

    \n

    Before 0.1.1, DarkJ is not signed and this has been corrected in release 0.1.1. After 0.1.1, you should be able to click "Open" in the warning dialog that shows up when you first start DarkJ.

    \n
  • \n
  • \n

    On MacOS, it asks me for permission to use Keychain Access.

    \n

    DarkJ uses Keychain to store you JIRA token so it will need access to your Keychain to function properly. To prevent future warning, click "Always Allow".

    \n
  • \n
  • \n

    Is my JIRA data safe?

    \n

    DarkJ stores your JIRA API token with your computer's built-in credential manager, on Windows, it's Credential Manager; on MacOS, it's Keychain Access.

    \n

    Your API token and JIRA login information is only used for authentication purposes and DarkJ will only send your JIRA data and JIRA account information to your organization's JIRA service and not anywhere else.

    \n

    To improve your account safety, use a dedicated API token for DarkJ.

    \n
  • \n
  • \n

    Is there any keyboard shortcuts?

    \n

    Yep, common useful shortcuts are:

    \n
     Ctrl + f = Open Search Page\n Ctrl + n = Open Create Issue Window\n ESC = Exit current window\n
    \n

    There are other shortcuts available and they are listed in the menus. For MacOS, replace Ctrl with Command.

    \n
  • \n
  • \n

    I am getting some timeout warning.

    \n

    Try clicking the "Refresh" button on the top-right corner or press "F5" to reload the app.

    \n
  • \n
  • \n

    I can't transition, create issue or perform some actions.

    \n

    Although we try to create controls for most JIRA applications, there might be fields that DarkJ doesn't support and is required to fill in during issue creation or transition.

    \n

    In these cases, click the "Open External" button (looks like a square with arrow pointing out) in the related screen and you can perform the actions with JIRA's native UI.

    \n
  • \n
\n

Issues

\n

For any issues or feature suggestions, feel free to post in the Issues.

\n
", "readmeOriginal": "

DarkJ

\n

\"Preview\"

\n

Ever feel JIRA's UI is hard to use? Every small action it reloads the whole page or open a brand new one. That list of subtask really doesn't let you do anything. Searching doesn't really work the way you expected and if you find the thing, you don't know how you did it.

\n

Enter DarkJ! A fluid, dark themed native desktop UI for JIRA that helps you get by your daily JIRA workflow easier. With a custom built, Angular based UI, viewing issues has never been easier. A easy-to-use tab system manages all the issues you care about in one convenient place. Live update and pinning issues let you resume work faster and a custom built search page let you search almost everything.

\n

Interested? How about heading over to the Releases page and try it out? Oh, and it's free to use by the way.

\n

DarkJ's UI is based on the amazing Black Dashboard Theme by CreativeTim.

\n

This app is a fan created work and is not an official product of JIRA or endorsed by Atlassian.

\n

Highlights

\n
    \n
  • Angular based UI with fluid transitions and animations, no more waiting for the whole page to load.
  • \n
  • Tab based issue viewing with pin and live update, all the issues you cared about are easily within reach.
  • \n
  • Full-text based search feature that lets you search the entire JIRA, no need to fiddle with that complicated JIRA search function.
  • \n
  • Custom created controls let you do your daily tasks within DarkJ, included custom controls are:\n
      \n
    • Assignee picker
    • \n
    • Title editor
    • \n
    • Priority changer
    • \n
    • Status changer
    • \n
    • Simple description editor
    • \n
    \n
  • \n
  • Minimizable create issue window.
  • \n
  • Conveniently placed \"Open in JIRA\" buttons, so you can always go to your JIRA UI easily.
  • \n
  • Support multiple accounts
  • \n
\n

Built On

\n

\n

\n

Download & Installation

\n

Head over to the Releases page and download the latest version to get started!

\n

Windows

\n

Download the latest setup.exe and follow the installation instruction.

\n

MacOS

\n

You can download either the .zip or .dmg to use DarkJ.

\n

If you downloaded the .zip:

\n
    \n
  1. Extract the content of the .zip file.
  2. \n
  3. You can put the extracted file in your /Applications folder for it to show up in Launchpad.
  4. \n
\n

If you downloaded the .dmg:

\n
    \n
  1. Open the .dmg file.
  2. \n
  3. After clicking \"Agree\", drag the DarkJ icon into the Applications folder icon on screen.
  4. \n
  5. DarkJ should now be available in Launchpad.
  6. \n
  7. If there's a separate DarkJ icon appears on your Desktop, you can remove that by draggin it to the Trashcan.
  8. \n
\n

How much does this app cost?

\n

0, 🆓! It's free to use! If you like the app, maybe consider \"BuyBuy me a tea, a gazillion ton of black tea went into DarkJ 😉

\n

FAQ

\n
    \n
  • \n

    It doesn't start on MacOS.

    \n

    Before 0.1.1, DarkJ is not signed and this has been corrected in release 0.1.1. After 0.1.1, you should be able to click \"Open\" in the warning dialog that shows up when you first start DarkJ.

    \n
  • \n
  • \n

    On MacOS, it asks me for permission to use Keychain Access.

    \n

    DarkJ uses Keychain to store you JIRA token so it will need access to your Keychain to function properly. To prevent future warning, click \"Always Allow\".

    \n
  • \n
  • \n

    Is my JIRA data safe?

    \n

    DarkJ stores your JIRA API token with your computer's built-in credential manager, on Windows, it's Credential Manager; on MacOS, it's Keychain Access.

    \n

    Your API token and JIRA login information is only used for authentication purposes and DarkJ will only send your JIRA data and JIRA account information to your organization's JIRA service and not anywhere else.

    \n

    To improve your account safety, use a dedicated API token for DarkJ.

    \n
  • \n
  • \n

    Is there any keyboard shortcuts?

    \n

    Yep, common useful shortcuts are:

    \n
     Ctrl + f = Open Search Page\n Ctrl + n = Open Create Issue Window\n ESC = Exit current window\n
    \n

    There are other shortcuts available and they are listed in the menus. For MacOS, replace Ctrl with Command.

    \n
  • \n
  • \n

    I am getting some timeout warning.

    \n

    Try clicking the \"Refresh\" button on the top-right corner or press \"F5\" to reload the app.

    \n
  • \n
  • \n

    I can't transition, create issue or perform some actions.

    \n

    Although we try to create controls for most JIRA applications, there might be fields that DarkJ doesn't support and is required to fill in during issue creation or transition.

    \n

    In these cases, click the \"Open External\" button (looks like a square with arrow pointing out) in the related screen and you can perform the actions with JIRA's native UI.

    \n
  • \n
\n

Issues

\n

For any issues or feature suggestions, feel free to post in the Issues.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:14.497Z" + "readmeFetchedAt": "2020-09-18T00:10:38.759Z" + }, + "data-pixels-playground": { + "readmeCleaned": "
\n \n

DATA PIXELS / Create Pixel Art Programmatically

\n

\"npm\"\n\"npm\"\n\"Github\n\"GitHub\n\"license\"

\n
\n

The DataPixels.js source code facilitates production of pixel art that is entirely generated programmatically at runtime. Additionally, the accompanying desktop application, Data Pixels Playground, may be used to write and execute code for displaying both customized and automated pixel art.

\n

DataPixels.js

\n

The DataPixels.js source code features a modular, ES2015 Class design for accessible and effortless construction of new instances. Each instance contains both HTMLCanvasElement and HTMLImageElement public accessors whose sources consist of the programmatically generated pixel art.

\n

Install

\n

DataPixels.js package can be installed as a project dependency from NPM by entering the following CLI command:

\n
npm i data-pixels\n
\n

Create

\n

The DataPixels.js constructor requires 2 arguments:

\n
    \n
  1. \n

    pixelData: An array containing one or more arrays of equal length, consisting of strings composed of 0-255 integer values per 24-bit RGB color channel (e.g., “255, 255, 255”) or 32-bit RGBA color channel (e.g., “255, 255, 255, 255”). Additionally, the strings may optionally contain any kind of descriptive text (e.g., “Red: 255, G - 128, 64 for Blue, Transparency = 32”) as only the number values within the string will be parsed in RGB / RGBA order. Strings that contain more than 4 numbers will throw an error.

    \n
  2. \n
  3. \n

    pixelSize: The size of each color data unit in pixels. This value represents the size of each perceived pixel that forms the pixel art.

    \n
  4. \n
\n

For more information see the Example Code section below.

\n

\"Code

\n

Data Pixels Playground

\n

Data Pixels Playground is a lightweight, cross-platform, desktop application for Windows, Mac and Linux, which may be used to write and execute DataPixels.js instances for previewing and testing purposes.

\n

The application features built-in example code via the Help menu as well as the ability to parse pixel data from image files to produce automatically generated code through the File > Open Image File… menu item or through drag-and-drop gestures. Additionally, compiled Data Pixels visible in the View Panel can be easily dragged, scaled and reflected using the mouse or in-app controls to help you design the perfect images for your requirements.

\n

Note: pixel color values that are automatically interpreted from image files with an embedded color space may differ slightly from the image’s intended color values.

\n

\"Application

\n

Desktop Application Release Builds

\n

Creating release builds for Windows, Mac and/or Linux is a 2-step process: code compilation, then application packaging, both of which are accomplished by running command-line NPM scripts.

\n

Compilation

\n

Production code compilation can be executed by entering the following CLI command at the project root folder [~/DataPixels/ ]:

\n
npm run prod\n
\n

For more detailed information concerning code compilation please refer to Project Foundation.

\n

Packaging

\n

Application packaging can be executed for individual platforms by entering one of the following CLI commands at the project build folder [~/DataPixels/resources/build/ ]:

\n
npm run package-linux\n
\n
npm run package-mac\n
\n
npm run package-windows\n
\n

Note: In order to avoid problems with code signing and other build issues it is highly recommended to execute packaging scripts for an individual platform from its own operating system.

\n

For more detailed information concerning application packaging please refer to Electron Packager.

\n

Example Code

\n

Basic

\n
/**\n * @description DataPixels basic code example\n * \n */\nimport DataPixels from "data-pixels";\n\nconst R = "255, 0, 0, 255";    //Red\nconst G = "0, 255, 0, 255";    //Green\nconst B = "0, 0, 255, 255";    //Blue\nconst _ = "0, 0, 0, 0";        //Transparent\n\nconst data = [[R, G],\n              [B, _]];\n\nconst size = 100;\n\nconst image = new DataPixels(data, size).image;\n\ndocument.body.appendChild(image);
\n

Hearts

\n
/**\n * @description DataPixels example of multiple heart shaped instances of different hues and rotations\n * \n */\nimport DataPixels from "data-pixels";\n\n/**\n * @description Properties of type <strong>{number}</strong> consist of:\n * <ul>\n *     <li> S </li>\n *     <li> M </li>\n *     <li> L </li>\n *     <li> XL </li>\n * </ul>\n * \n * @constant\n * \n */\nconst Size = {\n\n    S: 10,\n    M: 15,\n    L: 20,\n    XL: 25\n};\n\n/**\n * @description Creates a new heart shaped pixelData object of a specified hue\n * @param {number} red - The hue's red value \n * @param {number} green - The hue's green value\n * @param {number} blue - The hue's blue value\n * @param {number} lightness - The hue's applied value for brightness and darkness\n * \n */\nfunction createPixelDataHeart(red, green, blue, lightness = 20) {\n\n    const R = red;\n    const G = green;\n    const B = blue;\n    const L1 = lightness;\n    const L2 = L1 * 2;\n    const H = `${R}, ${G}, ${B}`;                  //Main Hue\n    const A = `${R + L2}, ${G + L2}, ${B + L2}`;   //Main Hue Light\n    const Y = `${R - L1}, ${G - L1}, ${B - L1}`;   //Main Hue Dark\n    const Z = `${R - L2}, ${G - L2}, ${B - L2}`;   //Main Hue Darker\n    const $ = "0, 0, 0";                           //Stroke\n    const _ = "0, 0, 0, 0";                        //Transparent\n\n    return [[_, _, $, $, $, _, _, _, $, $, $, _, _],\n            [_, $, H, H, H, $, _, $, Y, Y, Z, $, _],\n            [$, H, H, A, H, H, $, H, H, Y, Y, Z, $],\n            [$, H, A, H, H, H, H, H, H, H, Y, Z, $],\n            [$, H, A, H, H, H, H, H, H, H, Y, Z, $],\n            [$, H, H, H, H, H, H, H, H, H, Y, Z, $],\n            [_, $, H, H, H, H, H, H, H, Y, Z, $, _],\n            [_, _, $, H, H, H, H, H, H, Y, $, _, _],\n            [_, _, _, $, H, H, H, H, Y, $, _, _, _],\n            [_, _, _, _, $, H, H, Y, $, _, _, _, _],\n            [_, _, _, _, _, $, Y, $, _, _, _, _, _],\n            [_, _, _, _, _, _, $, _, _, _, _, _, _]];\n}\n\n/* \n * Create multiple heart canvases of different colors and sizes\n *\n */ \nconst redHeart = new DataPixels(createPixelDataHeart(200, 0, 50), Size.XL).canvas;\nconst blueHeart = new DataPixels(createPixelDataHeart(50, 30, 210), Size.L).canvas;\nconst purpleHeart = new DataPixels(createPixelDataHeart(125, 70, 180), Size.M).canvas;\nconst greenHeart = new DataPixels(createPixelDataHeart(25, 160, 50), Size.S).canvas;\n\n/* \n * Create a container for the heart canvases\n *\n */ \nconst heartsContainer = document.createElement("div");\nheartsContainer.style.filter = "drop-shadow(0 0 30px #FFFFFF)";\n\ndocument.body.appendChild(heartsContainer);\n\n/* \n * Rotate and append each heart canvas to the container\n *\n */ \nconst rotationDelta = 15;\n\n[redHeart, blueHeart, purpleHeart, greenHeart].forEach((heart, index) => {\n\n    heart.style.transform = `rotate(${rotationDelta * index}deg)`;\n    heartsContainer.appendChild(heart);\n});
\n

Mario Bros

\n
/**\n * @description DataPixels example of Nintendo's Mario Brothers\n * \n */\nimport DataPixels from "data-pixels";\n\n/**\n * @description Creates a Mario or Luigi pixelData object\n * @param {boolean} isMario - Defines the brother's hat and shirt color.  Mario is red and Luigi is green. \n * \n */\nfunction createMarioBrother(isMario = true) {\n\n    const mainColor = (isMario) ? "255, 0, 0" : "0, 180, 0";\n\n    const C = mainColor;        //Hat & Shirt\n    const B = "100, 50, 0";     //Brown Hair & Boots\n    const S = "255, 200, 150";  //Skin Tone\n    const O = "0, 0, 255";      //Blue Overalls\n    const Y = "255, 255, 0";    //Yellow Buckles       \n    const W = "255, 255, 255";  //White Gloves\n    const _ = "0, 0, 0, 0";     //Transparent (RGBA Format)\n\n    return [[_, _, _, C, C, C, C, C, _, _, _, _],\n            [_, _, C, C, C, C, C, C, C, C, C, _],\n            [_, _, B, B, B, S, S, B, S, _, _, _], \n            [_, B, S, B, S, S, S, B, S, S, S, _],\n            [_, B, S, B, B, S, S, S, B, S, S, B],\n            [_, B, B, S, S, S, S, B, B, B, B, _],\n            [_, _, _, S, S, S, S, S, S, S, _, _],\n            [_, _, C, C, O, C, C, C, C, _, _, _],\n            [_, C, C, C, O, C, C, O, C, C, C, _],\n            [C, C, C, C, O, O, O, O, C, C, C, C],\n            [W, W, C, O, Y, O, O, Y, O, C, W, W],\n            [W, W, W, O, O, O, O, O, O, W, W, W],\n            [W, W, O, O, O, O, O, O, O, O, W, W],\n            [_, _, O, O, O, _, _, O, O, O, _, _],\n            [_, B, B, B, _, _, _, _, B, B, B, _],\n            [B, B, B, B, _, _, _, _, B, B, B, B]];\n}\n\n/*\n * Create and append a Mario Brother canvas instance\n * \n */\nconst pixelSize = 30;\n\nconst brother = new DataPixels(createMarioBrother(true), pixelSize).canvas;\nbrother.style.filter = "drop-shadow(0 10px 20px #000000)";\n\ndocument.body.appendChild(brother);
\n

License

\n

MIT License

\n

Copyright © 2017-2018 Geoffrey Mattie

\n
", + "readmeOriginal": "
\n \n

DATA PIXELS / Create Pixel Art Programmatically

\n

\"npm\"\n\"npm\"\n\"Github\n\"GitHub\n\"license\"

\n
\n

The DataPixels.js source code facilitates production of pixel art that is entirely generated programmatically at runtime. Additionally, the accompanying desktop application, Data Pixels Playground, may be used to write and execute code for displaying both customized and automated pixel art.

\n

DataPixels.js

\n

The DataPixels.js source code features a modular, ES2015 Class design for accessible and effortless construction of new instances. Each instance contains both HTMLCanvasElement and HTMLImageElement public accessors whose sources consist of the programmatically generated pixel art.

\n

Install

\n

DataPixels.js package can be installed as a project dependency from NPM by entering the following CLI command:

\n
npm i data-pixels\n
\n

Create

\n

The DataPixels.js constructor requires 2 arguments:

\n
    \n
  1. \n

    pixelData: An array containing one or more arrays of equal length, consisting of strings composed of 0-255 integer values per 24-bit RGB color channel (e.g., “255, 255, 255”) or 32-bit RGBA color channel (e.g., “255, 255, 255, 255”). Additionally, the strings may optionally contain any kind of descriptive text (e.g., “Red: 255, G - 128, 64 for Blue, Transparency = 32”) as only the number values within the string will be parsed in RGB / RGBA order. Strings that contain more than 4 numbers will throw an error.

    \n
  2. \n
  3. \n

    pixelSize: The size of each color data unit in pixels. This value represents the size of each perceived pixel that forms the pixel art.

    \n
  4. \n
\n

For more information see the Example Code section below.

\n

\"Code

\n

Data Pixels Playground

\n

Data Pixels Playground is a lightweight, cross-platform, desktop application for Windows, Mac and Linux, which may be used to write and execute DataPixels.js instances for previewing and testing purposes.

\n

The application features built-in example code via the Help menu as well as the ability to parse pixel data from image files to produce automatically generated code through the File > Open Image File… menu item or through drag-and-drop gestures. Additionally, compiled Data Pixels visible in the View Panel can be easily dragged, scaled and reflected using the mouse or in-app controls to help you design the perfect images for your requirements.

\n

Note: pixel color values that are automatically interpreted from image files with an embedded color space may differ slightly from the image’s intended color values.

\n

\"Application

\n

Desktop Application Release Builds

\n

Creating release builds for Windows, Mac and/or Linux is a 2-step process: code compilation, then application packaging, both of which are accomplished by running command-line NPM scripts.

\n

Compilation

\n

Production code compilation can be executed by entering the following CLI command at the project root folder [~/DataPixels/ ]:

\n
npm run prod\n
\n

For more detailed information concerning code compilation please refer to Project Foundation.

\n

Packaging

\n

Application packaging can be executed for individual platforms by entering one of the following CLI commands at the project build folder [~/DataPixels/resources/build/ ]:

\n
npm run package-linux\n
\n
npm run package-mac\n
\n
npm run package-windows\n
\n

Note: In order to avoid problems with code signing and other build issues it is highly recommended to execute packaging scripts for an individual platform from its own operating system.

\n

For more detailed information concerning application packaging please refer to Electron Packager.

\n

Example Code

\n

Basic

\n
/**\n * @description DataPixels basic code example\n * \n */\nimport DataPixels from \"data-pixels\";\n\nconst R = \"255, 0, 0, 255\";    //Red\nconst G = \"0, 255, 0, 255\";    //Green\nconst B = \"0, 0, 255, 255\";    //Blue\nconst _ = \"0, 0, 0, 0\";        //Transparent\n\nconst data = [[R, G],\n              [B, _]];\n\nconst size = 100;\n\nconst image = new DataPixels(data, size).image;\n\ndocument.body.appendChild(image);
\n

Hearts

\n
/**\n * @description DataPixels example of multiple heart shaped instances of different hues and rotations\n * \n */\nimport DataPixels from \"data-pixels\";\n\n/**\n * @description Properties of type <strong>{number}</strong> consist of:\n * <ul>\n *     <li> S </li>\n *     <li> M </li>\n *     <li> L </li>\n *     <li> XL </li>\n * </ul>\n * \n * @constant\n * \n */\nconst Size = {\n\n    S: 10,\n    M: 15,\n    L: 20,\n    XL: 25\n};\n\n/**\n * @description Creates a new heart shaped pixelData object of a specified hue\n * @param {number} red - The hue's red value \n * @param {number} green - The hue's green value\n * @param {number} blue - The hue's blue value\n * @param {number} lightness - The hue's applied value for brightness and darkness\n * \n */\nfunction createPixelDataHeart(red, green, blue, lightness = 20) {\n\n    const R = red;\n    const G = green;\n    const B = blue;\n    const L1 = lightness;\n    const L2 = L1 * 2;\n    const H = `${R}, ${G}, ${B}`;                  //Main Hue\n    const A = `${R + L2}, ${G + L2}, ${B + L2}`;   //Main Hue Light\n    const Y = `${R - L1}, ${G - L1}, ${B - L1}`;   //Main Hue Dark\n    const Z = `${R - L2}, ${G - L2}, ${B - L2}`;   //Main Hue Darker\n    const $ = \"0, 0, 0\";                           //Stroke\n    const _ = \"0, 0, 0, 0\";                        //Transparent\n\n    return [[_, _, $, $, $, _, _, _, $, $, $, _, _],\n            [_, $, H, H, H, $, _, $, Y, Y, Z, $, _],\n            [$, H, H, A, H, H, $, H, H, Y, Y, Z, $],\n            [$, H, A, H, H, H, H, H, H, H, Y, Z, $],\n            [$, H, A, H, H, H, H, H, H, H, Y, Z, $],\n            [$, H, H, H, H, H, H, H, H, H, Y, Z, $],\n            [_, $, H, H, H, H, H, H, H, Y, Z, $, _],\n            [_, _, $, H, H, H, H, H, H, Y, $, _, _],\n            [_, _, _, $, H, H, H, H, Y, $, _, _, _],\n            [_, _, _, _, $, H, H, Y, $, _, _, _, _],\n            [_, _, _, _, _, $, Y, $, _, _, _, _, _],\n            [_, _, _, _, _, _, $, _, _, _, _, _, _]];\n}\n\n/* \n * Create multiple heart canvases of different colors and sizes\n *\n */ \nconst redHeart = new DataPixels(createPixelDataHeart(200, 0, 50), Size.XL).canvas;\nconst blueHeart = new DataPixels(createPixelDataHeart(50, 30, 210), Size.L).canvas;\nconst purpleHeart = new DataPixels(createPixelDataHeart(125, 70, 180), Size.M).canvas;\nconst greenHeart = new DataPixels(createPixelDataHeart(25, 160, 50), Size.S).canvas;\n\n/* \n * Create a container for the heart canvases\n *\n */ \nconst heartsContainer = document.createElement(\"div\");\nheartsContainer.style.filter = \"drop-shadow(0 0 30px #FFFFFF)\";\n\ndocument.body.appendChild(heartsContainer);\n\n/* \n * Rotate and append each heart canvas to the container\n *\n */ \nconst rotationDelta = 15;\n\n[redHeart, blueHeart, purpleHeart, greenHeart].forEach((heart, index) => {\n\n    heart.style.transform = `rotate(${rotationDelta * index}deg)`;\n    heartsContainer.appendChild(heart);\n});
\n

Mario Bros

\n
/**\n * @description DataPixels example of Nintendo's Mario Brothers\n * \n */\nimport DataPixels from \"data-pixels\";\n\n/**\n * @description Creates a Mario or Luigi pixelData object\n * @param {boolean} isMario - Defines the brother's hat and shirt color.  Mario is red and Luigi is green. \n * \n */\nfunction createMarioBrother(isMario = true) {\n\n    const mainColor = (isMario) ? \"255, 0, 0\" : \"0, 180, 0\";\n\n    const C = mainColor;        //Hat & Shirt\n    const B = \"100, 50, 0\";     //Brown Hair & Boots\n    const S = \"255, 200, 150\";  //Skin Tone\n    const O = \"0, 0, 255\";      //Blue Overalls\n    const Y = \"255, 255, 0\";    //Yellow Buckles       \n    const W = \"255, 255, 255\";  //White Gloves\n    const _ = \"0, 0, 0, 0\";     //Transparent (RGBA Format)\n\n    return [[_, _, _, C, C, C, C, C, _, _, _, _],\n            [_, _, C, C, C, C, C, C, C, C, C, _],\n            [_, _, B, B, B, S, S, B, S, _, _, _], \n            [_, B, S, B, S, S, S, B, S, S, S, _],\n            [_, B, S, B, B, S, S, S, B, S, S, B],\n            [_, B, B, S, S, S, S, B, B, B, B, _],\n            [_, _, _, S, S, S, S, S, S, S, _, _],\n            [_, _, C, C, O, C, C, C, C, _, _, _],\n            [_, C, C, C, O, C, C, O, C, C, C, _],\n            [C, C, C, C, O, O, O, O, C, C, C, C],\n            [W, W, C, O, Y, O, O, Y, O, C, W, W],\n            [W, W, W, O, O, O, O, O, O, W, W, W],\n            [W, W, O, O, O, O, O, O, O, O, W, W],\n            [_, _, O, O, O, _, _, O, O, O, _, _],\n            [_, B, B, B, _, _, _, _, B, B, B, _],\n            [B, B, B, B, _, _, _, _, B, B, B, B]];\n}\n\n/*\n * Create and append a Mario Brother canvas instance\n * \n */\nconst pixelSize = 30;\n\nconst brother = new DataPixels(createMarioBrother(true), pixelSize).canvas;\nbrother.style.filter = \"drop-shadow(0 10px 20px #000000)\";\n\ndocument.body.appendChild(brother);
\n

License

\n

MIT License

\n

Copyright © 2017-2018 Geoffrey Mattie

\n
", + "readmeFetchedAt": "2020-09-18T00:10:38.846Z" }, "dat": { "readmeCleaned": "

Dat Desktop

\n

Peer to peer data versioning & syncronization.

\n

\""Build\n\""Standard\"

\n

\"screenshot\"

\n

Table of Content

\n\n

Contributing

\n

To run Dat Desktop in development mode:

\n
node --version          # v12.4.0\nnpm install             # install dependencies\nnpm start               # start the application
\n

To create binary packages run:

\n
npm install             # install dependencies\nnpm run dist :os        # compile the app into an binary package
\n

FAQ

\n

How to speed up downloading Electron

\n

If you’re not in Europe or the US, you might want to use a different mirror for\nelectron. You can set the ELECTRON_MIRROR variable to point to a different\nprovider:

\n
# Europe / US\n$ npm install\n\n# Asia / Oceania\n$ ELECTRON_MIRROR="https://npm.taobao.org/mirrors/electron/" npm install
\n

Licenses

\n

MIT License

\n

Font Attribution & License

\n

SourceSansPro-Regular.ttf: Copyright 2010, 2012 Adobe Systems Incorporated (http://www.adobe.com/), with Reserved Font Name 'Source'. All Rights Reserved. Source is a trademark of Adobe Systems Incorporated in the United States and/or other countries. SIL Open Font License, 1.1

\n

SourceCodePro-Regular.ttf: Copyright 2010, 2012 Adobe Systems Incorporated. All Rights Reserved. SIL Open Font License, 1.1

\n
", "readmeOriginal": "

Dat Desktop

\n

Peer to peer data versioning & syncronization.

\n

\""Build\n\""Standard\"

\n

\"screenshot\"

\n

Table of Content

\n\n

Contributing

\n

To run Dat Desktop in development mode:

\n
node --version          # v12.4.0\nnpm install             # install dependencies\nnpm start               # start the application
\n

To create binary packages run:

\n
npm install             # install dependencies\nnpm run dist :os        # compile the app into an binary package
\n

FAQ

\n

How to speed up downloading Electron

\n

If you’re not in Europe or the US, you might want to use a different mirror for\nelectron. You can set the ELECTRON_MIRROR variable to point to a different\nprovider:

\n
# Europe / US\n$ npm install\n\n# Asia / Oceania\n$ ELECTRON_MIRROR=\"https://npm.taobao.org/mirrors/electron/\" npm install
\n

Licenses

\n

MIT License

\n

Font Attribution & License

\n

SourceSansPro-Regular.ttf: Copyright 2010, 2012 Adobe Systems Incorporated (http://www.adobe.com/), with Reserved Font Name 'Source'. All Rights Reserved. Source is a trademark of Adobe Systems Incorporated in the United States and/or other countries. SIL Open Font License, 1.1

\n

SourceCodePro-Regular.ttf: Copyright 2010, 2012 Adobe Systems Incorporated. All Rights Reserved. SIL Open Font License, 1.1

\n
", - "readmeFetchedAt": "2020-09-17T12:09:14.676Z" - }, - "dbglass": { - "readmeCleaned": "

DBGlass

\n

\"Code

\n

Simple cross-platform PostgreSQL client. Built with Electron, React, Redux, FixedDataTable.

\n

\"\"

\n

Features

\n
    \n
  • Straightforward and easy UI for creating, reading, updating and deleting your data without writing queries
  • \n
  • Rich markdown editor for your text data
  • \n
  • Simple constraint editor
  • \n
  • Connect to through SSH tunnel using password of public key
  • \n
  • Incredibly fast presentation of large tables
  • \n
\n

How To Use

\n

You can either

\n

Download Released App

\n

Extract it somewhere, and then run the executable.

\n

or

\n

Package app manually from sources

\n

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

\n
# Clone this repository\ngit clone https://github.com/web-pal/dbglass\n# Go into the repository\ncd dbglass\n# Install dependencies and run the app\nnpm install && npm run dev
\n

App will be running in development mode at this point, in which you can:

\n
Toggle Chrome DevTools
\n
    \n
  • OS X: Cmd Alt I or F12
  • \n
  • Linux: Ctrl Shift I or F12
  • \n
  • Windows: Ctrl Shift I or F12
  • \n
\n

See electron-debug for more information.

\n
Ignore default modules
\n

We add some module's peerDependencies to ignore option as default for application size reduction.

\n
    \n
  • babel-core is required by babel-loader and its size is ~19 MB
  • \n
  • node-libs-browser is required by webpack and its size is ~3MB.
  • \n
\n
\n

Note: If you want to use any above modules in runtime, for example: require('babel/register'), you should move them form devDependencies to dependencies.

\n
\n
Pack into an app for your platform from command line:
\n
npm run package
\n
Building windows apps from non-windows platforms
\n

Please checkout Building windows apps from non-windows platforms.

\n

License MIT

\n
", - "readmeOriginal": "

DBGlass

\n

\"Code

\n

Simple cross-platform PostgreSQL client. Built with Electron, React, Redux, FixedDataTable.

\n

\"\"

\n

Features

\n
    \n
  • Straightforward and easy UI for creating, reading, updating and deleting your data without writing queries
  • \n
  • Rich markdown editor for your text data
  • \n
  • Simple constraint editor
  • \n
  • Connect to through SSH tunnel using password of public key
  • \n
  • Incredibly fast presentation of large tables
  • \n
\n

How To Use

\n

You can either

\n

Download Released App

\n

Extract it somewhere, and then run the executable.

\n

or

\n

Package app manually from sources

\n

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

\n
# Clone this repository\ngit clone https://github.com/web-pal/dbglass\n# Go into the repository\ncd dbglass\n# Install dependencies and run the app\nnpm install && npm run dev
\n

App will be running in development mode at this point, in which you can:

\n
Toggle Chrome DevTools
\n
    \n
  • OS X: Cmd Alt I or F12
  • \n
  • Linux: Ctrl Shift I or F12
  • \n
  • Windows: Ctrl Shift I or F12
  • \n
\n

See electron-debug for more information.

\n
Ignore default modules
\n

We add some module's peerDependencies to ignore option as default for application size reduction.

\n
    \n
  • babel-core is required by babel-loader and its size is ~19 MB
  • \n
  • node-libs-browser is required by webpack and its size is ~3MB.
  • \n
\n
\n

Note: If you want to use any above modules in runtime, for example: require('babel/register'), you should move them form devDependencies to dependencies.

\n
\n
Pack into an app for your platform from command line:
\n
npm run package
\n
Building windows apps from non-windows platforms
\n

Please checkout Building windows apps from non-windows platforms.

\n

License MIT

\n
", - "readmeFetchedAt": "2020-09-17T12:09:14.804Z" + "readmeFetchedAt": "2020-09-18T00:10:38.850Z" }, "data-store": { "readmeCleaned": "

\n \n \n
\n

\nDataStore\n\n

\"GitHub

\n\nA Visual development-tool of creating mocked Json\n

Build and Dev Setup

\n
# install dependencies\nnpm install\n\n# serve with hot reload at localhost:9080\nnpm run dev\n\n# build electron application for production\nnpm run build\n\n# lint all JS/Vue component files in `src/`\nnpm run lint\n
\n
\n

User Guide

\n
    \n
  • Start development server\nIn the Server Port field, you can type a Port not occupied, then choose a language. Finally open the Server by clicking the circle on the bottom left. If the Server was initiated successfully, the circle on the top right will be change.
  • \n
  • Change your image\nAn Image URL field will be displayed by double clicking the image, then type a image's URL and double click the image again to show the new image.
  • \n
\n\n

\n\n
\n
    \n
  • Create key-value pairs\nIn the factory of creator, the name of key-value pairs can be edited in the Name field. If you want to add a key-value pair, type a key in the Key field and click + button. A new key will be added to the key-value pairs, what to do next is choosing a value, including primary and advanced types. Then, click the save button on the botton left to save the key-value pair. Finally, when you complete each key-value pair, click the check button on the top right to save the whole key-value pairs.
  • \n
\n\n

\n\n
\n
    \n
  • Inspect key-value pairs\nIn the dStore of creator, all the key-value pairs are shown in the data list. User can edit each key-value paris by clicking their name button and delete one by the red close button on the right.
  • \n
\n\n

\n\n
\n
    \n
  • Get the data
  • \n
\n
\n

http://localhost:{{port your type in the first step, e.g 9090}}/?name={{the name of key-value pairs you want}}

\n
\n

\n
", "readmeOriginal": "

\n \n \n
\n

\nDataStore\n\n

\"GitHub

\n\nA Visual development-tool of creating mocked Json\n

Build and Dev Setup

\n
# install dependencies\nnpm install\n\n# serve with hot reload at localhost:9080\nnpm run dev\n\n# build electron application for production\nnpm run build\n\n# lint all JS/Vue component files in `src/`\nnpm run lint\n
\n
\n

User Guide

\n
    \n
  • Start development server\nIn the Server Port field, you can type a Port not occupied, then choose a language. Finally open the Server by clicking the circle on the bottom left. If the Server was initiated successfully, the circle on the top right will be change.
  • \n
  • Change your image\nAn Image URL field will be displayed by double clicking the image, then type a image's URL and double click the image again to show the new image.
  • \n
\n\n

\n\n
\n
    \n
  • Create key-value pairs\nIn the factory of creator, the name of key-value pairs can be edited in the Name field. If you want to add a key-value pair, type a key in the Key field and click + button. A new key will be added to the key-value pairs, what to do next is choosing a value, including primary and advanced types. Then, click the save button on the botton left to save the key-value pair. Finally, when you complete each key-value pair, click the check button on the top right to save the whole key-value pairs.
  • \n
\n\n

\n\n
\n
    \n
  • Inspect key-value pairs\nIn the dStore of creator, all the key-value pairs are shown in the data list. User can edit each key-value paris by clicking their name button and delete one by the red close button on the right.
  • \n
\n\n

\n\n
\n
    \n
  • Get the data
  • \n
\n
\n

http://localhost:{{port your type in the first step, e.g 9090}}/?name={{the name of key-value pairs you want}}

\n
\n

\n
", - "readmeFetchedAt": "2020-09-17T12:09:14.806Z" + "readmeFetchedAt": "2020-09-18T00:10:38.853Z" }, - "data-pixels-playground": { - "readmeCleaned": "
\n \n

DATA PIXELS / Create Pixel Art Programmatically

\n

\"npm\"\n\"npm\"\n\"Github\n\"GitHub\n\"license\"

\n
\n

The DataPixels.js source code facilitates production of pixel art that is entirely generated programmatically at runtime. Additionally, the accompanying desktop application, Data Pixels Playground, may be used to write and execute code for displaying both customized and automated pixel art.

\n

DataPixels.js

\n

The DataPixels.js source code features a modular, ES2015 Class design for accessible and effortless construction of new instances. Each instance contains both HTMLCanvasElement and HTMLImageElement public accessors whose sources consist of the programmatically generated pixel art.

\n

Install

\n

DataPixels.js package can be installed as a project dependency from NPM by entering the following CLI command:

\n
npm i data-pixels\n
\n

Create

\n

The DataPixels.js constructor requires 2 arguments:

\n
    \n
  1. \n

    pixelData: An array containing one or more arrays of equal length, consisting of strings composed of 0-255 integer values per 24-bit RGB color channel (e.g., “255, 255, 255”) or 32-bit RGBA color channel (e.g., “255, 255, 255, 255”). Additionally, the strings may optionally contain any kind of descriptive text (e.g., “Red: 255, G - 128, 64 for Blue, Transparency = 32”) as only the number values within the string will be parsed in RGB / RGBA order. Strings that contain more than 4 numbers will throw an error.

    \n
  2. \n
  3. \n

    pixelSize: The size of each color data unit in pixels. This value represents the size of each perceived pixel that forms the pixel art.

    \n
  4. \n
\n

For more information see the Example Code section below.

\n

\"Code

\n

Data Pixels Playground

\n

Data Pixels Playground is a lightweight, cross-platform, desktop application for Windows, Mac and Linux, which may be used to write and execute DataPixels.js instances for previewing and testing purposes.

\n

The application features built-in example code via the Help menu as well as the ability to parse pixel data from image files to produce automatically generated code through the File > Open Image File… menu item or through drag-and-drop gestures. Additionally, compiled Data Pixels visible in the View Panel can be easily dragged, scaled and reflected using the mouse or in-app controls to help you design the perfect images for your requirements.

\n

Note: pixel color values that are automatically interpreted from image files with an embedded color space may differ slightly from the image’s intended color values.

\n

\"Application

\n

Desktop Application Release Builds

\n

Creating release builds for Windows, Mac and/or Linux is a 2-step process: code compilation, then application packaging, both of which are accomplished by running command-line NPM scripts.

\n

Compilation

\n

Production code compilation can be executed by entering the following CLI command at the project root folder [~/DataPixels/ ]:

\n
npm run prod\n
\n

For more detailed information concerning code compilation please refer to Project Foundation.

\n

Packaging

\n

Application packaging can be executed for individual platforms by entering one of the following CLI commands at the project build folder [~/DataPixels/resources/build/ ]:

\n
npm run package-linux\n
\n
npm run package-mac\n
\n
npm run package-windows\n
\n

Note: In order to avoid problems with code signing and other build issues it is highly recommended to execute packaging scripts for an individual platform from its own operating system.

\n

For more detailed information concerning application packaging please refer to Electron Packager.

\n

Example Code

\n

Basic

\n
/**\n * @description DataPixels basic code example\n * \n */\nimport DataPixels from "data-pixels";\n\nconst R = "255, 0, 0, 255";    //Red\nconst G = "0, 255, 0, 255";    //Green\nconst B = "0, 0, 255, 255";    //Blue\nconst _ = "0, 0, 0, 0";        //Transparent\n\nconst data = [[R, G],\n              [B, _]];\n\nconst size = 100;\n\nconst image = new DataPixels(data, size).image;\n\ndocument.body.appendChild(image);
\n

Hearts

\n
/**\n * @description DataPixels example of multiple heart shaped instances of different hues and rotations\n * \n */\nimport DataPixels from "data-pixels";\n\n/**\n * @description Properties of type <strong>{number}</strong> consist of:\n * <ul>\n *     <li> S </li>\n *     <li> M </li>\n *     <li> L </li>\n *     <li> XL </li>\n * </ul>\n * \n * @constant\n * \n */\nconst Size = {\n\n    S: 10,\n    M: 15,\n    L: 20,\n    XL: 25\n};\n\n/**\n * @description Creates a new heart shaped pixelData object of a specified hue\n * @param {number} red - The hue's red value \n * @param {number} green - The hue's green value\n * @param {number} blue - The hue's blue value\n * @param {number} lightness - The hue's applied value for brightness and darkness\n * \n */\nfunction createPixelDataHeart(red, green, blue, lightness = 20) {\n\n    const R = red;\n    const G = green;\n    const B = blue;\n    const L1 = lightness;\n    const L2 = L1 * 2;\n    const H = `${R}, ${G}, ${B}`;                  //Main Hue\n    const A = `${R + L2}, ${G + L2}, ${B + L2}`;   //Main Hue Light\n    const Y = `${R - L1}, ${G - L1}, ${B - L1}`;   //Main Hue Dark\n    const Z = `${R - L2}, ${G - L2}, ${B - L2}`;   //Main Hue Darker\n    const $ = "0, 0, 0";                           //Stroke\n    const _ = "0, 0, 0, 0";                        //Transparent\n\n    return [[_, _, $, $, $, _, _, _, $, $, $, _, _],\n            [_, $, H, H, H, $, _, $, Y, Y, Z, $, _],\n            [$, H, H, A, H, H, $, H, H, Y, Y, Z, $],\n            [$, H, A, H, H, H, H, H, H, H, Y, Z, $],\n            [$, H, A, H, H, H, H, H, H, H, Y, Z, $],\n            [$, H, H, H, H, H, H, H, H, H, Y, Z, $],\n            [_, $, H, H, H, H, H, H, H, Y, Z, $, _],\n            [_, _, $, H, H, H, H, H, H, Y, $, _, _],\n            [_, _, _, $, H, H, H, H, Y, $, _, _, _],\n            [_, _, _, _, $, H, H, Y, $, _, _, _, _],\n            [_, _, _, _, _, $, Y, $, _, _, _, _, _],\n            [_, _, _, _, _, _, $, _, _, _, _, _, _]];\n}\n\n/* \n * Create multiple heart canvases of different colors and sizes\n *\n */ \nconst redHeart = new DataPixels(createPixelDataHeart(200, 0, 50), Size.XL).canvas;\nconst blueHeart = new DataPixels(createPixelDataHeart(50, 30, 210), Size.L).canvas;\nconst purpleHeart = new DataPixels(createPixelDataHeart(125, 70, 180), Size.M).canvas;\nconst greenHeart = new DataPixels(createPixelDataHeart(25, 160, 50), Size.S).canvas;\n\n/* \n * Create a container for the heart canvases\n *\n */ \nconst heartsContainer = document.createElement("div");\nheartsContainer.style.filter = "drop-shadow(0 0 30px #FFFFFF)";\n\ndocument.body.appendChild(heartsContainer);\n\n/* \n * Rotate and append each heart canvas to the container\n *\n */ \nconst rotationDelta = 15;\n\n[redHeart, blueHeart, purpleHeart, greenHeart].forEach((heart, index) => {\n\n    heart.style.transform = `rotate(${rotationDelta * index}deg)`;\n    heartsContainer.appendChild(heart);\n});
\n

Mario Bros

\n
/**\n * @description DataPixels example of Nintendo's Mario Brothers\n * \n */\nimport DataPixels from "data-pixels";\n\n/**\n * @description Creates a Mario or Luigi pixelData object\n * @param {boolean} isMario - Defines the brother's hat and shirt color.  Mario is red and Luigi is green. \n * \n */\nfunction createMarioBrother(isMario = true) {\n\n    const mainColor = (isMario) ? "255, 0, 0" : "0, 180, 0";\n\n    const C = mainColor;        //Hat & Shirt\n    const B = "100, 50, 0";     //Brown Hair & Boots\n    const S = "255, 200, 150";  //Skin Tone\n    const O = "0, 0, 255";      //Blue Overalls\n    const Y = "255, 255, 0";    //Yellow Buckles       \n    const W = "255, 255, 255";  //White Gloves\n    const _ = "0, 0, 0, 0";     //Transparent (RGBA Format)\n\n    return [[_, _, _, C, C, C, C, C, _, _, _, _],\n            [_, _, C, C, C, C, C, C, C, C, C, _],\n            [_, _, B, B, B, S, S, B, S, _, _, _], \n            [_, B, S, B, S, S, S, B, S, S, S, _],\n            [_, B, S, B, B, S, S, S, B, S, S, B],\n            [_, B, B, S, S, S, S, B, B, B, B, _],\n            [_, _, _, S, S, S, S, S, S, S, _, _],\n            [_, _, C, C, O, C, C, C, C, _, _, _],\n            [_, C, C, C, O, C, C, O, C, C, C, _],\n            [C, C, C, C, O, O, O, O, C, C, C, C],\n            [W, W, C, O, Y, O, O, Y, O, C, W, W],\n            [W, W, W, O, O, O, O, O, O, W, W, W],\n            [W, W, O, O, O, O, O, O, O, O, W, W],\n            [_, _, O, O, O, _, _, O, O, O, _, _],\n            [_, B, B, B, _, _, _, _, B, B, B, _],\n            [B, B, B, B, _, _, _, _, B, B, B, B]];\n}\n\n/*\n * Create and append a Mario Brother canvas instance\n * \n */\nconst pixelSize = 30;\n\nconst brother = new DataPixels(createMarioBrother(true), pixelSize).canvas;\nbrother.style.filter = "drop-shadow(0 10px 20px #000000)";\n\ndocument.body.appendChild(brother);
\n

License

\n

MIT License

\n

Copyright © 2017-2018 Geoffrey Mattie

\n
", - "readmeOriginal": "
\n \n

DATA PIXELS / Create Pixel Art Programmatically

\n

\"npm\"\n\"npm\"\n\"Github\n\"GitHub\n\"license\"

\n
\n

The DataPixels.js source code facilitates production of pixel art that is entirely generated programmatically at runtime. Additionally, the accompanying desktop application, Data Pixels Playground, may be used to write and execute code for displaying both customized and automated pixel art.

\n

DataPixels.js

\n

The DataPixels.js source code features a modular, ES2015 Class design for accessible and effortless construction of new instances. Each instance contains both HTMLCanvasElement and HTMLImageElement public accessors whose sources consist of the programmatically generated pixel art.

\n

Install

\n

DataPixels.js package can be installed as a project dependency from NPM by entering the following CLI command:

\n
npm i data-pixels\n
\n

Create

\n

The DataPixels.js constructor requires 2 arguments:

\n
    \n
  1. \n

    pixelData: An array containing one or more arrays of equal length, consisting of strings composed of 0-255 integer values per 24-bit RGB color channel (e.g., “255, 255, 255”) or 32-bit RGBA color channel (e.g., “255, 255, 255, 255”). Additionally, the strings may optionally contain any kind of descriptive text (e.g., “Red: 255, G - 128, 64 for Blue, Transparency = 32”) as only the number values within the string will be parsed in RGB / RGBA order. Strings that contain more than 4 numbers will throw an error.

    \n
  2. \n
  3. \n

    pixelSize: The size of each color data unit in pixels. This value represents the size of each perceived pixel that forms the pixel art.

    \n
  4. \n
\n

For more information see the Example Code section below.

\n

\"Code

\n

Data Pixels Playground

\n

Data Pixels Playground is a lightweight, cross-platform, desktop application for Windows, Mac and Linux, which may be used to write and execute DataPixels.js instances for previewing and testing purposes.

\n

The application features built-in example code via the Help menu as well as the ability to parse pixel data from image files to produce automatically generated code through the File > Open Image File… menu item or through drag-and-drop gestures. Additionally, compiled Data Pixels visible in the View Panel can be easily dragged, scaled and reflected using the mouse or in-app controls to help you design the perfect images for your requirements.

\n

Note: pixel color values that are automatically interpreted from image files with an embedded color space may differ slightly from the image’s intended color values.

\n

\"Application

\n

Desktop Application Release Builds

\n

Creating release builds for Windows, Mac and/or Linux is a 2-step process: code compilation, then application packaging, both of which are accomplished by running command-line NPM scripts.

\n

Compilation

\n

Production code compilation can be executed by entering the following CLI command at the project root folder [~/DataPixels/ ]:

\n
npm run prod\n
\n

For more detailed information concerning code compilation please refer to Project Foundation.

\n

Packaging

\n

Application packaging can be executed for individual platforms by entering one of the following CLI commands at the project build folder [~/DataPixels/resources/build/ ]:

\n
npm run package-linux\n
\n
npm run package-mac\n
\n
npm run package-windows\n
\n

Note: In order to avoid problems with code signing and other build issues it is highly recommended to execute packaging scripts for an individual platform from its own operating system.

\n

For more detailed information concerning application packaging please refer to Electron Packager.

\n

Example Code

\n

Basic

\n
/**\n * @description DataPixels basic code example\n * \n */\nimport DataPixels from \"data-pixels\";\n\nconst R = \"255, 0, 0, 255\";    //Red\nconst G = \"0, 255, 0, 255\";    //Green\nconst B = \"0, 0, 255, 255\";    //Blue\nconst _ = \"0, 0, 0, 0\";        //Transparent\n\nconst data = [[R, G],\n              [B, _]];\n\nconst size = 100;\n\nconst image = new DataPixels(data, size).image;\n\ndocument.body.appendChild(image);
\n

Hearts

\n
/**\n * @description DataPixels example of multiple heart shaped instances of different hues and rotations\n * \n */\nimport DataPixels from \"data-pixels\";\n\n/**\n * @description Properties of type <strong>{number}</strong> consist of:\n * <ul>\n *     <li> S </li>\n *     <li> M </li>\n *     <li> L </li>\n *     <li> XL </li>\n * </ul>\n * \n * @constant\n * \n */\nconst Size = {\n\n    S: 10,\n    M: 15,\n    L: 20,\n    XL: 25\n};\n\n/**\n * @description Creates a new heart shaped pixelData object of a specified hue\n * @param {number} red - The hue's red value \n * @param {number} green - The hue's green value\n * @param {number} blue - The hue's blue value\n * @param {number} lightness - The hue's applied value for brightness and darkness\n * \n */\nfunction createPixelDataHeart(red, green, blue, lightness = 20) {\n\n    const R = red;\n    const G = green;\n    const B = blue;\n    const L1 = lightness;\n    const L2 = L1 * 2;\n    const H = `${R}, ${G}, ${B}`;                  //Main Hue\n    const A = `${R + L2}, ${G + L2}, ${B + L2}`;   //Main Hue Light\n    const Y = `${R - L1}, ${G - L1}, ${B - L1}`;   //Main Hue Dark\n    const Z = `${R - L2}, ${G - L2}, ${B - L2}`;   //Main Hue Darker\n    const $ = \"0, 0, 0\";                           //Stroke\n    const _ = \"0, 0, 0, 0\";                        //Transparent\n\n    return [[_, _, $, $, $, _, _, _, $, $, $, _, _],\n            [_, $, H, H, H, $, _, $, Y, Y, Z, $, _],\n            [$, H, H, A, H, H, $, H, H, Y, Y, Z, $],\n            [$, H, A, H, H, H, H, H, H, H, Y, Z, $],\n            [$, H, A, H, H, H, H, H, H, H, Y, Z, $],\n            [$, H, H, H, H, H, H, H, H, H, Y, Z, $],\n            [_, $, H, H, H, H, H, H, H, Y, Z, $, _],\n            [_, _, $, H, H, H, H, H, H, Y, $, _, _],\n            [_, _, _, $, H, H, H, H, Y, $, _, _, _],\n            [_, _, _, _, $, H, H, Y, $, _, _, _, _],\n            [_, _, _, _, _, $, Y, $, _, _, _, _, _],\n            [_, _, _, _, _, _, $, _, _, _, _, _, _]];\n}\n\n/* \n * Create multiple heart canvases of different colors and sizes\n *\n */ \nconst redHeart = new DataPixels(createPixelDataHeart(200, 0, 50), Size.XL).canvas;\nconst blueHeart = new DataPixels(createPixelDataHeart(50, 30, 210), Size.L).canvas;\nconst purpleHeart = new DataPixels(createPixelDataHeart(125, 70, 180), Size.M).canvas;\nconst greenHeart = new DataPixels(createPixelDataHeart(25, 160, 50), Size.S).canvas;\n\n/* \n * Create a container for the heart canvases\n *\n */ \nconst heartsContainer = document.createElement(\"div\");\nheartsContainer.style.filter = \"drop-shadow(0 0 30px #FFFFFF)\";\n\ndocument.body.appendChild(heartsContainer);\n\n/* \n * Rotate and append each heart canvas to the container\n *\n */ \nconst rotationDelta = 15;\n\n[redHeart, blueHeart, purpleHeart, greenHeart].forEach((heart, index) => {\n\n    heart.style.transform = `rotate(${rotationDelta * index}deg)`;\n    heartsContainer.appendChild(heart);\n});
\n

Mario Bros

\n
/**\n * @description DataPixels example of Nintendo's Mario Brothers\n * \n */\nimport DataPixels from \"data-pixels\";\n\n/**\n * @description Creates a Mario or Luigi pixelData object\n * @param {boolean} isMario - Defines the brother's hat and shirt color.  Mario is red and Luigi is green. \n * \n */\nfunction createMarioBrother(isMario = true) {\n\n    const mainColor = (isMario) ? \"255, 0, 0\" : \"0, 180, 0\";\n\n    const C = mainColor;        //Hat & Shirt\n    const B = \"100, 50, 0\";     //Brown Hair & Boots\n    const S = \"255, 200, 150\";  //Skin Tone\n    const O = \"0, 0, 255\";      //Blue Overalls\n    const Y = \"255, 255, 0\";    //Yellow Buckles       \n    const W = \"255, 255, 255\";  //White Gloves\n    const _ = \"0, 0, 0, 0\";     //Transparent (RGBA Format)\n\n    return [[_, _, _, C, C, C, C, C, _, _, _, _],\n            [_, _, C, C, C, C, C, C, C, C, C, _],\n            [_, _, B, B, B, S, S, B, S, _, _, _], \n            [_, B, S, B, S, S, S, B, S, S, S, _],\n            [_, B, S, B, B, S, S, S, B, S, S, B],\n            [_, B, B, S, S, S, S, B, B, B, B, _],\n            [_, _, _, S, S, S, S, S, S, S, _, _],\n            [_, _, C, C, O, C, C, C, C, _, _, _],\n            [_, C, C, C, O, C, C, O, C, C, C, _],\n            [C, C, C, C, O, O, O, O, C, C, C, C],\n            [W, W, C, O, Y, O, O, Y, O, C, W, W],\n            [W, W, W, O, O, O, O, O, O, W, W, W],\n            [W, W, O, O, O, O, O, O, O, O, W, W],\n            [_, _, O, O, O, _, _, O, O, O, _, _],\n            [_, B, B, B, _, _, _, _, B, B, B, _],\n            [B, B, B, B, _, _, _, _, B, B, B, B]];\n}\n\n/*\n * Create and append a Mario Brother canvas instance\n * \n */\nconst pixelSize = 30;\n\nconst brother = new DataPixels(createMarioBrother(true), pixelSize).canvas;\nbrother.style.filter = \"drop-shadow(0 10px 20px #000000)\";\n\ndocument.body.appendChild(brother);
\n

License

\n

MIT License

\n

Copyright © 2017-2018 Geoffrey Mattie

\n
", - "readmeFetchedAt": "2020-09-17T12:09:14.862Z" - }, - "deckboard": { - "readmeCleaned": "

\n \n

Deckboard

\n

\n \n \n \n \n

\n

\n

Create custom computer macro shortcuts and launch them through your device.\nNo more windows switching to open the folder or website, get Deckboard to simplify them and maximize your productivity!\nWith OBS Studio and Streamlabs OBS supported, bring Deckboard as your personal streaming companion tool!\nConnect your computer to your device through local WiFi connection by entering IP address or scanning QR code.

\n

Features

\n
    \n
  • Custom macro button with image and label
  • \n
  • Unlimited macros with 4 x 3 buttons per board (15 x 15 buttons on pro version)
  • \n
  • OBS Studio and Streamlabs OBS control for streaming (OBS Websocket plugin required)
  • \n
  • Easy connect through local WiFi connection by entering IP address or scanning QR code.
  • \n
\n

Available Macros

\n
    \n
  • Keyboard macro
  • \n
  • Open website
  • \n
  • Open folder
  • \n
  • Multimedia controls (play, next track, prev track , etc)
  • \n
  • Run executable
  • \n
  • Twitch chat controls
  • \n
  • Spotify playback controls (Premium user only)
  • \n
  • Switch scenes (OBS Studio and Streamlabs OBS)
  • \n
  • Toggle resources (OBS Studio and Streamlabs OBS)
  • \n
  • Toggle streaming and recording (OBS Studio and Streamlabs OBS)
  • \n
  • Control audio device (OBS Studio)
  • \n
\n

Download

\n\n

Support The Dev

\n

Love the app? You can support the development by purchasing PRO version or donate.

\n

\"Buy

\n

Privacy Policy

\n

The application Deckboard (Android), hereby defined as the app, requests the following potentially sensitive data:

\n
    \n
  • android.permission.CAMERA
  • \n
\n

This potentially sensitive data is not transmitted over the internet, and is not stored by the app. It is not handled by any system other than the device the app is installed on.

\n
", - "readmeOriginal": "

\n \n

Deckboard

\n

\n \n \n \n \n

\n

\n

Create custom computer macro shortcuts and launch them through your device.\nNo more windows switching to open the folder or website, get Deckboard to simplify them and maximize your productivity!\nWith OBS Studio and Streamlabs OBS supported, bring Deckboard as your personal streaming companion tool!\nConnect your computer to your device through local WiFi connection by entering IP address or scanning QR code.

\n

Features

\n
    \n
  • Custom macro button with image and label
  • \n
  • Unlimited macros with 4 x 3 buttons per board (15 x 15 buttons on pro version)
  • \n
  • OBS Studio and Streamlabs OBS control for streaming (OBS Websocket plugin required)
  • \n
  • Easy connect through local WiFi connection by entering IP address or scanning QR code.
  • \n
\n

Available Macros

\n
    \n
  • Keyboard macro
  • \n
  • Open website
  • \n
  • Open folder
  • \n
  • Multimedia controls (play, next track, prev track , etc)
  • \n
  • Run executable
  • \n
  • Twitch chat controls
  • \n
  • Spotify playback controls (Premium user only)
  • \n
  • Switch scenes (OBS Studio and Streamlabs OBS)
  • \n
  • Toggle resources (OBS Studio and Streamlabs OBS)
  • \n
  • Toggle streaming and recording (OBS Studio and Streamlabs OBS)
  • \n
  • Control audio device (OBS Studio)
  • \n
\n

Download

\n\n

Support The Dev

\n

Love the app? You can support the development by purchasing PRO version or donate.

\n

\"Buy

\n

Privacy Policy

\n

The application Deckboard (Android), hereby defined as the app, requests the following potentially sensitive data:

\n
    \n
  • android.permission.CAMERA
  • \n
\n

This potentially sensitive data is not transmitted over the internet, and is not stored by the app. It is not handled by any system other than the device the app is installed on.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:15.048Z" + "dbglass": { + "readmeCleaned": "

DBGlass

\n

\"Code

\n

Simple cross-platform PostgreSQL client. Built with Electron, React, Redux, FixedDataTable.

\n

\"\"

\n

Features

\n
    \n
  • Straightforward and easy UI for creating, reading, updating and deleting your data without writing queries
  • \n
  • Rich markdown editor for your text data
  • \n
  • Simple constraint editor
  • \n
  • Connect to through SSH tunnel using password of public key
  • \n
  • Incredibly fast presentation of large tables
  • \n
\n

How To Use

\n

You can either

\n

Download Released App

\n

Extract it somewhere, and then run the executable.

\n

or

\n

Package app manually from sources

\n

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

\n
# Clone this repository\ngit clone https://github.com/web-pal/dbglass\n# Go into the repository\ncd dbglass\n# Install dependencies and run the app\nnpm install && npm run dev
\n

App will be running in development mode at this point, in which you can:

\n
Toggle Chrome DevTools
\n
    \n
  • OS X: Cmd Alt I or F12
  • \n
  • Linux: Ctrl Shift I or F12
  • \n
  • Windows: Ctrl Shift I or F12
  • \n
\n

See electron-debug for more information.

\n
Ignore default modules
\n

We add some module's peerDependencies to ignore option as default for application size reduction.

\n
    \n
  • babel-core is required by babel-loader and its size is ~19 MB
  • \n
  • node-libs-browser is required by webpack and its size is ~3MB.
  • \n
\n
\n

Note: If you want to use any above modules in runtime, for example: require('babel/register'), you should move them form devDependencies to dependencies.

\n
\n
Pack into an app for your platform from command line:
\n
npm run package
\n
Building windows apps from non-windows platforms
\n

Please checkout Building windows apps from non-windows platforms.

\n

License MIT

\n
", + "readmeOriginal": "

DBGlass

\n

\"Code

\n

Simple cross-platform PostgreSQL client. Built with Electron, React, Redux, FixedDataTable.

\n

\"\"

\n

Features

\n
    \n
  • Straightforward and easy UI for creating, reading, updating and deleting your data without writing queries
  • \n
  • Rich markdown editor for your text data
  • \n
  • Simple constraint editor
  • \n
  • Connect to through SSH tunnel using password of public key
  • \n
  • Incredibly fast presentation of large tables
  • \n
\n

How To Use

\n

You can either

\n

Download Released App

\n

Extract it somewhere, and then run the executable.

\n

or

\n

Package app manually from sources

\n

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

\n
# Clone this repository\ngit clone https://github.com/web-pal/dbglass\n# Go into the repository\ncd dbglass\n# Install dependencies and run the app\nnpm install && npm run dev
\n

App will be running in development mode at this point, in which you can:

\n
Toggle Chrome DevTools
\n
    \n
  • OS X: Cmd Alt I or F12
  • \n
  • Linux: Ctrl Shift I or F12
  • \n
  • Windows: Ctrl Shift I or F12
  • \n
\n

See electron-debug for more information.

\n
Ignore default modules
\n

We add some module's peerDependencies to ignore option as default for application size reduction.

\n
    \n
  • babel-core is required by babel-loader and its size is ~19 MB
  • \n
  • node-libs-browser is required by webpack and its size is ~3MB.
  • \n
\n
\n

Note: If you want to use any above modules in runtime, for example: require('babel/register'), you should move them form devDependencies to dependencies.

\n
\n
Pack into an app for your platform from command line:
\n
npm run package
\n
Building windows apps from non-windows platforms
\n

Please checkout Building windows apps from non-windows platforms.

\n

License MIT

\n
", + "readmeFetchedAt": "2020-09-18T00:10:38.893Z" }, "debugtron": { "readmeCleaned": "

Debugtron

\n

\"test\"

\n

Debugtron is an app to debug in-production Electron based app. It is also built with Electron.

\n

\"Screenshot\"

\n

Installation

\n

Installation binaries are available at release page.

\n

License

\n

MIT

\n
", "readmeOriginal": "

Debugtron

\n

\"test\"

\n

Debugtron is an app to debug in-production Electron based app. It is also built with Electron.

\n

\"Screenshot\"

\n

Installation

\n

Installation binaries are available at release page.

\n

License

\n

MIT

\n
", - "readmeFetchedAt": "2020-09-17T12:09:15.057Z" + "readmeFetchedAt": "2020-09-18T00:10:38.903Z" + }, + "deckboard": { + "readmeCleaned": "

\n \n

Deckboard

\n

\n \n \n \n \n

\n

\n

Create custom computer macro shortcuts and launch them through your device.\nNo more windows switching to open the folder or website, get Deckboard to simplify them and maximize your productivity!\nWith OBS Studio and Streamlabs OBS supported, bring Deckboard as your personal streaming companion tool!\nConnect your computer to your device through local WiFi connection by entering IP address or scanning QR code.

\n

Features

\n
    \n
  • Custom macro button with image and label
  • \n
  • Unlimited macros with 4 x 3 buttons per board (15 x 15 buttons on pro version)
  • \n
  • OBS Studio and Streamlabs OBS control for streaming (OBS Websocket plugin required)
  • \n
  • Easy connect through local WiFi connection by entering IP address or scanning QR code.
  • \n
\n

Available Macros

\n
    \n
  • Keyboard macro
  • \n
  • Open website
  • \n
  • Open folder
  • \n
  • Multimedia controls (play, next track, prev track , etc)
  • \n
  • Run executable
  • \n
  • Twitch chat controls
  • \n
  • Spotify playback controls (Premium user only)
  • \n
  • Switch scenes (OBS Studio and Streamlabs OBS)
  • \n
  • Toggle resources (OBS Studio and Streamlabs OBS)
  • \n
  • Toggle streaming and recording (OBS Studio and Streamlabs OBS)
  • \n
  • Control audio device (OBS Studio)
  • \n
\n

Download

\n\n

Support The Dev

\n

Love the app? You can support the development by purchasing PRO version or donate.

\n

\"Buy

\n

Privacy Policy

\n

The application Deckboard (Android), hereby defined as the app, requests the following potentially sensitive data:

\n
    \n
  • android.permission.CAMERA
  • \n
\n

This potentially sensitive data is not transmitted over the internet, and is not stored by the app. It is not handled by any system other than the device the app is installed on.

\n
", + "readmeOriginal": "

\n \n

Deckboard

\n

\n \n \n \n \n

\n

\n

Create custom computer macro shortcuts and launch them through your device.\nNo more windows switching to open the folder or website, get Deckboard to simplify them and maximize your productivity!\nWith OBS Studio and Streamlabs OBS supported, bring Deckboard as your personal streaming companion tool!\nConnect your computer to your device through local WiFi connection by entering IP address or scanning QR code.

\n

Features

\n
    \n
  • Custom macro button with image and label
  • \n
  • Unlimited macros with 4 x 3 buttons per board (15 x 15 buttons on pro version)
  • \n
  • OBS Studio and Streamlabs OBS control for streaming (OBS Websocket plugin required)
  • \n
  • Easy connect through local WiFi connection by entering IP address or scanning QR code.
  • \n
\n

Available Macros

\n
    \n
  • Keyboard macro
  • \n
  • Open website
  • \n
  • Open folder
  • \n
  • Multimedia controls (play, next track, prev track , etc)
  • \n
  • Run executable
  • \n
  • Twitch chat controls
  • \n
  • Spotify playback controls (Premium user only)
  • \n
  • Switch scenes (OBS Studio and Streamlabs OBS)
  • \n
  • Toggle resources (OBS Studio and Streamlabs OBS)
  • \n
  • Toggle streaming and recording (OBS Studio and Streamlabs OBS)
  • \n
  • Control audio device (OBS Studio)
  • \n
\n

Download

\n\n

Support The Dev

\n

Love the app? You can support the development by purchasing PRO version or donate.

\n

\"Buy

\n

Privacy Policy

\n

The application Deckboard (Android), hereby defined as the app, requests the following potentially sensitive data:

\n
    \n
  • android.permission.CAMERA
  • \n
\n

This potentially sensitive data is not transmitted over the internet, and is not stored by the app. It is not handled by any system other than the device the app is installed on.

\n
", + "readmeFetchedAt": "2020-09-18T00:10:38.924Z" }, "deco-ide": { "readmeCleaned": "

\"Deco

\n

\"Build \"Bountysource\" \"Slack

\n

The all-in-one solution for building React Native applications.

\n

You can get started right away on your React Native project by installing Deco and creating a new project — it's fast and there's no manual setup needed. File scaffolding handles your boilerplate. Ready-made components drop right into your code. Properties are graphically editable through the property inspector. It's an entirely new way to write, tweak, and re-use code.

\n

Download Deco for Mac

\n

\"Deco

\n

Documentation to get you started on Deco IDE.

\n

Open an Issue for bug reports and feature requests.

\n

Join Slack to talk with us.

\n

Table of Contents

\n\n

Setup for Development

\n

Environment

\n

OSX

\n

It is recommended that you use node v5.x and npm 3.x for best results. This project also requires the Ruby 'Bundler' gem.

\n

Installing these on your Mac is easy with Homebrew

\n
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"\n
\n

Now that Homebrew is installed you can run these commands:

\n
brew install node\nbrew install ruby\ngem install bundler\n
\n

Linux

\n

Linux is not supported at this time.

\n

Windows

\n

Windows is not supported at this time.

\n

Clone and Install Dependencies

\n
$ git clone git@github.com:decosoftware/deco-ide\n$ cd ./deco-ide/web\n$ npm install\n$ bundle install\n$ cd ../desktop\n$ npm install\n$ npm run copy-libs\n$ cd ../shared\n$ npm install\n$ cd ../desktop/libs/Scripts/sync-service\n$ npm install\n
\n

Development

\n

Deco core is split into three sub-projects...

\n
    \n
  1. Web
  2. \n
\n
    \n
  • A webpack bundle that assumes it's been loaded by Electron's BrowserWindow.
  • \n
\n
    \n
  1. Desktop
  2. \n
\n
    \n
  • A webpack bundle that runs in Electron's NodeJS environment and controls the desktop APIs.
  • \n
\n
    \n
  1. Shared
  2. \n
\n
    \n
  • Shared constants for communicating over our IPC (inter-process communication) abstraction layer.
  • \n
\n

Quick Start

\n
$ cd ./deco-ide\n$ ./run-dev.js\n
\n

Manual Start

\n

Occasionally it is helpful to stop and restart the desktop gulp task without stopping the web gulp task. To do this you can run the following commands...

\n
$ cd ./web\n$ npm run watch\n\n
\n

This command will:

\n
    \n
  1. Watch the ./web/src directory and re-build on any changes to the code
  2. \n
  3. Serve the build on localhost:8080
  4. \n
\n
# Open a new terminal window\n$ cd ./desktop\n$ npm run start\n
\n

This command will:

\n
    \n
  1. Build ./desktop/src and place the result into ./desktop/build/app.js
  2. \n
  3. Launch a local Electron binary and load in the bundle from desktop/build/app.js
  4. \n
\n

Testing a Production Build

\n
$ cd ./desktop\n$ npm run pack\n
\n

The resulting .pkg file will be output to ./dist/osx/Deco-$VERSION.pkg

\n

This build is for local testing only. When you install, the system will generate a warning about this being from an unapproved developer — this is because the package is not signed when building locally.

\n

Contributing

\n

Opening Issues

\n
Issues are intended for bug reporting and feature requests.
\n

Before you open a new issue, make sure it isn't already in the list of existing issues. If you believe you've found a new bug, it helps to include any relevant logs in your description.

\n

You can find the logs file at ~/Library/Application Support/com.decosoftware.Deco/logs.out

\n

Becoming a Contributor

\n

All information on how to become a contributor is in our Contribution Guidelines.

\n

Feedback

\n

We ❤️ feedback!

\n
Join the discussion in our community chat.
\n

Copyright

\n

Copyright 2015 © Deco Software Inc - All rights reserved

\n
", "readmeOriginal": "

\"Deco

\n

\"Build \"Bountysource\" \"Slack

\n

The all-in-one solution for building React Native applications.

\n

You can get started right away on your React Native project by installing Deco and creating a new project — it's fast and there's no manual setup needed. File scaffolding handles your boilerplate. Ready-made components drop right into your code. Properties are graphically editable through the property inspector. It's an entirely new way to write, tweak, and re-use code.

\n

Download Deco for Mac

\n

\"Deco

\n

Documentation to get you started on Deco IDE.

\n

Open an Issue for bug reports and feature requests.

\n

Join Slack to talk with us.

\n

Table of Contents

\n\n

Setup for Development

\n

Environment

\n

OSX

\n

It is recommended that you use node v5.x and npm 3.x for best results. This project also requires the Ruby 'Bundler' gem.

\n

Installing these on your Mac is easy with Homebrew

\n
/usr/bin/ruby -e \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)\"\n
\n

Now that Homebrew is installed you can run these commands:

\n
brew install node\nbrew install ruby\ngem install bundler\n
\n

Linux

\n

Linux is not supported at this time.

\n

Windows

\n

Windows is not supported at this time.

\n

Clone and Install Dependencies

\n
$ git clone git@github.com:decosoftware/deco-ide\n$ cd ./deco-ide/web\n$ npm install\n$ bundle install\n$ cd ../desktop\n$ npm install\n$ npm run copy-libs\n$ cd ../shared\n$ npm install\n$ cd ../desktop/libs/Scripts/sync-service\n$ npm install\n
\n

Development

\n

Deco core is split into three sub-projects...

\n
    \n
  1. Web
  2. \n
\n
    \n
  • A webpack bundle that assumes it's been loaded by Electron's BrowserWindow.
  • \n
\n
    \n
  1. Desktop
  2. \n
\n
    \n
  • A webpack bundle that runs in Electron's NodeJS environment and controls the desktop APIs.
  • \n
\n
    \n
  1. Shared
  2. \n
\n
    \n
  • Shared constants for communicating over our IPC (inter-process communication) abstraction layer.
  • \n
\n

Quick Start

\n
$ cd ./deco-ide\n$ ./run-dev.js\n
\n

Manual Start

\n

Occasionally it is helpful to stop and restart the desktop gulp task without stopping the web gulp task. To do this you can run the following commands...

\n
$ cd ./web\n$ npm run watch\n\n
\n

This command will:

\n
    \n
  1. Watch the ./web/src directory and re-build on any changes to the code
  2. \n
  3. Serve the build on localhost:8080
  4. \n
\n
# Open a new terminal window\n$ cd ./desktop\n$ npm run start\n
\n

This command will:

\n
    \n
  1. Build ./desktop/src and place the result into ./desktop/build/app.js
  2. \n
  3. Launch a local Electron binary and load in the bundle from desktop/build/app.js
  4. \n
\n

Testing a Production Build

\n
$ cd ./desktop\n$ npm run pack\n
\n

The resulting .pkg file will be output to ./dist/osx/Deco-$VERSION.pkg

\n

This build is for local testing only. When you install, the system will generate a warning about this being from an unapproved developer — this is because the package is not signed when building locally.

\n

Contributing

\n

Opening Issues

\n
Issues are intended for bug reporting and feature requests.
\n

Before you open a new issue, make sure it isn't already in the list of existing issues. If you believe you've found a new bug, it helps to include any relevant logs in your description.

\n

You can find the logs file at ~/Library/Application Support/com.decosoftware.Deco/logs.out

\n

Becoming a Contributor

\n

All information on how to become a contributor is in our Contribution Guidelines.

\n

Feedback

\n

We ❤️ feedback!

\n
Join the discussion in our community chat.
\n

Copyright

\n

Copyright 2015 © Deco Software Inc - All rights reserved

\n
", - "readmeFetchedAt": "2020-09-17T12:09:15.196Z" + "readmeFetchedAt": "2020-09-18T00:10:38.940Z" + }, + "devrant-io-unofficial": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:39.003Z" }, "deer": { "readmeCleaned": "

\n \n

\n \n \n \n \n \n \n \n \n \n

\n

\n

Deer 🦌 is a modern 🌟, fast 🚀, beautiful note taking 📝 app. Write down your thoughts and ideas 🔖 quickly and easily on Linux, Mac and Windows.

\n

Deer 🦌 is built on Electron and aims to be

\n
    \n
  • Free 🆓
  • \n
  • Open Source 📖
  • \n
  • User Friendly 🎨
  • \n
  • Secure 🔐
  • \n
  • Fast 🚀
  • \n
  • Simple 👓
  • \n
  • Customizable 📑
  • \n
  • Cross Platform for Desktop and Mobile 💻
  • \n
  • Multi-language 🌎
  • \n
\n

Screenshots

\n

\"screenshot-1\"

\n

Supported Languages

\n

Currently, Deer supports these languages 🌎. If you would like to Deer to support your language, please request that here.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
 Language
🇬🇧English
🇪🇬العربية
🇪🇸Español
🇷🇺Русский
🇵🇱Polski
🇧🇷Português do Brasil
🇨🇿Česky
🇩🇪Deutsch
🇨🇳中文
🇹🇷Türkçe
🇧🇩বাংলা
\n

Download

\n

Currently, Deer is available for Linux, Mac and Windows 🎉🎉

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
macOSWindowsLinux
DownloadDownloadDebian-based
RedHat-based
Portable
\n

More information about this release

\n

Nightly builds

\n

Nightly builds ✈️ are produced automatically for latest changes, so that people can help us testing features that have just been added

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
macOSWindowsLinux
DownloadDownloadDebian-based
RedHat-based
Portable
\n

Getting started

\n

Check Our Docs for building and installing instructions.

\n

If you would like to contribute to Deer, see Our Docs too.

\n

Get in touch!

\n

Feel free to Join us on Gitter, or email us at deer-project@googlegroups.com if you have questions.

\n

License

\n

Deer is licensed under MIT License.

\n
", "readmeOriginal": "

\n \n

\n \n \n \n \n \n \n \n \n \n

\n

\n

Deer 🦌 is a modern 🌟, fast 🚀, beautiful note taking 📝 app. Write down your thoughts and ideas 🔖 quickly and easily on Linux, Mac and Windows.

\n

Deer 🦌 is built on Electron and aims to be

\n
    \n
  • Free 🆓
  • \n
  • Open Source 📖
  • \n
  • User Friendly 🎨
  • \n
  • Secure 🔐
  • \n
  • Fast 🚀
  • \n
  • Simple 👓
  • \n
  • Customizable 📑
  • \n
  • Cross Platform for Desktop and Mobile 💻
  • \n
  • Multi-language 🌎
  • \n
\n

Screenshots

\n

\"screenshot-1\"

\n

Supported Languages

\n

Currently, Deer supports these languages 🌎. If you would like to Deer to support your language, please request that here.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
 Language
🇬🇧English
🇪🇬العربية
🇪🇸Español
🇷🇺Русский
🇵🇱Polski
🇧🇷Português do Brasil
🇨🇿Česky
🇩🇪Deutsch
🇨🇳中文
🇹🇷Türkçe
🇧🇩বাংলা
\n

Download

\n

Currently, Deer is available for Linux, Mac and Windows 🎉🎉

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
macOSWindowsLinux
DownloadDownloadDebian-based
RedHat-based
Portable
\n

More information about this release

\n

Nightly builds

\n

Nightly builds ✈️ are produced automatically for latest changes, so that people can help us testing features that have just been added

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
macOSWindowsLinux
DownloadDownloadDebian-based
RedHat-based
Portable
\n

Getting started

\n

Check Our Docs for building and installing instructions.

\n

If you would like to contribute to Deer, see Our Docs too.

\n

Get in touch!

\n

Feel free to Join us on Gitter, or email us at deer-project@googlegroups.com if you have questions.

\n

License

\n

Deer is licensed under MIT License.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:15.249Z" + "readmeFetchedAt": "2020-09-18T00:10:39.052Z" }, "deskfiler": { "readmeCleaned": "

Deskfiler

\n\n
\n

An Open Source electron plugin ecosystem for JS developers that makes tools for the desktop on Windows, Mac and Linux\neasily deployable and manageable as plugins.

\n
\n

\n

Get your binary downloads at Deskfiler.org

\n

Table of Contents

\n\n

Features

\n
    \n
  • Core app: Electron plugins platform. Run your custom JS plugin using systems API's provided by Deskfiler
  • \n
  • Handles either file input or custom UI rendered in isolated electron environment(s).
  • \n
  • Provides API's to work with file-system, raise system dialogs and access system resources to plugins.
  • \n
  • Add and remove plugins easily
  • \n
  • Extensive logging for business tasks: saves locally, what you have done and when
  • \n
  • Login management: if needed, create free accounts, log in and out as required
  • \n
  • Platform agnostic: Plugins work on all major desktop systems - the same!
  • \n
\n

Contributing

\n

Please read Code of conduct and Contributing instructions

\n

Documentation

\n

All documentation resides here

\n

License

\n

Deskfiler is published under the GPLv3. You will find the license within the code tree.

\n
", "readmeOriginal": "

Deskfiler

\n\n
\n

An Open Source electron plugin ecosystem for JS developers that makes tools for the desktop on Windows, Mac and Linux\neasily deployable and manageable as plugins.

\n
\n

\n

Get your binary downloads at Deskfiler.org

\n

Table of Contents

\n\n

Features

\n
    \n
  • Core app: Electron plugins platform. Run your custom JS plugin using systems API's provided by Deskfiler
  • \n
  • Handles either file input or custom UI rendered in isolated electron environment(s).
  • \n
  • Provides API's to work with file-system, raise system dialogs and access system resources to plugins.
  • \n
  • Add and remove plugins easily
  • \n
  • Extensive logging for business tasks: saves locally, what you have done and when
  • \n
  • Login management: if needed, create free accounts, log in and out as required
  • \n
  • Platform agnostic: Plugins work on all major desktop systems - the same!
  • \n
\n

Contributing

\n

Please read Code of conduct and Contributing instructions

\n

Documentation

\n

All documentation resides here

\n

License

\n

Deskfiler is published under the GPLv3. You will find the license within the code tree.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:15.492Z" + "readmeFetchedAt": "2020-09-18T00:10:39.065Z" }, "devhub": { "readmeCleaned": "

\n
\n DevHub: GitHub Notifications & Activities on your Desktop
\n Android, iOS, Web & Desktop with 95%+ code sharing between them
thanks to React Native + React Native Web

\n

\n \"Download\n \"Get\n

\n

\n

Why

\n

DevHub is a mobile and desktop app to help you manage GitHub Notifications and stay on top of repository activities. Save custom searches, apply filters and don't miss anything important.

\n
\n

Screenshots

\n

Desktop

\n

\"DevHub)

\n

Menubar

\n

\"DevHub

\n

Mobile

\n

\n \"DevHub\n \"DevHub\n \"DevHub\n

\n
\n

Download links

\n\n
\n

Features

\n
    \n
  • Multi-column layout: See at a quick glance everything that is going on (like TweetDeck!);
  • \n
  • Filters: Apply different filters to each column, save your custom searches to make your life easier;
  • \n
  • Inbox Zero: Mark columns as done and gain peace of mind;
  • \n
  • Notifications manager: See all the relevant information before opening the notification, like comment content, issue/pull request status, release description, etc.;
  • \n
  • Repository watcher: Keep up to date with repositories' activities without using the watch feature so your notifications don't get cluttered;
  • \n
  • User stalking: Follow user activities without using the follow button; see activities that GitHub doesn't show on your feed, like their issue comments and pushed commits;
  • \n
  • Home/Dashboard: See yours or other users' home screen (a.k.a. GitHub Dashboard), a great way to discover interesting repositories;
  • \n
  • Save for later: Save any activity or notification for later, so you don't forget to get back to them;
  • \n
  • Keyboard shortcuts: Do anything using only the keyboard (press Shift+? in the web or desktop app to see all available shortcuts);
  • \n
  • Theme support: Choose between 6 light or dark themes; Automatically detect system preference;
  • \n
  • And more!: Desktop apps, native mobile apps, open source, modern tech stack, ...
  • \n
\n
\n

Next features:

\n
    \n
  • Issues/PR management: Manage all issues and PRs, filter the ones related to you, take actions, etc. (vote: #110);
  • \n
  • Trending: New column type to show Trending repositories (vote: #48);
  • \n
  • Push notifications: Enable push notifications for your filtered columns on mobile and/or desktop (vote: #51);
  • \n
  • Drag & Drop: Allow moving columns using drag&drop (vote: #42)
  • \n
  • GitHub Enterprise: Support for self hosted GitHubs on local networks (vote: #165)
  • \n
\n
\n

Which one do you want first? Any other recommendations? Search for existing feature requests and add a 👍 reaction on them, or create a new one. Feel free to ping me (@brunolemos) if you feel it's something important.

\n
\n\n
\n

Backers

\n

Thank you to all our backers! 🙏 [Become a backer]

\n

\n

Sponsors

\n

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

\n

\n\n\n\n\n\n\n\n\n

\n

Donate

\n\n
\n

Tech Stack

\n\n
\n

Contributing

\n

See CONTRIBUTING.md

\n
\n
\n

Community

\n
\n \nTwitter: @devhub_app\n
\n \nSlack: Slack Invitation\n
\n
\n

Author

\n

Follow me on Twitter: @brunolemos\n
Donate to me: Patreon | Crypto\n
Donate to DevHub: OpenCollective | Crypto

\n

\n
\n

License

\n

Copyright (c) 2019 Bruno Lemos.

\n

This project is provided as is without any warranties. Use at your own risk.
\nBy using DevHub you agree with its privacy policy and license.

\n
", "readmeOriginal": "

\n
\n DevHub: GitHub Notifications & Activities on your Desktop
\n Android, iOS, Web & Desktop with 95%+ code sharing between them
thanks to React Native + React Native Web

\n

\n \"Download\n \"Get\n

\n

\n

Why

\n

DevHub is a mobile and desktop app to help you manage GitHub Notifications and stay on top of repository activities. Save custom searches, apply filters and don't miss anything important.

\n
\n

Screenshots

\n

Desktop

\n

\"DevHub)

\n

Menubar

\n

\"DevHub

\n

Mobile

\n

\n \"DevHub\n \"DevHub\n \"DevHub\n

\n
\n

Download links

\n\n
\n

Features

\n
    \n
  • Multi-column layout: See at a quick glance everything that is going on (like TweetDeck!);
  • \n
  • Filters: Apply different filters to each column, save your custom searches to make your life easier;
  • \n
  • Inbox Zero: Mark columns as done and gain peace of mind;
  • \n
  • Notifications manager: See all the relevant information before opening the notification, like comment content, issue/pull request status, release description, etc.;
  • \n
  • Repository watcher: Keep up to date with repositories' activities without using the watch feature so your notifications don't get cluttered;
  • \n
  • User stalking: Follow user activities without using the follow button; see activities that GitHub doesn't show on your feed, like their issue comments and pushed commits;
  • \n
  • Home/Dashboard: See yours or other users' home screen (a.k.a. GitHub Dashboard), a great way to discover interesting repositories;
  • \n
  • Save for later: Save any activity or notification for later, so you don't forget to get back to them;
  • \n
  • Keyboard shortcuts: Do anything using only the keyboard (press Shift+? in the web or desktop app to see all available shortcuts);
  • \n
  • Theme support: Choose between 6 light or dark themes; Automatically detect system preference;
  • \n
  • And more!: Desktop apps, native mobile apps, open source, modern tech stack, ...
  • \n
\n
\n

Next features:

\n
    \n
  • Issues/PR management: Manage all issues and PRs, filter the ones related to you, take actions, etc. (vote: #110);
  • \n
  • Trending: New column type to show Trending repositories (vote: #48);
  • \n
  • Push notifications: Enable push notifications for your filtered columns on mobile and/or desktop (vote: #51);
  • \n
  • Drag & Drop: Allow moving columns using drag&drop (vote: #42)
  • \n
  • GitHub Enterprise: Support for self hosted GitHubs on local networks (vote: #165)
  • \n
\n
\n

Which one do you want first? Any other recommendations? Search for existing feature requests and add a 👍 reaction on them, or create a new one. Feel free to ping me (@brunolemos) if you feel it's something important.

\n
\n\n
\n

Backers

\n

Thank you to all our backers! 🙏 [Become a backer]

\n

\n

Sponsors

\n

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

\n

\n\n\n\n\n\n\n\n\n

\n

Donate

\n\n
\n

Tech Stack

\n\n
\n

Contributing

\n

See CONTRIBUTING.md

\n
\n
\n

Community

\n
\n \nTwitter: @devhub_app\n
\n \nSlack: Slack Invitation\n
\n
\n

Author

\n

Follow me on Twitter: @brunolemos\n
Donate to me: Patreon | Crypto\n
Donate to DevHub: OpenCollective | Crypto

\n

\n
\n

License

\n

Copyright (c) 2019 Bruno Lemos.

\n

This project is provided as is without any warranties. Use at your own risk.
\nBy using DevHub you agree with its privacy policy and license.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:15.667Z" - }, - "devrant-io-unofficial": { - "readmeOriginal": null, - "readmeFetchedAt": "2020-09-17T12:09:15.698Z" - }, - "devrantron": { - "readmeCleaned": "

\"devRantron\n\"appveyor-badge\"\n\"travis-badge\"\n\"code-climate-badge\"\n\"code-coverage-badge\"\n\"commitizen-badge\"\n\"github-total-downloads-badge\"\n\"All\n\"slack-badge\"

\n
\n

Unofficial devRant desktop client.

\n
\n

Works on Linux, MacOS and Windows.

\n
\n

Table of Contents

\n\n

Features

\n

Login with devRant Account

\n

\"Imgur\"

\n

View Rants and Make Comments

\n

\"Imgur\"

\n

Post Rants and Pick Emojis!

\n

\"Imgur\"

\n

Get Real Time notifications

\n

\"Imgur\"

\n

Make Your Custom View!

\n

\"Imgur\"

\n

View Profiles

\n

\"Imgur\"

\n
\n

This is our approach to create a cross platform desktop application for devRant.com.

\n
\n

Installation

\n

Pre-compiled builds can be found on the latest release page.\nAdditionally on macOS, brew can be used to install devRantron:

\n
$ brew cask install devrantron\n
\n

Contribute

\n

How to setup the project

\n
$ git clone https://github.com/tahnik/devRantron.git\n$ cd devRantron\n$ npm install\n$ npm run dev
\n

The dev script entry will start two processes. One process will create a webpack-dev-server that will watch and reload the bundle as you edit and will make it available at http://localhost:8080.\nThe second process will run the electron app in development mode, meaning that it will open up devtools with React and Redux devtools initialized.

\n

Commiting code

\n

Make sure that your code is passing all linting tests before commiting it. This is usually done automatically by using husky precommit hooks.

\n

devRantron uses angular styled commit messages. Messages that do not match the criteria are rejected. To make it easy to use them, use git cz instead of git commit.\nIt will start an interactive prompt and asks you for various things.

\n

Before pushing

\n

Make sure that you add yourself as a contributor. Simply run npm run contributors:add <comma_separated_list_of_emoji_keys. All the different emoji keys can be found here.

\n

Contributors

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n

Tahnik Mustasin

💻 📖 📦 🔧

Hampus Lundqvist

💻 🎨 📖 📦 🔧

SirWindfield

💻 📖 🚇 📦 🔧

David Refoua

💻

cozyplanes

📖

Saurabh

💻

Dacexi

💻 📖

Markus Springer

📖

Marcell Kovács

💻

Nathaniel Blackburn

💻

Metaa

💻
\n\n
", - "readmeOriginal": "

\"devRantron\n\"appveyor-badge\"\n\"travis-badge\"\n\"code-climate-badge\"\n\"code-coverage-badge\"\n\"commitizen-badge\"\n\"github-total-downloads-badge\"\n\"All\n\"slack-badge\"

\n
\n

Unofficial devRant desktop client.

\n
\n

Works on Linux, MacOS and Windows.

\n
\n

Table of Contents

\n\n

Features

\n

Login with devRant Account

\n

\"Imgur\"

\n

View Rants and Make Comments

\n

\"Imgur\"

\n

Post Rants and Pick Emojis!

\n

\"Imgur\"

\n

Get Real Time notifications

\n

\"Imgur\"

\n

Make Your Custom View!

\n

\"Imgur\"

\n

View Profiles

\n

\"Imgur\"

\n
\n

This is our approach to create a cross platform desktop application for devRant.com.

\n
\n

Installation

\n

Pre-compiled builds can be found on the latest release page.\nAdditionally on macOS, brew can be used to install devRantron:

\n
$ brew cask install devrantron\n
\n

Contribute

\n

How to setup the project

\n
$ git clone https://github.com/tahnik/devRantron.git\n$ cd devRantron\n$ npm install\n$ npm run dev
\n

The dev script entry will start two processes. One process will create a webpack-dev-server that will watch and reload the bundle as you edit and will make it available at http://localhost:8080.\nThe second process will run the electron app in development mode, meaning that it will open up devtools with React and Redux devtools initialized.

\n

Commiting code

\n

Make sure that your code is passing all linting tests before commiting it. This is usually done automatically by using husky precommit hooks.

\n

devRantron uses angular styled commit messages. Messages that do not match the criteria are rejected. To make it easy to use them, use git cz instead of git commit.\nIt will start an interactive prompt and asks you for various things.

\n

Before pushing

\n

Make sure that you add yourself as a contributor. Simply run npm run contributors:add <comma_separated_list_of_emoji_keys. All the different emoji keys can be found here.

\n

Contributors

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n

Tahnik Mustasin

💻 📖 📦 🔧

Hampus Lundqvist

💻 🎨 📖 📦 🔧

SirWindfield

💻 📖 🚇 📦 🔧

David Refoua

💻

cozyplanes

📖

Saurabh

💻

Dacexi

💻 📖

Markus Springer

📖

Marcell Kovács

💻

Nathaniel Blackburn

💻

Metaa

💻
\n\n
", - "readmeFetchedAt": "2020-09-17T12:09:16.019Z" - }, - "destroyer": { - "readmeCleaned": "

\n

Destroyer

\n

Open-Source Lossless Audio Player

\n

\"destroyer\"

\n

v2.0 Breaking Changes:

\n
    \n
  • Swap to native HTML5 audio players (FLAC, MP4, MP3, OGG, WAV supported!)
  • \n
  • Seeking (finally!)
  • \n
  • TouchBar support for Macbook Pro!
  • \n
  • An actual DMG install file for Mac (wow!)
  • \n
  • Removal of FFPLAY and FFMEG (this should make it easier to build for all OS!)
  • \n
  • Removal of metadata editor (may come back!)
  • \n
  • Minor style tweeks
  • \n
\n

Download for Mac

\n

Watch demo video on YouTube

\n

Getting Started:

\n

\"start\"

\n
    \n
  • Download and open Destroyer.
  • \n
  • Drop your music collection onto Destroyer.
  • \n
  • Destroyer will recursively scan your collection and build library based on metadata.
  • \n
\n

Note: Destroyer is dependant on metadata — it can process Vorbis comments as well as ID3 (1.1, 2.2, 2.3, 2.4) tags. Please ensure your collection is properly formatted.

\n

On Artwork:

\n
    \n
  • Destroyer works best when all the tracks for an album are in one flat directory.
  • \n
  • Destroyer will look for a file named cover.jpg in the album's directory, if cover.jpg not found, it will fallback to any jpg or png in directory.
  • \n
\n

On Search:

\n

\"search\"

\n
    \n
  • Type anywhere in the library view to filter your collection.
  • \n
  • esc will clear your filter.
  • \n
\n

Deving and Building

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
CommandPurpose
yarn buildCompile JS /bundle.
yarn build:watchBuild project and watch for changes.
yarn startStart Destroyer.
yarn pack:osxBuild for Mac.
yarn pack:winBuild for Windows.
\n
", - "readmeOriginal": "

\n

Destroyer

\n

Open-Source Lossless Audio Player

\n

\"destroyer\"

\n

v2.0 Breaking Changes:

\n
    \n
  • Swap to native HTML5 audio players (FLAC, MP4, MP3, OGG, WAV supported!)
  • \n
  • Seeking (finally!)
  • \n
  • TouchBar support for Macbook Pro!
  • \n
  • An actual DMG install file for Mac (wow!)
  • \n
  • Removal of FFPLAY and FFMEG (this should make it easier to build for all OS!)
  • \n
  • Removal of metadata editor (may come back!)
  • \n
  • Minor style tweeks
  • \n
\n

Download for Mac

\n

Watch demo video on YouTube

\n

Getting Started:

\n

\"start\"

\n
    \n
  • Download and open Destroyer.
  • \n
  • Drop your music collection onto Destroyer.
  • \n
  • Destroyer will recursively scan your collection and build library based on metadata.
  • \n
\n

Note: Destroyer is dependant on metadata — it can process Vorbis comments as well as ID3 (1.1, 2.2, 2.3, 2.4) tags. Please ensure your collection is properly formatted.

\n

On Artwork:

\n
    \n
  • Destroyer works best when all the tracks for an album are in one flat directory.
  • \n
  • Destroyer will look for a file named cover.jpg in the album's directory, if cover.jpg not found, it will fallback to any jpg or png in directory.
  • \n
\n

On Search:

\n

\"search\"

\n
    \n
  • Type anywhere in the library view to filter your collection.
  • \n
  • esc will clear your filter.
  • \n
\n

Deving and Building

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
CommandPurpose
yarn buildCompile JS /bundle.
yarn build:watchBuild project and watch for changes.
yarn startStart Destroyer.
yarn pack:osxBuild for Mac.
yarn pack:winBuild for Windows.
\n
", - "readmeFetchedAt": "2020-09-17T12:09:16.080Z" - }, - "dict": { - "readmeCleaned": "

Dict

\n

\"Package\"\n\"Join\n\"Donate\"

\n

This is a Dictionary application

\n
    \n
  • \n

    It can search words, of course.

    \n
  • \n
  • \n

    It can export words, Memrise App | txt | pdf test.

    \n
  • \n
  • \n

    Using React & TypeScript Electron Bootstrap Electron-Builder ...

    \n
  • \n
  • \n

    How to use

    \n

    \"Github

    \n
  • \n
\n
\n

Commands

\n
    \n
  • Install package npm install
  • \n
  • Build and initial assets npm run build
  • \n
  • dev npm start
  • \n
  • package npm run package
  • \n
\n
\n

Thanks

\n\n
", - "readmeOriginal": "

Dict

\n

\"Package\"\n\"Join\n\"Donate\"

\n

This is a Dictionary application

\n
    \n
  • \n

    It can search words, of course.

    \n
  • \n
  • \n

    It can export words, Memrise App | txt | pdf test.

    \n
  • \n
  • \n

    Using React & TypeScript Electron Bootstrap Electron-Builder ...

    \n
  • \n
  • \n

    How to use

    \n

    \"Github

    \n
  • \n
\n
\n

Commands

\n
    \n
  • Install package npm install
  • \n
  • Build and initial assets npm run build
  • \n
  • dev npm start
  • \n
  • package npm run package
  • \n
\n
\n

Thanks

\n\n
", - "readmeFetchedAt": "2020-09-17T12:09:16.167Z" + "readmeFetchedAt": "2020-09-18T00:10:39.109Z" }, "devdocs-app": { "readmeCleaned": "

DevDocs Desktop

\n

日本語説明ページはこちら

\n

\"version\"\n\"downloads\"\n\"downloads

\n

DevDocs.io combines multiple API documentations in a fast, organized, and searchable interface. This is an unofficial desktop app for it.

\n

\"devdocs-preview\"

\n

Features

\n

Background behavior

\n

When closing the window, the app will continue running in the background, in the dock on macOS and the tray on Linux/Windows. Right-click the dock/tray icon and choose Quit to completely quit the app. On macOS, click the dock icon to show the window. On Linux, right-click the tray icon and choose Toggle to toggle the window. On Windows, click the tray icon to toggle the window.

\n

Build-in shortcuts

\n

devdocs the website itself has great built-in shortcuts support, just check the help page in the app.

\n

\"help\"

\n

Planned features

\n

Please consider sponsoring me to accelerate development.

\n
    \n
  • Menubar mode: switch beween desktop mode and menubar mode
  • \n
  • Tabs support: allow to open documentation in a new tab
  • \n
\n

Global shortcut

\n

Use Ctrl+Shift+D (or Command+Shift+D on macOS) to toggle the app.

\n

Install

\n

Using Homebrew

\n
brew cask install devdocs\n
\n

Manual download

\n

You can manually download the latest release here.

\n

Development

\n

It's really easy to develop this app, no build tools like Webpack needed here, checkout ./app to get more:

\n
npm install\n\nnpm run app\n# edit files, save, refresh and it's done.
\n

Distribute

\n
npm run dist
\n

License

\n

MIT © EGOIST

\n
", "readmeOriginal": "

DevDocs Desktop

\n

日本語説明ページはこちら

\n

\"version\"\n\"downloads\"\n\"downloads

\n

DevDocs.io combines multiple API documentations in a fast, organized, and searchable interface. This is an unofficial desktop app for it.

\n

\"devdocs-preview\"

\n

Features

\n

Background behavior

\n

When closing the window, the app will continue running in the background, in the dock on macOS and the tray on Linux/Windows. Right-click the dock/tray icon and choose Quit to completely quit the app. On macOS, click the dock icon to show the window. On Linux, right-click the tray icon and choose Toggle to toggle the window. On Windows, click the tray icon to toggle the window.

\n

Build-in shortcuts

\n

devdocs the website itself has great built-in shortcuts support, just check the help page in the app.

\n

\"help\"

\n

Planned features

\n

Please consider sponsoring me to accelerate development.

\n
    \n
  • Menubar mode: switch beween desktop mode and menubar mode
  • \n
  • Tabs support: allow to open documentation in a new tab
  • \n
\n

Global shortcut

\n

Use Ctrl+Shift+D (or Command+Shift+D on macOS) to toggle the app.

\n

Install

\n

Using Homebrew

\n
brew cask install devdocs\n
\n

Manual download

\n

You can manually download the latest release here.

\n

Development

\n

It's really easy to develop this app, no build tools like Webpack needed here, checkout ./app to get more:

\n
npm install\n\nnpm run app\n# edit files, save, refresh and it's done.
\n

Distribute

\n
npm run dist
\n

License

\n

MIT © EGOIST

\n
", - "readmeFetchedAt": "2020-09-17T12:09:16.208Z" + "readmeFetchedAt": "2020-09-18T00:10:39.135Z" }, - "dipp": { - "readmeCleaned": "
", - "readmeOriginal": "
", - "readmeFetchedAt": "2020-09-17T12:09:16.236Z" + "dict": { + "readmeCleaned": "

Dict

\n

\"Package\"\n\"Join\n\"Donate\"

\n

This is a Dictionary application

\n
    \n
  • \n

    It can search words, of course.

    \n
  • \n
  • \n

    It can export words, Memrise App | txt | pdf test.

    \n
  • \n
  • \n

    Using React & TypeScript Electron Bootstrap Electron-Builder ...

    \n
  • \n
  • \n

    How to use

    \n

    \"Github

    \n
  • \n
\n
\n

Commands

\n
    \n
  • Install package npm install
  • \n
  • Build and initial assets npm run build
  • \n
  • dev npm start
  • \n
  • package npm run package
  • \n
\n
\n

Thanks

\n\n
", + "readmeOriginal": "

Dict

\n

\"Package\"\n\"Join\n\"Donate\"

\n

This is a Dictionary application

\n
    \n
  • \n

    It can search words, of course.

    \n
  • \n
  • \n

    It can export words, Memrise App | txt | pdf test.

    \n
  • \n
  • \n

    Using React & TypeScript Electron Bootstrap Electron-Builder ...

    \n
  • \n
  • \n

    How to use

    \n

    \"Github

    \n
  • \n
\n
\n

Commands

\n
    \n
  • Install package npm install
  • \n
  • Build and initial assets npm run build
  • \n
  • dev npm start
  • \n
  • package npm run package
  • \n
\n
\n

Thanks

\n\n
", + "readmeFetchedAt": "2020-09-18T00:10:39.199Z" }, "diffuse": { "readmeCleaned": "

\"Diffuse\"

\n

A music player that connects to your cloud/distributed storage,
\nin the form of a static, serverless, web application.

\n

📍 Available at diffuse.sh and for download.

\n
\n

\n

Integrations

\n

Music layer for music storage.\nUser layer for user-data storage.

\n

Music layer

\n\n

User layer

\n\n
\n

Hosting on your own server

\n

Diffuse is a static web application, which means it's just HTML, CSS and Javascript. No REST API, database, or anything backend-related involved. The app uses a hash, aka. fragment, based routing system, so you don't need any special server rules for routing. You can download a pre-build web-only version of Diffuse on the releases page. Diffuse uses service workers, so you may need HTTPS for it to work smoothly in certain browsers. I should also note that some source services use OAuth, so you'll need to use your own application credentials (eg. google drive client id + secret).

\n

In short:

\n
    \n
  • Diffuse is a static, serverless, web application
  • \n
  • Routing is done using hashes/fragments (eg. diffuse.sh/#/sources)
  • \n
  • Download a web build on the releases page
  • \n
  • Uses service workers (use HTTPS if possible)
  • \n
  • May need own OAuth application credentials for some source services
  • \n
\n
\n

Building it yourself

\n

This project uses Nix to manage the project's environment. If you'd like to build this project without Nix, check out the dependencies in the shell.nix file (most are available through Homebrew as well).

\n
# 🍱\n\n# 1. Setup Nix environment\n# https://nixos.org/download.html\n\n# 2. Install js dependencies\njust install-deps\n\n# 3. Build, start server & watch for changes\njust
\n
", "readmeOriginal": "

\"Diffuse\"

\n

A music player that connects to your cloud/distributed storage,
\nin the form of a static, serverless, web application.

\n

📍 Available at diffuse.sh and for download.

\n
\n

\n

Integrations

\n

Music layer for music storage.\nUser layer for user-data storage.

\n

Music layer

\n\n

User layer

\n\n
\n

Hosting on your own server

\n

Diffuse is a static web application, which means it's just HTML, CSS and Javascript. No REST API, database, or anything backend-related involved. The app uses a hash, aka. fragment, based routing system, so you don't need any special server rules for routing. You can download a pre-build web-only version of Diffuse on the releases page. Diffuse uses service workers, so you may need HTTPS for it to work smoothly in certain browsers. I should also note that some source services use OAuth, so you'll need to use your own application credentials (eg. google drive client id + secret).

\n

In short:

\n
    \n
  • Diffuse is a static, serverless, web application
  • \n
  • Routing is done using hashes/fragments (eg. diffuse.sh/#/sources)
  • \n
  • Download a web build on the releases page
  • \n
  • Uses service workers (use HTTPS if possible)
  • \n
  • May need own OAuth application credentials for some source services
  • \n
\n
\n

Building it yourself

\n

This project uses Nix to manage the project's environment. If you'd like to build this project without Nix, check out the dependencies in the shell.nix file (most are available through Homebrew as well).

\n
# 🍱\n\n# 1. Setup Nix environment\n# https://nixos.org/download.html\n\n# 2. Install js dependencies\njust install-deps\n\n# 3. Build, start server & watch for changes\njust
\n
", - "readmeFetchedAt": "2020-09-17T12:09:16.305Z" + "readmeFetchedAt": "2020-09-18T00:10:39.205Z" + }, + "destroyer": { + "readmeCleaned": "

\n

Destroyer

\n

Open-Source Lossless Audio Player

\n

\"destroyer\"

\n

v2.0 Breaking Changes:

\n
    \n
  • Swap to native HTML5 audio players (FLAC, MP4, MP3, OGG, WAV supported!)
  • \n
  • Seeking (finally!)
  • \n
  • TouchBar support for Macbook Pro!
  • \n
  • An actual DMG install file for Mac (wow!)
  • \n
  • Removal of FFPLAY and FFMEG (this should make it easier to build for all OS!)
  • \n
  • Removal of metadata editor (may come back!)
  • \n
  • Minor style tweeks
  • \n
\n

Download for Mac

\n

Watch demo video on YouTube

\n

Getting Started:

\n

\"start\"

\n
    \n
  • Download and open Destroyer.
  • \n
  • Drop your music collection onto Destroyer.
  • \n
  • Destroyer will recursively scan your collection and build library based on metadata.
  • \n
\n

Note: Destroyer is dependant on metadata — it can process Vorbis comments as well as ID3 (1.1, 2.2, 2.3, 2.4) tags. Please ensure your collection is properly formatted.

\n

On Artwork:

\n
    \n
  • Destroyer works best when all the tracks for an album are in one flat directory.
  • \n
  • Destroyer will look for a file named cover.jpg in the album's directory, if cover.jpg not found, it will fallback to any jpg or png in directory.
  • \n
\n

On Search:

\n

\"search\"

\n
    \n
  • Type anywhere in the library view to filter your collection.
  • \n
  • esc will clear your filter.
  • \n
\n

Deving and Building

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
CommandPurpose
yarn buildCompile JS /bundle.
yarn build:watchBuild project and watch for changes.
yarn startStart Destroyer.
yarn pack:osxBuild for Mac.
yarn pack:winBuild for Windows.
\n
", + "readmeOriginal": "

\n

Destroyer

\n

Open-Source Lossless Audio Player

\n

\"destroyer\"

\n

v2.0 Breaking Changes:

\n
    \n
  • Swap to native HTML5 audio players (FLAC, MP4, MP3, OGG, WAV supported!)
  • \n
  • Seeking (finally!)
  • \n
  • TouchBar support for Macbook Pro!
  • \n
  • An actual DMG install file for Mac (wow!)
  • \n
  • Removal of FFPLAY and FFMEG (this should make it easier to build for all OS!)
  • \n
  • Removal of metadata editor (may come back!)
  • \n
  • Minor style tweeks
  • \n
\n

Download for Mac

\n

Watch demo video on YouTube

\n

Getting Started:

\n

\"start\"

\n
    \n
  • Download and open Destroyer.
  • \n
  • Drop your music collection onto Destroyer.
  • \n
  • Destroyer will recursively scan your collection and build library based on metadata.
  • \n
\n

Note: Destroyer is dependant on metadata — it can process Vorbis comments as well as ID3 (1.1, 2.2, 2.3, 2.4) tags. Please ensure your collection is properly formatted.

\n

On Artwork:

\n
    \n
  • Destroyer works best when all the tracks for an album are in one flat directory.
  • \n
  • Destroyer will look for a file named cover.jpg in the album's directory, if cover.jpg not found, it will fallback to any jpg or png in directory.
  • \n
\n

On Search:

\n

\"search\"

\n
    \n
  • Type anywhere in the library view to filter your collection.
  • \n
  • esc will clear your filter.
  • \n
\n

Deving and Building

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
CommandPurpose
yarn buildCompile JS /bundle.
yarn build:watchBuild project and watch for changes.
yarn startStart Destroyer.
yarn pack:osxBuild for Mac.
yarn pack:winBuild for Windows.
\n
", + "readmeFetchedAt": "2020-09-18T00:10:39.214Z" }, "dext": { "readmeCleaned": "

🚧 Notice 🚧

\n

dext is, at the moment, subject to heavy development. From v0.9.0, we won't add any feature unless small with backwards compability in mind.

\n

Currently, the roadmap for dext 2.0 is to move to the direction of having the following accomplished:

\n
    \n
  1. having a hook system for external plugins
  2. \n
  3. consolidating all packages of dext into a monorepo
  4. \n
\n

...among other features.

\n

\"Travis\" \"Coveralls \"license\" \"Gitter\"

\n

Overview

\n

Dext is a JavaScript powered smart launcher. Built with JavaScript behind the influences of Alfred.

\n

Made compatible with Alfred workflows that is powered by node (see: alfy).

\n

\"\"

\n

Note: Currently available only for Mac OS X platform. Please help contribute for Windows and Linux users.

\n

Install

\n

Download the latest zip file here and unzip the archive. Open Dext.app and follow the instructions below for usage.

\n

You can also use Homebrew Cask to download the app by running these commands:

\n
brew update\nbrew cask install dext\n
\n

NOTE: Release version may not be stable as Dext is still in it's early stage of development. Please help contribute towards a stable build.

\n

Usage

\n

Toggle Dext Bar

\n

Simply toggle and start typing with:

\n

alt + space

\n

Actions

\n

Each item may have it's own action. You can execute an item by double-clicking on the item or selecting it and pressing:

\n

enter

\n

Help/About

\n

Type ?

\n

Dext Package Manager

\n

Dext Package Manager (dpm) is available to download separately. dpm can be used to easily install and configure your Dext instance. Please refer to the docs over at the dpm repository for more information.

\n
$ npm install -g dext-cli
\n

Configuring

\n

The Dext configuration file is located in the .dext folder in your home directory (~/.dext/). This directory should contain a config.json file as well as a plugins folder. In here, you can drop any plugins.

\n

Hint: Use dpm to easily manage plugins.

\n
.dext/\n| --- config.json\n| --- plugins/\n| --- | --- dext-github-plugin/\n| --- | --- dext-hackernews-plugin/\n
\n

Core Plugins

\n
    \n
  • Bookmarks - Search your Chrome bookmarks.
  • \n
  • Browser - Quick open your browser to a given URL.
  • \n
  • Calculator - Quickly calculate something.
  • \n
  • Screen Saver - Starts the screen saver.
  • \n
\n

Community Plugins

\n\n

Community Themes

\n\n

Developers Documentation

\n\n

Goals

\n
    \n
  • To provide a free/open-source alternative to Spotlight, and Alfred.
  • \n
  • Preserve compatibility with existing Alfred workflows.
  • \n
  • Allow customization and extending via plugins and themes.
  • \n
\n

Contributing

\n

Dext and want to contribute? I am seeking contributors of any levels to help grow the application. You can help contribute to the growth of this application in many ways.

\n\n

Support

\n

Like what you see? Become a Patron and support me via a monthly donation.

\n

LICENSE

\n

MIT © Vu Tran

\n
", "readmeOriginal": "

🚧 Notice 🚧

\n

dext is, at the moment, subject to heavy development. From v0.9.0, we won't add any feature unless small with backwards compability in mind.

\n

Currently, the roadmap for dext 2.0 is to move to the direction of having the following accomplished:

\n
    \n
  1. having a hook system for external plugins
  2. \n
  3. consolidating all packages of dext into a monorepo
  4. \n
\n

...among other features.

\n

\"Travis\" \"Coveralls \"license\" \"Gitter\"

\n

Overview

\n

Dext is a JavaScript powered smart launcher. Built with JavaScript behind the influences of Alfred.

\n

Made compatible with Alfred workflows that is powered by node (see: alfy).

\n

\"\"

\n

Note: Currently available only for Mac OS X platform. Please help contribute for Windows and Linux users.

\n

Install

\n

Download the latest zip file here and unzip the archive. Open Dext.app and follow the instructions below for usage.

\n

You can also use Homebrew Cask to download the app by running these commands:

\n
brew update\nbrew cask install dext\n
\n

NOTE: Release version may not be stable as Dext is still in it's early stage of development. Please help contribute towards a stable build.

\n

Usage

\n

Toggle Dext Bar

\n

Simply toggle and start typing with:

\n

alt + space

\n

Actions

\n

Each item may have it's own action. You can execute an item by double-clicking on the item or selecting it and pressing:

\n

enter

\n

Help/About

\n

Type ?

\n

Dext Package Manager

\n

Dext Package Manager (dpm) is available to download separately. dpm can be used to easily install and configure your Dext instance. Please refer to the docs over at the dpm repository for more information.

\n
$ npm install -g dext-cli
\n

Configuring

\n

The Dext configuration file is located in the .dext folder in your home directory (~/.dext/). This directory should contain a config.json file as well as a plugins folder. In here, you can drop any plugins.

\n

Hint: Use dpm to easily manage plugins.

\n
.dext/\n| --- config.json\n| --- plugins/\n| --- | --- dext-github-plugin/\n| --- | --- dext-hackernews-plugin/\n
\n

Core Plugins

\n
    \n
  • Bookmarks - Search your Chrome bookmarks.
  • \n
  • Browser - Quick open your browser to a given URL.
  • \n
  • Calculator - Quickly calculate something.
  • \n
  • Screen Saver - Starts the screen saver.
  • \n
\n

Community Plugins

\n\n

Community Themes

\n\n

Developers Documentation

\n\n

Goals

\n
    \n
  • To provide a free/open-source alternative to Spotlight, and Alfred.
  • \n
  • Preserve compatibility with existing Alfred workflows.
  • \n
  • Allow customization and extending via plugins and themes.
  • \n
\n

Contributing

\n

Dext and want to contribute? I am seeking contributors of any levels to help grow the application. You can help contribute to the growth of this application in many ways.

\n\n

Support

\n

Like what you see? Become a Patron and support me via a monthly donation.

\n

LICENSE

\n

MIT © Vu Tran

\n
", - "readmeFetchedAt": "2020-09-17T12:09:16.347Z" + "readmeFetchedAt": "2020-09-18T00:10:39.241Z" + }, + "devrantron": { + "readmeCleaned": "

\"devRantron\n\"appveyor-badge\"\n\"travis-badge\"\n\"code-climate-badge\"\n\"code-coverage-badge\"\n\"commitizen-badge\"\n\"github-total-downloads-badge\"\n\"All\n\"slack-badge\"

\n
\n

Unofficial devRant desktop client.

\n
\n

Works on Linux, MacOS and Windows.

\n
\n

Table of Contents

\n\n

Features

\n

Login with devRant Account

\n

\"Imgur\"

\n

View Rants and Make Comments

\n

\"Imgur\"

\n

Post Rants and Pick Emojis!

\n

\"Imgur\"

\n

Get Real Time notifications

\n

\"Imgur\"

\n

Make Your Custom View!

\n

\"Imgur\"

\n

View Profiles

\n

\"Imgur\"

\n
\n

This is our approach to create a cross platform desktop application for devRant.com.

\n
\n

Installation

\n

Pre-compiled builds can be found on the latest release page.\nAdditionally on macOS, brew can be used to install devRantron:

\n
$ brew cask install devrantron\n
\n

Contribute

\n

How to setup the project

\n
$ git clone https://github.com/tahnik/devRantron.git\n$ cd devRantron\n$ npm install\n$ npm run dev
\n

The dev script entry will start two processes. One process will create a webpack-dev-server that will watch and reload the bundle as you edit and will make it available at http://localhost:8080.\nThe second process will run the electron app in development mode, meaning that it will open up devtools with React and Redux devtools initialized.

\n

Commiting code

\n

Make sure that your code is passing all linting tests before commiting it. This is usually done automatically by using husky precommit hooks.

\n

devRantron uses angular styled commit messages. Messages that do not match the criteria are rejected. To make it easy to use them, use git cz instead of git commit.\nIt will start an interactive prompt and asks you for various things.

\n

Before pushing

\n

Make sure that you add yourself as a contributor. Simply run npm run contributors:add <comma_separated_list_of_emoji_keys. All the different emoji keys can be found here.

\n

Contributors

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n

Tahnik Mustasin

💻 📖 📦 🔧

Hampus Lundqvist

💻 🎨 📖 📦 🔧

SirWindfield

💻 📖 🚇 📦 🔧

David Refoua

💻

cozyplanes

📖

Saurabh

💻

Dacexi

💻 📖

Markus Springer

📖

Marcell Kovács

💻

Nathaniel Blackburn

💻

Metaa

💻
\n\n
", + "readmeOriginal": "

\"devRantron\n\"appveyor-badge\"\n\"travis-badge\"\n\"code-climate-badge\"\n\"code-coverage-badge\"\n\"commitizen-badge\"\n\"github-total-downloads-badge\"\n\"All\n\"slack-badge\"

\n
\n

Unofficial devRant desktop client.

\n
\n

Works on Linux, MacOS and Windows.

\n
\n

Table of Contents

\n\n

Features

\n

Login with devRant Account

\n

\"Imgur\"

\n

View Rants and Make Comments

\n

\"Imgur\"

\n

Post Rants and Pick Emojis!

\n

\"Imgur\"

\n

Get Real Time notifications

\n

\"Imgur\"

\n

Make Your Custom View!

\n

\"Imgur\"

\n

View Profiles

\n

\"Imgur\"

\n
\n

This is our approach to create a cross platform desktop application for devRant.com.

\n
\n

Installation

\n

Pre-compiled builds can be found on the latest release page.\nAdditionally on macOS, brew can be used to install devRantron:

\n
$ brew cask install devrantron\n
\n

Contribute

\n

How to setup the project

\n
$ git clone https://github.com/tahnik/devRantron.git\n$ cd devRantron\n$ npm install\n$ npm run dev
\n

The dev script entry will start two processes. One process will create a webpack-dev-server that will watch and reload the bundle as you edit and will make it available at http://localhost:8080.\nThe second process will run the electron app in development mode, meaning that it will open up devtools with React and Redux devtools initialized.

\n

Commiting code

\n

Make sure that your code is passing all linting tests before commiting it. This is usually done automatically by using husky precommit hooks.

\n

devRantron uses angular styled commit messages. Messages that do not match the criteria are rejected. To make it easy to use them, use git cz instead of git commit.\nIt will start an interactive prompt and asks you for various things.

\n

Before pushing

\n

Make sure that you add yourself as a contributor. Simply run npm run contributors:add <comma_separated_list_of_emoji_keys. All the different emoji keys can be found here.

\n

Contributors

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n

Tahnik Mustasin

💻 📖 📦 🔧

Hampus Lundqvist

💻 🎨 📖 📦 🔧

SirWindfield

💻 📖 🚇 📦 🔧

David Refoua

💻

cozyplanes

📖

Saurabh

💻

Dacexi

💻 📖

Markus Springer

📖

Marcell Kovács

💻

Nathaniel Blackburn

💻

Metaa

💻
\n\n
", + "readmeFetchedAt": "2020-09-18T00:10:39.257Z" }, "dn-tool-container": { "readmeCleaned": "

\n

DN Tool Container

\n

\n

An application can install many convenient tools for platforms of OS X 、Windows and Linux .\nIt can get more and more convenience tool in the future and no need reinstall Application.

\n

\"\"

\n

Downloads

\n

GitHub Releases

\n

Package Source Code Repo

\n\n

Usage

\n

Install tool from store

\n
    \n
  • Open the Applcation and click \"icon\" button
  • \n
\n

\"\"

\n
    \n
  • Select package which you want to install and click the install button.
  • \n
\n

\"\"

\n

\"\"

\n
    \n
  • Enjoy it !
  • \n
\n

\"\"

\n

Install tools from custom package

\n

You can package your tools by DN Tool Packager

\n
    \n
  • Open the Applcation and click \"icon\" button
  • \n
\n

\"\"

\n
    \n
  • Click Install Custom Package button in Installed Package page and select the package which you want to install.
  • \n
\n

\"\"

\n
    \n
  • Installed !
  • \n
\n

\"\"

\n

Host your custom package store server

\n

You can install your custom package store server : DN Tool Container Store API Server

\n

※ API document: Link

\n

Add custom package store to DnToolContainer

\n
    \n
  • Open the Applcation and click \"icon\" button
  • \n
\n

\"\"

\n
    \n
  • To Manage Store page and click Add Store button
  • \n
\n

\"\"

\n
    \n
  • You will see your packages in Package Store page after new store config saved.
  • \n
\n

\"\"

\n
", "readmeOriginal": "

\n

DN Tool Container

\n

\n

An application can install many convenient tools for platforms of OS X 、Windows and Linux .\nIt can get more and more convenience tool in the future and no need reinstall Application.

\n

\"\"

\n

Downloads

\n

GitHub Releases

\n

Package Source Code Repo

\n\n

Usage

\n

Install tool from store

\n
    \n
  • Open the Applcation and click \"icon\" button
  • \n
\n

\"\"

\n
    \n
  • Select package which you want to install and click the install button.
  • \n
\n

\"\"

\n

\"\"

\n
    \n
  • Enjoy it !
  • \n
\n

\"\"

\n

Install tools from custom package

\n

You can package your tools by DN Tool Packager

\n
    \n
  • Open the Applcation and click \"icon\" button
  • \n
\n

\"\"

\n
    \n
  • Click Install Custom Package button in Installed Package page and select the package which you want to install.
  • \n
\n

\"\"

\n
    \n
  • Installed !
  • \n
\n

\"\"

\n

Host your custom package store server

\n

You can install your custom package store server : DN Tool Container Store API Server

\n

※ API document: Link

\n

Add custom package store to DnToolContainer

\n
    \n
  • Open the Applcation and click \"icon\" button
  • \n
\n

\"\"

\n
    \n
  • To Manage Store page and click Add Store button
  • \n
\n

\"\"

\n
    \n
  • You will see your packages in Package Store page after new store config saved.
  • \n
\n

\"\"

\n
", - "readmeFetchedAt": "2020-09-17T12:09:16.531Z" + "readmeFetchedAt": "2020-09-18T00:10:39.315Z" }, "dixa": { "readmeCleaned": "

\"Dixa\"

\n

Dixa Desktop app for Windows and Mac

\n

Download the installer at dixa.com/downloads/desktop (windows/mac).

\n

Features:

\n
    \n
  • Better access to computer hardware (microphone and speakers)
  • \n
  • Improved system notifications when a conversation is offered
  • \n
  • Support for click-to-call (tel:+18889107555)
  • \n
  • Busylight support
  • \n
  • Auto-update and installation of new versions in the background
  • \n
  • Copy/paste support
  • \n
  • Native menu
  • \n
  • Prevent system sleep
  • \n
\n

About:

\n

Dixa is a born global customer service tech company on a mission to solve customer chaos, eliminate bad customer service and build strong bonds between companies and their customers - much like the connection between friends.

\n

Our software eliminates chaos caused by using disconnected systems and unifies the customer experience across email, chat, messaging and phone.

\n

Dixa has customers in 20+ countries and has rocketed from new entrant to the #1 ranked SaaS Contact Center platform in just over 1 year.

\n

Integrations devices

\n\n
", "readmeOriginal": "

\"Dixa\"

\n

Dixa Desktop app for Windows and Mac

\n

Download the installer at dixa.com/downloads/desktop (windows/mac).

\n

Features:

\n
    \n
  • Better access to computer hardware (microphone and speakers)
  • \n
  • Improved system notifications when a conversation is offered
  • \n
  • Support for click-to-call (tel:+18889107555)
  • \n
  • Busylight support
  • \n
  • Auto-update and installation of new versions in the background
  • \n
  • Copy/paste support
  • \n
  • Native menu
  • \n
  • Prevent system sleep
  • \n
\n

About:

\n

Dixa is a born global customer service tech company on a mission to solve customer chaos, eliminate bad customer service and build strong bonds between companies and their customers - much like the connection between friends.

\n

Our software eliminates chaos caused by using disconnected systems and unifies the customer experience across email, chat, messaging and phone.

\n

Dixa has customers in 20+ countries and has rocketed from new entrant to the #1 ranked SaaS Contact Center platform in just over 1 year.

\n

Integrations devices

\n\n
", - "readmeFetchedAt": "2020-09-17T12:09:16.546Z" + "readmeFetchedAt": "2020-09-18T00:10:39.318Z" }, "doki-doki-mod-manager": { "readmeCleaned": "

Doki Doki Mod Manager \"Build \"Build \"Translation

\n

Doki Doki Mod Manager is a mod manager for Doki Doki Literature Club!

\n

Discord

\n

Got any questions, suggestions or complaints? Join the Discord server!

\n

DDMM Discord

\n

IP Guidelines

\n

Doki Doki Mod Manager is a fan work of Doki Doki Literature Club, as defined by Team Salvato's IP Guidelines.

\n

Download

\n

Builds are available on the Releases page for Windows, macOS and Linux.

\n

Debug tools

\n

Set the following environment variables to enable debugging features.

\n
    \n
  • DDMM_LANG_PROOF - adds prefixes to all localised strings.
  • \n
  • DDMM_DEVTOOLS - opens devtools on launch.
  • \n
  • DDMM_INCOGNITO - removes app name from titlebar, so people don't judge you.
  • \n
  • DDMM_LANG - sets the language, see the lang folder.
  • \n
  • DDMM_DISCORD_ID - change the Discord rich presence app ID.
  • \n
\n

Run from source

\n

For the latest changes, or if you want to contribute, you can run DDMM from source.

\n
$ git clone https://github.com/DokiDokiModManager/Mod-Manager\n$ yarn && yarn start\n
\n

Licenses and Acknowledgements

\n

Doki Doki Mod Manager is licensed under the MIT License. Contributions are welcomed!

\n

Sayonika assets licensed under CC BY-NC-SA.

\n

7-Zip (7za.exe) licensed under GNU LGPL.

\n
", "readmeOriginal": "

Doki Doki Mod Manager \"Build \"Build \"Translation

\n

Doki Doki Mod Manager is a mod manager for Doki Doki Literature Club!

\n

Discord

\n

Got any questions, suggestions or complaints? Join the Discord server!

\n

DDMM Discord

\n

IP Guidelines

\n

Doki Doki Mod Manager is a fan work of Doki Doki Literature Club, as defined by Team Salvato's IP Guidelines.

\n

Download

\n

Builds are available on the Releases page for Windows, macOS and Linux.

\n

Debug tools

\n

Set the following environment variables to enable debugging features.

\n
    \n
  • DDMM_LANG_PROOF - adds prefixes to all localised strings.
  • \n
  • DDMM_DEVTOOLS - opens devtools on launch.
  • \n
  • DDMM_INCOGNITO - removes app name from titlebar, so people don't judge you.
  • \n
  • DDMM_LANG - sets the language, see the lang folder.
  • \n
  • DDMM_DISCORD_ID - change the Discord rich presence app ID.
  • \n
\n

Run from source

\n

For the latest changes, or if you want to contribute, you can run DDMM from source.

\n
$ git clone https://github.com/DokiDokiModManager/Mod-Manager\n$ yarn && yarn start\n
\n

Licenses and Acknowledgements

\n

Doki Doki Mod Manager is licensed under the MIT License. Contributions are welcomed!

\n

Sayonika assets licensed under CC BY-NC-SA.

\n

7-Zip (7za.exe) licensed under GNU LGPL.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:16.645Z" + "readmeFetchedAt": "2020-09-18T00:10:39.322Z" }, - "domain-book": { - "readmeCleaned": "

Domain book application

\n

Domain Book app, an easy and straightforward way to monitor your domains' expiration date.\nIt is like a phonebook for your domains.

\n

\"\"

\n

You can buy it via Paddle for only $14.99

\n

Features

\n

Simple and Easy to use

\n

A simple UI to give you the critical information about your domains, especially when you have many domains with various registrars. All you need to do is adding your domain, and the app will get all the information required from the Internet. We support a long list of domains WHOIS servers. Also, you can refresh the domain information at any time.

\n

\"\"

\n

Modify the local domain information

\n

If for some reason, we were not able to get a piece of accurate information about your domains, you can use the edit screen to correct this information. Also, you can add notes and tags to help remember anything about a specific domain name.

\n

Once you modified the expiration date, a red dot will be shown near the domain to identify what you have changed. Meanwhile, if you added notes, a small page icon will appear which you can click to read these notes.

\n

\"\"\n\"\"

\n

Auto import

\n

By utilizing the powerful API that each registrar provide, we were able to provide this feature which allows you to auto import the list of your domains directly without the need to add them manually. Right now we only support four companies, and we are planning to add more shortly.

\n

\"\"

\n

What will expire soon?

\n

We all know how it feels when you forget to renew your domain, that's why we have added two menus to our application, one to show you a list of all the domains which will expire in 30 days, the other one display the domains which will expire in 60 days. This way you will know when your domain will be renewed, no surprise payments anymore.

\n

\"\"

\n

More info

\n

More info about the application can be seen at Darawish website.

\n
", - "readmeOriginal": "

Domain book application

\n

Domain Book app, an easy and straightforward way to monitor your domains' expiration date.\nIt is like a phonebook for your domains.

\n

\"\"

\n

You can buy it via Paddle for only $14.99

\n

Features

\n

Simple and Easy to use

\n

A simple UI to give you the critical information about your domains, especially when you have many domains with various registrars. All you need to do is adding your domain, and the app will get all the information required from the Internet. We support a long list of domains WHOIS servers. Also, you can refresh the domain information at any time.

\n

\"\"

\n

Modify the local domain information

\n

If for some reason, we were not able to get a piece of accurate information about your domains, you can use the edit screen to correct this information. Also, you can add notes and tags to help remember anything about a specific domain name.

\n

Once you modified the expiration date, a red dot will be shown near the domain to identify what you have changed. Meanwhile, if you added notes, a small page icon will appear which you can click to read these notes.

\n

\"\"\n\"\"

\n

Auto import

\n

By utilizing the powerful API that each registrar provide, we were able to provide this feature which allows you to auto import the list of your domains directly without the need to add them manually. Right now we only support four companies, and we are planning to add more shortly.

\n

\"\"

\n

What will expire soon?

\n

We all know how it feels when you forget to renew your domain, that's why we have added two menus to our application, one to show you a list of all the domains which will expire in 30 days, the other one display the domains which will expire in 60 days. This way you will know when your domain will be renewed, no surprise payments anymore.

\n

\"\"

\n

More info

\n

More info about the application can be seen at Darawish website.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:16.673Z" + "dipp": { + "readmeCleaned": "
", + "readmeOriginal": "
", + "readmeFetchedAt": "2020-09-18T00:10:39.333Z" }, "domterm": { "readmeCleaned": "

DomTerm - a terminal emulator and console using DOM and JavaScript

\n

DomTerm is a combined terminal emulator and REPL console using web\ntechnlogies - i.e. JavaScript and DOM: Users can type commands which\ngets sent to an application, which evaluates the command, and displays\nthe results, typically in some kind of type-script format.

\n

See the home page for more information,\nincluding list of features with many screenshots.

\n

\"DomTerm

\n
", "readmeOriginal": "

DomTerm - a terminal emulator and console using DOM and JavaScript

\n

DomTerm is a combined terminal emulator and REPL console using web\ntechnlogies - i.e. JavaScript and DOM: Users can type commands which\ngets sent to an application, which evaluates the command, and displays\nthe results, typically in some kind of type-script format.

\n

See the home page for more information,\nincluding list of features with many screenshots.

\n

\"DomTerm

\n
", - "readmeFetchedAt": "2020-09-17T12:09:16.901Z" + "readmeFetchedAt": "2020-09-18T00:10:39.346Z" }, "domodel-diary": { "readmeCleaned": "
\n \n
\n

domodel-diary-electron \"Gitpod \"\"

\n

A small diary application made with domodel

\n

\"\"

\n
    \n
  • Calendar
  • \n
  • Daily notes encrypted using AES
  • \n
  • Password Protected
  • \n
\n

If you can't find the release for your machine you have to build if yourself by following the instructions below.

\n

Getting started

\n

Installing

\n

Clone the repository along with its submodules:

\n

git clone --recurse-submodules https://github.com/thoughtsunificator/domodel-diary-electron.git

\n

Launch it

\n
    \n
  • npm install
  • \n
  • npm start
  • \n
\n

Build

\n
    \n
  • npm install
  • \n
  • npm run dist
  • \n
\n

The binaries are available in the dist/ folder.

\n
", "readmeOriginal": "
\n \n
\n

domodel-diary-electron \"Gitpod \"\"

\n

A small diary application made with domodel

\n

\"\"

\n
    \n
  • Calendar
  • \n
  • Daily notes encrypted using AES
  • \n
  • Password Protected
  • \n
\n

If you can't find the release for your machine you have to build if yourself by following the instructions below.

\n

Getting started

\n

Installing

\n

Clone the repository along with its submodules:

\n

git clone --recurse-submodules https://github.com/thoughtsunificator/domodel-diary-electron.git

\n

Launch it

\n
    \n
  • npm install
  • \n
  • npm start
  • \n
\n

Build

\n
    \n
  • npm install
  • \n
  • npm run dist
  • \n
\n

The binaries are available in the dist/ folder.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:16.929Z" + "readmeFetchedAt": "2020-09-18T00:10:39.398Z" + }, + "domain-book": { + "readmeCleaned": "

Domain book application

\n

Domain Book app, an easy and straightforward way to monitor your domains' expiration date.\nIt is like a phonebook for your domains.

\n

\"\"

\n

You can buy it via Paddle for only $14.99

\n

Features

\n

Simple and Easy to use

\n

A simple UI to give you the critical information about your domains, especially when you have many domains with various registrars. All you need to do is adding your domain, and the app will get all the information required from the Internet. We support a long list of domains WHOIS servers. Also, you can refresh the domain information at any time.

\n

\"\"

\n

Modify the local domain information

\n

If for some reason, we were not able to get a piece of accurate information about your domains, you can use the edit screen to correct this information. Also, you can add notes and tags to help remember anything about a specific domain name.

\n

Once you modified the expiration date, a red dot will be shown near the domain to identify what you have changed. Meanwhile, if you added notes, a small page icon will appear which you can click to read these notes.

\n

\"\"\n\"\"

\n

Auto import

\n

By utilizing the powerful API that each registrar provide, we were able to provide this feature which allows you to auto import the list of your domains directly without the need to add them manually. Right now we only support four companies, and we are planning to add more shortly.

\n

\"\"

\n

What will expire soon?

\n

We all know how it feels when you forget to renew your domain, that's why we have added two menus to our application, one to show you a list of all the domains which will expire in 30 days, the other one display the domains which will expire in 60 days. This way you will know when your domain will be renewed, no surprise payments anymore.

\n

\"\"

\n

More info

\n

More info about the application can be seen at Darawish website.

\n
", + "readmeOriginal": "

Domain book application

\n

Domain Book app, an easy and straightforward way to monitor your domains' expiration date.\nIt is like a phonebook for your domains.

\n

\"\"

\n

You can buy it via Paddle for only $14.99

\n

Features

\n

Simple and Easy to use

\n

A simple UI to give you the critical information about your domains, especially when you have many domains with various registrars. All you need to do is adding your domain, and the app will get all the information required from the Internet. We support a long list of domains WHOIS servers. Also, you can refresh the domain information at any time.

\n

\"\"

\n

Modify the local domain information

\n

If for some reason, we were not able to get a piece of accurate information about your domains, you can use the edit screen to correct this information. Also, you can add notes and tags to help remember anything about a specific domain name.

\n

Once you modified the expiration date, a red dot will be shown near the domain to identify what you have changed. Meanwhile, if you added notes, a small page icon will appear which you can click to read these notes.

\n

\"\"\n\"\"

\n

Auto import

\n

By utilizing the powerful API that each registrar provide, we were able to provide this feature which allows you to auto import the list of your domains directly without the need to add them manually. Right now we only support four companies, and we are planning to add more shortly.

\n

\"\"

\n

What will expire soon?

\n

We all know how it feels when you forget to renew your domain, that's why we have added two menus to our application, one to show you a list of all the domains which will expire in 30 days, the other one display the domains which will expire in 60 days. This way you will know when your domain will be renewed, no surprise payments anymore.

\n

\"\"

\n

More info

\n

More info about the application can be seen at Darawish website.

\n
", + "readmeFetchedAt": "2020-09-18T00:10:39.425Z" }, "donut": { "readmeCleaned": "
\n

\n \"Donut\"\n
\n Donut\n

\n

Cross platform cryptocurrency tracker.

\n

\n \"Etherbit\n \"Build\n \"Build\n \"Standard\n \"Github\n \"David\"\n \"David\"\n \"latest\n \"license\"\n

\n

Preview

\n\"Donut\n

Download

\n

Builds are available for macOS, Debian/Ubuntu, FreeBSD and Windows. Visit Donut GitHub Releases

\n

License

\n

MIT

\n

Donut icon is designed by Freepik

\n
\n
", "readmeOriginal": "
\n

\n \"Donut\"\n
\n Donut\n

\n

Cross platform cryptocurrency tracker.

\n

\n \"Etherbit\n \"Build\n \"Build\n \"Standard\n \"Github\n \"David\"\n \"David\"\n \"latest\n \"license\"\n

\n

Preview

\n\"Donut\n

Download

\n

Builds are available for macOS, Debian/Ubuntu, FreeBSD and Windows. Visit Donut GitHub Releases

\n

License

\n

MIT

\n

Donut icon is designed by Freepik

\n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:17.004Z" + "readmeFetchedAt": "2020-09-18T00:10:39.450Z" }, "downline": { "readmeCleaned": "

Downline 2.x

\n

This project is no longer actively maintained. Check out this repository by @stefnotch for an actively maintained version

\n

Download the alpha release for windows here. Report bugs or suggest features here.

\n

\"screenshot\"

\n

Note: This branch is for v2.x of Downline, which is still under development. If you're interested in the currently functional v1.x, head over to this branch.

\n
", "readmeOriginal": "

Downline 2.x

\n

This project is no longer actively maintained. Check out this repository by @stefnotch for an actively maintained version

\n

Download the alpha release for windows here. Report bugs or suggest features here.

\n

\"screenshot\"

\n

Note: This branch is for v2.x of Downline, which is still under development. If you're interested in the currently functional v1.x, head over to this branch.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:17.251Z" - }, - "e-mage": { - "readmeCleaned": "

E-Mage (Electron + Image Compression + Magic)

\n

From developers to developers: a cross-platform tool for losslessly image compression.

\n
\n

See the official E-Mage website for an introduction to E-Mage.

\n
\n

Contribute

\n

New features, bug fixes and improvements are welcome! For questions and suggestions use the issues.

\n

\"Become\n\"Donate\"

\n

Licence

\n
The MIT License (MIT)\n\nCopyright (c) 2018 Douglas Nassif Roma Junior\n
\n

See the full licence file.

\n
", - "readmeOriginal": "

E-Mage (Electron + Image Compression + Magic)

\n

From developers to developers: a cross-platform tool for losslessly image compression.

\n
\n

See the official E-Mage website for an introduction to E-Mage.

\n
\n

Contribute

\n

New features, bug fixes and improvements are welcome! For questions and suggestions use the issues.

\n

\"Become\n\"Donate\"

\n

Licence

\n
The MIT License (MIT)\n\nCopyright (c) 2018 Douglas Nassif Roma Junior\n
\n

See the full licence file.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:17.337Z" + "readmeFetchedAt": "2020-09-18T00:10:39.461Z" }, "dusk-player": { "readmeCleaned": "

\n
\n Dusk Player \n

\n

\n\n\n\n\n

\n

A minimalistic music player, designed for simplicity. Built on electron, uses Howler for handling music playback, Svelte for the UI, and music-metadata to retrieve ID3 tags.

\n

This can also serve as a starting point to implement your own front-end/UI for a music Player.

\n

Download here: Releases

\n

How to use

\n

1. The Player

\n

Download the build for your OS. Start the application and then click on the Folders tab on the top left corner, this will bring up a window where you can select the folder where you want to play your audio files from.\nOnce you select a folder with songs, just click play.

\n

2. Building from the repo

\n

Clone the repository, make it your working directory, and then on your terminal run npm install.\nOnce all the dependencies have finished downloading, run npm run app-dev to test it, and npm run build to build it for your platform.

\n

Features

\n
    \n
  • Supports: mp3, opus, ogg, wav, aac, m4a and webm.
  • \n
  • Reads ID3 tags and displays the artist and album art (if they exist)
  • \n
  • Quickly switch tracks from the playlist.
  • \n
  • Search for songs from the search bar.
  • \n
  • Instantly switch between Dark, Light and Disco modes
  • \n
\n

Screenshots

\n

\n\n

\n

\n\n

\n

Upcoming Features

\n

Some new features and under the hood stuff that will be or has already been implemented. They'll be included in the next update

\n
    \n
  • New function to shuffle songs.
  • \n
\n

Changelog

\n

You can find the changelog for all releases here

\n
\n
\n

If you liked this, check out My Blog where I post tutorials and write about projects like this

\n

https://home.aveek.io/blog/

\n
Icons made by Freepik from www.flaticon.com is licensed by CC 3.0 BY
\n
", "readmeOriginal": "

\n
\n Dusk Player \n

\n

\n\n\n\n\n

\n

A minimalistic music player, designed for simplicity. Built on electron, uses Howler for handling music playback, Svelte for the UI, and music-metadata to retrieve ID3 tags.

\n

This can also serve as a starting point to implement your own front-end/UI for a music Player.

\n

Download here: Releases

\n

How to use

\n

1. The Player

\n

Download the build for your OS. Start the application and then click on the Folders tab on the top left corner, this will bring up a window where you can select the folder where you want to play your audio files from.\nOnce you select a folder with songs, just click play.

\n

2. Building from the repo

\n

Clone the repository, make it your working directory, and then on your terminal run npm install.\nOnce all the dependencies have finished downloading, run npm run app-dev to test it, and npm run build to build it for your platform.

\n

Features

\n
    \n
  • Supports: mp3, opus, ogg, wav, aac, m4a and webm.
  • \n
  • Reads ID3 tags and displays the artist and album art (if they exist)
  • \n
  • Quickly switch tracks from the playlist.
  • \n
  • Search for songs from the search bar.
  • \n
  • Instantly switch between Dark, Light and Disco modes
  • \n
\n

Screenshots

\n

\n\n

\n

\n\n

\n

Upcoming Features

\n

Some new features and under the hood stuff that will be or has already been implemented. They'll be included in the next update

\n
    \n
  • New function to shuffle songs.
  • \n
\n

Changelog

\n

You can find the changelog for all releases here

\n
\n
\n

If you liked this, check out My Blog where I post tutorials and write about projects like this

\n

https://home.aveek.io/blog/

\n
Icons made by Freepik from www.flaticon.com is licensed by CC 3.0 BY
\n
", - "readmeFetchedAt": "2020-09-17T12:09:17.426Z" + "readmeFetchedAt": "2020-09-18T00:10:39.484Z" + }, + "e-mage": { + "readmeCleaned": "

E-Mage (Electron + Image Compression + Magic)

\n

From developers to developers: a cross-platform tool for losslessly image compression.

\n
\n

See the official E-Mage website for an introduction to E-Mage.

\n
\n

Contribute

\n

New features, bug fixes and improvements are welcome! For questions and suggestions use the issues.

\n

\"Become\n\"Donate\"

\n

Licence

\n
The MIT License (MIT)\n\nCopyright (c) 2018 Douglas Nassif Roma Junior\n
\n

See the full licence file.

\n
", + "readmeOriginal": "

E-Mage (Electron + Image Compression + Magic)

\n

From developers to developers: a cross-platform tool for losslessly image compression.

\n
\n

See the official E-Mage website for an introduction to E-Mage.

\n
\n

Contribute

\n

New features, bug fixes and improvements are welcome! For questions and suggestions use the issues.

\n

\"Become\n\"Donate\"

\n

Licence

\n
The MIT License (MIT)\n\nCopyright (c) 2018 Douglas Nassif Roma Junior\n
\n

See the full licence file.

\n
", + "readmeFetchedAt": "2020-09-18T00:10:39.566Z" }, "e-tools": { "readmeCleaned": "

\"E-tools\"

\n

E-tools

\n
\n An Electron app for platforms of OS X 、Windows and Linux\n
\n
\n \n\n \n \n​ \"License\"\n \n \n \n \"E-tools\"\n \n \n \n​ \"platform\"\n \n \n \n​ \"total\n \n \n \n  \"languages\"\n \n
\n

\"中文\"

\n

\"English\"

\n

\"русский\"

\n

Download and Install

\n

\"Releases\"

\n

Search/Replace Keymaps

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Functionality\"\"\"\"
Start searchingCtrl-FCmd-F
Find nextCtrl-GCmd-G
Find previousShift-Ctrl-GShift-Cmd-G
Find nextCtrl-GCmd-G
ReplaceShift-Ctrl-FCmd-Option-F
Replace allShift-Ctrl-RShift-Cmd-Option-F
Jump to lineAlt-GOption-G
Persistent search (dialog doesn't autoclose:
enter to find next,
Shift-Enter to find previous)
Alt-FOption-F
\n

Development

\n

If you wish to build E-tools yourself:

\n
    \n
  • Clone this repo\ngit clone https://github.com/Suremotoo/e-tools.git
  • \n
  • Run cd e-tools
  • \n
  • Run npm install
  • \n
  • Run npm start
  • \n
\n

License

\n

\"FOSSA

\n
", "readmeOriginal": "

\"E-tools\"

\n

E-tools

\n
\n An Electron app for platforms of OS X 、Windows and Linux\n
\n
\n \n\n \n \n​ \"License\"\n \n \n \n \"E-tools\"\n \n \n \n​ \"platform\"\n \n \n \n​ \"total\n \n \n \n  \"languages\"\n \n
\n

\"中文\"

\n

\"English\"

\n

\"русский\"

\n

Download and Install

\n

\"Releases\"

\n

Search/Replace Keymaps

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Functionality\"\"\"\"
Start searchingCtrl-FCmd-F
Find nextCtrl-GCmd-G
Find previousShift-Ctrl-GShift-Cmd-G
Find nextCtrl-GCmd-G
ReplaceShift-Ctrl-FCmd-Option-F
Replace allShift-Ctrl-RShift-Cmd-Option-F
Jump to lineAlt-GOption-G
Persistent search (dialog doesn't autoclose:
enter to find next,
Shift-Enter to find previous)
Alt-FOption-F
\n

Development

\n

If you wish to build E-tools yourself:

\n
    \n
  • Clone this repo\ngit clone https://github.com/Suremotoo/e-tools.git
  • \n
  • Run cd e-tools
  • \n
  • Run npm install
  • \n
  • Run npm start
  • \n
\n

License

\n

\"FOSSA

\n
", - "readmeFetchedAt": "2020-09-17T12:09:17.632Z" - }, - "eagluet": { - "readmeCleaned": "

Eagluet

\n

\"Eagluet

\n

Pomodora Clock which force you to Rest in Rest Mode.

\n

\"Eagluet\"

\n

Features

\n
    \n
  • simple to use
  • \n
  • Force you to Rest in rest mode
  • \n
  • notify you before the Rest round about to start
  • \n
\n

Download

\n
    \n
  1. Windows Download
  2. \n
\n

Running Locally

\n
    \n
  1. Clone the Repo
  2. \n
  3. Install the dependencies.npm install
  4. \n
  5. Start the project Locally. npm run start
  6. \n
\n

Contributing

\n

Found the Bug create a new Issue

\n
", - "readmeOriginal": "

Eagluet

\n

\"Eagluet

\n

Pomodora Clock which force you to Rest in Rest Mode.

\n

\"Eagluet\"

\n

Features

\n
    \n
  • simple to use
  • \n
  • Force you to Rest in rest mode
  • \n
  • notify you before the Rest round about to start
  • \n
\n

Download

\n
    \n
  1. Windows Download
  2. \n
\n

Running Locally

\n
    \n
  1. Clone the Repo
  2. \n
  3. Install the dependencies.npm install
  4. \n
  5. Start the project Locally. npm run start
  6. \n
\n

Contributing

\n

Found the Bug create a new Issue

\n
", - "readmeFetchedAt": "2020-09-17T12:09:17.634Z" + "readmeFetchedAt": "2020-09-18T00:10:39.615Z" }, "dot": { "readmeCleaned": "
\n\n

Dot Browser

\n

Dot Browser is a privacy-conscious web browser with smarts built-in for protection against trackers and advertisments online.

\n

\"Discord\"\n\"GitHub \"GitHub \"GitHub \"All

\n\n\n
\n

🚀 Features

\n
    \n
  • Built-in adblocker - Dot Browser automatically blocks advertisements and trackers out of the box so you can get back to what you do best, browsing!
  • \n
  • Clean and familiar UI - You won't need to re-invent the wheel to understand the layout.
  • \n
  • We don't track you - We've based Dot Browser on the Firefox source code, and we've stripped out all the Mozilla tracking.
  • \n
  • Sync all your important data to your Dot ID - You can backup and sync all your browsing history, bookmarks and even passwords.
  • \n
  • Modify every aspect of the browser - With the config page, you can tweak and fine-tune anything in the browser.
  • \n
  • Modern New Tab Page - Our New Tab page features a search box and the latest news in your area. Anything is customisable.
  • \n
  • All our code is open-source - We love transparency, which is why all our code is open-source and publically-available on GitHub.
  • \n
\n

Issues / Support

\n

Create issues here. Get support from our discord server, by clicking the banner below.

\n\n \n\n

💻 Build Dot Browser

\n
\n

The following steps are designed for unix-based operating systems, if you want to build Dot Browser on Windows, please refer to this doc.

\n
\n

1. Download our build tool from here

\n

2. Grab our source code by typing python3 bootstrap.py, this may take a few hours.

\n

3. You can now pick which build type you want to do when mach asks you to choose a build type.

\n
    \n
  • \n

    You'll need to pick the appropriate build type as different parts of the project require different methods of being built.

    \n
      \n
    • \n

      Artifact builds - When building with the Artifact type instead of compiling the C++ code on your system, mach will fetch pre-built binaries from Mozilla and then will link the frontend (html, js, css) with the binary. Artifact builds take under a minute to build on a mid-range system.

      \n
    • \n
    • \n

      Full builds - Full builds are used when you want to modify the C++ code or want to generate a custom binary for distribution.

      \n
    • \n
    \n
  • \n
\n

4. You can then start the build once mach says your system is ready, the command to build the project is ./mach build. This may take a few seconds up to a few hours.

\n

5. If you've made it this far, you've successfully built Dot Browser! Now, you'll want to run the binary you built, you can do this by running ./mach run.

\n

❤️ Acknowledgements

\n\n

🤝 Contributors

\n\n

💸 Donations

\n

We accept one-time donations on Ko-Fi to keep our servers running, (you'll have to pay each month if you want a monthly payment)

\n\n \"Ko-Fi\"\n\n

📜 License

\n

Dot Browser is licensed under the MPL-2.0 license.

\n

Contributors

\n

Thanks goes to these wonderful people (emoji key):

\n\n\n\n\n \n \n \n \n
\"\"
HVENetworks

🛡️
\"\"
Trevor

💻
\n\n\n\n

This project follows the all-contributors specification. Contributions of any kind welcome!

\n
", "readmeOriginal": "
\n\n

Dot Browser

\n

Dot Browser is a privacy-conscious web browser with smarts built-in for protection against trackers and advertisments online.

\n

\"Discord\"\n\"GitHub \"GitHub \"GitHub \"All

\n\n\n
\n

🚀 Features

\n
    \n
  • Built-in adblocker - Dot Browser automatically blocks advertisements and trackers out of the box so you can get back to what you do best, browsing!
  • \n
  • Clean and familiar UI - You won't need to re-invent the wheel to understand the layout.
  • \n
  • We don't track you - We've based Dot Browser on the Firefox source code, and we've stripped out all the Mozilla tracking.
  • \n
  • Sync all your important data to your Dot ID - You can backup and sync all your browsing history, bookmarks and even passwords.
  • \n
  • Modify every aspect of the browser - With the config page, you can tweak and fine-tune anything in the browser.
  • \n
  • Modern New Tab Page - Our New Tab page features a search box and the latest news in your area. Anything is customisable.
  • \n
  • All our code is open-source - We love transparency, which is why all our code is open-source and publically-available on GitHub.
  • \n
\n

Issues / Support

\n

Create issues here. Get support from our discord server, by clicking the banner below.

\n\n \n\n

💻 Build Dot Browser

\n
\n

The following steps are designed for unix-based operating systems, if you want to build Dot Browser on Windows, please refer to this doc.

\n
\n

1. Download our build tool from here

\n

2. Grab our source code by typing python3 bootstrap.py, this may take a few hours.

\n

3. You can now pick which build type you want to do when mach asks you to choose a build type.

\n
    \n
  • \n

    You'll need to pick the appropriate build type as different parts of the project require different methods of being built.

    \n
      \n
    • \n

      Artifact builds - When building with the Artifact type instead of compiling the C++ code on your system, mach will fetch pre-built binaries from Mozilla and then will link the frontend (html, js, css) with the binary. Artifact builds take under a minute to build on a mid-range system.

      \n
    • \n
    • \n

      Full builds - Full builds are used when you want to modify the C++ code or want to generate a custom binary for distribution.

      \n
    • \n
    \n
  • \n
\n

4. You can then start the build once mach says your system is ready, the command to build the project is ./mach build. This may take a few seconds up to a few hours.

\n

5. If you've made it this far, you've successfully built Dot Browser! Now, you'll want to run the binary you built, you can do this by running ./mach run.

\n

❤️ Acknowledgements

\n\n

🤝 Contributors

\n\n

💸 Donations

\n

We accept one-time donations on Ko-Fi to keep our servers running, (you'll have to pay each month if you want a monthly payment)

\n\n \"Ko-Fi\"\n\n

📜 License

\n

Dot Browser is licensed under the MPL-2.0 license.

\n

Contributors

\n

Thanks goes to these wonderful people (emoji key):

\n\n\n\n\n \n \n \n \n
\"\"
HVENetworks

🛡️
\"\"
Trevor

💻
\n\n\n\n

This project follows the all-contributors specification. Contributions of any kind welcome!

\n
", - "readmeFetchedAt": "2020-09-17T12:09:17.715Z" + "readmeFetchedAt": "2020-09-18T00:10:39.621Z" + }, + "eagluet": { + "readmeCleaned": "

Eagluet

\n

\"Eagluet

\n

Pomodora Clock which force you to Rest in Rest Mode.

\n

\"Eagluet\"

\n

Features

\n
    \n
  • simple to use
  • \n
  • Force you to Rest in rest mode
  • \n
  • notify you before the Rest round about to start
  • \n
\n

Download

\n
    \n
  1. Windows Download
  2. \n
\n

Running Locally

\n
    \n
  1. Clone the Repo
  2. \n
  3. Install the dependencies.npm install
  4. \n
  5. Start the project Locally. npm run start
  6. \n
\n

Contributing

\n

Found the Bug create a new Issue

\n
", + "readmeOriginal": "

Eagluet

\n

\"Eagluet

\n

Pomodora Clock which force you to Rest in Rest Mode.

\n

\"Eagluet\"

\n

Features

\n
    \n
  • simple to use
  • \n
  • Force you to Rest in rest mode
  • \n
  • notify you before the Rest round about to start
  • \n
\n

Download

\n
    \n
  1. Windows Download
  2. \n
\n

Running Locally

\n
    \n
  1. Clone the Repo
  2. \n
  3. Install the dependencies.npm install
  4. \n
  5. Start the project Locally. npm run start
  6. \n
\n

Contributing

\n

Found the Bug create a new Issue

\n
", + "readmeFetchedAt": "2020-09-18T00:10:39.669Z" }, "easytongue": { "readmeCleaned": "

EasyTongue

\n

⚠️ Information ⚠️

\n

This App doesn't work anymore, because the used translation API was shutdown.

\n

Preview

\n

Easy to use translation app

\n

\"screenshot

\n

Available in twelve different languages

\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
🇬🇧 English🇩🇪 German🇫🇷 French🇪🇸 Spanish🇹🇷 Turkish🇷🇺 Russian
🇮🇹 Italian🇧🇷 Portuguese🇯🇵 Japanese🇨🇳 Simplified Chinese🇮🇳 Hindi🇵🇱 Polish
\n

\"screenshot

\n

Option to start on bootup

\n

\"screenshot

\n

Define Shortcuts for a faster usage

\n

\"screenshot

\n\n
", "readmeOriginal": "

EasyTongue

\n

⚠️ Information ⚠️

\n

This App doesn't work anymore, because the used translation API was shutdown.

\n

Preview

\n

Easy to use translation app

\n

\"screenshot

\n

Available in twelve different languages

\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
🇬🇧 English🇩🇪 German🇫🇷 French🇪🇸 Spanish🇹🇷 Turkish🇷🇺 Russian
🇮🇹 Italian🇧🇷 Portuguese🇯🇵 Japanese🇨🇳 Simplified Chinese🇮🇳 Hindi🇵🇱 Polish
\n

\"screenshot

\n

Option to start on bootup

\n

\"screenshot

\n

Define Shortcuts for a faster usage

\n

\"screenshot

\n\n
", - "readmeFetchedAt": "2020-09-17T12:09:17.719Z" - }, - "ebtcalc": { - "readmeCleaned": "

EBTCalc for Windows, Linux, and Mac OSX

\n

EBTCalc (Desktop) is a Reverse Polish Notation (RPN) calculator with custom buttons, programmed in Javascript, using a convenient editor. EBTCalc runs on Windows 10, OSX, and Linux. EBTCalc is open source.

\n

EBTCalc is built on the Electron framework.

\n

Copyright

\n

EBTCalc (Desktop)

\n

© Copyright 2020, Eric Bergman-Terrell

\n

Screenshots

\n

\"EBTCalc

\n

\"EBTCalc

\n

Links

\n\n

Android Version

\n

A version of EBTCalc for Android is also available.

\n

Quick Start

\n

To run EBTCalc:

\n

On OSX: Make sure that Xcode is installed.

\n
git clone https://github.com/EricTerrell/EBTCalc.git\ncd EBTCalc\nnpm install\nnpm start
\n

Before running tests, update the path value in builtInOperationsTest.test.js:

\n
before(async function () {\n    this.app = new Application({\n        // Your electron path can be any binary. Specify a path value that points to where you installed EBTCalc.\n        path: 'C:\\\\Users\\\\Eric Terrell\\\\Documents\\\\EBTCalc-win32-x64\\\\EBTCalc.exe',
\n

License

\n

GPL3

\n

Feedback

\n

Please submit your feedback to EBTCalc@EricBT.com.

\n
", - "readmeOriginal": "

EBTCalc for Windows, Linux, and Mac OSX

\n

EBTCalc (Desktop) is a Reverse Polish Notation (RPN) calculator with custom buttons, programmed in Javascript, using a convenient editor. EBTCalc runs on Windows 10, OSX, and Linux. EBTCalc is open source.

\n

EBTCalc is built on the Electron framework.

\n

Copyright

\n

EBTCalc (Desktop)

\n

© Copyright 2020, Eric Bergman-Terrell

\n

Screenshots

\n

\"EBTCalc

\n

\"EBTCalc

\n

Links

\n\n

Android Version

\n

A version of EBTCalc for Android is also available.

\n

Quick Start

\n

To run EBTCalc:

\n

On OSX: Make sure that Xcode is installed.

\n
git clone https://github.com/EricTerrell/EBTCalc.git\ncd EBTCalc\nnpm install\nnpm start
\n

Before running tests, update the path value in builtInOperationsTest.test.js:

\n
before(async function () {\n    this.app = new Application({\n        // Your electron path can be any binary. Specify a path value that points to where you installed EBTCalc.\n        path: 'C:\\\\Users\\\\Eric Terrell\\\\Documents\\\\EBTCalc-win32-x64\\\\EBTCalc.exe',
\n

License

\n

GPL3

\n

Feedback

\n

Please submit your feedback to EBTCalc@EricBT.com.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:17.835Z" + "readmeFetchedAt": "2020-09-18T00:10:39.673Z" }, "electorrent": { "readmeCleaned": "

\n \n

\n

\n \n \n \n \n \n \n \n \n \n

\n

Electorrent

\n

No more! Stop copy/pasting magnet links and uploading torrent files through a tedious webinterface. Electorrent is your new desktop remote torrenting application. Remote control your NAS, VPS, seedbox - you name it.

\n

Support

\n

Electorrent can connect to the following bittorrent clients:

\n\n

Downloads

\n

Please note: I do not own code signing certificates which may results in anti-virus warnings!

\n\n

Features

\n
    \n
  • Connects to your favorite torrent client
  • \n
  • Handles the magnet link protocol when browsing websites
  • \n
  • Upload local torrent files by browsing your filesystem (Ctrl/Cmd+O)
  • \n
  • Drag-and-drop support for torrent files
  • \n
  • Paste magnet links directly from your clipboard (Ctrl/Cmd+I)
  • \n
  • Quickly change between multiple server configurations
  • \n
  • Native desktop notifications
  • \n
  • Fuzzy searching of torrents
  • \n
  • Built in certificate trust system (for self-signed certificates)
  • \n
  • Easy one click installer using Squirrel framework
  • \n
  • Automatic updates straight from the GitHub repository!
  • \n
\n

Screenshots

\n

\n \n \n \n

\n

\n \n \n \n

\n

\n \n \n \n

\n

FAQ

\n
    \n
  • Your program sucks. It doesn't support my bittorrent client
  • \n
\n

What an opportunity! Now open an issue telling me which bittorrent client you would like to see next :)

\n
    \n
  • What kind of technologies are used to build this?
  • \n
\n

The application is build around Electron, AngularJS and SemanticUI

\n
    \n
  • I can't connect to rTorrent what is wrong?
  • \n
\n

When using rTorrent you have to configure your http server correctly. Follow this guide to make sure you have it set up correctly

\n
", "readmeOriginal": "

\n \n

\n

\n \n \n \n \n \n \n \n \n \n

\n

Electorrent

\n

No more! Stop copy/pasting magnet links and uploading torrent files through a tedious webinterface. Electorrent is your new desktop remote torrenting application. Remote control your NAS, VPS, seedbox - you name it.

\n

Support

\n

Electorrent can connect to the following bittorrent clients:

\n\n

Downloads

\n

Please note: I do not own code signing certificates which may results in anti-virus warnings!

\n\n

Features

\n
    \n
  • Connects to your favorite torrent client
  • \n
  • Handles the magnet link protocol when browsing websites
  • \n
  • Upload local torrent files by browsing your filesystem (Ctrl/Cmd+O)
  • \n
  • Drag-and-drop support for torrent files
  • \n
  • Paste magnet links directly from your clipboard (Ctrl/Cmd+I)
  • \n
  • Quickly change between multiple server configurations
  • \n
  • Native desktop notifications
  • \n
  • Fuzzy searching of torrents
  • \n
  • Built in certificate trust system (for self-signed certificates)
  • \n
  • Easy one click installer using Squirrel framework
  • \n
  • Automatic updates straight from the GitHub repository!
  • \n
\n

Screenshots

\n

\n \n \n \n

\n

\n \n \n \n

\n

\n \n \n \n

\n

FAQ

\n
    \n
  • Your program sucks. It doesn't support my bittorrent client
  • \n
\n

What an opportunity! Now open an issue telling me which bittorrent client you would like to see next :)

\n
    \n
  • What kind of technologies are used to build this?
  • \n
\n

The application is build around Electron, AngularJS and SemanticUI

\n
    \n
  • I can't connect to rTorrent what is wrong?
  • \n
\n

When using rTorrent you have to configure your http server correctly. Follow this guide to make sure you have it set up correctly

\n
", - "readmeFetchedAt": "2020-09-17T12:09:17.995Z" + "readmeFetchedAt": "2020-09-18T00:10:39.682Z" }, "elcalc": { "readmeCleaned": "

\n\t\"elcalc\n

\n

elcalc

\n

Cross-platform calculator, built with Electron \":electron:\"

\n

\n\t\"Build\n\t\"Code\n \"Downloads\" \n\t\"Mentioned\n

\n
\n

Highlights

\n
    \n
  • Supports basic math operations, as well as some scientific functions, such as power, square root, natural logarithm and more!
  • \n
  • Supports common math constants: π (pi) and e.
  • \n
  • Blazing fast calculation powered by lazy-loaded WebAssembly
  • \n
  • Special keyboard support.
  • \n
\n

Install

\n

Check out the latest release.

\n
\n

Dev

\n

\"Screenshot\"

\n

Prerequisites

\n\n

Usage

\n
# Install dependencies\n\n $ npm install\n\n# Run the app\n\n $ npm start\n \n# Run lint & tests\n\n $ npm test\n \n# Build \n\n $ npm run dist
\n\n\t\n\n

File Tree

\n
├── build                 \t\t\t    # Contains configuration files for Webpack etc.\n│   └── start.js            \t\t    # Configuration for `npm start` command\n│   └── webpack.app.config.js       # Webpack app config (entry point, output)\n│   └── webpack.base.config.js      # Webpack base config (plugins, loaders)\n├── crate                \t\t\t      # Contains Rust code, which will be compiled to WASM.\n│   ├── src                \t\t\t\n│   │\t└── lib.rs            \t\t    # Main Rust file\n│   └── Cargo.lock     \t\t\t\t      # Cargo lock file\n│   └── Cargo.toml      \t\t\t      # Cargo configuration file\n├── resources                 \t\t  # Contains icons for different operating systems\n│   ├── icons                \t\t\t\n│   │\t└── 512x512.png               # Icon for other operating systems (like Linux)\n│   └── icon.icns       \t\t\t      # Icon for macOS\n│   └── icon.ico      \t\t\t\t      # Icon for Windows\n├── src                \t\t\t\t      # Main application folder\n│   ├── stylesheets                \t\t\t\n│   │\t└── main.css             \t    # Styles\n│   └── app.html          \t\t\t    # Main HTML file\n│   └── app.js       \t\t\t\t        # Main JS file\n│   └── background.js     \t\t\t    # Electron configuration\n├── test                \t\t\t      # Tests folder\n│   └── spec.js       \t\t\t\t      # Spectron tests\n├── .npmrc                \t\t\t    # npm config\n├── .stylelintrc          \t\t\t    # stylelint config\n├── .travis.yml           \t\t\t    # Travis CI config\n├── babel.config.js       \t\t\t    # Babel config
\n

Keyboard Support

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
KeyDescription
1, 2, 3, 4, 5, 6, 7, 8, 9, 0Type numbers
+, -, * or x, /, ., ^, eType symbols
Enter or ReturnEvaluate equation
Backspace or DeleteClear calculator output
\n

License

\n

MIT

\n
", "readmeOriginal": "

\n\t\"elcalc\n

\n

elcalc

\n

Cross-platform calculator, built with Electron \":electron:\"

\n

\n\t\"Build\n\t\"Code\n \"Downloads\" \n\t\"Mentioned\n

\n
\n

Highlights

\n
    \n
  • Supports basic math operations, as well as some scientific functions, such as power, square root, natural logarithm and more!
  • \n
  • Supports common math constants: π (pi) and e.
  • \n
  • Blazing fast calculation powered by lazy-loaded WebAssembly
  • \n
  • Special keyboard support.
  • \n
\n

Install

\n

Check out the latest release.

\n
\n

Dev

\n

\"Screenshot\"

\n

Prerequisites

\n\n

Usage

\n
# Install dependencies\n\n $ npm install\n\n# Run the app\n\n $ npm start\n \n# Run lint & tests\n\n $ npm test\n \n# Build \n\n $ npm run dist
\n\n\t\n\n

File Tree

\n
├── build                 \t\t\t    # Contains configuration files for Webpack etc.\n│   └── start.js            \t\t    # Configuration for `npm start` command\n│   └── webpack.app.config.js       # Webpack app config (entry point, output)\n│   └── webpack.base.config.js      # Webpack base config (plugins, loaders)\n├── crate                \t\t\t      # Contains Rust code, which will be compiled to WASM.\n│   ├── src                \t\t\t\n│   │\t└── lib.rs            \t\t    # Main Rust file\n│   └── Cargo.lock     \t\t\t\t      # Cargo lock file\n│   └── Cargo.toml      \t\t\t      # Cargo configuration file\n├── resources                 \t\t  # Contains icons for different operating systems\n│   ├── icons                \t\t\t\n│   │\t└── 512x512.png               # Icon for other operating systems (like Linux)\n│   └── icon.icns       \t\t\t      # Icon for macOS\n│   └── icon.ico      \t\t\t\t      # Icon for Windows\n├── src                \t\t\t\t      # Main application folder\n│   ├── stylesheets                \t\t\t\n│   │\t└── main.css             \t    # Styles\n│   └── app.html          \t\t\t    # Main HTML file\n│   └── app.js       \t\t\t\t        # Main JS file\n│   └── background.js     \t\t\t    # Electron configuration\n├── test                \t\t\t      # Tests folder\n│   └── spec.js       \t\t\t\t      # Spectron tests\n├── .npmrc                \t\t\t    # npm config\n├── .stylelintrc          \t\t\t    # stylelint config\n├── .travis.yml           \t\t\t    # Travis CI config\n├── babel.config.js       \t\t\t    # Babel config
\n

Keyboard Support

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
KeyDescription
1, 2, 3, 4, 5, 6, 7, 8, 9, 0Type numbers
+, -, * or x, /, ., ^, eType symbols
Enter or ReturnEvaluate equation
Backspace or DeleteClear calculator output
\n

License

\n

MIT

\n
", - "readmeFetchedAt": "2020-09-17T12:09:18.021Z" + "readmeFetchedAt": "2020-09-18T00:10:39.738Z" + }, + "electrocrud": { + "readmeCleaned": "

\n

ElectroCRUD 2 \"GitHub \"Open

\n

ElectroCRUD?

\n

ElectroCRUD is Open Source Database CRUD (Create, Read, Update, Delete) Software. No Code Needed — Just in a few clicks, you can create a Database Admin/Dashboard/Whatever. Its Open Source — It's Free.

\n

Why?

\n

After a failed search for a basic admin panel that does not involve writing code or installs web-based solutions, I came up with ElectroCRUD idea.

\n

ElectroCRUD v1

\n

The ElectroCRUD v1 was born in 2016. An Electron application that made it possible to create a friendly dashboard with data tables, search, widgets, filter & relations with few clicks without any experience in programming.

\n

ElectroCRUD v2

\n

After a few years of the project being inactive, I decided to bring it to life again. The codebase was built from scratch using Electron+Angular8. The new version contains most of the features of the first version, and new features are added on a weekly basis.

\n

From version 2.7.0 SQLite has been added, currently its very limited support but we working on full support for next version.

\n

\"forthebadge\"

\n

\"Imgur\"

\n

Functionality

\n
    \n
  • MySQL Support
  • \n
  • PostgreSQL Support
  • \n
  • SQLite Support (limited support, work in progress)
  • \n
  • SSH Tunnels (Keys & Password)
  • \n
  • Accounts (represent a database)\n
      \n
    • Add / Edit
    • \n
    • Test connection (ssh, db)
    • \n
    • Export / Import
    • \n
    \n
  • \n
  • Views (represent a table)\n
      \n
    • Add new view & Edit view configurations
    • \n
    • Data table with pagination
    • \n
    • Search
    • \n
    • Permissions (C,R,U,D)
    • \n
    • Terminology
    • \n
    • Selection of columns to display or search by
    • \n
    • Add new record / Edit record
    • \n
    • Edit record
    • \n
    • Connect existing view as sub views
    • \n
    • Export data in various formats like: csv, dump
    • \n
    \n
  • \n
  • Custom SQL Queries
  • \n
  • Subviews (represent a sub table)
  • \n
  • Views relations\n
      \n
    • Drill from view to view (subview)
    • \n
    • Column based tables relation (left join)
    • \n
    \n
  • \n
  • View widgets (display aggragated data in the view)\n
      \n
    • Add / Edit / Remove widgets
    • \n
    • Aggregation functions (AVG, SUM, MIN, MAX, COUNT)
    • \n
    • Apply filters on widget data
    • \n
    \n
  • \n
  • View filters (build where clauses to filter the data)\n
      \n
    • Add / Edit / Remove filter in each view
    • \n
    • One click apply / unapply on view data
    • \n
    • Simple & friendly interface to build where clauses
    • \n
    \n
  • \n
  • Process manager (view running queries)
  • \n
  • Export / Import of all user accounts.
  • \n
  • Themes
  • \n
\n

Databases

\n
    \n
  • MySQL/MariaDB
  • \n
  • PostgreSQL
  • \n
  • SQLite (Limited support)
  • \n
  • MSSQL
  • \n
  • Oracle
  • \n
\n

Download Binaries \"GitHub

\n\n

Install via Package Managers

\n

Homebrew/brew (Mac OS/X)

\n

brew cask install electrocrud

\n

Download Sources

\n

ElectroCRUD on GitHub

\n

How to Video

\n

\"How

\n

Screenshots

\n

\n \n \n\n

\n

Build from source

\n

npm install

\n

With codesign

\n

npm run electron:mac-win-linux

\n

Without codesign

\n

CSC_IDENTITY_AUTO_DISCOVERY=false npm run electron:mac-win-linux

\n

\"GitHub\n\"GitHub\n\"Analytics\"

\n
", + "readmeOriginal": "

\n

ElectroCRUD 2 \"GitHub \"Open

\n

ElectroCRUD?

\n

ElectroCRUD is Open Source Database CRUD (Create, Read, Update, Delete) Software. No Code Needed — Just in a few clicks, you can create a Database Admin/Dashboard/Whatever. Its Open Source — It's Free.

\n

Why?

\n

After a failed search for a basic admin panel that does not involve writing code or installs web-based solutions, I came up with ElectroCRUD idea.

\n

ElectroCRUD v1

\n

The ElectroCRUD v1 was born in 2016. An Electron application that made it possible to create a friendly dashboard with data tables, search, widgets, filter & relations with few clicks without any experience in programming.

\n

ElectroCRUD v2

\n

After a few years of the project being inactive, I decided to bring it to life again. The codebase was built from scratch using Electron+Angular8. The new version contains most of the features of the first version, and new features are added on a weekly basis.

\n

From version 2.7.0 SQLite has been added, currently its very limited support but we working on full support for next version.

\n

\"forthebadge\"

\n

\"Imgur\"

\n

Functionality

\n
    \n
  • MySQL Support
  • \n
  • PostgreSQL Support
  • \n
  • SQLite Support (limited support, work in progress)
  • \n
  • SSH Tunnels (Keys & Password)
  • \n
  • Accounts (represent a database)\n
      \n
    • Add / Edit
    • \n
    • Test connection (ssh, db)
    • \n
    • Export / Import
    • \n
    \n
  • \n
  • Views (represent a table)\n
      \n
    • Add new view & Edit view configurations
    • \n
    • Data table with pagination
    • \n
    • Search
    • \n
    • Permissions (C,R,U,D)
    • \n
    • Terminology
    • \n
    • Selection of columns to display or search by
    • \n
    • Add new record / Edit record
    • \n
    • Edit record
    • \n
    • Connect existing view as sub views
    • \n
    • Export data in various formats like: csv, dump
    • \n
    \n
  • \n
  • Custom SQL Queries
  • \n
  • Subviews (represent a sub table)
  • \n
  • Views relations\n
      \n
    • Drill from view to view (subview)
    • \n
    • Column based tables relation (left join)
    • \n
    \n
  • \n
  • View widgets (display aggragated data in the view)\n
      \n
    • Add / Edit / Remove widgets
    • \n
    • Aggregation functions (AVG, SUM, MIN, MAX, COUNT)
    • \n
    • Apply filters on widget data
    • \n
    \n
  • \n
  • View filters (build where clauses to filter the data)\n
      \n
    • Add / Edit / Remove filter in each view
    • \n
    • One click apply / unapply on view data
    • \n
    • Simple & friendly interface to build where clauses
    • \n
    \n
  • \n
  • Process manager (view running queries)
  • \n
  • Export / Import of all user accounts.
  • \n
  • Themes
  • \n
\n

Databases

\n
    \n
  • MySQL/MariaDB
  • \n
  • PostgreSQL
  • \n
  • SQLite (Limited support)
  • \n
  • MSSQL
  • \n
  • Oracle
  • \n
\n

Download Binaries \"GitHub

\n\n

Install via Package Managers

\n

Homebrew/brew (Mac OS/X)

\n

brew cask install electrocrud

\n

Download Sources

\n

ElectroCRUD on GitHub

\n

How to Video

\n

\"How

\n

Screenshots

\n

\n \n \n\n

\n

Build from source

\n

npm install

\n

With codesign

\n

npm run electron:mac-win-linux

\n

Without codesign

\n

CSC_IDENTITY_AUTO_DISCOVERY=false npm run electron:mac-win-linux

\n

\"GitHub\n\"GitHub\n\"Analytics\"

\n
", + "readmeFetchedAt": "2020-09-18T00:10:39.745Z" + }, + "ebtcalc": { + "readmeCleaned": "

EBTCalc for Windows, Linux, and Mac OSX

\n

EBTCalc (Desktop) is a Reverse Polish Notation (RPN) calculator with custom buttons, programmed in Javascript, using a convenient editor. EBTCalc runs on Windows 10, OSX, and Linux. EBTCalc is open source.

\n

EBTCalc is built on the Electron framework.

\n

Copyright

\n

EBTCalc (Desktop)

\n

© Copyright 2020, Eric Bergman-Terrell

\n

Screenshots

\n

\"EBTCalc

\n

\"EBTCalc

\n

Links

\n\n

Android Version

\n

A version of EBTCalc for Android is also available.

\n

Quick Start

\n

To run EBTCalc:

\n

On OSX: Make sure that Xcode is installed.

\n
git clone https://github.com/EricTerrell/EBTCalc.git\ncd EBTCalc\nnpm install\nnpm start
\n

Before running tests, update the path value in builtInOperationsTest.test.js:

\n
before(async function () {\n    this.app = new Application({\n        // Your electron path can be any binary. Specify a path value that points to where you installed EBTCalc.\n        path: 'C:\\\\Users\\\\Eric Terrell\\\\Documents\\\\EBTCalc-win32-x64\\\\EBTCalc.exe',
\n

License

\n

GPL3

\n

Feedback

\n

Please submit your feedback to EBTCalc@EricBT.com.

\n
", + "readmeOriginal": "

EBTCalc for Windows, Linux, and Mac OSX

\n

EBTCalc (Desktop) is a Reverse Polish Notation (RPN) calculator with custom buttons, programmed in Javascript, using a convenient editor. EBTCalc runs on Windows 10, OSX, and Linux. EBTCalc is open source.

\n

EBTCalc is built on the Electron framework.

\n

Copyright

\n

EBTCalc (Desktop)

\n

© Copyright 2020, Eric Bergman-Terrell

\n

Screenshots

\n

\"EBTCalc

\n

\"EBTCalc

\n

Links

\n\n

Android Version

\n

A version of EBTCalc for Android is also available.

\n

Quick Start

\n

To run EBTCalc:

\n

On OSX: Make sure that Xcode is installed.

\n
git clone https://github.com/EricTerrell/EBTCalc.git\ncd EBTCalc\nnpm install\nnpm start
\n

Before running tests, update the path value in builtInOperationsTest.test.js:

\n
before(async function () {\n    this.app = new Application({\n        // Your electron path can be any binary. Specify a path value that points to where you installed EBTCalc.\n        path: 'C:\\\\Users\\\\Eric Terrell\\\\Documents\\\\EBTCalc-win32-x64\\\\EBTCalc.exe',
\n

License

\n

GPL3

\n

Feedback

\n

Please submit your feedback to EBTCalc@EricBT.com.

\n
", + "readmeFetchedAt": "2020-09-18T00:10:39.748Z" }, "elements": { "readmeCleaned": "

\n \"Icon\"\n

Elements

\n

A desktop App which displays the periodic table

\n \"forthebadge\"\n \"forthebadge\"\n

\n

\n



\n

📝 Source Code

\n

In order to use this source code you need to have Node.js, Git and Bower installed globally. After that you have to follow the steps below.

\n
# Clone this repository\ngit clone https://github.com/florianfe/Elements\n# Go into the repository\ncd Elements\n# Install npm dependencies\nnpm install\n# Install bower dependencies\nbower install\n# Run the app in test mode\nnpm start\n# build application for release\nnpm run-script dist
\n

🖼 Preview

\n

\"screenshot_1\"

\n

\"screenshot_2\"

\n

\"screenshot_3\"

\n

💾 Download

\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
PlatformVersionDownload\n
Mac1.2.1Download
Windows1.2.1Download
Linux (.deb)1.2.1Download
Linux (.AppImage)1.2.1Download
\n

📖 License

\n

\"forthebadge\"

\n
", "readmeOriginal": "

\n \"Icon\"\n

Elements

\n

A desktop App which displays the periodic table

\n \"forthebadge\"\n \"forthebadge\"\n

\n

\n



\n

📝 Source Code

\n

In order to use this source code you need to have Node.js, Git and Bower installed globally. After that you have to follow the steps below.

\n
# Clone this repository\ngit clone https://github.com/florianfe/Elements\n# Go into the repository\ncd Elements\n# Install npm dependencies\nnpm install\n# Install bower dependencies\nbower install\n# Run the app in test mode\nnpm start\n# build application for release\nnpm run-script dist
\n

🖼 Preview

\n

\"screenshot_1\"

\n

\"screenshot_2\"

\n

\"screenshot_3\"

\n

💾 Download

\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
PlatformVersionDownload\n
Mac1.2.1Download
Windows1.2.1Download
Linux (.deb)1.2.1Download
Linux (.AppImage)1.2.1Download
\n

📖 License

\n

\"forthebadge\"

\n
", - "readmeFetchedAt": "2020-09-17T12:09:18.119Z" + "readmeFetchedAt": "2020-09-18T00:10:39.789Z" }, - "electrocrud": { - "readmeCleaned": "

\n

ElectroCRUD 2 \"GitHub \"Open

\n

ElectroCRUD?

\n

ElectroCRUD is Open Source Database CRUD (Create, Read, Update, Delete) Software. No Code Needed — Just in a few clicks, you can create a Database Admin/Dashboard/Whatever. Its Open Source — It's Free.

\n

Why?

\n

After a failed search for a basic admin panel that does not involve writing code or installs web-based solutions, I came up with ElectroCRUD idea.

\n

ElectroCRUD v1

\n

The ElectroCRUD v1 was born in 2016. An Electron application that made it possible to create a friendly dashboard with data tables, search, widgets, filter & relations with few clicks without any experience in programming.

\n

ElectroCRUD v2

\n

After a few years of the project being inactive, I decided to bring it to life again. The codebase was built from scratch using Electron+Angular8. The new version contains most of the features of the first version, and new features are added on a weekly basis.

\n

From version 2.7.0 SQLite has been added, currently its very limited support but we working on full support for next version.

\n

\"forthebadge\"

\n

\"Imgur\"

\n

Functionality

\n
    \n
  • MySQL Support
  • \n
  • PostgreSQL Support
  • \n
  • SQLite Support (limited support, work in progress)
  • \n
  • SSH Tunnels (Keys & Password)
  • \n
  • Accounts (represent a database)\n
      \n
    • Add / Edit
    • \n
    • Test connection (ssh, db)
    • \n
    • Export / Import
    • \n
    \n
  • \n
  • Views (represent a table)\n
      \n
    • Add new view & Edit view configurations
    • \n
    • Data table with pagination
    • \n
    • Search
    • \n
    • Permissions (C,R,U,D)
    • \n
    • Terminology
    • \n
    • Selection of columns to display or search by
    • \n
    • Add new record / Edit record
    • \n
    • Edit record
    • \n
    • Connect existing view as sub views
    • \n
    • Export data in various formats like: csv, dump
    • \n
    \n
  • \n
  • Custom SQL Queries
  • \n
  • Subviews (represent a sub table)
  • \n
  • Views relations\n
      \n
    • Drill from view to view (subview)
    • \n
    • Column based tables relation (left join)
    • \n
    \n
  • \n
  • View widgets (display aggragated data in the view)\n
      \n
    • Add / Edit / Remove widgets
    • \n
    • Aggregation functions (AVG, SUM, MIN, MAX, COUNT)
    • \n
    • Apply filters on widget data
    • \n
    \n
  • \n
  • View filters (build where clauses to filter the data)\n
      \n
    • Add / Edit / Remove filter in each view
    • \n
    • One click apply / unapply on view data
    • \n
    • Simple & friendly interface to build where clauses
    • \n
    \n
  • \n
  • Process manager (view running queries)
  • \n
  • Export / Import of all user accounts.
  • \n
  • Themes
  • \n
\n

Databases

\n
    \n
  • MySQL/MariaDB
  • \n
  • PostgreSQL
  • \n
  • SQLite (Limited support)
  • \n
  • MSSQL
  • \n
  • Oracle
  • \n
\n

Download Binaries \"GitHub

\n\n

Install via Package Managers

\n

Homebrew/brew (Mac OS/X)

\n

brew cask install electrocrud

\n

Download Sources

\n

ElectroCRUD on GitHub

\n

How to Video

\n

\"How

\n

Screenshots

\n

\n \n \n\n

\n

Build from source

\n

npm install

\n

With codesign

\n

npm run electron:mac-win-linux

\n

Without codesign

\n

CSC_IDENTITY_AUTO_DISCOVERY=false npm run electron:mac-win-linux

\n

\"GitHub\n\"GitHub\n\"Analytics\"

\n
", - "readmeOriginal": "

\n

ElectroCRUD 2 \"GitHub \"Open

\n

ElectroCRUD?

\n

ElectroCRUD is Open Source Database CRUD (Create, Read, Update, Delete) Software. No Code Needed — Just in a few clicks, you can create a Database Admin/Dashboard/Whatever. Its Open Source — It's Free.

\n

Why?

\n

After a failed search for a basic admin panel that does not involve writing code or installs web-based solutions, I came up with ElectroCRUD idea.

\n

ElectroCRUD v1

\n

The ElectroCRUD v1 was born in 2016. An Electron application that made it possible to create a friendly dashboard with data tables, search, widgets, filter & relations with few clicks without any experience in programming.

\n

ElectroCRUD v2

\n

After a few years of the project being inactive, I decided to bring it to life again. The codebase was built from scratch using Electron+Angular8. The new version contains most of the features of the first version, and new features are added on a weekly basis.

\n

From version 2.7.0 SQLite has been added, currently its very limited support but we working on full support for next version.

\n

\"forthebadge\"

\n

\"Imgur\"

\n

Functionality

\n
    \n
  • MySQL Support
  • \n
  • PostgreSQL Support
  • \n
  • SQLite Support (limited support, work in progress)
  • \n
  • SSH Tunnels (Keys & Password)
  • \n
  • Accounts (represent a database)\n
      \n
    • Add / Edit
    • \n
    • Test connection (ssh, db)
    • \n
    • Export / Import
    • \n
    \n
  • \n
  • Views (represent a table)\n
      \n
    • Add new view & Edit view configurations
    • \n
    • Data table with pagination
    • \n
    • Search
    • \n
    • Permissions (C,R,U,D)
    • \n
    • Terminology
    • \n
    • Selection of columns to display or search by
    • \n
    • Add new record / Edit record
    • \n
    • Edit record
    • \n
    • Connect existing view as sub views
    • \n
    • Export data in various formats like: csv, dump
    • \n
    \n
  • \n
  • Custom SQL Queries
  • \n
  • Subviews (represent a sub table)
  • \n
  • Views relations\n
      \n
    • Drill from view to view (subview)
    • \n
    • Column based tables relation (left join)
    • \n
    \n
  • \n
  • View widgets (display aggragated data in the view)\n
      \n
    • Add / Edit / Remove widgets
    • \n
    • Aggregation functions (AVG, SUM, MIN, MAX, COUNT)
    • \n
    • Apply filters on widget data
    • \n
    \n
  • \n
  • View filters (build where clauses to filter the data)\n
      \n
    • Add / Edit / Remove filter in each view
    • \n
    • One click apply / unapply on view data
    • \n
    • Simple & friendly interface to build where clauses
    • \n
    \n
  • \n
  • Process manager (view running queries)
  • \n
  • Export / Import of all user accounts.
  • \n
  • Themes
  • \n
\n

Databases

\n
    \n
  • MySQL/MariaDB
  • \n
  • PostgreSQL
  • \n
  • SQLite (Limited support)
  • \n
  • MSSQL
  • \n
  • Oracle
  • \n
\n

Download Binaries \"GitHub

\n\n

Install via Package Managers

\n

Homebrew/brew (Mac OS/X)

\n

brew cask install electrocrud

\n

Download Sources

\n

ElectroCRUD on GitHub

\n

How to Video

\n

\"How

\n

Screenshots

\n

\n \n \n\n

\n

Build from source

\n

npm install

\n

With codesign

\n

npm run electron:mac-win-linux

\n

Without codesign

\n

CSC_IDENTITY_AUTO_DISCOVERY=false npm run electron:mac-win-linux

\n

\"GitHub\n\"GitHub\n\"Analytics\"

\n
", - "readmeFetchedAt": "2020-09-17T12:09:18.141Z" + "elite-journal": { + "readmeCleaned": "

\n \n

\n

Elite Journal

\n

\"Greenkeeper

\n

\"AppVeyor\"\"Github\"GitHub\"GitHub\"Gratipay\"Scrutinizer\"CircleCI\"

\n
\n

Parsing the Elite: Dangerous journal and putting it into a cool format.

\n
\n

What does it actually do then?

\n

Basically it allows the average joe to have a look at the journal log for Elite: Dangerous in a nice easy to read format.

\n

How to get it?

\n

Download a setup .exe from the releases page, and then run it. It will automagically update when you run the application from now on!

\n

\n \n

\n\n\n\n

Dev

\n
$ npm install\n
\n

Run

\n
$ npm start\n
\n

Build

\n
$ npm run pack\n
\n

Builds the app for Windows x64, using electron-builder.

\n

Build - Distribution

\n
$ npm run dist\n
\n

Builds the app and distributable setup exe for Windows x64, using electron-builder.

\n

Quick Development setup

\n
curl -o- -L https://raw.githubusercontent.com/willyb321/elite-journal/master/.scripts/get.sh | bash\n
\n

Contributing

\n

See CONTRIBUTING.md for guidelines.

\n

Changes

\n

See CHANGELOG.md for changes.

\n

Features

\n
    \n
  • Filtering.
  • \n
  • Saving as HTML.
  • \n
  • Saving as JSON.
  • \n
  • Looking at journal logs in a nice format.
  • \n
  • Drag and drop logs to load them.
  • \n
  • Built with web technologies and Node.JS.
  • \n
  • Keyboard shortcuts for various actions.
  • \n
  • Fairly fast.
  • \n
  • Pretty CSS.
  • \n
  • Easy on the CPU.
  • \n
  • Easy on the RAM.
  • \n
  • Easy on basically everything to do with resources.
  • \n
  • Auto updating.
  • \n
  • Plus more.
  • \n
\n

License

\n

MIT © willyb321

\n

Support on Beerpay

\n

Hey dude! If you like this thing what ive made, why not chuck a buck my way eh? 👍

\n

\"Beerpay\" \"Beerpay\"

\n
", + "readmeOriginal": "

\n \n

\n

Elite Journal

\n

\"Greenkeeper

\n

\"AppVeyor\"\"Github\"GitHub\"GitHub\"Gratipay\"Scrutinizer\"CircleCI\"

\n
\n

Parsing the Elite: Dangerous journal and putting it into a cool format.

\n
\n

What does it actually do then?

\n

Basically it allows the average joe to have a look at the journal log for Elite: Dangerous in a nice easy to read format.

\n

How to get it?

\n

Download a setup .exe from the releases page, and then run it. It will automagically update when you run the application from now on!

\n

\n \n

\n\n\n\n

Dev

\n
$ npm install\n
\n

Run

\n
$ npm start\n
\n

Build

\n
$ npm run pack\n
\n

Builds the app for Windows x64, using electron-builder.

\n

Build - Distribution

\n
$ npm run dist\n
\n

Builds the app and distributable setup exe for Windows x64, using electron-builder.

\n

Quick Development setup

\n
curl -o- -L https://raw.githubusercontent.com/willyb321/elite-journal/master/.scripts/get.sh | bash\n
\n

Contributing

\n

See CONTRIBUTING.md for guidelines.

\n

Changes

\n

See CHANGELOG.md for changes.

\n

Features

\n
    \n
  • Filtering.
  • \n
  • Saving as HTML.
  • \n
  • Saving as JSON.
  • \n
  • Looking at journal logs in a nice format.
  • \n
  • Drag and drop logs to load them.
  • \n
  • Built with web technologies and Node.JS.
  • \n
  • Keyboard shortcuts for various actions.
  • \n
  • Fairly fast.
  • \n
  • Pretty CSS.
  • \n
  • Easy on the CPU.
  • \n
  • Easy on the RAM.
  • \n
  • Easy on basically everything to do with resources.
  • \n
  • Auto updating.
  • \n
  • Plus more.
  • \n
\n

License

\n

MIT © willyb321

\n

Support on Beerpay

\n

Hey dude! If you like this thing what ive made, why not chuck a buck my way eh? 👍

\n

\"Beerpay\" \"Beerpay\"

\n
", + "readmeFetchedAt": "2020-09-18T00:10:39.872Z" }, "elephicon": { "readmeCleaned": "

Elephicon

\n

Elephicon (GUI Wrapper for png2icons) generates Apple ICNS and Microsoft ICO files from PNG files.

\n

\"GitHub\n\"GitHub\n\"GitHub

\n

Usage

\n

The ideal input is a 24 bit PNG with an alpha channel (RGBA) with 1024×1024 pixels but any other dimensions and most other PNG formats do also work.

\n

If you only need to create ICO files 256×256 pixels are sufficient.

\n

\"result06\"

\n

You can also configure the settings by right-click context menu.

\n

Embedded Sizes

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
DimensionICOICNS
16x16
16x16@2x
24x24
32x32
32x32@2x
48x48
64x64
72x72
96x96
128x128
128x128@2x
256x256
256x256@2x
512x512
512x512@2x
\n

Build & Install

\n
$ git clone git@github.com:sprout2000/elephicon.git\n$ cd elephicon\n$ yarn install && yarn package\n
\n

You will find the installer in release directory.

\n

Note that you will need to have Node.js, Git and Yarn installed.

\n

Download

\n

macOS

\n

You can download the latest version of Elephicon from the releases page here:
\nhttps://github.com/sprout2000/elephicon/releases

\n

Windows10

\n

Download the latest version for Windows10 at Microsoft Store.

\n

License

\n

png2icons

\n

MIT © idesis GmbH, Rellinghauser Straße 334F, D-45136 Essen

\n

Elephicon

\n

MIT © sprout2000

\n
", "readmeOriginal": "

Elephicon

\n

Elephicon (GUI Wrapper for png2icons) generates Apple ICNS and Microsoft ICO files from PNG files.

\n

\"GitHub\n\"GitHub\n\"GitHub

\n

Usage

\n

The ideal input is a 24 bit PNG with an alpha channel (RGBA) with 1024×1024 pixels but any other dimensions and most other PNG formats do also work.

\n

If you only need to create ICO files 256×256 pixels are sufficient.

\n

\"result06\"

\n

You can also configure the settings by right-click context menu.

\n

Embedded Sizes

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
DimensionICOICNS
16x16
16x16@2x
24x24
32x32
32x32@2x
48x48
64x64
72x72
96x96
128x128
128x128@2x
256x256
256x256@2x
512x512
512x512@2x
\n

Build & Install

\n
$ git clone git@github.com:sprout2000/elephicon.git\n$ cd elephicon\n$ yarn install && yarn package\n
\n

You will find the installer in release directory.

\n

Note that you will need to have Node.js, Git and Yarn installed.

\n

Download

\n

macOS

\n

You can download the latest version of Elephicon from the releases page here:
\nhttps://github.com/sprout2000/elephicon/releases

\n

Windows10

\n

Download the latest version for Windows10 at Microsoft Store.

\n

License

\n

png2icons

\n

MIT © idesis GmbH, Rellinghauser Straße 334F, D-45136 Essen

\n

Elephicon

\n

MIT © sprout2000

\n
", - "readmeFetchedAt": "2020-09-17T12:09:18.431Z" + "readmeFetchedAt": "2020-09-18T00:10:39.888Z" + }, + "email-securely-app": { + "readmeCleaned": "

\n \n

\n

ElectronMail is an Electron-based unofficial desktop client for ProtonMail. The app aims to provide enhanced desktop user experience enabling features that are not supported by the official in-browser web clients.\nIt is written in TypeScript and uses Angular.

\n

\"Travis\n\"AppVeyor\n\"License\"\n\"GitHub

\n

\"view-toggling\"

\n

Download

\n

The download page with Linux/OSX/Windows installation packages is here.

\n

The way of verifying that the installation packages attached to the releases have been assembled from the source code is being provided.

\n

Some Linux package types are available for installing from the repositories (Pacman and Snap packages are being maintained by @joshirio):

\n

\"Get

\n

\"Get

\n

\"Get

\n

Features

\n
    \n
  • \":octocat:\" Open Source.
  • \n
  • ⚙️ Reproducible builds.
  • \n
  • ⚙️ Cross platform. The app works on Linux/OSX/Windows platforms.
  • \n
  • 🔎 Full-text search. Enabled with v2.2.0 release. See the respective issue for details.
  • \n
  • 📦 Offline access to the email messages (only emails body content stored locally but not the attachments). The local store feature enables storing your messages in the encrypted database.bin file, so you could view your messages offline, perform a full-text search against them and export them to EML files. Enabled since v2.0.0 release.
  • \n
  • 📫 Multi accounts support per each email provider including supporting individual entry point domains.
  • \n
  • 🔓 Automatic login into the app with a remembered master password using keytar module (keep me signed in feature).
  • \n
  • 🔓 Automatic login into the email accounts, including filling 2FA tokens. Two auto-login delay scenarios supported in order to make it harder to correlate the identities, see the respective issue.
  • \n
  • 🔓 Persistent email account sessions. The feature introduced since v4.2.0 version with the experimental label, #227. The feature enables the scenario when you to enter the account credentials on the login form only once, manually or automatically by the app, and then you never see the login form anymore for this email account even if you restart the app (unless you explicitly dropped the session in the admin area or it got dropped by the service due to the inactivity/expiration). If this feature is enabled for the account, manual credentials filling is the preferred option as a more secure option since you don't save the account credentials anywhere (credentials are encrypted though even if saved, see settings.bin file description in the FAQ).
  • \n
  • 🔐 Encrypted local storage with switchable predefined key derivation and encryption presets. Argon2 is used as the default key derivation function.
  • \n
  • 🔔 Native notifications for individual accounts clicking on which focuses the app window and selects respective account in the accounts list.
  • \n
  • 🔔 System tray icon with a total number of unread messages shown on top of it. Enabling local messages store improves this feature (how to enable), see respective issue.
  • \n
  • ⚙️ Starting minimized to tray.
  • \n
  • ⚙️ Closing to tray.
  • \n
  • ⚙️ Switchable accounts handle buttons positioning (top , left, left-thin). See details in #36 and #175. Demo screenshots placed in the images folder (specifically this image).
  • \n
  • 📦 Batch emails export to EML files (attachments can optionally be exported in online/live mode). Feature released with v2.0.0-beta.4 version, requires local messages store feature to be enabled (how to enable).
  • \n
  • 🔐 Built-in/prepackaged web clients. The prepackaged with the app proton web clients assembled from source code, see the respective official repositories. See 79 and 80 issues for details.
  • \n
  • ⚙️ Configuring proxy per account support. Enabled since v3.0.0 release. See 113 and 120 issues for details.
  • \n
  • 📝 Spell Checking.
  • \n
\n

FAQ

\n

You got it here.

\n

How to build your own installation package from source code

\n

Building on Continuous Integration server

\n

The reproducible builds idea is respected by the project. So the simplest way to prepare your own installation package from the source code is to clone the project and hook it up to the AppVeyor and Travis CI systems. The respective config files appveyor.yml and .travis.yml come with the project.

\n

Building locally

\n
    \n
  • Regardless of the platform you are working on, you will need to have Node.js v12 installed. v12 as it's recommended to go with the same Node.js version Electron comes with. If you already have Node.js installed, but not the v12, then you might want to use Node Version Manager to be able to switch between multiple Node.js versions:\n
      \n
    • Install NVM.
    • \n
    • Run nvm install 12.
    • \n
    • Run nvm use 12.
    • \n
    \n
  • \n
  • Some native modules require compiling process to be involved and for that Python and C++ compiler need to be installed on the system:\n
      \n
    • On Windows: the simplest to install all the needed stuff on Windows is to run npm install --global --production windows-build-tools CLI command.
    • \n
    • On Linux: python v2.7, make and a C/C++ compiler toolchain, like GCC are most likely already installed. Besides keytar needs libsecret library to be installed.
    • \n
    • On macOS: python v2.7 and Xcode need to be installed. You also need to install the Command Line Tools via Xcode, can be found under the Xcode -> Preferences -> Downloads menu.
    • \n
    \n
  • \n
  • ProtonMail's WebClient requires addition environment setup if you run Windows, see.
  • \n
  • Clone this project to your local device. If you are going to contribute, consider cloning the forked into your own GitHub account project.
  • \n
  • Install Yarn.
  • \n
  • Install dependencies running yarn --pure-lockfile.
  • \n
  • Build app running yarn run app:dist.
  • \n
  • Build a package to install running yarn run electron-builder:dist command to build Windows/Mac OS X package and one of the following commands to build Linux package:\n
      \n
    • yarn run electron-builder:dist:linux:appimage
    • \n
    • yarn run electron-builder:dist:linux:deb
    • \n
    • yarn run electron-builder:dist:linux:freebsd
    • \n
    • yarn run electron-builder:dist:linux:pacman
    • \n
    • yarn run electron-builder:dist:linux:rpm
    • \n
    • yarn run electron-builder:dist:linux:snap
    • \n
    \n
  • \n
  • The assembled inbstallation package comes into the ./dist folder.
  • \n
\n

To recap, considering that all the described build requirements are met, the short command to build let's say Arch Linux package will be yarn --pure-lockfile && yarn app:dist && yarn electron-builder:dist:linux:pacman.

\n

Data/config files created and used by the app

\n

If you want to backup the app data these are only files you need to take care of (files localed in the settings folder):

\n
    \n
  • config.json file keeps config parameters. There is no sensitive data in this file, so unencrypted.
  • \n
  • settings.bin file keeps added to the app accounts including credentials if a user decided to save them. The file is encrypted with 32 bytes length key derived from the master password.
  • \n
  • database.bin file is a local database that keeps fetched emails/folders/contacts entities if the local store feature was enabled for at least one account. The file is encrypted with 32 bytes length key randomly generated and stored in settings.bin. The app by design flushes and loads to memory the database.bin file as a whole thing but not like encrypting only the specific columns of the database. It's of course not an optimal approach in terms of performance and resource consumption but it allows keeping the metadata hidden. You can see some details here.
  • \n
  • database-session.bin file is being used in the same way and for the same purpose as database.bin but it holds the current session data only. The data from this file will be merged to the database.bin on the next app unlocking with the master password.
  • \n
  • session.bin file holds the session data of the email accounts. The file is used if the Persistent Session feature is enabled for at least one account (the feature introduced since v4.2.0 version with experimental label, #227). The file is encrypted with 32 bytes length key randomly generated and stored in settings.bin.
  • \n
  • log.log file keeps log lines. The log level by default is set to error (see config.json file).
  • \n
\n

Removing the app

\n

It's recommended to perform the following actions before uninstalling the app:

\n
    \n
  • If you had the Keep me signed in feature enabled (see screenshot), click Log-out action in the app menu (see screenshot). That will remove locally stored master password (done with node-keytar). You can also remove it having the app already uninstalled, but that would be a more complicated way as you will have to manually edit the system's keychain.
  • \n
  • Remove settings folder manually. You can locate settings folder path clicking Open setting folder app/tray menu item (see screenshot) or reading app.getPath(name ="userData") related app.getPath(name) section here.
  • \n
\n
", + "readmeOriginal": "

\n \n

\n

ElectronMail is an Electron-based unofficial desktop client for ProtonMail. The app aims to provide enhanced desktop user experience enabling features that are not supported by the official in-browser web clients.\nIt is written in TypeScript and uses Angular.

\n

\"Travis\n\"AppVeyor\n\"License\"\n\"GitHub

\n

\"view-toggling\"

\n

Download

\n

The download page with Linux/OSX/Windows installation packages is here.

\n

The way of verifying that the installation packages attached to the releases have been assembled from the source code is being provided.

\n

Some Linux package types are available for installing from the repositories (Pacman and Snap packages are being maintained by @joshirio):

\n

\"Get

\n

\"Get

\n

\"Get

\n

Features

\n
    \n
  • \":octocat:\" Open Source.
  • \n
  • ⚙️ Reproducible builds.
  • \n
  • ⚙️ Cross platform. The app works on Linux/OSX/Windows platforms.
  • \n
  • 🔎 Full-text search. Enabled with v2.2.0 release. See the respective issue for details.
  • \n
  • 📦 Offline access to the email messages (only emails body content stored locally but not the attachments). The local store feature enables storing your messages in the encrypted database.bin file, so you could view your messages offline, perform a full-text search against them and export them to EML files. Enabled since v2.0.0 release.
  • \n
  • 📫 Multi accounts support per each email provider including supporting individual entry point domains.
  • \n
  • 🔓 Automatic login into the app with a remembered master password using keytar module (keep me signed in feature).
  • \n
  • 🔓 Automatic login into the email accounts, including filling 2FA tokens. Two auto-login delay scenarios supported in order to make it harder to correlate the identities, see the respective issue.
  • \n
  • 🔓 Persistent email account sessions. The feature introduced since v4.2.0 version with the experimental label, #227. The feature enables the scenario when you to enter the account credentials on the login form only once, manually or automatically by the app, and then you never see the login form anymore for this email account even if you restart the app (unless you explicitly dropped the session in the admin area or it got dropped by the service due to the inactivity/expiration). If this feature is enabled for the account, manual credentials filling is the preferred option as a more secure option since you don't save the account credentials anywhere (credentials are encrypted though even if saved, see settings.bin file description in the FAQ).
  • \n
  • 🔐 Encrypted local storage with switchable predefined key derivation and encryption presets. Argon2 is used as the default key derivation function.
  • \n
  • 🔔 Native notifications for individual accounts clicking on which focuses the app window and selects respective account in the accounts list.
  • \n
  • 🔔 System tray icon with a total number of unread messages shown on top of it. Enabling local messages store improves this feature (how to enable), see respective issue.
  • \n
  • ⚙️ Starting minimized to tray.
  • \n
  • ⚙️ Closing to tray.
  • \n
  • ⚙️ Switchable accounts handle buttons positioning (top , left, left-thin). See details in #36 and #175. Demo screenshots placed in the images folder (specifically this image).
  • \n
  • 📦 Batch emails export to EML files (attachments can optionally be exported in online/live mode). Feature released with v2.0.0-beta.4 version, requires local messages store feature to be enabled (how to enable).
  • \n
  • 🔐 Built-in/prepackaged web clients. The prepackaged with the app proton web clients assembled from source code, see the respective official repositories. See 79 and 80 issues for details.
  • \n
  • ⚙️ Configuring proxy per account support. Enabled since v3.0.0 release. See 113 and 120 issues for details.
  • \n
  • 📝 Spell Checking.
  • \n
\n

FAQ

\n

You got it here.

\n

How to build your own installation package from source code

\n

Building on Continuous Integration server

\n

The reproducible builds idea is respected by the project. So the simplest way to prepare your own installation package from the source code is to clone the project and hook it up to the AppVeyor and Travis CI systems. The respective config files appveyor.yml and .travis.yml come with the project.

\n

Building locally

\n
    \n
  • Regardless of the platform you are working on, you will need to have Node.js v12 installed. v12 as it's recommended to go with the same Node.js version Electron comes with. If you already have Node.js installed, but not the v12, then you might want to use Node Version Manager to be able to switch between multiple Node.js versions:\n
      \n
    • Install NVM.
    • \n
    • Run nvm install 12.
    • \n
    • Run nvm use 12.
    • \n
    \n
  • \n
  • Some native modules require compiling process to be involved and for that Python and C++ compiler need to be installed on the system:\n
      \n
    • On Windows: the simplest to install all the needed stuff on Windows is to run npm install --global --production windows-build-tools CLI command.
    • \n
    • On Linux: python v2.7, make and a C/C++ compiler toolchain, like GCC are most likely already installed. Besides keytar needs libsecret library to be installed.
    • \n
    • On macOS: python v2.7 and Xcode need to be installed. You also need to install the Command Line Tools via Xcode, can be found under the Xcode -> Preferences -> Downloads menu.
    • \n
    \n
  • \n
  • ProtonMail's WebClient requires addition environment setup if you run Windows, see.
  • \n
  • Clone this project to your local device. If you are going to contribute, consider cloning the forked into your own GitHub account project.
  • \n
  • Install Yarn.
  • \n
  • Install dependencies running yarn --pure-lockfile.
  • \n
  • Build app running yarn run app:dist.
  • \n
  • Build a package to install running yarn run electron-builder:dist command to build Windows/Mac OS X package and one of the following commands to build Linux package:\n
      \n
    • yarn run electron-builder:dist:linux:appimage
    • \n
    • yarn run electron-builder:dist:linux:deb
    • \n
    • yarn run electron-builder:dist:linux:freebsd
    • \n
    • yarn run electron-builder:dist:linux:pacman
    • \n
    • yarn run electron-builder:dist:linux:rpm
    • \n
    • yarn run electron-builder:dist:linux:snap
    • \n
    \n
  • \n
  • The assembled inbstallation package comes into the ./dist folder.
  • \n
\n

To recap, considering that all the described build requirements are met, the short command to build let's say Arch Linux package will be yarn --pure-lockfile && yarn app:dist && yarn electron-builder:dist:linux:pacman.

\n

Data/config files created and used by the app

\n

If you want to backup the app data these are only files you need to take care of (files localed in the settings folder):

\n
    \n
  • config.json file keeps config parameters. There is no sensitive data in this file, so unencrypted.
  • \n
  • settings.bin file keeps added to the app accounts including credentials if a user decided to save them. The file is encrypted with 32 bytes length key derived from the master password.
  • \n
  • database.bin file is a local database that keeps fetched emails/folders/contacts entities if the local store feature was enabled for at least one account. The file is encrypted with 32 bytes length key randomly generated and stored in settings.bin. The app by design flushes and loads to memory the database.bin file as a whole thing but not like encrypting only the specific columns of the database. It's of course not an optimal approach in terms of performance and resource consumption but it allows keeping the metadata hidden. You can see some details here.
  • \n
  • database-session.bin file is being used in the same way and for the same purpose as database.bin but it holds the current session data only. The data from this file will be merged to the database.bin on the next app unlocking with the master password.
  • \n
  • session.bin file holds the session data of the email accounts. The file is used if the Persistent Session feature is enabled for at least one account (the feature introduced since v4.2.0 version with experimental label, #227). The file is encrypted with 32 bytes length key randomly generated and stored in settings.bin.
  • \n
  • log.log file keeps log lines. The log level by default is set to error (see config.json file).
  • \n
\n

Removing the app

\n

It's recommended to perform the following actions before uninstalling the app:

\n
    \n
  • If you had the Keep me signed in feature enabled (see screenshot), click Log-out action in the app menu (see screenshot). That will remove locally stored master password (done with node-keytar). You can also remove it having the app already uninstalled, but that would be a more complicated way as you will have to manually edit the system's keychain.
  • \n
  • Remove settings folder manually. You can locate settings folder path clicking Open setting folder app/tray menu item (see screenshot) or reading app.getPath(name =\"userData\") related app.getPath(name) section here.
  • \n
\n
", + "readmeFetchedAt": "2020-09-18T00:10:39.948Z" }, "encrypt0r": { "readmeCleaned": "
", "readmeOriginal": "
", - "readmeFetchedAt": "2020-09-17T12:09:18.472Z" - }, - "elite-journal": { - "readmeCleaned": "

\n \n

\n

Elite Journal

\n

\"Greenkeeper

\n

\"AppVeyor\"\"Github\"GitHub\"GitHub\"Gratipay\"Scrutinizer\"CircleCI\"

\n
\n

Parsing the Elite: Dangerous journal and putting it into a cool format.

\n
\n

What does it actually do then?

\n

Basically it allows the average joe to have a look at the journal log for Elite: Dangerous in a nice easy to read format.

\n

How to get it?

\n

Download a setup .exe from the releases page, and then run it. It will automagically update when you run the application from now on!

\n

\n \n

\n\n\n\n

Dev

\n
$ npm install\n
\n

Run

\n
$ npm start\n
\n

Build

\n
$ npm run pack\n
\n

Builds the app for Windows x64, using electron-builder.

\n

Build - Distribution

\n
$ npm run dist\n
\n

Builds the app and distributable setup exe for Windows x64, using electron-builder.

\n

Quick Development setup

\n
curl -o- -L https://raw.githubusercontent.com/willyb321/elite-journal/master/.scripts/get.sh | bash\n
\n

Contributing

\n

See CONTRIBUTING.md for guidelines.

\n

Changes

\n

See CHANGELOG.md for changes.

\n

Features

\n
    \n
  • Filtering.
  • \n
  • Saving as HTML.
  • \n
  • Saving as JSON.
  • \n
  • Looking at journal logs in a nice format.
  • \n
  • Drag and drop logs to load them.
  • \n
  • Built with web technologies and Node.JS.
  • \n
  • Keyboard shortcuts for various actions.
  • \n
  • Fairly fast.
  • \n
  • Pretty CSS.
  • \n
  • Easy on the CPU.
  • \n
  • Easy on the RAM.
  • \n
  • Easy on basically everything to do with resources.
  • \n
  • Auto updating.
  • \n
  • Plus more.
  • \n
\n

License

\n

MIT © willyb321

\n

Support on Beerpay

\n

Hey dude! If you like this thing what ive made, why not chuck a buck my way eh? 👍

\n

\"Beerpay\" \"Beerpay\"

\n
", - "readmeOriginal": "

\n \n

\n

Elite Journal

\n

\"Greenkeeper

\n

\"AppVeyor\"\"Github\"GitHub\"GitHub\"Gratipay\"Scrutinizer\"CircleCI\"

\n
\n

Parsing the Elite: Dangerous journal and putting it into a cool format.

\n
\n

What does it actually do then?

\n

Basically it allows the average joe to have a look at the journal log for Elite: Dangerous in a nice easy to read format.

\n

How to get it?

\n

Download a setup .exe from the releases page, and then run it. It will automagically update when you run the application from now on!

\n

\n \n

\n\n\n\n

Dev

\n
$ npm install\n
\n

Run

\n
$ npm start\n
\n

Build

\n
$ npm run pack\n
\n

Builds the app for Windows x64, using electron-builder.

\n

Build - Distribution

\n
$ npm run dist\n
\n

Builds the app and distributable setup exe for Windows x64, using electron-builder.

\n

Quick Development setup

\n
curl -o- -L https://raw.githubusercontent.com/willyb321/elite-journal/master/.scripts/get.sh | bash\n
\n

Contributing

\n

See CONTRIBUTING.md for guidelines.

\n

Changes

\n

See CHANGELOG.md for changes.

\n

Features

\n
    \n
  • Filtering.
  • \n
  • Saving as HTML.
  • \n
  • Saving as JSON.
  • \n
  • Looking at journal logs in a nice format.
  • \n
  • Drag and drop logs to load them.
  • \n
  • Built with web technologies and Node.JS.
  • \n
  • Keyboard shortcuts for various actions.
  • \n
  • Fairly fast.
  • \n
  • Pretty CSS.
  • \n
  • Easy on the CPU.
  • \n
  • Easy on the RAM.
  • \n
  • Easy on basically everything to do with resources.
  • \n
  • Auto updating.
  • \n
  • Plus more.
  • \n
\n

License

\n

MIT © willyb321

\n

Support on Beerpay

\n

Hey dude! If you like this thing what ive made, why not chuck a buck my way eh? 👍

\n

\"Beerpay\" \"Beerpay\"

\n
", - "readmeFetchedAt": "2020-09-17T12:09:18.488Z" + "readmeFetchedAt": "2020-09-18T00:10:39.964Z" }, "englishextra-app": { "readmeCleaned": "
", "readmeOriginal": "
", - "readmeFetchedAt": "2020-09-17T12:09:19.058Z" - }, - "email-securely-app": { - "readmeCleaned": "

\n \n

\n

ElectronMail is an Electron-based unofficial desktop client for ProtonMail. The app aims to provide enhanced desktop user experience enabling features that are not supported by the official in-browser web clients.\nIt is written in TypeScript and uses Angular.

\n

\"Travis\n\"AppVeyor\n\"License\"\n\"GitHub

\n

\"view-toggling\"

\n

Download

\n

The download page with Linux/OSX/Windows installation packages is here.

\n

The way of verifying that the installation packages attached to the releases have been assembled from the source code is being provided.

\n

Some Linux package types are available for installing from the repositories (Pacman and Snap packages are being maintained by @joshirio):

\n

\"Get

\n

\"Get

\n

\"Get

\n

Features

\n
    \n
  • \":octocat:\" Open Source.
  • \n
  • ⚙️ Reproducible builds.
  • \n
  • ⚙️ Cross platform. The app works on Linux/OSX/Windows platforms.
  • \n
  • 🔎 Full-text search. Enabled with v2.2.0 release. See the respective issue for details.
  • \n
  • 📦 Offline access to the email messages (only emails body content stored locally but not the attachments). The local store feature enables storing your messages in the encrypted database.bin file, so you could view your messages offline, perform a full-text search against them and export them to EML files. Enabled since v2.0.0 release.
  • \n
  • 📫 Multi accounts support per each email provider including supporting individual entry point domains.
  • \n
  • 🔓 Automatic login into the app with a remembered master password using keytar module (keep me signed in feature).
  • \n
  • 🔓 Automatic login into the email accounts, including filling 2FA tokens. Two auto-login delay scenarios supported in order to make it harder to correlate the identities, see the respective issue.
  • \n
  • 🔓 Persistent email account sessions. The feature introduced since v4.2.0 version with the experimental label, #227. The feature enables the scenario when you to enter the account credentials on the login form only once, manually or automatically by the app, and then you never see the login form anymore for this email account even if you restart the app (unless you explicitly dropped the session in the admin area or it got dropped by the service due to the inactivity/expiration). If this feature is enabled for the account, manual credentials filling is the preferred option as a more secure option since you don't save the account credentials anywhere (credentials are encrypted though even if saved, see settings.bin file description in the FAQ).
  • \n
  • 🔐 Encrypted local storage with switchable predefined key derivation and encryption presets. Argon2 is used as the default key derivation function.
  • \n
  • 🔔 Native notifications for individual accounts clicking on which focuses the app window and selects respective account in the accounts list.
  • \n
  • 🔔 System tray icon with a total number of unread messages shown on top of it. Enabling local messages store improves this feature (how to enable), see respective issue.
  • \n
  • ⚙️ Starting minimized to tray.
  • \n
  • ⚙️ Closing to tray.
  • \n
  • ⚙️ Switchable accounts handle buttons positioning (top , left, left-thin). See details in #36 and #175. Demo screenshots placed in the images folder (specifically this image).
  • \n
  • 📦 Batch emails export to EML files (attachments can optionally be exported in online/live mode). Feature released with v2.0.0-beta.4 version, requires local messages store feature to be enabled (how to enable).
  • \n
  • 🔐 Built-in/prepackaged web clients. The prepackaged with the app proton web clients assembled from source code, see the respective official repositories. See 79 and 80 issues for details.
  • \n
  • ⚙️ Configuring proxy per account support. Enabled since v3.0.0 release. See 113 and 120 issues for details.
  • \n
  • 📝 Spell Checking.
  • \n
\n

FAQ

\n

You got it here.

\n

How to build your own installation package from source code

\n

Building on Continuous Integration server

\n

The reproducible builds idea is respected by the project. So the simplest way to prepare your own installation package from the source code is to clone the project and hook it up to the AppVeyor and Travis CI systems. The respective config files appveyor.yml and .travis.yml come with the project.

\n

Building locally

\n
    \n
  • Regardless of the platform you are working on, you will need to have Node.js v12 installed. v12 as it's recommended to go with the same Node.js version Electron comes with. If you already have Node.js installed, but not the v12, then you might want to use Node Version Manager to be able to switch between multiple Node.js versions:\n
      \n
    • Install NVM.
    • \n
    • Run nvm install 12.
    • \n
    • Run nvm use 12.
    • \n
    \n
  • \n
  • Some native modules require compiling process to be involved and for that Python and C++ compiler need to be installed on the system:\n
      \n
    • On Windows: the simplest to install all the needed stuff on Windows is to run npm install --global --production windows-build-tools CLI command.
    • \n
    • On Linux: python v2.7, make and a C/C++ compiler toolchain, like GCC are most likely already installed. Besides keytar needs libsecret library to be installed.
    • \n
    • On macOS: python v2.7 and Xcode need to be installed. You also need to install the Command Line Tools via Xcode, can be found under the Xcode -> Preferences -> Downloads menu.
    • \n
    \n
  • \n
  • ProtonMail's WebClient requires addition environment setup if you run Windows, see.
  • \n
  • Clone this project to your local device. If you are going to contribute, consider cloning the forked into your own GitHub account project.
  • \n
  • Install Yarn.
  • \n
  • Install dependencies running yarn --pure-lockfile.
  • \n
  • Build app running yarn run app:dist.
  • \n
  • Build a package to install running yarn run electron-builder:dist command to build Windows/Mac OS X package and one of the following commands to build Linux package:\n
      \n
    • yarn run electron-builder:dist:linux:appimage
    • \n
    • yarn run electron-builder:dist:linux:deb
    • \n
    • yarn run electron-builder:dist:linux:freebsd
    • \n
    • yarn run electron-builder:dist:linux:pacman
    • \n
    • yarn run electron-builder:dist:linux:rpm
    • \n
    • yarn run electron-builder:dist:linux:snap
    • \n
    \n
  • \n
  • The assembled inbstallation package comes into the ./dist folder.
  • \n
\n

To recap, considering that all the described build requirements are met, the short command to build let's say Arch Linux package will be yarn --pure-lockfile && yarn app:dist && yarn electron-builder:dist:linux:pacman.

\n

Data/config files created and used by the app

\n

If you want to backup the app data these are only files you need to take care of (files localed in the settings folder):

\n
    \n
  • config.json file keeps config parameters. There is no sensitive data in this file, so unencrypted.
  • \n
  • settings.bin file keeps added to the app accounts including credentials if a user decided to save them. The file is encrypted with 32 bytes length key derived from the master password.
  • \n
  • database.bin file is a local database that keeps fetched emails/folders/contacts entities if the local store feature was enabled for at least one account. The file is encrypted with 32 bytes length key randomly generated and stored in settings.bin. The app by design flushes and loads to memory the database.bin file as a whole thing but not like encrypting only the specific columns of the database. It's of course not an optimal approach in terms of performance and resource consumption but it allows keeping the metadata hidden. You can see some details here.
  • \n
  • database-session.bin file is being used in the same way and for the same purpose as database.bin but it holds the current session data only. The data from this file will be merged to the database.bin on the next app unlocking with the master password.
  • \n
  • session.bin file holds the session data of the email accounts. The file is used if the Persistent Session feature is enabled for at least one account (the feature introduced since v4.2.0 version with experimental label, #227). The file is encrypted with 32 bytes length key randomly generated and stored in settings.bin.
  • \n
  • log.log file keeps log lines. The log level by default is set to error (see config.json file).
  • \n
\n

Removing the app

\n

It's recommended to perform the following actions before uninstalling the app:

\n
    \n
  • If you had the Keep me signed in feature enabled (see screenshot), click Log-out action in the app menu (see screenshot). That will remove locally stored master password (done with node-keytar). You can also remove it having the app already uninstalled, but that would be a more complicated way as you will have to manually edit the system's keychain.
  • \n
  • Remove settings folder manually. You can locate settings folder path clicking Open setting folder app/tray menu item (see screenshot) or reading app.getPath(name ="userData") related app.getPath(name) section here.
  • \n
\n
", - "readmeOriginal": "

\n \n

\n

ElectronMail is an Electron-based unofficial desktop client for ProtonMail. The app aims to provide enhanced desktop user experience enabling features that are not supported by the official in-browser web clients.\nIt is written in TypeScript and uses Angular.

\n

\"Travis\n\"AppVeyor\n\"License\"\n\"GitHub

\n

\"view-toggling\"

\n

Download

\n

The download page with Linux/OSX/Windows installation packages is here.

\n

The way of verifying that the installation packages attached to the releases have been assembled from the source code is being provided.

\n

Some Linux package types are available for installing from the repositories (Pacman and Snap packages are being maintained by @joshirio):

\n

\"Get

\n

\"Get

\n

\"Get

\n

Features

\n
    \n
  • \":octocat:\" Open Source.
  • \n
  • ⚙️ Reproducible builds.
  • \n
  • ⚙️ Cross platform. The app works on Linux/OSX/Windows platforms.
  • \n
  • 🔎 Full-text search. Enabled with v2.2.0 release. See the respective issue for details.
  • \n
  • 📦 Offline access to the email messages (only emails body content stored locally but not the attachments). The local store feature enables storing your messages in the encrypted database.bin file, so you could view your messages offline, perform a full-text search against them and export them to EML files. Enabled since v2.0.0 release.
  • \n
  • 📫 Multi accounts support per each email provider including supporting individual entry point domains.
  • \n
  • 🔓 Automatic login into the app with a remembered master password using keytar module (keep me signed in feature).
  • \n
  • 🔓 Automatic login into the email accounts, including filling 2FA tokens. Two auto-login delay scenarios supported in order to make it harder to correlate the identities, see the respective issue.
  • \n
  • 🔓 Persistent email account sessions. The feature introduced since v4.2.0 version with the experimental label, #227. The feature enables the scenario when you to enter the account credentials on the login form only once, manually or automatically by the app, and then you never see the login form anymore for this email account even if you restart the app (unless you explicitly dropped the session in the admin area or it got dropped by the service due to the inactivity/expiration). If this feature is enabled for the account, manual credentials filling is the preferred option as a more secure option since you don't save the account credentials anywhere (credentials are encrypted though even if saved, see settings.bin file description in the FAQ).
  • \n
  • 🔐 Encrypted local storage with switchable predefined key derivation and encryption presets. Argon2 is used as the default key derivation function.
  • \n
  • 🔔 Native notifications for individual accounts clicking on which focuses the app window and selects respective account in the accounts list.
  • \n
  • 🔔 System tray icon with a total number of unread messages shown on top of it. Enabling local messages store improves this feature (how to enable), see respective issue.
  • \n
  • ⚙️ Starting minimized to tray.
  • \n
  • ⚙️ Closing to tray.
  • \n
  • ⚙️ Switchable accounts handle buttons positioning (top , left, left-thin). See details in #36 and #175. Demo screenshots placed in the images folder (specifically this image).
  • \n
  • 📦 Batch emails export to EML files (attachments can optionally be exported in online/live mode). Feature released with v2.0.0-beta.4 version, requires local messages store feature to be enabled (how to enable).
  • \n
  • 🔐 Built-in/prepackaged web clients. The prepackaged with the app proton web clients assembled from source code, see the respective official repositories. See 79 and 80 issues for details.
  • \n
  • ⚙️ Configuring proxy per account support. Enabled since v3.0.0 release. See 113 and 120 issues for details.
  • \n
  • 📝 Spell Checking.
  • \n
\n

FAQ

\n

You got it here.

\n

How to build your own installation package from source code

\n

Building on Continuous Integration server

\n

The reproducible builds idea is respected by the project. So the simplest way to prepare your own installation package from the source code is to clone the project and hook it up to the AppVeyor and Travis CI systems. The respective config files appveyor.yml and .travis.yml come with the project.

\n

Building locally

\n
    \n
  • Regardless of the platform you are working on, you will need to have Node.js v12 installed. v12 as it's recommended to go with the same Node.js version Electron comes with. If you already have Node.js installed, but not the v12, then you might want to use Node Version Manager to be able to switch between multiple Node.js versions:\n
      \n
    • Install NVM.
    • \n
    • Run nvm install 12.
    • \n
    • Run nvm use 12.
    • \n
    \n
  • \n
  • Some native modules require compiling process to be involved and for that Python and C++ compiler need to be installed on the system:\n
      \n
    • On Windows: the simplest to install all the needed stuff on Windows is to run npm install --global --production windows-build-tools CLI command.
    • \n
    • On Linux: python v2.7, make and a C/C++ compiler toolchain, like GCC are most likely already installed. Besides keytar needs libsecret library to be installed.
    • \n
    • On macOS: python v2.7 and Xcode need to be installed. You also need to install the Command Line Tools via Xcode, can be found under the Xcode -> Preferences -> Downloads menu.
    • \n
    \n
  • \n
  • ProtonMail's WebClient requires addition environment setup if you run Windows, see.
  • \n
  • Clone this project to your local device. If you are going to contribute, consider cloning the forked into your own GitHub account project.
  • \n
  • Install Yarn.
  • \n
  • Install dependencies running yarn --pure-lockfile.
  • \n
  • Build app running yarn run app:dist.
  • \n
  • Build a package to install running yarn run electron-builder:dist command to build Windows/Mac OS X package and one of the following commands to build Linux package:\n
      \n
    • yarn run electron-builder:dist:linux:appimage
    • \n
    • yarn run electron-builder:dist:linux:deb
    • \n
    • yarn run electron-builder:dist:linux:freebsd
    • \n
    • yarn run electron-builder:dist:linux:pacman
    • \n
    • yarn run electron-builder:dist:linux:rpm
    • \n
    • yarn run electron-builder:dist:linux:snap
    • \n
    \n
  • \n
  • The assembled inbstallation package comes into the ./dist folder.
  • \n
\n

To recap, considering that all the described build requirements are met, the short command to build let's say Arch Linux package will be yarn --pure-lockfile && yarn app:dist && yarn electron-builder:dist:linux:pacman.

\n

Data/config files created and used by the app

\n

If you want to backup the app data these are only files you need to take care of (files localed in the settings folder):

\n
    \n
  • config.json file keeps config parameters. There is no sensitive data in this file, so unencrypted.
  • \n
  • settings.bin file keeps added to the app accounts including credentials if a user decided to save them. The file is encrypted with 32 bytes length key derived from the master password.
  • \n
  • database.bin file is a local database that keeps fetched emails/folders/contacts entities if the local store feature was enabled for at least one account. The file is encrypted with 32 bytes length key randomly generated and stored in settings.bin. The app by design flushes and loads to memory the database.bin file as a whole thing but not like encrypting only the specific columns of the database. It's of course not an optimal approach in terms of performance and resource consumption but it allows keeping the metadata hidden. You can see some details here.
  • \n
  • database-session.bin file is being used in the same way and for the same purpose as database.bin but it holds the current session data only. The data from this file will be merged to the database.bin on the next app unlocking with the master password.
  • \n
  • session.bin file holds the session data of the email accounts. The file is used if the Persistent Session feature is enabled for at least one account (the feature introduced since v4.2.0 version with experimental label, #227). The file is encrypted with 32 bytes length key randomly generated and stored in settings.bin.
  • \n
  • log.log file keeps log lines. The log level by default is set to error (see config.json file).
  • \n
\n

Removing the app

\n

It's recommended to perform the following actions before uninstalling the app:

\n
    \n
  • If you had the Keep me signed in feature enabled (see screenshot), click Log-out action in the app menu (see screenshot). That will remove locally stored master password (done with node-keytar). You can also remove it having the app already uninstalled, but that would be a more complicated way as you will have to manually edit the system's keychain.
  • \n
  • Remove settings folder manually. You can locate settings folder path clicking Open setting folder app/tray menu item (see screenshot) or reading app.getPath(name =\"userData\") related app.getPath(name) section here.
  • \n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:19.136Z" + "readmeFetchedAt": "2020-09-18T00:10:39.977Z" }, "excel-parser-processor": { "readmeCleaned": "

\"Excel Excel Parser Processor

\n

A Cross-Platform Desktop App for processing all rows of excel files

\n

Simply generates an array of items from the rows of an excel file and does the repetitive tedious operations step by step\nrecursively till every item of the array is processed. For example downloading all the URL's in an excel file.

\n

\"Dependency\n\"Build\n\"Github\n\"codecov\"\n\"Backers\n\"Sponsors\n\"Open

\n

How to use

\n

You can download the latest release for your operating system\nor build it yourself (see Development).

\n

Just select or drag & drop an excel file, then select the output folder for the downloaded images or files. All of the\nitems in the excel file will be downloaded into the selected folder and you will be notified about the state of ongoing\nprogress.

\n

Sample Excel file structure

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
AB
1https://www.buraktargac.com/sample_image.gifoptional-sample-file-name
2https://www.buraktargac.com/sample_image.pngoptional-sample-file-name
3https://www.buraktargac.com/sample_image.jpg
....
....
nAsset URL ( can be any type of file jpg, jpeg, png, txt, doc, etc)
\n
\n

Currently there is no limit for n, I tested with 4000 items and unless your IP is banned from the publisher there\nis no problem to download as much as you can.

\n

Demo

\n

\"Excel

\n

Development

\n

You need to have Node.js installed on your computer in order to develop & build this app.

\n
$ git clone https://github.com/btargac/excel-parser-processor.git\n$ cd excel-parser-processor\n$ npm install\n$ npm run build\n$ npm start
\n

If you are changing the view or renderer related things, you can use webpack's watch feature with

\n
$ npm run start-renderer-dev
\n

After running this command, you'll see a webpack process watching your files after a new renderer.bundle.js is generated\nyou can refresh the excel parser processor app window with cmd + R or ctrl + R depending on your system.

\n

To generate binaries on your computer after your development is completed, you can run;

\n
$ npm run dist
\n

This will add binaries under /release folder on your project folder.

\n

/release folder is ignored at the repository. Travis will be building the binaries after your branch is merged with master.

\n

Contributors

\n

This project exists thanks to all the people who contribute. [Code of Conduct].\n

\n

Backers

\n

Thank you to all our backers! 🙏 [Become a backer]

\n

\n

Sponsors

\n

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

\n

\n\n\n\n\n\n\n\n\n

\n

License

\n

MIT © Burak Targaç

\n
", "readmeOriginal": "

\"Excel Excel Parser Processor

\n

A Cross-Platform Desktop App for processing all rows of excel files

\n

Simply generates an array of items from the rows of an excel file and does the repetitive tedious operations step by step\nrecursively till every item of the array is processed. For example downloading all the URL's in an excel file.

\n

\"Dependency\n\"Build\n\"Github\n\"codecov\"\n\"Backers\n\"Sponsors\n\"Open

\n

How to use

\n

You can download the latest release for your operating system\nor build it yourself (see Development).

\n

Just select or drag & drop an excel file, then select the output folder for the downloaded images or files. All of the\nitems in the excel file will be downloaded into the selected folder and you will be notified about the state of ongoing\nprogress.

\n

Sample Excel file structure

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
AB
1https://www.buraktargac.com/sample_image.gifoptional-sample-file-name
2https://www.buraktargac.com/sample_image.pngoptional-sample-file-name
3https://www.buraktargac.com/sample_image.jpg
....
....
nAsset URL ( can be any type of file jpg, jpeg, png, txt, doc, etc)
\n
\n

Currently there is no limit for n, I tested with 4000 items and unless your IP is banned from the publisher there\nis no problem to download as much as you can.

\n

Demo

\n

\"Excel

\n

Development

\n

You need to have Node.js installed on your computer in order to develop & build this app.

\n
$ git clone https://github.com/btargac/excel-parser-processor.git\n$ cd excel-parser-processor\n$ npm install\n$ npm run build\n$ npm start
\n

If you are changing the view or renderer related things, you can use webpack's watch feature with

\n
$ npm run start-renderer-dev
\n

After running this command, you'll see a webpack process watching your files after a new renderer.bundle.js is generated\nyou can refresh the excel parser processor app window with cmd + R or ctrl + R depending on your system.

\n

To generate binaries on your computer after your development is completed, you can run;

\n
$ npm run dist
\n

This will add binaries under /release folder on your project folder.

\n

/release folder is ignored at the repository. Travis will be building the binaries after your branch is merged with master.

\n

Contributors

\n

This project exists thanks to all the people who contribute. [Code of Conduct].\n

\n

Backers

\n

Thank you to all our backers! 🙏 [Become a backer]

\n

\n

Sponsors

\n

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

\n

\n\n\n\n\n\n\n\n\n

\n

License

\n

MIT © Burak Targaç

\n
", - "readmeFetchedAt": "2020-09-17T12:09:19.315Z" + "readmeFetchedAt": "2020-09-18T00:10:40.047Z" }, "esteem-surfer": { "readmeCleaned": "

Esteem Desktop – Hive Desktop Client

\n

🎉 This is the complete source code and the build instructions of the Hive blockchain desktop client Esteem Desktop founded by Feruz M and Lead Surfer Talha, supported by Esteem team and vast Hive community contibutors.

\n

\"Preview

\n

What is already implemented

\n
    \n
  • Surfing your feed and trending/hot stuff
  • \n
  • Creating new posts
  • \n
  • Commenting
  • \n
  • Voting with any %
  • \n
  • Reading replies/comments/mentions
  • \n
  • Drafts synced with Esteem Mobile
  • \n
  • Post Schedules synced with Esteem Mobile
  • \n
  • Bookmarks synced with Esteem Mobile
  • \n
  • Favorites synced with Esteem Mobile
  • \n
  • Comments/Memo Encryption
  • \n
  • Night Mode (Dark Theme)
  • \n
  • Wallet Transfers
  • \n
  • Image Gallery
  • \n
  • Detailed Voters Info
  • \n
  • Witness Voting
  • \n
\n

More functions are coming!

\n

Supported systems

\n
    \n
  • Windows XP - Windows 10
  • \n
  • Mac OS X 10.6 - Mac OS X 10.15
  • \n
  • Ubuntu 12.04 - Ubuntu 19.10
  • \n
  • Fedora 22 - Fedora 24
  • \n
\n

Build instructions

\n

Requirements

\n
    \n
  • node ^6.14.0 || ^8.10.0 || >=9.10.0
  • \n
  • yarn
  • \n
\n

Clone

\n
$ git clone https://github.com/eSteemApp/esteem-surfer\n$ cd esteem-surfer\n
\n

Install dependencies

\n
$ yarn\n
\n

Create a dummy config.js

\n

This is for the backend server configuration. Actual server addresses are not needed for most functions.

\n
$ cp app/config.example.js app/config.js\n
\n

Run in development mode

\n
$ npm run dev\n
\n

Package

\n
$ npm run package\n
\n

Test

\n
$ npm run test\n
\n
", "readmeOriginal": "

Esteem Desktop – Hive Desktop Client

\n

🎉 This is the complete source code and the build instructions of the Hive blockchain desktop client Esteem Desktop founded by Feruz M and Lead Surfer Talha, supported by Esteem team and vast Hive community contibutors.

\n

\"Preview

\n

What is already implemented

\n
    \n
  • Surfing your feed and trending/hot stuff
  • \n
  • Creating new posts
  • \n
  • Commenting
  • \n
  • Voting with any %
  • \n
  • Reading replies/comments/mentions
  • \n
  • Drafts synced with Esteem Mobile
  • \n
  • Post Schedules synced with Esteem Mobile
  • \n
  • Bookmarks synced with Esteem Mobile
  • \n
  • Favorites synced with Esteem Mobile
  • \n
  • Comments/Memo Encryption
  • \n
  • Night Mode (Dark Theme)
  • \n
  • Wallet Transfers
  • \n
  • Image Gallery
  • \n
  • Detailed Voters Info
  • \n
  • Witness Voting
  • \n
\n

More functions are coming!

\n

Supported systems

\n
    \n
  • Windows XP - Windows 10
  • \n
  • Mac OS X 10.6 - Mac OS X 10.15
  • \n
  • Ubuntu 12.04 - Ubuntu 19.10
  • \n
  • Fedora 22 - Fedora 24
  • \n
\n

Build instructions

\n

Requirements

\n
    \n
  • node ^6.14.0 || ^8.10.0 || >=9.10.0
  • \n
  • yarn
  • \n
\n

Clone

\n
$ git clone https://github.com/eSteemApp/esteem-surfer\n$ cd esteem-surfer\n
\n

Install dependencies

\n
$ yarn\n
\n

Create a dummy config.js

\n

This is for the backend server configuration. Actual server addresses are not needed for most functions.

\n
$ cp app/config.example.js app/config.js\n
\n

Run in development mode

\n
$ npm run dev\n
\n

Package

\n
$ npm run package\n
\n

Test

\n
$ npm run test\n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:19.485Z" - }, - "etcd-manager": { - "readmeCleaned": "

ETCD Manager

\n

\"etcd-manager\"

\n\n

\"Alt

\n

\"Alt

\n

\"Alt

\n

This is a free, cross-platform ETCD v3 client and GUI. The goal of the project is twofold:

\n
    \n
  • Provide an efficient, modern GUI for desktop (Windows, Linux, Mac), mobile (iOS and Android) and web.
  • \n
  • Cover all ETCD functionality. Anything you can do with etcdctl, you should be able to do with this tool as well. This app should be useful for simple and power users alike.
  • \n
\n

Please note that currently ETCD V2 API is not supported! At the moment, we support V3 only.

\n

Features

\n

Available now (v1.2)

\n

Currently, the following features are implemented:

\n
    \n
  • Key management:\n
      \n
    • Manage (browse, create, edit, delete) keys.
    • \n
    • Create keys with TTL
    • \n
    • Key browser has multiple views: tree or list with paging.
    • \n
    • Key list live updates: refresh list when the value of any key changes.
    • \n
    • Manage revisions: list revisions of any key and revert to any previous value.
    • \n
    \n
  • \n
  • Settings and config:\n
      \n
    • Able to use multiple config profiles, allowing you to manage any number of ETCD clusters with dedicated settings.
    • \n
    • Import / export settings: save settings to or load from file.
    • \n
    \n
  • \n
  • Authentication and security:\n
      \n
    • Basic authentication: (username / password)
    • \n
    • HTTPS client certificate authentication
    • \n
    • Supports both HTTP and HTTPS (secure) connections
    • \n
    • Supports no auth (ETCD with authentication disabled)
    • \n
    \n
  • \n
  • Other functions:\n
      \n
    • Display basic info about ETCD cluster and its nodes, perform health checks.
    • \n
    • Manage leases: list and revoke leases, view details.
    • \n
    • Manage users: create, update or delete users.
    • \n
    • Manage roles and permissions: create, update delete roles, assign / revoke permissions.
    • \n
    • Manage watchers. Supported event responders: app or desktop notification, app console logger.
    • \n
    • Intranet mode: works without internet connection.
    • \n
    \n
  • \n
\n

Coming up (v1.3)

\n

This release is mainly for contributors. There will be no new features in this one. Instead, we gonna focus solely on making it easier to understand how the code works and how to get started with contributing. In order to achieve this, we'll refactor many parts of the code and we'll also try to provide better documentation for contributors and a project dashboard.

\n

As for refactoring, some of the things we gonna change are:

\n
    \n
  • Better typing (we gonna add missing types, no "any", "unknown" and crap like that)
  • \n
  • Better tests (we are planning to replace Spectron with Cypress)
  • \n
  • Smaller, more focused, easy to maintain components. We are going to to use the Vue 3 Composition API here.
  • \n
  • Better folder structure for source files.
  • \n
  • Proper Dependency Injection support (for services, filters etc).
  • \n
  • Missing something? Please open a feature request!
  • \n
\n

Planned

\n

We plan to add tons of cool features in the future. The most important ones are listed below.:

\n

Features

\n
    \n
  • Watchers: more responders, such as Email, Log to file, Log to REST API as well as app integrations like Slack, Google Chat, Viber etc.
  • \n
  • Cluster: maintenance / admin features and more detailed cluster info
  • \n
  • ETCD Dashboard: live dashboard with graphs.
  • \n
  • Complex queries using transactions.
  • \n
  • Diff tool: compare the revisions of any two keys (much like Total Commander).
  • \n
  • Report generation in different formats (HTML, PDF, XML etc)
  • \n
  • Better in-app console
  • \n
  • ... and much more!
  • \n
\n

Future platforms

\n
    \n
  • Android and iOS
  • \n
  • Web (browser version)
  • \n
\n

A better organized overview of these plans will be available soon. Stay tuned :)

\n

Installation

\n

End users..

\n

The current stable (prod) version is 1.2. It's available for Mac OS X (10.15.5 Catalina+), MS Windows (7, 8, 10+) and some major Linux distros (Ubuntu 10.04+, Arch etc). The following are pre-built binaries and this is the recommended way to install.

\n

If you are using a more or less recent major Linux distro (Ubuntu, Redhat, Suse etc), or Ubuntu LTS or some up-to-date rolling release distro like Arch, everything should work fine. Most older Linux systems should be supported as well. However, very old Linux versions might not work as expected. If you have difficulties installing the app, please report the problem using our issue tracker.

\n

Grab one now:

\n\n

Other packages are available for download as well, please see the releases page.

\n

We are on SnapCraft!

\n

\"Get

\n

Install snap and run the following command:

\n
snap install etcd-manager\n
\n

Contributors..

\n

You may install the dev version by cloning this repository.

\n
git clone https://github.com/i-Cell-Mobilsoft-Open-Source/etcdmanager.git\n
\n

Or you may also install the NPM package (although this is not recommended, since the package might not contain the latest code).

\n

First of all, you must install Yarn. Please see this page for details.

\n
yarn add etcd-manager\ncd node_modules/etcd-manager\n
\n

Please also check out the contribution guide before writing any code.

\n

Running the dev build

\n

Once you have the code, simply execute the following commands:

\n
yarn install\n
\n

The next step is to compile the GRPC Node extension. This requires the usual build tools (gcc, make etc) to be installed. Make sure you have these, then run:

\n
npm rebuild --target=ELECTRON_VERSION --runtime=electron --dist-url=https://atom.io/download/electron\n
\n

... where ELECTRON_VERSION is the exact version number of the Electron framework the app uses. You can determine this by running:

\n
yarn list electron\n
\n

Finally, start the dev server in the following way:

\n
yarn electron:serve\n
\n

This will start a dev build and the app should appear shortly.

\n

Usage and support

\n

First of all, in order to work properly, ETCD Manager must be configured.

\n

You need to provide only two mandatory settings: the host and the port ETCD is running at. You'll find these on the settings screen, under the ETCD tab.\nIf your ETCD host requires authentication, you will also need to provide a password / username pair or certificates / keys, which you can do under the auth tab.\nThere are several additional configuration options, but those are all optional.

\n

Detailed documentation is not available (yet), but you may want to activate quick help, which is available everywhere. Press CTRL / CMD + H to open the help pane. Here you'll find some basic info as well as all the keyboard shortcuts. This should be enough to get you started.

\n

If you still need help, please feel free to contact us. Create a issue (question / support request).

\n

Once the documentation is ready, we'll upload it to the website.

\n

Upgrading

\n

If you've installed the app using the Windows or Mac installer or the Linux AppImage, you'll be notified automatically whenever a new release is available. Simply restart the app, and it'll check for updates.

\n

Otherwise, you have to download and install the new version manually.

\n

As for the dev version, you may update that by the usual means (Yarn or Git). In any case, please read our changelog for an overview of the most recent changes.

\n

Bugs and feature requests

\n

If you find a bug, please report it using our issue tracker.

\n

This is also the place for requesting new features or asking questions. Please label your issue appropriately, use the "bug", "enchantment" and "question" labels, respectively.

\n
", - "readmeOriginal": "

ETCD Manager

\n

\"etcd-manager\"

\n\n

\"Alt

\n

\"Alt

\n

\"Alt

\n

This is a free, cross-platform ETCD v3 client and GUI. The goal of the project is twofold:

\n
    \n
  • Provide an efficient, modern GUI for desktop (Windows, Linux, Mac), mobile (iOS and Android) and web.
  • \n
  • Cover all ETCD functionality. Anything you can do with etcdctl, you should be able to do with this tool as well. This app should be useful for simple and power users alike.
  • \n
\n

Please note that currently ETCD V2 API is not supported! At the moment, we support V3 only.

\n

Features

\n

Available now (v1.2)

\n

Currently, the following features are implemented:

\n
    \n
  • Key management:\n
      \n
    • Manage (browse, create, edit, delete) keys.
    • \n
    • Create keys with TTL
    • \n
    • Key browser has multiple views: tree or list with paging.
    • \n
    • Key list live updates: refresh list when the value of any key changes.
    • \n
    • Manage revisions: list revisions of any key and revert to any previous value.
    • \n
    \n
  • \n
  • Settings and config:\n
      \n
    • Able to use multiple config profiles, allowing you to manage any number of ETCD clusters with dedicated settings.
    • \n
    • Import / export settings: save settings to or load from file.
    • \n
    \n
  • \n
  • Authentication and security:\n
      \n
    • Basic authentication: (username / password)
    • \n
    • HTTPS client certificate authentication
    • \n
    • Supports both HTTP and HTTPS (secure) connections
    • \n
    • Supports no auth (ETCD with authentication disabled)
    • \n
    \n
  • \n
  • Other functions:\n
      \n
    • Display basic info about ETCD cluster and its nodes, perform health checks.
    • \n
    • Manage leases: list and revoke leases, view details.
    • \n
    • Manage users: create, update or delete users.
    • \n
    • Manage roles and permissions: create, update delete roles, assign / revoke permissions.
    • \n
    • Manage watchers. Supported event responders: app or desktop notification, app console logger.
    • \n
    • Intranet mode: works without internet connection.
    • \n
    \n
  • \n
\n

Coming up (v1.3)

\n

This release is mainly for contributors. There will be no new features in this one. Instead, we gonna focus solely on making it easier to understand how the code works and how to get started with contributing. In order to achieve this, we'll refactor many parts of the code and we'll also try to provide better documentation for contributors and a project dashboard.

\n

As for refactoring, some of the things we gonna change are:

\n
    \n
  • Better typing (we gonna add missing types, no \"any\", \"unknown\" and crap like that)
  • \n
  • Better tests (we are planning to replace Spectron with Cypress)
  • \n
  • Smaller, more focused, easy to maintain components. We are going to to use the Vue 3 Composition API here.
  • \n
  • Better folder structure for source files.
  • \n
  • Proper Dependency Injection support (for services, filters etc).
  • \n
  • Missing something? Please open a feature request!
  • \n
\n

Planned

\n

We plan to add tons of cool features in the future. The most important ones are listed below.:

\n

Features

\n
    \n
  • Watchers: more responders, such as Email, Log to file, Log to REST API as well as app integrations like Slack, Google Chat, Viber etc.
  • \n
  • Cluster: maintenance / admin features and more detailed cluster info
  • \n
  • ETCD Dashboard: live dashboard with graphs.
  • \n
  • Complex queries using transactions.
  • \n
  • Diff tool: compare the revisions of any two keys (much like Total Commander).
  • \n
  • Report generation in different formats (HTML, PDF, XML etc)
  • \n
  • Better in-app console
  • \n
  • ... and much more!
  • \n
\n

Future platforms

\n
    \n
  • Android and iOS
  • \n
  • Web (browser version)
  • \n
\n

A better organized overview of these plans will be available soon. Stay tuned :)

\n

Installation

\n

End users..

\n

The current stable (prod) version is 1.2. It's available for Mac OS X (10.15.5 Catalina+), MS Windows (7, 8, 10+) and some major Linux distros (Ubuntu 10.04+, Arch etc). The following are pre-built binaries and this is the recommended way to install.

\n

If you are using a more or less recent major Linux distro (Ubuntu, Redhat, Suse etc), or Ubuntu LTS or some up-to-date rolling release distro like Arch, everything should work fine. Most older Linux systems should be supported as well. However, very old Linux versions might not work as expected. If you have difficulties installing the app, please report the problem using our issue tracker.

\n

Grab one now:

\n\n

Other packages are available for download as well, please see the releases page.

\n

We are on SnapCraft!

\n

\"Get

\n

Install snap and run the following command:

\n
snap install etcd-manager\n
\n

Contributors..

\n

You may install the dev version by cloning this repository.

\n
git clone https://github.com/i-Cell-Mobilsoft-Open-Source/etcdmanager.git\n
\n

Or you may also install the NPM package (although this is not recommended, since the package might not contain the latest code).

\n

First of all, you must install Yarn. Please see this page for details.

\n
yarn add etcd-manager\ncd node_modules/etcd-manager\n
\n

Please also check out the contribution guide before writing any code.

\n

Running the dev build

\n

Once you have the code, simply execute the following commands:

\n
yarn install\n
\n

The next step is to compile the GRPC Node extension. This requires the usual build tools (gcc, make etc) to be installed. Make sure you have these, then run:

\n
npm rebuild --target=ELECTRON_VERSION --runtime=electron --dist-url=https://atom.io/download/electron\n
\n

... where ELECTRON_VERSION is the exact version number of the Electron framework the app uses. You can determine this by running:

\n
yarn list electron\n
\n

Finally, start the dev server in the following way:

\n
yarn electron:serve\n
\n

This will start a dev build and the app should appear shortly.

\n

Usage and support

\n

First of all, in order to work properly, ETCD Manager must be configured.

\n

You need to provide only two mandatory settings: the host and the port ETCD is running at. You'll find these on the settings screen, under the ETCD tab.\nIf your ETCD host requires authentication, you will also need to provide a password / username pair or certificates / keys, which you can do under the auth tab.\nThere are several additional configuration options, but those are all optional.

\n

Detailed documentation is not available (yet), but you may want to activate quick help, which is available everywhere. Press CTRL / CMD + H to open the help pane. Here you'll find some basic info as well as all the keyboard shortcuts. This should be enough to get you started.

\n

If you still need help, please feel free to contact us. Create a issue (question / support request).

\n

Once the documentation is ready, we'll upload it to the website.

\n

Upgrading

\n

If you've installed the app using the Windows or Mac installer or the Linux AppImage, you'll be notified automatically whenever a new release is available. Simply restart the app, and it'll check for updates.

\n

Otherwise, you have to download and install the new version manually.

\n

As for the dev version, you may update that by the usual means (Yarn or Git). In any case, please read our changelog for an overview of the most recent changes.

\n

Bugs and feature requests

\n

If you find a bug, please report it using our issue tracker.

\n

This is also the place for requesting new features or asking questions. Please label your issue appropriately, use the \"bug\", \"enchantment\" and \"question\" labels, respectively.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:19.511Z" + "readmeFetchedAt": "2020-09-18T00:10:40.085Z" }, "extraterm": { "readmeCleaned": "

\"Extraterm

\n

The swiss army chainsaw of terminal emulators

\n

Main website: extraterm.org

\n

\"Build

\n

About

\n

Extraterm is an open source project to build a terminal emulator and expand it with new features to support modern workflows and do more than just act like a glorified teletype.

\n

More background information is in the Why document.

\n
    \n
  • Capture and reuse command output as new command input
  • \n
  • Manipulate and copy text without leaving the keyboard
  • \n
  • Slice and dice command output like a text editor
  • \n
  • Display images directly
  • \n
  • See the Features list for more
  • \n
\n

\"Directly

\n

See the Features and Screenshots

\n

The primary developer is Simon Edwards. Extraterm logos were designed and provided by Gabriel Harel.

\n

Features

\n
    \n
  • Supports Linux and macOS, and on Windows WSL, CMD, PowerShell and Cygwin
  • \n
  • Multiple tabs and panes, split and tiled any way you like
  • \n
  • Images in terminal
  • \n
  • GPU accelerated rendering
  • \n
  • 24 bit color
  • \n
  • Color emoji on all platforms
  • \n
  • Font ligatures
  • \n
  • Keyboard friendly "Command Palette"
  • \n
  • Text selection using cursor/keyboard, block selections, multi-cursor selections
  • \n
  • Text zoom
  • \n
  • Configurable key bindings
  • \n
  • Global shortcuts
  • \n
  • Unicode support
  • \n
  • Search
  • \n
  • Shell integration; can isolate and 'frame' command output. (bash, zsh and fish supported)
  • \n
  • Easy uploads and downloads using the shell integration
  • \n
  • Command output is editable in place. Multi-cursor editing
  • \n
  • Previous command output can be used as input for new commands
  • \n
  • Supports iTerm2 and TextMate themes
  • \n
  • Multiple windows
  • \n
  • MIT license
  • \n
  • ...much more to come
  • \n
\n

See the more detailed features list.

\n

News

\n

News is here

\n

Download

\n

Download and try it out on Linux, Windows+Cygwin and macOS

\n

⚠️ Extraterm is in development and roughly 'beta' in quality. It is generally stable, but don't be too surprised if you encounter a few bugs. Use at your own risk. ⚠️

\n

With that out of the way, the primary author does use it as their main terminal emulator on a daily basis. The basics are in place and it will run most common terminal applications such as vi, emacs and joe without problems and even more demanding applications such as midnight commander.

\n

Nightly builds of the master branch can be downloaded here.

\n

Further Information

\n\n
", "readmeOriginal": "

\"Extraterm

\n

The swiss army chainsaw of terminal emulators

\n

Main website: extraterm.org

\n

\"Build

\n

About

\n

Extraterm is an open source project to build a terminal emulator and expand it with new features to support modern workflows and do more than just act like a glorified teletype.

\n

More background information is in the Why document.

\n
    \n
  • Capture and reuse command output as new command input
  • \n
  • Manipulate and copy text without leaving the keyboard
  • \n
  • Slice and dice command output like a text editor
  • \n
  • Display images directly
  • \n
  • See the Features list for more
  • \n
\n

\"Directly

\n

See the Features and Screenshots

\n

The primary developer is Simon Edwards. Extraterm logos were designed and provided by Gabriel Harel.

\n

Features

\n
    \n
  • Supports Linux and macOS, and on Windows WSL, CMD, PowerShell and Cygwin
  • \n
  • Multiple tabs and panes, split and tiled any way you like
  • \n
  • Images in terminal
  • \n
  • GPU accelerated rendering
  • \n
  • 24 bit color
  • \n
  • Color emoji on all platforms
  • \n
  • Font ligatures
  • \n
  • Keyboard friendly \"Command Palette\"
  • \n
  • Text selection using cursor/keyboard, block selections, multi-cursor selections
  • \n
  • Text zoom
  • \n
  • Configurable key bindings
  • \n
  • Global shortcuts
  • \n
  • Unicode support
  • \n
  • Search
  • \n
  • Shell integration; can isolate and 'frame' command output. (bash, zsh and fish supported)
  • \n
  • Easy uploads and downloads using the shell integration
  • \n
  • Command output is editable in place. Multi-cursor editing
  • \n
  • Previous command output can be used as input for new commands
  • \n
  • Supports iTerm2 and TextMate themes
  • \n
  • Multiple windows
  • \n
  • MIT license
  • \n
  • ...much more to come
  • \n
\n

See the more detailed features list.

\n

News

\n

News is here

\n

Download

\n

Download and try it out on Linux, Windows+Cygwin and macOS

\n

⚠️ Extraterm is in development and roughly 'beta' in quality. It is generally stable, but don't be too surprised if you encounter a few bugs. Use at your own risk. ⚠️

\n

With that out of the way, the primary author does use it as their main terminal emulator on a daily basis. The basics are in place and it will run most common terminal applications such as vi, emacs and joe without problems and even more demanding applications such as midnight commander.

\n

Nightly builds of the master branch can be downloaded here.

\n

Further Information

\n\n
", - "readmeFetchedAt": "2020-09-17T12:09:19.586Z" + "readmeFetchedAt": "2020-09-18T00:10:40.098Z" }, "exifcleaner": { "readmeCleaned": "

ExifCleaner

\n

\"Version\" \"Total

\n
\n

Desktop app to clean metadata from images, videos, PDFs, and other files.

\n
\n

\"ExifCleaner

\n

Benefits

\n
    \n
  • Fast
  • \n
  • Drag & Drop
  • \n
  • Free and open source (MIT)
  • \n
  • Windows, Mac, and Linux
  • \n
  • Supports popular image formats such as PNG, JPG, GIF, and TIFF
  • \n
  • Supports popular video formats such as M4A, MOV, and MP4
  • \n
  • Supports PDF documents
  • \n
  • Batch-processing
  • \n
  • Multi-core support
  • \n
  • Dark mode (automatic)
  • \n
  • No automatic updates or network traffic
  • \n
  • Relatively few NPM dependencies (no JS frameworks)
  • \n
\n

Drawbacks

\n
    \n
  • Executable size ~200MB (Electron app)
  • \n
  • Memory usage ~120MB (Electron app)
  • \n
\n

Install

\n

Linux, macOS 10.10+, and Windows 7+ are supported (64-bit only).

\n\n

For Linux, The AppImage needs to be made executable after download.

\n

Links

\n\n

Supported File Types

\n

Below is a full list of supported file types that ExifCleaner will remove metadata for. It's based on which file types ExifTool supports write operations for.

\n
    \n
  • 3G2, 3GP2 – 3rd Gen. Partnership Project 2 a/v (QuickTime-based)
  • \n
  • 3GP, 3GPP – 3rd Gen. Partnership Project a/v (QuickTime-based)
  • \n
  • AAX – Audible Enhanced Audiobook (QuickTime-based)
  • \n
  • AI, AIT – Adobe Illustrator [Template] (PS or PDF)
  • \n
  • ARQ – Sony Alpha Pixel-Shift RAW (TIFF-based)
  • \n
  • ARW – Sony Alpha RAW (TIFF-based)
  • \n
  • AVIF – AV1 Image File Format (QuickTime-based)
  • \n
  • CR2 – Canon RAW 2 (TIFF-based) (CR2 spec)
  • \n
  • CR3 – Canon RAW 3 (QuickTime-based) (CR3 spec)
  • \n
  • CRM – Canon RAW Movie (QuickTime-based)
  • \n
  • CRW, CIFF – Canon RAW Camera Image File Format (CRW spec)
  • \n
  • CS1 – Sinar CaptureShop 1-shot RAW (PSD-based)
  • \n
  • DCP DNG – Camera Profile (DNG-like)
  • \n
  • DNG – Digital Negative (TIFF-based)
  • \n
  • DR4 – Canon DPP version 4 Recipe
  • \n
  • DVB – Digital Video Broadcasting (QuickTime-based)
  • \n
  • EPS, EPSF, PS – [Encapsulated] PostScript Format
  • \n
  • ERF – Epson RAW Format (TIFF-based)
  • \n
  • EXIF – Exchangeable Image File Format metadata (TIFF-based)
  • \n
  • EXV – Exiv2 metadata file (JPEG-based)
  • \n
  • F4A, F4B, F4P, F4V – Adobe Flash Player 9+ Audio/Video (QuickTime-based)
  • \n
  • FFF – Hasselblad Flexible File Format (TIFF-based)
  • \n
  • FLIF – Free Lossless Image Format
  • \n
  • GIF – Compuserve Graphics Interchange Format
  • \n
  • GPR – GoPro RAW (DNG-based)
  • \n
  • HDP, WDP, JXR – Windows HD Photo / Media Photo / JPEG XR (TIFF-based)
  • \n
  • HEIC, HEIF – High Efficiency Image Format (QuickTime-based)
  • \n
  • ICC, ICM – International Color Consortium color profile
  • \n
  • IIQ – Phase One Intelligent Image Quality RAW (TIFF-based)
  • \n
  • IND, INDD, INDT – Adobe InDesign Document/Template
  • \n
  • INSP – Insta360 Picture (JPEG-based)
  • \n
  • JP2, JPF, JPM, JPX – JPEG 2000 image [Compound/Extended]
  • \n
  • JPEG, JPG, JPE – Joint Photographic Experts Group image
  • \n
  • LRV – Low-Resolution Video (QuickTime-based)
  • \n
  • M4A, M4B, M4P, M4V – MPEG-4 Audio/Video (QuickTime-based)
  • \n
  • MEF – Mamiya (RAW) Electronic Format (TIFF-based)
  • \n
  • MIE – Meta Information Encapsulation (MIE specification)
  • \n
  • MOS – Creo Leaf Mosaic (TIFF-based)
  • \n
  • MOV, QT – Apple QuickTime Movie
  • \n
  • MP4 – Motion Picture Experts Group version 4 (QuickTime-based)
  • \n
  • MPO – Extended Multi-Picture format (JPEG with MPF extensions)
  • \n
  • MQV – Sony Mobile QuickTime Video
  • \n
  • NEF – Nikon (RAW) Electronic Format (TIFF-based)
  • \n
  • NRW – Nikon RAW (2) (TIFF-based)
  • \n
  • ORF – Olympus RAW Format (TIFF-based)
  • \n
  • PDF – Adobe Portable Document Format
  • \n
  • PEF – Pentax (RAW) Electronic Format (TIFF-based)
  • \n
  • PNG, JNG, MNG – Portable/JPEG/Multiple-image Network Graphics
  • \n
  • PPM, PBM, PGM – Portable Pixel/Bit/Gray Map
  • \n
  • PSD, PSB, PSDT – PhotoShop Document / Large Document / Template
  • \n
  • QTIF, QTI, QIF – QuickTime Image File
  • \n
  • RAF – FujiFilm RAW Format
  • \n
  • RAW – Panasonic RAW (TIFF-based)
  • \n
  • RW2 – Panasonic RAW 2 (TIFF-based)
  • \n
  • RWL – Leica RAW (TIFF-based)
  • \n
  • SR2 – Sony RAW 2 (TIFF-based)
  • \n
  • SRW – Samsung RAW format (TIFF-based)
  • \n
  • THM – Thumbnail image (JPEG)
  • \n
  • TIFF, TIF – Tagged Image File Format
  • \n
  • VRD – Canon DPP Recipe Data
  • \n
  • X3F – Sigma/Foveon RAW
  • \n
  • XMP – Extensible Metadata Platform sidecar file
  • \n
\n

Translations

\n

New translations and corrections to existing translations are welcome! See the Adding a Translation section. Here is the current translations status:

\n
    \n
  • French
  • \n
  • German needs translation
  • \n
  • Italian needs translation
  • \n
  • Japanese by @AKKED
  • \n
  • Polish by @m1chu
  • \n
  • Russian needs translation
  • \n
  • Spanish by @ff-ss (Francisco)
  • \n
\n

Development

\n

Built with Electron. Uses node-exiftool as a wrapper for Exiftool binaries. To see the current list of NPM dependencies, run:

\n
yarn list --production
\n

Run the app in dev mode

\n

Clone the repository and cd into the directory.

\n
git clone https://github.com/szTheory/exifcleaner.git\ncd exifcleaner
\n

Next, install the NPM package dependencies.

\n
yarn install
\n

Pull down the latest ExifTool binaries:

\n
yarn run update-exiftool
\n

Finally, launch the application. This supports Hot Module Reload (HMR) so you will automatically see your changes every time you save a file.

\n
yarn run dev
\n

Contributing

\n

This app is mostly feature complete. I want to keep it simple and not add a bunch of bloat to it. And I want to avoid release churn. That said, there are a couple small features that might be worth adding. And there are a few minor bugs or points of cleanup that would be worth polishing. If you'd like to help check out the Issue Tracker which contains an exhaustive list of known issues. Just pick one and submit a Pull Request or leave a comment and I can provide guidance or help if you need it. Make sure to test the app out to see if it still works though. There isn't much going on in this app so it should be easy enough to do. I might add some automated tests later on to help with this. For now it's just been me working on the app so manual testing has worked out fine.

\n

TypeScript code is formatted using Prettier.

\n

Adding a Translation

\n

Adding a translation is easy. All you have to do is go to the translation list, click on "Edit this file", and add an entry for the new language underneath the other ones. So for example if you wanted to add a Spanish translation, where it says:

\n
"empty.title": {\n  "en": "No files selected",\n  "fr": "Aucun fichier sélectionné"\n},
\n

You just add a line for "es" (list of language codes here) underneath the other ones:

\n
"empty.title": {\n  "en": "No files selected",\n  "fr": "Aucun fichier sélectionné",\n  "es": "Spanish translation here"\n},
\n

and repeat that pattern for each of the entries. That's probably the easiest way to contribute. If you want to be able to see all of your translations working in a live app before submitting, you can also do this:

\n
    \n
  1. Fork the project on Github
  2. \n
  3. Follow the directions here to get ExifCleaner running in development mode on your computer
  4. \n
  5. Then update the strings.json file as mentioned above, and quit the program and relaunch it to see your changes. When you're finished, commit your changes from the command line with for example git commit -am "Finished adding translations". Then run git push origin master, and go to the project URL your forked it to (for example https://github.com/myusernamehere/exifcleaner) and click the button to open a new Pull Request.
  6. \n
\n

If you want to run the app with a specific locale without changing your system preferences, use the following command. In this example ExifCleaner will start in Polish.

\n
yarn run dev --lang=pl
\n

Let me know if you run into any issues, I can guide you through the process if you get stuck.

\n

Linux AppImage Notes

\n

To mount the AppImage and inspect it's contents:

\n
./ExifCleaner-x.y.z.AppImage --appimage-mount
\n

Where x.y.z is the release version number

\n

Smoke test checklist for new releases

\n

On all platforms:

\n
    \n
  • Linux
  • \n
  • Windows
  • \n
  • Mac
  • \n
\n

Perform the following manual tests before a release:

\n
    \n
  • Drag and drop hundreds of files
  • \n
  • File -> Open dialog
  • \n
  • Switch locale to each language and check translations
  • \n
  • Switch between light and dark mode
  • \n
  • Open "About" dialog
  • \n
\n

Publishing a new release

\n

This section is really for my own reference when publishing a new release.

\n

Bump the version with release:

\n
yarn run release
\n

When the Github release page comes up, mark it as draft. Then run the publish command:

\n
yarn run publish
\n

Once you're happy with the release and want to finalize it, remove the draft flag on the Github releases page.

\n

Contributors

\n

Thanks to all the people who submitted bug reports and fixes. I've tried to include everyone so if I've missed you it was by accident, just let me know and I'll add you.

\n
    \n
  • @m1chu - Polish translation, fix for Mac dock bug on non-Mac platforms, help debugging Unicode filename bug
  • \n
  • @LukasThyWalls - help debugging Unicode filename bug, feature suggestions
  • \n
  • @AKKED - Japanese translation, help debugging Unicode filename bug
  • \n
  • @TomasGutierrez0 - help auditing ExifTool dependency
  • \n
  • @5a384507-18ce-417c-bb55-d4dfcc8883fe - help debugging initial Linux version
  • \n
  • @totoroot - help debugging Linux AppImage installer, usability feedback, feature suggestions
  • \n
  • @Scopuli - help debugging Linux AppImage installer
  • \n
  • @Tox86 - found broken Settings menu item bug
  • \n
  • @ff-ss (Francisco) - Spanish translation
  • \n
\n
", "readmeOriginal": "

ExifCleaner

\n

\"Version\" \"Total

\n
\n

Desktop app to clean metadata from images, videos, PDFs, and other files.

\n
\n

\"ExifCleaner

\n

Benefits

\n
    \n
  • Fast
  • \n
  • Drag & Drop
  • \n
  • Free and open source (MIT)
  • \n
  • Windows, Mac, and Linux
  • \n
  • Supports popular image formats such as PNG, JPG, GIF, and TIFF
  • \n
  • Supports popular video formats such as M4A, MOV, and MP4
  • \n
  • Supports PDF documents
  • \n
  • Batch-processing
  • \n
  • Multi-core support
  • \n
  • Dark mode (automatic)
  • \n
  • No automatic updates or network traffic
  • \n
  • Relatively few NPM dependencies (no JS frameworks)
  • \n
\n

Drawbacks

\n
    \n
  • Executable size ~200MB (Electron app)
  • \n
  • Memory usage ~120MB (Electron app)
  • \n
\n

Install

\n

Linux, macOS 10.10+, and Windows 7+ are supported (64-bit only).

\n\n

For Linux, The AppImage needs to be made executable after download.

\n

Links

\n\n

Supported File Types

\n

Below is a full list of supported file types that ExifCleaner will remove metadata for. It's based on which file types ExifTool supports write operations for.

\n
    \n
  • 3G2, 3GP2 – 3rd Gen. Partnership Project 2 a/v (QuickTime-based)
  • \n
  • 3GP, 3GPP – 3rd Gen. Partnership Project a/v (QuickTime-based)
  • \n
  • AAX – Audible Enhanced Audiobook (QuickTime-based)
  • \n
  • AI, AIT – Adobe Illustrator [Template] (PS or PDF)
  • \n
  • ARQ – Sony Alpha Pixel-Shift RAW (TIFF-based)
  • \n
  • ARW – Sony Alpha RAW (TIFF-based)
  • \n
  • AVIF – AV1 Image File Format (QuickTime-based)
  • \n
  • CR2 – Canon RAW 2 (TIFF-based) (CR2 spec)
  • \n
  • CR3 – Canon RAW 3 (QuickTime-based) (CR3 spec)
  • \n
  • CRM – Canon RAW Movie (QuickTime-based)
  • \n
  • CRW, CIFF – Canon RAW Camera Image File Format (CRW spec)
  • \n
  • CS1 – Sinar CaptureShop 1-shot RAW (PSD-based)
  • \n
  • DCP DNG – Camera Profile (DNG-like)
  • \n
  • DNG – Digital Negative (TIFF-based)
  • \n
  • DR4 – Canon DPP version 4 Recipe
  • \n
  • DVB – Digital Video Broadcasting (QuickTime-based)
  • \n
  • EPS, EPSF, PS – [Encapsulated] PostScript Format
  • \n
  • ERF – Epson RAW Format (TIFF-based)
  • \n
  • EXIF – Exchangeable Image File Format metadata (TIFF-based)
  • \n
  • EXV – Exiv2 metadata file (JPEG-based)
  • \n
  • F4A, F4B, F4P, F4V – Adobe Flash Player 9+ Audio/Video (QuickTime-based)
  • \n
  • FFF – Hasselblad Flexible File Format (TIFF-based)
  • \n
  • FLIF – Free Lossless Image Format
  • \n
  • GIF – Compuserve Graphics Interchange Format
  • \n
  • GPR – GoPro RAW (DNG-based)
  • \n
  • HDP, WDP, JXR – Windows HD Photo / Media Photo / JPEG XR (TIFF-based)
  • \n
  • HEIC, HEIF – High Efficiency Image Format (QuickTime-based)
  • \n
  • ICC, ICM – International Color Consortium color profile
  • \n
  • IIQ – Phase One Intelligent Image Quality RAW (TIFF-based)
  • \n
  • IND, INDD, INDT – Adobe InDesign Document/Template
  • \n
  • INSP – Insta360 Picture (JPEG-based)
  • \n
  • JP2, JPF, JPM, JPX – JPEG 2000 image [Compound/Extended]
  • \n
  • JPEG, JPG, JPE – Joint Photographic Experts Group image
  • \n
  • LRV – Low-Resolution Video (QuickTime-based)
  • \n
  • M4A, M4B, M4P, M4V – MPEG-4 Audio/Video (QuickTime-based)
  • \n
  • MEF – Mamiya (RAW) Electronic Format (TIFF-based)
  • \n
  • MIE – Meta Information Encapsulation (MIE specification)
  • \n
  • MOS – Creo Leaf Mosaic (TIFF-based)
  • \n
  • MOV, QT – Apple QuickTime Movie
  • \n
  • MP4 – Motion Picture Experts Group version 4 (QuickTime-based)
  • \n
  • MPO – Extended Multi-Picture format (JPEG with MPF extensions)
  • \n
  • MQV – Sony Mobile QuickTime Video
  • \n
  • NEF – Nikon (RAW) Electronic Format (TIFF-based)
  • \n
  • NRW – Nikon RAW (2) (TIFF-based)
  • \n
  • ORF – Olympus RAW Format (TIFF-based)
  • \n
  • PDF – Adobe Portable Document Format
  • \n
  • PEF – Pentax (RAW) Electronic Format (TIFF-based)
  • \n
  • PNG, JNG, MNG – Portable/JPEG/Multiple-image Network Graphics
  • \n
  • PPM, PBM, PGM – Portable Pixel/Bit/Gray Map
  • \n
  • PSD, PSB, PSDT – PhotoShop Document / Large Document / Template
  • \n
  • QTIF, QTI, QIF – QuickTime Image File
  • \n
  • RAF – FujiFilm RAW Format
  • \n
  • RAW – Panasonic RAW (TIFF-based)
  • \n
  • RW2 – Panasonic RAW 2 (TIFF-based)
  • \n
  • RWL – Leica RAW (TIFF-based)
  • \n
  • SR2 – Sony RAW 2 (TIFF-based)
  • \n
  • SRW – Samsung RAW format (TIFF-based)
  • \n
  • THM – Thumbnail image (JPEG)
  • \n
  • TIFF, TIF – Tagged Image File Format
  • \n
  • VRD – Canon DPP Recipe Data
  • \n
  • X3F – Sigma/Foveon RAW
  • \n
  • XMP – Extensible Metadata Platform sidecar file
  • \n
\n

Translations

\n

New translations and corrections to existing translations are welcome! See the Adding a Translation section. Here is the current translations status:

\n
    \n
  • French
  • \n
  • German needs translation
  • \n
  • Italian needs translation
  • \n
  • Japanese by @AKKED
  • \n
  • Polish by @m1chu
  • \n
  • Russian needs translation
  • \n
  • Spanish by @ff-ss (Francisco)
  • \n
\n

Development

\n

Built with Electron. Uses node-exiftool as a wrapper for Exiftool binaries. To see the current list of NPM dependencies, run:

\n
yarn list --production
\n

Run the app in dev mode

\n

Clone the repository and cd into the directory.

\n
git clone https://github.com/szTheory/exifcleaner.git\ncd exifcleaner
\n

Next, install the NPM package dependencies.

\n
yarn install
\n

Pull down the latest ExifTool binaries:

\n
yarn run update-exiftool
\n

Finally, launch the application. This supports Hot Module Reload (HMR) so you will automatically see your changes every time you save a file.

\n
yarn run dev
\n

Contributing

\n

This app is mostly feature complete. I want to keep it simple and not add a bunch of bloat to it. And I want to avoid release churn. That said, there are a couple small features that might be worth adding. And there are a few minor bugs or points of cleanup that would be worth polishing. If you'd like to help check out the Issue Tracker which contains an exhaustive list of known issues. Just pick one and submit a Pull Request or leave a comment and I can provide guidance or help if you need it. Make sure to test the app out to see if it still works though. There isn't much going on in this app so it should be easy enough to do. I might add some automated tests later on to help with this. For now it's just been me working on the app so manual testing has worked out fine.

\n

TypeScript code is formatted using Prettier.

\n

Adding a Translation

\n

Adding a translation is easy. All you have to do is go to the translation list, click on \"Edit this file\", and add an entry for the new language underneath the other ones. So for example if you wanted to add a Spanish translation, where it says:

\n
\"empty.title\": {\n  \"en\": \"No files selected\",\n  \"fr\": \"Aucun fichier sélectionné\"\n},
\n

You just add a line for \"es\" (list of language codes here) underneath the other ones:

\n
\"empty.title\": {\n  \"en\": \"No files selected\",\n  \"fr\": \"Aucun fichier sélectionné\",\n  \"es\": \"Spanish translation here\"\n},
\n

and repeat that pattern for each of the entries. That's probably the easiest way to contribute. If you want to be able to see all of your translations working in a live app before submitting, you can also do this:

\n
    \n
  1. Fork the project on Github
  2. \n
  3. Follow the directions here to get ExifCleaner running in development mode on your computer
  4. \n
  5. Then update the strings.json file as mentioned above, and quit the program and relaunch it to see your changes. When you're finished, commit your changes from the command line with for example git commit -am \"Finished adding translations\". Then run git push origin master, and go to the project URL your forked it to (for example https://github.com/myusernamehere/exifcleaner) and click the button to open a new Pull Request.
  6. \n
\n

If you want to run the app with a specific locale without changing your system preferences, use the following command. In this example ExifCleaner will start in Polish.

\n
yarn run dev --lang=pl
\n

Let me know if you run into any issues, I can guide you through the process if you get stuck.

\n

Linux AppImage Notes

\n

To mount the AppImage and inspect it's contents:

\n
./ExifCleaner-x.y.z.AppImage --appimage-mount
\n

Where x.y.z is the release version number

\n

Smoke test checklist for new releases

\n

On all platforms:

\n
    \n
  • Linux
  • \n
  • Windows
  • \n
  • Mac
  • \n
\n

Perform the following manual tests before a release:

\n
    \n
  • Drag and drop hundreds of files
  • \n
  • File -> Open dialog
  • \n
  • Switch locale to each language and check translations
  • \n
  • Switch between light and dark mode
  • \n
  • Open \"About\" dialog
  • \n
\n

Publishing a new release

\n

This section is really for my own reference when publishing a new release.

\n

Bump the version with release:

\n
yarn run release
\n

When the Github release page comes up, mark it as draft. Then run the publish command:

\n
yarn run publish
\n

Once you're happy with the release and want to finalize it, remove the draft flag on the Github releases page.

\n

Contributors

\n

Thanks to all the people who submitted bug reports and fixes. I've tried to include everyone so if I've missed you it was by accident, just let me know and I'll add you.

\n
    \n
  • @m1chu - Polish translation, fix for Mac dock bug on non-Mac platforms, help debugging Unicode filename bug
  • \n
  • @LukasThyWalls - help debugging Unicode filename bug, feature suggestions
  • \n
  • @AKKED - Japanese translation, help debugging Unicode filename bug
  • \n
  • @TomasGutierrez0 - help auditing ExifTool dependency
  • \n
  • @5a384507-18ce-417c-bb55-d4dfcc8883fe - help debugging initial Linux version
  • \n
  • @totoroot - help debugging Linux AppImage installer, usability feedback, feature suggestions
  • \n
  • @Scopuli - help debugging Linux AppImage installer
  • \n
  • @Tox86 - found broken Settings menu item bug
  • \n
  • @ff-ss (Francisco) - Spanish translation
  • \n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:19.594Z" + "readmeFetchedAt": "2020-09-18T00:10:40.142Z" }, - "explorer": { - "readmeCleaned": "

Introduction

\n

This Explorer allows to perform various statistical analyses and data mining operations in a very easy and intuitive way. As the name implies, this software aims at exploring data and getting quick insight of the order of magnitude of the observed objects. That's why it does focus on graphical representation and mouse driven operations, unlike the traditional statistical tools cluttered with numerous dialog boxes and lists with five decimal figures. You can, however, have the detailed numbers once your analysis is completed.

\n

Videos

\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n
Overview\n\t\t\n\t\t\t\n\t\t \n\t\t\n\t\t\t\n\t\t
Contingency table\n\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t
Weather data\n\t\t\n\t\t\t\n\t\t\n\t\n\t\t\n\t\t\t\n\t\t\n\t
Animation \n\t\t\n\t\t\t\n\t\t\n\t\n\t\t\n\t\t\t\n\t\t\n\t
\n

Screenshots

\n

\"explorer\n\"explorer

\n\n

Installation and run

\n

The Explorer is written in javascript and built with electron,

\n
OSX
\n

Download the latest version for darwin from the release page.

\n
Windows
\n

Download the latest version corresponding to your system (32bit or 64bit) from the release page. The application is bundled into a single exe file, thanks to BoxedApp Packer .

\n
Linux
\n

Follow the "Build from source" instructions below.

\n

Build from Source

\n

Should you want to go the Build & Deploy route -you'll require node.js (developed\non v6.1.0, confirmed to work on v4.7.3) and npm (comes with node.js, developed using v3.9.5, confirmed to work on v2.15.11).

\n

Download and unzip the Source files (zip or tar.gz) from the the release page, or clone the repository:

\n
git clone https://github.com/jfbouzereau/explorer.git
\n

Enter the Explorer's directory with cd explorer-1.x/app (if you downloaded it from Releases) or cd explorer/app (if you cloned the repository).

\n

Install the dependencies:

\n
npm install
\n

And launch the app:

\n
npm start
\n

Data loading

\n

At launch time, the Explorer shows a window to choose the dataset to use. You can either drag and drop a file from your computer desktop, or click the clipboard button.

\n

\"explorer

\n

Various file formats are accepted :

\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\t\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\t\n\t\n\n\t\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n
SourceFile extensionRemarks
Accessmdb , accdbAccess 2000 or higher
ARFF / KEEL*No comments at the beginning of the file.
\n\tThe first line must be @relation \n\t
BigQuery*A config file with a content like this:
\nBigQuery
\nclient_secret:/full/path/to/my_private_key.json
\nquery:select * from lookerdata:cdc.project_tycho_reports limit 1000
\ntimeout:60000
\n\t
dBasedbf
ExcelxlsxThe names of the fields are expected at the top of the columns
JMPjmp
JSON file*A JSON array of records
LIMDEP / NLOGITlpj
MINITABmtw
MLwiNwsUncompressed format only
MongoDB*A config file with a content like this:

\n\t\tmongodb
\n\t\thost:192.168.0.121:27017
\n\t\tdatabase:geo
\n\t\tcollection:countries
\n\t\tquery:{cont:{$eq:"EU"},pop:{$gt:50000000}}
\n\t
Mysql*A config file with a content like this:

\nmysql
\nhost:192.168.0.2
\nuser:bob
\npassword:secret
\ndatabase:test
\nquery:select * from mytable
\n\t
Postgres*A config file with a content like this:

\npostgres
\nhost:192.168.0.2
\nuser:bob
\npassword:secret
\ndatabase:test
\nquery:select * from mytable
\n
\nor:
\npostgres
\nconnection:bob:secret@192.168.0.2/test
\nquery:select * from mytable
\n\t
RrdbBinary format only
SASsas7bdatUncompressed format only
SPLUSsdd
SPSSsavUncompressed format only
SQL Server*A config file with a content like this:

\n\t\tmssql
\n\t\thost:192.168.0.121
\n\t\tusername:bob
\n\t\tpassword:secret
\n\t\tquery:select * from mytable
\n\t
StatadtaStata 8 or higher
Tabular file*The names of the fields are expected on the first line
Bzip2 filebz2The uncompressed file must be in one of the previous formats
Gzip filegzThe uncompressed file must be in one of the previous formats
Web file*Contains the url of the data. The remote file must be in one of the previous formats
\n

If you click the clipboard button, the data must be in tabular form, with the name of the fields on the first line.

\n

Main window

\n

Once the data have been successfully loaded, the main window is displayed :

\n

\"workspace\"

\n

Here are the elements of the interface :

\n
    \n
  1. \n

    List of the categorical fields (aka "the pink zone"). By default only 10 fields are displayed. To resize the list, move the mouse just below the list and drag to shrink or extend the list. To scroll the list, move the mouse to the right of the list.

    \n
  2. \n
  3. \n

    Icons of the existing analyses (graphs). To run a new analysis, just drag its icon to the workspace.

    \n
  4. \n
  5. \n

    List of the numerical fields (aka "the blue zone"). By default only 10 fields are displayed. To resize the list, move the mouse just below the list and drag to shrink or extend the list. To scroll the list, move the mouse to the right of the list.

    \n
  6. \n
  7. \n

    Icons of the tools

    \n
  8. \n
  9. \n

    Status bar. This area gives at any time details about the object under the mouse, or the action your are about to do.

    \n
  10. \n
  11. \n

    Dock This area is used to keep graphs that are temporarily removed from the workspace.

    \n
  12. \n
  13. \n

    Version number

    \n
  14. \n
  15. \n

    Memory usage

    \n
  16. \n
  17. \n

    Workspace. This area is where the graphs are created and arranged.

    \n
  18. \n
\n

Graph

\n

To create a new graph, drag its icon to the workspace. Alternatively if you dont know which icon to look at, you can right-click or control-click on the workspace to get a menu with all the possible analyses.

\n

A graph is represented by an area with different noticeable parts :\n\"graph\"

\n
    \n
  1. \n

    Close box. Click on this box to close the graph. All the computations done will be lost.

    \n
  2. \n
  3. \n

    Option menu. Some graphs have different ways of representing the results. In that case click on this sign to bring up the menu to choose from. Alternatively, right-click or control-click within the graph.

    \n
  4. \n
  5. \n

    Title bar. This area shows the current selection (see below). Click on this area to drag the graph around.

    \n
  6. \n
  7. \n

    Slots. These are the places where you can define the parameters of the analysis. Depending on the graph, different combinations of slots are shown. On a pink slot you can drag a categorical field. On a blue slot you can drag a numerical slot. Parameters can be swapped by dragging from one slot to another one ( of the same graph, and of the same color ).

    \n
  8. \n
  9. \n

    Resize box. Click on this box and drag to resize the graph.

    \n
  10. \n
\n

To change the type of a graph, drag the icon of the new type onto the graph. The new analysis will retain the parameters and selection of the previous one.

\n

Selection

\n

Every analysis can be restricted to a part of the data only. The set of observations (records) currently processed by a graph is named the selection, and is displayed in the title bar .\nInitially, the selection consists of all the observations, and the title is blank.

\n
Selection based on a categorical field
\n
    \n
  • Use a type of graph that allows to split the dataset into the desired groups : pie chart, bar chart, treemap.
  • \n
  • Drag the slice of the group to be processed out of the graph, onto the workspace.
  • \n
  • This creates a new pie chart with a selection equal to the slice's category.
  • \n
  • Drag the icon of the wanted analysis onto this second graph. It will change its type, but will retain the selection. The type of graph can be changed as many times as wished, all the analyses will be conducted on the same selection.
  • \n
\n

Conversely, the selection of an existing graph can be changed by dragging a pie slice onto its\ntitle. This allows to conduct successively the same analysis on different parts of the data.

\n
Selection based on a numerical field
\n
    \n
  • Drag a numerical field from the blue zone to the title of an existing graph. The selection will consists of all the observations with a non-null value of the field. Typically a dummy variable (with values 0 or 1) would be used for this, but not necessarily.
  • \n
\n
Combining selections
\n

Dragging a slice to the title of a graph which already has a selection will combine the two\nsets.

\n

If the two variables are the same, the resulting selection will be the union of the two sets. Example: a pie graph splits the data into Apples, Pears, Peaches, and Apricots. If you drag the apple slice to the title of another graph, the selection will be Apples. If you then drag the peach slice to the title of the graph, the selection will be Apples + Peaches

\n

If the two variables are not the same, the resulting selection will be the intersection of the two sets. Example : a pie graph splits the data into Apples, Pears, Peaches and Apricots. If you drag the apple slice to the title of another graph, the selection will be Apples. If you change the variable defining the pie to split the data into Organic and Non-Organic, and drag the Organic\nslice to the title of the second graph, the selection will be Apples AND Organic.

\n

Conversions

\n

When loading the data, the Explorer identifies fields containing only numbers as numeric, and all others fields as categorical. Sometimes it is desirable to change this. Several possibilities exist.

\n
    \n
  • \n

    Drag a numerical field to the pink zone. The field is converted to categorical, the values are the same but as strings of characters.

    \n
  • \n
  • \n

    Drag a categorical field to the blue zone. Each category gives a dummy variable of the same name, Therefore, there are as many dummies as categories of the initial field, and all the dummies are exclusive. Example : COLOR is the categorical field converted:

    \n
  • \n
\n

Original data:

\n\n\n\n\n\n\n
IDCOLOR
1Blue
2Red
3Green
4Red
\n

Data after the conversion

\n\n\n\n\n\n\n
IDBlueRedGreen
1100
2010
3001
4010
\n
    \n
  • Drag the special numerical field "1" to the pink zone. This "pivots" the data. Each numerical field becomes a category of a new PIVOT field, whose value is in a new COUNT field.\nEach original record gives as many records as the number of numerical fields. Example: HEIGHT, WIDTH and DEPTH are the numerical fields.
  • \n
\n

Original data :

\n\n\n\n\n\n
IDCOLORHEIGHTWIDTHDEPTH
1Blue1422511
2Red1751216
3Green1094814
\n

Data after the pivot :

\n\n\n\n\n\n\n\n\n\n\n\n
IDCOLORPIVOTCOUNT
1BlueHEIGHT142
1BlueWIDTH25
1BlueDEPTH11
2RedHEIGHT175
2RedWIDTH12
2RedDEPTH16
3GreenHEIGHT109
3GreenWIDTH48
3GreenDEPTH14

Units

    \n
  • \n

    All the analyses applied to categorical fields (whose icon is pink) count the observations. For example in a pie chart the slices are proportional to the number of observations of each category. Sometimes the counts have to be weighted. This is done by changing the "unit" of the graph, by dragging a numerical field onto the graph. The title of the graph is turned blue to indicate that the counts are weighted. The status bar also shows the values or percentages in the new unit. To remove the unit and go back to the normal counting, drag the special field "1" onto the graph.

    \n
  • \n
  • \n

    All the analyses that represents datapoints in a 2D plane ( scatter plot, PCA, discriminant analysis, ternary plot, etc) can also be modified. If a numerical field is set as unit, the datapoints are displayed as circles whose size is proportional to the unit :

    \n
  • \n

\"balloons\"

Tools

Here are the various tools proposed by the toolbar at the bottom of the screen :

\"graph\"

    \n
  • \n

    Sort : drag this icon onto a field, or drag a field onto this icon to sort the data in ascending order. Do the same sort again to sort in descending order. The sort is stable : to sort the data by a key consisting of field1,field2,field3, you must sort by field3 first, then field2, and finally field1.

    \n
  • \n
  • \n

    Clone. Drag this icon onto a graph to get a copy of it, with the same parameters. If the computation is slow, this allows to bypass the second computation.

    \n
  • \n
  • \n

    Add : Drag this icon to the pink or blue zone to create a new field. See below.

    \n
  • \n
  • \n

    Help. Drag this icon onto a graph to get some informations about the analysis, the results produced, the representation options, and the possible actions.

    \n
  • \n
  • \n

    Picture : Drag this icon onto a graph to get its image in png format.

    \n
  • \n
  • \n

    Table : Drag this icon to the pink or blue zone to get a table of the values of the dataset.\nDrag this icon onto a graph to get a table of the numerical results. They can be copied to the clipboard ( with control-C or command-C ) and pasted into another software.

    \n
  • \n
  • \n

    Dustbin : Drag this icon onto a field, or drag a field onto this icon to permanently remove the field ( if the field is used by some graphs, it cannot be removed ). Drag a pie slice, a bar, or a tree map slice onto this icon to permanently remove the corresponding records. The original input file is not modified.

    \n
  • \n

Types of analysis

    \n
  • Pie chart
  • \n
  • Bar chart
  • \n
  • Line chart
  • \n
  • Association diagram
  • \n
  • Word cloud
  • \n
  • Arc diagram
  • \n
  • Contingency table
  • \n
  • Multiple Correspondence analysis
  • \n
  • 3-variable graph
  • \n
  • Treemap
  • \n
  • Chi-2 tests\n
      \n
    • Pearson' chi-square test
    • \n
    • Yates' chi-square test
    • \n
    • G-test
    • \n
    • Fisher's exact test
    • \n
    \n
  • \n
  • Gini impurity
  • \n
  • Entropy
  • \n
  • Repartition curve
  • \n
  • Distribution curve
  • \n
  • Scatter plot
  • \n
  • Ternary plot
  • \n
  • Andrew's curves
  • \n
  • Survey plot
  • \n
  • 3D plot
  • \n
  • Correlations
  • \n
  • Autocorrelation plot
  • \n
  • Probability plot
  • \n
  • Tukey-lambda PPCC plot
  • \n
  • Lag plot
  • \n
  • General statistics
  • \n
  • Normality tests\n
      \n
    • Shapiro-Wilk test
    • \n
    • Anderson-Darling test
    • \n
    • Lilliefors test
    • \n
    • D'Agostino test
    • \n
    • Anscombe test
    • \n
    • Omnibus test
    • \n
    • Jarque-Bera test
    • \n
    \n
  • \n
  • Analysis of variance\n
      \n
    • Bartlett's test
    • \n
    • F-test
    • \n
    • Levene test
    • \n
    • Brown Forsythe test
    • \n
    • Box's M test
    • \n
    • Student's T-test
    • \n
    • Welch T-test
    • \n
    • Hotelling's test
    • \n
    • Wilk's lambda
    • \n
    • Lawley-Hotelling trace
    • \n
    • Pillai trace
    • \n
    • Two-way anova
    • \n
    \n
  • \n
  • Non-parametric tests\n
      \n
    • Kolmogorov-Smirnov test
    • \n
    • Kruskal-Wallis test
    • \n
    • Jonckheere test
    • \n
    • Cochran Q test
    • \n
    • Durbin test
    • \n
    • Friedman test
    • \n
    • Mantel-Haenszel test
    • \n
    • Breslow-Day test
    • \n
    • Woolf test
    • \n
    \n
  • \n
  • Principal components
  • \n
  • Canonical correlation analysis
  • \n
  • K-means
  • \n
  • K-medoids
  • \n
  • Fuzzy C-means
  • \n
  • Huen diagram
  • \n
  • Dendogram
  • \n
  • Radviz
  • \n
  • Discriminant analysis
  • \n
  • Regressions\n
      \n
    • Linear regression
    • \n
    • Poisson regression
    • \n
    • Negative binomial regression
    • \n
    • Logistic regression
    • \n
    • Least angle regression
    • \n
    \n
  • \n
  • Influence plot
  • \n
  • QQ plot
  • \n
  • Box plot
  • \n
  • Parallel coordinates
  • \n
  • Neural network (perceptron)
  • \n

In the browser

The Explorer can also be executed in any modern browser. Open app/index.html,\npaste the data from the clipboard, and click OK.

Credits

The Explorer takes advantage of some very useful npm modules :

    \n
  • gapitoken Node.js module for Google API service account authorization
  • \n
  • mongodb The official MongoDB driver for Node.js
  • \n
  • pg Pure javascript PostgreSQL client for node.ja
  • \n
  • lzma-purejs pure JavaScript LZMA de/compression, for node.js
  • \n
  • mysql A node.js driver for mysql
  • \n
  • request Simplified HTTP request client
  • \n
  • synaptic Architecture-free neural network library for node.js and the browser
  • \n
  • tedious A TDS driver, for connecting to MS SQLServer databases
  • \n

Contact

jfbouzereau@netcourrier.com

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
", - "readmeOriginal": "

Introduction

\n

This Explorer allows to perform various statistical analyses and data mining operations in a very easy and intuitive way. As the name implies, this software aims at exploring data and getting quick insight of the order of magnitude of the observed objects. That's why it does focus on graphical representation and mouse driven operations, unlike the traditional statistical tools cluttered with numerous dialog boxes and lists with five decimal figures. You can, however, have the detailed numbers once your analysis is completed.

\n

Videos

\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n
Overview\n\t\t\n\t\t\t\n\t\t \n\t\t\n\t\t\t\n\t\t
Contingency table\n\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t
Weather data\n\t\t\n\t\t\t\n\t\t\n\t\n\t\t\n\t\t\t\n\t\t\n\t
Animation \n\t\t\n\t\t\t\n\t\t\n\t\n\t\t\n\t\t\t\n\t\t\n\t
\n

Screenshots

\n

\"explorer\n\"explorer

\n\n

Installation and run

\n

The Explorer is written in javascript and built with electron,

\n
OSX
\n

Download the latest version for darwin from the release page.

\n
Windows
\n

Download the latest version corresponding to your system (32bit or 64bit) from the release page. The application is bundled into a single exe file, thanks to BoxedApp Packer .

\n
Linux
\n

Follow the \"Build from source\" instructions below.

\n

Build from Source

\n

Should you want to go the Build & Deploy route -you'll require node.js (developed\non v6.1.0, confirmed to work on v4.7.3) and npm (comes with node.js, developed using v3.9.5, confirmed to work on v2.15.11).

\n

Download and unzip the Source files (zip or tar.gz) from the the release page, or clone the repository:

\n
git clone https://github.com/jfbouzereau/explorer.git
\n

Enter the Explorer's directory with cd explorer-1.x/app (if you downloaded it from Releases) or cd explorer/app (if you cloned the repository).

\n

Install the dependencies:

\n
npm install
\n

And launch the app:

\n
npm start
\n

Data loading

\n

At launch time, the Explorer shows a window to choose the dataset to use. You can either drag and drop a file from your computer desktop, or click the clipboard button.

\n

\"explorer

\n

Various file formats are accepted :

\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\t\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\t\n\t\n\n\t\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n
SourceFile extensionRemarks
Accessmdb , accdbAccess 2000 or higher
ARFF / KEEL*No comments at the beginning of the file.
\n\tThe first line must be @relation \n\t
BigQuery*A config file with a content like this:
\nBigQuery
\nclient_secret:/full/path/to/my_private_key.json
\nquery:select * from lookerdata:cdc.project_tycho_reports limit 1000
\ntimeout:60000
\n\t
dBasedbf
ExcelxlsxThe names of the fields are expected at the top of the columns
JMPjmp
JSON file*A JSON array of records
LIMDEP / NLOGITlpj
MINITABmtw
MLwiNwsUncompressed format only
MongoDB*A config file with a content like this:

\n\t\tmongodb
\n\t\thost:192.168.0.121:27017
\n\t\tdatabase:geo
\n\t\tcollection:countries
\n\t\tquery:{cont:{$eq:\"EU\"},pop:{$gt:50000000}}
\n\t
Mysql*A config file with a content like this:

\nmysql
\nhost:192.168.0.2
\nuser:bob
\npassword:secret
\ndatabase:test
\nquery:select * from mytable
\n\t
Postgres*A config file with a content like this:

\npostgres
\nhost:192.168.0.2
\nuser:bob
\npassword:secret
\ndatabase:test
\nquery:select * from mytable
\n
\nor:
\npostgres
\nconnection:bob:secret@192.168.0.2/test
\nquery:select * from mytable
\n\t
RrdbBinary format only
SASsas7bdatUncompressed format only
SPLUSsdd
SPSSsavUncompressed format only
SQL Server*A config file with a content like this:

\n\t\tmssql
\n\t\thost:192.168.0.121
\n\t\tusername:bob
\n\t\tpassword:secret
\n\t\tquery:select * from mytable
\n\t
StatadtaStata 8 or higher
Tabular file*The names of the fields are expected on the first line
Bzip2 filebz2The uncompressed file must be in one of the previous formats
Gzip filegzThe uncompressed file must be in one of the previous formats
Web file*Contains the url of the data. The remote file must be in one of the previous formats
\n

If you click the clipboard button, the data must be in tabular form, with the name of the fields on the first line.

\n

Main window

\n

Once the data have been successfully loaded, the main window is displayed :

\n

\"workspace\"

\n

Here are the elements of the interface :

\n
    \n
  1. \n

    List of the categorical fields (aka \"the pink zone\"). By default only 10 fields are displayed. To resize the list, move the mouse just below the list and drag to shrink or extend the list. To scroll the list, move the mouse to the right of the list.

    \n
  2. \n
  3. \n

    Icons of the existing analyses (graphs). To run a new analysis, just drag its icon to the workspace.

    \n
  4. \n
  5. \n

    List of the numerical fields (aka \"the blue zone\"). By default only 10 fields are displayed. To resize the list, move the mouse just below the list and drag to shrink or extend the list. To scroll the list, move the mouse to the right of the list.

    \n
  6. \n
  7. \n

    Icons of the tools

    \n
  8. \n
  9. \n

    Status bar. This area gives at any time details about the object under the mouse, or the action your are about to do.

    \n
  10. \n
  11. \n

    Dock This area is used to keep graphs that are temporarily removed from the workspace.

    \n
  12. \n
  13. \n

    Version number

    \n
  14. \n
  15. \n

    Memory usage

    \n
  16. \n
  17. \n

    Workspace. This area is where the graphs are created and arranged.

    \n
  18. \n
\n

Graph

\n

To create a new graph, drag its icon to the workspace. Alternatively if you dont know which icon to look at, you can right-click or control-click on the workspace to get a menu with all the possible analyses.

\n

A graph is represented by an area with different noticeable parts :\n\"graph\"

\n
    \n
  1. \n

    Close box. Click on this box to close the graph. All the computations done will be lost.

    \n
  2. \n
  3. \n

    Option menu. Some graphs have different ways of representing the results. In that case click on this sign to bring up the menu to choose from. Alternatively, right-click or control-click within the graph.

    \n
  4. \n
  5. \n

    Title bar. This area shows the current selection (see below). Click on this area to drag the graph around.

    \n
  6. \n
  7. \n

    Slots. These are the places where you can define the parameters of the analysis. Depending on the graph, different combinations of slots are shown. On a pink slot you can drag a categorical field. On a blue slot you can drag a numerical slot. Parameters can be swapped by dragging from one slot to another one ( of the same graph, and of the same color ).

    \n
  8. \n
  9. \n

    Resize box. Click on this box and drag to resize the graph.

    \n
  10. \n
\n

To change the type of a graph, drag the icon of the new type onto the graph. The new analysis will retain the parameters and selection of the previous one.

\n

Selection

\n

Every analysis can be restricted to a part of the data only. The set of observations (records) currently processed by a graph is named the selection, and is displayed in the title bar .\nInitially, the selection consists of all the observations, and the title is blank.

\n
Selection based on a categorical field
\n
    \n
  • Use a type of graph that allows to split the dataset into the desired groups : pie chart, bar chart, treemap.
  • \n
  • Drag the slice of the group to be processed out of the graph, onto the workspace.
  • \n
  • This creates a new pie chart with a selection equal to the slice's category.
  • \n
  • Drag the icon of the wanted analysis onto this second graph. It will change its type, but will retain the selection. The type of graph can be changed as many times as wished, all the analyses will be conducted on the same selection.
  • \n
\n

Conversely, the selection of an existing graph can be changed by dragging a pie slice onto its\ntitle. This allows to conduct successively the same analysis on different parts of the data.

\n
Selection based on a numerical field
\n
    \n
  • Drag a numerical field from the blue zone to the title of an existing graph. The selection will consists of all the observations with a non-null value of the field. Typically a dummy variable (with values 0 or 1) would be used for this, but not necessarily.
  • \n
\n
Combining selections
\n

Dragging a slice to the title of a graph which already has a selection will combine the two\nsets.

\n

If the two variables are the same, the resulting selection will be the union of the two sets. Example: a pie graph splits the data into Apples, Pears, Peaches, and Apricots. If you drag the apple slice to the title of another graph, the selection will be Apples. If you then drag the peach slice to the title of the graph, the selection will be Apples + Peaches

\n

If the two variables are not the same, the resulting selection will be the intersection of the two sets. Example : a pie graph splits the data into Apples, Pears, Peaches and Apricots. If you drag the apple slice to the title of another graph, the selection will be Apples. If you change the variable defining the pie to split the data into Organic and Non-Organic, and drag the Organic\nslice to the title of the second graph, the selection will be Apples AND Organic.

\n

Conversions

\n

When loading the data, the Explorer identifies fields containing only numbers as numeric, and all others fields as categorical. Sometimes it is desirable to change this. Several possibilities exist.

\n
    \n
  • \n

    Drag a numerical field to the pink zone. The field is converted to categorical, the values are the same but as strings of characters.

    \n
  • \n
  • \n

    Drag a categorical field to the blue zone. Each category gives a dummy variable of the same name, Therefore, there are as many dummies as categories of the initial field, and all the dummies are exclusive. Example : COLOR is the categorical field converted:

    \n
  • \n
\n

Original data:

\n\n\n\n\n\n\n
IDCOLOR
1Blue
2Red
3Green
4Red
\n

Data after the conversion

\n\n\n\n\n\n\n
IDBlueRedGreen
1100
2010
3001
4010
\n
    \n
  • Drag the special numerical field \"1\" to the pink zone. This \"pivots\" the data. Each numerical field becomes a category of a new PIVOT field, whose value is in a new COUNT field.\nEach original record gives as many records as the number of numerical fields. Example: HEIGHT, WIDTH and DEPTH are the numerical fields.
  • \n
\n

Original data :

\n\n\n\n\n\n
IDCOLORHEIGHTWIDTHDEPTH
1Blue1422511
2Red1751216
3Green1094814
\n

Data after the pivot :

\n\n\n\n\n\n\n\n\n\n\n\n
IDCOLORPIVOTCOUNT
1BlueHEIGHT142
1BlueWIDTH25
1BlueDEPTH11
2RedHEIGHT175
2RedWIDTH12
2RedDEPTH16
3GreenHEIGHT109
3GreenWIDTH48
3GreenDEPTH14

Units

    \n
  • \n

    All the analyses applied to categorical fields (whose icon is pink) count the observations. For example in a pie chart the slices are proportional to the number of observations of each category. Sometimes the counts have to be weighted. This is done by changing the \"unit\" of the graph, by dragging a numerical field onto the graph. The title of the graph is turned blue to indicate that the counts are weighted. The status bar also shows the values or percentages in the new unit. To remove the unit and go back to the normal counting, drag the special field \"1\" onto the graph.

    \n
  • \n
  • \n

    All the analyses that represents datapoints in a 2D plane ( scatter plot, PCA, discriminant analysis, ternary plot, etc) can also be modified. If a numerical field is set as unit, the datapoints are displayed as circles whose size is proportional to the unit :

    \n
  • \n

\"balloons\"

Tools

Here are the various tools proposed by the toolbar at the bottom of the screen :

\"graph\"

    \n
  • \n

    Sort : drag this icon onto a field, or drag a field onto this icon to sort the data in ascending order. Do the same sort again to sort in descending order. The sort is stable : to sort the data by a key consisting of field1,field2,field3, you must sort by field3 first, then field2, and finally field1.

    \n
  • \n
  • \n

    Clone. Drag this icon onto a graph to get a copy of it, with the same parameters. If the computation is slow, this allows to bypass the second computation.

    \n
  • \n
  • \n

    Add : Drag this icon to the pink or blue zone to create a new field. See below.

    \n
  • \n
  • \n

    Help. Drag this icon onto a graph to get some informations about the analysis, the results produced, the representation options, and the possible actions.

    \n
  • \n
  • \n

    Picture : Drag this icon onto a graph to get its image in png format.

    \n
  • \n
  • \n

    Table : Drag this icon to the pink or blue zone to get a table of the values of the dataset.\nDrag this icon onto a graph to get a table of the numerical results. They can be copied to the clipboard ( with control-C or command-C ) and pasted into another software.

    \n
  • \n
  • \n

    Dustbin : Drag this icon onto a field, or drag a field onto this icon to permanently remove the field ( if the field is used by some graphs, it cannot be removed ). Drag a pie slice, a bar, or a tree map slice onto this icon to permanently remove the corresponding records. The original input file is not modified.

    \n
  • \n

Types of analysis

    \n
  • Pie chart
  • \n
  • Bar chart
  • \n
  • Line chart
  • \n
  • Association diagram
  • \n
  • Word cloud
  • \n
  • Arc diagram
  • \n
  • Contingency table
  • \n
  • Multiple Correspondence analysis
  • \n
  • 3-variable graph
  • \n
  • Treemap
  • \n
  • Chi-2 tests\n
      \n
    • Pearson' chi-square test
    • \n
    • Yates' chi-square test
    • \n
    • G-test
    • \n
    • Fisher's exact test
    • \n
    \n
  • \n
  • Gini impurity
  • \n
  • Entropy
  • \n
  • Repartition curve
  • \n
  • Distribution curve
  • \n
  • Scatter plot
  • \n
  • Ternary plot
  • \n
  • Andrew's curves
  • \n
  • Survey plot
  • \n
  • 3D plot
  • \n
  • Correlations
  • \n
  • Autocorrelation plot
  • \n
  • Probability plot
  • \n
  • Tukey-lambda PPCC plot
  • \n
  • Lag plot
  • \n
  • General statistics
  • \n
  • Normality tests\n
      \n
    • Shapiro-Wilk test
    • \n
    • Anderson-Darling test
    • \n
    • Lilliefors test
    • \n
    • D'Agostino test
    • \n
    • Anscombe test
    • \n
    • Omnibus test
    • \n
    • Jarque-Bera test
    • \n
    \n
  • \n
  • Analysis of variance\n
      \n
    • Bartlett's test
    • \n
    • F-test
    • \n
    • Levene test
    • \n
    • Brown Forsythe test
    • \n
    • Box's M test
    • \n
    • Student's T-test
    • \n
    • Welch T-test
    • \n
    • Hotelling's test
    • \n
    • Wilk's lambda
    • \n
    • Lawley-Hotelling trace
    • \n
    • Pillai trace
    • \n
    • Two-way anova
    • \n
    \n
  • \n
  • Non-parametric tests\n
      \n
    • Kolmogorov-Smirnov test
    • \n
    • Kruskal-Wallis test
    • \n
    • Jonckheere test
    • \n
    • Cochran Q test
    • \n
    • Durbin test
    • \n
    • Friedman test
    • \n
    • Mantel-Haenszel test
    • \n
    • Breslow-Day test
    • \n
    • Woolf test
    • \n
    \n
  • \n
  • Principal components
  • \n
  • Canonical correlation analysis
  • \n
  • K-means
  • \n
  • K-medoids
  • \n
  • Fuzzy C-means
  • \n
  • Huen diagram
  • \n
  • Dendogram
  • \n
  • Radviz
  • \n
  • Discriminant analysis
  • \n
  • Regressions\n
      \n
    • Linear regression
    • \n
    • Poisson regression
    • \n
    • Negative binomial regression
    • \n
    • Logistic regression
    • \n
    • Least angle regression
    • \n
    \n
  • \n
  • Influence plot
  • \n
  • QQ plot
  • \n
  • Box plot
  • \n
  • Parallel coordinates
  • \n
  • Neural network (perceptron)
  • \n

In the browser

The Explorer can also be executed in any modern browser. Open app/index.html,\npaste the data from the clipboard, and click OK.

Credits

The Explorer takes advantage of some very useful npm modules :

    \n
  • gapitoken Node.js module for Google API service account authorization
  • \n
  • mongodb The official MongoDB driver for Node.js
  • \n
  • pg Pure javascript PostgreSQL client for node.ja
  • \n
  • lzma-purejs pure JavaScript LZMA de/compression, for node.js
  • \n
  • mysql A node.js driver for mysql
  • \n
  • request Simplified HTTP request client
  • \n
  • synaptic Architecture-free neural network library for node.js and the browser
  • \n
  • tedious A TDS driver, for connecting to MS SQLServer databases
  • \n

Contact

jfbouzereau@netcourrier.com

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
", - "readmeFetchedAt": "2020-09-17T12:09:19.660Z" + "etcd-manager": { + "readmeCleaned": "

ETCD Manager

\n

\"etcd-manager\"

\n\n

\"Alt

\n

\"Alt

\n

\"Alt

\n

This is a free, cross-platform ETCD v3 client and GUI. The goal of the project is twofold:

\n
    \n
  • Provide an efficient, modern GUI for desktop (Windows, Linux, Mac), mobile (iOS and Android) and web.
  • \n
  • Cover all ETCD functionality. Anything you can do with etcdctl, you should be able to do with this tool as well. This app should be useful for simple and power users alike.
  • \n
\n

Please note that currently ETCD V2 API is not supported! At the moment, we support V3 only.

\n

Features

\n

Available now (v1.2)

\n

Currently, the following features are implemented:

\n
    \n
  • Key management:\n
      \n
    • Manage (browse, create, edit, delete) keys.
    • \n
    • Create keys with TTL
    • \n
    • Key browser has multiple views: tree or list with paging.
    • \n
    • Key list live updates: refresh list when the value of any key changes.
    • \n
    • Manage revisions: list revisions of any key and revert to any previous value.
    • \n
    \n
  • \n
  • Settings and config:\n
      \n
    • Able to use multiple config profiles, allowing you to manage any number of ETCD clusters with dedicated settings.
    • \n
    • Import / export settings: save settings to or load from file.
    • \n
    \n
  • \n
  • Authentication and security:\n
      \n
    • Basic authentication: (username / password)
    • \n
    • HTTPS client certificate authentication
    • \n
    • Supports both HTTP and HTTPS (secure) connections
    • \n
    • Supports no auth (ETCD with authentication disabled)
    • \n
    \n
  • \n
  • Other functions:\n
      \n
    • Display basic info about ETCD cluster and its nodes, perform health checks.
    • \n
    • Manage leases: list and revoke leases, view details.
    • \n
    • Manage users: create, update or delete users.
    • \n
    • Manage roles and permissions: create, update delete roles, assign / revoke permissions.
    • \n
    • Manage watchers. Supported event responders: app or desktop notification, app console logger.
    • \n
    • Intranet mode: works without internet connection.
    • \n
    \n
  • \n
\n

Coming up (v1.3)

\n

This release is mainly for contributors. There will be no new features in this one. Instead, we gonna focus solely on making it easier to understand how the code works and how to get started with contributing. In order to achieve this, we'll refactor many parts of the code and we'll also try to provide better documentation for contributors and a project dashboard.

\n

As for refactoring, some of the things we gonna change are:

\n
    \n
  • Better typing (we gonna add missing types, no "any", "unknown" and crap like that)
  • \n
  • Better tests (we are planning to replace Spectron with Cypress)
  • \n
  • Smaller, more focused, easy to maintain components. We are going to to use the Vue 3 Composition API here.
  • \n
  • Better folder structure for source files.
  • \n
  • Proper Dependency Injection support (for services, filters etc).
  • \n
  • Missing something? Please open a feature request!
  • \n
\n

Planned

\n

We plan to add tons of cool features in the future. The most important ones are listed below.:

\n

Features

\n
    \n
  • Watchers: more responders, such as Email, Log to file, Log to REST API as well as app integrations like Slack, Google Chat, Viber etc.
  • \n
  • Cluster: maintenance / admin features and more detailed cluster info
  • \n
  • ETCD Dashboard: live dashboard with graphs.
  • \n
  • Complex queries using transactions.
  • \n
  • Diff tool: compare the revisions of any two keys (much like Total Commander).
  • \n
  • Report generation in different formats (HTML, PDF, XML etc)
  • \n
  • Better in-app console
  • \n
  • ... and much more!
  • \n
\n

Future platforms

\n
    \n
  • Android and iOS
  • \n
  • Web (browser version)
  • \n
\n

A better organized overview of these plans will be available soon. Stay tuned :)

\n

Installation

\n

End users..

\n

The current stable (prod) version is 1.2. It's available for Mac OS X (10.15.5 Catalina+), MS Windows (7, 8, 10+) and some major Linux distros (Ubuntu 10.04+, Arch etc). The following are pre-built binaries and this is the recommended way to install.

\n

If you are using a more or less recent major Linux distro (Ubuntu, Redhat, Suse etc), or Ubuntu LTS or some up-to-date rolling release distro like Arch, everything should work fine. Most older Linux systems should be supported as well. However, very old Linux versions might not work as expected. If you have difficulties installing the app, please report the problem using our issue tracker.

\n

Grab one now:

\n\n

Other packages are available for download as well, please see the releases page.

\n

We are on SnapCraft!

\n

\"Get

\n

Install snap and run the following command:

\n
snap install etcd-manager\n
\n

Contributors..

\n

You may install the dev version by cloning this repository.

\n
git clone https://github.com/i-Cell-Mobilsoft-Open-Source/etcdmanager.git\n
\n

Or you may also install the NPM package (although this is not recommended, since the package might not contain the latest code).

\n

First of all, you must install Yarn. Please see this page for details.

\n
yarn add etcd-manager\ncd node_modules/etcd-manager\n
\n

Please also check out the contribution guide before writing any code.

\n

Running the dev build

\n

Once you have the code, simply execute the following commands:

\n
yarn install\n
\n

The next step is to compile the GRPC Node extension. This requires the usual build tools (gcc, make etc) to be installed. Make sure you have these, then run:

\n
npm rebuild --target=ELECTRON_VERSION --runtime=electron --dist-url=https://atom.io/download/electron\n
\n

... where ELECTRON_VERSION is the exact version number of the Electron framework the app uses. You can determine this by running:

\n
yarn list electron\n
\n

Finally, start the dev server in the following way:

\n
yarn electron:serve\n
\n

This will start a dev build and the app should appear shortly.

\n

Usage and support

\n

First of all, in order to work properly, ETCD Manager must be configured.

\n

You need to provide only two mandatory settings: the host and the port ETCD is running at. You'll find these on the settings screen, under the ETCD tab.\nIf your ETCD host requires authentication, you will also need to provide a password / username pair or certificates / keys, which you can do under the auth tab.\nThere are several additional configuration options, but those are all optional.

\n

Detailed documentation is not available (yet), but you may want to activate quick help, which is available everywhere. Press CTRL / CMD + H to open the help pane. Here you'll find some basic info as well as all the keyboard shortcuts. This should be enough to get you started.

\n

If you still need help, please feel free to contact us. Create a issue (question / support request).

\n

Once the documentation is ready, we'll upload it to the website.

\n

Upgrading

\n

If you've installed the app using the Windows or Mac installer or the Linux AppImage, you'll be notified automatically whenever a new release is available. Simply restart the app, and it'll check for updates.

\n

Otherwise, you have to download and install the new version manually.

\n

As for the dev version, you may update that by the usual means (Yarn or Git). In any case, please read our changelog for an overview of the most recent changes.

\n

Bugs and feature requests

\n

If you find a bug, please report it using our issue tracker.

\n

This is also the place for requesting new features or asking questions. Please label your issue appropriately, use the "bug", "enchantment" and "question" labels, respectively.

\n
", + "readmeOriginal": "

ETCD Manager

\n

\"etcd-manager\"

\n\n

\"Alt

\n

\"Alt

\n

\"Alt

\n

This is a free, cross-platform ETCD v3 client and GUI. The goal of the project is twofold:

\n
    \n
  • Provide an efficient, modern GUI for desktop (Windows, Linux, Mac), mobile (iOS and Android) and web.
  • \n
  • Cover all ETCD functionality. Anything you can do with etcdctl, you should be able to do with this tool as well. This app should be useful for simple and power users alike.
  • \n
\n

Please note that currently ETCD V2 API is not supported! At the moment, we support V3 only.

\n

Features

\n

Available now (v1.2)

\n

Currently, the following features are implemented:

\n
    \n
  • Key management:\n
      \n
    • Manage (browse, create, edit, delete) keys.
    • \n
    • Create keys with TTL
    • \n
    • Key browser has multiple views: tree or list with paging.
    • \n
    • Key list live updates: refresh list when the value of any key changes.
    • \n
    • Manage revisions: list revisions of any key and revert to any previous value.
    • \n
    \n
  • \n
  • Settings and config:\n
      \n
    • Able to use multiple config profiles, allowing you to manage any number of ETCD clusters with dedicated settings.
    • \n
    • Import / export settings: save settings to or load from file.
    • \n
    \n
  • \n
  • Authentication and security:\n
      \n
    • Basic authentication: (username / password)
    • \n
    • HTTPS client certificate authentication
    • \n
    • Supports both HTTP and HTTPS (secure) connections
    • \n
    • Supports no auth (ETCD with authentication disabled)
    • \n
    \n
  • \n
  • Other functions:\n
      \n
    • Display basic info about ETCD cluster and its nodes, perform health checks.
    • \n
    • Manage leases: list and revoke leases, view details.
    • \n
    • Manage users: create, update or delete users.
    • \n
    • Manage roles and permissions: create, update delete roles, assign / revoke permissions.
    • \n
    • Manage watchers. Supported event responders: app or desktop notification, app console logger.
    • \n
    • Intranet mode: works without internet connection.
    • \n
    \n
  • \n
\n

Coming up (v1.3)

\n

This release is mainly for contributors. There will be no new features in this one. Instead, we gonna focus solely on making it easier to understand how the code works and how to get started with contributing. In order to achieve this, we'll refactor many parts of the code and we'll also try to provide better documentation for contributors and a project dashboard.

\n

As for refactoring, some of the things we gonna change are:

\n
    \n
  • Better typing (we gonna add missing types, no \"any\", \"unknown\" and crap like that)
  • \n
  • Better tests (we are planning to replace Spectron with Cypress)
  • \n
  • Smaller, more focused, easy to maintain components. We are going to to use the Vue 3 Composition API here.
  • \n
  • Better folder structure for source files.
  • \n
  • Proper Dependency Injection support (for services, filters etc).
  • \n
  • Missing something? Please open a feature request!
  • \n
\n

Planned

\n

We plan to add tons of cool features in the future. The most important ones are listed below.:

\n

Features

\n
    \n
  • Watchers: more responders, such as Email, Log to file, Log to REST API as well as app integrations like Slack, Google Chat, Viber etc.
  • \n
  • Cluster: maintenance / admin features and more detailed cluster info
  • \n
  • ETCD Dashboard: live dashboard with graphs.
  • \n
  • Complex queries using transactions.
  • \n
  • Diff tool: compare the revisions of any two keys (much like Total Commander).
  • \n
  • Report generation in different formats (HTML, PDF, XML etc)
  • \n
  • Better in-app console
  • \n
  • ... and much more!
  • \n
\n

Future platforms

\n
    \n
  • Android and iOS
  • \n
  • Web (browser version)
  • \n
\n

A better organized overview of these plans will be available soon. Stay tuned :)

\n

Installation

\n

End users..

\n

The current stable (prod) version is 1.2. It's available for Mac OS X (10.15.5 Catalina+), MS Windows (7, 8, 10+) and some major Linux distros (Ubuntu 10.04+, Arch etc). The following are pre-built binaries and this is the recommended way to install.

\n

If you are using a more or less recent major Linux distro (Ubuntu, Redhat, Suse etc), or Ubuntu LTS or some up-to-date rolling release distro like Arch, everything should work fine. Most older Linux systems should be supported as well. However, very old Linux versions might not work as expected. If you have difficulties installing the app, please report the problem using our issue tracker.

\n

Grab one now:

\n\n

Other packages are available for download as well, please see the releases page.

\n

We are on SnapCraft!

\n

\"Get

\n

Install snap and run the following command:

\n
snap install etcd-manager\n
\n

Contributors..

\n

You may install the dev version by cloning this repository.

\n
git clone https://github.com/i-Cell-Mobilsoft-Open-Source/etcdmanager.git\n
\n

Or you may also install the NPM package (although this is not recommended, since the package might not contain the latest code).

\n

First of all, you must install Yarn. Please see this page for details.

\n
yarn add etcd-manager\ncd node_modules/etcd-manager\n
\n

Please also check out the contribution guide before writing any code.

\n

Running the dev build

\n

Once you have the code, simply execute the following commands:

\n
yarn install\n
\n

The next step is to compile the GRPC Node extension. This requires the usual build tools (gcc, make etc) to be installed. Make sure you have these, then run:

\n
npm rebuild --target=ELECTRON_VERSION --runtime=electron --dist-url=https://atom.io/download/electron\n
\n

... where ELECTRON_VERSION is the exact version number of the Electron framework the app uses. You can determine this by running:

\n
yarn list electron\n
\n

Finally, start the dev server in the following way:

\n
yarn electron:serve\n
\n

This will start a dev build and the app should appear shortly.

\n

Usage and support

\n

First of all, in order to work properly, ETCD Manager must be configured.

\n

You need to provide only two mandatory settings: the host and the port ETCD is running at. You'll find these on the settings screen, under the ETCD tab.\nIf your ETCD host requires authentication, you will also need to provide a password / username pair or certificates / keys, which you can do under the auth tab.\nThere are several additional configuration options, but those are all optional.

\n

Detailed documentation is not available (yet), but you may want to activate quick help, which is available everywhere. Press CTRL / CMD + H to open the help pane. Here you'll find some basic info as well as all the keyboard shortcuts. This should be enough to get you started.

\n

If you still need help, please feel free to contact us. Create a issue (question / support request).

\n

Once the documentation is ready, we'll upload it to the website.

\n

Upgrading

\n

If you've installed the app using the Windows or Mac installer or the Linux AppImage, you'll be notified automatically whenever a new release is available. Simply restart the app, and it'll check for updates.

\n

Otherwise, you have to download and install the new version manually.

\n

As for the dev version, you may update that by the usual means (Yarn or Git). In any case, please read our changelog for an overview of the most recent changes.

\n

Bugs and feature requests

\n

If you find a bug, please report it using our issue tracker.

\n

This is also the place for requesting new features or asking questions. Please label your issue appropriately, use the \"bug\", \"enchantment\" and \"question\" labels, respectively.

\n
", + "readmeFetchedAt": "2020-09-18T00:10:40.184Z" + }, + "etcher": { + "readmeCleaned": "

Etcher

\n
\n

Flash OS images to SD cards & USB drives, safely and easily.

\n
\n

Etcher is a powerful OS image flasher built with web technologies to ensure\nflashing an SDCard or USB drive is a pleasant and safe experience. It protects\nyou from accidentally writing to your hard-drives, ensures every byte of data\nwas written correctly and much more. It can also flash directly Raspberry Pi devices that support the usbboot protocol

\n

\"Current\n\"License\"\n\"Dependency\n\"Balena.io

\n
\n

Download | Support | Documentation | Contributing | Roadmap

\n

Supported Operating Systems

\n
    \n
  • Linux (most distros)
  • \n
  • macOS 10.10 (Yosemite) and later
  • \n
  • Microsoft Windows 7 and later
  • \n
\n

Note that Etcher will run on any platform officially supported by\nElectron. Read more in their\ndocumentation.

\n

Installers

\n

Refer to the downloads page for the latest pre-made\ninstallers for all supported operating systems.

\n

Debian and Ubuntu based Package Repository (GNU/Linux x86/x64)

\n
    \n
  1. \n

    Add Etcher debian repository:

    \n
    echo "deb https://deb.etcher.io stable etcher" | sudo tee /etc/apt/sources.list.d/balena-etcher.list
    \n
  2. \n
  3. \n

    Trust Bintray.com's GPG key:

    \n
    sudo apt-key adv --keyserver hkps://keyserver.ubuntu.com:443 --recv-keys 379CE192D401AB61
    \n
  4. \n
  5. \n

    Update and install:

    \n
    sudo apt-get update\nsudo apt-get install balena-etcher-electron
    \n
  6. \n
\n
Uninstall
\n
sudo apt-get remove balena-etcher-electron\nsudo rm /etc/apt/sources.list.d/balena-etcher.list\nsudo apt-get update
\n
OpenSUSE LEAP & Tumbleweed install
\n
sudo zypper ar https://balena.io/etcher/static/etcher-rpm.repo\nsudo zypper ref\nsudo zypper in balena-etcher-electron
\n
Uninstall
\n
sudo zypper rm balena-etcher-electron
\n

Redhat (RHEL) and Fedora based Package Repository (GNU/Linux x86/x64)

\n
    \n
  1. \n

    Add Etcher rpm repository:

    \n
    sudo wget https://balena.io/etcher/static/etcher-rpm.repo -O /etc/yum.repos.d/etcher-rpm.repo
    \n
  2. \n
  3. \n

    Update and install:

    \n
    sudo yum install -y balena-etcher-electron
    \n

    or

    \n
    sudo dnf install -y balena-etcher-electron
    \n
  4. \n
\n
Uninstall
\n
sudo yum remove -y balena-etcher-electron\nsudo rm /etc/yum.repos.d/etcher-rpm.repo\nsudo yum clean all\nsudo yum makecache fast
\n

or

\n
sudo dnf remove -y balena-etcher-electron\nsudo rm /etc/yum.repos.d/etcher-rpm.repo\nsudo dnf clean all\nsudo dnf makecache
\n

Solus (GNU/Linux x64)

\n
sudo eopkg it etcher
\n
Uninstall
\n
sudo eopkg rm etcher
\n

Arch Linux / Manjaro (GNU/Linux x64)

\n

Etcher is offered through the Arch User Repository and can be installed on both Manjaro and Arch systems. You can compile it from the source code in this repository using balena-etcher. The following example uses a common AUR helper to install the latest release:

\n
yay -S balena-etcher
\n
Uninstall
\n
yay -R balena-etcher
\n

Brew Cask (macOS)

\n

Note that the Etcher Cask has to be updated manually to point to new versions,\nso it might not refer to the latest version immediately after an Etcher\nrelease.

\n
brew cask install balenaetcher
\n
Uninstall
\n
brew cask uninstall balenaetcher
\n

Chocolatey (Windows)

\n

This package is maintained by @majkinetor, and\nis kept up to date automatically.

\n
choco install etcher
\n
Uninstall
\n
choco uninstall etcher
\n

Support

\n

If you're having any problem, please raise an issue on GitHub and\nthe balena.io team will be happy to help.

\n

License

\n

Etcher is free software, and may be redistributed under the terms specified in\nthe license.

\n
", + "readmeOriginal": "

Etcher

\n
\n

Flash OS images to SD cards & USB drives, safely and easily.

\n
\n

Etcher is a powerful OS image flasher built with web technologies to ensure\nflashing an SDCard or USB drive is a pleasant and safe experience. It protects\nyou from accidentally writing to your hard-drives, ensures every byte of data\nwas written correctly and much more. It can also flash directly Raspberry Pi devices that support the usbboot protocol

\n

\"Current\n\"License\"\n\"Dependency\n\"Balena.io

\n
\n

Download | Support | Documentation | Contributing | Roadmap

\n

Supported Operating Systems

\n
    \n
  • Linux (most distros)
  • \n
  • macOS 10.10 (Yosemite) and later
  • \n
  • Microsoft Windows 7 and later
  • \n
\n

Note that Etcher will run on any platform officially supported by\nElectron. Read more in their\ndocumentation.

\n

Installers

\n

Refer to the downloads page for the latest pre-made\ninstallers for all supported operating systems.

\n

Debian and Ubuntu based Package Repository (GNU/Linux x86/x64)

\n
    \n
  1. \n

    Add Etcher debian repository:

    \n
    echo \"deb https://deb.etcher.io stable etcher\" | sudo tee /etc/apt/sources.list.d/balena-etcher.list
    \n
  2. \n
  3. \n

    Trust Bintray.com's GPG key:

    \n
    sudo apt-key adv --keyserver hkps://keyserver.ubuntu.com:443 --recv-keys 379CE192D401AB61
    \n
  4. \n
  5. \n

    Update and install:

    \n
    sudo apt-get update\nsudo apt-get install balena-etcher-electron
    \n
  6. \n
\n
Uninstall
\n
sudo apt-get remove balena-etcher-electron\nsudo rm /etc/apt/sources.list.d/balena-etcher.list\nsudo apt-get update
\n
OpenSUSE LEAP & Tumbleweed install
\n
sudo zypper ar https://balena.io/etcher/static/etcher-rpm.repo\nsudo zypper ref\nsudo zypper in balena-etcher-electron
\n
Uninstall
\n
sudo zypper rm balena-etcher-electron
\n

Redhat (RHEL) and Fedora based Package Repository (GNU/Linux x86/x64)

\n
    \n
  1. \n

    Add Etcher rpm repository:

    \n
    sudo wget https://balena.io/etcher/static/etcher-rpm.repo -O /etc/yum.repos.d/etcher-rpm.repo
    \n
  2. \n
  3. \n

    Update and install:

    \n
    sudo yum install -y balena-etcher-electron
    \n

    or

    \n
    sudo dnf install -y balena-etcher-electron
    \n
  4. \n
\n
Uninstall
\n
sudo yum remove -y balena-etcher-electron\nsudo rm /etc/yum.repos.d/etcher-rpm.repo\nsudo yum clean all\nsudo yum makecache fast
\n

or

\n
sudo dnf remove -y balena-etcher-electron\nsudo rm /etc/yum.repos.d/etcher-rpm.repo\nsudo dnf clean all\nsudo dnf makecache
\n

Solus (GNU/Linux x64)

\n
sudo eopkg it etcher
\n
Uninstall
\n
sudo eopkg rm etcher
\n

Arch Linux / Manjaro (GNU/Linux x64)

\n

Etcher is offered through the Arch User Repository and can be installed on both Manjaro and Arch systems. You can compile it from the source code in this repository using balena-etcher. The following example uses a common AUR helper to install the latest release:

\n
yay -S balena-etcher
\n
Uninstall
\n
yay -R balena-etcher
\n

Brew Cask (macOS)

\n

Note that the Etcher Cask has to be updated manually to point to new versions,\nso it might not refer to the latest version immediately after an Etcher\nrelease.

\n
brew cask install balenaetcher
\n
Uninstall
\n
brew cask uninstall balenaetcher
\n

Chocolatey (Windows)

\n

This package is maintained by @majkinetor, and\nis kept up to date automatically.

\n
choco install etcher
\n
Uninstall
\n
choco uninstall etcher
\n

Support

\n

If you're having any problem, please raise an issue on GitHub and\nthe balena.io team will be happy to help.

\n

License

\n

Etcher is free software, and may be redistributed under the terms specified in\nthe license.

\n
", + "readmeFetchedAt": "2020-09-18T00:10:40.192Z" }, "ffftp": { "readmeCleaned": "

\"N|Solid\"

\n

FFFTP

\n

A minimal FTP manager built on Electron.

\n
    \n
  • Explore files
  • \n
  • Move, delete, upload files
  • \n
  • Drag and drop
  • \n
  • Save connection to favorites
  • \n
\n

Not maintained!*****

\n

I haven't worked ont this for a while. I may get back into it, but maybe not. Feel free to check out the forks. It does still work, though.

\n

Building & running it locally:

\n
    \n
  • Clone the repo.
  • \n
  • cd to the directory
  • \n
  • make sure electron is installed npm install electron
  • \n
  • install and run with npm install && npm start
  • \n
\n

Packaging it (.app for mac, .exe for windows, or for linux)

\n\n
", "readmeOriginal": "

\"N|Solid\"

\n

FFFTP

\n

A minimal FTP manager built on Electron.

\n
    \n
  • Explore files
  • \n
  • Move, delete, upload files
  • \n
  • Drag and drop
  • \n
  • Save connection to favorites
  • \n
\n

Not maintained!*****

\n

I haven't worked ont this for a while. I may get back into it, but maybe not. Feel free to check out the forks. It does still work, though.

\n

Building & running it locally:

\n
    \n
  • Clone the repo.
  • \n
  • cd to the directory
  • \n
  • make sure electron is installed npm install electron
  • \n
  • install and run with npm install && npm start
  • \n
\n

Packaging it (.app for mac, .exe for windows, or for linux)

\n\n
", - "readmeFetchedAt": "2020-09-17T12:09:19.897Z" + "readmeFetchedAt": "2020-09-18T00:10:40.198Z" }, - "etcher": { - "readmeCleaned": "

Etcher

\n
\n

Flash OS images to SD cards & USB drives, safely and easily.

\n
\n

Etcher is a powerful OS image flasher built with web technologies to ensure\nflashing an SDCard or USB drive is a pleasant and safe experience. It protects\nyou from accidentally writing to your hard-drives, ensures every byte of data\nwas written correctly and much more. It can also flash directly Raspberry Pi devices that support the usbboot protocol

\n

\"Current\n\"License\"\n\"Dependency\n\"Balena.io

\n
\n

Download | Support | Documentation | Contributing | Roadmap

\n

Supported Operating Systems

\n
    \n
  • Linux (most distros)
  • \n
  • macOS 10.10 (Yosemite) and later
  • \n
  • Microsoft Windows 7 and later
  • \n
\n

Note that Etcher will run on any platform officially supported by\nElectron. Read more in their\ndocumentation.

\n

Installers

\n

Refer to the downloads page for the latest pre-made\ninstallers for all supported operating systems.

\n

Debian and Ubuntu based Package Repository (GNU/Linux x86/x64)

\n
    \n
  1. \n

    Add Etcher debian repository:

    \n
    echo "deb https://deb.etcher.io stable etcher" | sudo tee /etc/apt/sources.list.d/balena-etcher.list
    \n
  2. \n
  3. \n

    Trust Bintray.com's GPG key:

    \n
    sudo apt-key adv --keyserver hkps://keyserver.ubuntu.com:443 --recv-keys 379CE192D401AB61
    \n
  4. \n
  5. \n

    Update and install:

    \n
    sudo apt-get update\nsudo apt-get install balena-etcher-electron
    \n
  6. \n
\n
Uninstall
\n
sudo apt-get remove balena-etcher-electron\nsudo rm /etc/apt/sources.list.d/balena-etcher.list\nsudo apt-get update
\n
OpenSUSE LEAP & Tumbleweed install
\n
sudo zypper ar https://balena.io/etcher/static/etcher-rpm.repo\nsudo zypper ref\nsudo zypper in balena-etcher-electron
\n
Uninstall
\n
sudo zypper rm balena-etcher-electron
\n

Redhat (RHEL) and Fedora based Package Repository (GNU/Linux x86/x64)

\n
    \n
  1. \n

    Add Etcher rpm repository:

    \n
    sudo wget https://balena.io/etcher/static/etcher-rpm.repo -O /etc/yum.repos.d/etcher-rpm.repo
    \n
  2. \n
  3. \n

    Update and install:

    \n
    sudo yum install -y balena-etcher-electron
    \n

    or

    \n
    sudo dnf install -y balena-etcher-electron
    \n
  4. \n
\n
Uninstall
\n
sudo yum remove -y balena-etcher-electron\nsudo rm /etc/yum.repos.d/etcher-rpm.repo\nsudo yum clean all\nsudo yum makecache fast
\n

or

\n
sudo dnf remove -y balena-etcher-electron\nsudo rm /etc/yum.repos.d/etcher-rpm.repo\nsudo dnf clean all\nsudo dnf makecache
\n

Solus (GNU/Linux x64)

\n
sudo eopkg it etcher
\n
Uninstall
\n
sudo eopkg rm etcher
\n

Arch Linux / Manjaro (GNU/Linux x64)

\n

Etcher is offered through the Arch User Repository and can be installed on both Manjaro and Arch systems. You can compile it from the source code in this repository using balena-etcher. The following example uses a common AUR helper to install the latest release:

\n
yay -S balena-etcher
\n
Uninstall
\n
yay -R balena-etcher
\n

Brew Cask (macOS)

\n

Note that the Etcher Cask has to be updated manually to point to new versions,\nso it might not refer to the latest version immediately after an Etcher\nrelease.

\n
brew cask install balenaetcher
\n
Uninstall
\n
brew cask uninstall balenaetcher
\n

Chocolatey (Windows)

\n

This package is maintained by @majkinetor, and\nis kept up to date automatically.

\n
choco install etcher
\n
Uninstall
\n
choco uninstall etcher
\n

Support

\n

If you're having any problem, please raise an issue on GitHub and\nthe balena.io team will be happy to help.

\n

License

\n

Etcher is free software, and may be redistributed under the terms specified in\nthe license.

\n
", - "readmeOriginal": "

Etcher

\n
\n

Flash OS images to SD cards & USB drives, safely and easily.

\n
\n

Etcher is a powerful OS image flasher built with web technologies to ensure\nflashing an SDCard or USB drive is a pleasant and safe experience. It protects\nyou from accidentally writing to your hard-drives, ensures every byte of data\nwas written correctly and much more. It can also flash directly Raspberry Pi devices that support the usbboot protocol

\n

\"Current\n\"License\"\n\"Dependency\n\"Balena.io

\n
\n

Download | Support | Documentation | Contributing | Roadmap

\n

Supported Operating Systems

\n
    \n
  • Linux (most distros)
  • \n
  • macOS 10.10 (Yosemite) and later
  • \n
  • Microsoft Windows 7 and later
  • \n
\n

Note that Etcher will run on any platform officially supported by\nElectron. Read more in their\ndocumentation.

\n

Installers

\n

Refer to the downloads page for the latest pre-made\ninstallers for all supported operating systems.

\n

Debian and Ubuntu based Package Repository (GNU/Linux x86/x64)

\n
    \n
  1. \n

    Add Etcher debian repository:

    \n
    echo \"deb https://deb.etcher.io stable etcher\" | sudo tee /etc/apt/sources.list.d/balena-etcher.list
    \n
  2. \n
  3. \n

    Trust Bintray.com's GPG key:

    \n
    sudo apt-key adv --keyserver hkps://keyserver.ubuntu.com:443 --recv-keys 379CE192D401AB61
    \n
  4. \n
  5. \n

    Update and install:

    \n
    sudo apt-get update\nsudo apt-get install balena-etcher-electron
    \n
  6. \n
\n
Uninstall
\n
sudo apt-get remove balena-etcher-electron\nsudo rm /etc/apt/sources.list.d/balena-etcher.list\nsudo apt-get update
\n
OpenSUSE LEAP & Tumbleweed install
\n
sudo zypper ar https://balena.io/etcher/static/etcher-rpm.repo\nsudo zypper ref\nsudo zypper in balena-etcher-electron
\n
Uninstall
\n
sudo zypper rm balena-etcher-electron
\n

Redhat (RHEL) and Fedora based Package Repository (GNU/Linux x86/x64)

\n
    \n
  1. \n

    Add Etcher rpm repository:

    \n
    sudo wget https://balena.io/etcher/static/etcher-rpm.repo -O /etc/yum.repos.d/etcher-rpm.repo
    \n
  2. \n
  3. \n

    Update and install:

    \n
    sudo yum install -y balena-etcher-electron
    \n

    or

    \n
    sudo dnf install -y balena-etcher-electron
    \n
  4. \n
\n
Uninstall
\n
sudo yum remove -y balena-etcher-electron\nsudo rm /etc/yum.repos.d/etcher-rpm.repo\nsudo yum clean all\nsudo yum makecache fast
\n

or

\n
sudo dnf remove -y balena-etcher-electron\nsudo rm /etc/yum.repos.d/etcher-rpm.repo\nsudo dnf clean all\nsudo dnf makecache
\n

Solus (GNU/Linux x64)

\n
sudo eopkg it etcher
\n
Uninstall
\n
sudo eopkg rm etcher
\n

Arch Linux / Manjaro (GNU/Linux x64)

\n

Etcher is offered through the Arch User Repository and can be installed on both Manjaro and Arch systems. You can compile it from the source code in this repository using balena-etcher. The following example uses a common AUR helper to install the latest release:

\n
yay -S balena-etcher
\n
Uninstall
\n
yay -R balena-etcher
\n

Brew Cask (macOS)

\n

Note that the Etcher Cask has to be updated manually to point to new versions,\nso it might not refer to the latest version immediately after an Etcher\nrelease.

\n
brew cask install balenaetcher
\n
Uninstall
\n
brew cask uninstall balenaetcher
\n

Chocolatey (Windows)

\n

This package is maintained by @majkinetor, and\nis kept up to date automatically.

\n
choco install etcher
\n
Uninstall
\n
choco uninstall etcher
\n

Support

\n

If you're having any problem, please raise an issue on GitHub and\nthe balena.io team will be happy to help.

\n

License

\n

Etcher is free software, and may be redistributed under the terms specified in\nthe license.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:19.927Z" + "fastlane": { + "readmeCleaned": "

Fastlane - Book Uber from your menubar, fast and simple.

\n

\"Build\"

\n

\"ScreenShot\"

\n

Why?

\n

I wanted to build something with React and Electron so I started thinking during Christmas what I wanted to build and I realized when I sat at the computer and did not know where my cell phone was to be able to book an Uber then it hit me that an Mac App for Uber would be fun to build and Uber pretty recently released their API endpoint for requests. Success!

\n

I started of using Sketch and moked everything up in Html, Css and then React. I have noticed that the code and structure could easily be rewritten to be more easy to understand and use.

\n

Installation

\n

Run npm-install to install all dependencies and rename config-template.json to config.json and add your API-keys from (https://developer.uber.com).

\n

Start the app by running npm run start and to build the packade npm run build.

\n

TODO

\n
    \n
  • Reduce bundle size
  • \n
  • Refactor code
  • \n
  • Remove Api-server and use client only (CORS support)
  • \n
  • Add support for no cars available
  • \n
  • Implement Map
  • \n
\n

How to contribute

\n

My contact information is located on my Github profile

\n

Got questions or suggestions?

\n

Author

\n

\"Pontus

\n

Pontus Abrahamsson

\n\n
", + "readmeOriginal": "

Fastlane - Book Uber from your menubar, fast and simple.

\n

\"Build\"

\n

\"ScreenShot\"

\n

Why?

\n

I wanted to build something with React and Electron so I started thinking during Christmas what I wanted to build and I realized when I sat at the computer and did not know where my cell phone was to be able to book an Uber then it hit me that an Mac App for Uber would be fun to build and Uber pretty recently released their API endpoint for requests. Success!

\n

I started of using Sketch and moked everything up in Html, Css and then React. I have noticed that the code and structure could easily be rewritten to be more easy to understand and use.

\n

Installation

\n

Run npm-install to install all dependencies and rename config-template.json to config.json and add your API-keys from (https://developer.uber.com).

\n

Start the app by running npm run start and to build the packade npm run build.

\n

TODO

\n
    \n
  • Reduce bundle size
  • \n
  • Refactor code
  • \n
  • Remove Api-server and use client only (CORS support)
  • \n
  • Add support for no cars available
  • \n
  • Implement Map
  • \n
\n

How to contribute

\n

My contact information is located on my Github profile

\n

Got questions or suggestions?

\n

Author

\n

\"Pontus

\n

Pontus Abrahamsson

\n\n
", + "readmeFetchedAt": "2020-09-18T00:10:40.251Z" }, "final-countdown": { "readmeCleaned": "

The Final Countdown

\n
\n

Temporarily disabled. Population.io (formerly, the World Population API) has updated their endpoint and api access. Check back for an updated version. Thanks!

\n
\n

The Final Countdown is a desktop application that uses demographic information, health metrics, and the World Population API to generate a running clock counting down to the precise moment you'll drop dead. Make every second count.

\n

The application logic is written in JavaScript and rendered with the Electron framework.

\n

\"launch

\n

Start Timer

\n

Download the app!

\n

OR

\n

To get the application up and running locally on your machine, you'll need to have the following installed on your system:

\n\n

Then follow these steps:

\n
    \n
  1. Fork and clone the repo onto your machine
  2. \n
  3. cd into the project folder and run npm install to download the required dependencies.
  4. \n
  5. With grunt running, run npm start
  6. \n
\n

Clock Example:

\n

\"clock

\n

Built With

\n
    \n
  • Electron - Open-source framework for building desktop applications
  • \n
  • AngularJS - Javascript Framework
  • \n
  • JavaScript
  • \n
  • Chart.js - HTML5 based JavaScript charts
  • \n
  • Moment.js - JavaScript tool for manipulating dates and times
  • \n
  • Bulma - Open source CSS framework based on Flexbox
  • \n
\n

Credits

\n\n
", "readmeOriginal": "

The Final Countdown

\n
\n

Temporarily disabled. Population.io (formerly, the World Population API) has updated their endpoint and api access. Check back for an updated version. Thanks!

\n
\n

The Final Countdown is a desktop application that uses demographic information, health metrics, and the World Population API to generate a running clock counting down to the precise moment you'll drop dead. Make every second count.

\n

The application logic is written in JavaScript and rendered with the Electron framework.

\n

\"launch

\n

Start Timer

\n

Download the app!

\n

OR

\n

To get the application up and running locally on your machine, you'll need to have the following installed on your system:

\n\n

Then follow these steps:

\n
    \n
  1. Fork and clone the repo onto your machine
  2. \n
  3. cd into the project folder and run npm install to download the required dependencies.
  4. \n
  5. With grunt running, run npm start
  6. \n
\n

Clock Example:

\n

\"clock

\n

Built With

\n
    \n
  • Electron - Open-source framework for building desktop applications
  • \n
  • AngularJS - Javascript Framework
  • \n
  • JavaScript
  • \n
  • Chart.js - HTML5 based JavaScript charts
  • \n
  • Moment.js - JavaScript tool for manipulating dates and times
  • \n
  • Bulma - Open source CSS framework based on Flexbox
  • \n
\n

Credits

\n\n
", - "readmeFetchedAt": "2020-09-17T12:09:19.988Z" + "readmeFetchedAt": "2020-09-18T00:10:40.256Z" }, - "fastlane": { - "readmeCleaned": "

Fastlane - Book Uber from your menubar, fast and simple.

\n

\"Build\"

\n

\"ScreenShot\"

\n

Why?

\n

I wanted to build something with React and Electron so I started thinking during Christmas what I wanted to build and I realized when I sat at the computer and did not know where my cell phone was to be able to book an Uber then it hit me that an Mac App for Uber would be fun to build and Uber pretty recently released their API endpoint for requests. Success!

\n

I started of using Sketch and moked everything up in Html, Css and then React. I have noticed that the code and structure could easily be rewritten to be more easy to understand and use.

\n

Installation

\n

Run npm-install to install all dependencies and rename config-template.json to config.json and add your API-keys from (https://developer.uber.com).

\n

Start the app by running npm run start and to build the packade npm run build.

\n

TODO

\n
    \n
  • Reduce bundle size
  • \n
  • Refactor code
  • \n
  • Remove Api-server and use client only (CORS support)
  • \n
  • Add support for no cars available
  • \n
  • Implement Map
  • \n
\n

How to contribute

\n

My contact information is located on my Github profile

\n

Got questions or suggestions?

\n

Author

\n

\"Pontus

\n

Pontus Abrahamsson

\n\n
", - "readmeOriginal": "

Fastlane - Book Uber from your menubar, fast and simple.

\n

\"Build\"

\n

\"ScreenShot\"

\n

Why?

\n

I wanted to build something with React and Electron so I started thinking during Christmas what I wanted to build and I realized when I sat at the computer and did not know where my cell phone was to be able to book an Uber then it hit me that an Mac App for Uber would be fun to build and Uber pretty recently released their API endpoint for requests. Success!

\n

I started of using Sketch and moked everything up in Html, Css and then React. I have noticed that the code and structure could easily be rewritten to be more easy to understand and use.

\n

Installation

\n

Run npm-install to install all dependencies and rename config-template.json to config.json and add your API-keys from (https://developer.uber.com).

\n

Start the app by running npm run start and to build the packade npm run build.

\n

TODO

\n
    \n
  • Reduce bundle size
  • \n
  • Refactor code
  • \n
  • Remove Api-server and use client only (CORS support)
  • \n
  • Add support for no cars available
  • \n
  • Implement Map
  • \n
\n

How to contribute

\n

My contact information is located on my Github profile

\n

Got questions or suggestions?

\n

Author

\n

\"Pontus

\n

Pontus Abrahamsson

\n\n
", - "readmeFetchedAt": "2020-09-17T12:09:20.005Z" + "explorer": { + "readmeCleaned": "

Introduction

\n

This Explorer allows to perform various statistical analyses and data mining operations in a very easy and intuitive way. As the name implies, this software aims at exploring data and getting quick insight of the order of magnitude of the observed objects. That's why it does focus on graphical representation and mouse driven operations, unlike the traditional statistical tools cluttered with numerous dialog boxes and lists with five decimal figures. You can, however, have the detailed numbers once your analysis is completed.

\n

Videos

\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n
Overview\n\t\t\n\t\t\t\n\t\t \n\t\t\n\t\t\t\n\t\t
Contingency table\n\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t
Weather data\n\t\t\n\t\t\t\n\t\t\n\t\n\t\t\n\t\t\t\n\t\t\n\t
Animation \n\t\t\n\t\t\t\n\t\t\n\t\n\t\t\n\t\t\t\n\t\t\n\t
\n

Screenshots

\n

\"explorer\n\"explorer

\n\n

Installation and run

\n

The Explorer is written in javascript and built with electron,

\n
OSX
\n

Download the latest version for darwin from the release page.

\n
Windows
\n

Download the latest version corresponding to your system (32bit or 64bit) from the release page. The application is bundled into a single exe file, thanks to BoxedApp Packer .

\n
Linux
\n

Follow the "Build from source" instructions below.

\n

Build from Source

\n

Should you want to go the Build & Deploy route -you'll require node.js (developed\non v6.1.0, confirmed to work on v4.7.3) and npm (comes with node.js, developed using v3.9.5, confirmed to work on v2.15.11).

\n

Download and unzip the Source files (zip or tar.gz) from the the release page, or clone the repository:

\n
git clone https://github.com/jfbouzereau/explorer.git
\n

Enter the Explorer's directory with cd explorer-1.x/app (if you downloaded it from Releases) or cd explorer/app (if you cloned the repository).

\n

Install the dependencies:

\n
npm install
\n

And launch the app:

\n
npm start
\n

Data loading

\n

At launch time, the Explorer shows a window to choose the dataset to use. You can either drag and drop a file from your computer desktop, or click the clipboard button.

\n

\"explorer

\n

Various file formats are accepted :

\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\t\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\t\n\t\n\n\t\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n
SourceFile extensionRemarks
Accessmdb , accdbAccess 2000 or higher
ARFF / KEEL*No comments at the beginning of the file.
\n\tThe first line must be @relation \n\t
BigQuery*A config file with a content like this:
\nBigQuery
\nclient_secret:/full/path/to/my_private_key.json
\nquery:select * from lookerdata:cdc.project_tycho_reports limit 1000
\ntimeout:60000
\n\t
dBasedbf
ExcelxlsxThe names of the fields are expected at the top of the columns
JMPjmp
JSON file*A JSON array of records
LIMDEP / NLOGITlpj
MINITABmtw
MLwiNwsUncompressed format only
MongoDB*A config file with a content like this:

\n\t\tmongodb
\n\t\thost:192.168.0.121:27017
\n\t\tdatabase:geo
\n\t\tcollection:countries
\n\t\tquery:{cont:{$eq:"EU"},pop:{$gt:50000000}}
\n\t
Mysql*A config file with a content like this:

\nmysql
\nhost:192.168.0.2
\nuser:bob
\npassword:secret
\ndatabase:test
\nquery:select * from mytable
\n\t
Postgres*A config file with a content like this:

\npostgres
\nhost:192.168.0.2
\nuser:bob
\npassword:secret
\ndatabase:test
\nquery:select * from mytable
\n
\nor:
\npostgres
\nconnection:bob:secret@192.168.0.2/test
\nquery:select * from mytable
\n\t
RrdbBinary format only
SASsas7bdatUncompressed format only
SPLUSsdd
SPSSsavUncompressed format only
SQL Server*A config file with a content like this:

\n\t\tmssql
\n\t\thost:192.168.0.121
\n\t\tusername:bob
\n\t\tpassword:secret
\n\t\tquery:select * from mytable
\n\t
StatadtaStata 8 or higher
Tabular file*The names of the fields are expected on the first line
Bzip2 filebz2The uncompressed file must be in one of the previous formats
Gzip filegzThe uncompressed file must be in one of the previous formats
Web file*Contains the url of the data. The remote file must be in one of the previous formats
\n

If you click the clipboard button, the data must be in tabular form, with the name of the fields on the first line.

\n

Main window

\n

Once the data have been successfully loaded, the main window is displayed :

\n

\"workspace\"

\n

Here are the elements of the interface :

\n
    \n
  1. \n

    List of the categorical fields (aka "the pink zone"). By default only 10 fields are displayed. To resize the list, move the mouse just below the list and drag to shrink or extend the list. To scroll the list, move the mouse to the right of the list.

    \n
  2. \n
  3. \n

    Icons of the existing analyses (graphs). To run a new analysis, just drag its icon to the workspace.

    \n
  4. \n
  5. \n

    List of the numerical fields (aka "the blue zone"). By default only 10 fields are displayed. To resize the list, move the mouse just below the list and drag to shrink or extend the list. To scroll the list, move the mouse to the right of the list.

    \n
  6. \n
  7. \n

    Icons of the tools

    \n
  8. \n
  9. \n

    Status bar. This area gives at any time details about the object under the mouse, or the action your are about to do.

    \n
  10. \n
  11. \n

    Dock This area is used to keep graphs that are temporarily removed from the workspace.

    \n
  12. \n
  13. \n

    Version number

    \n
  14. \n
  15. \n

    Memory usage

    \n
  16. \n
  17. \n

    Workspace. This area is where the graphs are created and arranged.

    \n
  18. \n
\n

Graph

\n

To create a new graph, drag its icon to the workspace. Alternatively if you dont know which icon to look at, you can right-click or control-click on the workspace to get a menu with all the possible analyses.

\n

A graph is represented by an area with different noticeable parts :\n\"graph\"

\n
    \n
  1. \n

    Close box. Click on this box to close the graph. All the computations done will be lost.

    \n
  2. \n
  3. \n

    Option menu. Some graphs have different ways of representing the results. In that case click on this sign to bring up the menu to choose from. Alternatively, right-click or control-click within the graph.

    \n
  4. \n
  5. \n

    Title bar. This area shows the current selection (see below). Click on this area to drag the graph around.

    \n
  6. \n
  7. \n

    Slots. These are the places where you can define the parameters of the analysis. Depending on the graph, different combinations of slots are shown. On a pink slot you can drag a categorical field. On a blue slot you can drag a numerical slot. Parameters can be swapped by dragging from one slot to another one ( of the same graph, and of the same color ).

    \n
  8. \n
  9. \n

    Resize box. Click on this box and drag to resize the graph.

    \n
  10. \n
\n

To change the type of a graph, drag the icon of the new type onto the graph. The new analysis will retain the parameters and selection of the previous one.

\n

Selection

\n

Every analysis can be restricted to a part of the data only. The set of observations (records) currently processed by a graph is named the selection, and is displayed in the title bar .\nInitially, the selection consists of all the observations, and the title is blank.

\n
Selection based on a categorical field
\n
    \n
  • Use a type of graph that allows to split the dataset into the desired groups : pie chart, bar chart, treemap.
  • \n
  • Drag the slice of the group to be processed out of the graph, onto the workspace.
  • \n
  • This creates a new pie chart with a selection equal to the slice's category.
  • \n
  • Drag the icon of the wanted analysis onto this second graph. It will change its type, but will retain the selection. The type of graph can be changed as many times as wished, all the analyses will be conducted on the same selection.
  • \n
\n

Conversely, the selection of an existing graph can be changed by dragging a pie slice onto its\ntitle. This allows to conduct successively the same analysis on different parts of the data.

\n
Selection based on a numerical field
\n
    \n
  • Drag a numerical field from the blue zone to the title of an existing graph. The selection will consists of all the observations with a non-null value of the field. Typically a dummy variable (with values 0 or 1) would be used for this, but not necessarily.
  • \n
\n
Combining selections
\n

Dragging a slice to the title of a graph which already has a selection will combine the two\nsets.

\n

If the two variables are the same, the resulting selection will be the union of the two sets. Example: a pie graph splits the data into Apples, Pears, Peaches, and Apricots. If you drag the apple slice to the title of another graph, the selection will be Apples. If you then drag the peach slice to the title of the graph, the selection will be Apples + Peaches

\n

If the two variables are not the same, the resulting selection will be the intersection of the two sets. Example : a pie graph splits the data into Apples, Pears, Peaches and Apricots. If you drag the apple slice to the title of another graph, the selection will be Apples. If you change the variable defining the pie to split the data into Organic and Non-Organic, and drag the Organic\nslice to the title of the second graph, the selection will be Apples AND Organic.

\n

Conversions

\n

When loading the data, the Explorer identifies fields containing only numbers as numeric, and all others fields as categorical. Sometimes it is desirable to change this. Several possibilities exist.

\n
    \n
  • \n

    Drag a numerical field to the pink zone. The field is converted to categorical, the values are the same but as strings of characters.

    \n
  • \n
  • \n

    Drag a categorical field to the blue zone. Each category gives a dummy variable of the same name, Therefore, there are as many dummies as categories of the initial field, and all the dummies are exclusive. Example : COLOR is the categorical field converted:

    \n
  • \n
\n

Original data:

\n\n\n\n\n\n\n
IDCOLOR
1Blue
2Red
3Green
4Red
\n

Data after the conversion

\n\n\n\n\n\n\n
IDBlueRedGreen
1100
2010
3001
4010
\n
    \n
  • Drag the special numerical field "1" to the pink zone. This "pivots" the data. Each numerical field becomes a category of a new PIVOT field, whose value is in a new COUNT field.\nEach original record gives as many records as the number of numerical fields. Example: HEIGHT, WIDTH and DEPTH are the numerical fields.
  • \n
\n

Original data :

\n\n\n\n\n\n
IDCOLORHEIGHTWIDTHDEPTH
1Blue1422511
2Red1751216
3Green1094814
\n

Data after the pivot :

\n\n\n\n\n\n\n\n\n\n\n\n
IDCOLORPIVOTCOUNT
1BlueHEIGHT142
1BlueWIDTH25
1BlueDEPTH11
2RedHEIGHT175
2RedWIDTH12
2RedDEPTH16
3GreenHEIGHT109
3GreenWIDTH48
3GreenDEPTH14

Units

    \n
  • \n

    All the analyses applied to categorical fields (whose icon is pink) count the observations. For example in a pie chart the slices are proportional to the number of observations of each category. Sometimes the counts have to be weighted. This is done by changing the "unit" of the graph, by dragging a numerical field onto the graph. The title of the graph is turned blue to indicate that the counts are weighted. The status bar also shows the values or percentages in the new unit. To remove the unit and go back to the normal counting, drag the special field "1" onto the graph.

    \n
  • \n
  • \n

    All the analyses that represents datapoints in a 2D plane ( scatter plot, PCA, discriminant analysis, ternary plot, etc) can also be modified. If a numerical field is set as unit, the datapoints are displayed as circles whose size is proportional to the unit :

    \n
  • \n

\"balloons\"

Tools

Here are the various tools proposed by the toolbar at the bottom of the screen :

\"graph\"

    \n
  • \n

    Sort : drag this icon onto a field, or drag a field onto this icon to sort the data in ascending order. Do the same sort again to sort in descending order. The sort is stable : to sort the data by a key consisting of field1,field2,field3, you must sort by field3 first, then field2, and finally field1.

    \n
  • \n
  • \n

    Clone. Drag this icon onto a graph to get a copy of it, with the same parameters. If the computation is slow, this allows to bypass the second computation.

    \n
  • \n
  • \n

    Add : Drag this icon to the pink or blue zone to create a new field. See below.

    \n
  • \n
  • \n

    Help. Drag this icon onto a graph to get some informations about the analysis, the results produced, the representation options, and the possible actions.

    \n
  • \n
  • \n

    Picture : Drag this icon onto a graph to get its image in png format.

    \n
  • \n
  • \n

    Table : Drag this icon to the pink or blue zone to get a table of the values of the dataset.\nDrag this icon onto a graph to get a table of the numerical results. They can be copied to the clipboard ( with control-C or command-C ) and pasted into another software.

    \n
  • \n
  • \n

    Dustbin : Drag this icon onto a field, or drag a field onto this icon to permanently remove the field ( if the field is used by some graphs, it cannot be removed ). Drag a pie slice, a bar, or a tree map slice onto this icon to permanently remove the corresponding records. The original input file is not modified.

    \n
  • \n

Types of analysis

    \n
  • Pie chart
  • \n
  • Bar chart
  • \n
  • Line chart
  • \n
  • Association diagram
  • \n
  • Word cloud
  • \n
  • Arc diagram
  • \n
  • Contingency table
  • \n
  • Multiple Correspondence analysis
  • \n
  • 3-variable graph
  • \n
  • Treemap
  • \n
  • Chi-2 tests\n
      \n
    • Pearson' chi-square test
    • \n
    • Yates' chi-square test
    • \n
    • G-test
    • \n
    • Fisher's exact test
    • \n
    \n
  • \n
  • Gini impurity
  • \n
  • Entropy
  • \n
  • Repartition curve
  • \n
  • Distribution curve
  • \n
  • Scatter plot
  • \n
  • Ternary plot
  • \n
  • Andrew's curves
  • \n
  • Survey plot
  • \n
  • 3D plot
  • \n
  • Correlations
  • \n
  • Autocorrelation plot
  • \n
  • Probability plot
  • \n
  • Tukey-lambda PPCC plot
  • \n
  • Lag plot
  • \n
  • General statistics
  • \n
  • Normality tests\n
      \n
    • Shapiro-Wilk test
    • \n
    • Anderson-Darling test
    • \n
    • Lilliefors test
    • \n
    • D'Agostino test
    • \n
    • Anscombe test
    • \n
    • Omnibus test
    • \n
    • Jarque-Bera test
    • \n
    \n
  • \n
  • Analysis of variance\n
      \n
    • Bartlett's test
    • \n
    • F-test
    • \n
    • Levene test
    • \n
    • Brown Forsythe test
    • \n
    • Box's M test
    • \n
    • Student's T-test
    • \n
    • Welch T-test
    • \n
    • Hotelling's test
    • \n
    • Wilk's lambda
    • \n
    • Lawley-Hotelling trace
    • \n
    • Pillai trace
    • \n
    • Two-way anova
    • \n
    \n
  • \n
  • Non-parametric tests\n
      \n
    • Kolmogorov-Smirnov test
    • \n
    • Kruskal-Wallis test
    • \n
    • Jonckheere test
    • \n
    • Cochran Q test
    • \n
    • Durbin test
    • \n
    • Friedman test
    • \n
    • Mantel-Haenszel test
    • \n
    • Breslow-Day test
    • \n
    • Woolf test
    • \n
    \n
  • \n
  • Principal components
  • \n
  • Canonical correlation analysis
  • \n
  • K-means
  • \n
  • K-medoids
  • \n
  • Fuzzy C-means
  • \n
  • Huen diagram
  • \n
  • Dendogram
  • \n
  • Radviz
  • \n
  • Discriminant analysis
  • \n
  • Regressions\n
      \n
    • Linear regression
    • \n
    • Poisson regression
    • \n
    • Negative binomial regression
    • \n
    • Logistic regression
    • \n
    • Least angle regression
    • \n
    \n
  • \n
  • Influence plot
  • \n
  • QQ plot
  • \n
  • Box plot
  • \n
  • Parallel coordinates
  • \n
  • Neural network (perceptron)
  • \n

In the browser

The Explorer can also be executed in any modern browser. Open app/index.html,\npaste the data from the clipboard, and click OK.

Credits

The Explorer takes advantage of some very useful npm modules :

    \n
  • gapitoken Node.js module for Google API service account authorization
  • \n
  • mongodb The official MongoDB driver for Node.js
  • \n
  • pg Pure javascript PostgreSQL client for node.ja
  • \n
  • lzma-purejs pure JavaScript LZMA de/compression, for node.js
  • \n
  • mysql A node.js driver for mysql
  • \n
  • request Simplified HTTP request client
  • \n
  • synaptic Architecture-free neural network library for node.js and the browser
  • \n
  • tedious A TDS driver, for connecting to MS SQLServer databases
  • \n

Contact

jfbouzereau@netcourrier.com

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
", + "readmeOriginal": "

Introduction

\n

This Explorer allows to perform various statistical analyses and data mining operations in a very easy and intuitive way. As the name implies, this software aims at exploring data and getting quick insight of the order of magnitude of the observed objects. That's why it does focus on graphical representation and mouse driven operations, unlike the traditional statistical tools cluttered with numerous dialog boxes and lists with five decimal figures. You can, however, have the detailed numbers once your analysis is completed.

\n

Videos

\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n
Overview\n\t\t\n\t\t\t\n\t\t \n\t\t\n\t\t\t\n\t\t
Contingency table\n\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t
Weather data\n\t\t\n\t\t\t\n\t\t\n\t\n\t\t\n\t\t\t\n\t\t\n\t
Animation \n\t\t\n\t\t\t\n\t\t\n\t\n\t\t\n\t\t\t\n\t\t\n\t
\n

Screenshots

\n

\"explorer\n\"explorer

\n\n

Installation and run

\n

The Explorer is written in javascript and built with electron,

\n
OSX
\n

Download the latest version for darwin from the release page.

\n
Windows
\n

Download the latest version corresponding to your system (32bit or 64bit) from the release page. The application is bundled into a single exe file, thanks to BoxedApp Packer .

\n
Linux
\n

Follow the \"Build from source\" instructions below.

\n

Build from Source

\n

Should you want to go the Build & Deploy route -you'll require node.js (developed\non v6.1.0, confirmed to work on v4.7.3) and npm (comes with node.js, developed using v3.9.5, confirmed to work on v2.15.11).

\n

Download and unzip the Source files (zip or tar.gz) from the the release page, or clone the repository:

\n
git clone https://github.com/jfbouzereau/explorer.git
\n

Enter the Explorer's directory with cd explorer-1.x/app (if you downloaded it from Releases) or cd explorer/app (if you cloned the repository).

\n

Install the dependencies:

\n
npm install
\n

And launch the app:

\n
npm start
\n

Data loading

\n

At launch time, the Explorer shows a window to choose the dataset to use. You can either drag and drop a file from your computer desktop, or click the clipboard button.

\n

\"explorer

\n

Various file formats are accepted :

\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\t\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\t\n\t\n\n\t\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\t\n\n
SourceFile extensionRemarks
Accessmdb , accdbAccess 2000 or higher
ARFF / KEEL*No comments at the beginning of the file.
\n\tThe first line must be @relation \n\t
BigQuery*A config file with a content like this:
\nBigQuery
\nclient_secret:/full/path/to/my_private_key.json
\nquery:select * from lookerdata:cdc.project_tycho_reports limit 1000
\ntimeout:60000
\n\t
dBasedbf
ExcelxlsxThe names of the fields are expected at the top of the columns
JMPjmp
JSON file*A JSON array of records
LIMDEP / NLOGITlpj
MINITABmtw
MLwiNwsUncompressed format only
MongoDB*A config file with a content like this:

\n\t\tmongodb
\n\t\thost:192.168.0.121:27017
\n\t\tdatabase:geo
\n\t\tcollection:countries
\n\t\tquery:{cont:{$eq:\"EU\"},pop:{$gt:50000000}}
\n\t
Mysql*A config file with a content like this:

\nmysql
\nhost:192.168.0.2
\nuser:bob
\npassword:secret
\ndatabase:test
\nquery:select * from mytable
\n\t
Postgres*A config file with a content like this:

\npostgres
\nhost:192.168.0.2
\nuser:bob
\npassword:secret
\ndatabase:test
\nquery:select * from mytable
\n
\nor:
\npostgres
\nconnection:bob:secret@192.168.0.2/test
\nquery:select * from mytable
\n\t
RrdbBinary format only
SASsas7bdatUncompressed format only
SPLUSsdd
SPSSsavUncompressed format only
SQL Server*A config file with a content like this:

\n\t\tmssql
\n\t\thost:192.168.0.121
\n\t\tusername:bob
\n\t\tpassword:secret
\n\t\tquery:select * from mytable
\n\t
StatadtaStata 8 or higher
Tabular file*The names of the fields are expected on the first line
Bzip2 filebz2The uncompressed file must be in one of the previous formats
Gzip filegzThe uncompressed file must be in one of the previous formats
Web file*Contains the url of the data. The remote file must be in one of the previous formats
\n

If you click the clipboard button, the data must be in tabular form, with the name of the fields on the first line.

\n

Main window

\n

Once the data have been successfully loaded, the main window is displayed :

\n

\"workspace\"

\n

Here are the elements of the interface :

\n
    \n
  1. \n

    List of the categorical fields (aka \"the pink zone\"). By default only 10 fields are displayed. To resize the list, move the mouse just below the list and drag to shrink or extend the list. To scroll the list, move the mouse to the right of the list.

    \n
  2. \n
  3. \n

    Icons of the existing analyses (graphs). To run a new analysis, just drag its icon to the workspace.

    \n
  4. \n
  5. \n

    List of the numerical fields (aka \"the blue zone\"). By default only 10 fields are displayed. To resize the list, move the mouse just below the list and drag to shrink or extend the list. To scroll the list, move the mouse to the right of the list.

    \n
  6. \n
  7. \n

    Icons of the tools

    \n
  8. \n
  9. \n

    Status bar. This area gives at any time details about the object under the mouse, or the action your are about to do.

    \n
  10. \n
  11. \n

    Dock This area is used to keep graphs that are temporarily removed from the workspace.

    \n
  12. \n
  13. \n

    Version number

    \n
  14. \n
  15. \n

    Memory usage

    \n
  16. \n
  17. \n

    Workspace. This area is where the graphs are created and arranged.

    \n
  18. \n
\n

Graph

\n

To create a new graph, drag its icon to the workspace. Alternatively if you dont know which icon to look at, you can right-click or control-click on the workspace to get a menu with all the possible analyses.

\n

A graph is represented by an area with different noticeable parts :\n\"graph\"

\n
    \n
  1. \n

    Close box. Click on this box to close the graph. All the computations done will be lost.

    \n
  2. \n
  3. \n

    Option menu. Some graphs have different ways of representing the results. In that case click on this sign to bring up the menu to choose from. Alternatively, right-click or control-click within the graph.

    \n
  4. \n
  5. \n

    Title bar. This area shows the current selection (see below). Click on this area to drag the graph around.

    \n
  6. \n
  7. \n

    Slots. These are the places where you can define the parameters of the analysis. Depending on the graph, different combinations of slots are shown. On a pink slot you can drag a categorical field. On a blue slot you can drag a numerical slot. Parameters can be swapped by dragging from one slot to another one ( of the same graph, and of the same color ).

    \n
  8. \n
  9. \n

    Resize box. Click on this box and drag to resize the graph.

    \n
  10. \n
\n

To change the type of a graph, drag the icon of the new type onto the graph. The new analysis will retain the parameters and selection of the previous one.

\n

Selection

\n

Every analysis can be restricted to a part of the data only. The set of observations (records) currently processed by a graph is named the selection, and is displayed in the title bar .\nInitially, the selection consists of all the observations, and the title is blank.

\n
Selection based on a categorical field
\n
    \n
  • Use a type of graph that allows to split the dataset into the desired groups : pie chart, bar chart, treemap.
  • \n
  • Drag the slice of the group to be processed out of the graph, onto the workspace.
  • \n
  • This creates a new pie chart with a selection equal to the slice's category.
  • \n
  • Drag the icon of the wanted analysis onto this second graph. It will change its type, but will retain the selection. The type of graph can be changed as many times as wished, all the analyses will be conducted on the same selection.
  • \n
\n

Conversely, the selection of an existing graph can be changed by dragging a pie slice onto its\ntitle. This allows to conduct successively the same analysis on different parts of the data.

\n
Selection based on a numerical field
\n
    \n
  • Drag a numerical field from the blue zone to the title of an existing graph. The selection will consists of all the observations with a non-null value of the field. Typically a dummy variable (with values 0 or 1) would be used for this, but not necessarily.
  • \n
\n
Combining selections
\n

Dragging a slice to the title of a graph which already has a selection will combine the two\nsets.

\n

If the two variables are the same, the resulting selection will be the union of the two sets. Example: a pie graph splits the data into Apples, Pears, Peaches, and Apricots. If you drag the apple slice to the title of another graph, the selection will be Apples. If you then drag the peach slice to the title of the graph, the selection will be Apples + Peaches

\n

If the two variables are not the same, the resulting selection will be the intersection of the two sets. Example : a pie graph splits the data into Apples, Pears, Peaches and Apricots. If you drag the apple slice to the title of another graph, the selection will be Apples. If you change the variable defining the pie to split the data into Organic and Non-Organic, and drag the Organic\nslice to the title of the second graph, the selection will be Apples AND Organic.

\n

Conversions

\n

When loading the data, the Explorer identifies fields containing only numbers as numeric, and all others fields as categorical. Sometimes it is desirable to change this. Several possibilities exist.

\n
    \n
  • \n

    Drag a numerical field to the pink zone. The field is converted to categorical, the values are the same but as strings of characters.

    \n
  • \n
  • \n

    Drag a categorical field to the blue zone. Each category gives a dummy variable of the same name, Therefore, there are as many dummies as categories of the initial field, and all the dummies are exclusive. Example : COLOR is the categorical field converted:

    \n
  • \n
\n

Original data:

\n\n\n\n\n\n\n
IDCOLOR
1Blue
2Red
3Green
4Red
\n

Data after the conversion

\n\n\n\n\n\n\n
IDBlueRedGreen
1100
2010
3001
4010
\n
    \n
  • Drag the special numerical field \"1\" to the pink zone. This \"pivots\" the data. Each numerical field becomes a category of a new PIVOT field, whose value is in a new COUNT field.\nEach original record gives as many records as the number of numerical fields. Example: HEIGHT, WIDTH and DEPTH are the numerical fields.
  • \n
\n

Original data :

\n\n\n\n\n\n
IDCOLORHEIGHTWIDTHDEPTH
1Blue1422511
2Red1751216
3Green1094814
\n

Data after the pivot :

\n\n\n\n\n\n\n\n\n\n\n\n
IDCOLORPIVOTCOUNT
1BlueHEIGHT142
1BlueWIDTH25
1BlueDEPTH11
2RedHEIGHT175
2RedWIDTH12
2RedDEPTH16
3GreenHEIGHT109
3GreenWIDTH48
3GreenDEPTH14

Units

    \n
  • \n

    All the analyses applied to categorical fields (whose icon is pink) count the observations. For example in a pie chart the slices are proportional to the number of observations of each category. Sometimes the counts have to be weighted. This is done by changing the \"unit\" of the graph, by dragging a numerical field onto the graph. The title of the graph is turned blue to indicate that the counts are weighted. The status bar also shows the values or percentages in the new unit. To remove the unit and go back to the normal counting, drag the special field \"1\" onto the graph.

    \n
  • \n
  • \n

    All the analyses that represents datapoints in a 2D plane ( scatter plot, PCA, discriminant analysis, ternary plot, etc) can also be modified. If a numerical field is set as unit, the datapoints are displayed as circles whose size is proportional to the unit :

    \n
  • \n

\"balloons\"

Tools

Here are the various tools proposed by the toolbar at the bottom of the screen :

\"graph\"

    \n
  • \n

    Sort : drag this icon onto a field, or drag a field onto this icon to sort the data in ascending order. Do the same sort again to sort in descending order. The sort is stable : to sort the data by a key consisting of field1,field2,field3, you must sort by field3 first, then field2, and finally field1.

    \n
  • \n
  • \n

    Clone. Drag this icon onto a graph to get a copy of it, with the same parameters. If the computation is slow, this allows to bypass the second computation.

    \n
  • \n
  • \n

    Add : Drag this icon to the pink or blue zone to create a new field. See below.

    \n
  • \n
  • \n

    Help. Drag this icon onto a graph to get some informations about the analysis, the results produced, the representation options, and the possible actions.

    \n
  • \n
  • \n

    Picture : Drag this icon onto a graph to get its image in png format.

    \n
  • \n
  • \n

    Table : Drag this icon to the pink or blue zone to get a table of the values of the dataset.\nDrag this icon onto a graph to get a table of the numerical results. They can be copied to the clipboard ( with control-C or command-C ) and pasted into another software.

    \n
  • \n
  • \n

    Dustbin : Drag this icon onto a field, or drag a field onto this icon to permanently remove the field ( if the field is used by some graphs, it cannot be removed ). Drag a pie slice, a bar, or a tree map slice onto this icon to permanently remove the corresponding records. The original input file is not modified.

    \n
  • \n

Types of analysis

    \n
  • Pie chart
  • \n
  • Bar chart
  • \n
  • Line chart
  • \n
  • Association diagram
  • \n
  • Word cloud
  • \n
  • Arc diagram
  • \n
  • Contingency table
  • \n
  • Multiple Correspondence analysis
  • \n
  • 3-variable graph
  • \n
  • Treemap
  • \n
  • Chi-2 tests\n
      \n
    • Pearson' chi-square test
    • \n
    • Yates' chi-square test
    • \n
    • G-test
    • \n
    • Fisher's exact test
    • \n
    \n
  • \n
  • Gini impurity
  • \n
  • Entropy
  • \n
  • Repartition curve
  • \n
  • Distribution curve
  • \n
  • Scatter plot
  • \n
  • Ternary plot
  • \n
  • Andrew's curves
  • \n
  • Survey plot
  • \n
  • 3D plot
  • \n
  • Correlations
  • \n
  • Autocorrelation plot
  • \n
  • Probability plot
  • \n
  • Tukey-lambda PPCC plot
  • \n
  • Lag plot
  • \n
  • General statistics
  • \n
  • Normality tests\n
      \n
    • Shapiro-Wilk test
    • \n
    • Anderson-Darling test
    • \n
    • Lilliefors test
    • \n
    • D'Agostino test
    • \n
    • Anscombe test
    • \n
    • Omnibus test
    • \n
    • Jarque-Bera test
    • \n
    \n
  • \n
  • Analysis of variance\n
      \n
    • Bartlett's test
    • \n
    • F-test
    • \n
    • Levene test
    • \n
    • Brown Forsythe test
    • \n
    • Box's M test
    • \n
    • Student's T-test
    • \n
    • Welch T-test
    • \n
    • Hotelling's test
    • \n
    • Wilk's lambda
    • \n
    • Lawley-Hotelling trace
    • \n
    • Pillai trace
    • \n
    • Two-way anova
    • \n
    \n
  • \n
  • Non-parametric tests\n
      \n
    • Kolmogorov-Smirnov test
    • \n
    • Kruskal-Wallis test
    • \n
    • Jonckheere test
    • \n
    • Cochran Q test
    • \n
    • Durbin test
    • \n
    • Friedman test
    • \n
    • Mantel-Haenszel test
    • \n
    • Breslow-Day test
    • \n
    • Woolf test
    • \n
    \n
  • \n
  • Principal components
  • \n
  • Canonical correlation analysis
  • \n
  • K-means
  • \n
  • K-medoids
  • \n
  • Fuzzy C-means
  • \n
  • Huen diagram
  • \n
  • Dendogram
  • \n
  • Radviz
  • \n
  • Discriminant analysis
  • \n
  • Regressions\n
      \n
    • Linear regression
    • \n
    • Poisson regression
    • \n
    • Negative binomial regression
    • \n
    • Logistic regression
    • \n
    • Least angle regression
    • \n
    \n
  • \n
  • Influence plot
  • \n
  • QQ plot
  • \n
  • Box plot
  • \n
  • Parallel coordinates
  • \n
  • Neural network (perceptron)
  • \n

In the browser

The Explorer can also be executed in any modern browser. Open app/index.html,\npaste the data from the clipboard, and click OK.

Credits

The Explorer takes advantage of some very useful npm modules :

    \n
  • gapitoken Node.js module for Google API service account authorization
  • \n
  • mongodb The official MongoDB driver for Node.js
  • \n
  • pg Pure javascript PostgreSQL client for node.ja
  • \n
  • lzma-purejs pure JavaScript LZMA de/compression, for node.js
  • \n
  • mysql A node.js driver for mysql
  • \n
  • request Simplified HTTP request client
  • \n
  • synaptic Architecture-free neural network library for node.js and the browser
  • \n
  • tedious A TDS driver, for connecting to MS SQLServer databases
  • \n

Contact

jfbouzereau@netcourrier.com

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
", + "readmeFetchedAt": "2020-09-18T00:10:40.271Z" }, "ferdi": { "readmeCleaned": "

\n \n \"\"\n \n

\n

\n \n \"Download\"\n \n

\n

Ferdi

\n

\n\"GitHub\n\n\"Contributors\"\n \n\"Open\n\"Open\n\"Build\n\"Build\n

\n

🤴🏽 Hard-fork of Franz, adding awesome features and removing unwanted ones.

\n

Table of contents

\n
\nToggle navigation\n\n
\n

What is Ferdi?

\n

Ferdi is a messaging browser that allows you to combine your favorite messaging services into one application. It is based on Franz - a software already used by thousands of people - with the difference that Ferdi gives you many additional features and doesn't restrict its usage! Ferdi is compatible with your existing Franz account so you can continue right where you left off. Find out more about Ferdi and its features on getferdi.com.

\n

Features

\n
    \n
  • Ferdi puts all your messaging services into one place
  • \n
  • Native support for 100+ services
  • \n
  • Workspaces to keep your personal and work life separated
  • \n
  • Support for multiple accounts on any service
  • \n
  • Dark Mode support for all of your services
  • \n
  • Optional cloud sync to keep your services synchronized between devices
  • \n
  • Better control over when you get which notifications
  • \n
  • Cross-platform so you can view your services on all your computers
  • \n
  • Full proxy support to work in every network environment
  • \n
  • Ferdi speaks your language: Support for 20+ languages
  • \n
\n

...and best of all:

\n
    \n
  • Its completely free! There are no restrictions on features, no paywalls
  • \n
\n

What does Ferdi look like?

\n
\nToggle screenshots\n

\n\"Keep\n"Keep all your messaging services in one place."\n\"Order\n"Order your services with Ferdi Workspaces."\n\"Always\n"Always keep your Todos list open with Ferdi Todos."\n\"Supporting\n"Supporting all your services."\n

\n
\n

Download Ferdi

\n

You can download Ferdi for Windows, Mac and Linux on Ferdi's download page or you can find all variants in the latest stable release assets and all the other release here.

\n

Or use homebrew (macOS only)

\n

$ brew cask install ferdi

\n

(Don't know homebrew? brew.sh)

\n

Or use AUR (Arch Linux)

\n

Ferdi has three separate AUR packages you can use:

\n
    \n
  • ferdi: Uses your system electron version to run the latest release - this version will work best on most systems.
  • \n
  • ferdi-bin: Uses the latest Fedora release and extracts it to Arch. Use this version if you are having trouble with the ferdi package.
  • \n
  • ferdi-git: Uses your system electron version to run the latest commit from the develop branch and may be unstable but may also give you features that are not yet available in other versions. Please only use ferdi-git if you accept these risks.
  • \n
\n

If you use an AUR Helper e.g. yay, simply install it via yay -S ferdi.

\n

What makes Ferdi different from Franz?

\n

Removes unproductive paywalls and other other interruptions

\n
    \n
  • Removes the counter-productive fullscreen app delay inviting users to upgrade
  • \n
  • Removes pages begging you to donate after registration
  • \n
  • Removes "Franz is better together" popup
  • \n
  • Makes all users Premium by default (#15)
  • \n
\n

Adds features to increase your productivity

\n\n

Adds features to improve your privacy

\n\n

Adds features to improve your experience using Ferdi

\n
    \n
  • Adds Universal Dark Mode via the DarkReader extension (#71)
  • \n
  • Adds Dark Reader settings (#531, #568), 💖 @Room4O4 & @mahadevans87
  • \n
  • Adds adaptable Dark Mode that will respect the system's Dark Mode setting (#173, #548 (💖 @Room4O4 & @mahadevans87))
  • \n
  • Adds a hotkey to quickly toggle darkmode (#530, #537), 💖 @Room4O4 & @mahadevans87
  • \n
  • Adds an option to start Ferdi minimized (#490, #534)
  • \n
  • Adds ability to change the services icons size and sidebar width (#153)
  • \n
  • Adds an option to auto-hide the menubar (#7, franz#833)
  • \n
  • Enhances system tray icon behaviour (#307)
  • \n
  • Adds option to show draggable window area on macOS (#304, #532)
  • \n
  • Adds a notification & audio toggle action to the tray context menu (#542), 💖 @Room4O4 & @mahadevans87
  • \n
  • Adds option to show a browser-like navigation bar on all services
  • \n
  • Adds option to change accent color
  • \n
  • Reflects your currently opened service name to the window title to improve support for Password Managers (#213), 💖 @gmarec
  • \n
  • Allows using SVGs for service custom icon
  • \n
  • Adds button to open darkmode.css for a service
  • \n
  • Improves "About Ferdi" screen to better display versions
  • \n
  • Improves user onboarding (#493)
  • \n
  • Improves "Updates" section in settings (#506), 💖 @yourcontact
  • \n
  • Improves draggable window area height for macOS (#304, #479)
  • \n
  • Adds option to start Ferdi in system tray (#331), 💖 @jereksel
  • \n
  • Fixes and enhances context menu (#357 #413 #452 #354 #227)
  • \n
  • Adds better support for macOS dark mode
  • \n
  • Adds option to disable reload of services after resuming Ferdi (#442), 💖 @n0emis
  • \n
  • Comes with a custom branding proper to Ferdi
  • \n
  • Adds better separation in settings
  • \n
  • Adds various other UI improvements
  • \n
  • Improves documentation of development so more developers can help making Ferdi even better
  • \n
  • Updates Microsoft Teams to allow Desktop Sharing (getferdi/recipes#116), 💖 @Gautasmi
  • \n
  • Removes automatic reloading from WhatsApp
  • \n
\n

Removed bugs

\n
    \n
  • Fixes bug that would incorrectly display unread messages count on some services (more info in 7566ccd)
  • \n
  • Fixes zooming
  • \n
  • Fixes login problems in Google services
  • \n
  • Fixes missing Slack services custom icons (#290)
  • \n
  • Fixes bug that marked valid domains as invalid (#276)
  • \n
  • Fixes microphone/camera access on some versions of macOS (#193)
  • \n
  • Fixes cache clearing not working in Windows 10 (#541, #544), 💖 @Room4O4 & @mahadevans87
  • \n
  • Fixes Home button in navigation bar not correctly navigating (#571, #573), 💖 @Room4O4 & @mahadevans87
  • \n
  • Fixes notifications for various services, 💖 @FeikoJoosten
  • \n
  • Refocuses Webview only for active service (#610), 💖 @Room4O4 & @mahadevans87
  • \n
\n

Adds new platforms

\n
    \n
  • Adds portable version for Windows so you can use Ferdi without even installing it, 💖 @Makazzz
  • \n
  • Adds Arch Linux AUR packages, 💖 @AGCaesar
  • \n
  • Adds Ferdi as a Flatpak on Flathub (#323), 💖 @lhw
  • \n
\n

Adds internal changes

\n
    \n
  • Upgrades to Electron 8.1.1
  • \n
  • Switches to electron-spellchecker to improve application size
  • \n
  • Minifies build files to improve app size
  • \n
  • Adds "npm run prepare-code" command for development to lint and beautify code
  • \n
  • Adds "npm run link-readme" command to automatically add links to issues and users inside README.md
  • \n
  • Fixes incorrect body closing tag (#330), 💖 @jereksel
  • \n
  • Uses CrowdIn to improve i18n
  • \n
  • Adds retry commands to flaky build steps (#498)
  • \n
  • Runs utility scripts pre-commit instead of pre-push (#515)
  • \n
\n
\n

Thanks to all our contributors who helped realize all these amazing features! 💖

\n
\n

Development

\n

Install OS dependencies

\n

Node.js

\n

Please make sure you are running NodeJS v10 or above.

\n

Git

\n

The version 2.23.0 for Git is working fine for development. You can then use the console from Git to do the development procedure.

\n

Debian/Ubuntu

\n
$ apt install libx11-dev libxext-dev libxss-dev libxkbfile-dev
\n

Fedora

\n
$ dnf install libX11-devel libXext-devel libXScrnSaver-devel libxkbfile-devel
\n

Windows

\n
$ npm install --global windows-build-tools --vs2015
\n

Clone repository with submodule

\n
$ git clone https://github.com/getferdi/ferdi.git\n$ cd ferdi\n$ git submodule update --init --recursive
\n

It is important you execute the last command to get the required submodules (recipes, server).

\n

Install dependencies

\n

Run the following command to install all dependencies, and link sibling modules with Ferdi.

\n
$ npx lerna bootstrap
\n

If you previously ran npm install it sometimes is necessary to delete your node_modules folder before running npx lerna bootstrap. If you encounter the gyp: No Xcode or CLT version error on macOS at this step, please have a look here.

\n

Fix native modules to match current electron node version

\n
$ npm run rebuild
\n

Start development app

\n

Run these two commands simultaneously in different terminals:

\n
$ npm run dev\n$ DEBUG=Ferdi:* npm run start
\n

Optionally, you can run both commands in one terminal with misty (see misty.yml):

\n
$ DEBUG=Ferdi:* npx misty
\n

Note: please prefer debug() over console.log().

\n

Packaging

\n
$ npm run build
\n

Deliverables will be available in the out folder.

\n

Release

\n

Create a new draft release that targets the release branch, then:

\n
$ git checkout develop && git pull\n$ git checkout release\n$ git submodule update --remote --force\n$ git add .\n$ git commit -m "Update submodules"\n$ git merge --no-ff develop\n$ git push
\n

Once the draft release assets are uploaded (13 assets), publish the release. The last commit of the release branch will be tagged. You can then merge release into master and back into develop if needed.

\n

Nightly

\n
$ git checkout develop && git pull\n$ git checkout nightly\n$ git submodule update --remote --force\n$ git add .\n$ git commit -m "Update submodules"\n$ git merge --no-ff develop\n$ git push
\n

The draft release and assets will be available in getferdi/nightlies releases. You need to manually publish the draft release as a pre-release for now.

\n

Contributors

\n

Thanks goes to these wonderful people (emoji key):

\n\n\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\"\"
Bennett

💻 🎨 📖 🤔 🌍 💡 🐛 🖋 🚇 📓 💬 📆 👀
\"\"
Amine Mouafik

💻 🎨 📖 🤔 🐛 🖋 🚇 📓 💬 📆 👀 🚧 📦 🔍 📝 🌍
\"\"
Stefan Malzner

💻 🖋 🎨 📖 🤔 🚇 📆 ⚠️ 🌍
\"\"
Makazzz

🐛 💻 🌍 🖋 📖 📦
\"\"
ZeroCool

💻 🤔
\"\"
rseitbekov

💻
\"\"
Peter Bittner

🤔 🐛
\"\"
Justus Saul

🐛 🤔
\"\"
igreil

🤔
\"\"
Marco Lopes

🤔
\"\"
dayzlun

🐛
\"\"
Tobias Günther

🤔
\"\"
AGCaesar

📦
\"\"
xthursdayx

💻 📖 🚇 📦
\"\"
Gaboris

💬 🐛
\"\"
Ce

🐛
\"\"
Stanislav N.

🐛
\"\"
Patrick Curl

🤔
\"\"
Benjamin Staneck

🎨
\"\"
ammarmalhas

🐛 🛡️
\"\"
Steliyan Stoyanov

💻 🤔
\"\"
Bror Winther

📖
\"\"
Felix W. Dekker

📖
\"\"
Sauceee

🎨
\"\"
Lennart Weller

📦
\"\"
Andrzej Ressel

💻
\"\"
Daniel Peukert

💻
\"\"
Ali M. Shiple

🌍
\"\"
elviseras

🌍
\"\"
J370

🌍
\"\"
Koen

🌍
\"\"
Leandro Gehlen

🌍
\"\"
Matthieu42

🌍
\"\"
Nikita Bibanaev

🌍
\"\"
Tatjana1998

🌍
\"\"
tinect

🌍
\"\"
Wonsup Yoon

🌍
\"\"
zutt

🌍
\"\"
n0emis

💻 🌍
\"\"
gmarec

💻
\"\"
127oo1

🌍
\"\"
ChTBoner

🌍
\"\"
Johan Engstrand

🌍
\"\"
Marouane R

💻
\"\"
Roman

💻 🤔
\"\"
Mahadevan Sreenivasan

💻 🤔 👀 🐛 📖 📓
\"\"
Jake Lee

🖋
\"\"
Sampath Kumar Krishnan

💻 👀 🤔 🐛 📖 📓
\"\"
saruwman

📖 💻
\"\"
dorukkarinca

🐛
\"\"
Gautam Singh

💻
\"\"
Feiko Joosten

💻
\"\"
2bdelghafour

🌍
\"\"
Abderrahim Tantaoui

🌍
\"\"
AndiLeni

🌍
\"\"
Bruno Almada

🌍
\"\"
Catarino Gonçalo

🌍
\"\"
Edilson Alzemand Sigmaringa Junior

🌍
\"\"
MAT-OUT

🌍
\"\"
mazzo98

🌍
\"\"
paprika-naught-tiffin-flyspeck

🌍
\"\"
Patrick Valle

🌍
\"\"
peq42_

🌍
\"\"
Pumbinha

🌍
\"\"
Serhiy Dmytryshyn

🌍
\"\"
SMile61

🌍
\"\"
tinect

🌍
\"\"
gega7

🐛
\"\"
tristanplouz

💻 🤔
\"\"
Danny Qiu

💻 🐛
\"\"
Youssef Belyazidi

💻
\"\"
Gabriel Speckhahn

📦
\"\"
Nadiia Ridko

💻
\"\"
Jan Hohner

📓
\"\"
Kristóf Marussy

💻
\"\"
Juan Mora

💻
\n\n\n\n

This project follows the all-contributors specification. Contributions of any kind welcome!

\n

Backers via OpenCollective

\n

\n

Mention to the individuals backing us via GitHub Sponsors as well.

\n

Sponsors via OpenCollective

\n

\n

Other Sponsors

\n

\n \n \n \n

\n

\n \n \n \n

\n
", "readmeOriginal": "

\n \n \"\"\n \n

\n

\n \n \"Download\"\n \n

\n

Ferdi

\n

\n\"GitHub\n\n\"Contributors\"\n \n\"Open\n\"Open\n\"Build\n\"Build\n

\n

🤴🏽 Hard-fork of Franz, adding awesome features and removing unwanted ones.

\n

Table of contents

\n
\nToggle navigation\n\n
\n

What is Ferdi?

\n

Ferdi is a messaging browser that allows you to combine your favorite messaging services into one application. It is based on Franz - a software already used by thousands of people - with the difference that Ferdi gives you many additional features and doesn't restrict its usage! Ferdi is compatible with your existing Franz account so you can continue right where you left off. Find out more about Ferdi and its features on getferdi.com.

\n

Features

\n
    \n
  • Ferdi puts all your messaging services into one place
  • \n
  • Native support for 100+ services
  • \n
  • Workspaces to keep your personal and work life separated
  • \n
  • Support for multiple accounts on any service
  • \n
  • Dark Mode support for all of your services
  • \n
  • Optional cloud sync to keep your services synchronized between devices
  • \n
  • Better control over when you get which notifications
  • \n
  • Cross-platform so you can view your services on all your computers
  • \n
  • Full proxy support to work in every network environment
  • \n
  • Ferdi speaks your language: Support for 20+ languages
  • \n
\n

...and best of all:

\n
    \n
  • Its completely free! There are no restrictions on features, no paywalls
  • \n
\n

What does Ferdi look like?

\n
\nToggle screenshots\n

\n\"Keep\n\"Keep all your messaging services in one place.\"\n\"Order\n\"Order your services with Ferdi Workspaces.\"\n\"Always\n\"Always keep your Todos list open with Ferdi Todos.\"\n\"Supporting\n\"Supporting all your services.\"\n

\n
\n

Download Ferdi

\n

You can download Ferdi for Windows, Mac and Linux on Ferdi's download page or you can find all variants in the latest stable release assets and all the other release here.

\n

Or use homebrew (macOS only)

\n

$ brew cask install ferdi

\n

(Don't know homebrew? brew.sh)

\n

Or use AUR (Arch Linux)

\n

Ferdi has three separate AUR packages you can use:

\n
    \n
  • ferdi: Uses your system electron version to run the latest release - this version will work best on most systems.
  • \n
  • ferdi-bin: Uses the latest Fedora release and extracts it to Arch. Use this version if you are having trouble with the ferdi package.
  • \n
  • ferdi-git: Uses your system electron version to run the latest commit from the develop branch and may be unstable but may also give you features that are not yet available in other versions. Please only use ferdi-git if you accept these risks.
  • \n
\n

If you use an AUR Helper e.g. yay, simply install it via yay -S ferdi.

\n

What makes Ferdi different from Franz?

\n

Removes unproductive paywalls and other other interruptions

\n
    \n
  • Removes the counter-productive fullscreen app delay inviting users to upgrade
  • \n
  • Removes pages begging you to donate after registration
  • \n
  • Removes \"Franz is better together\" popup
  • \n
  • Makes all users Premium by default (#15)
  • \n
\n

Adds features to increase your productivity

\n\n

Adds features to improve your privacy

\n
    \n
  • Adds option to change server to a custom ferdi-server
  • \n
  • Adds option to use Ferdi without an account (#5)
  • \n
  • Uses the Ferdi API instead of Franz's servers
  • \n
  • Adds \"Private Notification\"-Mode, that hides message content from notifications (franz#879)
  • \n
  • Adds Password Lock feature to keep your messages protected (#41, franz#810, franz#950, franz#1430)
  • \n
  • Adds support for unlocking with Touch ID (#367)
  • \n
  • Adds inactivity lock that automatically locks Ferdi after a specified amount of time (#179)
  • \n
  • Adds local recipe repository that removes the need of downloading recipes from a remote server
  • \n
\n

Adds features to improve your experience using Ferdi

\n
    \n
  • Adds Universal Dark Mode via the DarkReader extension (#71)
  • \n
  • Adds Dark Reader settings (#531, #568), 💖 @Room4O4 & @mahadevans87
  • \n
  • Adds adaptable Dark Mode that will respect the system's Dark Mode setting (#173, #548 (💖 @Room4O4 & @mahadevans87))
  • \n
  • Adds a hotkey to quickly toggle darkmode (#530, #537), 💖 @Room4O4 & @mahadevans87
  • \n
  • Adds an option to start Ferdi minimized (#490, #534)
  • \n
  • Adds ability to change the services icons size and sidebar width (#153)
  • \n
  • Adds an option to auto-hide the menubar (#7, franz#833)
  • \n
  • Enhances system tray icon behaviour (#307)
  • \n
  • Adds option to show draggable window area on macOS (#304, #532)
  • \n
  • Adds a notification & audio toggle action to the tray context menu (#542), 💖 @Room4O4 & @mahadevans87
  • \n
  • Adds option to show a browser-like navigation bar on all services
  • \n
  • Adds option to change accent color
  • \n
  • Reflects your currently opened service name to the window title to improve support for Password Managers (#213), 💖 @gmarec
  • \n
  • Allows using SVGs for service custom icon
  • \n
  • Adds button to open darkmode.css for a service
  • \n
  • Improves \"About Ferdi\" screen to better display versions
  • \n
  • Improves user onboarding (#493)
  • \n
  • Improves \"Updates\" section in settings (#506), 💖 @yourcontact
  • \n
  • Improves draggable window area height for macOS (#304, #479)
  • \n
  • Adds option to start Ferdi in system tray (#331), 💖 @jereksel
  • \n
  • Fixes and enhances context menu (#357 #413 #452 #354 #227)
  • \n
  • Adds better support for macOS dark mode
  • \n
  • Adds option to disable reload of services after resuming Ferdi (#442), 💖 @n0emis
  • \n
  • Comes with a custom branding proper to Ferdi
  • \n
  • Adds better separation in settings
  • \n
  • Adds various other UI improvements
  • \n
  • Improves documentation of development so more developers can help making Ferdi even better
  • \n
  • Updates Microsoft Teams to allow Desktop Sharing (getferdi/recipes#116), 💖 @Gautasmi
  • \n
  • Removes automatic reloading from WhatsApp
  • \n
\n

Removed bugs

\n
    \n
  • Fixes bug that would incorrectly display unread messages count on some services (more info in 7566ccd)
  • \n
  • Fixes zooming
  • \n
  • Fixes login problems in Google services
  • \n
  • Fixes missing Slack services custom icons (#290)
  • \n
  • Fixes bug that marked valid domains as invalid (#276)
  • \n
  • Fixes microphone/camera access on some versions of macOS (#193)
  • \n
  • Fixes cache clearing not working in Windows 10 (#541, #544), 💖 @Room4O4 & @mahadevans87
  • \n
  • Fixes Home button in navigation bar not correctly navigating (#571, #573), 💖 @Room4O4 & @mahadevans87
  • \n
  • Fixes notifications for various services, 💖 @FeikoJoosten
  • \n
  • Refocuses Webview only for active service (#610), 💖 @Room4O4 & @mahadevans87
  • \n
\n

Adds new platforms

\n
    \n
  • Adds portable version for Windows so you can use Ferdi without even installing it, 💖 @Makazzz
  • \n
  • Adds Arch Linux AUR packages, 💖 @AGCaesar
  • \n
  • Adds Ferdi as a Flatpak on Flathub (#323), 💖 @lhw
  • \n
\n

Adds internal changes

\n
    \n
  • Upgrades to Electron 8.1.1
  • \n
  • Switches to electron-spellchecker to improve application size
  • \n
  • Minifies build files to improve app size
  • \n
  • Adds \"npm run prepare-code\" command for development to lint and beautify code
  • \n
  • Adds \"npm run link-readme\" command to automatically add links to issues and users inside README.md
  • \n
  • Fixes incorrect body closing tag (#330), 💖 @jereksel
  • \n
  • Uses CrowdIn to improve i18n
  • \n
  • Adds retry commands to flaky build steps (#498)
  • \n
  • Runs utility scripts pre-commit instead of pre-push (#515)
  • \n
\n
\n

Thanks to all our contributors who helped realize all these amazing features! 💖

\n
\n

Development

\n

Install OS dependencies

\n

Node.js

\n

Please make sure you are running NodeJS v10 or above.

\n

Git

\n

The version 2.23.0 for Git is working fine for development. You can then use the console from Git to do the development procedure.

\n

Debian/Ubuntu

\n
$ apt install libx11-dev libxext-dev libxss-dev libxkbfile-dev
\n

Fedora

\n
$ dnf install libX11-devel libXext-devel libXScrnSaver-devel libxkbfile-devel
\n

Windows

\n
$ npm install --global windows-build-tools --vs2015
\n

Clone repository with submodule

\n
$ git clone https://github.com/getferdi/ferdi.git\n$ cd ferdi\n$ git submodule update --init --recursive
\n

It is important you execute the last command to get the required submodules (recipes, server).

\n

Install dependencies

\n

Run the following command to install all dependencies, and link sibling modules with Ferdi.

\n
$ npx lerna bootstrap
\n

If you previously ran npm install it sometimes is necessary to delete your node_modules folder before running npx lerna bootstrap. If you encounter the gyp: No Xcode or CLT version error on macOS at this step, please have a look here.

\n

Fix native modules to match current electron node version

\n
$ npm run rebuild
\n

Start development app

\n

Run these two commands simultaneously in different terminals:

\n
$ npm run dev\n$ DEBUG=Ferdi:* npm run start
\n

Optionally, you can run both commands in one terminal with misty (see misty.yml):

\n
$ DEBUG=Ferdi:* npx misty
\n

Note: please prefer debug() over console.log().

\n

Packaging

\n
$ npm run build
\n

Deliverables will be available in the out folder.

\n

Release

\n

Create a new draft release that targets the release branch, then:

\n
$ git checkout develop && git pull\n$ git checkout release\n$ git submodule update --remote --force\n$ git add .\n$ git commit -m \"Update submodules\"\n$ git merge --no-ff develop\n$ git push
\n

Once the draft release assets are uploaded (13 assets), publish the release. The last commit of the release branch will be tagged. You can then merge release into master and back into develop if needed.

\n

Nightly

\n
$ git checkout develop && git pull\n$ git checkout nightly\n$ git submodule update --remote --force\n$ git add .\n$ git commit -m \"Update submodules\"\n$ git merge --no-ff develop\n$ git push
\n

The draft release and assets will be available in getferdi/nightlies releases. You need to manually publish the draft release as a pre-release for now.

\n

Contributors

\n

Thanks goes to these wonderful people (emoji key):

\n\n\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\"\"
Bennett

💻 🎨 📖 🤔 🌍 💡 🐛 🖋 🚇 📓 💬 📆 👀
\"\"
Amine Mouafik

💻 🎨 📖 🤔 🐛 🖋 🚇 📓 💬 📆 👀 🚧 📦 🔍 📝 🌍
\"\"
Stefan Malzner

💻 🖋 🎨 📖 🤔 🚇 📆 ⚠️ 🌍
\"\"
Makazzz

🐛 💻 🌍 🖋 📖 📦
\"\"
ZeroCool

💻 🤔
\"\"
rseitbekov

💻
\"\"
Peter Bittner

🤔 🐛
\"\"
Justus Saul

🐛 🤔
\"\"
igreil

🤔
\"\"
Marco Lopes

🤔
\"\"
dayzlun

🐛
\"\"
Tobias Günther

🤔
\"\"
AGCaesar

📦
\"\"
xthursdayx

💻 📖 🚇 📦
\"\"
Gaboris

💬 🐛
\"\"
Ce

🐛
\"\"
Stanislav N.

🐛
\"\"
Patrick Curl

🤔
\"\"
Benjamin Staneck

🎨
\"\"
ammarmalhas

🐛 🛡️
\"\"
Steliyan Stoyanov

💻 🤔
\"\"
Bror Winther

📖
\"\"
Felix W. Dekker

📖
\"\"
Sauceee

🎨
\"\"
Lennart Weller

📦
\"\"
Andrzej Ressel

💻
\"\"
Daniel Peukert

💻
\"\"
Ali M. Shiple

🌍
\"\"
elviseras

🌍
\"\"
J370

🌍
\"\"
Koen

🌍
\"\"
Leandro Gehlen

🌍
\"\"
Matthieu42

🌍
\"\"
Nikita Bibanaev

🌍
\"\"
Tatjana1998

🌍
\"\"
tinect

🌍
\"\"
Wonsup Yoon

🌍
\"\"
zutt

🌍
\"\"
n0emis

💻 🌍
\"\"
gmarec

💻
\"\"
127oo1

🌍
\"\"
ChTBoner

🌍
\"\"
Johan Engstrand

🌍
\"\"
Marouane R

💻
\"\"
Roman

💻 🤔
\"\"
Mahadevan Sreenivasan

💻 🤔 👀 🐛 📖 📓
\"\"
Jake Lee

🖋
\"\"
Sampath Kumar Krishnan

💻 👀 🤔 🐛 📖 📓
\"\"
saruwman

📖 💻
\"\"
dorukkarinca

🐛
\"\"
Gautam Singh

💻
\"\"
Feiko Joosten

💻
\"\"
2bdelghafour

🌍
\"\"
Abderrahim Tantaoui

🌍
\"\"
AndiLeni

🌍
\"\"
Bruno Almada

🌍
\"\"
Catarino Gonçalo

🌍
\"\"
Edilson Alzemand Sigmaringa Junior

🌍
\"\"
MAT-OUT

🌍
\"\"
mazzo98

🌍
\"\"
paprika-naught-tiffin-flyspeck

🌍
\"\"
Patrick Valle

🌍
\"\"
peq42_

🌍
\"\"
Pumbinha

🌍
\"\"
Serhiy Dmytryshyn

🌍
\"\"
SMile61

🌍
\"\"
tinect

🌍
\"\"
gega7

🐛
\"\"
tristanplouz

💻 🤔
\"\"
Danny Qiu

💻 🐛
\"\"
Youssef Belyazidi

💻
\"\"
Gabriel Speckhahn

📦
\"\"
Nadiia Ridko

💻
\"\"
Jan Hohner

📓
\"\"
Kristóf Marussy

💻
\"\"
Juan Mora

💻
\n\n\n\n

This project follows the all-contributors specification. Contributions of any kind welcome!

\n

Backers via OpenCollective

\n

\n

Mention to the individuals backing us via GitHub Sponsors as well.

\n

Sponsors via OpenCollective

\n

\n

Other Sponsors

\n

\n \n \n \n

\n

\n \n \n \n

\n
", - "readmeFetchedAt": "2020-09-17T12:09:20.223Z" - }, - "firebase-admin": { - "readmeCleaned": "

Welcome to Firebase Admin

\n

\"Build\n\"JavaScript\n\"Latest\n\"License\"

\n

Firebase Admin is Firebase Management tool. Unlike Google's default console Firebase Admin enables all the queries to be executed right from the tool.

\n

Download

\n

You can download tested install packages for OS X, Windows and Linux from following links:

\n

Windows | Mac | Linux

\n

Support

\n

Firebase Admin is an open source project driven by volunteers. We will try answer every questions. But please be patient.

\n

You can create a new issue in the Github issue queue

\n

Roadmap

\n
    \n
  • In place edit
  • \n
  • Language selection
  • \n
  • File Upload
  • \n
  • User Management
  • \n
\n

Not seeing what you want? Please create an issue

\n

Build

\n

Wiki coming soon.

\n

Installation

\n

Installation Wiki coming soon.

\n

Contribute!

\n

Suggest Features

\n

New feature suggestions or UI improvements are always welcome.

\n

This project is powered by open source volunteers, so we have a limited amount of development resource to address all requests. We will certainly make best efforts to progress (particularly for those with strong community upvotes).

\n

Code Contributions

\n

Code contributions are always welcome! Just try to follow our coding style: Coding Style Wiki coming soon.

\n

If you plan to contribute, please create a Github issue (or comment on the relevant existing issue) so we can help coordinate with upcoming release plans.

\n

For a general workflow, see Github's guide to Fork a Repo.

\n

Pull requests (PRs) should generally be for discrete issues (i.e. one issue per PR please) and be clean to merge against the current master branch. It would also be helpful if you can confirm what testing has been done (specific O/S targets if applicable).

\n

A usual naming approach for feature branches is issue-###. Include the issue number in your commit message / pull request description to link the PR to the original issue.

\n

Other

\n\n
", - "readmeOriginal": "

Welcome to Firebase Admin

\n

\"Build\n\"JavaScript\n\"Latest\n\"License\"

\n

Firebase Admin is Firebase Management tool. Unlike Google's default console Firebase Admin enables all the queries to be executed right from the tool.

\n

Download

\n

You can download tested install packages for OS X, Windows and Linux from following links:

\n

Windows | Mac | Linux

\n

Support

\n

Firebase Admin is an open source project driven by volunteers. We will try answer every questions. But please be patient.

\n

You can create a new issue in the Github issue queue

\n

Roadmap

\n
    \n
  • In place edit
  • \n
  • Language selection
  • \n
  • File Upload
  • \n
  • User Management
  • \n
\n

Not seeing what you want? Please create an issue

\n

Build

\n

Wiki coming soon.

\n

Installation

\n

Installation Wiki coming soon.

\n

Contribute!

\n

Suggest Features

\n

New feature suggestions or UI improvements are always welcome.

\n

This project is powered by open source volunteers, so we have a limited amount of development resource to address all requests. We will certainly make best efforts to progress (particularly for those with strong community upvotes).

\n

Code Contributions

\n

Code contributions are always welcome! Just try to follow our coding style: Coding Style Wiki coming soon.

\n

If you plan to contribute, please create a Github issue (or comment on the relevant existing issue) so we can help coordinate with upcoming release plans.

\n

For a general workflow, see Github's guide to Fork a Repo.

\n

Pull requests (PRs) should generally be for discrete issues (i.e. one issue per PR please) and be clean to merge against the current master branch. It would also be helpful if you can confirm what testing has been done (specific O/S targets if applicable).

\n

A usual naming approach for feature branches is issue-###. Include the issue number in your commit message / pull request description to link the PR to the original issue.

\n

Other

\n\n
", - "readmeFetchedAt": "2020-09-17T12:09:20.227Z" + "readmeFetchedAt": "2020-09-18T00:10:40.343Z" }, "fluent-reader": { "readmeCleaned": "

\n \n

\n

Fluent Reader

\n

A modern desktop RSS reader

\n

\n \n \n \n

\n
\n

Download

\n

For Windows 10 users, the recommended way of installation is through Microsoft Store.\nThis enables auto-update and experimental ARM64 support.\nmacOS users can also get Fluent Reader from the Mac App Store.

\n

If you are using Linux or an older version of Windows, you can get Fluent Reader from GitHub releases.

\n

Features

\n

\n \n

\n
    \n
  • A modern UI inspired by Fluent Design System with full dark mode support.
  • \n
  • Read locally, or sync with Feedbin or self-hosted services compatible with Fever API.
  • \n
  • Importing or exporting OPML files, full application data backup & restoration.
  • \n
  • Read the full content with the built-in article view or load webpages by default.
  • \n
  • Search for articles with regular expressions or filter by read status.
  • \n
  • Organize your subscriptions with folder-like groupings.
  • \n
  • Single-key keyboard shortcuts.
  • \n
  • Hide, mark as read, or star articles automatically as they arrive with regular expression rules.
  • \n
  • Fetch articles in the background and send push notifications.
  • \n
\n

Support for other RSS services including Inoreader and Feedly are under fundraising.

\n

Development

\n

Contribute

\n

Help make Fluent Reader better by reporting bugs or opening feature requests through GitHub issues.

\n

You can also help internationalize the app by providing translations into additional languages.\nRefer to the repo of react-intl-universal to get started on internationalization.

\n

If you enjoy using this app, consider supporting its development by donating through GitHub Sponsors, Paypal, or Alipay.

\n

Build from source

\n
# Install dependencies\nnpm install\n\n# Compile ts & dependencies\nnpm run build\n\n# Start the application\nnpm run electron\n\n# Generate certificate for signature\nelectron-builder create-self-signed-cert\n# Package the app for Windows\nnpm run package-win\n
\n

Developed with

\n\n

License

\n

BSD

\n
", "readmeOriginal": "

\n \n

\n

Fluent Reader

\n

A modern desktop RSS reader

\n

\n \n \n \n

\n
\n

Download

\n

For Windows 10 users, the recommended way of installation is through Microsoft Store.\nThis enables auto-update and experimental ARM64 support.\nmacOS users can also get Fluent Reader from the Mac App Store.

\n

If you are using Linux or an older version of Windows, you can get Fluent Reader from GitHub releases.

\n

Features

\n

\n \n

\n
    \n
  • A modern UI inspired by Fluent Design System with full dark mode support.
  • \n
  • Read locally, or sync with Feedbin or self-hosted services compatible with Fever API.
  • \n
  • Importing or exporting OPML files, full application data backup & restoration.
  • \n
  • Read the full content with the built-in article view or load webpages by default.
  • \n
  • Search for articles with regular expressions or filter by read status.
  • \n
  • Organize your subscriptions with folder-like groupings.
  • \n
  • Single-key keyboard shortcuts.
  • \n
  • Hide, mark as read, or star articles automatically as they arrive with regular expression rules.
  • \n
  • Fetch articles in the background and send push notifications.
  • \n
\n

Support for other RSS services including Inoreader and Feedly are under fundraising.

\n

Development

\n

Contribute

\n

Help make Fluent Reader better by reporting bugs or opening feature requests through GitHub issues.

\n

You can also help internationalize the app by providing translations into additional languages.\nRefer to the repo of react-intl-universal to get started on internationalization.

\n

If you enjoy using this app, consider supporting its development by donating through GitHub Sponsors, Paypal, or Alipay.

\n

Build from source

\n
# Install dependencies\nnpm install\n\n# Compile ts & dependencies\nnpm run build\n\n# Start the application\nnpm run electron\n\n# Generate certificate for signature\nelectron-builder create-self-signed-cert\n# Package the app for Windows\nnpm run package-win\n
\n

Developed with

\n\n

License

\n

BSD

\n
", - "readmeFetchedAt": "2020-09-17T12:09:20.317Z" + "readmeFetchedAt": "2020-09-18T00:10:40.350Z" }, "flawesome": { "readmeCleaned": "

Flawesome (An Organiser With Diary Workflow) (v0.2.3 Pre-Release)

\n

Flawesome is a cross platform modern productivity tool that will help you organise your day-today work and thoughts.\n
\nAll the three application components i.e. The Notebook, The Sticky Notes and The Todolist are driven by the Calendar.

\n

\"Application

\n

\"Application

\n

\"Application

\n

Download

\n

Flawesome v0.2.3 Pre-Release For Linux (.deb)

\n

Flawesome v0.2.3 Pre-Release For Linux (.AppImage)

\n

Flawesome v0.2.3 Pre-Release For Windows 64-Bit

\n

Go to Releases to see all the releases.

\n

** Currently I have only generated the package for Linux and Windows, soon it will be available for macos.

\n

Build the setup yourself:

\n
** Prequisite: Git, Node, Yarn package manager\n
\n
    \n
  • Clone the repo:
  • \n
\n
$ git clone https://github.com/ashishBharadwaj/flawesome.git
\n
    \n
  • Install the dependencies:
  • \n
\n
$ yarn install
\n
    \n
  • Build for production:
  • \n
\n
$ yarn build
\n
    \n
  • Create Package:
  • \n
\n
$ yarn package
\n

License

\n
GNU General Public License v3.0 (c) 2020 Ashish Bharadwaj J\nRefer to License.md file for details\n
\n

Like my work ? Want to support ?

\n

\"Buy

\n
", "readmeOriginal": "

Flawesome (An Organiser With Diary Workflow) (v0.2.3 Pre-Release)

\n

Flawesome is a cross platform modern productivity tool that will help you organise your day-today work and thoughts.\n
\nAll the three application components i.e. The Notebook, The Sticky Notes and The Todolist are driven by the Calendar.

\n

\"Application

\n

\"Application

\n

\"Application

\n

Download

\n

Flawesome v0.2.3 Pre-Release For Linux (.deb)

\n

Flawesome v0.2.3 Pre-Release For Linux (.AppImage)

\n

Flawesome v0.2.3 Pre-Release For Windows 64-Bit

\n

Go to Releases to see all the releases.

\n

** Currently I have only generated the package for Linux and Windows, soon it will be available for macos.

\n

Build the setup yourself:

\n
** Prequisite: Git, Node, Yarn package manager\n
\n
    \n
  • Clone the repo:
  • \n
\n
$ git clone https://github.com/ashishBharadwaj/flawesome.git
\n
    \n
  • Install the dependencies:
  • \n
\n
$ yarn install
\n
    \n
  • Build for production:
  • \n
\n
$ yarn build
\n
    \n
  • Create Package:
  • \n
\n
$ yarn package
\n

License

\n
GNU General Public License v3.0 (c) 2020 Ashish Bharadwaj J\nRefer to License.md file for details\n
\n

Like my work ? Want to support ?

\n

\"Buy

\n
", - "readmeFetchedAt": "2020-09-17T12:09:20.336Z" + "readmeFetchedAt": "2020-09-18T00:10:40.366Z" + }, + "firebase-admin": { + "readmeCleaned": "

Welcome to Firebase Admin

\n

\"Build\n\"JavaScript\n\"Latest\n\"License\"

\n

Firebase Admin is Firebase Management tool. Unlike Google's default console Firebase Admin enables all the queries to be executed right from the tool.

\n

Download

\n

You can download tested install packages for OS X, Windows and Linux from following links:

\n

Windows | Mac | Linux

\n

Support

\n

Firebase Admin is an open source project driven by volunteers. We will try answer every questions. But please be patient.

\n

You can create a new issue in the Github issue queue

\n

Roadmap

\n
    \n
  • In place edit
  • \n
  • Language selection
  • \n
  • File Upload
  • \n
  • User Management
  • \n
\n

Not seeing what you want? Please create an issue

\n

Build

\n

Wiki coming soon.

\n

Installation

\n

Installation Wiki coming soon.

\n

Contribute!

\n

Suggest Features

\n

New feature suggestions or UI improvements are always welcome.

\n

This project is powered by open source volunteers, so we have a limited amount of development resource to address all requests. We will certainly make best efforts to progress (particularly for those with strong community upvotes).

\n

Code Contributions

\n

Code contributions are always welcome! Just try to follow our coding style: Coding Style Wiki coming soon.

\n

If you plan to contribute, please create a Github issue (or comment on the relevant existing issue) so we can help coordinate with upcoming release plans.

\n

For a general workflow, see Github's guide to Fork a Repo.

\n

Pull requests (PRs) should generally be for discrete issues (i.e. one issue per PR please) and be clean to merge against the current master branch. It would also be helpful if you can confirm what testing has been done (specific O/S targets if applicable).

\n

A usual naming approach for feature branches is issue-###. Include the issue number in your commit message / pull request description to link the PR to the original issue.

\n

Other

\n\n
", + "readmeOriginal": "

Welcome to Firebase Admin

\n

\"Build\n\"JavaScript\n\"Latest\n\"License\"

\n

Firebase Admin is Firebase Management tool. Unlike Google's default console Firebase Admin enables all the queries to be executed right from the tool.

\n

Download

\n

You can download tested install packages for OS X, Windows and Linux from following links:

\n

Windows | Mac | Linux

\n

Support

\n

Firebase Admin is an open source project driven by volunteers. We will try answer every questions. But please be patient.

\n

You can create a new issue in the Github issue queue

\n

Roadmap

\n
    \n
  • In place edit
  • \n
  • Language selection
  • \n
  • File Upload
  • \n
  • User Management
  • \n
\n

Not seeing what you want? Please create an issue

\n

Build

\n

Wiki coming soon.

\n

Installation

\n

Installation Wiki coming soon.

\n

Contribute!

\n

Suggest Features

\n

New feature suggestions or UI improvements are always welcome.

\n

This project is powered by open source volunteers, so we have a limited amount of development resource to address all requests. We will certainly make best efforts to progress (particularly for those with strong community upvotes).

\n

Code Contributions

\n

Code contributions are always welcome! Just try to follow our coding style: Coding Style Wiki coming soon.

\n

If you plan to contribute, please create a Github issue (or comment on the relevant existing issue) so we can help coordinate with upcoming release plans.

\n

For a general workflow, see Github's guide to Fork a Repo.

\n

Pull requests (PRs) should generally be for discrete issues (i.e. one issue per PR please) and be clean to merge against the current master branch. It would also be helpful if you can confirm what testing has been done (specific O/S targets if applicable).

\n

A usual naming approach for feature branches is issue-###. Include the issue number in your commit message / pull request description to link the PR to the original issue.

\n

Other

\n\n
", + "readmeFetchedAt": "2020-09-18T00:10:40.379Z" }, "fnew-desktop": { "readmeOriginal": null, - "readmeFetchedAt": "2020-09-17T12:09:20.370Z" + "readmeFetchedAt": "2020-09-18T00:10:40.381Z" }, - "foda": { - "readmeCleaned": "

Fight Over Dat Ancient

\n

\"Discord\n\"FODA \"FODA

\n

Source Code \"Code \"Run

\n

A card game with magical heroes, each with unique skills and powerful abilities.

\n

Play for free online in your browser or check us out on the Google play app store

\n

Join our community and discuss the game rules at our Discord Server.

\n

Downloads:

\n\n

Feel free to fork or download and help build the game!\nYou can even make a new hero

\n

Visit our Wiki page where you can learn how to hack this project, how to play with real cards and much more.

\n

All artwork can be downloaded for free in high resolution.

\n

Please report any suggestions, bugs or issues here at github.

\n

\"Fight

\n

Special thanks to:

\n\n

Powered by

\n

\"Powered

\n
", - "readmeOriginal": "

Fight Over Dat Ancient

\n

\"Discord\n\"FODA \"FODA

\n

Source Code \"Code \"Run

\n

A card game with magical heroes, each with unique skills and powerful abilities.

\n

Play for free online in your browser or check us out on the Google play app store

\n

Join our community and discuss the game rules at our Discord Server.

\n

Downloads:

\n\n

Feel free to fork or download and help build the game!\nYou can even make a new hero

\n

Visit our Wiki page where you can learn how to hack this project, how to play with real cards and much more.

\n

All artwork can be downloaded for free in high resolution.

\n

Please report any suggestions, bugs or issues here at github.

\n

\"Fight

\n

Special thanks to:

\n\n

Powered by

\n

\"Powered

\n
", - "readmeFetchedAt": "2020-09-17T12:09:20.686Z" - }, - "fog": { - "readmeCleaned": "

\"Fog Fog

\n

\"Fog

\n

Unofficial Overcast podcast app.

\n
\n

Control playback with keyboard media keys, even when not the frontmost app.

\n
\n
\n

Navigate episodes with and (or j and k).

\n
\n
\n

Keyboard shortcuts: pauses and resumes; rewinds; fast-forwards; goes back to home; deletes the current episode or podcast; saves the current episode.

\n
\n
\n

“Permalink” opens in default browser.

\n
\n
\n

“Share link” and “Share link with timestamp” copy link directly to the clipboard.

\n
\n
\n

Automatically go back to home when episode ends.

\n
\n
\n

Go to specific episode by giving its URL on the command line.

\n
\n
\n

Tweaked user experience when copying and hovering over links.

\n
\n

\"Fog\"Fog

\n

Install

\n

Download the latest version, or run brew cask install fog if you use homebrew.

\n

Development

\n

Built with Electron.

\n
Commands
\n
    \n
  • Install dependencies: npm install
  • \n
  • Run: npm start
  • \n
  • Build for macOS: npm run build-macos
  • \n
  • Build for all platforms: npm run build
  • \n
  • Build for macOS and package as a zip: npm run package-macos
  • \n
  • Build for all platforms and package as a zip: npm run package
  • \n
\n

Currently, only macOS is supported. I do not intend to officially support other platforms in the near future since I cannot consistently and reliably test on them, but am willing to add support if someone wants to collaborate in doing the legwork.

\n

License

\n

The Unlicense (Public Domain, essentially)

\n
", - "readmeOriginal": "

\"Fog Fog

\n

\"Fog

\n

Unofficial Overcast podcast app.

\n
\n

Control playback with keyboard media keys, even when not the frontmost app.

\n
\n
\n

Navigate episodes with and (or j and k).

\n
\n
\n

Keyboard shortcuts: pauses and resumes; rewinds; fast-forwards; goes back to home; deletes the current episode or podcast; saves the current episode.

\n
\n
\n

“Permalink” opens in default browser.

\n
\n
\n

“Share link” and “Share link with timestamp” copy link directly to the clipboard.

\n
\n
\n

Automatically go back to home when episode ends.

\n
\n
\n

Go to specific episode by giving its URL on the command line.

\n
\n
\n

Tweaked user experience when copying and hovering over links.

\n
\n

\"Fog\"Fog

\n

Install

\n

Download the latest version, or run brew cask install fog if you use homebrew.

\n

Development

\n

Built with Electron.

\n
Commands
\n
    \n
  • Install dependencies: npm install
  • \n
  • Run: npm start
  • \n
  • Build for macOS: npm run build-macos
  • \n
  • Build for all platforms: npm run build
  • \n
  • Build for macOS and package as a zip: npm run package-macos
  • \n
  • Build for all platforms and package as a zip: npm run package
  • \n
\n

Currently, only macOS is supported. I do not intend to officially support other platforms in the near future since I cannot consistently and reliably test on them, but am willing to add support if someone wants to collaborate in doing the legwork.

\n

License

\n

The Unlicense (Public Domain, essentially)

\n
", - "readmeFetchedAt": "2020-09-17T12:09:20.699Z" + "fridayai": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:40.437Z" }, "freelook": { "readmeCleaned": "

\"logo\"

\n

Freelook

\n

Freelook, an Electron-based desktop app for Microsoft Outlook and Office 365.

\n

\"screenshot_linux\"

\n

Feature

\n
    \n
  • Receive your hotmail / outlook / office 365 online from the desktop app
  • \n
  • Close to minimise
  • \n
  • Dock tray support
  • \n
  • System notification
  • \n
  • Network connection detection
  • \n
  • Customized setting\n
      \n
    • Ads block as your control
    • \n
    • Switch between outlook and office 365
    • \n
    \n
  • \n
\n

Download

\n

The released application can be downloaded here.

\n

Troubleshot

\n

Some Linux distributions has the issue to display the reciptons in the To and CC fields.

\n

The workaround is set some invalid values in the Ads Blocker settings. The settings come with the default value, you need to input some random numbers to overwrite them.

\n

Build Pre-Request

\n\n

Build & Install

\n

Clone the repository and run in development mode.

\n
git clone https://github.com/eNkru/freelook.git\ncd freelook\nnpm i\nnpm run start\n
\n

Build the application

\n
npm run dist:linux\n
\n

This will build a predefined AppImage & deb packages in the dist folder. AppImage can be run in most popular linux distributions with the support. Deb is only for debian & ubuntu distributions.

\n

Release

\n
npm version (new release version)\ngit push origin master\ngit push origin --tags\nnpm publish\n
\n

License

\n

MIT @ Howard Ju

\n
", "readmeOriginal": "

\"logo\"

\n

Freelook

\n

Freelook, an Electron-based desktop app for Microsoft Outlook and Office 365.

\n

\"screenshot_linux\"

\n

Feature

\n
    \n
  • Receive your hotmail / outlook / office 365 online from the desktop app
  • \n
  • Close to minimise
  • \n
  • Dock tray support
  • \n
  • System notification
  • \n
  • Network connection detection
  • \n
  • Customized setting\n
      \n
    • Ads block as your control
    • \n
    • Switch between outlook and office 365
    • \n
    \n
  • \n
\n

Download

\n

The released application can be downloaded here.

\n

Troubleshot

\n

Some Linux distributions has the issue to display the reciptons in the To and CC fields.

\n

The workaround is set some invalid values in the Ads Blocker settings. The settings come with the default value, you need to input some random numbers to overwrite them.

\n

Build Pre-Request

\n\n

Build & Install

\n

Clone the repository and run in development mode.

\n
git clone https://github.com/eNkru/freelook.git\ncd freelook\nnpm i\nnpm run start\n
\n

Build the application

\n
npm run dist:linux\n
\n

This will build a predefined AppImage & deb packages in the dist folder. AppImage can be run in most popular linux distributions with the support. Deb is only for debian & ubuntu distributions.

\n

Release

\n
npm version (new release version)\ngit push origin master\ngit push origin --tags\nnpm publish\n
\n

License

\n

MIT @ Howard Ju

\n
", - "readmeFetchedAt": "2020-09-17T12:09:20.725Z" + "readmeFetchedAt": "2020-09-18T00:10:40.453Z" + }, + "fog": { + "readmeCleaned": "

\"Fog Fog

\n

\"Fog

\n

Unofficial Overcast podcast app.

\n
\n

Control playback with keyboard media keys, even when not the frontmost app.

\n
\n
\n

Navigate episodes with and (or j and k).

\n
\n
\n

Keyboard shortcuts: pauses and resumes; rewinds; fast-forwards; goes back to home; deletes the current episode or podcast; saves the current episode.

\n
\n
\n

“Permalink” opens in default browser.

\n
\n
\n

“Share link” and “Share link with timestamp” copy link directly to the clipboard.

\n
\n
\n

Automatically go back to home when episode ends.

\n
\n
\n

Go to specific episode by giving its URL on the command line.

\n
\n
\n

Tweaked user experience when copying and hovering over links.

\n
\n

\"Fog\"Fog

\n

Install

\n

Download the latest version, or run brew cask install fog if you use homebrew.

\n

Development

\n

Built with Electron.

\n
Commands
\n
    \n
  • Install dependencies: npm install
  • \n
  • Run: npm start
  • \n
  • Build for macOS: npm run build-macos
  • \n
  • Build for all platforms: npm run build
  • \n
  • Build for macOS and package as a zip: npm run package-macos
  • \n
  • Build for all platforms and package as a zip: npm run package
  • \n
\n

Currently, only macOS is supported. I do not intend to officially support other platforms in the near future since I cannot consistently and reliably test on them, but am willing to add support if someone wants to collaborate in doing the legwork.

\n

License

\n

The Unlicense (Public Domain, essentially)

\n
", + "readmeOriginal": "

\"Fog Fog

\n

\"Fog

\n

Unofficial Overcast podcast app.

\n
\n

Control playback with keyboard media keys, even when not the frontmost app.

\n
\n
\n

Navigate episodes with and (or j and k).

\n
\n
\n

Keyboard shortcuts: pauses and resumes; rewinds; fast-forwards; goes back to home; deletes the current episode or podcast; saves the current episode.

\n
\n
\n

“Permalink” opens in default browser.

\n
\n
\n

“Share link” and “Share link with timestamp” copy link directly to the clipboard.

\n
\n
\n

Automatically go back to home when episode ends.

\n
\n
\n

Go to specific episode by giving its URL on the command line.

\n
\n
\n

Tweaked user experience when copying and hovering over links.

\n
\n

\"Fog\"Fog

\n

Install

\n

Download the latest version, or run brew cask install fog if you use homebrew.

\n

Development

\n

Built with Electron.

\n
Commands
\n
    \n
  • Install dependencies: npm install
  • \n
  • Run: npm start
  • \n
  • Build for macOS: npm run build-macos
  • \n
  • Build for all platforms: npm run build
  • \n
  • Build for macOS and package as a zip: npm run package-macos
  • \n
  • Build for all platforms and package as a zip: npm run package
  • \n
\n

Currently, only macOS is supported. I do not intend to officially support other platforms in the near future since I cannot consistently and reliably test on them, but am willing to add support if someone wants to collaborate in doing the legwork.

\n

License

\n

The Unlicense (Public Domain, essentially)

\n
", + "readmeFetchedAt": "2020-09-18T00:10:40.468Z" }, "foco": { "readmeCleaned": "

Foco

\n

\"Build\n\"Windows\n\"js-standard-style\"

\n

\n
\n \"Foco\"\n

\n

A desktop menubar app based on Electron.

\n

Foco is a cross-platform desktop app 💻 which runs in menubar.\nFoco boosts your productivity 🚀 by creating perfect productive environment.\nIt has the best sounds for getting work done 🙌.

\n

Demo

\n

👉 Watch it here.\n

\n

\"Watch

\n

\n

Installation

\n

OS X

\n
    \n
  1. Download Foco-osx.x.x.x.dmg or Foco-osx.x.x.x.zip
  2. \n
  3. Open or unzip the file and drag the app into the Applications folder
  4. \n
  5. Done!
  6. \n
\n

Windows

\n

coming soon 😝

\n

Linux

\n

Ubuntu, Debian 8+ (deb package):

\n
    \n
  1. Download Foco-linux.x.x.x.deb
  2. \n
  3. Double click and install, or run dpkg -i Foco-linux.x.x.x.deb in the terminal
  4. \n
  5. Start the app with your app launcher or by running foco in a terminal
  6. \n
\n

For developers

\n

Clone the source locally:

\n
$ git clone https://github.com/akashnimare/foco/\n$ cd foco
\n

If you're on Debian or Ubuntu, you'll also need to install\nnodejs-legacy:

\n

Use your package manager to install npm.

\n
$ sudo apt-get install npm nodejs-legacy
\n

Install project dependencies:

\n
$ npm install
\n

Start the app:

\n
$ npm start
\n

Build installers

\n

Build app for OSX

\n
$ npm run build:osx
\n

Build app for Linux

\n
$ npm run build:linux
\n

Features

\n
    \n
  • Offline support
  • \n
  • Cross-platform
  • \n
  • Awesome sounds
  • \n
  • No singup/login required
  • \n
  • Auto launch
  • \n
  • Auto updates
  • \n
\n

Usage

\n

Command/ctrl + R - Reload

\n

command + q - Quit App (while window is open).

\n

Built with

\n\n

Related

\n\n

License

\n

MIT © Akash Nimare

\n
", "readmeOriginal": "

Foco

\n

\"Build\n\"Windows\n\"js-standard-style\"

\n

\n
\n \"Foco\"\n

\n

A desktop menubar app based on Electron.

\n

Foco is a cross-platform desktop app 💻 which runs in menubar.\nFoco boosts your productivity 🚀 by creating perfect productive environment.\nIt has the best sounds for getting work done 🙌.

\n

Demo

\n

👉 Watch it here.\n

\n

\"Watch

\n

\n

Installation

\n

OS X

\n
    \n
  1. Download Foco-osx.x.x.x.dmg or Foco-osx.x.x.x.zip
  2. \n
  3. Open or unzip the file and drag the app into the Applications folder
  4. \n
  5. Done!
  6. \n
\n

Windows

\n

coming soon 😝

\n

Linux

\n

Ubuntu, Debian 8+ (deb package):

\n
    \n
  1. Download Foco-linux.x.x.x.deb
  2. \n
  3. Double click and install, or run dpkg -i Foco-linux.x.x.x.deb in the terminal
  4. \n
  5. Start the app with your app launcher or by running foco in a terminal
  6. \n
\n

For developers

\n

Clone the source locally:

\n
$ git clone https://github.com/akashnimare/foco/\n$ cd foco
\n

If you're on Debian or Ubuntu, you'll also need to install\nnodejs-legacy:

\n

Use your package manager to install npm.

\n
$ sudo apt-get install npm nodejs-legacy
\n

Install project dependencies:

\n
$ npm install
\n

Start the app:

\n
$ npm start
\n

Build installers

\n

Build app for OSX

\n
$ npm run build:osx
\n

Build app for Linux

\n
$ npm run build:linux
\n

Features

\n
    \n
  • Offline support
  • \n
  • Cross-platform
  • \n
  • Awesome sounds
  • \n
  • No singup/login required
  • \n
  • Auto launch
  • \n
  • Auto updates
  • \n
\n

Usage

\n

Command/ctrl + R - Reload

\n

command + q - Quit App (while window is open).

\n

Built with

\n\n

Related

\n\n

License

\n

MIT © Akash Nimare

\n
", - "readmeFetchedAt": "2020-09-17T12:09:20.742Z" + "readmeFetchedAt": "2020-09-18T00:10:40.490Z" }, - "fridayai": { - "readmeOriginal": null, - "readmeFetchedAt": "2020-09-17T12:09:20.848Z" + "foda": { + "readmeCleaned": "

Fight Over Dat Ancient

\n

\"Discord\n\"FODA \"FODA

\n

Source Code \"Code \"Run

\n

A card game with magical heroes, each with unique skills and powerful abilities.

\n

Play for free online in your browser or check us out on the Google play app store

\n

Join our community and discuss the game rules at our Discord Server.

\n

Downloads:

\n\n

Feel free to fork or download and help build the game!\nYou can even make a new hero

\n

Visit our Wiki page where you can learn how to hack this project, how to play with real cards and much more.

\n

All artwork can be downloaded for free in high resolution.

\n

Please report any suggestions, bugs or issues here at github.

\n

\"Fight

\n

Special thanks to:

\n\n

Powered by

\n

\"Powered

\n
", + "readmeOriginal": "

Fight Over Dat Ancient

\n

\"Discord\n\"FODA \"FODA

\n

Source Code \"Code \"Run

\n

A card game with magical heroes, each with unique skills and powerful abilities.

\n

Play for free online in your browser or check us out on the Google play app store

\n

Join our community and discuss the game rules at our Discord Server.

\n

Downloads:

\n\n

Feel free to fork or download and help build the game!\nYou can even make a new hero

\n

Visit our Wiki page where you can learn how to hack this project, how to play with real cards and much more.

\n

All artwork can be downloaded for free in high resolution.

\n

Please report any suggestions, bugs or issues here at github.

\n

\"Fight

\n

Special thanks to:

\n\n

Powered by

\n

\"Powered

\n
", + "readmeFetchedAt": "2020-09-18T00:10:40.500Z" }, "freeman": { "readmeCleaned": "

FreeMAN

\n

\"Travis-CI\n\"AppVeyor\n\"Dependencies\"\n\"Dev\n\"Maintainability\"\n\"First

\n

A free, extensible, cross-platform file manager for power users

\n
\n

\"FreeMAN

\n

Features

\n
    \n
  • Quick, clean, dual-paned file-system navigation with a strong keyboard-led\nfocus
  • \n
  • Integrated terminal per navigation pane for those things a file explorer just\ncan't do
  • \n
  • Focus on customisability to tailor it to the user's whims
  • \n
  • Quick navigation with a Go To box
  • \n
\n

Future

\n
    \n
  • Tighter integration between navigation and integrated terminals
  • \n
  • Further behaviour to be customisable
  • \n
  • Extending usefulness of the Go To and Commands boxes
  • \n
\n

Roadmap

\n
    \n
  • Core application ready for beta use
  • \n
  • Out-of-the-box plugins ready for beta use
  • \n
  • Core application ready for production use
  • \n
  • Out-of-the-box plugins ready for production use
  • \n
\n

The core application is ready for beta use, supporting Linux and Windows OS's. Feel free to set up\nelectron-builder for MacOS and make a PR.

\n

Getting started

\n
npm install\nnpm start\n
\n

If you want, you can add user-specific settings files, e.g. freeman.keys.json\nlike so:

\n
touch {userData}/freeman.keys.json\n
\n

{userData} above refers to Electron's app.getPath("userData") location, (which\ndepends on whether the application is running in a development or production\nenvironment). Example files can be found in the ./resources/ folder.

\n

Packaging

\n

If you would like to package / install the program, on Windows and Linux you can:

\n
npm run package\n
\n

Then run the appropriate built executable.

\n

Running

\n

During development, after compiling you can:

\n
npm run start\n
\n

After packaging, you can run the system-dependent executable outputted by\nelectron-builder in the ./dist/ folder.

\n

Developing

\n

An overview of the codebase can be found in the docs.\nIf you find it helpful, you can npm run docs and open the generated\ndocs/generated/index.html file. Please let me know if you find this useful.

\n

Debugging

\n

Providing the --verbose or -V command-line argument will make the application\nlog in more detail, helping trace execution when using the packaged app. Logs of\nwarnings and errors can be found at {appData}/log.log.

\n

How to contribute

\n

Contributions are welcome! Work on the core application is still under way. There are\nnumerous areas with room for improvement in usability and stability. My\npriorities for development are currently:

\n
    \n
  • Core functionality
  • \n
  • Plugin functionality (starting with out-of-the-box ones)
  • \n
  • Appearance
  • \n
\n

I'll take whatever pull requests, issues, contributors and PMs I can get! Please\nhave a look at the Contributing Guidelines before\nsubmitting a PR.

\n
", "readmeOriginal": "

FreeMAN

\n

\"Travis-CI\n\"AppVeyor\n\"Dependencies\"\n\"Dev\n\"Maintainability\"\n\"First

\n

A free, extensible, cross-platform file manager for power users

\n
\n

\"FreeMAN

\n

Features

\n
    \n
  • Quick, clean, dual-paned file-system navigation with a strong keyboard-led\nfocus
  • \n
  • Integrated terminal per navigation pane for those things a file explorer just\ncan't do
  • \n
  • Focus on customisability to tailor it to the user's whims
  • \n
  • Quick navigation with a Go To box
  • \n
\n

Future

\n
    \n
  • Tighter integration between navigation and integrated terminals
  • \n
  • Further behaviour to be customisable
  • \n
  • Extending usefulness of the Go To and Commands boxes
  • \n
\n

Roadmap

\n
    \n
  • Core application ready for beta use
  • \n
  • Out-of-the-box plugins ready for beta use
  • \n
  • Core application ready for production use
  • \n
  • Out-of-the-box plugins ready for production use
  • \n
\n

The core application is ready for beta use, supporting Linux and Windows OS's. Feel free to set up\nelectron-builder for MacOS and make a PR.

\n

Getting started

\n
npm install\nnpm start\n
\n

If you want, you can add user-specific settings files, e.g. freeman.keys.json\nlike so:

\n
touch {userData}/freeman.keys.json\n
\n

{userData} above refers to Electron's app.getPath(\"userData\") location, (which\ndepends on whether the application is running in a development or production\nenvironment). Example files can be found in the ./resources/ folder.

\n

Packaging

\n

If you would like to package / install the program, on Windows and Linux you can:

\n
npm run package\n
\n

Then run the appropriate built executable.

\n

Running

\n

During development, after compiling you can:

\n
npm run start\n
\n

After packaging, you can run the system-dependent executable outputted by\nelectron-builder in the ./dist/ folder.

\n

Developing

\n

An overview of the codebase can be found in the docs.\nIf you find it helpful, you can npm run docs and open the generated\ndocs/generated/index.html file. Please let me know if you find this useful.

\n

Debugging

\n

Providing the --verbose or -V command-line argument will make the application\nlog in more detail, helping trace execution when using the packaged app. Logs of\nwarnings and errors can be found at {appData}/log.log.

\n

How to contribute

\n

Contributions are welcome! Work on the core application is still under way. There are\nnumerous areas with room for improvement in usability and stability. My\npriorities for development are currently:

\n
    \n
  • Core functionality
  • \n
  • Plugin functionality (starting with out-of-the-box ones)
  • \n
  • Appearance
  • \n
\n

I'll take whatever pull requests, issues, contributors and PMs I can get! Please\nhave a look at the Contributing Guidelines before\nsubmitting a PR.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:20.944Z" + "readmeFetchedAt": "2020-09-18T00:10:40.563Z" }, "fromscratch": { "readmeCleaned": "

Made by @kilianvalkhof

\n

Other projects:

\n
    \n
  • 💻 Polypane - Develop responsive websites and apps twice as fast on multiple screens at once
  • \n
  • 🖌️ Superposition - Kickstart your design system by extracting design tokens from your website
  • \n
\n
\n

\n

FromScratch

\n

A simple but smart note-taking app

\n

FromScratch is a little app that you can use as a quick note taking or todo app.

\n
    \n
  • Small and simple, the only UI is the text you type
  • \n
  • Saves on-the-fly, no need to manually save
  • \n
  • Automatic indenting
  • \n
  • Note-folding
  • \n
  • Use checkboxes to keep track of your TODO's
  • \n
  • Powerful keyboard control
  • \n
  • Replaces common syntax with symbols, such as arrows
  • \n
  • Dark and Light theme
  • \n
  • Portable mode support
  • \n
  • Free
  • \n
\n

Shortcuts

\n
    \n
  • f1 - show/hide shortcut overview
  • \n
  • cmd/ctrl+up - move current line up
  • \n
  • cmd/ctrl+down - move current line down
  • \n
  • cmd/ctrl+d - delete current line
  • \n
  • cmd/ctrl+w/q - close application
  • \n
  • cmd/ctrl +/= - zoom text in
  • \n
  • cmd/ctrl - - zoom text out
  • \n
  • cmd/ctrl+0 - reset text size
  • \n
  • cmd/ctrl+]/[/k - fold note collapsing
  • \n
  • cmd/ctrl+f - search (you can also use regular expressions, by starting and ending with a /)
  • \n
  • shift+cmd/ctrl+f - replace
  • \n
  • shift+cmd/ctrl+r - replace all
  • \n
  • cmd/ctrl+g - jump to line (you can also use : notation, or go relative lines with + and -)
  • \n
  • cmd/ctrl+/ or cmd/ctrl+l - Add or toggle a checkbox
  • \n
  • f11 - Toggle fullscreen
  • \n
  • cmd/ctrl+i - Toggle between light and dark theme
  • \n
  • alt - show or hide menu (Windows only)
  • \n
  • cmd/ctrl+s - ...this does nothing.
  • \n
\n

Download

\n

Recent downloads for macOS, Windows and Linux available on https://fromscratch.rocks

\n

For Arch users, FromScratch is available on AUR

\n

For macOS, you can also install FromScratch via Homebrew: $ brew cask install fromscratch

\n

Installation

\n
# Download from git\ngit clone https://github.com/kilian/fromscratch.git\n\n# Install dependencies\ncd fromscratch && npm install\n\n# build and run\nnpm start\n\n# or run dev version\nnpm run dev
\n

Command Line Arguments

\n

Portable Mode\n--portable

\n

Lets you store all the files FromScratch generates in a specified location, such as a USB-stick or\nother portable storage device. In this mode both the configuration files as well as your text content will be stored in\na "userdata" directory alongside the FromScratch executable, or when given a directory as an argument, will store\nthe files there.

\n

You can also use this to store the FromScratch configuration files, and the text content, in a synced cloud storage\nfolder.

\n
# run FromScratch in portable mode, saving data in application directory.\nfromscratch --portable\n
\n
# run FromScratch in portable mode, saving data in custom directory.\nfromscratch --portable ~/fromscratch_data\n
\n

help\n-h, --help

\n

Prints help information

\n

FAQ

\n

Where is my data saved?

\n

Your data is saved in a plain text file content.txt. On Mac and Linux, this file is saved in ~/.fromscratch. On Windows\nthis file is saved in a directory called ".fromscratch" in your userprofile directory.

\n

Can my data be saved in an alternate directory?

\n

Yes! See the portable mode section under the Command Line Arguments heading above.

\n

Credits

\n

FromScratch is built upon these open source projects:\nElectron,\nReact,\nFira Code,\nCodeMirror and\nElectron-react-boilerplate.

\n

Thanks to @bittersweet for helping me set up IPC to work around a particularly nasty bug, @chentsulin for the electron-react-boilerplate, and @ctrauma for the portable bits.

\n
", "readmeOriginal": "

Made by @kilianvalkhof

\n

Other projects:

\n
    \n
  • 💻 Polypane - Develop responsive websites and apps twice as fast on multiple screens at once
  • \n
  • 🖌️ Superposition - Kickstart your design system by extracting design tokens from your website
  • \n
\n
\n

\n

FromScratch

\n

A simple but smart note-taking app

\n

FromScratch is a little app that you can use as a quick note taking or todo app.

\n
    \n
  • Small and simple, the only UI is the text you type
  • \n
  • Saves on-the-fly, no need to manually save
  • \n
  • Automatic indenting
  • \n
  • Note-folding
  • \n
  • Use checkboxes to keep track of your TODO's
  • \n
  • Powerful keyboard control
  • \n
  • Replaces common syntax with symbols, such as arrows
  • \n
  • Dark and Light theme
  • \n
  • Portable mode support
  • \n
  • Free
  • \n
\n

Shortcuts

\n
    \n
  • f1 - show/hide shortcut overview
  • \n
  • cmd/ctrl+up - move current line up
  • \n
  • cmd/ctrl+down - move current line down
  • \n
  • cmd/ctrl+d - delete current line
  • \n
  • cmd/ctrl+w/q - close application
  • \n
  • cmd/ctrl +/= - zoom text in
  • \n
  • cmd/ctrl - - zoom text out
  • \n
  • cmd/ctrl+0 - reset text size
  • \n
  • cmd/ctrl+]/[/k - fold note collapsing
  • \n
  • cmd/ctrl+f - search (you can also use regular expressions, by starting and ending with a /)
  • \n
  • shift+cmd/ctrl+f - replace
  • \n
  • shift+cmd/ctrl+r - replace all
  • \n
  • cmd/ctrl+g - jump to line (you can also use : notation, or go relative lines with + and -)
  • \n
  • cmd/ctrl+/ or cmd/ctrl+l - Add or toggle a checkbox
  • \n
  • f11 - Toggle fullscreen
  • \n
  • cmd/ctrl+i - Toggle between light and dark theme
  • \n
  • alt - show or hide menu (Windows only)
  • \n
  • cmd/ctrl+s - ...this does nothing.
  • \n
\n

Download

\n

Recent downloads for macOS, Windows and Linux available on https://fromscratch.rocks

\n

For Arch users, FromScratch is available on AUR

\n

For macOS, you can also install FromScratch via Homebrew: $ brew cask install fromscratch

\n

Installation

\n
# Download from git\ngit clone https://github.com/kilian/fromscratch.git\n\n# Install dependencies\ncd fromscratch && npm install\n\n# build and run\nnpm start\n\n# or run dev version\nnpm run dev
\n

Command Line Arguments

\n

Portable Mode\n--portable

\n

Lets you store all the files FromScratch generates in a specified location, such as a USB-stick or\nother portable storage device. In this mode both the configuration files as well as your text content will be stored in\na \"userdata\" directory alongside the FromScratch executable, or when given a directory as an argument, will store\nthe files there.

\n

You can also use this to store the FromScratch configuration files, and the text content, in a synced cloud storage\nfolder.

\n
# run FromScratch in portable mode, saving data in application directory.\nfromscratch --portable\n
\n
# run FromScratch in portable mode, saving data in custom directory.\nfromscratch --portable ~/fromscratch_data\n
\n

help\n-h, --help

\n

Prints help information

\n

FAQ

\n

Where is my data saved?

\n

Your data is saved in a plain text file content.txt. On Mac and Linux, this file is saved in ~/.fromscratch. On Windows\nthis file is saved in a directory called \".fromscratch\" in your userprofile directory.

\n

Can my data be saved in an alternate directory?

\n

Yes! See the portable mode section under the Command Line Arguments heading above.

\n

Credits

\n

FromScratch is built upon these open source projects:\nElectron,\nReact,\nFira Code,\nCodeMirror and\nElectron-react-boilerplate.

\n

Thanks to @bittersweet for helping me set up IPC to work around a particularly nasty bug, @chentsulin for the electron-react-boilerplate, and @ctrauma for the portable bits.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:21.094Z" - }, - "gaucho": { - "readmeCleaned": "

Gaucho

\n

by @angrykoala
\n\"Build

\n
\n

Minimalistic task launcher

\n
\n

\"Gaucho
\nGaucho 0.6.1

\n

Features

\n
    \n
  • Easily run commands using a simple GUI.
  • \n
  • Schedule your tasks.
  • \n
  • Available for Windows, Linux and Mac.
  • \n
  • Import/Export tasks.
  • \n
  • Handy log output.
  • \n
  • Themes.
  • \n
\n

Download

\n

Gaucho is available for Windows, Mac and Linux. It can be downloaded on the following links:

\n\n

If you need a different version, please, follow the development instructions to make your own build from the source code or leave an issue.

\n

Usage

\n

Gaucho is organized through configurable tasks that belong to Suites. Each task can be easily configured by providing a name and command. Tasks can be executed independently, or the whole suite can be executed as once.

\n

Executing tasks

\n

On each suite, you will find the list of possible tasks to launch. By clicking on Run you will start that task. Clicking the same button again (now the Stop button) will stop the task.

\n

You can easily see the name, execution time and status of each task. The status (shown with the status icon) can be idle (black), running (blue), successful (green) or failed (red).

\n

Clicking in the task name the log will be displayed, allowing you to check the task output in real time.

\n

A task can also be scheduled through the context menu. This menu also allows to perform some of the actions described above.

\n

Creating and Editing tasks

\n

By clicking the Edit button (on the top right corner) you'll be able to edit the suites and tasks (edit mode).

\n

You can add new tasks to the current suite by clicking "Add New Task" at the bottom of the list. By clicking on a task name you'll be able to edit that task.

\n

While editing/creating a new tasks, you should add a name to the task and a command. The command can be any shell/terminal accepted command or an executable file. Optionally a path can be added as well, if no path is added, default user path will be used.

\n

The tasks can be deleted by clicking the Delete button. In this mode you can also move tasks (clicking on the drag handle), reorder suites, create suites (+ button), delete and rename suites and tasks (through the context menu)

\n

Context Menu

\n

The Context menu can be accessed by clicking on the secondary button of the mouse, depending on where is clicked (task or suite), different actions will appear. These actions will not change whether you are in edit mode or not.

\n

Main Menu

\n

Next to the edit button, is the menu button. When clicking the menu, several options will be shown, those options may change depending if the edit mode is active or not. This menu allows you to go to the settings menu, quit the application, or perform actions over the current selected suite.

\n

User and Tasks Configuration

\n

All tasks and user changes are saved automatically on real time. This includes all the tasks/suites information as well as the window size.

\n

Settings

\n

In the settings menu, you'll be able to configure how Gaucho looks (themes and some display options). You can also export and import all your suites to a file (useful to share or sync tasks between multiple Gaucho applications). Keep in mind that importing tasks will delete all currently existing tasks

\n

Development

\n

If you want to contribute to Gaucho, create a new different version of Gaucho, or compile it from source code, follow these instructions.

\n
\n

Node 10.16.0 or higher recommeded

\n
\n

Clone/download source code from the GitHub. Make sure you have node and npm already installed in your system:

\n
    \n
  1. npm install to install electron and all the dependencies.
  2. \n
  3. npm run start-dev to run gaucho in dev mode with chrome dev tools enabled.
  4. \n
  5. npm run dist to build and package gaucho for your system. The artifacts are located in dist/.\n
      \n
    • If you encounter a problem while building, please, check Common Issues
    • \n
    \n
  6. \n
  7. npm run dist-all to build and package gaucho for all supported architectures and platforms, it will take a while.\n\n
  8. \n
  9. npm test to run the automated tests.\n
      \n
    • npm run eslint to run eslint to check code style.
    • \n
    • Please, ensure the tests and linter are passing before creating a pull requests. Add tests for your changes.
    • \n
    \n
  10. \n
\n
    \n
  • To install snap version locally: snap install --dangerous gaucho_0.6.3_amd64.deb
  • \n
\n

Release to snap:

\n
    \n
  1. snapcraft login
  2. \n
  3. snapcraft push Gaucho_0.6.0_amd64.snap --release=stable
  4. \n
\n
\n

Only for collaborators!!

\n
\n

Troubleshooting

\n

Check Troubleshooting Page

\n

Acknowledgments

\n\n

License

\n

Gaucho is being developed and maintained as Open-Source software by @angrykoala (https://github.com/angrykoala) licensed under GNU GENERAL PUBLIC LICENSE version 3

\n

The original source code can be found at: https://github.com/angrykoala/gaucho

\n
\n

You can find more information about Gaucho in the official wiki

\n
\n

\"Get

\n
", - "readmeOriginal": "

Gaucho

\n

by @angrykoala
\n\"Build

\n
\n

Minimalistic task launcher

\n
\n

\"Gaucho
\nGaucho 0.6.1

\n

Features

\n
    \n
  • Easily run commands using a simple GUI.
  • \n
  • Schedule your tasks.
  • \n
  • Available for Windows, Linux and Mac.
  • \n
  • Import/Export tasks.
  • \n
  • Handy log output.
  • \n
  • Themes.
  • \n
\n

Download

\n

Gaucho is available for Windows, Mac and Linux. It can be downloaded on the following links:

\n\n

If you need a different version, please, follow the development instructions to make your own build from the source code or leave an issue.

\n

Usage

\n

Gaucho is organized through configurable tasks that belong to Suites. Each task can be easily configured by providing a name and command. Tasks can be executed independently, or the whole suite can be executed as once.

\n

Executing tasks

\n

On each suite, you will find the list of possible tasks to launch. By clicking on Run you will start that task. Clicking the same button again (now the Stop button) will stop the task.

\n

You can easily see the name, execution time and status of each task. The status (shown with the status icon) can be idle (black), running (blue), successful (green) or failed (red).

\n

Clicking in the task name the log will be displayed, allowing you to check the task output in real time.

\n

A task can also be scheduled through the context menu. This menu also allows to perform some of the actions described above.

\n

Creating and Editing tasks

\n

By clicking the Edit button (on the top right corner) you'll be able to edit the suites and tasks (edit mode).

\n

You can add new tasks to the current suite by clicking \"Add New Task\" at the bottom of the list. By clicking on a task name you'll be able to edit that task.

\n

While editing/creating a new tasks, you should add a name to the task and a command. The command can be any shell/terminal accepted command or an executable file. Optionally a path can be added as well, if no path is added, default user path will be used.

\n

The tasks can be deleted by clicking the Delete button. In this mode you can also move tasks (clicking on the drag handle), reorder suites, create suites (+ button), delete and rename suites and tasks (through the context menu)

\n

Context Menu

\n

The Context menu can be accessed by clicking on the secondary button of the mouse, depending on where is clicked (task or suite), different actions will appear. These actions will not change whether you are in edit mode or not.

\n

Main Menu

\n

Next to the edit button, is the menu button. When clicking the menu, several options will be shown, those options may change depending if the edit mode is active or not. This menu allows you to go to the settings menu, quit the application, or perform actions over the current selected suite.

\n

User and Tasks Configuration

\n

All tasks and user changes are saved automatically on real time. This includes all the tasks/suites information as well as the window size.

\n

Settings

\n

In the settings menu, you'll be able to configure how Gaucho looks (themes and some display options). You can also export and import all your suites to a file (useful to share or sync tasks between multiple Gaucho applications). Keep in mind that importing tasks will delete all currently existing tasks

\n

Development

\n

If you want to contribute to Gaucho, create a new different version of Gaucho, or compile it from source code, follow these instructions.

\n
\n

Node 10.16.0 or higher recommeded

\n
\n

Clone/download source code from the GitHub. Make sure you have node and npm already installed in your system:

\n
    \n
  1. npm install to install electron and all the dependencies.
  2. \n
  3. npm run start-dev to run gaucho in dev mode with chrome dev tools enabled.
  4. \n
  5. npm run dist to build and package gaucho for your system. The artifacts are located in dist/.\n
      \n
    • If you encounter a problem while building, please, check Common Issues
    • \n
    \n
  6. \n
  7. npm run dist-all to build and package gaucho for all supported architectures and platforms, it will take a while.\n\n
  8. \n
  9. npm test to run the automated tests.\n
      \n
    • npm run eslint to run eslint to check code style.
    • \n
    • Please, ensure the tests and linter are passing before creating a pull requests. Add tests for your changes.
    • \n
    \n
  10. \n
\n
    \n
  • To install snap version locally: snap install --dangerous gaucho_0.6.3_amd64.deb
  • \n
\n

Release to snap:

\n
    \n
  1. snapcraft login
  2. \n
  3. snapcraft push Gaucho_0.6.0_amd64.snap --release=stable
  4. \n
\n
\n

Only for collaborators!!

\n
\n

Troubleshooting

\n

Check Troubleshooting Page

\n

Acknowledgments

\n\n

License

\n

Gaucho is being developed and maintained as Open-Source software by @angrykoala (https://github.com/angrykoala) licensed under GNU GENERAL PUBLIC LICENSE version 3

\n

The original source code can be found at: https://github.com/angrykoala/gaucho

\n
\n

You can find more information about Gaucho in the official wiki

\n
\n

\"Get

\n
", - "readmeFetchedAt": "2020-09-17T12:09:21.212Z" + "readmeFetchedAt": "2020-09-18T00:10:40.593Z" }, "gdevelop": { "readmeCleaned": "

\"GDevelop

\n

GDevelop is a full-featured, open-source game development software, allowing to create HTML5 and native games without any knowledge in a specific programming language. All the game logic is built up using an intuitive and powerful event-based system.

\n

\"GDevelop

\n

Getting started \"Test \"Build \"Windows \"https://good-labs.github.io/greater-good-affirmation/assets/images/badge.svg\"

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
I want to...🚀 What to do
Download GDevelop to make gamesGo on GDevelop website to download GD!
Contribute to the editorDownload Node.js and follow this README.
Create/improve an extensionDownload Node.js and follow this README.
Help to translate GDevelopGo on the GDevelop project on Crowdin.
\n
\n

Are you interested in contributing to GDevelop for the first time? Or want to participate to Google Summer of Code 2020? Take a look at the list of good first issues and the "🏐 not too hard" cards on the Roadmap.

\n
\n

Overview of the architecture

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Directoryℹ️ Description
CoreGDevelop core library, containing common tools to implement the IDE and work with GDevelop games.
GDCppThe C++ game engine, used to build native games (not used in GDevelop 5).
GDJSThe JavaScript game engine, using Pixi.js (WebGL), powering all GDevelop games.
GDevelop.jsBindings of Core/GDCpp/GDJS and Extensions to JavaScript (with WebAssembly), used by the IDE.
newIDEThe game editor, written in JavaScript with React, Electron and Pixi.js.
ExtensionsExtensions for the C++ or JavaScript game engines, providing objects, behaviors, events and new features.
\n

To learn more about GDevelop Architecture, read the architecture overview here.

\n

A pre-generated documentation of the Core library, C++ and JS game engines is available here.

\n

Links

\n

Community

\n\n

Development Roadmap

\n\n

Games

\n
    \n
  • \n

    See the Showcase of games created with GDevelop.

    \n
  • \n
  • \n

    Lil BUB's HELLO EARTH is a retro 8-bit mobile video game featuring Lil BUB. It's created with GDevelop and made up of equal parts science, magic, and heart.

    \n

    \"Lil

    \n
    \n

    BUB is a very special, one of a kind critter. More specifically, she is the most amazing cat on the planet... and her game is made with GDevelop!

    \n
    \n

    See the project on Kickstarter! You can download the demo for iOS and Android.

    \n
  • \n
\n

License

\n
    \n
  • The Core library, the native and HTML5 game engines, the IDE, and all extensions (respectively Core, GDCpp, GDJS, newIDE and Extensions folders) are under the MIT license.
  • \n
  • The name, GDevelop, and its logo are the exclusive property of Florian Rival.
  • \n
\n

Games exported with GDevelop are based on the native and/or HTML5 game engines (see Core, GDCpp and GDJS folders): these engines are distributed under the MIT license so that you can distribute, sell or do anything with the games you created with GDevelop. In particular, you are not forced to make your game open source.

\n
", "readmeOriginal": "

\"GDevelop

\n

GDevelop is a full-featured, open-source game development software, allowing to create HTML5 and native games without any knowledge in a specific programming language. All the game logic is built up using an intuitive and powerful event-based system.

\n

\"GDevelop

\n

Getting started \"Test \"Build \"Windows \"https://good-labs.github.io/greater-good-affirmation/assets/images/badge.svg\"

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
I want to...🚀 What to do
Download GDevelop to make gamesGo on GDevelop website to download GD!
Contribute to the editorDownload Node.js and follow this README.
Create/improve an extensionDownload Node.js and follow this README.
Help to translate GDevelopGo on the GDevelop project on Crowdin.
\n
\n

Are you interested in contributing to GDevelop for the first time? Or want to participate to Google Summer of Code 2020? Take a look at the list of good first issues and the \"🏐 not too hard\" cards on the Roadmap.

\n
\n

Overview of the architecture

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Directoryℹ️ Description
CoreGDevelop core library, containing common tools to implement the IDE and work with GDevelop games.
GDCppThe C++ game engine, used to build native games (not used in GDevelop 5).
GDJSThe JavaScript game engine, using Pixi.js (WebGL), powering all GDevelop games.
GDevelop.jsBindings of Core/GDCpp/GDJS and Extensions to JavaScript (with WebAssembly), used by the IDE.
newIDEThe game editor, written in JavaScript with React, Electron and Pixi.js.
ExtensionsExtensions for the C++ or JavaScript game engines, providing objects, behaviors, events and new features.
\n

To learn more about GDevelop Architecture, read the architecture overview here.

\n

A pre-generated documentation of the Core library, C++ and JS game engines is available here.

\n

Links

\n

Community

\n\n

Development Roadmap

\n\n

Games

\n
    \n
  • \n

    See the Showcase of games created with GDevelop.

    \n
  • \n
  • \n

    Lil BUB's HELLO EARTH is a retro 8-bit mobile video game featuring Lil BUB. It's created with GDevelop and made up of equal parts science, magic, and heart.

    \n

    \"Lil

    \n
    \n

    BUB is a very special, one of a kind critter. More specifically, she is the most amazing cat on the planet... and her game is made with GDevelop!

    \n
    \n

    See the project on Kickstarter! You can download the demo for iOS and Android.

    \n
  • \n
\n

License

\n
    \n
  • The Core library, the native and HTML5 game engines, the IDE, and all extensions (respectively Core, GDCpp, GDJS, newIDE and Extensions folders) are under the MIT license.
  • \n
  • The name, GDevelop, and its logo are the exclusive property of Florian Rival.
  • \n
\n

Games exported with GDevelop are based on the native and/or HTML5 game engines (see Core, GDCpp and GDJS folders): these engines are distributed under the MIT license so that you can distribute, sell or do anything with the games you created with GDevelop. In particular, you are not forced to make your game open source.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:21.351Z" + "readmeFetchedAt": "2020-09-18T00:10:40.625Z" }, - "geeks-diary": { - "readmeCleaned": "

Geek's Diary

\n

\"Build

\n

Geek's Diary is markdown editor with version control system integrated. It helps programmers to write TIL(Today I Learned).

\n

\"Main

\n

🚀 Beta releases

\n

You can download the installer from Github Releases.

\n

Currently, only macOS is supported. The official version (v1.0.0) will also support Windows.

\n

AutoUpdater is omitted from beta release. When a new version is released, you will need to update it manually.

\n

Features

\n

Mix markdown with code

\n

\"gd1\"

\n

A note in Geek's Diary is comprised of snippets (markdown, code). You can freely mix different snippet types within one note.

\n

Categorize your note with development stack

\n

\"gd2\"

\n

Geek's Diary is for programmers. You can categorize your note with numerous development stacks (from konpa/devicon).

\n

Contribute measurement

\n

\"gd3\"

\n

Geek's Diary measures contribution with commit counts in a day. You can look your contribution level with grass UI in calendar. Similar with github!

\n

Version Control System integrated

\n

\"gd4\"

\n

Control your version with powerful VCS -- We currently supports git. Geek's Diary tracks your file changes from workspace, and you can committed it.

\n

Sync with remote repository

\n

\"gd5\"

\n

Thanks to the integration of the version control system, you can sync your workspace with remote repository. Log in to github and sync your TILs.

\n

Plan

\n

These are v1.0.0 features.

\n
    \n
  • Auto Updater #124
  • \n
  • Release win32 platform
  • \n
  • Performance issue for note editor #113
  • \n
  • Migrate from existing TIL repository #120
  • \n
\n

Development

\n

Requirements

\n\n

Project setup

\n

Fork the project on GitHub and clone your fork locally.

\n
git clone git@github.com:username/geeks-diary.git\ncd geeks-diary\n\ngit remote add upstream https://github.com/seokju-na/geeks-diary.git\ngit fetch upstream\n\nyarn install
\n

Starting

\n
yarn serve:browser:app\nyarn serve:browser:wizard\nyarn serve:main-process\n\n// After build completed.\n\nyarn start
\n

Test

\n
yarn test
\n

Contributing

\n

❤️ Thanks for your interest!

\n

If you have suggestions for how this project could be improved, or want to report a bug, open an issue! We'd love all and any contributions. If you have questions, too, we'd love to hear them.

\n

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

\n

License

\n

MIT Licensed

\n
", - "readmeOriginal": "

Geek's Diary

\n

\"Build

\n

Geek's Diary is markdown editor with version control system integrated. It helps programmers to write TIL(Today I Learned).

\n

\"Main

\n

🚀 Beta releases

\n

You can download the installer from Github Releases.

\n

Currently, only macOS is supported. The official version (v1.0.0) will also support Windows.

\n

AutoUpdater is omitted from beta release. When a new version is released, you will need to update it manually.

\n

Features

\n

Mix markdown with code

\n

\"gd1\"

\n

A note in Geek's Diary is comprised of snippets (markdown, code). You can freely mix different snippet types within one note.

\n

Categorize your note with development stack

\n

\"gd2\"

\n

Geek's Diary is for programmers. You can categorize your note with numerous development stacks (from konpa/devicon).

\n

Contribute measurement

\n

\"gd3\"

\n

Geek's Diary measures contribution with commit counts in a day. You can look your contribution level with grass UI in calendar. Similar with github!

\n

Version Control System integrated

\n

\"gd4\"

\n

Control your version with powerful VCS -- We currently supports git. Geek's Diary tracks your file changes from workspace, and you can committed it.

\n

Sync with remote repository

\n

\"gd5\"

\n

Thanks to the integration of the version control system, you can sync your workspace with remote repository. Log in to github and sync your TILs.

\n

Plan

\n

These are v1.0.0 features.

\n
    \n
  • Auto Updater #124
  • \n
  • Release win32 platform
  • \n
  • Performance issue for note editor #113
  • \n
  • Migrate from existing TIL repository #120
  • \n
\n

Development

\n

Requirements

\n\n

Project setup

\n

Fork the project on GitHub and clone your fork locally.

\n
git clone git@github.com:username/geeks-diary.git\ncd geeks-diary\n\ngit remote add upstream https://github.com/seokju-na/geeks-diary.git\ngit fetch upstream\n\nyarn install
\n

Starting

\n
yarn serve:browser:app\nyarn serve:browser:wizard\nyarn serve:main-process\n\n// After build completed.\n\nyarn start
\n

Test

\n
yarn test
\n

Contributing

\n

❤️ Thanks for your interest!

\n

If you have suggestions for how this project could be improved, or want to report a bug, open an issue! We'd love all and any contributions. If you have questions, too, we'd love to hear them.

\n

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

\n

License

\n

MIT Licensed

\n
", - "readmeFetchedAt": "2020-09-17T12:09:21.377Z" + "gaucho": { + "readmeCleaned": "

Gaucho

\n

by @angrykoala
\n\"Build

\n
\n

Minimalistic task launcher

\n
\n

\"Gaucho
\nGaucho 0.6.1

\n

Features

\n
    \n
  • Easily run commands using a simple GUI.
  • \n
  • Schedule your tasks.
  • \n
  • Available for Windows, Linux and Mac.
  • \n
  • Import/Export tasks.
  • \n
  • Handy log output.
  • \n
  • Themes.
  • \n
\n

Download

\n

Gaucho is available for Windows, Mac and Linux. It can be downloaded on the following links:

\n\n

If you need a different version, please, follow the development instructions to make your own build from the source code or leave an issue.

\n

Usage

\n

Gaucho is organized through configurable tasks that belong to Suites. Each task can be easily configured by providing a name and command. Tasks can be executed independently, or the whole suite can be executed as once.

\n

Executing tasks

\n

On each suite, you will find the list of possible tasks to launch. By clicking on Run you will start that task. Clicking the same button again (now the Stop button) will stop the task.

\n

You can easily see the name, execution time and status of each task. The status (shown with the status icon) can be idle (black), running (blue), successful (green) or failed (red).

\n

Clicking in the task name the log will be displayed, allowing you to check the task output in real time.

\n

A task can also be scheduled through the context menu. This menu also allows to perform some of the actions described above.

\n

Creating and Editing tasks

\n

By clicking the Edit button (on the top right corner) you'll be able to edit the suites and tasks (edit mode).

\n

You can add new tasks to the current suite by clicking "Add New Task" at the bottom of the list. By clicking on a task name you'll be able to edit that task.

\n

While editing/creating a new tasks, you should add a name to the task and a command. The command can be any shell/terminal accepted command or an executable file. Optionally a path can be added as well, if no path is added, default user path will be used.

\n

The tasks can be deleted by clicking the Delete button. In this mode you can also move tasks (clicking on the drag handle), reorder suites, create suites (+ button), delete and rename suites and tasks (through the context menu)

\n

Context Menu

\n

The Context menu can be accessed by clicking on the secondary button of the mouse, depending on where is clicked (task or suite), different actions will appear. These actions will not change whether you are in edit mode or not.

\n

Main Menu

\n

Next to the edit button, is the menu button. When clicking the menu, several options will be shown, those options may change depending if the edit mode is active or not. This menu allows you to go to the settings menu, quit the application, or perform actions over the current selected suite.

\n

User and Tasks Configuration

\n

All tasks and user changes are saved automatically on real time. This includes all the tasks/suites information as well as the window size.

\n

Settings

\n

In the settings menu, you'll be able to configure how Gaucho looks (themes and some display options). You can also export and import all your suites to a file (useful to share or sync tasks between multiple Gaucho applications). Keep in mind that importing tasks will delete all currently existing tasks

\n

Development

\n

If you want to contribute to Gaucho, create a new different version of Gaucho, or compile it from source code, follow these instructions.

\n
\n

Node 10.16.0 or higher recommeded

\n
\n

Clone/download source code from the GitHub. Make sure you have node and npm already installed in your system:

\n
    \n
  1. npm install to install electron and all the dependencies.
  2. \n
  3. npm run start-dev to run gaucho in dev mode with chrome dev tools enabled.
  4. \n
  5. npm run dist to build and package gaucho for your system. The artifacts are located in dist/.\n
      \n
    • If you encounter a problem while building, please, check Common Issues
    • \n
    \n
  6. \n
  7. npm run dist-all to build and package gaucho for all supported architectures and platforms, it will take a while.\n\n
  8. \n
  9. npm test to run the automated tests.\n
      \n
    • npm run eslint to run eslint to check code style.
    • \n
    • Please, ensure the tests and linter are passing before creating a pull requests. Add tests for your changes.
    • \n
    \n
  10. \n
\n
    \n
  • To install snap version locally: snap install --dangerous gaucho_0.6.3_amd64.deb
  • \n
\n

Release to snap:

\n
    \n
  1. snapcraft login
  2. \n
  3. snapcraft push Gaucho_0.6.0_amd64.snap --release=stable
  4. \n
\n
\n

Only for collaborators!!

\n
\n

Troubleshooting

\n

Check Troubleshooting Page

\n

Acknowledgments

\n\n

License

\n

Gaucho is being developed and maintained as Open-Source software by @angrykoala (https://github.com/angrykoala) licensed under GNU GENERAL PUBLIC LICENSE version 3

\n

The original source code can be found at: https://github.com/angrykoala/gaucho

\n
\n

You can find more information about Gaucho in the official wiki

\n
\n

\"Get

\n
", + "readmeOriginal": "

Gaucho

\n

by @angrykoala
\n\"Build

\n
\n

Minimalistic task launcher

\n
\n

\"Gaucho
\nGaucho 0.6.1

\n

Features

\n
    \n
  • Easily run commands using a simple GUI.
  • \n
  • Schedule your tasks.
  • \n
  • Available for Windows, Linux and Mac.
  • \n
  • Import/Export tasks.
  • \n
  • Handy log output.
  • \n
  • Themes.
  • \n
\n

Download

\n

Gaucho is available for Windows, Mac and Linux. It can be downloaded on the following links:

\n\n

If you need a different version, please, follow the development instructions to make your own build from the source code or leave an issue.

\n

Usage

\n

Gaucho is organized through configurable tasks that belong to Suites. Each task can be easily configured by providing a name and command. Tasks can be executed independently, or the whole suite can be executed as once.

\n

Executing tasks

\n

On each suite, you will find the list of possible tasks to launch. By clicking on Run you will start that task. Clicking the same button again (now the Stop button) will stop the task.

\n

You can easily see the name, execution time and status of each task. The status (shown with the status icon) can be idle (black), running (blue), successful (green) or failed (red).

\n

Clicking in the task name the log will be displayed, allowing you to check the task output in real time.

\n

A task can also be scheduled through the context menu. This menu also allows to perform some of the actions described above.

\n

Creating and Editing tasks

\n

By clicking the Edit button (on the top right corner) you'll be able to edit the suites and tasks (edit mode).

\n

You can add new tasks to the current suite by clicking \"Add New Task\" at the bottom of the list. By clicking on a task name you'll be able to edit that task.

\n

While editing/creating a new tasks, you should add a name to the task and a command. The command can be any shell/terminal accepted command or an executable file. Optionally a path can be added as well, if no path is added, default user path will be used.

\n

The tasks can be deleted by clicking the Delete button. In this mode you can also move tasks (clicking on the drag handle), reorder suites, create suites (+ button), delete and rename suites and tasks (through the context menu)

\n

Context Menu

\n

The Context menu can be accessed by clicking on the secondary button of the mouse, depending on where is clicked (task or suite), different actions will appear. These actions will not change whether you are in edit mode or not.

\n

Main Menu

\n

Next to the edit button, is the menu button. When clicking the menu, several options will be shown, those options may change depending if the edit mode is active or not. This menu allows you to go to the settings menu, quit the application, or perform actions over the current selected suite.

\n

User and Tasks Configuration

\n

All tasks and user changes are saved automatically on real time. This includes all the tasks/suites information as well as the window size.

\n

Settings

\n

In the settings menu, you'll be able to configure how Gaucho looks (themes and some display options). You can also export and import all your suites to a file (useful to share or sync tasks between multiple Gaucho applications). Keep in mind that importing tasks will delete all currently existing tasks

\n

Development

\n

If you want to contribute to Gaucho, create a new different version of Gaucho, or compile it from source code, follow these instructions.

\n
\n

Node 10.16.0 or higher recommeded

\n
\n

Clone/download source code from the GitHub. Make sure you have node and npm already installed in your system:

\n
    \n
  1. npm install to install electron and all the dependencies.
  2. \n
  3. npm run start-dev to run gaucho in dev mode with chrome dev tools enabled.
  4. \n
  5. npm run dist to build and package gaucho for your system. The artifacts are located in dist/.\n
      \n
    • If you encounter a problem while building, please, check Common Issues
    • \n
    \n
  6. \n
  7. npm run dist-all to build and package gaucho for all supported architectures and platforms, it will take a while.\n\n
  8. \n
  9. npm test to run the automated tests.\n
      \n
    • npm run eslint to run eslint to check code style.
    • \n
    • Please, ensure the tests and linter are passing before creating a pull requests. Add tests for your changes.
    • \n
    \n
  10. \n
\n
    \n
  • To install snap version locally: snap install --dangerous gaucho_0.6.3_amd64.deb
  • \n
\n

Release to snap:

\n
    \n
  1. snapcraft login
  2. \n
  3. snapcraft push Gaucho_0.6.0_amd64.snap --release=stable
  4. \n
\n
\n

Only for collaborators!!

\n
\n

Troubleshooting

\n

Check Troubleshooting Page

\n

Acknowledgments

\n\n

License

\n

Gaucho is being developed and maintained as Open-Source software by @angrykoala (https://github.com/angrykoala) licensed under GNU GENERAL PUBLIC LICENSE version 3

\n

The original source code can be found at: https://github.com/angrykoala/gaucho

\n
\n

You can find more information about Gaucho in the official wiki

\n
\n

\"Get

\n
", + "readmeFetchedAt": "2020-09-18T00:10:40.660Z" }, "gifbar": { "readmeCleaned": "

GIFBar

\n
\n

A system tray icon that helps you find the perfect GIF

\n
\n

\"\"\n\"\"

\n

Download

\n

Current Release

\n

Development

\n
\n

Made with Electron.

\n
\n\n\t\n\t\t\n\t\t\n\t\n\t\n\t\t\n\t\t\n\t\n\t\n\t\t\n\t\t\n\t\n
Initnpm install
Runnpm start
Buildnpm run build
\n

License

\n

MIT © Devin Rousso

\n
", "readmeOriginal": "

GIFBar

\n
\n

A system tray icon that helps you find the perfect GIF

\n
\n

\"\"\n\"\"

\n

Download

\n

Current Release

\n

Development

\n
\n

Made with Electron.

\n
\n\n\t\n\t\t\n\t\t\n\t\n\t\n\t\t\n\t\t\n\t\n\t\n\t\t\n\t\t\n\t\n
Initnpm install
Runnpm start
Buildnpm run build
\n

License

\n

MIT © Devin Rousso

\n
", - "readmeFetchedAt": "2020-09-17T12:09:21.467Z" + "readmeFetchedAt": "2020-09-18T00:10:40.671Z" }, "genotify": { "readmeCleaned": "

Genotify

\n

\"DOI\"\n\"GitHub

\n

The paper for Genotify is located here. Please cite it if you use Genotify in your research:

\n

Andrews et al., (2018). Genotify: Fast, lightweight gene lookup and summarization . Journal of Open Source Software, 3(28), 885, https://doi.org/10.21105/joss.00885

\n
\n

Genotify is a light-weight, cross-platform desktop application for quick gene annotations. If you're a molecular biology researcher or bioinformaticist, you likely find yourself Googling gene names relatively frequently, especially when doing a heavy lit review or poring through tables of differentially expressed genes. Genotify provides up-to-date gene info and access to multiple interactive widgets without opening a browser. Simply copy a gene name, ID, or symbol to your clipboard and use ctrl+q (or cmd+q) to query for that gene. Limit by species if you so desire. Click any of the resulting text boxes to copy them to your clipboard.

\n

This program aims to give you access to all of the resources you could ever want for a gene, from links to all of the major databases to functional summaries. Hopefully it does it well.

\n\n
\n

Installation

\n

Just download the release for your OS, unpack, and run. To build from source with node.js, you can clone the repo and run npm install followed by npm start.

\n

If you run into permissin denied errors during the postinstall script, try adding the --unsafe-perm=true --allow-root arguments.

\n

Basic Usage

\n

Genotify is dead simple to use. Type a query into the search box and click the search button, hit enter, or use the hotkey ctrl+q (or cmd+q) to query from clipboard (even if Genotify isn't focused!). Search for and select species with the species filter, or filter hits in the hits table dynamically. Clicking on a different hit in the hits table will show the information for that hit. Expand the various sections to read what said gene does, explore expression data, see disease associations, or view links out to various data sources. Clicking on a text box will copy its contents to your clipboard for easy copying.

\n

Our group frequently uses Genotify to facilitate:

\n
    \n
  • rapid, efficient lookup of genes while reviewing literature or curating lists of significant genes,
  • \n
  • close investigation of families of related genes,
  • \n
  • quick ascertainment of the biological significance of differentially expressed genes or associating proteins,
  • \n
  • determination of known disease associations,
  • \n
  • exploration of protein structure, modifications, and variants,
  • \n
  • comparison of mRNA expression of a queried gene across diverse tissues, cell types, and species.
  • \n
\n

An Illustrative Example

\n

One of the situations where Genotify really shines is when you're digging through a table of results from some analysis. Say you just finished a differential expression analysis from a human cancer cell line treated with a novel compound identified as potentially efficacious and want to determine how the drug might be affecting the biology of these cells. You view the top 10 most downregulated genes after treatment and notice several that seem similar:

\n

\"Our

\n

Finding Basic Gene Information

\n

A quick search for our top hit in the list (KMT2E) let's us determine it's genomic location, official name, aliases (the KMT2 family are frequently interchanged with their old MLL names to this day), and other basic information under the Gene Basics section. We could click on another hit in the Hits table to view information for the gene in another species. For more info, we can look at the Function section and see that the KMT2E protein functions as a histone methyltransferase, trimethylating histone H3 at Lysine 3 (a histone modification often seen near active gene promoters).

\n

\"A

\n

Let's try another hit - KMT2C, and limit the search to humans only.

\n

Finding Disease Associations, Accessions, and Viewing Protein Structure

\n

\"A

\n

Again, it's a histone methyltransferase (as are KMT2D and KMT2A). We can look at known Disease Associations, get Accessions to many other databases that will open in your default browser when clicked, and look at the actual structure of the KMT2C protein - domains, variants, post-translation modifications, and more - all with links to their data sources and publications via the ProtVista viewer.

\n

Investigating Gene Expression

\n

The Expression section provides a wealth of information regarding expression of KMT2C across many different tissues, experiments, and cell lines through the EBI Expression Atlas. The default view shows many experiments - not super helpful! But we can filter for a specific tissue or cell type easily by clicking the Filter button. We could also download the data with the download button.

\n

\"Expression

\n

We can also search for specific datasets by typing in the Search Experiments box. Maybe we want to know the expression of this gene in a variety of tissues, so we search for the GTEx dataset and can interactively compare the expression. It also has a boxplot view that sometimes makes it easier to compare between samples/tissues. The experiments table will update to show different experiments if a hit for a different species is shown. Sometimes, data won't be found for a given gene in a given experiment. This is usually due to the experiment being a differential expression analysis (Microarray or RNA-Seq Differential), which only contain data for genes that are differentially expressed between the two conditions. The RNA-Seq Baseline experiments are typically more reliable and are what most people will likely find most useful.

\n

\"More

\n

Now we know that the drug seems to be affecting histone methyltransferases and can easily determine what diseases these genes are associated with, any known variants that might affect their disease potential, and identify other cell lines that would make good candidates for investigating these genes due to their high expression. It also suggests that maybe some ChIP-seq experiments for histone methylation would be a good idea for next steps. Importantly, Genotify provides all this information and interactive exploratory widgets in a single place for convenience and time-saving.

\n

Issues and Feedback

\n

Hit up the issues pages here and describe the issue in detail. Screenshots may be helpful. I'm usually pretty quick to respond. We are also open to suggestions for new features.

\n

Contributing

\n

For developing, you will need node.js installed. Clone the repo and install with npm install and run with npm start. If you want to contribute, open a pull request that addresses a known issue or adds something of value.

\n

License

\n

This program is free software: you can redistribute it and/or modify\nit under the terms of the License.

\n

This program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nLicense for more details.

\n

You should have received a copy of the License.

\n

Copyright 2018-2019, Washington University in St. Louis

\n
", "readmeOriginal": "

Genotify

\n

\"DOI\"\n\"GitHub

\n

The paper for Genotify is located here. Please cite it if you use Genotify in your research:

\n

Andrews et al., (2018). Genotify: Fast, lightweight gene lookup and summarization . Journal of Open Source Software, 3(28), 885, https://doi.org/10.21105/joss.00885

\n
\n

Genotify is a light-weight, cross-platform desktop application for quick gene annotations. If you're a molecular biology researcher or bioinformaticist, you likely find yourself Googling gene names relatively frequently, especially when doing a heavy lit review or poring through tables of differentially expressed genes. Genotify provides up-to-date gene info and access to multiple interactive widgets without opening a browser. Simply copy a gene name, ID, or symbol to your clipboard and use ctrl+q (or cmd+q) to query for that gene. Limit by species if you so desire. Click any of the resulting text boxes to copy them to your clipboard.

\n

This program aims to give you access to all of the resources you could ever want for a gene, from links to all of the major databases to functional summaries. Hopefully it does it well.

\n\n
\n

Installation

\n

Just download the release for your OS, unpack, and run. To build from source with node.js, you can clone the repo and run npm install followed by npm start.

\n

If you run into permissin denied errors during the postinstall script, try adding the --unsafe-perm=true --allow-root arguments.

\n

Basic Usage

\n

Genotify is dead simple to use. Type a query into the search box and click the search button, hit enter, or use the hotkey ctrl+q (or cmd+q) to query from clipboard (even if Genotify isn't focused!). Search for and select species with the species filter, or filter hits in the hits table dynamically. Clicking on a different hit in the hits table will show the information for that hit. Expand the various sections to read what said gene does, explore expression data, see disease associations, or view links out to various data sources. Clicking on a text box will copy its contents to your clipboard for easy copying.

\n

Our group frequently uses Genotify to facilitate:

\n
    \n
  • rapid, efficient lookup of genes while reviewing literature or curating lists of significant genes,
  • \n
  • close investigation of families of related genes,
  • \n
  • quick ascertainment of the biological significance of differentially expressed genes or associating proteins,
  • \n
  • determination of known disease associations,
  • \n
  • exploration of protein structure, modifications, and variants,
  • \n
  • comparison of mRNA expression of a queried gene across diverse tissues, cell types, and species.
  • \n
\n

An Illustrative Example

\n

One of the situations where Genotify really shines is when you're digging through a table of results from some analysis. Say you just finished a differential expression analysis from a human cancer cell line treated with a novel compound identified as potentially efficacious and want to determine how the drug might be affecting the biology of these cells. You view the top 10 most downregulated genes after treatment and notice several that seem similar:

\n

\"Our

\n

Finding Basic Gene Information

\n

A quick search for our top hit in the list (KMT2E) let's us determine it's genomic location, official name, aliases (the KMT2 family are frequently interchanged with their old MLL names to this day), and other basic information under the Gene Basics section. We could click on another hit in the Hits table to view information for the gene in another species. For more info, we can look at the Function section and see that the KMT2E protein functions as a histone methyltransferase, trimethylating histone H3 at Lysine 3 (a histone modification often seen near active gene promoters).

\n

\"A

\n

Let's try another hit - KMT2C, and limit the search to humans only.

\n

Finding Disease Associations, Accessions, and Viewing Protein Structure

\n

\"A

\n

Again, it's a histone methyltransferase (as are KMT2D and KMT2A). We can look at known Disease Associations, get Accessions to many other databases that will open in your default browser when clicked, and look at the actual structure of the KMT2C protein - domains, variants, post-translation modifications, and more - all with links to their data sources and publications via the ProtVista viewer.

\n

Investigating Gene Expression

\n

The Expression section provides a wealth of information regarding expression of KMT2C across many different tissues, experiments, and cell lines through the EBI Expression Atlas. The default view shows many experiments - not super helpful! But we can filter for a specific tissue or cell type easily by clicking the Filter button. We could also download the data with the download button.

\n

\"Expression

\n

We can also search for specific datasets by typing in the Search Experiments box. Maybe we want to know the expression of this gene in a variety of tissues, so we search for the GTEx dataset and can interactively compare the expression. It also has a boxplot view that sometimes makes it easier to compare between samples/tissues. The experiments table will update to show different experiments if a hit for a different species is shown. Sometimes, data won't be found for a given gene in a given experiment. This is usually due to the experiment being a differential expression analysis (Microarray or RNA-Seq Differential), which only contain data for genes that are differentially expressed between the two conditions. The RNA-Seq Baseline experiments are typically more reliable and are what most people will likely find most useful.

\n

\"More

\n

Now we know that the drug seems to be affecting histone methyltransferases and can easily determine what diseases these genes are associated with, any known variants that might affect their disease potential, and identify other cell lines that would make good candidates for investigating these genes due to their high expression. It also suggests that maybe some ChIP-seq experiments for histone methylation would be a good idea for next steps. Importantly, Genotify provides all this information and interactive exploratory widgets in a single place for convenience and time-saving.

\n

Issues and Feedback

\n

Hit up the issues pages here and describe the issue in detail. Screenshots may be helpful. I'm usually pretty quick to respond. We are also open to suggestions for new features.

\n

Contributing

\n

For developing, you will need node.js installed. Clone the repo and install with npm install and run with npm start. If you want to contribute, open a pull request that addresses a known issue or adds something of value.

\n

License

\n

This program is free software: you can redistribute it and/or modify\nit under the terms of the License.

\n

This program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nLicense for more details.

\n

You should have received a copy of the License.

\n

Copyright 2018-2019, Washington University in St. Louis

\n
", - "readmeFetchedAt": "2020-09-17T12:09:21.565Z" + "readmeFetchedAt": "2020-09-18T00:10:40.689Z" + }, + "geeks-diary": { + "readmeCleaned": "

Geek's Diary

\n

\"Build

\n

Geek's Diary is markdown editor with version control system integrated. It helps programmers to write TIL(Today I Learned).

\n

\"Main

\n

🚀 Beta releases

\n

You can download the installer from Github Releases.

\n

Currently, only macOS is supported. The official version (v1.0.0) will also support Windows.

\n

AutoUpdater is omitted from beta release. When a new version is released, you will need to update it manually.

\n

Features

\n

Mix markdown with code

\n

\"gd1\"

\n

A note in Geek's Diary is comprised of snippets (markdown, code). You can freely mix different snippet types within one note.

\n

Categorize your note with development stack

\n

\"gd2\"

\n

Geek's Diary is for programmers. You can categorize your note with numerous development stacks (from konpa/devicon).

\n

Contribute measurement

\n

\"gd3\"

\n

Geek's Diary measures contribution with commit counts in a day. You can look your contribution level with grass UI in calendar. Similar with github!

\n

Version Control System integrated

\n

\"gd4\"

\n

Control your version with powerful VCS -- We currently supports git. Geek's Diary tracks your file changes from workspace, and you can committed it.

\n

Sync with remote repository

\n

\"gd5\"

\n

Thanks to the integration of the version control system, you can sync your workspace with remote repository. Log in to github and sync your TILs.

\n

Plan

\n

These are v1.0.0 features.

\n
    \n
  • Auto Updater #124
  • \n
  • Release win32 platform
  • \n
  • Performance issue for note editor #113
  • \n
  • Migrate from existing TIL repository #120
  • \n
\n

Development

\n

Requirements

\n\n

Project setup

\n

Fork the project on GitHub and clone your fork locally.

\n
git clone git@github.com:username/geeks-diary.git\ncd geeks-diary\n\ngit remote add upstream https://github.com/seokju-na/geeks-diary.git\ngit fetch upstream\n\nyarn install
\n

Starting

\n
yarn serve:browser:app\nyarn serve:browser:wizard\nyarn serve:main-process\n\n// After build completed.\n\nyarn start
\n

Test

\n
yarn test
\n

Contributing

\n

❤️ Thanks for your interest!

\n

If you have suggestions for how this project could be improved, or want to report a bug, open an issue! We'd love all and any contributions. If you have questions, too, we'd love to hear them.

\n

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

\n

License

\n

MIT Licensed

\n
", + "readmeOriginal": "

Geek's Diary

\n

\"Build

\n

Geek's Diary is markdown editor with version control system integrated. It helps programmers to write TIL(Today I Learned).

\n

\"Main

\n

🚀 Beta releases

\n

You can download the installer from Github Releases.

\n

Currently, only macOS is supported. The official version (v1.0.0) will also support Windows.

\n

AutoUpdater is omitted from beta release. When a new version is released, you will need to update it manually.

\n

Features

\n

Mix markdown with code

\n

\"gd1\"

\n

A note in Geek's Diary is comprised of snippets (markdown, code). You can freely mix different snippet types within one note.

\n

Categorize your note with development stack

\n

\"gd2\"

\n

Geek's Diary is for programmers. You can categorize your note with numerous development stacks (from konpa/devicon).

\n

Contribute measurement

\n

\"gd3\"

\n

Geek's Diary measures contribution with commit counts in a day. You can look your contribution level with grass UI in calendar. Similar with github!

\n

Version Control System integrated

\n

\"gd4\"

\n

Control your version with powerful VCS -- We currently supports git. Geek's Diary tracks your file changes from workspace, and you can committed it.

\n

Sync with remote repository

\n

\"gd5\"

\n

Thanks to the integration of the version control system, you can sync your workspace with remote repository. Log in to github and sync your TILs.

\n

Plan

\n

These are v1.0.0 features.

\n
    \n
  • Auto Updater #124
  • \n
  • Release win32 platform
  • \n
  • Performance issue for note editor #113
  • \n
  • Migrate from existing TIL repository #120
  • \n
\n

Development

\n

Requirements

\n\n

Project setup

\n

Fork the project on GitHub and clone your fork locally.

\n
git clone git@github.com:username/geeks-diary.git\ncd geeks-diary\n\ngit remote add upstream https://github.com/seokju-na/geeks-diary.git\ngit fetch upstream\n\nyarn install
\n

Starting

\n
yarn serve:browser:app\nyarn serve:browser:wizard\nyarn serve:main-process\n\n// After build completed.\n\nyarn start
\n

Test

\n
yarn test
\n

Contributing

\n

❤️ Thanks for your interest!

\n

If you have suggestions for how this project could be improved, or want to report a bug, open an issue! We'd love all and any contributions. If you have questions, too, we'd love to hear them.

\n

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

\n

License

\n

MIT Licensed

\n
", + "readmeFetchedAt": "2020-09-18T00:10:40.751Z" + }, + "gitify": { + "readmeCleaned": "

Gitify \"github\" \"codecov\" \"downloads\"

\n
\n

GitHub Notifications on your menu bar. Available on macOS, Windows and Linux. Gitify Mobile has been deprecated in favour of the official GitHub mobile app.

\n
\n

\"Gitify\"

\n

Download

\n

You can download Gitify for free from the website www.gitify.io or install it via Homebrew Cask.

\n
brew cask install gitify
\n

Gitify supports macOS, Windows and Linux.

\n

Prerequisites

\n\n

Installation

\n
yarn install\n
\n

Development

\n

Optional: If you prefer to use your own OAuth credentials, you can do so by passing them as environment variables when bundling the app. This is optional as the app has some default "development" keys (use at your own discretion).

\n
OAUTH_CLIENT_ID="123" OAUTH_CLIENT_SECRET="456789" yarn build\n
\n

To watch for changes(webpack) in the src directory:

\n
yarn run watch\n
\n

To run the actual electron app:

\n
yarn start\n
\n

Releases

\n

The release process is automated. Follow the steps below.

\n
    \n
  1. Create a new draft release. Set the tag version to something with the format of v1.2.3. Save as a draft.
  2. \n
  3. Once everything is merged to master, create a branch that starts with release/vX.X.X (ie. release/v1.2.3).
  4. \n
  5. In the same branch, bump the version of the app in the package.json file and open a PR. GitHub Actions will build, sign and upload the release assets for each commit to that branch as long as a branch is named like release/vX.X.X and there is a draft release with the same version number(package.json).
  6. \n
  7. Merge your release branch into master.
  8. \n
  9. Publish the draft release once you've added notes to it and all assets are there.
  10. \n
\n

Tests

\n

There are 2 checks - one for prettier and one for the unit tests with jest.

\n
// Run prettier to check\nyarn run prettier-check\n\n// Run linter & unit tests with coverage\nyarn run test\n\n// Run jest directly - allows to pass arguments like `--watch`\nyarn run jest\n
\n

FAQ

\n

My notifications aren't showing?

\n

Some organisations require applications to request access before allowing access to any data (including notifications) about their repositories.

\n

To check if Gitify is approved by your organisation you can go to https://github.com/settings/applications, then click on Gitify and scroll to Organization access.

\n

Something looks wrong - How can I debug?

\n

You can debug Gitify by pressing alt + command + I. This will open the dev tools and then you can see any logs, network requests etc.

\n

Contributing

\n
    \n
  1. Fork it!
  2. \n
  3. Create your feature branch: git checkout -b my-new-feature
  4. \n
  5. Commit your changes: git commit -am 'Add some feature'
  6. \n
  7. Push to the branch: git push origin my-new-feature
  8. \n
  9. Submit a pull request
  10. \n
  11. Make sure tests are passing
  12. \n
\n

License

\n

Gitify is licensed under the MIT Open Source license. For more information, see the LICENSE file in this repository.

\n
", + "readmeOriginal": "

Gitify \"github\" \"codecov\" \"downloads\"

\n
\n

GitHub Notifications on your menu bar. Available on macOS, Windows and Linux. Gitify Mobile has been deprecated in favour of the official GitHub mobile app.

\n
\n

\"Gitify\"

\n

Download

\n

You can download Gitify for free from the website www.gitify.io or install it via Homebrew Cask.

\n
brew cask install gitify
\n

Gitify supports macOS, Windows and Linux.

\n

Prerequisites

\n\n

Installation

\n
yarn install\n
\n

Development

\n

Optional: If you prefer to use your own OAuth credentials, you can do so by passing them as environment variables when bundling the app. This is optional as the app has some default \"development\" keys (use at your own discretion).

\n
OAUTH_CLIENT_ID=\"123\" OAUTH_CLIENT_SECRET=\"456789\" yarn build\n
\n

To watch for changes(webpack) in the src directory:

\n
yarn run watch\n
\n

To run the actual electron app:

\n
yarn start\n
\n

Releases

\n

The release process is automated. Follow the steps below.

\n
    \n
  1. Create a new draft release. Set the tag version to something with the format of v1.2.3. Save as a draft.
  2. \n
  3. Once everything is merged to master, create a branch that starts with release/vX.X.X (ie. release/v1.2.3).
  4. \n
  5. In the same branch, bump the version of the app in the package.json file and open a PR. GitHub Actions will build, sign and upload the release assets for each commit to that branch as long as a branch is named like release/vX.X.X and there is a draft release with the same version number(package.json).
  6. \n
  7. Merge your release branch into master.
  8. \n
  9. Publish the draft release once you've added notes to it and all assets are there.
  10. \n
\n

Tests

\n

There are 2 checks - one for prettier and one for the unit tests with jest.

\n
// Run prettier to check\nyarn run prettier-check\n\n// Run linter & unit tests with coverage\nyarn run test\n\n// Run jest directly - allows to pass arguments like `--watch`\nyarn run jest\n
\n

FAQ

\n

My notifications aren't showing?

\n

Some organisations require applications to request access before allowing access to any data (including notifications) about their repositories.

\n

To check if Gitify is approved by your organisation you can go to https://github.com/settings/applications, then click on Gitify and scroll to Organization access.

\n

Something looks wrong - How can I debug?

\n

You can debug Gitify by pressing alt + command + I. This will open the dev tools and then you can see any logs, network requests etc.

\n

Contributing

\n
    \n
  1. Fork it!
  2. \n
  3. Create your feature branch: git checkout -b my-new-feature
  4. \n
  5. Commit your changes: git commit -am 'Add some feature'
  6. \n
  7. Push to the branch: git push origin my-new-feature
  8. \n
  9. Submit a pull request
  10. \n
  11. Make sure tests are passing
  12. \n
\n

License

\n

Gitify is licensed under the MIT Open Source license. For more information, see the LICENSE file in this repository.

\n
", + "readmeFetchedAt": "2020-09-18T00:10:40.763Z" }, "githoard": { "readmeCleaned": "
\n\"GitHoard\"\n
\n

\nGitHoard\n

\n

\nHoard git repositories with ease\n

\n

\n

\"Build/release\"

\n

\n

Overview

\n

The goal of GitHoard is to trivialize cloning repositories for future offline review.

\n

Often, the process of copy & pasting a repository to the command line breaks focus and flow, and other Git GUI's perpetuate this problem by requiring the selecting of a directory before starting the clone process.

\n

GitHoard solves this by overriding the HTTP protocols associated with GitHub (github-mac:// and github-win://) and Sourcetree (sourcetree://) as well as creating a new protocol (githoard://) then automatically cloning when a link using that protocol is clicked.

\n

Download

\n

Download the latest version from the releases page.

\n

Demo

\n

Install

\n

\"\"

\n

Get Addon

\n

\"\"

\n

See Changes

\n

\"\"

\n

Locate

\n

\"\"

\n

Destroy

\n

\"\"

\n

Build Setup

\n
# install dependencies\nnpm install\n\n# serve with hot reload at localhost:9080\nnpm run electron:serve\n\n# build electron application for production\nnpm run electron:build\n\n\n# run unit & end-to-end tests\nnpm run test:unit\n\n# lint all JS/Vue component files in `src/`\nnpm run lint\n
\n

Related

\n

Want to clone stuff even quicker? Check out our Firefox browser addon

\n\n

Thanks & Love go out to

\n\n

License

\n

MIT

\n

Copyright © 2016-present, Beep Boop Bang Bang LLC

\n

GitHoard logo created by Beep Boop Bang Bang LLC.\nMakes use of Git Logo by Jason Long which is licensed under the Creative Commons Attribution 3.0 Unported License.\nSee https://git-scm.com/downloads/logos

\n
", "readmeOriginal": "
\n\"GitHoard\"\n
\n

\nGitHoard\n

\n

\nHoard git repositories with ease\n

\n

\n

\"Build/release\"

\n

\n

Overview

\n

The goal of GitHoard is to trivialize cloning repositories for future offline review.

\n

Often, the process of copy & pasting a repository to the command line breaks focus and flow, and other Git GUI's perpetuate this problem by requiring the selecting of a directory before starting the clone process.

\n

GitHoard solves this by overriding the HTTP protocols associated with GitHub (github-mac:// and github-win://) and Sourcetree (sourcetree://) as well as creating a new protocol (githoard://) then automatically cloning when a link using that protocol is clicked.

\n

Download

\n

Download the latest version from the releases page.

\n

Demo

\n

Install

\n

\"\"

\n

Get Addon

\n

\"\"

\n

See Changes

\n

\"\"

\n

Locate

\n

\"\"

\n

Destroy

\n

\"\"

\n

Build Setup

\n
# install dependencies\nnpm install\n\n# serve with hot reload at localhost:9080\nnpm run electron:serve\n\n# build electron application for production\nnpm run electron:build\n\n\n# run unit & end-to-end tests\nnpm run test:unit\n\n# lint all JS/Vue component files in `src/`\nnpm run lint\n
\n

Related

\n

Want to clone stuff even quicker? Check out our Firefox browser addon

\n\n

Thanks & Love go out to

\n\n

License

\n

MIT

\n

Copyright © 2016-present, Beep Boop Bang Bang LLC

\n

GitHoard logo created by Beep Boop Bang Bang LLC.\nMakes use of Git Logo by Jason Long which is licensed under the Creative Commons Attribution 3.0 Unported License.\nSee https://git-scm.com/downloads/logos

\n
", - "readmeFetchedAt": "2020-09-17T12:09:21.688Z" + "readmeFetchedAt": "2020-09-18T00:10:40.775Z" }, "github-desktop": { "readmeCleaned": "

GitHub Desktop

\n

GitHub Desktop is an open source Electron-based\nGitHub app. It is written in TypeScript and\nuses React.

\n

\"GitHub

\n

Where can I get it?

\n

Download the official installer for your operating system:

\n\n

You can install this alongside your existing GitHub Desktop for Mac or GitHub\nDesktop for Windows application.

\n

NOTE: there is no current migration path to import your existing\nrepositories into the new application - you can drag-and-drop your repositories\nfrom disk onto the application to get started.

\n

Beta Channel

\n

Want to test out new features and get fixes before everyone else? Install the\nbeta channel to get access to early builds of Desktop:

\n\n

Community Releases

\n

There are several community-supported package managers that can be used to\ninstall GitHub Desktop:

\n
    \n
  • Windows users can install using Chocolatey package manager:\nc:\\> choco install github-desktop
  • \n
  • macOS users can install using Homebrew package manager:\n$ brew cask install github
  • \n
\n

Installers for various Linux distributions can be found on the\nshiftkey/desktop fork.

\n

Arch Linux users can install the latest version from the\nAUR.

\n

Is GitHub Desktop right for me? What are the primary areas of focus?

\n

This document describes the focus of GitHub Desktop and who the product is most useful for.

\n

And to see what the team is working on currently and in the near future, check out the GitHub Desktop roadmap.

\n

I have a problem with GitHub Desktop

\n

Note: The GitHub Desktop Code of Conduct applies in all interactions relating to the GitHub Desktop project.

\n

First, please search the open issues\nand closed issues\nto see if your issue hasn't already been reported (it may also be fixed).

\n

There is also a list of known issues\nthat are being tracked against Desktop, and some of these issues have workarounds.

\n

If you can't find an issue that matches what you're seeing, open a new issue,\nchoose the right template and provide us with enough information to investigate\nfurther.

\n

The issue I reported isn't fixed yet. What can I do?

\n

If nobody has responded to your issue in a few days, you're welcome to respond to it with a friendly ping in the issue. Please do not respond more than a second time if nobody has responded. The GitHub Desktop maintainers are constrained in time and resources, and diagnosing individual configurations can be difficult and time consuming. While we'll try to at least get you pointed in the right direction, we can't guarantee we'll be able to dig too deeply into any one person's issue.

\n

How can I contribute to GitHub Desktop?

\n

The CONTRIBUTING.md document will help you get setup and\nfamiliar with the source. The documentation folder also contains more\nresources relevant to the project.

\n

If you're looking for something to work on, check out the help wanted label.

\n

More Resources

\n

See desktop.github.com for more product-oriented\ninformation about GitHub Desktop.

\n

License

\n

MIT

\n

The MIT license grant is not for GitHub's trademarks, which include the logo\ndesigns. GitHub reserves all trademark and copyright rights in and to all\nGitHub trademarks. GitHub's logos include, for instance, the stylized\nInvertocat designs that include "logo" in the file title in the following\nfolder: logos.

\n

GitHub® and its stylized versions and the Invertocat mark are GitHub's\nTrademarks or registered Trademarks. When using GitHub's logos, be sure to\nfollow the GitHub logo guidelines.

\n
", "readmeOriginal": "

GitHub Desktop

\n

GitHub Desktop is an open source Electron-based\nGitHub app. It is written in TypeScript and\nuses React.

\n

\"GitHub

\n

Where can I get it?

\n

Download the official installer for your operating system:

\n\n

You can install this alongside your existing GitHub Desktop for Mac or GitHub\nDesktop for Windows application.

\n

NOTE: there is no current migration path to import your existing\nrepositories into the new application - you can drag-and-drop your repositories\nfrom disk onto the application to get started.

\n

Beta Channel

\n

Want to test out new features and get fixes before everyone else? Install the\nbeta channel to get access to early builds of Desktop:

\n\n

Community Releases

\n

There are several community-supported package managers that can be used to\ninstall GitHub Desktop:

\n
    \n
  • Windows users can install using Chocolatey package manager:\nc:\\> choco install github-desktop
  • \n
  • macOS users can install using Homebrew package manager:\n$ brew cask install github
  • \n
\n

Installers for various Linux distributions can be found on the\nshiftkey/desktop fork.

\n

Arch Linux users can install the latest version from the\nAUR.

\n

Is GitHub Desktop right for me? What are the primary areas of focus?

\n

This document describes the focus of GitHub Desktop and who the product is most useful for.

\n

And to see what the team is working on currently and in the near future, check out the GitHub Desktop roadmap.

\n

I have a problem with GitHub Desktop

\n

Note: The GitHub Desktop Code of Conduct applies in all interactions relating to the GitHub Desktop project.

\n

First, please search the open issues\nand closed issues\nto see if your issue hasn't already been reported (it may also be fixed).

\n

There is also a list of known issues\nthat are being tracked against Desktop, and some of these issues have workarounds.

\n

If you can't find an issue that matches what you're seeing, open a new issue,\nchoose the right template and provide us with enough information to investigate\nfurther.

\n

The issue I reported isn't fixed yet. What can I do?

\n

If nobody has responded to your issue in a few days, you're welcome to respond to it with a friendly ping in the issue. Please do not respond more than a second time if nobody has responded. The GitHub Desktop maintainers are constrained in time and resources, and diagnosing individual configurations can be difficult and time consuming. While we'll try to at least get you pointed in the right direction, we can't guarantee we'll be able to dig too deeply into any one person's issue.

\n

How can I contribute to GitHub Desktop?

\n

The CONTRIBUTING.md document will help you get setup and\nfamiliar with the source. The documentation folder also contains more\nresources relevant to the project.

\n

If you're looking for something to work on, check out the help wanted label.

\n

More Resources

\n

See desktop.github.com for more product-oriented\ninformation about GitHub Desktop.

\n

License

\n

MIT

\n

The MIT license grant is not for GitHub's trademarks, which include the logo\ndesigns. GitHub reserves all trademark and copyright rights in and to all\nGitHub trademarks. GitHub's logos include, for instance, the stylized\nInvertocat designs that include \"logo\" in the file title in the following\nfolder: logos.

\n

GitHub® and its stylized versions and the Invertocat mark are GitHub's\nTrademarks or registered Trademarks. When using GitHub's logos, be sure to\nfollow the GitHub logo guidelines.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:21.692Z" - }, - "gitmoji": { - "readmeCleaned": "

\n\t\n\t\t\"gitmoji\"\n\t\n

\n

\n\t\n\t\t\"Build\n\t\n\t\n\t\t\"Gitmoji\"\n\t\n

\n

About

\n

Gitmoji is an initiative to standardize and explain the use of emojis on GitHub commit messages.

\n

Using emojis on commit messages provides an easy way of identifying the purpose or intention of a commit with only looking at the emojis used. As there are a lot of different emojis I found the need of creating a guide that can help to use emojis easier.

\n

The gitmojis are published on the following package in order to be used as a dependency 📦.

\n

Using gitmoji-cli

\n

To use gitmojis from your command line install gitmoji-cli. A gitmoji interactive client for using emojis on commit messages.

\n
npm i -g gitmoji-cli
\n

Related tools

\n\n

Contributing to gitmoji

\n

Contributing to gitmoji is a piece of 🍰, read the contributing guidelines. You can discuss emojis using the issues section. To add a new emoji to the list create an issue and send a pull request, see how to send a pull request and add a gitmoji.

\n

Spread the word

\n

Are you using Gitmoji on your project? Set the Gitmoji badge on top of your readme using this code:

\n
<a href="https://gitmoji.carloscuesta.me">\n  <img src="https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg?style=flat-square" alt="Gitmoji">\n</a>
\n

License

\n

The code is available under the MIT license.

\n
", - "readmeOriginal": "

\n\t\n\t\t\"gitmoji\"\n\t\n

\n

\n\t\n\t\t\"Build\n\t\n\t\n\t\t\"Gitmoji\"\n\t\n

\n

About

\n

Gitmoji is an initiative to standardize and explain the use of emojis on GitHub commit messages.

\n

Using emojis on commit messages provides an easy way of identifying the purpose or intention of a commit with only looking at the emojis used. As there are a lot of different emojis I found the need of creating a guide that can help to use emojis easier.

\n

The gitmojis are published on the following package in order to be used as a dependency 📦.

\n

Using gitmoji-cli

\n

To use gitmojis from your command line install gitmoji-cli. A gitmoji interactive client for using emojis on commit messages.

\n
npm i -g gitmoji-cli
\n

Related tools

\n\n

Contributing to gitmoji

\n

Contributing to gitmoji is a piece of 🍰, read the contributing guidelines. You can discuss emojis using the issues section. To add a new emoji to the list create an issue and send a pull request, see how to send a pull request and add a gitmoji.

\n

Spread the word

\n

Are you using Gitmoji on your project? Set the Gitmoji badge on top of your readme using this code:

\n
<a href=\"https://gitmoji.carloscuesta.me\">\n  <img src=\"https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg?style=flat-square\" alt=\"Gitmoji\">\n</a>
\n

License

\n

The code is available under the MIT license.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:21.819Z" - }, - "gitify": { - "readmeCleaned": "

Gitify \"github\" \"codecov\" \"downloads\"

\n
\n

GitHub Notifications on your menu bar. Available on macOS, Windows and Linux. Gitify Mobile has been deprecated in favour of the official GitHub mobile app.

\n
\n

\"Gitify\"

\n

Download

\n

You can download Gitify for free from the website www.gitify.io or install it via Homebrew Cask.

\n
brew cask install gitify
\n

Gitify supports macOS, Windows and Linux.

\n

Prerequisites

\n\n

Installation

\n
yarn install\n
\n

Development

\n

Optional: If you prefer to use your own OAuth credentials, you can do so by passing them as environment variables when bundling the app. This is optional as the app has some default "development" keys (use at your own discretion).

\n
OAUTH_CLIENT_ID="123" OAUTH_CLIENT_SECRET="456789" yarn build\n
\n

To watch for changes(webpack) in the src directory:

\n
yarn run watch\n
\n

To run the actual electron app:

\n
yarn start\n
\n

Releases

\n

The release process is automated. Follow the steps below.

\n
    \n
  1. Create a new draft release. Set the tag version to something with the format of v1.2.3. Save as a draft.
  2. \n
  3. Once everything is merged to master, create a branch that starts with release/vX.X.X (ie. release/v1.2.3).
  4. \n
  5. In the same branch, bump the version of the app in the package.json file and open a PR. GitHub Actions will build, sign and upload the release assets for each commit to that branch as long as a branch is named like release/vX.X.X and there is a draft release with the same version number(package.json).
  6. \n
  7. Merge your release branch into master.
  8. \n
  9. Publish the draft release once you've added notes to it and all assets are there.
  10. \n
\n

Tests

\n

There are 2 checks - one for prettier and one for the unit tests with jest.

\n
// Run prettier to check\nyarn run prettier-check\n\n// Run linter & unit tests with coverage\nyarn run test\n\n// Run jest directly - allows to pass arguments like `--watch`\nyarn run jest\n
\n

FAQ

\n

My notifications aren't showing?

\n

Some organisations require applications to request access before allowing access to any data (including notifications) about their repositories.

\n

To check if Gitify is approved by your organisation you can go to https://github.com/settings/applications, then click on Gitify and scroll to Organization access.

\n

Something looks wrong - How can I debug?

\n

You can debug Gitify by pressing alt + command + I. This will open the dev tools and then you can see any logs, network requests etc.

\n

Contributing

\n
    \n
  1. Fork it!
  2. \n
  3. Create your feature branch: git checkout -b my-new-feature
  4. \n
  5. Commit your changes: git commit -am 'Add some feature'
  6. \n
  7. Push to the branch: git push origin my-new-feature
  8. \n
  9. Submit a pull request
  10. \n
  11. Make sure tests are passing
  12. \n
\n

License

\n

Gitify is licensed under the MIT Open Source license. For more information, see the LICENSE file in this repository.

\n
", - "readmeOriginal": "

Gitify \"github\" \"codecov\" \"downloads\"

\n
\n

GitHub Notifications on your menu bar. Available on macOS, Windows and Linux. Gitify Mobile has been deprecated in favour of the official GitHub mobile app.

\n
\n

\"Gitify\"

\n

Download

\n

You can download Gitify for free from the website www.gitify.io or install it via Homebrew Cask.

\n
brew cask install gitify
\n

Gitify supports macOS, Windows and Linux.

\n

Prerequisites

\n\n

Installation

\n
yarn install\n
\n

Development

\n

Optional: If you prefer to use your own OAuth credentials, you can do so by passing them as environment variables when bundling the app. This is optional as the app has some default \"development\" keys (use at your own discretion).

\n
OAUTH_CLIENT_ID=\"123\" OAUTH_CLIENT_SECRET=\"456789\" yarn build\n
\n

To watch for changes(webpack) in the src directory:

\n
yarn run watch\n
\n

To run the actual electron app:

\n
yarn start\n
\n

Releases

\n

The release process is automated. Follow the steps below.

\n
    \n
  1. Create a new draft release. Set the tag version to something with the format of v1.2.3. Save as a draft.
  2. \n
  3. Once everything is merged to master, create a branch that starts with release/vX.X.X (ie. release/v1.2.3).
  4. \n
  5. In the same branch, bump the version of the app in the package.json file and open a PR. GitHub Actions will build, sign and upload the release assets for each commit to that branch as long as a branch is named like release/vX.X.X and there is a draft release with the same version number(package.json).
  6. \n
  7. Merge your release branch into master.
  8. \n
  9. Publish the draft release once you've added notes to it and all assets are there.
  10. \n
\n

Tests

\n

There are 2 checks - one for prettier and one for the unit tests with jest.

\n
// Run prettier to check\nyarn run prettier-check\n\n// Run linter & unit tests with coverage\nyarn run test\n\n// Run jest directly - allows to pass arguments like `--watch`\nyarn run jest\n
\n

FAQ

\n

My notifications aren't showing?

\n

Some organisations require applications to request access before allowing access to any data (including notifications) about their repositories.

\n

To check if Gitify is approved by your organisation you can go to https://github.com/settings/applications, then click on Gitify and scroll to Organization access.

\n

Something looks wrong - How can I debug?

\n

You can debug Gitify by pressing alt + command + I. This will open the dev tools and then you can see any logs, network requests etc.

\n

Contributing

\n
    \n
  1. Fork it!
  2. \n
  3. Create your feature branch: git checkout -b my-new-feature
  4. \n
  5. Commit your changes: git commit -am 'Add some feature'
  6. \n
  7. Push to the branch: git push origin my-new-feature
  8. \n
  9. Submit a pull request
  10. \n
  11. Make sure tests are passing
  12. \n
\n

License

\n

Gitify is licensed under the MIT Open Source license. For more information, see the LICENSE file in this repository.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:21.867Z" + "readmeFetchedAt": "2020-09-18T00:10:40.791Z" }, "glass-browser": { "readmeCleaned": "

\"N|Solid\"

\n

Glass Browser

\n

Downloads

\n

A floating transparent browser for Windows.

\n
    \n
  • Stays on top of other programs and apps.
  • \n
  • Adjust transparency.
  • \n
  • Click-through mode that ignores clicks and lets you interact with apps behind.
  • \n
\n

\"N|Solid\"

\n

Building & running it locally:

\n
    \n
  • Clone the repo.
  • \n
  • cd to the directory
  • \n
  • make sure electron is installed npm install electron
  • \n
  • install and run with npm install && npm start
  • \n
\n

Packaging it (.app for mac, .exe for windows, or for linux ** Untested on Mac and Linux)

\n
    \n
  • Install Electron Packager Interactive with npm install -g electron-packager-interactive
  • \n
  • run epi
  • \n
  • Follow steps\n
      \n
    • Icon is `./assets/icon.ico'
    • \n
    \n
  • \n
\n

Using it

\n
    \n
  • Enter a URL and hit >Enter
  • \n
  • Resize and position the window where you want it.
  • \n
  • Adjust transparency to your liking.
  • \n
  • Click the eye to enable click-through mode. It will ignore mouse clicks and let you interact with windows below.
  • \n
  • To disable click-through and interact with the window again, click the icon in the Windows dock/taskbar and minimize it, then click again to open it and it will be disabled.
  • \n
\n

Known Issues

\n
    \n
  • Transparency seems to not be working on Linux - but it still floats above other windows.
  • \n
\n
", "readmeOriginal": "

\"N|Solid\"

\n

Glass Browser

\n

Downloads

\n

A floating transparent browser for Windows.

\n
    \n
  • Stays on top of other programs and apps.
  • \n
  • Adjust transparency.
  • \n
  • Click-through mode that ignores clicks and lets you interact with apps behind.
  • \n
\n

\"N|Solid\"

\n

Building & running it locally:

\n
    \n
  • Clone the repo.
  • \n
  • cd to the directory
  • \n
  • make sure electron is installed npm install electron
  • \n
  • install and run with npm install && npm start
  • \n
\n

Packaging it (.app for mac, .exe for windows, or for linux ** Untested on Mac and Linux)

\n
    \n
  • Install Electron Packager Interactive with npm install -g electron-packager-interactive
  • \n
  • run epi
  • \n
  • Follow steps\n
      \n
    • Icon is `./assets/icon.ico'
    • \n
    \n
  • \n
\n

Using it

\n
    \n
  • Enter a URL and hit >Enter
  • \n
  • Resize and position the window where you want it.
  • \n
  • Adjust transparency to your liking.
  • \n
  • Click the eye to enable click-through mode. It will ignore mouse clicks and let you interact with windows below.
  • \n
  • To disable click-through and interact with the window again, click the icon in the Windows dock/taskbar and minimize it, then click again to open it and it will be disabled.
  • \n
\n

Known Issues

\n
    \n
  • Transparency seems to not be working on Linux - but it still floats above other windows.
  • \n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:22.014Z" + "readmeFetchedAt": "2020-09-18T00:10:40.832Z" }, "glyphr-studio": { "readmeCleaned": "

Glyphr Studio Desktop

\n

Desktop application for Glyphr Studio built in Electron!

\n

Download

\n

macOS

\n

Download the .dmg file.

\n

Windows 7+

\n

Download the .exe file.

\n

Linux

\n

Download the .AppImage, .deb, or .snap file

\n

How to run from source

\n

Be sure to have Node.js and git installed.

\n

Then:

\n
git clone https://github.com/glyphr-studio/Glyphr-Studio-Desktop.git\ncd Glyphr-Studio-Desktop\nnpm i\nnpm start\n
\n

Build

\n

Builds are constructed with electron-builder.

\n

Be sure to have Node.js and git installed. Linux/Mac users who wish to do builds for Windows will need to have WINE installed. Mac users who wish to do builds for Windows will need to XQuartz installed in order to run WINE. It is recommended that Mac users install both Wine and XQuartz via Homebrew.

\n

First, be sure to run:

\n
git clone https://github.com/glyphr-studio/Glyphr-Studio-Desktop.git\ncd Glyphr-Studio-Desktop\nnpm i\n
\n

Then:

\n

To build package zips use:

\n
npm run pack\n
\n

To build full distributions use:

\n
npm run dist\n
\n

Troubleshooting

\n

Ubuntu users may need to sudo apt install libgconf-2-4 in order to run the app.

\n
", "readmeOriginal": "

Glyphr Studio Desktop

\n

Desktop application for Glyphr Studio built in Electron!

\n

Download

\n

macOS

\n

Download the .dmg file.

\n

Windows 7+

\n

Download the .exe file.

\n

Linux

\n

Download the .AppImage, .deb, or .snap file

\n

How to run from source

\n

Be sure to have Node.js and git installed.

\n

Then:

\n
git clone https://github.com/glyphr-studio/Glyphr-Studio-Desktop.git\ncd Glyphr-Studio-Desktop\nnpm i\nnpm start\n
\n

Build

\n

Builds are constructed with electron-builder.

\n

Be sure to have Node.js and git installed. Linux/Mac users who wish to do builds for Windows will need to have WINE installed. Mac users who wish to do builds for Windows will need to XQuartz installed in order to run WINE. It is recommended that Mac users install both Wine and XQuartz via Homebrew.

\n

First, be sure to run:

\n
git clone https://github.com/glyphr-studio/Glyphr-Studio-Desktop.git\ncd Glyphr-Studio-Desktop\nnpm i\n
\n

Then:

\n

To build package zips use:

\n
npm run pack\n
\n

To build full distributions use:

\n
npm run dist\n
\n

Troubleshooting

\n

Ubuntu users may need to sudo apt install libgconf-2-4 in order to run the app.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:22.096Z" - }, - "golem": { - "readmeCleaned": "

Golem Electron Application

\n

\"Minimum\n\"CircleCI\"\n

\n

\n\n

\n

\nThe desktop application using Electron, React and Redux.\n

\n

\n\"Golem\n\"Golem\n

\n

Development

\n

🔧 Installation

\n

You can use npm or yarn to install dependecies, to do;

\n\n\n\n\n\n\n\n\n\n\n\n\n\n
NPMYarn
npm installyarn
\n

That's it!\n
\n
\n

\n

💻 Usage (from source)

\n

Start dev server

\n
npm run start:app\n
\n

Start electron application

\n\n\n\n\n\n\n\n\n\n\n\n\n\n
TestnetMainnet
npm run startnpm run start:mainnet
\n
\n
\n

🚩 Custom flags

\n

To run golem electron with custom datadir and/or rpc address, pass the same flags and parameters as you do with golem. i.e.;

\n
golemapp --datadir /Users/USER/test_datadir --rpc-address 127.0.0.1:60003\n
\n
npm run start -- --datadir /Users/USER/test_datadir --rpc-address 127.0.0.1:60003\n
\n

Note: Don't forget to add -- to npm run start before adding your flags.\n
\n
\n

\n

🐛 Debug mode

\n

While using application, you can choose Debug mode from the View menu or press;

\n

Windows:  \nCtrl  + Shift + L\n
\nMac:          \n⌘ cmd + Shift + L\n
\nLinux:        \nCtrl   + Shift + L\n
\n
\nDebug mode will be activated.\n
\nNow you can restart the application to catch all critical informations from beginning.\n
\n
\nYou'll find debug logs in;\n

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
OSPathGeneral LogError Log
Windows%LOCALAPPDATA%\\golem\\golem\\default\\{CURRENT_CHAIN}\\logs\\gui.loggui‑error.log
Mac~/Library/Application\\ Support/golem/default/{CURRENT_CHAIN}/logs/gui.loggui‑error.log
Linux~/.local/share/golem/default/{CURRENT_CHAIN}/logs/gui.log/gui.loggui‑error.log
\n
\n

Note: {CURRENT_CHAIN} parameter will be mainnet if you running golem on mainnet, if you're on testnet it will be rinkeby in this case.\n
\n
\n

\n

🎛️ Developer mode

\n

While using application, you can choose Developer mode from the View menu or press;

\n

Windows:  \nCtrl  + Shift + D\n
\nMac:          \n⌘ cmd + Shift + D\n
\nLinux:        \nCtrl   + Shift + D\n
\n
\nDeveloper mode will be activated.\n
\n

\n

You'll find additional information about;

\n
    \n
  • subtask node list in task details page
  • \n
  • peer list in settings tab
  • \n
  • stats about the application in settings tab
  • \n
  • more detailed tooltip information while hovering subtask borders in preview window
  • \n
\n
\n
\n

Testing

\n

Run tests

\n
npm run test\nnpm run test:watch //live\nnpm run test:coverage //live
\n
", - "readmeOriginal": "

Golem Electron Application

\n

\"Minimum\n\"CircleCI\"\n

\n

\n\n

\n

\nThe desktop application using Electron, React and Redux.\n

\n

\n\"Golem\n\"Golem\n

\n

Development

\n

🔧 Installation

\n

You can use npm or yarn to install dependecies, to do;

\n\n\n\n\n\n\n\n\n\n\n\n\n\n
NPMYarn
npm installyarn
\n

That's it!\n
\n
\n

\n

💻 Usage (from source)

\n

Start dev server

\n
npm run start:app\n
\n

Start electron application

\n\n\n\n\n\n\n\n\n\n\n\n\n\n
TestnetMainnet
npm run startnpm run start:mainnet
\n
\n
\n

🚩 Custom flags

\n

To run golem electron with custom datadir and/or rpc address, pass the same flags and parameters as you do with golem. i.e.;

\n
golemapp --datadir /Users/USER/test_datadir --rpc-address 127.0.0.1:60003\n
\n
npm run start -- --datadir /Users/USER/test_datadir --rpc-address 127.0.0.1:60003\n
\n

Note: Don't forget to add -- to npm run start before adding your flags.\n
\n
\n

\n

🐛 Debug mode

\n

While using application, you can choose Debug mode from the View menu or press;

\n

Windows:  \nCtrl  + Shift + L\n
\nMac:          \n⌘ cmd + Shift + L\n
\nLinux:        \nCtrl   + Shift + L\n
\n
\nDebug mode will be activated.\n
\nNow you can restart the application to catch all critical informations from beginning.\n
\n
\nYou'll find debug logs in;\n

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
OSPathGeneral LogError Log
Windows%LOCALAPPDATA%\\golem\\golem\\default\\{CURRENT_CHAIN}\\logs\\gui.loggui‑error.log
Mac~/Library/Application\\ Support/golem/default/{CURRENT_CHAIN}/logs/gui.loggui‑error.log
Linux~/.local/share/golem/default/{CURRENT_CHAIN}/logs/gui.log/gui.loggui‑error.log
\n
\n

Note: {CURRENT_CHAIN} parameter will be mainnet if you running golem on mainnet, if you're on testnet it will be rinkeby in this case.\n
\n
\n

\n

🎛️ Developer mode

\n

While using application, you can choose Developer mode from the View menu or press;

\n

Windows:  \nCtrl  + Shift + D\n
\nMac:          \n⌘ cmd + Shift + D\n
\nLinux:        \nCtrl   + Shift + D\n
\n
\nDeveloper mode will be activated.\n
\n

\n

You'll find additional information about;

\n
    \n
  • subtask node list in task details page
  • \n
  • peer list in settings tab
  • \n
  • stats about the application in settings tab
  • \n
  • more detailed tooltip information while hovering subtask borders in preview window
  • \n
\n
\n
\n

Testing

\n

Run tests

\n
npm run test\nnpm run test:watch //live\nnpm run test:coverage //live
\n
", - "readmeFetchedAt": "2020-09-17T12:09:22.217Z" + "readmeFetchedAt": "2020-09-18T00:10:40.861Z" }, "google-play-music-desktop-player": { "readmeCleaned": "

Google Play Music™ Desktop Player

\n

\"Join\n\"Github\n\"GitHub\n\"Code\n\"Coverage\n\"Average\n\"PayPal
\nWindows: \"Build
\nMacOS / Linux: \"CircleCI\"

\n

\"\"

\n

Run "Google Play Music" as a standalone desktop app. Never again will you have to hunt through your tabs to pause your music, or stop listening to your favourite song because Chrome is guzzling up all your RAM..

\n

Developed by Samuel Attard.

\n

No affiliation with Google. Google Play is a trademark of Google Inc.

\n

Download

\n

Head over to our website http://www.googleplaymusicdesktopplayer.com to download the latest release for your platform.

\n

OS Support

\n
    \n
  • Windows 7 or later
  • \n
  • Mac OS X 10.9.0 or later
  • \n
  • Ubuntu 14.04 or later
  • \n
  • Mint
  • \n
  • Fedora
  • \n
  • Debian
  • \n
\n

Features

\n
    \n
  • Supports media keys (play, pause, stop, next, previous)
  • \n
  • last.fm & ListenBrainz Scrobbling and Now Playing support!
  • \n
  • Discord Rich Presences Now Playing information
  • \n
  • Hands free Voice Controls!
  • \n
  • Desktop notifications on track change
  • \n
  • A simplistic mini player
  • \n
  • Dark Theme
  • \n
  • Customizable accent color + CSS support
  • \n
  • Task bar media controls (media controls embedded into the taskbar) Windows only
  • \n
  • Smooth scrolling and overlay scrollbars for a nicer User Experience
  • \n
  • HTML5 Audio Support - No more Adobe Flash Player 👍
  • \n
  • Minimize to task bar for background music playing
  • \n
  • Customizable hotkeys, no worries if you don't have media keys. Choose your own shortcuts
  • \n
  • Choose your audio output device from within the player
  • \n
  • Song Lyrics for those Karaoke nights
  • \n
  • And a whole lot more coming soon!
  • \n
\n

Integrating with GPMDP from External Applications

\n

There are two methods you can use to integrate with GPMDP from an external application.

\n
    \n
  1. JSON Interface
  2. \n
  3. Web Socket Interface
  4. \n
\n

Both are documented in the Docs folder. For one time read access you should\nprobably use the JSON interface. For an application that requires continuous\nupdates as to the state of GPMDP or needs to control GPMDP you should use the\nWeb Socket interface.

\n

Issues

\n

If you have any bugs / issues please check the\nFAQ\nfirst before raising an issue

\n

Credits

\n

Logo designed by @JayToe

\n

Development

\n

To get started just pull the repo and run the following

\n
npm install\nnpm run build\nnpm start
\n

To build the installers / release packages you need to run, you can only build a platforms installer from that platform.

\n
# Windows\nnpm run make:win\n\n# Mac OS X\nnpm run make:darwin\n\n# Ubuntu (Requires the 'dpkg' package)\nnpm run make:deb\n\n# Fedora (Requires the 'rpm' package)\nnpm run make:rpm
\n

All releases will be signing with my Code Signing Certificates (Authenticode on Windows and Codesign on OS X)

\n

Please see the development FAQ for additional requirements for building.

\n

Contributing

\n

If you find something wrong (theming issues, app crashes) please report them as an issue.
\nIf you think you can add something cool or fix a problem, fork the repo and make a pull request :D

\n

NOTE: Some of the functionality in this app has been extracted into smaller submodules. In particular

\n\n

Dev Requirements

\n
    \n
  • Node.js (Recommend 6.3.x)
  • \n
  • NPM (3.x.x)
  • \n
\n

Continuous Integration

\n

We run tests and generate signed installers on three CI platforms

\n\n

You can download the latest signed installers for Windows from the artifacts section of AppVeyor
\nYou can download the latest linux (debian and fedora) and OS X (darwin) builds from the artifacts section on Circle CI

\n

License

\n

The MIT License (MIT)

\n

Copyright (c) 2016 Samuel Attard

\n

Permission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the "Software"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:

\n

The above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.

\n

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

\n
", "readmeOriginal": "

Google Play Music™ Desktop Player

\n

\"Join\n\"Github\n\"GitHub\n\"Code\n\"Coverage\n\"Average\n\"PayPal
\nWindows: \"Build
\nMacOS / Linux: \"CircleCI\"

\n

\"\"

\n

Run \"Google Play Music\" as a standalone desktop app. Never again will you have to hunt through your tabs to pause your music, or stop listening to your favourite song because Chrome is guzzling up all your RAM..

\n

Developed by Samuel Attard.

\n

No affiliation with Google. Google Play is a trademark of Google Inc.

\n

Download

\n

Head over to our website http://www.googleplaymusicdesktopplayer.com to download the latest release for your platform.

\n

OS Support

\n
    \n
  • Windows 7 or later
  • \n
  • Mac OS X 10.9.0 or later
  • \n
  • Ubuntu 14.04 or later
  • \n
  • Mint
  • \n
  • Fedora
  • \n
  • Debian
  • \n
\n

Features

\n
    \n
  • Supports media keys (play, pause, stop, next, previous)
  • \n
  • last.fm & ListenBrainz Scrobbling and Now Playing support!
  • \n
  • Discord Rich Presences Now Playing information
  • \n
  • Hands free Voice Controls!
  • \n
  • Desktop notifications on track change
  • \n
  • A simplistic mini player
  • \n
  • Dark Theme
  • \n
  • Customizable accent color + CSS support
  • \n
  • Task bar media controls (media controls embedded into the taskbar) Windows only
  • \n
  • Smooth scrolling and overlay scrollbars for a nicer User Experience
  • \n
  • HTML5 Audio Support - No more Adobe Flash Player 👍
  • \n
  • Minimize to task bar for background music playing
  • \n
  • Customizable hotkeys, no worries if you don't have media keys. Choose your own shortcuts
  • \n
  • Choose your audio output device from within the player
  • \n
  • Song Lyrics for those Karaoke nights
  • \n
  • And a whole lot more coming soon!
  • \n
\n

Integrating with GPMDP from External Applications

\n

There are two methods you can use to integrate with GPMDP from an external application.

\n
    \n
  1. JSON Interface
  2. \n
  3. Web Socket Interface
  4. \n
\n

Both are documented in the Docs folder. For one time read access you should\nprobably use the JSON interface. For an application that requires continuous\nupdates as to the state of GPMDP or needs to control GPMDP you should use the\nWeb Socket interface.

\n

Issues

\n

If you have any bugs / issues please check the\nFAQ\nfirst before raising an issue

\n

Credits

\n

Logo designed by @JayToe

\n

Development

\n

To get started just pull the repo and run the following

\n
npm install\nnpm run build\nnpm start
\n

To build the installers / release packages you need to run, you can only build a platforms installer from that platform.

\n
# Windows\nnpm run make:win\n\n# Mac OS X\nnpm run make:darwin\n\n# Ubuntu (Requires the 'dpkg' package)\nnpm run make:deb\n\n# Fedora (Requires the 'rpm' package)\nnpm run make:rpm
\n

All releases will be signing with my Code Signing Certificates (Authenticode on Windows and Codesign on OS X)

\n

Please see the development FAQ for additional requirements for building.

\n

Contributing

\n

If you find something wrong (theming issues, app crashes) please report them as an issue.
\nIf you think you can add something cool or fix a problem, fork the repo and make a pull request :D

\n

NOTE: Some of the functionality in this app has been extracted into smaller submodules. In particular

\n\n

Dev Requirements

\n
    \n
  • Node.js (Recommend 6.3.x)
  • \n
  • NPM (3.x.x)
  • \n
\n

Continuous Integration

\n

We run tests and generate signed installers on three CI platforms

\n\n

You can download the latest signed installers for Windows from the artifacts section of AppVeyor
\nYou can download the latest linux (debian and fedora) and OS X (darwin) builds from the artifacts section on Circle CI

\n

License

\n

The MIT License (MIT)

\n

Copyright (c) 2016 Samuel Attard

\n

Permission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:

\n

The above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.

\n

THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:22.312Z" + "readmeFetchedAt": "2020-09-18T00:10:40.951Z" }, "graphiql": { "readmeCleaned": "

GraphiQL.app

\n

\"Build

\n

A light, Electron-based wrapper around GraphiQL.

\n

Provides a tabbed interface for editing and testing GraphQL queries/mutations with GraphiQL.

\n

macOS installation

\n

If you have Homebrew installed on macOS:

\n
brew cask install graphiql\n
\n

Alternately, download the binary from the Releases tab.

\n

Linux installation

\n

The graphiql-app uses the AppImage format for its Linux version. You download it from the Electron app directory (click the "Download for Linux"-button) or from the Releases tab.

\n

Either way, you will get a .AppImage binary. Put it in a safe place and make it executable:

\n
chmod +x graphiql-app-0.7.2-x86_64.AppImage\n
\n

Then simply execute the app. It will ask whether to add shortcuts to your desktop and menus for easy access in the future.

\n

Getting started developing

\n
    \n
  • Branch and/or clone the repo locally.
  • \n
  • cd into it
  • \n
  • install all the require packages: npm i
  • \n
  • build the project: npm run build
  • \n
  • start the project: npm start
  • \n
\n
", "readmeOriginal": "

GraphiQL.app

\n

\"Build

\n

A light, Electron-based wrapper around GraphiQL.

\n

Provides a tabbed interface for editing and testing GraphQL queries/mutations with GraphiQL.

\n

macOS installation

\n

If you have Homebrew installed on macOS:

\n
brew cask install graphiql\n
\n

Alternately, download the binary from the Releases tab.

\n

Linux installation

\n

The graphiql-app uses the AppImage format for its Linux version. You download it from the Electron app directory (click the \"Download for Linux\"-button) or from the Releases tab.

\n

Either way, you will get a .AppImage binary. Put it in a safe place and make it executable:

\n
chmod +x graphiql-app-0.7.2-x86_64.AppImage\n
\n

Then simply execute the app. It will ask whether to add shortcuts to your desktop and menus for easy access in the future.

\n

Getting started developing

\n
    \n
  • Branch and/or clone the repo locally.
  • \n
  • cd into it
  • \n
  • install all the require packages: npm i
  • \n
  • build the project: npm run build
  • \n
  • start the project: npm start
  • \n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:22.352Z" + "readmeFetchedAt": "2020-09-18T00:10:40.955Z" + }, + "gitmoji": { + "readmeCleaned": "

\n\t\n\t\t\"gitmoji\"\n\t\n

\n

\n\t\n\t\t\"Build\n\t\n\t\n\t\t\"Gitmoji\"\n\t\n

\n

About

\n

Gitmoji is an initiative to standardize and explain the use of emojis on GitHub commit messages.

\n

Using emojis on commit messages provides an easy way of identifying the purpose or intention of a commit with only looking at the emojis used. As there are a lot of different emojis I found the need of creating a guide that can help to use emojis easier.

\n

The gitmojis are published on the following package in order to be used as a dependency 📦.

\n

Using gitmoji-cli

\n

To use gitmojis from your command line install gitmoji-cli. A gitmoji interactive client for using emojis on commit messages.

\n
npm i -g gitmoji-cli
\n

Related tools

\n\n

Contributing to gitmoji

\n

Contributing to gitmoji is a piece of 🍰, read the contributing guidelines. You can discuss emojis using the issues section. To add a new emoji to the list create an issue and send a pull request, see how to send a pull request and add a gitmoji.

\n

Spread the word

\n

Are you using Gitmoji on your project? Set the Gitmoji badge on top of your readme using this code:

\n
<a href="https://gitmoji.carloscuesta.me">\n  <img src="https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg?style=flat-square" alt="Gitmoji">\n</a>
\n

License

\n

The code is available under the MIT license.

\n
", + "readmeOriginal": "

\n\t\n\t\t\"gitmoji\"\n\t\n

\n

\n\t\n\t\t\"Build\n\t\n\t\n\t\t\"Gitmoji\"\n\t\n

\n

About

\n

Gitmoji is an initiative to standardize and explain the use of emojis on GitHub commit messages.

\n

Using emojis on commit messages provides an easy way of identifying the purpose or intention of a commit with only looking at the emojis used. As there are a lot of different emojis I found the need of creating a guide that can help to use emojis easier.

\n

The gitmojis are published on the following package in order to be used as a dependency 📦.

\n

Using gitmoji-cli

\n

To use gitmojis from your command line install gitmoji-cli. A gitmoji interactive client for using emojis on commit messages.

\n
npm i -g gitmoji-cli
\n

Related tools

\n\n

Contributing to gitmoji

\n

Contributing to gitmoji is a piece of 🍰, read the contributing guidelines. You can discuss emojis using the issues section. To add a new emoji to the list create an issue and send a pull request, see how to send a pull request and add a gitmoji.

\n

Spread the word

\n

Are you using Gitmoji on your project? Set the Gitmoji badge on top of your readme using this code:

\n
<a href=\"https://gitmoji.carloscuesta.me\">\n  <img src=\"https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg?style=flat-square\" alt=\"Gitmoji\">\n</a>
\n

License

\n

The code is available under the MIT license.

\n
", + "readmeFetchedAt": "2020-09-18T00:10:40.984Z" + }, + "golem": { + "readmeCleaned": "

Golem Electron Application

\n

\"Minimum\n\"CircleCI\"\n

\n

\n\n

\n

\nThe desktop application using Electron, React and Redux.\n

\n

\n\"Golem\n\"Golem\n

\n

Development

\n

🔧 Installation

\n

You can use npm or yarn to install dependecies, to do;

\n\n\n\n\n\n\n\n\n\n\n\n\n\n
NPMYarn
npm installyarn
\n

That's it!\n
\n
\n

\n

💻 Usage (from source)

\n

Start dev server

\n
npm run start:app\n
\n

Start electron application

\n\n\n\n\n\n\n\n\n\n\n\n\n\n
TestnetMainnet
npm run startnpm run start:mainnet
\n
\n
\n

🚩 Custom flags

\n

To run golem electron with custom datadir and/or rpc address, pass the same flags and parameters as you do with golem. i.e.;

\n
golemapp --datadir /Users/USER/test_datadir --rpc-address 127.0.0.1:60003\n
\n
npm run start -- --datadir /Users/USER/test_datadir --rpc-address 127.0.0.1:60003\n
\n

Note: Don't forget to add -- to npm run start before adding your flags.\n
\n
\n

\n

🐛 Debug mode

\n

While using application, you can choose Debug mode from the View menu or press;

\n

Windows:  \nCtrl  + Shift + L\n
\nMac:          \n⌘ cmd + Shift + L\n
\nLinux:        \nCtrl   + Shift + L\n
\n
\nDebug mode will be activated.\n
\nNow you can restart the application to catch all critical informations from beginning.\n
\n
\nYou'll find debug logs in;\n

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
OSPathGeneral LogError Log
Windows%LOCALAPPDATA%\\golem\\golem\\default\\{CURRENT_CHAIN}\\logs\\gui.loggui‑error.log
Mac~/Library/Application\\ Support/golem/default/{CURRENT_CHAIN}/logs/gui.loggui‑error.log
Linux~/.local/share/golem/default/{CURRENT_CHAIN}/logs/gui.log/gui.loggui‑error.log
\n
\n

Note: {CURRENT_CHAIN} parameter will be mainnet if you running golem on mainnet, if you're on testnet it will be rinkeby in this case.\n
\n
\n

\n

🎛️ Developer mode

\n

While using application, you can choose Developer mode from the View menu or press;

\n

Windows:  \nCtrl  + Shift + D\n
\nMac:          \n⌘ cmd + Shift + D\n
\nLinux:        \nCtrl   + Shift + D\n
\n
\nDeveloper mode will be activated.\n
\n

\n

You'll find additional information about;

\n
    \n
  • subtask node list in task details page
  • \n
  • peer list in settings tab
  • \n
  • stats about the application in settings tab
  • \n
  • more detailed tooltip information while hovering subtask borders in preview window
  • \n
\n
\n
\n

Testing

\n

Run tests

\n
npm run test\nnpm run test:watch //live\nnpm run test:coverage //live
\n
", + "readmeOriginal": "

Golem Electron Application

\n

\"Minimum\n\"CircleCI\"\n

\n

\n\n

\n

\nThe desktop application using Electron, React and Redux.\n

\n

\n\"Golem\n\"Golem\n

\n

Development

\n

🔧 Installation

\n

You can use npm or yarn to install dependecies, to do;

\n\n\n\n\n\n\n\n\n\n\n\n\n\n
NPMYarn
npm installyarn
\n

That's it!\n
\n
\n

\n

💻 Usage (from source)

\n

Start dev server

\n
npm run start:app\n
\n

Start electron application

\n\n\n\n\n\n\n\n\n\n\n\n\n\n
TestnetMainnet
npm run startnpm run start:mainnet
\n
\n
\n

🚩 Custom flags

\n

To run golem electron with custom datadir and/or rpc address, pass the same flags and parameters as you do with golem. i.e.;

\n
golemapp --datadir /Users/USER/test_datadir --rpc-address 127.0.0.1:60003\n
\n
npm run start -- --datadir /Users/USER/test_datadir --rpc-address 127.0.0.1:60003\n
\n

Note: Don't forget to add -- to npm run start before adding your flags.\n
\n
\n

\n

🐛 Debug mode

\n

While using application, you can choose Debug mode from the View menu or press;

\n

Windows:  \nCtrl  + Shift + L\n
\nMac:          \n⌘ cmd + Shift + L\n
\nLinux:        \nCtrl   + Shift + L\n
\n
\nDebug mode will be activated.\n
\nNow you can restart the application to catch all critical informations from beginning.\n
\n
\nYou'll find debug logs in;\n

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
OSPathGeneral LogError Log
Windows%LOCALAPPDATA%\\golem\\golem\\default\\{CURRENT_CHAIN}\\logs\\gui.loggui‑error.log
Mac~/Library/Application\\ Support/golem/default/{CURRENT_CHAIN}/logs/gui.loggui‑error.log
Linux~/.local/share/golem/default/{CURRENT_CHAIN}/logs/gui.log/gui.loggui‑error.log
\n
\n

Note: {CURRENT_CHAIN} parameter will be mainnet if you running golem on mainnet, if you're on testnet it will be rinkeby in this case.\n
\n
\n

\n

🎛️ Developer mode

\n

While using application, you can choose Developer mode from the View menu or press;

\n

Windows:  \nCtrl  + Shift + D\n
\nMac:          \n⌘ cmd + Shift + D\n
\nLinux:        \nCtrl   + Shift + D\n
\n
\nDeveloper mode will be activated.\n
\n

\n

You'll find additional information about;

\n
    \n
  • subtask node list in task details page
  • \n
  • peer list in settings tab
  • \n
  • stats about the application in settings tab
  • \n
  • more detailed tooltip information while hovering subtask borders in preview window
  • \n
\n
\n
\n

Testing

\n

Run tests

\n
npm run test\nnpm run test:watch //live\nnpm run test:coverage //live
\n
", + "readmeFetchedAt": "2020-09-18T00:10:41.030Z" }, "groupme": { "readmeCleaned": "

GroupMe

\n
\n

Unofficial GroupMe app

\n
\n

\"\"

\n

Download

\n

Current Release

\n

Linux Shortcut

\n

Create a file in ~/.local/share/applications/ called GroupMe.desktop with the following contents:

\n
[Desktop Entry]\nName=GroupMe\nExec=/path/to/GroupMe\nTerminal=false\nType=Application\nIcon=/path/to/GroupMe/resources/app/assets/Icon.png\n
\n

Replace all instances of /path/to with the actual path of the GroupMe app.

\n

Development

\n
\n

Made with Electron.

\n
\n\n\t\n\t\t\n\t\t\n\t\n\t\n\t\t\n\t\t\n\t\n\t\n\t\t\n\t\t\n\t\n\t\n\t\t\n\t\t\n\t\n\t\n\t\t\n\t\t\n\t\n\t\n\t\t\n\t\t\n\t\n
Initnpm install
Runnpm start
Buildnpm run build
Build macOSnpm run build-darwin
Build Windowsnpm run build-win32
Build Linuxnpm run build-linux
\n

License

\n

MIT © Devin Rousso

\n
", "readmeOriginal": "

GroupMe

\n
\n

Unofficial GroupMe app

\n
\n

\"\"

\n

Download

\n

Current Release

\n

Linux Shortcut

\n

Create a file in ~/.local/share/applications/ called GroupMe.desktop with the following contents:

\n
[Desktop Entry]\nName=GroupMe\nExec=/path/to/GroupMe\nTerminal=false\nType=Application\nIcon=/path/to/GroupMe/resources/app/assets/Icon.png\n
\n

Replace all instances of /path/to with the actual path of the GroupMe app.

\n

Development

\n
\n

Made with Electron.

\n
\n\n\t\n\t\t\n\t\t\n\t\n\t\n\t\t\n\t\t\n\t\n\t\n\t\t\n\t\t\n\t\n\t\n\t\t\n\t\t\n\t\n\t\n\t\t\n\t\t\n\t\n\t\n\t\t\n\t\t\n\t\n
Initnpm install
Runnpm start
Buildnpm run build
Build macOSnpm run build-darwin
Build Windowsnpm run build-win32
Build Linuxnpm run build-linux
\n

License

\n

MIT © Devin Rousso

\n
", - "readmeFetchedAt": "2020-09-17T12:09:22.612Z" - }, - "graviton-editor": { - "readmeCleaned": "

\n\t\n\t
\n\tgraviton.netlify.app\n

\n

\"Build\n\"HitCount\"\n\"License:\n\"GitHub\n\"Commits\"\n\"GitHub\n\"GitHub\n\"Open\n\"Discord

\n

Graviton is a open source, cross-platform, minimalist-looking code editor.

\n

You can download it for Windows, MacOS, and GNU/Linux from the releases.

\n

\"example

\n

NOTE:\nChanges on this source may not be released as an official build yet.

\n

Features

\n
    \n
  • 🧬 Git integration
  • \n
  • ✍🏻 Intellisense and autocompletion
  • \n
  • 🟢 NPM scripts integration
  • \n
  • 🛢 Workspaces
  • \n
  • 💅 Modern UI
  • \n
  • 🎨 Themes
  • \n
  • 📦 Plugins
  • \n
  • 🗺 Built-in image previewer
  • \n
  • 😇 More respectful on RAM than other alternatives
  • \n
  • 💆‍♀️ No telemetry
  • \n
  • 📝 Multi line editing
  • \n
\n

📣 Community

\n\n

🏗 Resources

\n\n

🎁 Donating

\n\n

Donators

\n\n

Thank you for the donations!

\n

🖥 Available platforms

\n

Windows

\n
    \n
  • Executable (.exe, 64bits)
  • \n
\n

Linux

\n
    \n
  • Appimage (.appimage)
  • \n
  • Debian (.deb)
  • \n
  • CentOS (.rpm)
  • \n
  • You can manually build for more platforms if you wish.
  • \n
\n

MacOS

\n
    \n
  • DMG file (.dmg)
  • \n
\n

The current state is beta, check the releases page to download the latest version.

\n

🧾 License

\n

MIT License

\n

Copyright (c) Marc Espín Sanz

\n

Full license

\n

👽 Contributors

\n

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n

\n
", - "readmeOriginal": "

\n\t\n\t
\n\tgraviton.netlify.app\n

\n

\"Build\n\"HitCount\"\n\"License:\n\"GitHub\n\"Commits\"\n\"GitHub\n\"GitHub\n\"Open\n\"Discord

\n

Graviton is a open source, cross-platform, minimalist-looking code editor.

\n

You can download it for Windows, MacOS, and GNU/Linux from the releases.

\n

\"example

\n

NOTE:\nChanges on this source may not be released as an official build yet.

\n

Features

\n
    \n
  • 🧬 Git integration
  • \n
  • ✍🏻 Intellisense and autocompletion
  • \n
  • 🟢 NPM scripts integration
  • \n
  • 🛢 Workspaces
  • \n
  • 💅 Modern UI
  • \n
  • 🎨 Themes
  • \n
  • 📦 Plugins
  • \n
  • 🗺 Built-in image previewer
  • \n
  • 😇 More respectful on RAM than other alternatives
  • \n
  • 💆‍♀️ No telemetry
  • \n
  • 📝 Multi line editing
  • \n
\n

📣 Community

\n\n

🏗 Resources

\n\n

🎁 Donating

\n\n

Donators

\n\n

Thank you for the donations!

\n

🖥 Available platforms

\n

Windows

\n
    \n
  • Executable (.exe, 64bits)
  • \n
\n

Linux

\n
    \n
  • Appimage (.appimage)
  • \n
  • Debian (.deb)
  • \n
  • CentOS (.rpm)
  • \n
  • You can manually build for more platforms if you wish.
  • \n
\n

MacOS

\n
    \n
  • DMG file (.dmg)
  • \n
\n

The current state is beta, check the releases page to download the latest version.

\n

🧾 License

\n

MIT License

\n

Copyright (c) Marc Espín Sanz

\n

Full license

\n

👽 Contributors

\n

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n

\n
", - "readmeFetchedAt": "2020-09-17T12:09:22.674Z" + "readmeFetchedAt": "2020-09-18T00:10:41.077Z" }, "gsubs": { "readmeCleaned": "

\n \"gSubs
\n
\n

\n

\n
\n \"banner\"\n
\n

INTRODUCTION
\n

Meet gSubs.
A desktop app that finds you the perfect subtitle match for your videos. Simply download now and drag and drop videos to get started.\n gSubs is multi-platform, open-source, and built entirely on web technology.

\n

Download gSubs

\n

\n \n \n \n \n \n \n

\n

\n
\n

💡 Key Features

\n

The following features made what gSubs is today and many more features will be, hopefully added with the support of great open source community in the future.\n
\n

\n

Drag & Drop

\n

Just drag and drop the video files that you want to search subtitle for and gSubs will do it's job. No more browsing and selecting videos from the mysteries directories that you don't know.

\n

Multiple Files

\n

gSubs supports multiple files input, meaning you can drag and drop as many files as you want and gSubs will find subtitles for each and every file. You have an entire season with dozen of episodes? gSubs gets your subtitles for the entire season in one time.

\n

Search Subtitles

\n

You don't have a video file but just want to donwload your favourite movies or series subtitles? Don't worry, gSubs consists of the search function where you can input any queries for search. gSubs will give you the results according to the language that has been set.

\n

10 Languages

\n

gSubs are capable of finding you subtitles for 10 languages which are English, Español, Français, Italiano, Nederlands, Polski, Português, Român, Svenska and Türkçe. Many more languages will be added soon.

\n

Auto Update

\n

gSubs have auto update feature included in it. This means you don't have to manually download the latest release every time. gSubs downloads and installs the latest release automatically.

\n
\n

⚡️ Contributing

\n

gSubs is completely open-source. If you'd like to help out by adding features, working on bug fixes,\nor assisting in other parts of development, here's how to get started:

\n
To begin working locally:
\n
    \n
  1. Fork this repository to your\nown GitHub account
  2. \n
  3. Clone it to your\nlocal device: git clone git@github.com:sanjevirau/gsubs.git
  4. \n
  5. Install the dependencies: npm install
  6. \n
  7. Run the app by starting electron, building the code and watch for changes:\nnpm start\n
    To build for production (should not generally be used):
    \n
  8. \n
  9. Build the actual app for Windows: npm run dist
  10. \n
  11. gSubs can also be build into Mac and Linux by change the dist script to build -wlm --config in the package.json file and then building the app using npm run dist
  12. \n
\n

We does give you credits for your contributions. Every contributors name will be shown in our contributors page at gSubs Contributors.

\n
\n

📦 Sources

\n

gSubs currently uses 2 sources to gather subtitles. When user drag and drop the video files, gSubs looks into SubDB source first followed by OpenSubtitles source. We hope to add more sources in the future.

\n
Standard sources:
\n
    \n
  • SubDB
  • \n
  • OpenSubtitles
  • \n
  • Addic7ed
  • \n
\n
\n

🌟 Special Thanks

\n

We would like to thank the following great beings and projects for assisting and giving us the motivation to build gSubs directly or indirectly.

\n\n

and to all the great beings who are helping building great things to make our life easier at GitHub.

\n
\n

Donation

\n

If this project helps you in any way making your life easier, you can give us some donation to get gSubs released in Mac OS and Linux.\n

\n

\n \n

\n
\n

🔑 License

\n

This project is licensed under\nMIT ©\nCholaware

\n
", "readmeOriginal": "

\n \"gSubs
\n
\n

\n

\n
\n \"banner\"\n
\n

INTRODUCTION
\n

Meet gSubs.
A desktop app that finds you the perfect subtitle match for your videos. Simply download now and drag and drop videos to get started.\n gSubs is multi-platform, open-source, and built entirely on web technology.

\n

Download gSubs

\n

\n \n \n \n \n \n \n

\n

\n
\n

💡 Key Features

\n

The following features made what gSubs is today and many more features will be, hopefully added with the support of great open source community in the future.\n
\n

\n

Drag & Drop

\n

Just drag and drop the video files that you want to search subtitle for and gSubs will do it's job. No more browsing and selecting videos from the mysteries directories that you don't know.

\n

Multiple Files

\n

gSubs supports multiple files input, meaning you can drag and drop as many files as you want and gSubs will find subtitles for each and every file. You have an entire season with dozen of episodes? gSubs gets your subtitles for the entire season in one time.

\n

Search Subtitles

\n

You don't have a video file but just want to donwload your favourite movies or series subtitles? Don't worry, gSubs consists of the search function where you can input any queries for search. gSubs will give you the results according to the language that has been set.

\n

10 Languages

\n

gSubs are capable of finding you subtitles for 10 languages which are English, Español, Français, Italiano, Nederlands, Polski, Português, Român, Svenska and Türkçe. Many more languages will be added soon.

\n

Auto Update

\n

gSubs have auto update feature included in it. This means you don't have to manually download the latest release every time. gSubs downloads and installs the latest release automatically.

\n
\n

⚡️ Contributing

\n

gSubs is completely open-source. If you'd like to help out by adding features, working on bug fixes,\nor assisting in other parts of development, here's how to get started:

\n
To begin working locally:
\n
    \n
  1. Fork this repository to your\nown GitHub account
  2. \n
  3. Clone it to your\nlocal device: git clone git@github.com:sanjevirau/gsubs.git
  4. \n
  5. Install the dependencies: npm install
  6. \n
  7. Run the app by starting electron, building the code and watch for changes:\nnpm start\n
    To build for production (should not generally be used):
    \n
  8. \n
  9. Build the actual app for Windows: npm run dist
  10. \n
  11. gSubs can also be build into Mac and Linux by change the dist script to build -wlm --config in the package.json file and then building the app using npm run dist
  12. \n
\n

We does give you credits for your contributions. Every contributors name will be shown in our contributors page at gSubs Contributors.

\n
\n

📦 Sources

\n

gSubs currently uses 2 sources to gather subtitles. When user drag and drop the video files, gSubs looks into SubDB source first followed by OpenSubtitles source. We hope to add more sources in the future.

\n
Standard sources:
\n
    \n
  • SubDB
  • \n
  • OpenSubtitles
  • \n
  • Addic7ed
  • \n
\n
\n

🌟 Special Thanks

\n

We would like to thank the following great beings and projects for assisting and giving us the motivation to build gSubs directly or indirectly.

\n\n

and to all the great beings who are helping building great things to make our life easier at GitHub.

\n
\n

Donation

\n

If this project helps you in any way making your life easier, you can give us some donation to get gSubs released in Mac OS and Linux.\n

\n

\n \n

\n
\n

🔑 License

\n

This project is licensed under\nMIT ©\nCholaware

\n
", - "readmeFetchedAt": "2020-09-17T12:09:22.815Z" + "readmeFetchedAt": "2020-09-18T00:10:41.123Z" }, - "hardinfo": { - "readmeCleaned": "

Hardinfo

\n

\"hardinfo\"

\n

Overview

\n

Collect and share information about your computer's hardware. Example paste with info - go to link

\n

changelog

\n

0.1.0 - Remove "open" module because of its associated vulnerability (https://nodesecurity.io/advisories/663), update all modules, update electron to latest stable version, other small fix

\n

Support OS

\n

At now are supported mac os/osx and linux.

\n

Download

\n

For macOS - download app

\n

Build for dev

\n
electron-packager ./ --icon=./img/ico.icns --overwrite
\n
", - "readmeOriginal": "

Hardinfo

\n

\"hardinfo\"

\n

Overview

\n

Collect and share information about your computer's hardware. Example paste with info - go to link

\n

changelog

\n

0.1.0 - Remove \"open\" module because of its associated vulnerability (https://nodesecurity.io/advisories/663), update all modules, update electron to latest stable version, other small fix

\n

Support OS

\n

At now are supported mac os/osx and linux.

\n

Download

\n

For macOS - download app

\n

Build for dev

\n
electron-packager ./ --icon=./img/ico.icns --overwrite
\n
", - "readmeFetchedAt": "2020-09-17T12:09:23.053Z" + "graphql-playground": { + "readmeCleaned": "
\n

SECURITY WARNING: both graphql-playground-html and all four (4) of it's middleware dependents until graphql-playground-html@1.6.22 were subject to an XSS Reflection attack vulnerability only to unsanitized user input strings to the functions therein. This was resolved in graphql-playground-html@^1.6.22. More Information

\n
\n

\n

\"npm\n\"prisma-labs\"

\n

Future of this repository: see the announcement issue for details.

\n
\n

GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).

\n

\"\"

\n

Installation

\n
$ brew cask install graphql-playground
\n

Features

\n
    \n
  • Context-aware autocompletion & error highlighting
  • \n
  • 📚 Interactive, multi-column docs (keyboard support)
  • \n
  • ⚡️ Supports real-time GraphQL Subscriptions
  • \n
  • GraphQL Config support with multiple Projects & Endpoints
  • \n
  • 🚥 Apollo Tracing support
  • \n
\n

Security Details

\n
\n

NOTE: only unsanitized user input to the functions in these packages is vulnerable to the recently reported XSS Reflection attack.

\n
\n

Impact

\n
\n

Impacted are any and all unsanitized user-defined input to:\n-renderPlaygroundPage()\n-koaPlayground()\n-expressPlayground()\n-koaPlayground()\n-`lambdaPlayground()

\n
\n
\n

If you used static values, such as graphql-playground-electron does in it's webpack config, as well as the most common middleware implementations out there, they were not vulnerable to the attack.

\n
\n

The only reason this vulnerability exists is because we are using template strings in renderPlaygroundPage() with potentially unsanitized user defined variables. This allows an attacker to inject html and javascript into the page.

\n\n

Common examples may be user-defined path parameters, query string, unsanitized UI provided values in database, etc., that are used to build template strings or passed directly to a renderPlaygroundPage() or the matching middleware function equivalent listed above.

\n

Impacted Packages

\n

All versions of these packages are impacted until the ones specified below, which are now safe for user defined input:

\n
    \n
  • graphql-playground-html: safe @ 1.6.22
  • \n
  • graphql-playground-express safe @ 1.7.16
  • \n
  • graphql-playground-koa safe @ 1.6.15
  • \n
  • graphql-playground-hapi safe @ 1.6.13
  • \n
  • graphql-playground-lambda safe @ 1.7.17
  • \n
  • graphql-playground-electron has always been safe from XSS attacks! This is because configuration is statically defined it's webpack config
  • \n
  • graphql-playground-react is safe because it does not use renderPlaygroundPage() anywhere, and thus is not susceptible to template string XSS reflection attacks.
  • \n
\n

More Information

\n

See the security docs for more details on how your implementation might be impacted by this vulnerability. It contains safe examples, unsafe examples, workarounds, and more details.

\n

We've also provided 'an example of the xss using the express middleware

\n

FAQ

\n

How is this different from GraphiQL?

\n

GraphQL Playground uses components of GraphiQL under the hood but is meant as a more powerful GraphQL IDE enabling better (local) development workflows. Compared to GraphiQL, the GraphQL Playground ships with the following additional features:

\n
    \n
  • Interactive, multi-column schema documentation
  • \n
  • Automatic schema reloading
  • \n
  • Support for GraphQL Subscriptions
  • \n
  • Query history
  • \n
  • Configuration of HTTP headers
  • \n
  • Tabs
  • \n
\n

See the following question for more additonal features.

\n

What's the difference between the desktop app and the web version?

\n

The desktop app is the same as the web version but includes these additional features:

\n
    \n
  • Partial support for graphql-config enabling features like multi-environment setups (no support for sending HTTP headers).
  • \n
  • Double click on *.graphql files.
  • \n
\n

How does GraphQL Bin work?

\n

You can easily share your Playgrounds with others by clicking on the "Share" button and sharing the generated link. You can think about GraphQL Bin like Pastebin for your GraphQL queries including the context (endpoint, HTTP headers, open tabs etc).

\n\n \"\"\n\n
\n

You can also find the announcement blog post here.

\n
\n

Settings

\n

In the top right corner of the Playground window you can click on the settings icon.\nThese are the settings currently available:

\n
{\n  'editor.cursorShape': 'line', // possible values: 'line', 'block', 'underline'\n  'editor.fontFamily': `'Source Code Pro', 'Consolas', 'Inconsolata', 'Droid Sans Mono', 'Monaco', monospace`,\n  'editor.fontSize': 14,\n  'editor.reuseHeaders': true, // new tab reuses headers from last tab\n  'editor.theme': 'dark', // possible values: 'dark', 'light'\n  'general.betaUpdates': false,\n  'prettier.printWidth': 80,\n  'prettier.tabWidth': 2,\n  'prettier.useTabs': false,\n  'request.credentials': 'omit', // possible values: 'omit', 'include', 'same-origin'\n  'schema.polling.enable': true, // enables automatic schema polling\n  'schema.polling.endpointFilter': '*localhost*', // endpoint filter for schema polling\n  'schema.polling.interval': 2000, // schema polling interval in ms\n  'schema.disableComments': boolean,\n  'tracing.hideTracingResponse': true,\n  'tracing.tracingSupported': true, // set false to remove x-apollo-tracing header from Schema fetch requests\n}
\n

Usage

\n

Properties

\n

The React component <Playground /> and all middlewares expose the following options:

\n
    \n
  • props (Middlewares & React Component)\n
      \n
    • endpoint string - the GraphQL endpoint url.
    • \n
    • subscriptionEndpoint string - the GraphQL subscriptions endpoint url.
    • \n
    • workspaceName string - in case you provide a GraphQL Config, you can name your workspace here
    • \n
    • config string - the JSON of a GraphQL Config. See an example here
    • \n
    • settings ISettings - Editor settings in json format as described here
    • \n
    \n
  • \n
\n
interface ISettings {\n  'editor.cursorShape': 'line' | 'block' | 'underline'\n  'editor.fontFamily': string\n  'editor.fontSize': number\n  'editor.reuseHeaders': boolean\n  'editor.theme': 'dark' | 'light'\n  'general.betaUpdates': boolean\n  'prettier.printWidth': number\n  'prettier.tabWidth': number\n  'prettier.useTabs': boolean\n  'request.credentials': 'omit' | 'include' | 'same-origin'\n  'schema.polling.enable': boolean\n  'schema.polling.endpointFilter': string\n  'schema.polling.interval': number\n  'schema.disableComments': boolean\n  'tracing.hideTracingResponse': boolean\n  'tracing.tracingSupported': boolean\n}
\n
    \n
  • schema IntrospectionResult - The result of an introspection query (an object of this form: {__schema: {...}}) The playground automatically fetches the schema from the endpoint. This is only needed when you want to override the schema.
  • \n
  • tabs Tab[] - An array of tabs to inject. Note: When using this feature, tabs will be resetted each time the page is reloaded
  • \n
\n
interface Tab {\n  endpoint: string\n  query: string\n  name?: string\n  variables?: string\n  responses?: string[]\n  headers?: { [key: string]: string }\n}
\n

In addition to this, the React app provides some more properties:

\n
    \n
  • props (React Component)
  • \n
  • createApolloLink [(session: Session, subscriptionEndpoint?: string) => ApolloLink] - this is the equivalent to the fetcher of GraphiQL. For each query that is being executed, this function will be called
  • \n
\n

createApolloLink is only available in the React Component and not the middlewares, because the content must be serializable as it is being printed into a HTML template.

\n

As HTML Page

\n

If you simply want to render the Playground HTML on your own, for example when implementing a GraphQL Server, there are 2 options for you:

\n
    \n
  1. The bare minimum HTML needed to render the Playground
  2. \n
  3. The Playground HTML with full loading animation
  4. \n
\n

Note: In case you do not want to serve assets from a CDN (like jsDelivr) and instead use a local copy, you will need to install graphql-playground-react from npm, and then replace all instances of //cdn.jsdelivr.net/npm with ./node_modules. An example can be found here

\n

As React Component

\n

Install

\n
yarn add graphql-playground-react
\n

Use

\n

GraphQL Playground provides a React component responsible for rendering the UI and Session management.\nThere are 3 dependencies needed in order to run the graphql-playground-react React component.

\n
    \n
  1. Open Sans and Source Code Pro fonts
  2. \n
  3. Rendering the <Playground /> component
  4. \n
\n

The GraphQL Playground requires React 16.

\n

Including Fonts (1.)

\n
<link\n  href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Source+Code+Pro:400,700"\n  rel="stylesheet"\n/>
\n

Including stylesheet and the component (2., 3.)

\n
import React from 'react'\nimport ReactDOM from 'react-dom'\nimport { Provider } from 'react-redux'\nimport { Playground, store } from 'graphql-playground-react'\n\nReactDOM.render(\n  <Provider store={store}>\n    <Playground endpoint='https://api.graph.cool/simple/v1/swapi' />\n  </Provider>,\n  document.body,\n)
\n

As Server Middleware

\n

Install

\n
# Pick the one that matches your server framework\nyarn add graphql-playground-middleware-express  # for Express or Connect\nyarn add graphql-playground-middleware-hapi\nyarn add graphql-playground-middleware-koa\nyarn add graphql-playground-middleware-lambda
\n

Usage with example

\n

We have a full example for each of the frameworks below:

\n\n

As serverless handler

\n

Install

\n
yarn add graphql-playground-middleware-lambda
\n

Usage

\n

handler.js

\n
import lambdaPlayground from 'graphql-playground-middleware-lambda'\n// or using require()\n// const lambdaPlayground = require('graphql-playground-middleware-lambda').default\n\nexports.graphqlHandler = function graphqlHandler(event, context, callback) {\n  function callbackFilter(error, output) {\n    // eslint-disable-next-line no-param-reassign\n    output.headers['Access-Control-Allow-Origin'] = '*'\n    callback(error, output)\n  }\n\n  const handler = graphqlLambda({ schema: myGraphQLSchema })\n  return handler(event, context, callbackFilter)\n}\n\nexports.playgroundHandler = lambdaPlayground({\n  endpoint: '/dev/graphql',\n})
\n

serverless.yml

\n
functions:\n  graphql:\n    handler: handler.graphqlHandler\n    events:\n      - http:\n          path: graphql\n          method: post\n          cors: true\n  playground:\n    handler: handler.playgroundHandler\n    events:\n      - http:\n          path: playground\n          method: get\n          cors: true
\n

Security Issue

\n

There is an XSS Reflection Vulnerability when using these middlewares with unsanitized user input before

\n

Development

\n
$ cd packages/graphql-playground-react\n$ yarn\n$ yarn start
\n

Open\nlocalhost:3000/localDev.html?endpoint=https://api.graph.cool/simple/v1/swapi for local development!

\n

Custom Theme

\n

From graphql-playground-react@1.7.0 on you can provide a codeTheme property to the React Component to customize your color theme.\nThese are the available options:

\n
export interface EditorColours {\n  property: string\n  comment: string\n  punctuation: string\n  keyword: string\n  def: string\n  qualifier: string\n  attribute: string\n  number: string\n  string: string\n  builtin: string\n  string2: string\n  variable: string\n  meta: string\n  atom: string\n  ws: string\n  selection: string\n  cursorColor: string\n  editorBackground: string\n  resultBackground: string\n  leftDrawerBackground: string\n  rightDrawerBackground: string\n}
\n

Versions

\n

This is repository is a "mono repo" and contains multiple packages using Yarn workspaces. Please be aware that versions are not synchronised between packages. The versions of the release page refer to the electron app.

\n

Packages

\n

In the folder packages you'll find the following packages:

\n
    \n
  • graphql-playground-electron: Cross-platform electron app which uses graphql-playground-react
  • \n
  • graphql-playground-html: Simple HTML page rendering a version of graphql-playground-react hosted on JSDeliver
  • \n
  • graphql-playground-middleware-express: Express middleware using graphql-playground-html
  • \n
  • graphql-playground-middleware-hapi: Hapi middleware using graphql-playground-html
  • \n
  • graphql-playground-middleware-koa: Koa middleware using graphql-playground-html
  • \n
  • graphql-playground-middleware-lambda: AWS Lambda middleware using graphql-playground-html
  • \n
  • graphql-playground-react: Core of GraphQL Playground built with ReactJS
  • \n
\n\n

Help & Community \"Slack

\n

Join our Slack community if you run into issues or have questions. We love talking to you!

\n

\"Prisma\"

\n
", + "readmeOriginal": "
\n

SECURITY WARNING: both graphql-playground-html and all four (4) of it's middleware dependents until graphql-playground-html@1.6.22 were subject to an XSS Reflection attack vulnerability only to unsanitized user input strings to the functions therein. This was resolved in graphql-playground-html@^1.6.22. More Information

\n
\n

\n

\"npm\n\"prisma-labs\"

\n

Future of this repository: see the announcement issue for details.

\n
\n

GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).

\n

\"\"

\n

Installation

\n
$ brew cask install graphql-playground
\n

Features

\n
    \n
  • Context-aware autocompletion & error highlighting
  • \n
  • 📚 Interactive, multi-column docs (keyboard support)
  • \n
  • ⚡️ Supports real-time GraphQL Subscriptions
  • \n
  • GraphQL Config support with multiple Projects & Endpoints
  • \n
  • 🚥 Apollo Tracing support
  • \n
\n

Security Details

\n
\n

NOTE: only unsanitized user input to the functions in these packages is vulnerable to the recently reported XSS Reflection attack.

\n
\n

Impact

\n
\n

Impacted are any and all unsanitized user-defined input to:\n-renderPlaygroundPage()\n-koaPlayground()\n-expressPlayground()\n-koaPlayground()\n-`lambdaPlayground()

\n
\n
\n

If you used static values, such as graphql-playground-electron does in it's webpack config, as well as the most common middleware implementations out there, they were not vulnerable to the attack.

\n
\n

The only reason this vulnerability exists is because we are using template strings in renderPlaygroundPage() with potentially unsanitized user defined variables. This allows an attacker to inject html and javascript into the page.

\n\n

Common examples may be user-defined path parameters, query string, unsanitized UI provided values in database, etc., that are used to build template strings or passed directly to a renderPlaygroundPage() or the matching middleware function equivalent listed above.

\n

Impacted Packages

\n

All versions of these packages are impacted until the ones specified below, which are now safe for user defined input:

\n
    \n
  • graphql-playground-html: safe @ 1.6.22
  • \n
  • graphql-playground-express safe @ 1.7.16
  • \n
  • graphql-playground-koa safe @ 1.6.15
  • \n
  • graphql-playground-hapi safe @ 1.6.13
  • \n
  • graphql-playground-lambda safe @ 1.7.17
  • \n
  • graphql-playground-electron has always been safe from XSS attacks! This is because configuration is statically defined it's webpack config
  • \n
  • graphql-playground-react is safe because it does not use renderPlaygroundPage() anywhere, and thus is not susceptible to template string XSS reflection attacks.
  • \n
\n

More Information

\n

See the security docs for more details on how your implementation might be impacted by this vulnerability. It contains safe examples, unsafe examples, workarounds, and more details.

\n

We've also provided 'an example of the xss using the express middleware

\n

FAQ

\n

How is this different from GraphiQL?

\n

GraphQL Playground uses components of GraphiQL under the hood but is meant as a more powerful GraphQL IDE enabling better (local) development workflows. Compared to GraphiQL, the GraphQL Playground ships with the following additional features:

\n
    \n
  • Interactive, multi-column schema documentation
  • \n
  • Automatic schema reloading
  • \n
  • Support for GraphQL Subscriptions
  • \n
  • Query history
  • \n
  • Configuration of HTTP headers
  • \n
  • Tabs
  • \n
\n

See the following question for more additonal features.

\n

What's the difference between the desktop app and the web version?

\n

The desktop app is the same as the web version but includes these additional features:

\n
    \n
  • Partial support for graphql-config enabling features like multi-environment setups (no support for sending HTTP headers).
  • \n
  • Double click on *.graphql files.
  • \n
\n

How does GraphQL Bin work?

\n

You can easily share your Playgrounds with others by clicking on the \"Share\" button and sharing the generated link. You can think about GraphQL Bin like Pastebin for your GraphQL queries including the context (endpoint, HTTP headers, open tabs etc).

\n\n \"\"\n\n
\n

You can also find the announcement blog post here.

\n
\n

Settings

\n

In the top right corner of the Playground window you can click on the settings icon.\nThese are the settings currently available:

\n
{\n  'editor.cursorShape': 'line', // possible values: 'line', 'block', 'underline'\n  'editor.fontFamily': `'Source Code Pro', 'Consolas', 'Inconsolata', 'Droid Sans Mono', 'Monaco', monospace`,\n  'editor.fontSize': 14,\n  'editor.reuseHeaders': true, // new tab reuses headers from last tab\n  'editor.theme': 'dark', // possible values: 'dark', 'light'\n  'general.betaUpdates': false,\n  'prettier.printWidth': 80,\n  'prettier.tabWidth': 2,\n  'prettier.useTabs': false,\n  'request.credentials': 'omit', // possible values: 'omit', 'include', 'same-origin'\n  'schema.polling.enable': true, // enables automatic schema polling\n  'schema.polling.endpointFilter': '*localhost*', // endpoint filter for schema polling\n  'schema.polling.interval': 2000, // schema polling interval in ms\n  'schema.disableComments': boolean,\n  'tracing.hideTracingResponse': true,\n  'tracing.tracingSupported': true, // set false to remove x-apollo-tracing header from Schema fetch requests\n}
\n

Usage

\n

Properties

\n

The React component <Playground /> and all middlewares expose the following options:

\n
    \n
  • props (Middlewares & React Component)\n
      \n
    • endpoint string - the GraphQL endpoint url.
    • \n
    • subscriptionEndpoint string - the GraphQL subscriptions endpoint url.
    • \n
    • workspaceName string - in case you provide a GraphQL Config, you can name your workspace here
    • \n
    • config string - the JSON of a GraphQL Config. See an example here
    • \n
    • settings ISettings - Editor settings in json format as described here
    • \n
    \n
  • \n
\n
interface ISettings {\n  'editor.cursorShape': 'line' | 'block' | 'underline'\n  'editor.fontFamily': string\n  'editor.fontSize': number\n  'editor.reuseHeaders': boolean\n  'editor.theme': 'dark' | 'light'\n  'general.betaUpdates': boolean\n  'prettier.printWidth': number\n  'prettier.tabWidth': number\n  'prettier.useTabs': boolean\n  'request.credentials': 'omit' | 'include' | 'same-origin'\n  'schema.polling.enable': boolean\n  'schema.polling.endpointFilter': string\n  'schema.polling.interval': number\n  'schema.disableComments': boolean\n  'tracing.hideTracingResponse': boolean\n  'tracing.tracingSupported': boolean\n}
\n
    \n
  • schema IntrospectionResult - The result of an introspection query (an object of this form: {__schema: {...}}) The playground automatically fetches the schema from the endpoint. This is only needed when you want to override the schema.
  • \n
  • tabs Tab[] - An array of tabs to inject. Note: When using this feature, tabs will be resetted each time the page is reloaded
  • \n
\n
interface Tab {\n  endpoint: string\n  query: string\n  name?: string\n  variables?: string\n  responses?: string[]\n  headers?: { [key: string]: string }\n}
\n

In addition to this, the React app provides some more properties:

\n
    \n
  • props (React Component)
  • \n
  • createApolloLink [(session: Session, subscriptionEndpoint?: string) => ApolloLink] - this is the equivalent to the fetcher of GraphiQL. For each query that is being executed, this function will be called
  • \n
\n

createApolloLink is only available in the React Component and not the middlewares, because the content must be serializable as it is being printed into a HTML template.

\n

As HTML Page

\n

If you simply want to render the Playground HTML on your own, for example when implementing a GraphQL Server, there are 2 options for you:

\n
    \n
  1. The bare minimum HTML needed to render the Playground
  2. \n
  3. The Playground HTML with full loading animation
  4. \n
\n

Note: In case you do not want to serve assets from a CDN (like jsDelivr) and instead use a local copy, you will need to install graphql-playground-react from npm, and then replace all instances of //cdn.jsdelivr.net/npm with ./node_modules. An example can be found here

\n

As React Component

\n

Install

\n
yarn add graphql-playground-react
\n

Use

\n

GraphQL Playground provides a React component responsible for rendering the UI and Session management.\nThere are 3 dependencies needed in order to run the graphql-playground-react React component.

\n
    \n
  1. Open Sans and Source Code Pro fonts
  2. \n
  3. Rendering the <Playground /> component
  4. \n
\n

The GraphQL Playground requires React 16.

\n

Including Fonts (1.)

\n
<link\n  href=\"https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Source+Code+Pro:400,700\"\n  rel=\"stylesheet\"\n/>
\n

Including stylesheet and the component (2., 3.)

\n
import React from 'react'\nimport ReactDOM from 'react-dom'\nimport { Provider } from 'react-redux'\nimport { Playground, store } from 'graphql-playground-react'\n\nReactDOM.render(\n  <Provider store={store}>\n    <Playground endpoint='https://api.graph.cool/simple/v1/swapi' />\n  </Provider>,\n  document.body,\n)
\n

As Server Middleware

\n

Install

\n
# Pick the one that matches your server framework\nyarn add graphql-playground-middleware-express  # for Express or Connect\nyarn add graphql-playground-middleware-hapi\nyarn add graphql-playground-middleware-koa\nyarn add graphql-playground-middleware-lambda
\n

Usage with example

\n

We have a full example for each of the frameworks below:

\n\n

As serverless handler

\n

Install

\n
yarn add graphql-playground-middleware-lambda
\n

Usage

\n

handler.js

\n
import lambdaPlayground from 'graphql-playground-middleware-lambda'\n// or using require()\n// const lambdaPlayground = require('graphql-playground-middleware-lambda').default\n\nexports.graphqlHandler = function graphqlHandler(event, context, callback) {\n  function callbackFilter(error, output) {\n    // eslint-disable-next-line no-param-reassign\n    output.headers['Access-Control-Allow-Origin'] = '*'\n    callback(error, output)\n  }\n\n  const handler = graphqlLambda({ schema: myGraphQLSchema })\n  return handler(event, context, callbackFilter)\n}\n\nexports.playgroundHandler = lambdaPlayground({\n  endpoint: '/dev/graphql',\n})
\n

serverless.yml

\n
functions:\n  graphql:\n    handler: handler.graphqlHandler\n    events:\n      - http:\n          path: graphql\n          method: post\n          cors: true\n  playground:\n    handler: handler.playgroundHandler\n    events:\n      - http:\n          path: playground\n          method: get\n          cors: true
\n

Security Issue

\n

There is an XSS Reflection Vulnerability when using these middlewares with unsanitized user input before

\n

Development

\n
$ cd packages/graphql-playground-react\n$ yarn\n$ yarn start
\n

Open\nlocalhost:3000/localDev.html?endpoint=https://api.graph.cool/simple/v1/swapi for local development!

\n

Custom Theme

\n

From graphql-playground-react@1.7.0 on you can provide a codeTheme property to the React Component to customize your color theme.\nThese are the available options:

\n
export interface EditorColours {\n  property: string\n  comment: string\n  punctuation: string\n  keyword: string\n  def: string\n  qualifier: string\n  attribute: string\n  number: string\n  string: string\n  builtin: string\n  string2: string\n  variable: string\n  meta: string\n  atom: string\n  ws: string\n  selection: string\n  cursorColor: string\n  editorBackground: string\n  resultBackground: string\n  leftDrawerBackground: string\n  rightDrawerBackground: string\n}
\n

Versions

\n

This is repository is a \"mono repo\" and contains multiple packages using Yarn workspaces. Please be aware that versions are not synchronised between packages. The versions of the release page refer to the electron app.

\n

Packages

\n

In the folder packages you'll find the following packages:

\n
    \n
  • graphql-playground-electron: Cross-platform electron app which uses graphql-playground-react
  • \n
  • graphql-playground-html: Simple HTML page rendering a version of graphql-playground-react hosted on JSDeliver
  • \n
  • graphql-playground-middleware-express: Express middleware using graphql-playground-html
  • \n
  • graphql-playground-middleware-hapi: Hapi middleware using graphql-playground-html
  • \n
  • graphql-playground-middleware-koa: Koa middleware using graphql-playground-html
  • \n
  • graphql-playground-middleware-lambda: AWS Lambda middleware using graphql-playground-html
  • \n
  • graphql-playground-react: Core of GraphQL Playground built with ReactJS
  • \n
\n\n

Help & Community \"Slack

\n

Join our Slack community if you run into issues or have questions. We love talking to you!

\n

\"Prisma\"

\n
", + "readmeFetchedAt": "2020-09-18T00:10:41.209Z" + }, + "graviton-editor": { + "readmeCleaned": "

\n\t\n\t
\n\tgraviton.netlify.app\n

\n

\"Build\n\"HitCount\"\n\"License:\n\"GitHub\n\"Commits\"\n\"GitHub\n\"GitHub\n\"Open\n\"Discord

\n

Graviton is a open source, cross-platform, minimalist-looking code editor.

\n

You can download it for Windows, MacOS, and GNU/Linux from the releases.

\n

\"example

\n

NOTE:\nChanges on this source may not be released as an official build yet.

\n

Features

\n
    \n
  • 🧬 Git integration
  • \n
  • ✍🏻 Intellisense and autocompletion
  • \n
  • 🟢 NPM scripts integration
  • \n
  • 🛢 Workspaces
  • \n
  • 💅 Modern UI
  • \n
  • 🎨 Themes
  • \n
  • 📦 Plugins
  • \n
  • 🗺 Built-in image previewer
  • \n
  • 😇 More respectful on RAM than other alternatives
  • \n
  • 💆‍♀️ No telemetry
  • \n
  • 📝 Multi line editing
  • \n
\n

📣 Community

\n\n

🏗 Resources

\n\n

🎁 Donating

\n\n

Donators

\n\n

Thank you for the donations!

\n

🖥 Available platforms

\n

Windows

\n
    \n
  • Executable (.exe, 64bits)
  • \n
\n

Linux

\n
    \n
  • Appimage (.appimage)
  • \n
  • Debian (.deb)
  • \n
  • CentOS (.rpm)
  • \n
  • You can manually build for more platforms if you wish.
  • \n
\n

MacOS

\n
    \n
  • DMG file (.dmg)
  • \n
\n

The current state is beta, check the releases page to download the latest version.

\n

🧾 License

\n

MIT License

\n

Copyright (c) Marc Espín Sanz

\n

Full license

\n

👽 Contributors

\n

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n

\n
", + "readmeOriginal": "

\n\t\n\t
\n\tgraviton.netlify.app\n

\n

\"Build\n\"HitCount\"\n\"License:\n\"GitHub\n\"Commits\"\n\"GitHub\n\"GitHub\n\"Open\n\"Discord

\n

Graviton is a open source, cross-platform, minimalist-looking code editor.

\n

You can download it for Windows, MacOS, and GNU/Linux from the releases.

\n

\"example

\n

NOTE:\nChanges on this source may not be released as an official build yet.

\n

Features

\n
    \n
  • 🧬 Git integration
  • \n
  • ✍🏻 Intellisense and autocompletion
  • \n
  • 🟢 NPM scripts integration
  • \n
  • 🛢 Workspaces
  • \n
  • 💅 Modern UI
  • \n
  • 🎨 Themes
  • \n
  • 📦 Plugins
  • \n
  • 🗺 Built-in image previewer
  • \n
  • 😇 More respectful on RAM than other alternatives
  • \n
  • 💆‍♀️ No telemetry
  • \n
  • 📝 Multi line editing
  • \n
\n

📣 Community

\n\n

🏗 Resources

\n\n

🎁 Donating

\n\n

Donators

\n\n

Thank you for the donations!

\n

🖥 Available platforms

\n

Windows

\n
    \n
  • Executable (.exe, 64bits)
  • \n
\n

Linux

\n
    \n
  • Appimage (.appimage)
  • \n
  • Debian (.deb)
  • \n
  • CentOS (.rpm)
  • \n
  • You can manually build for more platforms if you wish.
  • \n
\n

MacOS

\n
    \n
  • DMG file (.dmg)
  • \n
\n

The current state is beta, check the releases page to download the latest version.

\n

🧾 License

\n

MIT License

\n

Copyright (c) Marc Espín Sanz

\n

Full license

\n

👽 Contributors

\n

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n

\n
", + "readmeFetchedAt": "2020-09-18T00:10:41.219Z" }, "harmony": { "readmeCleaned": "

Harmony

\n

\n\"Harmony\n

\n

\n\"Total\n

\n
    \n
  • Play music from SoundCloud, Google Play Music, Spotify, Deezer, Hype Machine, YouTube, Reddit or your local tracks
  • \n
  • All your playlists within the same app
  • \n
  • Sound menu integration or system tray for incompatible systems
  • \n
  • Last.fm scrobbling
  • \n
  • Super sleek interface
  • \n
  • Dark mode (Cmd/Ctrl + D)
  • \n
  • Keyboard control
  • \n
  • Distraction-free
  • \n
  • Background notifications
  • \n
\n

Download

\n

Download Harmony from the website.

\n

Reporting issues

\n

Please indicate your operating system, Harmony's version and if you can, steps to reproduce the bug.

\n

Also, please include the log of Harmony (Cmd/Ctrl + Alt + i, console tab).

\n

Altough you can submit feature requests, keep in mind that I only prioritize requests coming from paying users.

\n

Where is the source code?

\n

Harmony used to be an open-source software. It is now a free-to-evaluate software, but you need a license for continued use.

\n

I explain this decision here.

\n

You can still access the source code prior to the 0.5.0 release on this repo.

\n

\"Metrics

\n
", "readmeOriginal": "

Harmony

\n

\n\"Harmony\n

\n

\n\"Total\n

\n
    \n
  • Play music from SoundCloud, Google Play Music, Spotify, Deezer, Hype Machine, YouTube, Reddit or your local tracks
  • \n
  • All your playlists within the same app
  • \n
  • Sound menu integration or system tray for incompatible systems
  • \n
  • Last.fm scrobbling
  • \n
  • Super sleek interface
  • \n
  • Dark mode (Cmd/Ctrl + D)
  • \n
  • Keyboard control
  • \n
  • Distraction-free
  • \n
  • Background notifications
  • \n
\n

Download

\n

Download Harmony from the website.

\n

Reporting issues

\n

Please indicate your operating system, Harmony's version and if you can, steps to reproduce the bug.

\n

Also, please include the log of Harmony (Cmd/Ctrl + Alt + i, console tab).

\n

Altough you can submit feature requests, keep in mind that I only prioritize requests coming from paying users.

\n

Where is the source code?

\n

Harmony used to be an open-source software. It is now a free-to-evaluate software, but you need a license for continued use.

\n

I explain this decision here.

\n

You can still access the source code prior to the 0.5.0 release on this repo.

\n

\"Metrics

\n
", - "readmeFetchedAt": "2020-09-17T12:09:23.061Z" + "readmeFetchedAt": "2020-09-18T00:10:41.222Z" }, "hashtag": { "readmeCleaned": "

\n \n

\n

Overview

\n

HashTag is a minimalist mirosoftware that hash some text. This application should mainly be used by developers who want to quickly hash something. It can also keep in memory your previous hashes in order to save some time during your development process. Currently, their are 3 algorithms : MD5, SHA-256 and Bcrypt.

\n

Installation

\n

⚠️ Currently, this software is only available for Windows (Linux and MacOS are not supported)
\n
\nYou can find the last release of HashTag by clicking here.
\nOnce done, double click on HashTag.exe and it be ready to use.

\n

Run HashTag locally

\n
    \n
  1. Clone the repository
  2. \n
\n
$ git clone https://github.com/MrAnyx/HashTag.git
\n
\n
    \n
  1. Install the dependencies
  2. \n
\n
$ npm install
\n
\n
    \n
  1. Run the application
  2. \n
\n
$ npm start
\n
\n
    \n
  1. Build the application
  2. \n
\n
$ npm run build
\n

Issue

\n

If you find a security issue or any other kind of issue, feel free to create an issue by clicking here.\nSame thing for the pull requests and feature requests.

\n

Development and maintenance

\n

Today, everything is made by MrAnyx

\n

Support 👍

\n

If you like this project or if you want to support me, you can simply smash the like button, just to let me know.

\n

Preview

\n

\n \n

\n

\n \n

\n

License

\n

Currently, this project is under the GPL-3.0 license.

\n
", "readmeOriginal": "

\n \n

\n

Overview

\n

HashTag is a minimalist mirosoftware that hash some text. This application should mainly be used by developers who want to quickly hash something. It can also keep in memory your previous hashes in order to save some time during your development process. Currently, their are 3 algorithms : MD5, SHA-256 and Bcrypt.

\n

Installation

\n

⚠️ Currently, this software is only available for Windows (Linux and MacOS are not supported)
\n
\nYou can find the last release of HashTag by clicking here.
\nOnce done, double click on HashTag.exe and it be ready to use.

\n

Run HashTag locally

\n
    \n
  1. Clone the repository
  2. \n
\n
$ git clone https://github.com/MrAnyx/HashTag.git
\n
\n
    \n
  1. Install the dependencies
  2. \n
\n
$ npm install
\n
\n
    \n
  1. Run the application
  2. \n
\n
$ npm start
\n
\n
    \n
  1. Build the application
  2. \n
\n
$ npm run build
\n

Issue

\n

If you find a security issue or any other kind of issue, feel free to create an issue by clicking here.\nSame thing for the pull requests and feature requests.

\n

Development and maintenance

\n

Today, everything is made by MrAnyx

\n

Support 👍

\n

If you like this project or if you want to support me, you can simply smash the like button, just to let me know.

\n

Preview

\n

\n \n

\n

\n \n

\n

License

\n

Currently, this project is under the GPL-3.0 license.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:23.114Z" - }, - "graphql-playground": { - "readmeCleaned": "
\n

SECURITY WARNING: both graphql-playground-html and all four (4) of it's middleware dependents until graphql-playground-html@1.6.22 were subject to an XSS Reflection attack vulnerability only to unsanitized user input strings to the functions therein. This was resolved in graphql-playground-html@^1.6.22. More Information

\n
\n

\n

\"npm\n\"prisma-labs\"

\n

Future of this repository: see the announcement issue for details.

\n
\n

GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).

\n

\"\"

\n

Installation

\n
$ brew cask install graphql-playground
\n

Features

\n
    \n
  • Context-aware autocompletion & error highlighting
  • \n
  • 📚 Interactive, multi-column docs (keyboard support)
  • \n
  • ⚡️ Supports real-time GraphQL Subscriptions
  • \n
  • GraphQL Config support with multiple Projects & Endpoints
  • \n
  • 🚥 Apollo Tracing support
  • \n
\n

Security Details

\n
\n

NOTE: only unsanitized user input to the functions in these packages is vulnerable to the recently reported XSS Reflection attack.

\n
\n

Impact

\n
\n

Impacted are any and all unsanitized user-defined input to:\n-renderPlaygroundPage()\n-koaPlayground()\n-expressPlayground()\n-koaPlayground()\n-`lambdaPlayground()

\n
\n
\n

If you used static values, such as graphql-playground-electron does in it's webpack config, as well as the most common middleware implementations out there, they were not vulnerable to the attack.

\n
\n

The only reason this vulnerability exists is because we are using template strings in renderPlaygroundPage() with potentially unsanitized user defined variables. This allows an attacker to inject html and javascript into the page.

\n\n

Common examples may be user-defined path parameters, query string, unsanitized UI provided values in database, etc., that are used to build template strings or passed directly to a renderPlaygroundPage() or the matching middleware function equivalent listed above.

\n

Impacted Packages

\n

All versions of these packages are impacted until the ones specified below, which are now safe for user defined input:

\n
    \n
  • graphql-playground-html: safe @ 1.6.22
  • \n
  • graphql-playground-express safe @ 1.7.16
  • \n
  • graphql-playground-koa safe @ 1.6.15
  • \n
  • graphql-playground-hapi safe @ 1.6.13
  • \n
  • graphql-playground-lambda safe @ 1.7.17
  • \n
  • graphql-playground-electron has always been safe from XSS attacks! This is because configuration is statically defined it's webpack config
  • \n
  • graphql-playground-react is safe because it does not use renderPlaygroundPage() anywhere, and thus is not susceptible to template string XSS reflection attacks.
  • \n
\n

More Information

\n

See the security docs for more details on how your implementation might be impacted by this vulnerability. It contains safe examples, unsafe examples, workarounds, and more details.

\n

We've also provided 'an example of the xss using the express middleware

\n

FAQ

\n

How is this different from GraphiQL?

\n

GraphQL Playground uses components of GraphiQL under the hood but is meant as a more powerful GraphQL IDE enabling better (local) development workflows. Compared to GraphiQL, the GraphQL Playground ships with the following additional features:

\n
    \n
  • Interactive, multi-column schema documentation
  • \n
  • Automatic schema reloading
  • \n
  • Support for GraphQL Subscriptions
  • \n
  • Query history
  • \n
  • Configuration of HTTP headers
  • \n
  • Tabs
  • \n
\n

See the following question for more additonal features.

\n

What's the difference between the desktop app and the web version?

\n

The desktop app is the same as the web version but includes these additional features:

\n
    \n
  • Partial support for graphql-config enabling features like multi-environment setups (no support for sending HTTP headers).
  • \n
  • Double click on *.graphql files.
  • \n
\n

How does GraphQL Bin work?

\n

You can easily share your Playgrounds with others by clicking on the "Share" button and sharing the generated link. You can think about GraphQL Bin like Pastebin for your GraphQL queries including the context (endpoint, HTTP headers, open tabs etc).

\n\n \"\"\n\n
\n

You can also find the announcement blog post here.

\n
\n

Settings

\n

In the top right corner of the Playground window you can click on the settings icon.\nThese are the settings currently available:

\n
{\n  'editor.cursorShape': 'line', // possible values: 'line', 'block', 'underline'\n  'editor.fontFamily': `'Source Code Pro', 'Consolas', 'Inconsolata', 'Droid Sans Mono', 'Monaco', monospace`,\n  'editor.fontSize': 14,\n  'editor.reuseHeaders': true, // new tab reuses headers from last tab\n  'editor.theme': 'dark', // possible values: 'dark', 'light'\n  'general.betaUpdates': false,\n  'prettier.printWidth': 80,\n  'prettier.tabWidth': 2,\n  'prettier.useTabs': false,\n  'request.credentials': 'omit', // possible values: 'omit', 'include', 'same-origin'\n  'schema.polling.enable': true, // enables automatic schema polling\n  'schema.polling.endpointFilter': '*localhost*', // endpoint filter for schema polling\n  'schema.polling.interval': 2000, // schema polling interval in ms\n  'schema.disableComments': boolean,\n  'tracing.hideTracingResponse': true,\n  'tracing.tracingSupported': true, // set false to remove x-apollo-tracing header from Schema fetch requests\n}
\n

Usage

\n

Properties

\n

The React component <Playground /> and all middlewares expose the following options:

\n
    \n
  • props (Middlewares & React Component)\n
      \n
    • endpoint string - the GraphQL endpoint url.
    • \n
    • subscriptionEndpoint string - the GraphQL subscriptions endpoint url.
    • \n
    • workspaceName string - in case you provide a GraphQL Config, you can name your workspace here
    • \n
    • config string - the JSON of a GraphQL Config. See an example here
    • \n
    • settings ISettings - Editor settings in json format as described here
    • \n
    \n
  • \n
\n
interface ISettings {\n  'editor.cursorShape': 'line' | 'block' | 'underline'\n  'editor.fontFamily': string\n  'editor.fontSize': number\n  'editor.reuseHeaders': boolean\n  'editor.theme': 'dark' | 'light'\n  'general.betaUpdates': boolean\n  'prettier.printWidth': number\n  'prettier.tabWidth': number\n  'prettier.useTabs': boolean\n  'request.credentials': 'omit' | 'include' | 'same-origin'\n  'schema.polling.enable': boolean\n  'schema.polling.endpointFilter': string\n  'schema.polling.interval': number\n  'schema.disableComments': boolean\n  'tracing.hideTracingResponse': boolean\n  'tracing.tracingSupported': boolean\n}
\n
    \n
  • schema IntrospectionResult - The result of an introspection query (an object of this form: {__schema: {...}}) The playground automatically fetches the schema from the endpoint. This is only needed when you want to override the schema.
  • \n
  • tabs Tab[] - An array of tabs to inject. Note: When using this feature, tabs will be resetted each time the page is reloaded
  • \n
\n
interface Tab {\n  endpoint: string\n  query: string\n  name?: string\n  variables?: string\n  responses?: string[]\n  headers?: { [key: string]: string }\n}
\n

In addition to this, the React app provides some more properties:

\n
    \n
  • props (React Component)
  • \n
  • createApolloLink [(session: Session, subscriptionEndpoint?: string) => ApolloLink] - this is the equivalent to the fetcher of GraphiQL. For each query that is being executed, this function will be called
  • \n
\n

createApolloLink is only available in the React Component and not the middlewares, because the content must be serializable as it is being printed into a HTML template.

\n

As HTML Page

\n

If you simply want to render the Playground HTML on your own, for example when implementing a GraphQL Server, there are 2 options for you:

\n
    \n
  1. The bare minimum HTML needed to render the Playground
  2. \n
  3. The Playground HTML with full loading animation
  4. \n
\n

Note: In case you do not want to serve assets from a CDN (like jsDelivr) and instead use a local copy, you will need to install graphql-playground-react from npm, and then replace all instances of //cdn.jsdelivr.net/npm with ./node_modules. An example can be found here

\n

As React Component

\n

Install

\n
yarn add graphql-playground-react
\n

Use

\n

GraphQL Playground provides a React component responsible for rendering the UI and Session management.\nThere are 3 dependencies needed in order to run the graphql-playground-react React component.

\n
    \n
  1. Open Sans and Source Code Pro fonts
  2. \n
  3. Rendering the <Playground /> component
  4. \n
\n

The GraphQL Playground requires React 16.

\n

Including Fonts (1.)

\n
<link\n  href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Source+Code+Pro:400,700"\n  rel="stylesheet"\n/>
\n

Including stylesheet and the component (2., 3.)

\n
import React from 'react'\nimport ReactDOM from 'react-dom'\nimport { Provider } from 'react-redux'\nimport { Playground, store } from 'graphql-playground-react'\n\nReactDOM.render(\n  <Provider store={store}>\n    <Playground endpoint='https://api.graph.cool/simple/v1/swapi' />\n  </Provider>,\n  document.body,\n)
\n

As Server Middleware

\n

Install

\n
# Pick the one that matches your server framework\nyarn add graphql-playground-middleware-express  # for Express or Connect\nyarn add graphql-playground-middleware-hapi\nyarn add graphql-playground-middleware-koa\nyarn add graphql-playground-middleware-lambda
\n

Usage with example

\n

We have a full example for each of the frameworks below:

\n\n

As serverless handler

\n

Install

\n
yarn add graphql-playground-middleware-lambda
\n

Usage

\n

handler.js

\n
import lambdaPlayground from 'graphql-playground-middleware-lambda'\n// or using require()\n// const lambdaPlayground = require('graphql-playground-middleware-lambda').default\n\nexports.graphqlHandler = function graphqlHandler(event, context, callback) {\n  function callbackFilter(error, output) {\n    // eslint-disable-next-line no-param-reassign\n    output.headers['Access-Control-Allow-Origin'] = '*'\n    callback(error, output)\n  }\n\n  const handler = graphqlLambda({ schema: myGraphQLSchema })\n  return handler(event, context, callbackFilter)\n}\n\nexports.playgroundHandler = lambdaPlayground({\n  endpoint: '/dev/graphql',\n})
\n

serverless.yml

\n
functions:\n  graphql:\n    handler: handler.graphqlHandler\n    events:\n      - http:\n          path: graphql\n          method: post\n          cors: true\n  playground:\n    handler: handler.playgroundHandler\n    events:\n      - http:\n          path: playground\n          method: get\n          cors: true
\n

Security Issue

\n

There is an XSS Reflection Vulnerability when using these middlewares with unsanitized user input before

\n

Development

\n
$ cd packages/graphql-playground-react\n$ yarn\n$ yarn start
\n

Open\nlocalhost:3000/localDev.html?endpoint=https://api.graph.cool/simple/v1/swapi for local development!

\n

Custom Theme

\n

From graphql-playground-react@1.7.0 on you can provide a codeTheme property to the React Component to customize your color theme.\nThese are the available options:

\n
export interface EditorColours {\n  property: string\n  comment: string\n  punctuation: string\n  keyword: string\n  def: string\n  qualifier: string\n  attribute: string\n  number: string\n  string: string\n  builtin: string\n  string2: string\n  variable: string\n  meta: string\n  atom: string\n  ws: string\n  selection: string\n  cursorColor: string\n  editorBackground: string\n  resultBackground: string\n  leftDrawerBackground: string\n  rightDrawerBackground: string\n}
\n

Versions

\n

This is repository is a "mono repo" and contains multiple packages using Yarn workspaces. Please be aware that versions are not synchronised between packages. The versions of the release page refer to the electron app.

\n

Packages

\n

In the folder packages you'll find the following packages:

\n
    \n
  • graphql-playground-electron: Cross-platform electron app which uses graphql-playground-react
  • \n
  • graphql-playground-html: Simple HTML page rendering a version of graphql-playground-react hosted on JSDeliver
  • \n
  • graphql-playground-middleware-express: Express middleware using graphql-playground-html
  • \n
  • graphql-playground-middleware-hapi: Hapi middleware using graphql-playground-html
  • \n
  • graphql-playground-middleware-koa: Koa middleware using graphql-playground-html
  • \n
  • graphql-playground-middleware-lambda: AWS Lambda middleware using graphql-playground-html
  • \n
  • graphql-playground-react: Core of GraphQL Playground built with ReactJS
  • \n
\n\n

Help & Community \"Slack

\n

Join our Slack community if you run into issues or have questions. We love talking to you!

\n

\"Prisma\"

\n
", - "readmeOriginal": "
\n

SECURITY WARNING: both graphql-playground-html and all four (4) of it's middleware dependents until graphql-playground-html@1.6.22 were subject to an XSS Reflection attack vulnerability only to unsanitized user input strings to the functions therein. This was resolved in graphql-playground-html@^1.6.22. More Information

\n
\n

\n

\"npm\n\"prisma-labs\"

\n

Future of this repository: see the announcement issue for details.

\n
\n

GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).

\n

\"\"

\n

Installation

\n
$ brew cask install graphql-playground
\n

Features

\n
    \n
  • Context-aware autocompletion & error highlighting
  • \n
  • 📚 Interactive, multi-column docs (keyboard support)
  • \n
  • ⚡️ Supports real-time GraphQL Subscriptions
  • \n
  • GraphQL Config support with multiple Projects & Endpoints
  • \n
  • 🚥 Apollo Tracing support
  • \n
\n

Security Details

\n
\n

NOTE: only unsanitized user input to the functions in these packages is vulnerable to the recently reported XSS Reflection attack.

\n
\n

Impact

\n
\n

Impacted are any and all unsanitized user-defined input to:\n-renderPlaygroundPage()\n-koaPlayground()\n-expressPlayground()\n-koaPlayground()\n-`lambdaPlayground()

\n
\n
\n

If you used static values, such as graphql-playground-electron does in it's webpack config, as well as the most common middleware implementations out there, they were not vulnerable to the attack.

\n
\n

The only reason this vulnerability exists is because we are using template strings in renderPlaygroundPage() with potentially unsanitized user defined variables. This allows an attacker to inject html and javascript into the page.

\n\n

Common examples may be user-defined path parameters, query string, unsanitized UI provided values in database, etc., that are used to build template strings or passed directly to a renderPlaygroundPage() or the matching middleware function equivalent listed above.

\n

Impacted Packages

\n

All versions of these packages are impacted until the ones specified below, which are now safe for user defined input:

\n
    \n
  • graphql-playground-html: safe @ 1.6.22
  • \n
  • graphql-playground-express safe @ 1.7.16
  • \n
  • graphql-playground-koa safe @ 1.6.15
  • \n
  • graphql-playground-hapi safe @ 1.6.13
  • \n
  • graphql-playground-lambda safe @ 1.7.17
  • \n
  • graphql-playground-electron has always been safe from XSS attacks! This is because configuration is statically defined it's webpack config
  • \n
  • graphql-playground-react is safe because it does not use renderPlaygroundPage() anywhere, and thus is not susceptible to template string XSS reflection attacks.
  • \n
\n

More Information

\n

See the security docs for more details on how your implementation might be impacted by this vulnerability. It contains safe examples, unsafe examples, workarounds, and more details.

\n

We've also provided 'an example of the xss using the express middleware

\n

FAQ

\n

How is this different from GraphiQL?

\n

GraphQL Playground uses components of GraphiQL under the hood but is meant as a more powerful GraphQL IDE enabling better (local) development workflows. Compared to GraphiQL, the GraphQL Playground ships with the following additional features:

\n
    \n
  • Interactive, multi-column schema documentation
  • \n
  • Automatic schema reloading
  • \n
  • Support for GraphQL Subscriptions
  • \n
  • Query history
  • \n
  • Configuration of HTTP headers
  • \n
  • Tabs
  • \n
\n

See the following question for more additonal features.

\n

What's the difference between the desktop app and the web version?

\n

The desktop app is the same as the web version but includes these additional features:

\n
    \n
  • Partial support for graphql-config enabling features like multi-environment setups (no support for sending HTTP headers).
  • \n
  • Double click on *.graphql files.
  • \n
\n

How does GraphQL Bin work?

\n

You can easily share your Playgrounds with others by clicking on the \"Share\" button and sharing the generated link. You can think about GraphQL Bin like Pastebin for your GraphQL queries including the context (endpoint, HTTP headers, open tabs etc).

\n\n \"\"\n\n
\n

You can also find the announcement blog post here.

\n
\n

Settings

\n

In the top right corner of the Playground window you can click on the settings icon.\nThese are the settings currently available:

\n
{\n  'editor.cursorShape': 'line', // possible values: 'line', 'block', 'underline'\n  'editor.fontFamily': `'Source Code Pro', 'Consolas', 'Inconsolata', 'Droid Sans Mono', 'Monaco', monospace`,\n  'editor.fontSize': 14,\n  'editor.reuseHeaders': true, // new tab reuses headers from last tab\n  'editor.theme': 'dark', // possible values: 'dark', 'light'\n  'general.betaUpdates': false,\n  'prettier.printWidth': 80,\n  'prettier.tabWidth': 2,\n  'prettier.useTabs': false,\n  'request.credentials': 'omit', // possible values: 'omit', 'include', 'same-origin'\n  'schema.polling.enable': true, // enables automatic schema polling\n  'schema.polling.endpointFilter': '*localhost*', // endpoint filter for schema polling\n  'schema.polling.interval': 2000, // schema polling interval in ms\n  'schema.disableComments': boolean,\n  'tracing.hideTracingResponse': true,\n  'tracing.tracingSupported': true, // set false to remove x-apollo-tracing header from Schema fetch requests\n}
\n

Usage

\n

Properties

\n

The React component <Playground /> and all middlewares expose the following options:

\n
    \n
  • props (Middlewares & React Component)\n
      \n
    • endpoint string - the GraphQL endpoint url.
    • \n
    • subscriptionEndpoint string - the GraphQL subscriptions endpoint url.
    • \n
    • workspaceName string - in case you provide a GraphQL Config, you can name your workspace here
    • \n
    • config string - the JSON of a GraphQL Config. See an example here
    • \n
    • settings ISettings - Editor settings in json format as described here
    • \n
    \n
  • \n
\n
interface ISettings {\n  'editor.cursorShape': 'line' | 'block' | 'underline'\n  'editor.fontFamily': string\n  'editor.fontSize': number\n  'editor.reuseHeaders': boolean\n  'editor.theme': 'dark' | 'light'\n  'general.betaUpdates': boolean\n  'prettier.printWidth': number\n  'prettier.tabWidth': number\n  'prettier.useTabs': boolean\n  'request.credentials': 'omit' | 'include' | 'same-origin'\n  'schema.polling.enable': boolean\n  'schema.polling.endpointFilter': string\n  'schema.polling.interval': number\n  'schema.disableComments': boolean\n  'tracing.hideTracingResponse': boolean\n  'tracing.tracingSupported': boolean\n}
\n
    \n
  • schema IntrospectionResult - The result of an introspection query (an object of this form: {__schema: {...}}) The playground automatically fetches the schema from the endpoint. This is only needed when you want to override the schema.
  • \n
  • tabs Tab[] - An array of tabs to inject. Note: When using this feature, tabs will be resetted each time the page is reloaded
  • \n
\n
interface Tab {\n  endpoint: string\n  query: string\n  name?: string\n  variables?: string\n  responses?: string[]\n  headers?: { [key: string]: string }\n}
\n

In addition to this, the React app provides some more properties:

\n
    \n
  • props (React Component)
  • \n
  • createApolloLink [(session: Session, subscriptionEndpoint?: string) => ApolloLink] - this is the equivalent to the fetcher of GraphiQL. For each query that is being executed, this function will be called
  • \n
\n

createApolloLink is only available in the React Component and not the middlewares, because the content must be serializable as it is being printed into a HTML template.

\n

As HTML Page

\n

If you simply want to render the Playground HTML on your own, for example when implementing a GraphQL Server, there are 2 options for you:

\n
    \n
  1. The bare minimum HTML needed to render the Playground
  2. \n
  3. The Playground HTML with full loading animation
  4. \n
\n

Note: In case you do not want to serve assets from a CDN (like jsDelivr) and instead use a local copy, you will need to install graphql-playground-react from npm, and then replace all instances of //cdn.jsdelivr.net/npm with ./node_modules. An example can be found here

\n

As React Component

\n

Install

\n
yarn add graphql-playground-react
\n

Use

\n

GraphQL Playground provides a React component responsible for rendering the UI and Session management.\nThere are 3 dependencies needed in order to run the graphql-playground-react React component.

\n
    \n
  1. Open Sans and Source Code Pro fonts
  2. \n
  3. Rendering the <Playground /> component
  4. \n
\n

The GraphQL Playground requires React 16.

\n

Including Fonts (1.)

\n
<link\n  href=\"https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Source+Code+Pro:400,700\"\n  rel=\"stylesheet\"\n/>
\n

Including stylesheet and the component (2., 3.)

\n
import React from 'react'\nimport ReactDOM from 'react-dom'\nimport { Provider } from 'react-redux'\nimport { Playground, store } from 'graphql-playground-react'\n\nReactDOM.render(\n  <Provider store={store}>\n    <Playground endpoint='https://api.graph.cool/simple/v1/swapi' />\n  </Provider>,\n  document.body,\n)
\n

As Server Middleware

\n

Install

\n
# Pick the one that matches your server framework\nyarn add graphql-playground-middleware-express  # for Express or Connect\nyarn add graphql-playground-middleware-hapi\nyarn add graphql-playground-middleware-koa\nyarn add graphql-playground-middleware-lambda
\n

Usage with example

\n

We have a full example for each of the frameworks below:

\n\n

As serverless handler

\n

Install

\n
yarn add graphql-playground-middleware-lambda
\n

Usage

\n

handler.js

\n
import lambdaPlayground from 'graphql-playground-middleware-lambda'\n// or using require()\n// const lambdaPlayground = require('graphql-playground-middleware-lambda').default\n\nexports.graphqlHandler = function graphqlHandler(event, context, callback) {\n  function callbackFilter(error, output) {\n    // eslint-disable-next-line no-param-reassign\n    output.headers['Access-Control-Allow-Origin'] = '*'\n    callback(error, output)\n  }\n\n  const handler = graphqlLambda({ schema: myGraphQLSchema })\n  return handler(event, context, callbackFilter)\n}\n\nexports.playgroundHandler = lambdaPlayground({\n  endpoint: '/dev/graphql',\n})
\n

serverless.yml

\n
functions:\n  graphql:\n    handler: handler.graphqlHandler\n    events:\n      - http:\n          path: graphql\n          method: post\n          cors: true\n  playground:\n    handler: handler.playgroundHandler\n    events:\n      - http:\n          path: playground\n          method: get\n          cors: true
\n

Security Issue

\n

There is an XSS Reflection Vulnerability when using these middlewares with unsanitized user input before

\n

Development

\n
$ cd packages/graphql-playground-react\n$ yarn\n$ yarn start
\n

Open\nlocalhost:3000/localDev.html?endpoint=https://api.graph.cool/simple/v1/swapi for local development!

\n

Custom Theme

\n

From graphql-playground-react@1.7.0 on you can provide a codeTheme property to the React Component to customize your color theme.\nThese are the available options:

\n
export interface EditorColours {\n  property: string\n  comment: string\n  punctuation: string\n  keyword: string\n  def: string\n  qualifier: string\n  attribute: string\n  number: string\n  string: string\n  builtin: string\n  string2: string\n  variable: string\n  meta: string\n  atom: string\n  ws: string\n  selection: string\n  cursorColor: string\n  editorBackground: string\n  resultBackground: string\n  leftDrawerBackground: string\n  rightDrawerBackground: string\n}
\n

Versions

\n

This is repository is a \"mono repo\" and contains multiple packages using Yarn workspaces. Please be aware that versions are not synchronised between packages. The versions of the release page refer to the electron app.

\n

Packages

\n

In the folder packages you'll find the following packages:

\n
    \n
  • graphql-playground-electron: Cross-platform electron app which uses graphql-playground-react
  • \n
  • graphql-playground-html: Simple HTML page rendering a version of graphql-playground-react hosted on JSDeliver
  • \n
  • graphql-playground-middleware-express: Express middleware using graphql-playground-html
  • \n
  • graphql-playground-middleware-hapi: Hapi middleware using graphql-playground-html
  • \n
  • graphql-playground-middleware-koa: Koa middleware using graphql-playground-html
  • \n
  • graphql-playground-middleware-lambda: AWS Lambda middleware using graphql-playground-html
  • \n
  • graphql-playground-react: Core of GraphQL Playground built with ReactJS
  • \n
\n\n

Help & Community \"Slack

\n

Join our Slack community if you run into issues or have questions. We love talking to you!

\n

\"Prisma\"

\n
", - "readmeFetchedAt": "2020-09-17T12:09:23.240Z" - }, - "hastyheroes": { - "readmeCleaned": "

\nHasty Heroes
\n

\n

\n\n\n\n

\n

An endless 2D jumping game, select a avatar, choose a environment and start playing. Dont fall off the platforms and dont hit the spike balls!

\n

How to Play/ Build

\n

1. Play the game

\n

Download the game from here . Start the application and and then follow the instructions below to start playing. Try to score as many points as you can!

\n

2. Building from the repo

\n

Clone the repository, then navigate to it on your terminal and run npm install, once all the dependencies have finished downloading, run npm start to test it, and npm run dist to build it for your platform.

\n

Instructions

\n
    \n
  • Select your environment, cycle through the 3 available ones by hitting spacebar.
  • \n
  • Click on a avatar to begin.
  • \n
  • Use the left and right arrow keys to move on the platforms.
  • \n
  • Press the up key to jump
  • \n
  • Dont fall below the screen, and dont hit the Spike Balls
  • \n
\n

If you liked this, check out My colaborative task app, where you can create groups with your team and make to-dos and task lists

\n

https://taskifyyy.firebaseapp.com

\n

Credits

\n

The game assets including the background and the tiles were made by Kenny, the character sprites were made by MadFireOn, and the idea for the game was inspired by a tutorial from Joshmorony.

\n
", - "readmeOriginal": "

\nHasty Heroes
\n

\n

\n\n\n\n

\n

An endless 2D jumping game, select a avatar, choose a environment and start playing. Dont fall off the platforms and dont hit the spike balls!

\n

How to Play/ Build

\n

1. Play the game

\n

Download the game from here . Start the application and and then follow the instructions below to start playing. Try to score as many points as you can!

\n

2. Building from the repo

\n

Clone the repository, then navigate to it on your terminal and run npm install, once all the dependencies have finished downloading, run npm start to test it, and npm run dist to build it for your platform.

\n

Instructions

\n
    \n
  • Select your environment, cycle through the 3 available ones by hitting spacebar.
  • \n
  • Click on a avatar to begin.
  • \n
  • Use the left and right arrow keys to move on the platforms.
  • \n
  • Press the up key to jump
  • \n
  • Dont fall below the screen, and dont hit the Spike Balls
  • \n
\n

If you liked this, check out My colaborative task app, where you can create groups with your team and make to-dos and task lists

\n

https://taskifyyy.firebaseapp.com

\n

Credits

\n

The game assets including the background and the tiles were made by Kenny, the character sprites were made by MadFireOn, and the idea for the game was inspired by a tutorial from Joshmorony.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:23.365Z" + "readmeFetchedAt": "2020-09-18T00:10:41.231Z" }, - "hbbatchbeast": { - "readmeCleaned": "

HBBatchBeast for HandBrake and FFmpeg/FFprobe (Windows, macOS, Linux & Docker)

\n

\"Reddit\" \"paypal\" \"Discord\" \"Docker\"

\n

\nSetup/Installation\n

\n

\"Screenshot\"

\n

Demo video - https://youtu.be/mHMXfInoqfE

\n

Website: http://hbbatchbeast.io/

\n

A free GUI application for HandBrake and FFmpeg/FFprobe on Windows, macOS and Linux (+ Linux Docker image) with an emphasis on multi HandBrake/FFmpeg instance batch conversion (including recursive folder scans and folder watching). The destination folder structure is kept the same as the source folder structure. Media in subfolders is also converted. Multiple folders can be monitored and different conversion presets can be specified for each folder. Also included:

\n

-Remote monitoring feature to monitor batch file conversions in any browser

\n

-Basic h265 benchmarking

\n

-Health check feature which can scan for corrupt video files using HandBrake (quick scan) or FFmpeg (thorough scan), although this is not always accurate. Attempt repair file feature included too.

\n

This is a standalone program on Windows but requires HandBrakeCLI to be installed on Linux and Mac. For a server application with similar functionality please see Tdarr.

\n

Settings help is available by pressing the blue ? diamond icons spread throughout the program:

\n

\"Screenshot\"

\n

The program scans the source folders for all files. It then compares the source folder files with the destination folder files to see if any of the source files exist in the destination folder already. If not, the program queues the files for conversion.

\n

4 worker modules (default number) then work through the conversion queue. If periodic scanning is enabled then the program will run at the chosen interval.

\n

After it a bit more testing it seems that weird things can happen if you monitor a folder which is being downloaded to. It seems sometimes conversions start before a file has fully downloaded. To solve this, I recommend using a temporary download folder before moving completed files into your HBBB source folder.

\n

If you use a download program which has an 'incomplete downloads' folder etc, do not put that folder inside your main source folder else you may end up converting each file twice.

\n

The program won't work properly if you put the destination folder in a folder inside the source folder because the program is recreating the source folder structure inside the destination folder. It will cause an infinite loop of creating more and more sub-folders each time you run the program. So it will NOT work properly if you do something like this:

\n

Source:

\n

D:\\Videos

\n

Destination:

\n

D:\\Videos\\Converted

\n

It will work properly if you do something like this etc:

\n

Source:

\n

D:\\Videos

\n

Destination:

\n

D:\\Converted

\n
", - "readmeOriginal": "

HBBatchBeast for HandBrake and FFmpeg/FFprobe (Windows, macOS, Linux & Docker)

\n

\"Reddit\" \"paypal\" \"Discord\" \"Docker\"

\n

\nSetup/Installation\n

\n

\"Screenshot\"

\n

Demo video - https://youtu.be/mHMXfInoqfE

\n

Website: http://hbbatchbeast.io/

\n

A free GUI application for HandBrake and FFmpeg/FFprobe on Windows, macOS and Linux (+ Linux Docker image) with an emphasis on multi HandBrake/FFmpeg instance batch conversion (including recursive folder scans and folder watching). The destination folder structure is kept the same as the source folder structure. Media in subfolders is also converted. Multiple folders can be monitored and different conversion presets can be specified for each folder. Also included:

\n

-Remote monitoring feature to monitor batch file conversions in any browser

\n

-Basic h265 benchmarking

\n

-Health check feature which can scan for corrupt video files using HandBrake (quick scan) or FFmpeg (thorough scan), although this is not always accurate. Attempt repair file feature included too.

\n

This is a standalone program on Windows but requires HandBrakeCLI to be installed on Linux and Mac. For a server application with similar functionality please see Tdarr.

\n

Settings help is available by pressing the blue ? diamond icons spread throughout the program:

\n

\"Screenshot\"

\n

The program scans the source folders for all files. It then compares the source folder files with the destination folder files to see if any of the source files exist in the destination folder already. If not, the program queues the files for conversion.

\n

4 worker modules (default number) then work through the conversion queue. If periodic scanning is enabled then the program will run at the chosen interval.

\n

After it a bit more testing it seems that weird things can happen if you monitor a folder which is being downloaded to. It seems sometimes conversions start before a file has fully downloaded. To solve this, I recommend using a temporary download folder before moving completed files into your HBBB source folder.

\n

If you use a download program which has an 'incomplete downloads' folder etc, do not put that folder inside your main source folder else you may end up converting each file twice.

\n

The program won't work properly if you put the destination folder in a folder inside the source folder because the program is recreating the source folder structure inside the destination folder. It will cause an infinite loop of creating more and more sub-folders each time you run the program. So it will NOT work properly if you do something like this:

\n

Source:

\n

D:\\Videos

\n

Destination:

\n

D:\\Videos\\Converted

\n

It will work properly if you do something like this etc:

\n

Source:

\n

D:\\Videos

\n

Destination:

\n

D:\\Converted

\n
", - "readmeFetchedAt": "2020-09-17T12:09:23.449Z" + "hardinfo": { + "readmeCleaned": "

Hardinfo

\n

\"hardinfo\"

\n

Overview

\n

Collect and share information about your computer's hardware. Example paste with info - go to link

\n

changelog

\n

0.1.0 - Remove "open" module because of its associated vulnerability (https://nodesecurity.io/advisories/663), update all modules, update electron to latest stable version, other small fix

\n

Support OS

\n

At now are supported mac os/osx and linux.

\n

Download

\n

For macOS - download app

\n

Build for dev

\n
electron-packager ./ --icon=./img/ico.icns --overwrite
\n
", + "readmeOriginal": "

Hardinfo

\n

\"hardinfo\"

\n

Overview

\n

Collect and share information about your computer's hardware. Example paste with info - go to link

\n

changelog

\n

0.1.0 - Remove \"open\" module because of its associated vulnerability (https://nodesecurity.io/advisories/663), update all modules, update electron to latest stable version, other small fix

\n

Support OS

\n

At now are supported mac os/osx and linux.

\n

Download

\n

For macOS - download app

\n

Build for dev

\n
electron-packager ./ --icon=./img/ico.icns --overwrite
\n
", + "readmeFetchedAt": "2020-09-18T00:10:41.263Z" }, "hawkeye": { "readmeCleaned": "

\"\"

\n

\"Build

\n

To read about Hawk Eye, visit the Hark website.

\n

Features

\n

Hawk Eye has many features, including:

\n
    \n
  • Scheduled notification pulling
  • \n
  • Filter by type, repository and more
  • \n
  • Flexible per-repository mute filters
  • \n
  • Mark single and multiple notifications as read
  • \n
  • Support for multiple accounts
  • \n
  • Light and dark mode
  • \n
  • Responsive design
  • \n
\n

Usage

\n

To get started and try out Hawk Eye, download the latest release for your platform on the Releases Page. You'll then be able to auto-update when new updates are available. Note: this currently only works for macOS, Windows incoming.

\n

Screenshots

\n

Dark Mode

\n

\"\"

\n

Light Mode

\n

\"\"

\n

Contributing

\n

For information regarding contributing to this project, please read the Contributing document.

\n

License

\n

MIT License

\n
", "readmeOriginal": "

\"\"

\n

\"Build

\n

To read about Hawk Eye, visit the Hark website.

\n

Features

\n

Hawk Eye has many features, including:

\n
    \n
  • Scheduled notification pulling
  • \n
  • Filter by type, repository and more
  • \n
  • Flexible per-repository mute filters
  • \n
  • Mark single and multiple notifications as read
  • \n
  • Support for multiple accounts
  • \n
  • Light and dark mode
  • \n
  • Responsive design
  • \n
\n

Usage

\n

To get started and try out Hawk Eye, download the latest release for your platform on the Releases Page. You'll then be able to auto-update when new updates are available. Note: this currently only works for macOS, Windows incoming.

\n

Screenshots

\n

Dark Mode

\n

\"\"

\n

Light Mode

\n

\"\"

\n

Contributing

\n

For information regarding contributing to this project, please read the Contributing document.

\n

License

\n

MIT License

\n
", - "readmeFetchedAt": "2020-09-17T12:09:23.462Z" + "readmeFetchedAt": "2020-09-18T00:10:41.294Z" }, "hain": { "readmeCleaned": "

Hain

\n

\"Build\n\"Build\n\"Join

\n

An alt+space launcher for Windows, built with Electron.

\n

I always dreamed of an alternative to Alfred on Windows, that is made with JavaScript.\nso, I made it.

\n

\n \n

\n

Vision

\n

It's a launcher with strict syntax (like terminal programs), it's not targeting to interpret natural language.
\nI believe the strict syntax can provide more powerful and fast response than to interpret natural language.

\n

Features

\n
    \n
  • Searching Executable files very fast with Fuzzy Matching
  • \n
  • Plugins in Pure JavaScript
  • \n
\n

Downloads

\n

Go to Releases, then you can download prebuilt binaries.

\n

Usage

\n

Run and press alt+space anywhere.

\n

Themes

\n

See THEMES.md

\n

How to make Plugins

\n

See Plugin Documentation

\n

Development Requirements

\n
    \n
  • Node.js v8.9.x
  • \n
  • npm v5.6.x
  • \n
\n
\n

See engines property in package.json

\n
\n

Install/Build from Source

\n
# Clone this repo\ngit clone https://github.com/hainproject/hain.git\n# Go into the repo\ncd hain\n# Install dependencies\nnpm install
\n

Run from Source

\n
npm run dev
\n

Build for Windows

\n
npm run build
\n

Build for Linux

\n
npm run build-debian
\n

Build for macOS

\n
gulp build-darwin
\n

Contributing

\n

See CONTRIBUTING.md

\n

Credits

\n

The name "Hain" is named by Hyunseop Lee, it means "a Servant" in Korean.
\nThe app icon & gif are designed by Yunsung Lee.
\nIt uses npmsearch.com for searching packages for now.

\n

License

\n

MIT

\n
", "readmeOriginal": "

Hain

\n

\"Build\n\"Build\n\"Join

\n

An alt+space launcher for Windows, built with Electron.

\n

I always dreamed of an alternative to Alfred on Windows, that is made with JavaScript.\nso, I made it.

\n

\n \n

\n

Vision

\n

It's a launcher with strict syntax (like terminal programs), it's not targeting to interpret natural language.
\nI believe the strict syntax can provide more powerful and fast response than to interpret natural language.

\n

Features

\n
    \n
  • Searching Executable files very fast with Fuzzy Matching
  • \n
  • Plugins in Pure JavaScript
  • \n
\n

Downloads

\n

Go to Releases, then you can download prebuilt binaries.

\n

Usage

\n

Run and press alt+space anywhere.

\n

Themes

\n

See THEMES.md

\n

How to make Plugins

\n

See Plugin Documentation

\n

Development Requirements

\n
    \n
  • Node.js v8.9.x
  • \n
  • npm v5.6.x
  • \n
\n
\n

See engines property in package.json

\n
\n

Install/Build from Source

\n
# Clone this repo\ngit clone https://github.com/hainproject/hain.git\n# Go into the repo\ncd hain\n# Install dependencies\nnpm install
\n

Run from Source

\n
npm run dev
\n

Build for Windows

\n
npm run build
\n

Build for Linux

\n
npm run build-debian
\n

Build for macOS

\n
gulp build-darwin
\n

Contributing

\n

See CONTRIBUTING.md

\n

Credits

\n

The name \"Hain\" is named by Hyunseop Lee, it means \"a Servant\" in Korean.
\nThe app icon & gif are designed by Yunsung Lee.
\nIt uses npmsearch.com for searching packages for now.

\n

License

\n

MIT

\n
", - "readmeFetchedAt": "2020-09-17T12:09:23.562Z" + "readmeFetchedAt": "2020-09-18T00:10:41.344Z" + }, + "hastyheroes": { + "readmeCleaned": "

\nHasty Heroes
\n

\n

\n\n\n\n

\n

An endless 2D jumping game, select a avatar, choose a environment and start playing. Dont fall off the platforms and dont hit the spike balls!

\n

How to Play/ Build

\n

1. Play the game

\n

Download the game from here . Start the application and and then follow the instructions below to start playing. Try to score as many points as you can!

\n

2. Building from the repo

\n

Clone the repository, then navigate to it on your terminal and run npm install, once all the dependencies have finished downloading, run npm start to test it, and npm run dist to build it for your platform.

\n

Instructions

\n
    \n
  • Select your environment, cycle through the 3 available ones by hitting spacebar.
  • \n
  • Click on a avatar to begin.
  • \n
  • Use the left and right arrow keys to move on the platforms.
  • \n
  • Press the up key to jump
  • \n
  • Dont fall below the screen, and dont hit the Spike Balls
  • \n
\n

If you liked this, check out My colaborative task app, where you can create groups with your team and make to-dos and task lists

\n

https://taskifyyy.firebaseapp.com

\n

Credits

\n

The game assets including the background and the tiles were made by Kenny, the character sprites were made by MadFireOn, and the idea for the game was inspired by a tutorial from Joshmorony.

\n
", + "readmeOriginal": "

\nHasty Heroes
\n

\n

\n\n\n\n

\n

An endless 2D jumping game, select a avatar, choose a environment and start playing. Dont fall off the platforms and dont hit the spike balls!

\n

How to Play/ Build

\n

1. Play the game

\n

Download the game from here . Start the application and and then follow the instructions below to start playing. Try to score as many points as you can!

\n

2. Building from the repo

\n

Clone the repository, then navigate to it on your terminal and run npm install, once all the dependencies have finished downloading, run npm start to test it, and npm run dist to build it for your platform.

\n

Instructions

\n
    \n
  • Select your environment, cycle through the 3 available ones by hitting spacebar.
  • \n
  • Click on a avatar to begin.
  • \n
  • Use the left and right arrow keys to move on the platforms.
  • \n
  • Press the up key to jump
  • \n
  • Dont fall below the screen, and dont hit the Spike Balls
  • \n
\n

If you liked this, check out My colaborative task app, where you can create groups with your team and make to-dos and task lists

\n

https://taskifyyy.firebaseapp.com

\n

Credits

\n

The game assets including the background and the tiles were made by Kenny, the character sprites were made by MadFireOn, and the idea for the game was inspired by a tutorial from Joshmorony.

\n
", + "readmeFetchedAt": "2020-09-18T00:10:41.364Z" }, "headlines": { "readmeCleaned": "

Electron-Headlines

\n

\"icon.png\"

\n

Clone and run for a quick way to see Electron-News-App in action.

\n

Screenshot

\n

\"screenshot.JPG\"

\n

To Use

\n

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

\n
# Clone this repository\ngit clone https://github.com/MedZed/Electron-Headlines.git\n# Go into the repository\ncd electron-quick-start\n# Install dependencies\nnpm install\n# Run the app\nnpm start
\n

API used in this app

\n

newsapi.org

\n

Learn more about Electron and its API in the documentation.

\n

Link to final installable windows app

\n

Headlines

\n

Other Example Apps

\n

For more example apps, see the\nlist of boilerplates\ncreated by the awesome electron community.

\n

License

\n

The MIT License

\n

Copyright (c) 2017 Med Zarroug

\n
", "readmeOriginal": "

Electron-Headlines

\n

\"icon.png\"

\n

Clone and run for a quick way to see Electron-News-App in action.

\n

Screenshot

\n

\"screenshot.JPG\"

\n

To Use

\n

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

\n
# Clone this repository\ngit clone https://github.com/MedZed/Electron-Headlines.git\n# Go into the repository\ncd electron-quick-start\n# Install dependencies\nnpm install\n# Run the app\nnpm start
\n

API used in this app

\n

newsapi.org

\n

Learn more about Electron and its API in the documentation.

\n

Link to final installable windows app

\n

Headlines

\n

Other Example Apps

\n

For more example apps, see the\nlist of boilerplates\ncreated by the awesome electron community.

\n

License

\n

The MIT License

\n

Copyright (c) 2017 Med Zarroug

\n
", - "readmeFetchedAt": "2020-09-17T12:09:23.623Z" + "readmeFetchedAt": "2020-09-18T00:10:41.368Z" }, - "heads-tails": { - "readmeCleaned": "

SmartHoldem Heads or Tails

\n

The SmartHoldem platform Game Client

\n

\"3_HOT98_26_10_2019\"

\n

Heads or Tails” is a multiplayer game, based on the DPOS blockchain with instant payments, built-in wallet and exchange platform for popular cryptocurrencies. Statistics of your games and a chat are also available.

\n

You can start a new game with your own stake or choose an existing one by choosing one “Heads” or “Tails” side of the coin.\nThe game of “Heads or tails” is still insanely popular worldwide.\nThe history of many peoples carefully keeps the rules of the “Heads or tails” game. It was called differently from one country to another. The name of the game often depended on what was depicted on the coin.

\n

One could find players on loud Eastern bazaars, under the moonlight of the Great Silk Road or on Her Majesty’s ship, fell calm somewhere in the Mediterranean Sea.\nAnd now, the most popular game of “Heads or tails” is on the blockchain.\nThe information about every side of the coin is encrypted and saved in the blockchain. The game is played strictly between the players.\nYou can transfer or send cryptocurrency to your address or to the exchange market using your profile. The statistics of your games and a chat are also available.

\n

CHANGELOG https://github.com/SmartHoldemDAPPs/heads-tails/blob/master/CHANGELOG.md

\n
", - "readmeOriginal": "

SmartHoldem Heads or Tails

\n

The SmartHoldem platform Game Client

\n

\"3_HOT98_26_10_2019\"

\n

Heads or Tails” is a multiplayer game, based on the DPOS blockchain with instant payments, built-in wallet and exchange platform for popular cryptocurrencies. Statistics of your games and a chat are also available.

\n

You can start a new game with your own stake or choose an existing one by choosing one “Heads” or “Tails” side of the coin.\nThe game of “Heads or tails” is still insanely popular worldwide.\nThe history of many peoples carefully keeps the rules of the “Heads or tails” game. It was called differently from one country to another. The name of the game often depended on what was depicted on the coin.

\n

One could find players on loud Eastern bazaars, under the moonlight of the Great Silk Road or on Her Majesty’s ship, fell calm somewhere in the Mediterranean Sea.\nAnd now, the most popular game of “Heads or tails” is on the blockchain.\nThe information about every side of the coin is encrypted and saved in the blockchain. The game is played strictly between the players.\nYou can transfer or send cryptocurrency to your address or to the exchange market using your profile. The statistics of your games and a chat are also available.

\n

CHANGELOG https://github.com/SmartHoldemDAPPs/heads-tails/blob/master/CHANGELOG.md

\n
", - "readmeFetchedAt": "2020-09-17T12:09:23.808Z" + "hbbatchbeast": { + "readmeCleaned": "

HBBatchBeast for HandBrake and FFmpeg/FFprobe (Windows, macOS, Linux & Docker)

\n

\"Reddit\" \"paypal\" \"Discord\" \"Docker\"

\n

\nSetup/Installation\n

\n

\"Screenshot\"

\n

Demo video - https://youtu.be/mHMXfInoqfE

\n

Website: http://hbbatchbeast.io/

\n

A free GUI application for HandBrake and FFmpeg/FFprobe on Windows, macOS and Linux (+ Linux Docker image) with an emphasis on multi HandBrake/FFmpeg instance batch conversion (including recursive folder scans and folder watching). The destination folder structure is kept the same as the source folder structure. Media in subfolders is also converted. Multiple folders can be monitored and different conversion presets can be specified for each folder. Also included:

\n

-Remote monitoring feature to monitor batch file conversions in any browser

\n

-Basic h265 benchmarking

\n

-Health check feature which can scan for corrupt video files using HandBrake (quick scan) or FFmpeg (thorough scan), although this is not always accurate. Attempt repair file feature included too.

\n

This is a standalone program on Windows but requires HandBrakeCLI to be installed on Linux and Mac. For a server application with similar functionality please see Tdarr.

\n

Settings help is available by pressing the blue ? diamond icons spread throughout the program:

\n

\"Screenshot\"

\n

The program scans the source folders for all files. It then compares the source folder files with the destination folder files to see if any of the source files exist in the destination folder already. If not, the program queues the files for conversion.

\n

4 worker modules (default number) then work through the conversion queue. If periodic scanning is enabled then the program will run at the chosen interval.

\n

After it a bit more testing it seems that weird things can happen if you monitor a folder which is being downloaded to. It seems sometimes conversions start before a file has fully downloaded. To solve this, I recommend using a temporary download folder before moving completed files into your HBBB source folder.

\n

If you use a download program which has an 'incomplete downloads' folder etc, do not put that folder inside your main source folder else you may end up converting each file twice.

\n

The program won't work properly if you put the destination folder in a folder inside the source folder because the program is recreating the source folder structure inside the destination folder. It will cause an infinite loop of creating more and more sub-folders each time you run the program. So it will NOT work properly if you do something like this:

\n

Source:

\n

D:\\Videos

\n

Destination:

\n

D:\\Videos\\Converted

\n

It will work properly if you do something like this etc:

\n

Source:

\n

D:\\Videos

\n

Destination:

\n

D:\\Converted

\n
", + "readmeOriginal": "

HBBatchBeast for HandBrake and FFmpeg/FFprobe (Windows, macOS, Linux & Docker)

\n

\"Reddit\" \"paypal\" \"Discord\" \"Docker\"

\n

\nSetup/Installation\n

\n

\"Screenshot\"

\n

Demo video - https://youtu.be/mHMXfInoqfE

\n

Website: http://hbbatchbeast.io/

\n

A free GUI application for HandBrake and FFmpeg/FFprobe on Windows, macOS and Linux (+ Linux Docker image) with an emphasis on multi HandBrake/FFmpeg instance batch conversion (including recursive folder scans and folder watching). The destination folder structure is kept the same as the source folder structure. Media in subfolders is also converted. Multiple folders can be monitored and different conversion presets can be specified for each folder. Also included:

\n

-Remote monitoring feature to monitor batch file conversions in any browser

\n

-Basic h265 benchmarking

\n

-Health check feature which can scan for corrupt video files using HandBrake (quick scan) or FFmpeg (thorough scan), although this is not always accurate. Attempt repair file feature included too.

\n

This is a standalone program on Windows but requires HandBrakeCLI to be installed on Linux and Mac. For a server application with similar functionality please see Tdarr.

\n

Settings help is available by pressing the blue ? diamond icons spread throughout the program:

\n

\"Screenshot\"

\n

The program scans the source folders for all files. It then compares the source folder files with the destination folder files to see if any of the source files exist in the destination folder already. If not, the program queues the files for conversion.

\n

4 worker modules (default number) then work through the conversion queue. If periodic scanning is enabled then the program will run at the chosen interval.

\n

After it a bit more testing it seems that weird things can happen if you monitor a folder which is being downloaded to. It seems sometimes conversions start before a file has fully downloaded. To solve this, I recommend using a temporary download folder before moving completed files into your HBBB source folder.

\n

If you use a download program which has an 'incomplete downloads' folder etc, do not put that folder inside your main source folder else you may end up converting each file twice.

\n

The program won't work properly if you put the destination folder in a folder inside the source folder because the program is recreating the source folder structure inside the destination folder. It will cause an infinite loop of creating more and more sub-folders each time you run the program. So it will NOT work properly if you do something like this:

\n

Source:

\n

D:\\Videos

\n

Destination:

\n

D:\\Videos\\Converted

\n

It will work properly if you do something like this etc:

\n

Source:

\n

D:\\Videos

\n

Destination:

\n

D:\\Converted

\n
", + "readmeFetchedAt": "2020-09-18T00:10:41.373Z" }, "healthi": { "readmeCleaned": "

Healthi

\n

Check your laptops's battery health.

\n

\n\t\"Downloads\"\n\t\"Build\n\t\"Code\n

\n

\n \"\"\n \"\"\n
\n \"\"\n

\n

Download

\n

macOS

\n

You can download the latest release or install it with homebrew cask: brew cask install healthi.

\n

Linux

\n

If you're on Debian you can download a .deb file from the latest release.

\n

If you want other packages to be available open a pull request to include it. The targets are inside package.json > build > linux > target.

\n

Develop

\n
npm install\nnpm run dev  # Start app and watch for changes\nnpm test
\n

Build

\n

macOS/Debian

\n
npm run icns # generate icons from res/icon.svg (requires inkscape)\nnpm run dist # build app into dist/ folder
\n

Contribute

\n

You can open an issue to report any bug or improvement.

\n

Also, you could fix/improve it yourself:

\n
    \n
  1. You can either have an idea to improve the app or search for an issue
  2. \n
  3. Fork the repo
  4. \n
  5. Code your changes and try them npm start
  6. \n
  7. Run the tests npm test
  8. \n
  9. Submit your pull request
  10. \n
\n

Author

\n

© 2019 Pablo Varela

\n

Special thanks to the contributors

\n
", "readmeOriginal": "

Healthi

\n

Check your laptops's battery health.

\n

\n\t\"Downloads\"\n\t\"Build\n\t\"Code\n

\n

\n \"\"\n \"\"\n
\n \"\"\n

\n

Download

\n

macOS

\n

You can download the latest release or install it with homebrew cask: brew cask install healthi.

\n

Linux

\n

If you're on Debian you can download a .deb file from the latest release.

\n

If you want other packages to be available open a pull request to include it. The targets are inside package.json > build > linux > target.

\n

Develop

\n
npm install\nnpm run dev  # Start app and watch for changes\nnpm test
\n

Build

\n

macOS/Debian

\n
npm run icns # generate icons from res/icon.svg (requires inkscape)\nnpm run dist # build app into dist/ folder
\n

Contribute

\n

You can open an issue to report any bug or improvement.

\n

Also, you could fix/improve it yourself:

\n
    \n
  1. You can either have an idea to improve the app or search for an issue
  2. \n
  3. Fork the repo
  4. \n
  5. Code your changes and try them npm start
  6. \n
  7. Run the tests npm test
  8. \n
  9. Submit your pull request
  10. \n
\n

Author

\n

© 2019 Pablo Varela

\n

Special thanks to the contributors

\n
", - "readmeFetchedAt": "2020-09-17T12:09:23.844Z" + "readmeFetchedAt": "2020-09-18T00:10:41.419Z" }, "helioslauncher": { "readmeCleaned": "

\"aventium

\n

Helios Launcher

\n

(formerly Electron Launcher)

\n

\"travis\" \"downloads\" \"stark\"

\n

Join modded servers without worrying about installing Java, Forge, or other mods. We'll handle that for you.

\n

\"Screenshot\n\"Screenshot

\n

Features

\n
    \n
  • 🔒 Full account management.\n
      \n
    • Add multiple accounts and easily switch between them.
    • \n
    • Credentials are never stored and transmitted directly to Mojang.
    • \n
    \n
  • \n
  • 📂 Efficient asset management.\n
      \n
    • Receive client updates as soon as we release them.
    • \n
    • Files are validated before launch. Corrupt or incorrect files will be redownloaded.
    • \n
    \n
  • \n
  • Automatic Java validation.\n
      \n
    • If you have an incompatible version of Java installed, we'll install the right one for you.
    • \n
    • You do not need to have Java installed to run the launcher.
    • \n
    \n
  • \n
  • 📰 News feed natively built into the launcher.
  • \n
  • ⚙️ Intuitive settings management, including a Java control panel.
  • \n
  • Supports all of our servers.\n
      \n
    • Switch between server configurations with ease.
    • \n
    • View the player count of the selected server.
    • \n
    \n
  • \n
  • Automatic updates. That's right, the launcher updates itself.
  • \n
  • View the status of Mojang's services.
  • \n
\n

This is not an exhaustive list. Download and install the launcher to gauge all it can do!

\n

Need Help? Check the wiki.

\n

Like the project? Leave a star on the repository!

\n

Downloads

\n

You can download from GitHub Releases

\n

Latest Release

\n

\"\"

\n

Latest Pre-Release

\n

\"\"

\n

Supported Platforms

\n

If you download from the Releases tab, select the installer for your system.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
PlatformFile
Windows x64helioslauncher-setup-VERSION.exe
macOShelioslauncher-VERSION.dmg
Linux x64helioslauncher-VERSION-x86_64.AppImage
\n

Console

\n

To open the console, use the following keybind.

\n
ctrl + shift + i
\n

Ensure that you have the console tab selected. Do not paste anything into the console unless you are 100% sure of what it will do. Pasting the wrong thing can expose sensitive information.

\n

Export Output to a File

\n

If you want to export the console output, simply right click anywhere on the console and click Save as..

\n

\"console

\n

Development

\n

Getting Started

\n

System Requirements

\n\n
\n

Clone and Install Dependencies

\n
> git clone https://github.com/dscalzi/HeliosLauncher.git\n> cd HeliosLauncher\n> npm install
\n
\n

Launch Application

\n
> npm start
\n
\n

Build Installers

\n

To build for your current platform.

\n
> npm run dist
\n

Build for a specific platform.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
PlatformCommand
Windows x64npm run dist:win
macOSnpm run dist:mac
Linux x64npm run dist:linux
\n

Builds for macOS may not work on Windows/Linux and vice-versa.

\n
\n

Visual Studio Code

\n

All development of the launcher should be done using Visual Studio Code.

\n

Paste the following into .vscode/launch.json

\n
{\n  "version": "0.2.0",\n  "configurations": [\n    {\n      "name": "Debug Main Process",\n      "type": "node",\n      "request": "launch",\n      "cwd": "${workspaceFolder}",\n      "runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron",\n      "windows": {\n        "runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron.cmd"\n      },\n      "args": ["."],\n      "console": "integratedTerminal",\n      "protocol": "inspector"\n    },\n    {\n      "name": "Debug Renderer Process",\n      "type": "chrome",\n      "request": "launch",\n      "runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron",\n      "windows": {\n        "runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron.cmd"\n      },\n      "runtimeArgs": [\n        "${workspaceFolder}/.",\n        "--remote-debugging-port=9222"\n      ],\n      "webRoot": "${workspaceFolder}"\n    }\n  ]\n}
\n

This adds two debug configurations.

\n

Debug Main Process

\n

This allows you to debug Electron's main process. You can debug scripts in the renderer process by opening the DevTools Window.

\n

Debug Renderer Process

\n

This allows you to debug Electron's renderer process. This requires you to install the Debugger for Chrome extension.

\n

Note that you cannot open the DevTools window while using this debug configuration. Chromium only allows one debugger, opening another will crash the program.

\n
\n

Note on Third-Party Usage

\n

You may use this software in your own project so long as the following conditions are met.

\n
    \n
  • Credit is expressly given to the original authors (Daniel Scalzi).\n
      \n
    • Include a link to the original source on the launcher's About page.
    • \n
    • Credit the authors and provide a link to the original source in any publications or download pages.
    • \n
    \n
  • \n
  • The source code remain public as a fork of this repository.
  • \n
\n

We reserve the right to update these conditions at any time, please check back periodically.

\n
\n

Resources

\n\n

The best way to contact the developers is on Discord.

\n

\"discord\"

\n
\n

See you ingame.

\n
", "readmeOriginal": "

\"aventium

\n

Helios Launcher

\n

(formerly Electron Launcher)

\n

\"travis\" \"downloads\" \"stark\"

\n

Join modded servers without worrying about installing Java, Forge, or other mods. We'll handle that for you.

\n

\"Screenshot\n\"Screenshot

\n

Features

\n
    \n
  • 🔒 Full account management.\n
      \n
    • Add multiple accounts and easily switch between them.
    • \n
    • Credentials are never stored and transmitted directly to Mojang.
    • \n
    \n
  • \n
  • 📂 Efficient asset management.\n
      \n
    • Receive client updates as soon as we release them.
    • \n
    • Files are validated before launch. Corrupt or incorrect files will be redownloaded.
    • \n
    \n
  • \n
  • Automatic Java validation.\n
      \n
    • If you have an incompatible version of Java installed, we'll install the right one for you.
    • \n
    • You do not need to have Java installed to run the launcher.
    • \n
    \n
  • \n
  • 📰 News feed natively built into the launcher.
  • \n
  • ⚙️ Intuitive settings management, including a Java control panel.
  • \n
  • Supports all of our servers.\n
      \n
    • Switch between server configurations with ease.
    • \n
    • View the player count of the selected server.
    • \n
    \n
  • \n
  • Automatic updates. That's right, the launcher updates itself.
  • \n
  • View the status of Mojang's services.
  • \n
\n

This is not an exhaustive list. Download and install the launcher to gauge all it can do!

\n

Need Help? Check the wiki.

\n

Like the project? Leave a star on the repository!

\n

Downloads

\n

You can download from GitHub Releases

\n

Latest Release

\n

\"\"

\n

Latest Pre-Release

\n

\"\"

\n

Supported Platforms

\n

If you download from the Releases tab, select the installer for your system.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
PlatformFile
Windows x64helioslauncher-setup-VERSION.exe
macOShelioslauncher-VERSION.dmg
Linux x64helioslauncher-VERSION-x86_64.AppImage
\n

Console

\n

To open the console, use the following keybind.

\n
ctrl + shift + i
\n

Ensure that you have the console tab selected. Do not paste anything into the console unless you are 100% sure of what it will do. Pasting the wrong thing can expose sensitive information.

\n

Export Output to a File

\n

If you want to export the console output, simply right click anywhere on the console and click Save as..

\n

\"console

\n

Development

\n

Getting Started

\n

System Requirements

\n\n
\n

Clone and Install Dependencies

\n
> git clone https://github.com/dscalzi/HeliosLauncher.git\n> cd HeliosLauncher\n> npm install
\n
\n

Launch Application

\n
> npm start
\n
\n

Build Installers

\n

To build for your current platform.

\n
> npm run dist
\n

Build for a specific platform.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
PlatformCommand
Windows x64npm run dist:win
macOSnpm run dist:mac
Linux x64npm run dist:linux
\n

Builds for macOS may not work on Windows/Linux and vice-versa.

\n
\n

Visual Studio Code

\n

All development of the launcher should be done using Visual Studio Code.

\n

Paste the following into .vscode/launch.json

\n
{\n  \"version\": \"0.2.0\",\n  \"configurations\": [\n    {\n      \"name\": \"Debug Main Process\",\n      \"type\": \"node\",\n      \"request\": \"launch\",\n      \"cwd\": \"${workspaceFolder}\",\n      \"runtimeExecutable\": \"${workspaceFolder}/node_modules/.bin/electron\",\n      \"windows\": {\n        \"runtimeExecutable\": \"${workspaceFolder}/node_modules/.bin/electron.cmd\"\n      },\n      \"args\": [\".\"],\n      \"console\": \"integratedTerminal\",\n      \"protocol\": \"inspector\"\n    },\n    {\n      \"name\": \"Debug Renderer Process\",\n      \"type\": \"chrome\",\n      \"request\": \"launch\",\n      \"runtimeExecutable\": \"${workspaceFolder}/node_modules/.bin/electron\",\n      \"windows\": {\n        \"runtimeExecutable\": \"${workspaceFolder}/node_modules/.bin/electron.cmd\"\n      },\n      \"runtimeArgs\": [\n        \"${workspaceFolder}/.\",\n        \"--remote-debugging-port=9222\"\n      ],\n      \"webRoot\": \"${workspaceFolder}\"\n    }\n  ]\n}
\n

This adds two debug configurations.

\n

Debug Main Process

\n

This allows you to debug Electron's main process. You can debug scripts in the renderer process by opening the DevTools Window.

\n

Debug Renderer Process

\n

This allows you to debug Electron's renderer process. This requires you to install the Debugger for Chrome extension.

\n

Note that you cannot open the DevTools window while using this debug configuration. Chromium only allows one debugger, opening another will crash the program.

\n
\n

Note on Third-Party Usage

\n

You may use this software in your own project so long as the following conditions are met.

\n
    \n
  • Credit is expressly given to the original authors (Daniel Scalzi).\n
      \n
    • Include a link to the original source on the launcher's About page.
    • \n
    • Credit the authors and provide a link to the original source in any publications or download pages.
    • \n
    \n
  • \n
  • The source code remain public as a fork of this repository.
  • \n
\n

We reserve the right to update these conditions at any time, please check back periodically.

\n
\n

Resources

\n\n

The best way to contact the developers is on Discord.

\n

\"discord\"

\n
\n

See you ingame.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:23.986Z" + "readmeFetchedAt": "2020-09-18T00:10:41.498Z" }, - "hexo-blog-client": { - "readmeCleaned": "

HexoBlogClient

\n

\"Gitter\"\n\"GitHub\n\"GitHub\n\"Download\" \"Hexo\n\"GitHub\n\"GitHub

\n

English Document | 个人博客 | QQ 交流群: 212388109

\n
\n

HexoBlogClient是一个采用Electron + Vue开发的Hexo博客管理客户端,基于HexoClient二次开发

\n
\n

特性

\n
    \n
  • 简单漂亮,文章易读易修改
  • \n
  • 支持文章置顶显示
  • \n
  • 博客文章的增删改查
  • \n
  • 文章支持七牛图片上传
  • \n
  • 支持hexo generate
  • \n
  • 支持hexo deploy
  • \n
\n

后续开发计划

\n
    \n
  • 搜索文章, 分类以及标签搜索
  • \n
  • 软件设置
  • \n
  • 一键编译、发布博客
  • \n
  • 检查软件更新
  • \n
  • 软件消息提示
  • \n
  • 优化关键词交互
  • \n
  • 本地预览博客
  • \n
  • 将文章保存为草稿
  • \n
  • 自动保存文章
  • \n
  • 操作日志记录
  • \n
\n

开发

\n

使用git clone下载到本地开发

\n
git clone https://github.com/Xonlystar/hexo-blog-client.git
\n

安装依赖并运行

\n
# 使用npm 安装依赖\nnpm install\n\n# 开发模式\nnpm start\n\n# 打包\nnpm run build
\n

更换icon图标

\n
# 安装\nnpm install --save-dev electron-icon-builder\n\n# scripts中添加\n"generate-icons": "electron-icon-builder --input=./public/icon.png --output=build --flatten"
\n

配置

\n

下载地址

\n

https://github.com/Xonlystar/hexo-blog-client/releases/latest

\n

效果截图

\n

\"列表页\"\n\"列表页-伸展\"\n\"分类页\"\n\"标签页\"\n\"筛选页\"\n\"预览页\"\n\"关于页\"\n\"配置页\"\n\"新增文章页\"\n\"文章配置\"\n\"修改文章页\"

\n

版本更新记录

\n

1.2.9 (2019-08-13)

\n
    \n
  • 修复hexo路径更改后软件打开一直loading的问题
  • \n
  • 移除优化修复控制台出现的警告信息
  • \n
  • 修复图片上床后在第三方软件无法显示的问题
  • \n
  • 添加阿里云oss图床
  • \n
  • 添加Google Analytics
  • \n
  • 添加草稿功能
  • \n
  • 新增发布方式, 支持hexo deploy
  • \n
\n

1.2.8 (2019-06-01)

\n
    \n
  • 修复新增文章后会默认选中列表第一个而不是新增项的bug
  • \n
  • 修复新增文章弹框点击取消按钮后显示的问题
  • \n
  • 修复部分不规则的link链接无法跳转打开的问题。
  • \n
  • 修复小屏文章的菜单按钮显示不全的问题
  • \n
  • 修复编辑文章偶尔会变成新增,造成文章列表存在重复文章的bug
  • \n
  • 优化,antd组件库该为按需引入,减小包体积
  • \n
  • 新增本地文章预览功能(开启4000端口,请不要占用)
  • \n
  • 设置中新增自动检查更新选项
  • \n
  • 修复每次编辑文章保存后出现空行的问题
  • \n
\n

1.2.7 (2019-05-20)

\n
    \n
  • 新增Front-Matters编辑功能
  • \n
  • 新增同步git仓库文章功能
  • \n
  • 优化文章搜索功能,大小写字母皆可模糊搜索
  • \n
  • 新增检查更新功能
  • \n
  • 新增博客链接地址配置,可打开博客
  • \n
  • 修复左侧文章列表宽度显示偶尔变动的问题
  • \n
  • 修复linux下图标缺失的问题·
  • \n
  • 修复linux下系统托盘显示异常的问题
  • \n
  • Mac新增Touchbar功能(试验性功能)
  • \n
  • 支持两种语言:中文和英文
  • \n
\n

1.2.6 (2019-05-16)

\n
    \n
  • 新增markdown编辑器快捷键(ctrl + s)保存功能
  • \n
  • 升级markdown编辑器版本
  • \n
  • 修复https://sm.ms图床设置不生效的问题
  • \n
  • 支持常用快捷键操作
  • \n
  • 修复部分情况预览文章空白的问题
  • \n
  • 修复偶尔发布博客失败的问题
  • \n
\n

1.2.5 (2019-04-24)

\n
    \n
  • 更新界面,参考有道云笔记
  • \n
  • 支持更换头像,可以自定义上传daogit
  • \n
  • 支持最小化到系统任务栏
  • \n
  • 支持分类标签搜索
  • \n
  • 支持分类和标签的列表展示以及各自对应的文章条数
  • \n
\n
", - "readmeOriginal": "

HexoBlogClient

\n

\"Gitter\"\n\"GitHub\n\"GitHub\n\"Download\" \"Hexo\n\"GitHub\n\"GitHub

\n

English Document | 个人博客 | QQ 交流群: 212388109

\n
\n

HexoBlogClient是一个采用Electron + Vue开发的Hexo博客管理客户端,基于HexoClient二次开发

\n
\n

特性

\n
    \n
  • 简单漂亮,文章易读易修改
  • \n
  • 支持文章置顶显示
  • \n
  • 博客文章的增删改查
  • \n
  • 文章支持七牛图片上传
  • \n
  • 支持hexo generate
  • \n
  • 支持hexo deploy
  • \n
\n

后续开发计划

\n
    \n
  • 搜索文章, 分类以及标签搜索
  • \n
  • 软件设置
  • \n
  • 一键编译、发布博客
  • \n
  • 检查软件更新
  • \n
  • 软件消息提示
  • \n
  • 优化关键词交互
  • \n
  • 本地预览博客
  • \n
  • 将文章保存为草稿
  • \n
  • 自动保存文章
  • \n
  • 操作日志记录
  • \n
\n

开发

\n

使用git clone下载到本地开发

\n
git clone https://github.com/Xonlystar/hexo-blog-client.git
\n

安装依赖并运行

\n
# 使用npm 安装依赖\nnpm install\n\n# 开发模式\nnpm start\n\n# 打包\nnpm run build
\n

更换icon图标

\n
# 安装\nnpm install --save-dev electron-icon-builder\n\n# scripts中添加\n\"generate-icons\": \"electron-icon-builder --input=./public/icon.png --output=build --flatten\"
\n

配置

\n

下载地址

\n

https://github.com/Xonlystar/hexo-blog-client/releases/latest

\n

效果截图

\n

\"列表页\"\n\"列表页-伸展\"\n\"分类页\"\n\"标签页\"\n\"筛选页\"\n\"预览页\"\n\"关于页\"\n\"配置页\"\n\"新增文章页\"\n\"文章配置\"\n\"修改文章页\"

\n

版本更新记录

\n

1.2.9 (2019-08-13)

\n
    \n
  • 修复hexo路径更改后软件打开一直loading的问题
  • \n
  • 移除优化修复控制台出现的警告信息
  • \n
  • 修复图片上床后在第三方软件无法显示的问题
  • \n
  • 添加阿里云oss图床
  • \n
  • 添加Google Analytics
  • \n
  • 添加草稿功能
  • \n
  • 新增发布方式, 支持hexo deploy
  • \n
\n

1.2.8 (2019-06-01)

\n
    \n
  • 修复新增文章后会默认选中列表第一个而不是新增项的bug
  • \n
  • 修复新增文章弹框点击取消按钮后显示的问题
  • \n
  • 修复部分不规则的link链接无法跳转打开的问题。
  • \n
  • 修复小屏文章的菜单按钮显示不全的问题
  • \n
  • 修复编辑文章偶尔会变成新增,造成文章列表存在重复文章的bug
  • \n
  • 优化,antd组件库该为按需引入,减小包体积
  • \n
  • 新增本地文章预览功能(开启4000端口,请不要占用)
  • \n
  • 设置中新增自动检查更新选项
  • \n
  • 修复每次编辑文章保存后出现空行的问题
  • \n
\n

1.2.7 (2019-05-20)

\n
    \n
  • 新增Front-Matters编辑功能
  • \n
  • 新增同步git仓库文章功能
  • \n
  • 优化文章搜索功能,大小写字母皆可模糊搜索
  • \n
  • 新增检查更新功能
  • \n
  • 新增博客链接地址配置,可打开博客
  • \n
  • 修复左侧文章列表宽度显示偶尔变动的问题
  • \n
  • 修复linux下图标缺失的问题·
  • \n
  • 修复linux下系统托盘显示异常的问题
  • \n
  • Mac新增Touchbar功能(试验性功能)
  • \n
  • 支持两种语言:中文和英文
  • \n
\n

1.2.6 (2019-05-16)

\n
    \n
  • 新增markdown编辑器快捷键(ctrl + s)保存功能
  • \n
  • 升级markdown编辑器版本
  • \n
  • 修复https://sm.ms图床设置不生效的问题
  • \n
  • 支持常用快捷键操作
  • \n
  • 修复部分情况预览文章空白的问题
  • \n
  • 修复偶尔发布博客失败的问题
  • \n
\n

1.2.5 (2019-04-24)

\n
    \n
  • 更新界面,参考有道云笔记
  • \n
  • 支持更换头像,可以自定义上传daogit
  • \n
  • 支持最小化到系统任务栏
  • \n
  • 支持分类标签搜索
  • \n
  • 支持分类和标签的列表展示以及各自对应的文章条数
  • \n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:24.064Z" + "heads-tails": { + "readmeCleaned": "

SmartHoldem Heads or Tails

\n

The SmartHoldem platform Game Client

\n

\"3_HOT98_26_10_2019\"

\n

Heads or Tails” is a multiplayer game, based on the DPOS blockchain with instant payments, built-in wallet and exchange platform for popular cryptocurrencies. Statistics of your games and a chat are also available.

\n

You can start a new game with your own stake or choose an existing one by choosing one “Heads” or “Tails” side of the coin.\nThe game of “Heads or tails” is still insanely popular worldwide.\nThe history of many peoples carefully keeps the rules of the “Heads or tails” game. It was called differently from one country to another. The name of the game often depended on what was depicted on the coin.

\n

One could find players on loud Eastern bazaars, under the moonlight of the Great Silk Road or on Her Majesty’s ship, fell calm somewhere in the Mediterranean Sea.\nAnd now, the most popular game of “Heads or tails” is on the blockchain.\nThe information about every side of the coin is encrypted and saved in the blockchain. The game is played strictly between the players.\nYou can transfer or send cryptocurrency to your address or to the exchange market using your profile. The statistics of your games and a chat are also available.

\n

CHANGELOG https://github.com/SmartHoldemDAPPs/heads-tails/blob/master/CHANGELOG.md

\n
", + "readmeOriginal": "

SmartHoldem Heads or Tails

\n

The SmartHoldem platform Game Client

\n

\"3_HOT98_26_10_2019\"

\n

Heads or Tails” is a multiplayer game, based on the DPOS blockchain with instant payments, built-in wallet and exchange platform for popular cryptocurrencies. Statistics of your games and a chat are also available.

\n

You can start a new game with your own stake or choose an existing one by choosing one “Heads” or “Tails” side of the coin.\nThe game of “Heads or tails” is still insanely popular worldwide.\nThe history of many peoples carefully keeps the rules of the “Heads or tails” game. It was called differently from one country to another. The name of the game often depended on what was depicted on the coin.

\n

One could find players on loud Eastern bazaars, under the moonlight of the Great Silk Road or on Her Majesty’s ship, fell calm somewhere in the Mediterranean Sea.\nAnd now, the most popular game of “Heads or tails” is on the blockchain.\nThe information about every side of the coin is encrypted and saved in the blockchain. The game is played strictly between the players.\nYou can transfer or send cryptocurrency to your address or to the exchange market using your profile. The statistics of your games and a chat are also available.

\n

CHANGELOG https://github.com/SmartHoldemDAPPs/heads-tails/blob/master/CHANGELOG.md

\n
", + "readmeFetchedAt": "2020-09-18T00:10:41.500Z" }, "hexo-client": { "readmeCleaned": "

hexo-client

\n
\n

Hexo桌面客户端

\n
\n\n

QQ群

\n

欢迎加入HexoClient用户群交流。

\n
    \n
  • QQ群号:618213781
  • \n
  • QQ群二维码
  • \n
\n

\"\"

\n

功能简介

\n
    \n
  • 文章添加
  • \n
  • 文章修改
  • \n
  • 文章删除
  • \n
  • 草稿功能
  • \n
  • 多图床支持:aliyun-oss、七牛、sm.ms、Github
  • \n
  • 文章搜索
  • \n
  • 文章按分类、标签分组展示
  • \n
  • 多语言支持
  • \n
  • 支持Travis-CI自动部署
  • \n
\n

功能预览

\n

\"\"\n\"\"\n\"\"\n\"\"\n\"\"

\n

下载地址

\n

https://github.com/gaoyoubo/hexo-client/releases

\n

Build Setup

\n
# install dependencies\nnpm install\n\n# dev\nnpm run electron:serve\n\n# build electron application for production\nnpm run electron:build
\n

Thanks for Jetbrains Open Source

\n

\"image.png\"

\n
", "readmeOriginal": "

hexo-client

\n
\n

Hexo桌面客户端

\n
\n\n

QQ群

\n

欢迎加入HexoClient用户群交流。

\n
    \n
  • QQ群号:618213781
  • \n
  • QQ群二维码
  • \n
\n

\"\"

\n

功能简介

\n
    \n
  • 文章添加
  • \n
  • 文章修改
  • \n
  • 文章删除
  • \n
  • 草稿功能
  • \n
  • 多图床支持:aliyun-oss、七牛、sm.ms、Github
  • \n
  • 文章搜索
  • \n
  • 文章按分类、标签分组展示
  • \n
  • 多语言支持
  • \n
  • 支持Travis-CI自动部署
  • \n
\n

功能预览

\n

\"\"\n\"\"\n\"\"\n\"\"\n\"\"

\n

下载地址

\n

https://github.com/gaoyoubo/hexo-client/releases

\n

Build Setup

\n
# install dependencies\nnpm install\n\n# dev\nnpm run electron:serve\n\n# build electron application for production\nnpm run electron:build
\n

Thanks for Jetbrains Open Source

\n

\"image.png\"

\n
", - "readmeFetchedAt": "2020-09-17T12:09:24.113Z" + "readmeFetchedAt": "2020-09-18T00:10:41.525Z" }, "hueify": { "readmeCleaned": "

\n

\n

About

\n

Hueify is a simple controller for your Philips Hue lights. It's built with\nElectron and Preact.

\n

Download

\n

macOS

\n

\"Demo\"

\n

Start the app in dev mode

\n
npm run dev
\n
", "readmeOriginal": "

\n

\n

About

\n

Hueify is a simple controller for your Philips Hue lights. It's built with\nElectron and Preact.

\n

Download

\n

macOS

\n

\"Demo\"

\n

Start the app in dev mode

\n
npm run dev
\n
", - "readmeFetchedAt": "2020-09-17T12:09:24.239Z" - }, - "hostsdock": { - "readmeCleaned": "

\n

HostsDock

\n

中文文档

\n

🎉 Store, manage and switch your hosts quickly. Especially suitable for developers who need to switch frequently between development, test and production environment. Based on Node.js and Electron.

\n

https://eshengsky.github.io/HostsDock/

\n

UI review

\n

\"image\"

\n

Features

\n
    \n
  • Support for both local and remote scheme.
  • \n
  • Support for hosts syntax highlighting.
  • \n
  • Provide search and replace functions.
  • \n
  • Click on the line number can quickly select the entire line.
  • \n
  • Click on the the '#' button before line number can quickly comment/uncomment.
  • \n
  • Original folding syntax, using #region and #endregion can create a folding hosts block.
  • \n
  • Support for testing ips in hosts with ping command.
  • \n
  • The program will automatically call CMD (or terminal) to refresh the hosts so that the changes will take effect immediately.
  • \n
  • Support system tray to quickly switch hosts.
  • \n
  • Multi-language support (English, Simplified Chinese, traditional Chinese).
  • \n
\n

Compatibility

\n

Support OS X, Windows and Linux platform, see more details in Supported Platforms.

\n

🎁 Download

\n

Quick start

\n

Firstly be sure you have installed Node.js and NPM successfully.

\n

Install bower global

\n
$ npm install -g bower
\n

Install dependency

\n
$ npm install
\n
$ bower install
\n

Start app

\n
$ npm start
\n

To start app with debug model, use:

\n
$ npm run dev
\n

Enjoy it! 😄

\n

How to package

\n

We use electron-packager package the application to facilitate the distribution of it.

\n

Install electron-packager global

\n
$ npm install -g electron-packager
\n

Package app

\n

After finished all operations in Quick start, go into the app folder, execute:

\n
$ npm run package
\n

Attentions

\n
    \n
  • During packing electron-packager will download all required files and cache them in ~/.electron folder(user/your_user_name/.electron in Windows), it may be very slow, I suggest you to manually download them into the folder through some download tool (the required files see Electron Release).
  • \n
  • Packing Darwin app in Windows may fail (even if there is no error, packaged application may also be unable to run in OS X), there seems no nice solution now, I suggest you to package Darwin app on non-Windows platform. See more details in Issue 164.
  • \n
\n

License

\n

The MIT License (MIT)

\n

Copyright (c) 2017 Sky

\n

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

\n

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

\n

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

\n
", - "readmeOriginal": "

\n

HostsDock

\n

中文文档

\n

🎉 Store, manage and switch your hosts quickly. Especially suitable for developers who need to switch frequently between development, test and production environment. Based on Node.js and Electron.

\n

https://eshengsky.github.io/HostsDock/

\n

UI review

\n

\"image\"

\n

Features

\n
    \n
  • Support for both local and remote scheme.
  • \n
  • Support for hosts syntax highlighting.
  • \n
  • Provide search and replace functions.
  • \n
  • Click on the line number can quickly select the entire line.
  • \n
  • Click on the the '#' button before line number can quickly comment/uncomment.
  • \n
  • Original folding syntax, using #region and #endregion can create a folding hosts block.
  • \n
  • Support for testing ips in hosts with ping command.
  • \n
  • The program will automatically call CMD (or terminal) to refresh the hosts so that the changes will take effect immediately.
  • \n
  • Support system tray to quickly switch hosts.
  • \n
  • Multi-language support (English, Simplified Chinese, traditional Chinese).
  • \n
\n

Compatibility

\n

Support OS X, Windows and Linux platform, see more details in Supported Platforms.

\n

🎁 Download

\n

Quick start

\n

Firstly be sure you have installed Node.js and NPM successfully.

\n

Install bower global

\n
$ npm install -g bower
\n

Install dependency

\n
$ npm install
\n
$ bower install
\n

Start app

\n
$ npm start
\n

To start app with debug model, use:

\n
$ npm run dev
\n

Enjoy it! 😄

\n

How to package

\n

We use electron-packager package the application to facilitate the distribution of it.

\n

Install electron-packager global

\n
$ npm install -g electron-packager
\n

Package app

\n

After finished all operations in Quick start, go into the app folder, execute:

\n
$ npm run package
\n

Attentions

\n
    \n
  • During packing electron-packager will download all required files and cache them in ~/.electron folder(user/your_user_name/.electron in Windows), it may be very slow, I suggest you to manually download them into the folder through some download tool (the required files see Electron Release).
  • \n
  • Packing Darwin app in Windows may fail (even if there is no error, packaged application may also be unable to run in OS X), there seems no nice solution now, I suggest you to package Darwin app on non-Windows platform. See more details in Issue 164.
  • \n
\n

License

\n

The MIT License (MIT)

\n

Copyright (c) 2017 Sky

\n

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

\n

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

\n

THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:24.347Z" + "readmeFetchedAt": "2020-09-18T00:10:41.533Z" }, - "hypnos": { - "readmeCleaned": "

\"PRs\n\"License:

\n

\n\n

\n

HYPNOS

\n

Welcome to Hypnos(beta), a streamlined desktop application to sandbox GraphQL calls to RESTful APIs using the Apollo-link-rest package from Apollo Client, as well as giving detailed, helpful error messages.

\n\n\n

* We recently added tabs to handle multiple entries!

\n

Getting Started

\n

Requirements

\n

All you need to do is download your respective OS package, install, and go!

\n

How to Install

\n

Download for Mac or Windows (Linux coming soon!)

\n

Mac: hypnos-0.0.2.dmg

\n

Windows Zipped Config: hypnos-0.0.2.zip

\n

Install the app to your applications folder.

\n

How to Use

\n

Enter your API endpoint

\n

Hypnos supports calls to both open APIs and APIs requiring a key. Future versions will include support for APIs requiring Basic Auth and Oauth2

\n

\n\n

\n

Enter your Apollo-link-rest query

\n

A sample query is provided. Further documentation on Apollo-link-rest calls can be found in the Apollo GraphQL documents here: https://www.apollographql.com/docs/link/links/rest/

\n

\n\n

\n

Hypnos will return the GraphQL response or meaningful errors

\n

If there are any errors in query formatting, they will be displayed on the right

\n

\n\n

\n

Features

\n

Hypnos History

\n

Hypnos will store your local query history, persisting queries from your sessions. You can delete your entire history, or you can delete individual queries. You also have the option of repopulating the current tab with a previous query.

\n

\n\n

\n

Tabs

\n

Want to submit another query, but don't want to submit your current query just yet? Just open up a new tab! Hypnos will save the endpoint and query, and you can come back to it later.

\n

\n\n

\n

Authenticated APIs

\n

A majority of APIs require a key in order to gain access to their endpoints, but have no fear: Hypnos supports API keys. Type in your endpoint and query as you would normally, but before you submit the query, go to Submit API Key. Clicking on it will open a new window in which you can enter the key for your headers and the API key given to you by the API itself. Once you submit the keys, you can go ahead and submit your query.

\n

Resources

\n

Built with Electron and React

\n

Authors: Dillon Garrett, Sophie Nye, Will Robinson

\n
", - "readmeOriginal": "

\"PRs\n\"License:

\n

\n\n

\n

HYPNOS

\n

Welcome to Hypnos(beta), a streamlined desktop application to sandbox GraphQL calls to RESTful APIs using the Apollo-link-rest package from Apollo Client, as well as giving detailed, helpful error messages.

\n\n\n

* We recently added tabs to handle multiple entries!

\n

Getting Started

\n

Requirements

\n

All you need to do is download your respective OS package, install, and go!

\n

How to Install

\n

Download for Mac or Windows (Linux coming soon!)

\n

Mac: hypnos-0.0.2.dmg

\n

Windows Zipped Config: hypnos-0.0.2.zip

\n

Install the app to your applications folder.

\n

How to Use

\n

Enter your API endpoint

\n

Hypnos supports calls to both open APIs and APIs requiring a key. Future versions will include support for APIs requiring Basic Auth and Oauth2

\n

\n\n

\n

Enter your Apollo-link-rest query

\n

A sample query is provided. Further documentation on Apollo-link-rest calls can be found in the Apollo GraphQL documents here: https://www.apollographql.com/docs/link/links/rest/

\n

\n\n

\n

Hypnos will return the GraphQL response or meaningful errors

\n

If there are any errors in query formatting, they will be displayed on the right

\n

\n\n

\n

Features

\n

Hypnos History

\n

Hypnos will store your local query history, persisting queries from your sessions. You can delete your entire history, or you can delete individual queries. You also have the option of repopulating the current tab with a previous query.

\n

\n\n

\n

Tabs

\n

Want to submit another query, but don't want to submit your current query just yet? Just open up a new tab! Hypnos will save the endpoint and query, and you can come back to it later.

\n

\n\n

\n

Authenticated APIs

\n

A majority of APIs require a key in order to gain access to their endpoints, but have no fear: Hypnos supports API keys. Type in your endpoint and query as you would normally, but before you submit the query, go to Submit API Key. Clicking on it will open a new window in which you can enter the key for your headers and the API key given to you by the API itself. Once you submit the keys, you can go ahead and submit your query.

\n

Resources

\n

Built with Electron and React

\n

Authors: Dillon Garrett, Sophie Nye, Will Robinson

\n
", - "readmeFetchedAt": "2020-09-17T12:09:24.479Z" - }, - "i5sing": { - "readmeCleaned": "

i5SING

\n

\n \n \"Travis\"\n \n \n \"Linux\"\n \n \n \"MacOS\"\n \n \n \"Windows\"\n \n

\n

中国原创音乐基地5sing PC版。爱生活,爱音乐,爱5SING。

\n

Support Platform

\n
    \n
  • MacOS
  • \n
  • Windows
  • \n
  • Linux
  • \n
\n

\"i5sing首页\"

\n

News

\n

来试试这些更好的效率工具与音乐软件,6 款 Windows 的良心国产软件推荐

\n

几个小众的原创音乐网站,不少抖音神曲出自这里

\n

腾讯柠檬精选

\n

Download

\n

https://github.com/i5sing/i5SING/releases/

\n

Development

\n
$ yarn \n\n$ yarn start
\n

Build

\n
$ yarn run make
\n

Feedback

\n

If you any questions, use Issues.

\n

License

\n

MIT licensed.

\n
", - "readmeOriginal": "

i5SING

\n

\n \n \"Travis\"\n \n \n \"Linux\"\n \n \n \"MacOS\"\n \n \n \"Windows\"\n \n

\n

中国原创音乐基地5sing PC版。爱生活,爱音乐,爱5SING。

\n

Support Platform

\n
    \n
  • MacOS
  • \n
  • Windows
  • \n
  • Linux
  • \n
\n

\"i5sing首页\"

\n

News

\n

来试试这些更好的效率工具与音乐软件,6 款 Windows 的良心国产软件推荐

\n

几个小众的原创音乐网站,不少抖音神曲出自这里

\n

腾讯柠檬精选

\n

Download

\n

https://github.com/i5sing/i5SING/releases/

\n

Development

\n
$ yarn \n\n$ yarn start
\n

Build

\n
$ yarn run make
\n

Feedback

\n

If you any questions, use Issues.

\n

License

\n

MIT licensed.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:24.586Z" + "hexo-blog-client": { + "readmeCleaned": "

HexoBlogClient

\n

\"Gitter\"\n\"GitHub\n\"GitHub\n\"Download\" \"Hexo\n\"GitHub\n\"GitHub

\n

English Document | 个人博客 | QQ 交流群: 212388109

\n
\n

HexoBlogClient是一个采用Electron + Vue开发的Hexo博客管理客户端,基于HexoClient二次开发

\n
\n

特性

\n
    \n
  • 简单漂亮,文章易读易修改
  • \n
  • 支持文章置顶显示
  • \n
  • 博客文章的增删改查
  • \n
  • 文章支持七牛图片上传
  • \n
  • 支持hexo generate
  • \n
  • 支持hexo deploy
  • \n
\n

后续开发计划

\n
    \n
  • 搜索文章, 分类以及标签搜索
  • \n
  • 软件设置
  • \n
  • 一键编译、发布博客
  • \n
  • 检查软件更新
  • \n
  • 软件消息提示
  • \n
  • 优化关键词交互
  • \n
  • 本地预览博客
  • \n
  • 将文章保存为草稿
  • \n
  • 自动保存文章
  • \n
  • 操作日志记录
  • \n
\n

开发

\n

使用git clone下载到本地开发

\n
git clone https://github.com/Xonlystar/hexo-blog-client.git
\n

安装依赖并运行

\n
# 使用npm 安装依赖\nnpm install\n\n# 开发模式\nnpm start\n\n# 打包\nnpm run build
\n

更换icon图标

\n
# 安装\nnpm install --save-dev electron-icon-builder\n\n# scripts中添加\n"generate-icons": "electron-icon-builder --input=./public/icon.png --output=build --flatten"
\n

配置

\n

下载地址

\n

https://github.com/Xonlystar/hexo-blog-client/releases/latest

\n

效果截图

\n

\"列表页\"\n\"列表页-伸展\"\n\"分类页\"\n\"标签页\"\n\"筛选页\"\n\"预览页\"\n\"关于页\"\n\"配置页\"\n\"新增文章页\"\n\"文章配置\"\n\"修改文章页\"

\n

版本更新记录

\n

1.2.9 (2019-08-13)

\n
    \n
  • 修复hexo路径更改后软件打开一直loading的问题
  • \n
  • 移除优化修复控制台出现的警告信息
  • \n
  • 修复图片上床后在第三方软件无法显示的问题
  • \n
  • 添加阿里云oss图床
  • \n
  • 添加Google Analytics
  • \n
  • 添加草稿功能
  • \n
  • 新增发布方式, 支持hexo deploy
  • \n
\n

1.2.8 (2019-06-01)

\n
    \n
  • 修复新增文章后会默认选中列表第一个而不是新增项的bug
  • \n
  • 修复新增文章弹框点击取消按钮后显示的问题
  • \n
  • 修复部分不规则的link链接无法跳转打开的问题。
  • \n
  • 修复小屏文章的菜单按钮显示不全的问题
  • \n
  • 修复编辑文章偶尔会变成新增,造成文章列表存在重复文章的bug
  • \n
  • 优化,antd组件库该为按需引入,减小包体积
  • \n
  • 新增本地文章预览功能(开启4000端口,请不要占用)
  • \n
  • 设置中新增自动检查更新选项
  • \n
  • 修复每次编辑文章保存后出现空行的问题
  • \n
\n

1.2.7 (2019-05-20)

\n
    \n
  • 新增Front-Matters编辑功能
  • \n
  • 新增同步git仓库文章功能
  • \n
  • 优化文章搜索功能,大小写字母皆可模糊搜索
  • \n
  • 新增检查更新功能
  • \n
  • 新增博客链接地址配置,可打开博客
  • \n
  • 修复左侧文章列表宽度显示偶尔变动的问题
  • \n
  • 修复linux下图标缺失的问题·
  • \n
  • 修复linux下系统托盘显示异常的问题
  • \n
  • Mac新增Touchbar功能(试验性功能)
  • \n
  • 支持两种语言:中文和英文
  • \n
\n

1.2.6 (2019-05-16)

\n
    \n
  • 新增markdown编辑器快捷键(ctrl + s)保存功能
  • \n
  • 升级markdown编辑器版本
  • \n
  • 修复https://sm.ms图床设置不生效的问题
  • \n
  • 支持常用快捷键操作
  • \n
  • 修复部分情况预览文章空白的问题
  • \n
  • 修复偶尔发布博客失败的问题
  • \n
\n

1.2.5 (2019-04-24)

\n
    \n
  • 更新界面,参考有道云笔记
  • \n
  • 支持更换头像,可以自定义上传daogit
  • \n
  • 支持最小化到系统任务栏
  • \n
  • 支持分类标签搜索
  • \n
  • 支持分类和标签的列表展示以及各自对应的文章条数
  • \n
\n
", + "readmeOriginal": "

HexoBlogClient

\n

\"Gitter\"\n\"GitHub\n\"GitHub\n\"Download\" \"Hexo\n\"GitHub\n\"GitHub

\n

English Document | 个人博客 | QQ 交流群: 212388109

\n
\n

HexoBlogClient是一个采用Electron + Vue开发的Hexo博客管理客户端,基于HexoClient二次开发

\n
\n

特性

\n
    \n
  • 简单漂亮,文章易读易修改
  • \n
  • 支持文章置顶显示
  • \n
  • 博客文章的增删改查
  • \n
  • 文章支持七牛图片上传
  • \n
  • 支持hexo generate
  • \n
  • 支持hexo deploy
  • \n
\n

后续开发计划

\n
    \n
  • 搜索文章, 分类以及标签搜索
  • \n
  • 软件设置
  • \n
  • 一键编译、发布博客
  • \n
  • 检查软件更新
  • \n
  • 软件消息提示
  • \n
  • 优化关键词交互
  • \n
  • 本地预览博客
  • \n
  • 将文章保存为草稿
  • \n
  • 自动保存文章
  • \n
  • 操作日志记录
  • \n
\n

开发

\n

使用git clone下载到本地开发

\n
git clone https://github.com/Xonlystar/hexo-blog-client.git
\n

安装依赖并运行

\n
# 使用npm 安装依赖\nnpm install\n\n# 开发模式\nnpm start\n\n# 打包\nnpm run build
\n

更换icon图标

\n
# 安装\nnpm install --save-dev electron-icon-builder\n\n# scripts中添加\n\"generate-icons\": \"electron-icon-builder --input=./public/icon.png --output=build --flatten\"
\n

配置

\n

下载地址

\n

https://github.com/Xonlystar/hexo-blog-client/releases/latest

\n

效果截图

\n

\"列表页\"\n\"列表页-伸展\"\n\"分类页\"\n\"标签页\"\n\"筛选页\"\n\"预览页\"\n\"关于页\"\n\"配置页\"\n\"新增文章页\"\n\"文章配置\"\n\"修改文章页\"

\n

版本更新记录

\n

1.2.9 (2019-08-13)

\n
    \n
  • 修复hexo路径更改后软件打开一直loading的问题
  • \n
  • 移除优化修复控制台出现的警告信息
  • \n
  • 修复图片上床后在第三方软件无法显示的问题
  • \n
  • 添加阿里云oss图床
  • \n
  • 添加Google Analytics
  • \n
  • 添加草稿功能
  • \n
  • 新增发布方式, 支持hexo deploy
  • \n
\n

1.2.8 (2019-06-01)

\n
    \n
  • 修复新增文章后会默认选中列表第一个而不是新增项的bug
  • \n
  • 修复新增文章弹框点击取消按钮后显示的问题
  • \n
  • 修复部分不规则的link链接无法跳转打开的问题。
  • \n
  • 修复小屏文章的菜单按钮显示不全的问题
  • \n
  • 修复编辑文章偶尔会变成新增,造成文章列表存在重复文章的bug
  • \n
  • 优化,antd组件库该为按需引入,减小包体积
  • \n
  • 新增本地文章预览功能(开启4000端口,请不要占用)
  • \n
  • 设置中新增自动检查更新选项
  • \n
  • 修复每次编辑文章保存后出现空行的问题
  • \n
\n

1.2.7 (2019-05-20)

\n
    \n
  • 新增Front-Matters编辑功能
  • \n
  • 新增同步git仓库文章功能
  • \n
  • 优化文章搜索功能,大小写字母皆可模糊搜索
  • \n
  • 新增检查更新功能
  • \n
  • 新增博客链接地址配置,可打开博客
  • \n
  • 修复左侧文章列表宽度显示偶尔变动的问题
  • \n
  • 修复linux下图标缺失的问题·
  • \n
  • 修复linux下系统托盘显示异常的问题
  • \n
  • Mac新增Touchbar功能(试验性功能)
  • \n
  • 支持两种语言:中文和英文
  • \n
\n

1.2.6 (2019-05-16)

\n
    \n
  • 新增markdown编辑器快捷键(ctrl + s)保存功能
  • \n
  • 升级markdown编辑器版本
  • \n
  • 修复https://sm.ms图床设置不生效的问题
  • \n
  • 支持常用快捷键操作
  • \n
  • 修复部分情况预览文章空白的问题
  • \n
  • 修复偶尔发布博客失败的问题
  • \n
\n

1.2.5 (2019-04-24)

\n
    \n
  • 更新界面,参考有道云笔记
  • \n
  • 支持更换头像,可以自定义上传daogit
  • \n
  • 支持最小化到系统任务栏
  • \n
  • 支持分类标签搜索
  • \n
  • 支持分类和标签的列表展示以及各自对应的文章条数
  • \n
\n
", + "readmeFetchedAt": "2020-09-18T00:10:41.548Z" }, "i18n-manager": { "readmeCleaned": "

\"i18n-manager\"

\n

\"CI\"\n\"Codacy\n\"Known\n\"GitHub\n\"GitHub

\n

This app was developed with the objective to help the developers to manage the app translations.

\n

Any type of contributions are welcome.

\n

Features

\n
    \n
  • Detect changed, missing, duplicated/untranslated keys and added translations
  • \n
  • Add, remove and rename translation keys (context menu)
  • \n
  • Nested keys support
  • \n
  • Google Translate™ API Integration
  • \n
  • File changes detection
  • \n
  • It's free! 🙂
  • \n
\n

Current plugins and their supported extensions

\n
    \n
  • json - [.json, .arb (Flutter Internationalization)]
  • \n
  • yaml - [.yaml, .yml]
  • \n
\n

Feature requests and/or pull requests with new plugins are welcomed 🙂

\n

If you want to test the features, you can open the testData folder!

\n

Projects using i18n Manager

\n\n

Screenshots

\n

\"\"

\n

\"\"

\n

\"\"

\n

Developing

\n

yarn start

\n

Building

\n

yarn build

\n

Contributors

\n

logo designed by @reallinfo

\n
", "readmeOriginal": "

\"i18n-manager\"

\n

\"CI\"\n\"Codacy\n\"Known\n\"GitHub\n\"GitHub

\n

This app was developed with the objective to help the developers to manage the app translations.

\n

Any type of contributions are welcome.

\n

Features

\n
    \n
  • Detect changed, missing, duplicated/untranslated keys and added translations
  • \n
  • Add, remove and rename translation keys (context menu)
  • \n
  • Nested keys support
  • \n
  • Google Translate™ API Integration
  • \n
  • File changes detection
  • \n
  • It's free! 🙂
  • \n
\n

Current plugins and their supported extensions

\n
    \n
  • json - [.json, .arb (Flutter Internationalization)]
  • \n
  • yaml - [.yaml, .yml]
  • \n
\n

Feature requests and/or pull requests with new plugins are welcomed 🙂

\n

If you want to test the features, you can open the testData folder!

\n

Projects using i18n Manager

\n\n

Screenshots

\n

\"\"

\n

\"\"

\n

\"\"

\n

Developing

\n

yarn start

\n

Building

\n

yarn build

\n

Contributors

\n

logo designed by @reallinfo

\n
", - "readmeFetchedAt": "2020-09-17T12:09:24.692Z" + "readmeFetchedAt": "2020-09-18T00:10:41.562Z" + }, + "hostsdock": { + "readmeCleaned": "

\n

HostsDock

\n

中文文档

\n

🎉 Store, manage and switch your hosts quickly. Especially suitable for developers who need to switch frequently between development, test and production environment. Based on Node.js and Electron.

\n

https://eshengsky.github.io/HostsDock/

\n

UI review

\n

\"image\"

\n

Features

\n
    \n
  • Support for both local and remote scheme.
  • \n
  • Support for hosts syntax highlighting.
  • \n
  • Provide search and replace functions.
  • \n
  • Click on the line number can quickly select the entire line.
  • \n
  • Click on the the '#' button before line number can quickly comment/uncomment.
  • \n
  • Original folding syntax, using #region and #endregion can create a folding hosts block.
  • \n
  • Support for testing ips in hosts with ping command.
  • \n
  • The program will automatically call CMD (or terminal) to refresh the hosts so that the changes will take effect immediately.
  • \n
  • Support system tray to quickly switch hosts.
  • \n
  • Multi-language support (English, Simplified Chinese, traditional Chinese).
  • \n
\n

Compatibility

\n

Support OS X, Windows and Linux platform, see more details in Supported Platforms.

\n

🎁 Download

\n

Quick start

\n

Firstly be sure you have installed Node.js and NPM successfully.

\n

Install bower global

\n
$ npm install -g bower
\n

Install dependency

\n
$ npm install
\n
$ bower install
\n

Start app

\n
$ npm start
\n

To start app with debug model, use:

\n
$ npm run dev
\n

Enjoy it! 😄

\n

How to package

\n

We use electron-packager package the application to facilitate the distribution of it.

\n

Install electron-packager global

\n
$ npm install -g electron-packager
\n

Package app

\n

After finished all operations in Quick start, go into the app folder, execute:

\n
$ npm run package
\n

Attentions

\n
    \n
  • During packing electron-packager will download all required files and cache them in ~/.electron folder(user/your_user_name/.electron in Windows), it may be very slow, I suggest you to manually download them into the folder through some download tool (the required files see Electron Release).
  • \n
  • Packing Darwin app in Windows may fail (even if there is no error, packaged application may also be unable to run in OS X), there seems no nice solution now, I suggest you to package Darwin app on non-Windows platform. See more details in Issue 164.
  • \n
\n

License

\n

The MIT License (MIT)

\n

Copyright (c) 2017 Sky

\n

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

\n

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

\n

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

\n
", + "readmeOriginal": "

\n

HostsDock

\n

中文文档

\n

🎉 Store, manage and switch your hosts quickly. Especially suitable for developers who need to switch frequently between development, test and production environment. Based on Node.js and Electron.

\n

https://eshengsky.github.io/HostsDock/

\n

UI review

\n

\"image\"

\n

Features

\n
    \n
  • Support for both local and remote scheme.
  • \n
  • Support for hosts syntax highlighting.
  • \n
  • Provide search and replace functions.
  • \n
  • Click on the line number can quickly select the entire line.
  • \n
  • Click on the the '#' button before line number can quickly comment/uncomment.
  • \n
  • Original folding syntax, using #region and #endregion can create a folding hosts block.
  • \n
  • Support for testing ips in hosts with ping command.
  • \n
  • The program will automatically call CMD (or terminal) to refresh the hosts so that the changes will take effect immediately.
  • \n
  • Support system tray to quickly switch hosts.
  • \n
  • Multi-language support (English, Simplified Chinese, traditional Chinese).
  • \n
\n

Compatibility

\n

Support OS X, Windows and Linux platform, see more details in Supported Platforms.

\n

🎁 Download

\n

Quick start

\n

Firstly be sure you have installed Node.js and NPM successfully.

\n

Install bower global

\n
$ npm install -g bower
\n

Install dependency

\n
$ npm install
\n
$ bower install
\n

Start app

\n
$ npm start
\n

To start app with debug model, use:

\n
$ npm run dev
\n

Enjoy it! 😄

\n

How to package

\n

We use electron-packager package the application to facilitate the distribution of it.

\n

Install electron-packager global

\n
$ npm install -g electron-packager
\n

Package app

\n

After finished all operations in Quick start, go into the app folder, execute:

\n
$ npm run package
\n

Attentions

\n
    \n
  • During packing electron-packager will download all required files and cache them in ~/.electron folder(user/your_user_name/.electron in Windows), it may be very slow, I suggest you to manually download them into the folder through some download tool (the required files see Electron Release).
  • \n
  • Packing Darwin app in Windows may fail (even if there is no error, packaged application may also be unable to run in OS X), there seems no nice solution now, I suggest you to package Darwin app on non-Windows platform. See more details in Issue 164.
  • \n
\n

License

\n

The MIT License (MIT)

\n

Copyright (c) 2017 Sky

\n

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

\n

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

\n

THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

\n
", + "readmeFetchedAt": "2020-09-18T00:10:41.580Z" }, "image-shrinker": { "readmeCleaned": "

Image Shrinker

\n

Image Shrinker is a tool to minify images and graphics using the best available libraries for image processing: pngquant, mozjpg, SVGO and Gifsicle. Built with web technologies in Electron

\n

\"Screenrecording

\n

How to use

\n

Drag your image file onto the Image Shrinker window and it will saved in the same or in a predefined folder as reduced image.\nThe original graphic will be not replaced.

\n

Download and Installation on macOS

\n

Download Image Shrinker here:
\nhttps://github.com/stefansl/image-shrinker/releases/download/v1.6.1/image-shrinker-1.6.1.dmg

\n

Unpack and copy or drag the app into your macOS application folder.\nFor uninstalling, just drop the app into the bin.

\n

Build your own

\n

Get the repo

\n
git clone https://github.com/stefansl/image-shrinker.git
\n

Install dependencies

\n
$ cd image-shrinker\n$ npm install
\n

Generate your macOS package

\n
electron-builder build --mac
\n

Generate your Linux package

\n
electron-builder build --linux
\n

Generate your Windows package

\n
electron-builder build --win
\n

Notice: I did not test Windows and Linux. Feel free to commit a pull request.

\n

Credits

\n

Thank you, guys!

\n\n
", "readmeOriginal": "

Image Shrinker

\n

Image Shrinker is a tool to minify images and graphics using the best available libraries for image processing: pngquant, mozjpg, SVGO and Gifsicle. Built with web technologies in Electron

\n

\"Screenrecording

\n

How to use

\n

Drag your image file onto the Image Shrinker window and it will saved in the same or in a predefined folder as reduced image.\nThe original graphic will be not replaced.

\n

Download and Installation on macOS

\n

Download Image Shrinker here:
\nhttps://github.com/stefansl/image-shrinker/releases/download/v1.6.1/image-shrinker-1.6.1.dmg

\n

Unpack and copy or drag the app into your macOS application folder.\nFor uninstalling, just drop the app into the bin.

\n

Build your own

\n

Get the repo

\n
git clone https://github.com/stefansl/image-shrinker.git
\n

Install dependencies

\n
$ cd image-shrinker\n$ npm install
\n

Generate your macOS package

\n
electron-builder build --mac
\n

Generate your Linux package

\n
electron-builder build --linux
\n

Generate your Windows package

\n
electron-builder build --win
\n

Notice: I did not test Windows and Linux. Feel free to commit a pull request.

\n

Credits

\n

Thank you, guys!

\n\n
", - "readmeFetchedAt": "2020-09-17T12:09:24.861Z" + "readmeFetchedAt": "2020-09-18T00:10:41.708Z" }, "iease-music": { "readmeCleaned": "

ieaseMusic

\n

\"Current\n\"License\"\n\"Travis\n\"Dependencies\n\"DevDependencies\n\"JS

\n

\n
\n

Elegant NeteaseMusic desktop app, Rock with NeteaseMusic 🤘

\n
\n
\n

Built by Electron, React, MobX, JSS

\n
\n

APIBinaryify/NeteaseCloudMusicApi 提供。

\n

Preview

\n

\"PREVIEW\"

\n

Feature

\n
    \n
  • \n

    \n
  • \n
  • \n

    很帅

    \n
  • \n
  • \n

    非常帅

    \n
  • \n
  • \n

    JSS Theme support

    \n
  • \n
  • \n

    OSX Friendly

    \n
  • \n
  • \n

    Cross Platform

    \n
  • \n
  • \n

    Keyboard support

    \n
  • \n
  • \n

    Desktop notifications

    \n
  • \n
  • \n

    Modern UI design

    \n
  • \n
  • \n

    High quality music(FLAC)

    \n
  • \n
  • \n

    Track your listen to Last.fm

    \n
  • \n
  • \n

    Fix dead music link #3(QQ music, Xiami music, Kugou music, Kuwo music, MiGu music, Biadu music all in one)

    \n
  • \n
  • \n

    Share music to Facebook, Twitter, Google+, WeChat

    \n
  • \n
  • \n

    WeChat scan to log in

    \n
  • \n
  • \n

    Download music 🍭

    \n

    \"Downloader\"

    \n
  • \n
  • \n

    Alfred 3 workflow(alfred-ieasemusic), required v1.2.6+

    \n

    \"Alfred\"

    \n
  • \n
\n

Install

\n

Download the last version on the website or below.

\n

Mac(10.9+)

\n

Download the .dmg file, Or use homebrew:

\n
brew cask install ieasemusic\n
\n

Linux

\n

Download the .deb file for 'Debian / Ubuntu':

\n
$ sudo dpkg -i ieaseMusic-1.3.4-linux-amd64.deb\n
\n

Download the .rpm file for 'Centos/RHEL':

\n
$ sudo yum localinstall ieaseMusic-1.3.4-linux-x86_64.rpm\n
\n

Download the .Appimage file for other distribution:

\n
$ chmod u+x iease-music-1.3.4-x86_64.AppImage\n$ ./iease-music-1.3.4-x86_64.AppImage\n
\n

Archlinux pacman install:

\n
$ pacman -S iease-music\n
\n

or

\n
$ pacman -S iease-music-git\n
\n

Screenshots

\n

\"Home\"\n\"FM\"\n\"PLAYER\"\n\"PLAYER2\"\n\"USER\"\n\"ARTIST\"\n\"COMMENTS\"\n\"LYRICS\"\n\"COVER\"\n\"TOP\"\n\"CMDP\"\n\"MENU\"\n\"UPNEXT\"\n\"PLAYLIST\"

\n

Development

\n
git submodule init\ngit submodule update --remote --merge\n$ npm install\n$ npm run dev\n
\n

UNBLOCK

\n

修改/etc/hosts添加

\n
158.199.142.239 music.163.com\n163.171.98.219  p1.music.126.net\n163.171.98.219  p3.music.126.net\n163.171.98.219  p4.music.126.net\n202.122.146.83  m10.music.126.net\n
\n
\n

上面是日本反代节点fengjueming/unblock-NetEaseMusic

\n

新加坡节点(本屌太穷有需要还是尽量用上面的节点吧)

\n
52.221.201.48 music.163.com\n
\n
\n

关于优化IP地址,p开头的是图片CDN服务器,m开头的是音乐资源CDN服务器。可以通过

\n
ping ws.acgvideo.com\n
\n

来寻找最优的音乐资源CDN服务器。通过

\n
ping cdnetworks.com\n
\n

来寻找最优的图片资源CDN服务器。

\n

Keyboard shortcuts

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
DescriptionKeys
暂停/播放Space
上一曲Left
下一曲Right
音量加Up
音量减Down
喜欢歌曲Cmd L
播放历史记录Cmd 0 ... 9
搜索Cmd F
显示下载歌曲Shift Cmd D
跳转首页Shift Cmd H
查看榜单Shift Cmd T
所有歌单Shift Cmd P
我的电台Shift Cmd F
菜单Shift Cmd L
播放列表Cmd P
偏好设置Cmd ,
偏好设置鼠标右键
\n

TODO:

\n
    \n
  • Home
  • \n
  • Playlist
  • \n
  • Top
  • \n
  • My FM
  • \n
  • User
  • \n
  • Artist
  • \n
  • Album
  • \n
  • Search
  • \n
  • Login
  • \n
  • Pllylist subscribe
  • \n
  • Follow
  • \n
  • Flac high quality audio
  • \n
  • Fix dead music link(#3)
  • \n
  • Scrobble to Last.fm
  • \n
  • Comment(Read only)
  • \n
  • Lyrics
  • \n
  • Auto update
  • \n
  • Alfred supports
  • \n
  • Download manager
  • \n
  • Wechat QR code login
  • \n
  • Weibo QR code login
  • \n
  • Resize window(New UI)
  • \n
\n

参考列表

\n\n

License

\n

还是 MIT 吧,懒得改了

\n

\"DONATE\"

\n
", "readmeOriginal": "

ieaseMusic

\n

\"Current\n\"License\"\n\"Travis\n\"Dependencies\n\"DevDependencies\n\"JS

\n

\n
\n

Elegant NeteaseMusic desktop app, Rock with NeteaseMusic 🤘

\n
\n
\n

Built by Electron, React, MobX, JSS

\n
\n

APIBinaryify/NeteaseCloudMusicApi 提供。

\n

Preview

\n

\"PREVIEW\"

\n

Feature

\n
    \n
  • \n

    \n
  • \n
  • \n

    很帅

    \n
  • \n
  • \n

    非常帅

    \n
  • \n
  • \n

    JSS Theme support

    \n
  • \n
  • \n

    OSX Friendly

    \n
  • \n
  • \n

    Cross Platform

    \n
  • \n
  • \n

    Keyboard support

    \n
  • \n
  • \n

    Desktop notifications

    \n
  • \n
  • \n

    Modern UI design

    \n
  • \n
  • \n

    High quality music(FLAC)

    \n
  • \n
  • \n

    Track your listen to Last.fm

    \n
  • \n
  • \n

    Fix dead music link #3(QQ music, Xiami music, Kugou music, Kuwo music, MiGu music, Biadu music all in one)

    \n
  • \n
  • \n

    Share music to Facebook, Twitter, Google+, WeChat

    \n
  • \n
  • \n

    WeChat scan to log in

    \n
  • \n
  • \n

    Download music 🍭

    \n

    \"Downloader\"

    \n
  • \n
  • \n

    Alfred 3 workflow(alfred-ieasemusic), required v1.2.6+

    \n

    \"Alfred\"

    \n
  • \n
\n

Install

\n

Download the last version on the website or below.

\n

Mac(10.9+)

\n

Download the .dmg file, Or use homebrew:

\n
brew cask install ieasemusic\n
\n

Linux

\n

Download the .deb file for 'Debian / Ubuntu':

\n
$ sudo dpkg -i ieaseMusic-1.3.4-linux-amd64.deb\n
\n

Download the .rpm file for 'Centos/RHEL':

\n
$ sudo yum localinstall ieaseMusic-1.3.4-linux-x86_64.rpm\n
\n

Download the .Appimage file for other distribution:

\n
$ chmod u+x iease-music-1.3.4-x86_64.AppImage\n$ ./iease-music-1.3.4-x86_64.AppImage\n
\n

Archlinux pacman install:

\n
$ pacman -S iease-music\n
\n

or

\n
$ pacman -S iease-music-git\n
\n

Screenshots

\n

\"Home\"\n\"FM\"\n\"PLAYER\"\n\"PLAYER2\"\n\"USER\"\n\"ARTIST\"\n\"COMMENTS\"\n\"LYRICS\"\n\"COVER\"\n\"TOP\"\n\"CMDP\"\n\"MENU\"\n\"UPNEXT\"\n\"PLAYLIST\"

\n

Development

\n
git submodule init\ngit submodule update --remote --merge\n$ npm install\n$ npm run dev\n
\n

UNBLOCK

\n

修改/etc/hosts添加

\n
158.199.142.239 music.163.com\n163.171.98.219  p1.music.126.net\n163.171.98.219  p3.music.126.net\n163.171.98.219  p4.music.126.net\n202.122.146.83  m10.music.126.net\n
\n
\n

上面是日本反代节点fengjueming/unblock-NetEaseMusic

\n

新加坡节点(本屌太穷有需要还是尽量用上面的节点吧)

\n
52.221.201.48 music.163.com\n
\n
\n

关于优化IP地址,p开头的是图片CDN服务器,m开头的是音乐资源CDN服务器。可以通过

\n
ping ws.acgvideo.com\n
\n

来寻找最优的音乐资源CDN服务器。通过

\n
ping cdnetworks.com\n
\n

来寻找最优的图片资源CDN服务器。

\n

Keyboard shortcuts

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
DescriptionKeys
暂停/播放Space
上一曲Left
下一曲Right
音量加Up
音量减Down
喜欢歌曲Cmd L
播放历史记录Cmd 0 ... 9
搜索Cmd F
显示下载歌曲Shift Cmd D
跳转首页Shift Cmd H
查看榜单Shift Cmd T
所有歌单Shift Cmd P
我的电台Shift Cmd F
菜单Shift Cmd L
播放列表Cmd P
偏好设置Cmd ,
偏好设置鼠标右键
\n

TODO:

\n
    \n
  • Home
  • \n
  • Playlist
  • \n
  • Top
  • \n
  • My FM
  • \n
  • User
  • \n
  • Artist
  • \n
  • Album
  • \n
  • Search
  • \n
  • Login
  • \n
  • Pllylist subscribe
  • \n
  • Follow
  • \n
  • Flac high quality audio
  • \n
  • Fix dead music link(#3)
  • \n
  • Scrobble to Last.fm
  • \n
  • Comment(Read only)
  • \n
  • Lyrics
  • \n
  • Auto update
  • \n
  • Alfred supports
  • \n
  • Download manager
  • \n
  • Wechat QR code login
  • \n
  • Weibo QR code login
  • \n
  • Resize window(New UI)
  • \n
\n

参考列表

\n\n

License

\n

还是 MIT 吧,懒得改了

\n

\"DONATE\"

\n
", - "readmeFetchedAt": "2020-09-17T12:09:24.890Z" + "readmeFetchedAt": "2020-09-18T00:10:41.731Z" + }, + "i5sing": { + "readmeCleaned": "

i5SING

\n

\n \n \"Travis\"\n \n \n \"Linux\"\n \n \n \"MacOS\"\n \n \n \"Windows\"\n \n

\n

中国原创音乐基地5sing PC版。爱生活,爱音乐,爱5SING。

\n

Support Platform

\n
    \n
  • MacOS
  • \n
  • Windows
  • \n
  • Linux
  • \n
\n

\"i5sing首页\"

\n

News

\n

来试试这些更好的效率工具与音乐软件,6 款 Windows 的良心国产软件推荐

\n

几个小众的原创音乐网站,不少抖音神曲出自这里

\n

腾讯柠檬精选

\n

Download

\n

https://github.com/i5sing/i5SING/releases/

\n

Development

\n
$ yarn \n\n$ yarn start
\n

Build

\n
$ yarn run make
\n

Feedback

\n

If you any questions, use Issues.

\n

License

\n

MIT licensed.

\n
", + "readmeOriginal": "

i5SING

\n

\n \n \"Travis\"\n \n \n \"Linux\"\n \n \n \"MacOS\"\n \n \n \"Windows\"\n \n

\n

中国原创音乐基地5sing PC版。爱生活,爱音乐,爱5SING。

\n

Support Platform

\n
    \n
  • MacOS
  • \n
  • Windows
  • \n
  • Linux
  • \n
\n

\"i5sing首页\"

\n

News

\n

来试试这些更好的效率工具与音乐软件,6 款 Windows 的良心国产软件推荐

\n

几个小众的原创音乐网站,不少抖音神曲出自这里

\n

腾讯柠檬精选

\n

Download

\n

https://github.com/i5sing/i5SING/releases/

\n

Development

\n
$ yarn \n\n$ yarn start
\n

Build

\n
$ yarn run make
\n

Feedback

\n

If you any questions, use Issues.

\n

License

\n

MIT licensed.

\n
", + "readmeFetchedAt": "2020-09-18T00:10:41.747Z" + }, + "hypnos": { + "readmeCleaned": "

\"PRs\n\"License:

\n

\n\n

\n

HYPNOS

\n

Welcome to Hypnos(beta), a streamlined desktop application to sandbox GraphQL calls to RESTful APIs using the Apollo-link-rest package from Apollo Client, as well as giving detailed, helpful error messages.

\n\n\n

* We recently added tabs to handle multiple entries!

\n

Getting Started

\n

Requirements

\n

All you need to do is download your respective OS package, install, and go!

\n

How to Install

\n

Download for Mac or Windows (Linux coming soon!)

\n

Mac: hypnos-0.0.2.dmg

\n

Windows Zipped Config: hypnos-0.0.2.zip

\n

Install the app to your applications folder.

\n

How to Use

\n

Enter your API endpoint

\n

Hypnos supports calls to both open APIs and APIs requiring a key. Future versions will include support for APIs requiring Basic Auth and Oauth2

\n

\n\n

\n

Enter your Apollo-link-rest query

\n

A sample query is provided. Further documentation on Apollo-link-rest calls can be found in the Apollo GraphQL documents here: https://www.apollographql.com/docs/link/links/rest/

\n

\n\n

\n

Hypnos will return the GraphQL response or meaningful errors

\n

If there are any errors in query formatting, they will be displayed on the right

\n

\n\n

\n

Features

\n

Hypnos History

\n

Hypnos will store your local query history, persisting queries from your sessions. You can delete your entire history, or you can delete individual queries. You also have the option of repopulating the current tab with a previous query.

\n

\n\n

\n

Tabs

\n

Want to submit another query, but don't want to submit your current query just yet? Just open up a new tab! Hypnos will save the endpoint and query, and you can come back to it later.

\n

\n\n

\n

Authenticated APIs

\n

A majority of APIs require a key in order to gain access to their endpoints, but have no fear: Hypnos supports API keys. Type in your endpoint and query as you would normally, but before you submit the query, go to Submit API Key. Clicking on it will open a new window in which you can enter the key for your headers and the API key given to you by the API itself. Once you submit the keys, you can go ahead and submit your query.

\n

Resources

\n

Built with Electron and React

\n

Authors: Dillon Garrett, Sophie Nye, Will Robinson

\n
", + "readmeOriginal": "

\"PRs\n\"License:

\n

\n\n

\n

HYPNOS

\n

Welcome to Hypnos(beta), a streamlined desktop application to sandbox GraphQL calls to RESTful APIs using the Apollo-link-rest package from Apollo Client, as well as giving detailed, helpful error messages.

\n\n\n

* We recently added tabs to handle multiple entries!

\n

Getting Started

\n

Requirements

\n

All you need to do is download your respective OS package, install, and go!

\n

How to Install

\n

Download for Mac or Windows (Linux coming soon!)

\n

Mac: hypnos-0.0.2.dmg

\n

Windows Zipped Config: hypnos-0.0.2.zip

\n

Install the app to your applications folder.

\n

How to Use

\n

Enter your API endpoint

\n

Hypnos supports calls to both open APIs and APIs requiring a key. Future versions will include support for APIs requiring Basic Auth and Oauth2

\n

\n\n

\n

Enter your Apollo-link-rest query

\n

A sample query is provided. Further documentation on Apollo-link-rest calls can be found in the Apollo GraphQL documents here: https://www.apollographql.com/docs/link/links/rest/

\n

\n\n

\n

Hypnos will return the GraphQL response or meaningful errors

\n

If there are any errors in query formatting, they will be displayed on the right

\n

\n\n

\n

Features

\n

Hypnos History

\n

Hypnos will store your local query history, persisting queries from your sessions. You can delete your entire history, or you can delete individual queries. You also have the option of repopulating the current tab with a previous query.

\n

\n\n

\n

Tabs

\n

Want to submit another query, but don't want to submit your current query just yet? Just open up a new tab! Hypnos will save the endpoint and query, and you can come back to it later.

\n

\n\n

\n

Authenticated APIs

\n

A majority of APIs require a key in order to gain access to their endpoints, but have no fear: Hypnos supports API keys. Type in your endpoint and query as you would normally, but before you submit the query, go to Submit API Key. Clicking on it will open a new window in which you can enter the key for your headers and the API key given to you by the API itself. Once you submit the keys, you can go ahead and submit your query.

\n

Resources

\n

Built with Electron and React

\n

Authors: Dillon Garrett, Sophie Nye, Will Robinson

\n
", + "readmeFetchedAt": "2020-09-18T00:10:41.772Z" + }, + "hyper": { + "readmeCleaned": "

\"\"

\n

\n \n \n \n

\n

\"Node\n\"macOS\n\"Windows\n\"Linux\n\"Changelog\n\"Join

\n

For more details, head to: https://hyper.is

\n

Project goals

\n

The goal of the project is to create a beautiful and extensible experience for command-line interface users, built on open web standards. In the beginning, our focus will be primarily around speed, stability and the development of the correct API for extension authors.

\n

In the future, we anticipate the community will come up with innovative additions to enhance what could be the simplest, most powerful and well-tested interface for productivity.

\n

Usage

\n

Download the latest release!

\n

Linux

\n

Arch and derivatives

\n

Hyper is available in the AUR. Use an AUR package manager like aurman

\n
aurman -S hyper
\n

NixOS

\n

Hyper is available as Nix package, to install the app run this command:

\n
nix-env -i hyper
\n

macOS

\n

Use Homebrew Cask to download the app by running these commands:

\n
brew update\nbrew cask install hyper
\n

Windows

\n

Use chocolatey to install the app by running the following command (package information can be found here):

\n
choco install hyper
\n

Note: The version available on Homebrew Cask, Chocolatey, Snapcraft or the AUR may not be the latest. Please consider downloading it from here if that's the case.

\n

Contribute

\n

Regardless of the platform you are working on, you will need to have Yarn installed. If you have never installed Yarn before, you can find out how at: https://yarnpkg.com/en/docs/install.

\n
    \n
  1. Install necessary packages:
  2. \n
\n
    \n
  • Windows\n
      \n
    • Be sure to run yarn global add windows-build-tools from an elevated prompt (as an administrator) to install windows-build-tools.
    • \n
    \n
  • \n
  • macOS\n
      \n
    • Once you have installed Yarn, you can skip this section!
    • \n
    \n
  • \n
  • Linux (You can see here what your Linux is based on.)\n
      \n
    • RPM-based\n
        \n
      • GraphicsMagick
      • \n
      • libicns-utils
      • \n
      • xz (Installed by default on some distributions.)
      • \n
      \n
    • \n
    • Debian-based\n
        \n
      • graphicsmagick
      • \n
      • icnsutils
      • \n
      • xz-utils
      • \n
      \n
    • \n
    \n
  • \n
\n
    \n
  1. Fork this repository to your own GitHub account and then clone it to your local device
  2. \n
  3. Install the dependencies: yarn
  4. \n
  5. Build the code and watch for changes: yarn run dev
  6. \n
  7. To run hyper
  8. \n
\n
    \n
  • yarn run app from another terminal tab/window/pane
  • \n
  • If you are using Visual Studio Code, select Launch Hyper in debugger configuration to launch a new Hyper instance with debugger attached.
  • \n
  • If you interrupt yarn run dev, you'll need to relaunch it each time you want to test something. Webpack will watch changes and will rebuild renderer code when needed (and only what have changed). You'll just have to relaunch electron by using yarn run app or VSCode launch task.
  • \n
\n

To make sure that your code works in the finished application, you can generate the binaries like this:

\n
yarn run dist
\n

After that, you will see the binary in the ./dist folder!

\n

Known issues that can happen during development

\n
Error building node-pty
\n

If after building during development you get an alert dialog related to node-pty issues,\nmake sure its build process is working correctly by running yarn run rebuild-node-pty.

\n

If you are on macOS, this typically is related to Xcode issues (like not having agreed\nto the Terms of Service by running sudo xcodebuild after a fresh Xcode installation).

\n
Error with c++ on macOS when running yarn
\n

If you are getting compiler errors when running yarn add the environment variable export CXX=clang++

\n
Error with codesign on macOS when running yarn run dist
\n

If you have issues in the codesign step when running yarn run dist on macOS, you can temporarily disable code signing locally by setting\nexport CSC_IDENTITY_AUTO_DISCOVERY=false for the current terminal session.

\n

Related Repositories

\n\n
", + "readmeOriginal": "

\"\"

\n

\n \n \n \n

\n

\"Node\n\"macOS\n\"Windows\n\"Linux\n\"Changelog\n\"Join

\n

For more details, head to: https://hyper.is

\n

Project goals

\n

The goal of the project is to create a beautiful and extensible experience for command-line interface users, built on open web standards. In the beginning, our focus will be primarily around speed, stability and the development of the correct API for extension authors.

\n

In the future, we anticipate the community will come up with innovative additions to enhance what could be the simplest, most powerful and well-tested interface for productivity.

\n

Usage

\n

Download the latest release!

\n

Linux

\n

Arch and derivatives

\n

Hyper is available in the AUR. Use an AUR package manager like aurman

\n
aurman -S hyper
\n

NixOS

\n

Hyper is available as Nix package, to install the app run this command:

\n
nix-env -i hyper
\n

macOS

\n

Use Homebrew Cask to download the app by running these commands:

\n
brew update\nbrew cask install hyper
\n

Windows

\n

Use chocolatey to install the app by running the following command (package information can be found here):

\n
choco install hyper
\n

Note: The version available on Homebrew Cask, Chocolatey, Snapcraft or the AUR may not be the latest. Please consider downloading it from here if that's the case.

\n

Contribute

\n

Regardless of the platform you are working on, you will need to have Yarn installed. If you have never installed Yarn before, you can find out how at: https://yarnpkg.com/en/docs/install.

\n
    \n
  1. Install necessary packages:
  2. \n
\n
    \n
  • Windows\n
      \n
    • Be sure to run yarn global add windows-build-tools from an elevated prompt (as an administrator) to install windows-build-tools.
    • \n
    \n
  • \n
  • macOS\n
      \n
    • Once you have installed Yarn, you can skip this section!
    • \n
    \n
  • \n
  • Linux (You can see here what your Linux is based on.)\n
      \n
    • RPM-based\n
        \n
      • GraphicsMagick
      • \n
      • libicns-utils
      • \n
      • xz (Installed by default on some distributions.)
      • \n
      \n
    • \n
    • Debian-based\n
        \n
      • graphicsmagick
      • \n
      • icnsutils
      • \n
      • xz-utils
      • \n
      \n
    • \n
    \n
  • \n
\n
    \n
  1. Fork this repository to your own GitHub account and then clone it to your local device
  2. \n
  3. Install the dependencies: yarn
  4. \n
  5. Build the code and watch for changes: yarn run dev
  6. \n
  7. To run hyper
  8. \n
\n
    \n
  • yarn run app from another terminal tab/window/pane
  • \n
  • If you are using Visual Studio Code, select Launch Hyper in debugger configuration to launch a new Hyper instance with debugger attached.
  • \n
  • If you interrupt yarn run dev, you'll need to relaunch it each time you want to test something. Webpack will watch changes and will rebuild renderer code when needed (and only what have changed). You'll just have to relaunch electron by using yarn run app or VSCode launch task.
  • \n
\n

To make sure that your code works in the finished application, you can generate the binaries like this:

\n
yarn run dist
\n

After that, you will see the binary in the ./dist folder!

\n

Known issues that can happen during development

\n
Error building node-pty
\n

If after building during development you get an alert dialog related to node-pty issues,\nmake sure its build process is working correctly by running yarn run rebuild-node-pty.

\n

If you are on macOS, this typically is related to Xcode issues (like not having agreed\nto the Terms of Service by running sudo xcodebuild after a fresh Xcode installation).

\n
Error with c++ on macOS when running yarn
\n

If you are getting compiler errors when running yarn add the environment variable export CXX=clang++

\n
Error with codesign on macOS when running yarn run dist
\n

If you have issues in the codesign step when running yarn run dist on macOS, you can temporarily disable code signing locally by setting\nexport CSC_IDENTITY_AUTO_DISCOVERY=false for the current terminal session.

\n

Related Repositories

\n\n
", + "readmeFetchedAt": "2020-09-18T00:10:41.780Z" }, "imagine": { "readmeCleaned": "

Imagine

\n

\"build\"

\n

Imagine is a desktop app for compression of PNG and JPEG, with a modern and friendly UI.

\n

Save for web.

\n

Install

\n

For Windows, macOS and Linux, download binaries from:

\n

https://github.com/meowtec/Imagine/releases

\n
    \n
  • Imagine-Setup-x.y.z.exe - Windows
  • \n
  • Imagine-x.y.z.dmg - macOS
  • \n
  • Imagine-0.4.1-x.y.z.AppImage - Linux
  • \n
\n

国内用户从 GitHub 下载可能比较慢,可以使用国内加速

\n

Install on linux

\n

App for linux is distributed in AppImage format.\nInstall it with command line:

\n
chmod a+x Imagine-x.y.z-x86_64.AppImage # make executable\n./Imagine-x.y.z-x86_64.AppImage # install and run
\n

Screenshot (from legacy version)

\n

GIF(7.4M)

\n

\"\"

\n

Features

\n
    \n
  • Multi format (JPEG, PNG, WebP)
  • \n
  • Format conversion
  • \n
  • Cross platform
  • \n
  • GUI
  • \n
  • Batch optimization
  • \n
  • i18n (English, 简体中文, Nederlands, Español, Français, Italiano, Deutsch)
  • \n
\n

'ImageMagick required'

\n

Since version 0.3.0, you can choose the format that you want to convert to. For example, if you pick a PNG file, you can convert it to JPEG and compress it with MozJPEG optimizer.

\n

But there is an exception: pngquant on windows can't read JPEG files, so if you want to convert JPEG to PNG, you should install ImageMagick firstly, and add it to your PATH environment variable.

\n

Imagine use this command below to check if ImageMagick installed, so make sure it work.

\n
magick -version
\n

Build and Contribute

\n
git clone https://github.com/meowtec/Imagine.git\n# node 8 is recommended\nnpm install\nnpm run dev
\n

A PR with all checks passed is welcome.

\n

Before submit a PR, please run npm run test and make sure it success on your machine.

\n

Up to now, there are only 5 locales. To add a new locale, you can either submit a PR, or create an issue, or just send me an email(found in my profile).

\n

Built on

\n
    \n
  • pngquant: Lossy PNG compressor
  • \n
  • mozjpeg: Improved JPEG encoder
  • \n
  • WebP: A new image format for the Web
  • \n
  • Electron: Build cross platform desktop apps with JavaScript, HTML, and CSS
  • \n
\n
", "readmeOriginal": "

Imagine

\n

\"build\"

\n

Imagine is a desktop app for compression of PNG and JPEG, with a modern and friendly UI.

\n

Save for web.

\n

Install

\n

For Windows, macOS and Linux, download binaries from:

\n

https://github.com/meowtec/Imagine/releases

\n
    \n
  • Imagine-Setup-x.y.z.exe - Windows
  • \n
  • Imagine-x.y.z.dmg - macOS
  • \n
  • Imagine-0.4.1-x.y.z.AppImage - Linux
  • \n
\n

国内用户从 GitHub 下载可能比较慢,可以使用国内加速

\n

Install on linux

\n

App for linux is distributed in AppImage format.\nInstall it with command line:

\n
chmod a+x Imagine-x.y.z-x86_64.AppImage # make executable\n./Imagine-x.y.z-x86_64.AppImage # install and run
\n

Screenshot (from legacy version)

\n

GIF(7.4M)

\n

\"\"

\n

Features

\n
    \n
  • Multi format (JPEG, PNG, WebP)
  • \n
  • Format conversion
  • \n
  • Cross platform
  • \n
  • GUI
  • \n
  • Batch optimization
  • \n
  • i18n (English, 简体中文, Nederlands, Español, Français, Italiano, Deutsch)
  • \n
\n

'ImageMagick required'

\n

Since version 0.3.0, you can choose the format that you want to convert to. For example, if you pick a PNG file, you can convert it to JPEG and compress it with MozJPEG optimizer.

\n

But there is an exception: pngquant on windows can't read JPEG files, so if you want to convert JPEG to PNG, you should install ImageMagick firstly, and add it to your PATH environment variable.

\n

Imagine use this command below to check if ImageMagick installed, so make sure it work.

\n
magick -version
\n

Build and Contribute

\n
git clone https://github.com/meowtec/Imagine.git\n# node 8 is recommended\nnpm install\nnpm run dev
\n

A PR with all checks passed is welcome.

\n

Before submit a PR, please run npm run test and make sure it success on your machine.

\n

Up to now, there are only 5 locales. To add a new locale, you can either submit a PR, or create an issue, or just send me an email(found in my profile).

\n

Built on

\n
    \n
  • pngquant: Lossy PNG compressor
  • \n
  • mozjpeg: Improved JPEG encoder
  • \n
  • WebP: A new image format for the Web
  • \n
  • Electron: Build cross platform desktop apps with JavaScript, HTML, and CSS
  • \n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:24.933Z" + "readmeFetchedAt": "2020-09-18T00:10:41.785Z" }, "infinitex": { "readmeCleaned": "

Infinitex

\n

\"alt

\n

This is my first attempt to write a desktop app with electron and learn the fantastic reactjs library. The editor is far from complete but I use it personally and I wanted to open-source it so that others can help with it.

\n

The one part of the app is a LaTeX editor with search functionality and simplified bibliography and packages handling. The other part is a WYSIWYG editor based on quilljs. The simple part also supports encrypted documents.

\n

I have built it on Debian Linux and I tried on Windows but, like always, everything in there is crappy compared to Linux so I just dropped it. I still have not tested on mac but I plan on doing it soon. Otherwise I expect that the program will be fully functional for anyone who wants to develop it on their mac.

\n

URL for prebuild binaries with autoupdates.

\n

In order to run LaTeX you need to have an installed version of the interpeter like TeXlive, MacTex or MikTex.

\n

To start the process go to the folder, open a terminal there and press

\n
yarn && yarn preminify\nnpm start\n
\n

The file Infinitex.jsx is only used for react-dom. The app.jsx file separates the two environments and has width and height event listeners.\nThe grid.jsx file has the LaTeX editor and the editor.jsx file has the WYSIWYG.

\n

To build the minified js you press

\n
npm run minify\n
\n

To create the executable in a dist folder run (!Attention! This will trigger the minification which takes a lot of time)

\n
npm run dist\n
\n

Issues:

\n
    \n
  1. Compilation and configurations for Mac (probably works, will test soon) and Windows.
  2. \n
  3. Configure auto-updates (work on linux and windows).
  4. \n
  5. Detect latex change and move pdf to that page.
  6. \n
  7. Better memory handling of Ace editor.
  8. \n
  9. Open files with the app without the app being open
  10. \n
  11. Configure KaTeX to take both $math$ and $$math$$ and interpret them accordingly.
  12. \n
  13. Open formula module on math selection at simple.
  14. \n
\n

Roadmap:

\n
    \n
  1. Either move to Semantic UI or Material UI beta for performance.
  2. \n
  3. Integration with cloud servicesIPFS for collaboration (working on it).
  4. \n
\n
", "readmeOriginal": "

Infinitex

\n

\"alt

\n

This is my first attempt to write a desktop app with electron and learn the fantastic reactjs library. The editor is far from complete but I use it personally and I wanted to open-source it so that others can help with it.

\n

The one part of the app is a LaTeX editor with search functionality and simplified bibliography and packages handling. The other part is a WYSIWYG editor based on quilljs. The simple part also supports encrypted documents.

\n

I have built it on Debian Linux and I tried on Windows but, like always, everything in there is crappy compared to Linux so I just dropped it. I still have not tested on mac but I plan on doing it soon. Otherwise I expect that the program will be fully functional for anyone who wants to develop it on their mac.

\n

URL for prebuild binaries with autoupdates.

\n

In order to run LaTeX you need to have an installed version of the interpeter like TeXlive, MacTex or MikTex.

\n

To start the process go to the folder, open a terminal there and press

\n
yarn && yarn preminify\nnpm start\n
\n

The file Infinitex.jsx is only used for react-dom. The app.jsx file separates the two environments and has width and height event listeners.\nThe grid.jsx file has the LaTeX editor and the editor.jsx file has the WYSIWYG.

\n

To build the minified js you press

\n
npm run minify\n
\n

To create the executable in a dist folder run (!Attention! This will trigger the minification which takes a lot of time)

\n
npm run dist\n
\n

Issues:

\n
    \n
  1. Compilation and configurations for Mac (probably works, will test soon) and Windows.
  2. \n
  3. Configure auto-updates (work on linux and windows).
  4. \n
  5. Detect latex change and move pdf to that page.
  6. \n
  7. Better memory handling of Ace editor.
  8. \n
  9. Open files with the app without the app being open
  10. \n
  11. Configure KaTeX to take both $math$ and $$math$$ and interpret them accordingly.
  12. \n
  13. Open formula module on math selection at simple.
  14. \n
\n

Roadmap:

\n
    \n
  1. Either move to Semantic UI or Material UI beta for performance.
  2. \n
  3. Integration with cloud servicesIPFS for collaboration (working on it).
  4. \n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:25.184Z" + "readmeFetchedAt": "2020-09-18T00:10:41.798Z" }, "inboxer": { "readmeCleaned": "
\n

🚧 This project is deprecated! 🚧

\n

As you know Google is going to take down Inbox service.

\n

This project is not maintained anymore. Since Inbox is closed this project has to be closed as well. It just cannot operate normally without Inbox.

\n

You can find more information here.

\n
\n
\n \n

Inboxer

\n

\n \"Version\"\n \"Travis\n \"Platform\"\n \"Donate\n \"Donate\n \"Donate\n

\n
\n
\n

Unofficial, free and open-source Google Gmail Desktop App

\n
\n

Inboxer — started out as an unofficial Inbox by Gmail client for desktop platforms. However, Google plans to discontinue Inbox at the end of March 2019 (see official announcement). To keep Inboxer alive we have converted it to work with Gmail. Inboxer is now built on top of Gmail web-version. It has pleasant UI and supports useful keyboard shortcuts.

\n

Inboxer is highly inspired by these projects:

\n\n

Check out these ones as great examples of Electron applications. All of them are under the MIT license.

\n

Features

\n
    \n
  • Familiar Gmail interface
  • \n
  • Cross-platform (macOS/Linux/Windows)
  • \n
  • Useful Keyboard shortcuts
  • \n
  • Multiple accounts
  • \n
  • Optional Always on Top
  • \n
  • Auto-updates to the latest version
  • \n
  • Desktop notifications
  • \n
  • TODO: Dark theme
  • \n
  • TODO: Custom text size
  • \n
  • TODO: Ability to use as default mail client
  • \n
\n

All feature requests and contributions are welcome!

\n

Screenshot

\n
    \n
  • TODO: Update screenshot to show latest version working with Gmail\n\"Inboxer
  • \n
\n

Installation

\n

Inboxer works well on macOS 10.9+, Linux and Windows 7+. You can download the latest version on Releases page or below.\nInboxer is also available through the nix package manager (see package in nix)

\n

macOS

\n

Download the .dmg file or install via Homebrew-Cask:

\n
$ brew cask install inboxer\n
\n

Linux

\n

Download the .AppImage* or .deb or .snap file.

\n

* — Notice, that the AppImage needs to be made executable after download.

\n

Windows

\n

Download the .exe file.

\n

Package Inboxer from source

\n

You'll need electron and npm installed in your system.\nDownload and extract the source code (.zip or .tar.gz file).\nInside the source code folder, run:

\n
$ npm install\n
\n

Then package the app with:

\n
$ npm run dist\n
\n

This builds packages for all architectures. Use dist:mac, dist:linux, or dist:win to package a single architecture. The packages will be found in the dist folder.

\n

Keyboard shortcuts

\n

Inboxer supports all Gmail keyboard shortcuts, system-specific keybindings and more. Additional keybindings are listed below:

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
DescriptionKeys
PreferencesCmd/Ctrl P
Compose MessageCmd/Ctrl N
Go to InboxCmd/Ctrl I
Go to SnoozedCmd/Ctrl S
Go to DoneCmd/Ctrl D
DraftsCmd/Ctrl Shift D
SentCmd/Ctrl Shift S
TrashAlt Shift T
SpamAlt Shift S
Open ContactsCmd/Ctrl Shift C
SearchCmd/Ctrl F
Toggle SidebarCmd/Ctrl /
Toggle "Always on Top"Cmd/Ctrl Shift T
Keyboard Shortcuts ReferenceShift / or ?
Toggle Developer ToolsOption Cmd I (macOS) or Ctrl Shift I
\n

Disclaimer

\n

This code is in no way affiliated with, authorised, maintained, sponsored or endorsed by Google or any of its affiliates or subsidiaries. This is an independent and unofficial Gmail app. Use it at your own risk.

\n

End User License Agreement

\n
    \n
  • You will not use this repository for sending mass spam or any other malicious activity.
  • \n
  • We / You will not support anyone who is violating this EULA conditions.
  • \n
  • Repository is just for learning / personal purposes thus should not be part of any service available on the Internet that is trying to do any malicious activity (mass bulk request, spam etc).
  • \n
\n

Donate

\n

Hi! I work on this project in my spare time, beside my primary job. I hope enjoy using Inboxer, and if you do, please, support this project 🙏🏻.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Credit/Debit cardBitcoinEthereum
Donate with LiqPay1FrPrQb6ACTkbSBAz9PduJWrDFfq41Ggb40x6aF39C917359897ae6969Ad682C14110afe1a0a1
\n

I would appreciate your support! Thank you!

\n

License

\n

MIT © Denys Dovhan

\n\n
", "readmeOriginal": "
\n

🚧 This project is deprecated! 🚧

\n

As you know Google is going to take down Inbox service.

\n

This project is not maintained anymore. Since Inbox is closed this project has to be closed as well. It just cannot operate normally without Inbox.

\n

You can find more information here.

\n
\n
\n \n

Inboxer

\n

\n \"Version\"\n \"Travis\n \"Platform\"\n \"Donate\n \"Donate\n \"Donate\n

\n
\n
\n

Unofficial, free and open-source Google Gmail Desktop App

\n
\n

Inboxer — started out as an unofficial Inbox by Gmail client for desktop platforms. However, Google plans to discontinue Inbox at the end of March 2019 (see official announcement). To keep Inboxer alive we have converted it to work with Gmail. Inboxer is now built on top of Gmail web-version. It has pleasant UI and supports useful keyboard shortcuts.

\n

Inboxer is highly inspired by these projects:

\n\n

Check out these ones as great examples of Electron applications. All of them are under the MIT license.

\n

Features

\n
    \n
  • Familiar Gmail interface
  • \n
  • Cross-platform (macOS/Linux/Windows)
  • \n
  • Useful Keyboard shortcuts
  • \n
  • Multiple accounts
  • \n
  • Optional Always on Top
  • \n
  • Auto-updates to the latest version
  • \n
  • Desktop notifications
  • \n
  • TODO: Dark theme
  • \n
  • TODO: Custom text size
  • \n
  • TODO: Ability to use as default mail client
  • \n
\n

All feature requests and contributions are welcome!

\n

Screenshot

\n
    \n
  • TODO: Update screenshot to show latest version working with Gmail\n\"Inboxer
  • \n
\n

Installation

\n

Inboxer works well on macOS 10.9+, Linux and Windows 7+. You can download the latest version on Releases page or below.\nInboxer is also available through the nix package manager (see package in nix)

\n

macOS

\n

Download the .dmg file or install via Homebrew-Cask:

\n
$ brew cask install inboxer\n
\n

Linux

\n

Download the .AppImage* or .deb or .snap file.

\n

* — Notice, that the AppImage needs to be made executable after download.

\n

Windows

\n

Download the .exe file.

\n

Package Inboxer from source

\n

You'll need electron and npm installed in your system.\nDownload and extract the source code (.zip or .tar.gz file).\nInside the source code folder, run:

\n
$ npm install\n
\n

Then package the app with:

\n
$ npm run dist\n
\n

This builds packages for all architectures. Use dist:mac, dist:linux, or dist:win to package a single architecture. The packages will be found in the dist folder.

\n

Keyboard shortcuts

\n

Inboxer supports all Gmail keyboard shortcuts, system-specific keybindings and more. Additional keybindings are listed below:

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
DescriptionKeys
PreferencesCmd/Ctrl P
Compose MessageCmd/Ctrl N
Go to InboxCmd/Ctrl I
Go to SnoozedCmd/Ctrl S
Go to DoneCmd/Ctrl D
DraftsCmd/Ctrl Shift D
SentCmd/Ctrl Shift S
TrashAlt Shift T
SpamAlt Shift S
Open ContactsCmd/Ctrl Shift C
SearchCmd/Ctrl F
Toggle SidebarCmd/Ctrl /
Toggle \"Always on Top\"Cmd/Ctrl Shift T
Keyboard Shortcuts ReferenceShift / or ?
Toggle Developer ToolsOption Cmd I (macOS) or Ctrl Shift I
\n

Disclaimer

\n

This code is in no way affiliated with, authorised, maintained, sponsored or endorsed by Google or any of its affiliates or subsidiaries. This is an independent and unofficial Gmail app. Use it at your own risk.

\n

End User License Agreement

\n
    \n
  • You will not use this repository for sending mass spam or any other malicious activity.
  • \n
  • We / You will not support anyone who is violating this EULA conditions.
  • \n
  • Repository is just for learning / personal purposes thus should not be part of any service available on the Internet that is trying to do any malicious activity (mass bulk request, spam etc).
  • \n
\n

Donate

\n

Hi! I work on this project in my spare time, beside my primary job. I hope enjoy using Inboxer, and if you do, please, support this project 🙏🏻.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Credit/Debit cardBitcoinEthereum
Donate with LiqPay1FrPrQb6ACTkbSBAz9PduJWrDFfq41Ggb40x6aF39C917359897ae6969Ad682C14110afe1a0a1
\n

I would appreciate your support! Thank you!

\n

License

\n

MIT © Denys Dovhan

\n\n
", - "readmeFetchedAt": "2020-09-17T12:09:25.279Z" + "readmeFetchedAt": "2020-09-18T00:10:41.832Z" }, - "hyper": { - "readmeCleaned": "

\"\"

\n

\n \n \n \n

\n

\"Node\n\"macOS\n\"Windows\n\"Linux\n\"Changelog\n\"Join

\n

For more details, head to: https://hyper.is

\n

Project goals

\n

The goal of the project is to create a beautiful and extensible experience for command-line interface users, built on open web standards. In the beginning, our focus will be primarily around speed, stability and the development of the correct API for extension authors.

\n

In the future, we anticipate the community will come up with innovative additions to enhance what could be the simplest, most powerful and well-tested interface for productivity.

\n

Usage

\n

Download the latest release!

\n

Linux

\n

Arch and derivatives

\n

Hyper is available in the AUR. Use an AUR package manager like aurman

\n
aurman -S hyper
\n

NixOS

\n

Hyper is available as Nix package, to install the app run this command:

\n
nix-env -i hyper
\n

macOS

\n

Use Homebrew Cask to download the app by running these commands:

\n
brew update\nbrew cask install hyper
\n

Windows

\n

Use chocolatey to install the app by running the following command (package information can be found here):

\n
choco install hyper
\n

Note: The version available on Homebrew Cask, Chocolatey, Snapcraft or the AUR may not be the latest. Please consider downloading it from here if that's the case.

\n

Contribute

\n

Regardless of the platform you are working on, you will need to have Yarn installed. If you have never installed Yarn before, you can find out how at: https://yarnpkg.com/en/docs/install.

\n
    \n
  1. Install necessary packages:
  2. \n
\n
    \n
  • Windows\n
      \n
    • Be sure to run yarn global add windows-build-tools from an elevated prompt (as an administrator) to install windows-build-tools.
    • \n
    \n
  • \n
  • macOS\n
      \n
    • Once you have installed Yarn, you can skip this section!
    • \n
    \n
  • \n
  • Linux (You can see here what your Linux is based on.)\n
      \n
    • RPM-based\n
        \n
      • GraphicsMagick
      • \n
      • libicns-utils
      • \n
      • xz (Installed by default on some distributions.)
      • \n
      \n
    • \n
    • Debian-based\n
        \n
      • graphicsmagick
      • \n
      • icnsutils
      • \n
      • xz-utils
      • \n
      \n
    • \n
    \n
  • \n
\n
    \n
  1. Fork this repository to your own GitHub account and then clone it to your local device
  2. \n
  3. Install the dependencies: yarn
  4. \n
  5. Build the code and watch for changes: yarn run dev
  6. \n
  7. To run hyper
  8. \n
\n
    \n
  • yarn run app from another terminal tab/window/pane
  • \n
  • If you are using Visual Studio Code, select Launch Hyper in debugger configuration to launch a new Hyper instance with debugger attached.
  • \n
  • If you interrupt yarn run dev, you'll need to relaunch it each time you want to test something. Webpack will watch changes and will rebuild renderer code when needed (and only what have changed). You'll just have to relaunch electron by using yarn run app or VSCode launch task.
  • \n
\n

To make sure that your code works in the finished application, you can generate the binaries like this:

\n
yarn run dist
\n

After that, you will see the binary in the ./dist folder!

\n

Known issues that can happen during development

\n
Error building node-pty
\n

If after building during development you get an alert dialog related to node-pty issues,\nmake sure its build process is working correctly by running yarn run rebuild-node-pty.

\n

If you are on macOS, this typically is related to Xcode issues (like not having agreed\nto the Terms of Service by running sudo xcodebuild after a fresh Xcode installation).

\n
Error with c++ on macOS when running yarn
\n

If you are getting compiler errors when running yarn add the environment variable export CXX=clang++

\n
Error with codesign on macOS when running yarn run dist
\n

If you have issues in the codesign step when running yarn run dist on macOS, you can temporarily disable code signing locally by setting\nexport CSC_IDENTITY_AUTO_DISCOVERY=false for the current terminal session.

\n

Related Repositories

\n\n
", - "readmeOriginal": "

\"\"

\n

\n \n \n \n

\n

\"Node\n\"macOS\n\"Windows\n\"Linux\n\"Changelog\n\"Join

\n

For more details, head to: https://hyper.is

\n

Project goals

\n

The goal of the project is to create a beautiful and extensible experience for command-line interface users, built on open web standards. In the beginning, our focus will be primarily around speed, stability and the development of the correct API for extension authors.

\n

In the future, we anticipate the community will come up with innovative additions to enhance what could be the simplest, most powerful and well-tested interface for productivity.

\n

Usage

\n

Download the latest release!

\n

Linux

\n

Arch and derivatives

\n

Hyper is available in the AUR. Use an AUR package manager like aurman

\n
aurman -S hyper
\n

NixOS

\n

Hyper is available as Nix package, to install the app run this command:

\n
nix-env -i hyper
\n

macOS

\n

Use Homebrew Cask to download the app by running these commands:

\n
brew update\nbrew cask install hyper
\n

Windows

\n

Use chocolatey to install the app by running the following command (package information can be found here):

\n
choco install hyper
\n

Note: The version available on Homebrew Cask, Chocolatey, Snapcraft or the AUR may not be the latest. Please consider downloading it from here if that's the case.

\n

Contribute

\n

Regardless of the platform you are working on, you will need to have Yarn installed. If you have never installed Yarn before, you can find out how at: https://yarnpkg.com/en/docs/install.

\n
    \n
  1. Install necessary packages:
  2. \n
\n
    \n
  • Windows\n
      \n
    • Be sure to run yarn global add windows-build-tools from an elevated prompt (as an administrator) to install windows-build-tools.
    • \n
    \n
  • \n
  • macOS\n
      \n
    • Once you have installed Yarn, you can skip this section!
    • \n
    \n
  • \n
  • Linux (You can see here what your Linux is based on.)\n
      \n
    • RPM-based\n
        \n
      • GraphicsMagick
      • \n
      • libicns-utils
      • \n
      • xz (Installed by default on some distributions.)
      • \n
      \n
    • \n
    • Debian-based\n
        \n
      • graphicsmagick
      • \n
      • icnsutils
      • \n
      • xz-utils
      • \n
      \n
    • \n
    \n
  • \n
\n
    \n
  1. Fork this repository to your own GitHub account and then clone it to your local device
  2. \n
  3. Install the dependencies: yarn
  4. \n
  5. Build the code and watch for changes: yarn run dev
  6. \n
  7. To run hyper
  8. \n
\n
    \n
  • yarn run app from another terminal tab/window/pane
  • \n
  • If you are using Visual Studio Code, select Launch Hyper in debugger configuration to launch a new Hyper instance with debugger attached.
  • \n
  • If you interrupt yarn run dev, you'll need to relaunch it each time you want to test something. Webpack will watch changes and will rebuild renderer code when needed (and only what have changed). You'll just have to relaunch electron by using yarn run app or VSCode launch task.
  • \n
\n

To make sure that your code works in the finished application, you can generate the binaries like this:

\n
yarn run dist
\n

After that, you will see the binary in the ./dist folder!

\n

Known issues that can happen during development

\n
Error building node-pty
\n

If after building during development you get an alert dialog related to node-pty issues,\nmake sure its build process is working correctly by running yarn run rebuild-node-pty.

\n

If you are on macOS, this typically is related to Xcode issues (like not having agreed\nto the Terms of Service by running sudo xcodebuild after a fresh Xcode installation).

\n
Error with c++ on macOS when running yarn
\n

If you are getting compiler errors when running yarn add the environment variable export CXX=clang++

\n
Error with codesign on macOS when running yarn run dist
\n

If you have issues in the codesign step when running yarn run dist on macOS, you can temporarily disable code signing locally by setting\nexport CSC_IDENTITY_AUTO_DISCOVERY=false for the current terminal session.

\n

Related Repositories

\n\n
", - "readmeFetchedAt": "2020-09-17T12:09:25.337Z" + "infiniti-clips": { + "readmeCleaned": "

\n \"Clips\"\n

\n

Clips is a free, open source hybrid clipboard application available for Windows and macOS.

\n

Clips powered by Google Drive synchronize your clipboard with multiple devices, and allows you to quickly search throw your clipboard history.

\n

Clips is MIT licensed.

\n

History

\n

Clips is a revision of Infiniti Clips.

\n

Codebase

\n

Clips is written completely in TypeScript, and built with Vue CLI Plugin Electron Builder.

\n

Clips makes extensive use of functional and reactive programming.

\n

Status

\n

You can find the current area of focus in Github Issues.

\n

Getting Started

\n

To setup Clips, all you need is

\n
$ git clone https://github.com/azure06/clips.git\n$ cd clips\n$ touch .env
\n

add a valid sentry DSN in .env file (needs some fixes... 🔥).

\n
VUE_APP_SENTRY_DSN=Any valid sentry dsn in .env file
\n

and finally

\n
$ npm install\n$ npm run electron:serve
\n

Philosophy

\n

Work in progress.

\n

Project Management

\n

Work in progress.

\n

Technical

\n

Work in progress.

\n

Community

\n

Work in progress.

\n
", + "readmeOriginal": "

\n \"Clips\"\n

\n

Clips is a free, open source hybrid clipboard application available for Windows and macOS.

\n

Clips powered by Google Drive synchronize your clipboard with multiple devices, and allows you to quickly search throw your clipboard history.

\n

Clips is MIT licensed.

\n

History

\n

Clips is a revision of Infiniti Clips.

\n

Codebase

\n

Clips is written completely in TypeScript, and built with Vue CLI Plugin Electron Builder.

\n

Clips makes extensive use of functional and reactive programming.

\n

Status

\n

You can find the current area of focus in Github Issues.

\n

Getting Started

\n

To setup Clips, all you need is

\n
$ git clone https://github.com/azure06/clips.git\n$ cd clips\n$ touch .env
\n

add a valid sentry DSN in .env file (needs some fixes... 🔥).

\n
VUE_APP_SENTRY_DSN=Any valid sentry dsn in .env file
\n

and finally

\n
$ npm install\n$ npm run electron:serve
\n

Philosophy

\n

Work in progress.

\n

Project Management

\n

Work in progress.

\n

Technical

\n

Work in progress.

\n

Community

\n

Work in progress.

\n
", + "readmeFetchedAt": "2020-09-18T00:10:41.937Z" }, "instatron": { "readmeCleaned": "

\n \n
\n
\n

\n

\n \"Dependency\n \"devDependency\n \"MIT\n \"Current\n

\n

\n \"Paypal\"\n \"Patreon\"\n \"buymeacoffee\"\n

\n

Instatron - Instagram desktop uploader

\n

A simple Instagram desktop uploader & client app build with electron. Share your photos and images just like on your mobile phone!

\n

\n \n
\n
\n

\n

Table of contents

\n\n

Features

\n
    \n
  • Upload & post images
  • \n
  • Browse photos
  • \n
  • Follow/unfollow users
  • \n
  • Bookmark photos
  • \n
  • Like photos
  • \n
  • Manage your profile
  • \n
  • Manage your settings
  • \n
  • Watch moments
  • \n
\n

Install

\n

Clone this repo

\n
git clone https://github.com/alexdevero/instatron.git\n
\n

Install dependencies

\n
npm install\n
\n

or

\n
yarn\n
\n

Usage

\n

Run the app

\n
npm run start\n
\n

or

\n
yarn run start\n
\n

Build the app

\n
npm run package\n
\n

or

\n
yarn run package\n
\n

Support this project

\n

I open-source almost everything I can, and I try to reply everyone needing help using these projects. Obviously,\nthis takes time. You can use these projects in your applications for free! You can even change the source code and redistribute (even resell it).

\n

If you get some profit from this or just want to encourage me to continue creating stuff, there are few ways you can do it:

\n
    \n
  • Starring and sharing the project
  • \n
  • \"Donate\"—make one-time donations via PayPal.
  • \n
  • \"Donate\"—set up monthly donation via Patreon and get interesting news about what I'm doing.
  • \n
  • \"bitcoin\"—send bitcoins or ethereum to this address: 19jHGagJWeVvuNjN3kaBoAszXd9ea9gKzp.
  • \n
\n

Thank you!

\n

Code of Conduct

\n

Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

\n

License

\n

MIT © Alex Devero.

\n\n
", "readmeOriginal": "

\n \n
\n
\n

\n

\n \"Dependency\n \"devDependency\n \"MIT\n \"Current\n

\n

\n \"Paypal\"\n \"Patreon\"\n \"buymeacoffee\"\n

\n

Instatron - Instagram desktop uploader

\n

A simple Instagram desktop uploader & client app build with electron. Share your photos and images just like on your mobile phone!

\n

\n \n
\n
\n

\n

Table of contents

\n\n

Features

\n
    \n
  • Upload & post images
  • \n
  • Browse photos
  • \n
  • Follow/unfollow users
  • \n
  • Bookmark photos
  • \n
  • Like photos
  • \n
  • Manage your profile
  • \n
  • Manage your settings
  • \n
  • Watch moments
  • \n
\n

Install

\n

Clone this repo

\n
git clone https://github.com/alexdevero/instatron.git\n
\n

Install dependencies

\n
npm install\n
\n

or

\n
yarn\n
\n

Usage

\n

Run the app

\n
npm run start\n
\n

or

\n
yarn run start\n
\n

Build the app

\n
npm run package\n
\n

or

\n
yarn run package\n
\n

Support this project

\n

I open-source almost everything I can, and I try to reply everyone needing help using these projects. Obviously,\nthis takes time. You can use these projects in your applications for free! You can even change the source code and redistribute (even resell it).

\n

If you get some profit from this or just want to encourage me to continue creating stuff, there are few ways you can do it:

\n
    \n
  • Starring and sharing the project
  • \n
  • \"Donate\"—make one-time donations via PayPal.
  • \n
  • \"Donate\"—set up monthly donation via Patreon and get interesting news about what I'm doing.
  • \n
  • \"bitcoin\"—send bitcoins or ethereum to this address: 19jHGagJWeVvuNjN3kaBoAszXd9ea9gKzp.
  • \n
\n

Thank you!

\n

Code of Conduct

\n

Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

\n

License

\n

MIT © Alex Devero.

\n\n
", - "readmeFetchedAt": "2020-09-17T12:09:25.644Z" + "readmeFetchedAt": "2020-09-18T00:10:41.991Z" }, - "infiniti-clips": { - "readmeCleaned": "

\n \"Clips\"\n

\n

Clips is a free, open source hybrid clipboard application available for Windows and macOS.

\n

Clips powered by Google Drive synchronize your clipboard with multiple devices, and allows you to quickly search throw your clipboard history.

\n

Clips is MIT licensed.

\n

History

\n

Clips is a revision of Infiniti Clips.

\n

Codebase

\n

Clips is written completely in TypeScript, and built with Vue CLI Plugin Electron Builder.

\n

Clips makes extensive use of functional and reactive programming.

\n

Status

\n

You can find the current area of focus in Github Issues.

\n

Getting Started

\n

To setup Clips, all you need is

\n
$ git clone https://github.com/azure06/clips.git\n$ cd clips\n$ touch .env
\n

add a valid sentry DSN in .env file (needs some fixes... 🔥).

\n
VUE_APP_SENTRY_DSN=Any valid sentry dsn in .env file
\n

and finally

\n
$ npm install\n$ npm run electron:serve
\n

Philosophy

\n

Work in progress.

\n

Project Management

\n

Work in progress.

\n

Technical

\n

Work in progress.

\n

Community

\n

Work in progress.

\n
", - "readmeOriginal": "

\n \"Clips\"\n

\n

Clips is a free, open source hybrid clipboard application available for Windows and macOS.

\n

Clips powered by Google Drive synchronize your clipboard with multiple devices, and allows you to quickly search throw your clipboard history.

\n

Clips is MIT licensed.

\n

History

\n

Clips is a revision of Infiniti Clips.

\n

Codebase

\n

Clips is written completely in TypeScript, and built with Vue CLI Plugin Electron Builder.

\n

Clips makes extensive use of functional and reactive programming.

\n

Status

\n

You can find the current area of focus in Github Issues.

\n

Getting Started

\n

To setup Clips, all you need is

\n
$ git clone https://github.com/azure06/clips.git\n$ cd clips\n$ touch .env
\n

add a valid sentry DSN in .env file (needs some fixes... 🔥).

\n
VUE_APP_SENTRY_DSN=Any valid sentry dsn in .env file
\n

and finally

\n
$ npm install\n$ npm run electron:serve
\n

Philosophy

\n

Work in progress.

\n

Project Management

\n

Work in progress.

\n

Technical

\n

Work in progress.

\n

Community

\n

Work in progress.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:25.889Z" + "inpad": { + "readmeCleaned": "
\n

Boost Note for Teams

\n

We've developed a collaborative workspace app called "Boost Hub" for developer teams.

\n

It's customizable and easy to optimize for your team like rego blocks and even lets you edit documents together in real-time!

\n
\n
\n \n

https://boostnote.io/

\n
\n

\"uiimage\"

\n

A Polished Notes App with GitHub Flavored Markdown

\n

for macOS, Windows, Linux, iOS, and Android

\n

BoostNote.next is a renewal of the Boostnote app.

\n

Latest releases

\n\n

Roadmap

\n

Boost Note Roadmap 2020

\n

Authors & Maintainers

\n\n

Community

\n\n

Development

\n

Folder structure

\n
    \n
  • android : Android app project. Please open with Android Studio.
  • \n
  • dist : Bundled electron app stuff. All executable and installable of the electron app are generated in this folder. You can generate this by npm run prepack, npm run pack, and npm run release scripts.
  • \n
  • compiled : Compiled web app resources from npm run build script. The resources are for deploying the web app.
  • \n
  • electron : Compiled electron resources from npm run build:electron script. You can run it by npm start script. The resources are for packaging the electron app.
  • \n
  • ios : iOS app project. Please open with XCode.
  • \n
  • src : Source code.
  • \n
\n

Build

\n

You have to create a file named .env in the root of the project directory, or the build will fail.

\n

Web app

\n
# Install dependencies\nnpm i\n\n# Run webpack and open browser\nnpm run dev
\n

Electron app

\n
# Install dependencies\nnpm i\n\n# Run webpack\nnpm run dev:webpack\n\n# Run electron (You have to open another terminal to run this)\nnpm run dev:electron
\n
\n

For Windows users, If npm run dev:electron doesn't spawn an electron window, please try again after removing %APPDATA%\\electron directory.

\n
\n

Mobile app

\n\n

License

\n

GPL-3.0 © 2020 BoostIO

\n
", + "readmeOriginal": "
\n

Boost Note for Teams

\n

We've developed a collaborative workspace app called \"Boost Hub\" for developer teams.

\n

It's customizable and easy to optimize for your team like rego blocks and even lets you edit documents together in real-time!

\n
\n
\n \n

https://boostnote.io/

\n
\n

\"uiimage\"

\n

A Polished Notes App with GitHub Flavored Markdown

\n

for macOS, Windows, Linux, iOS, and Android

\n

BoostNote.next is a renewal of the Boostnote app.

\n

Latest releases

\n\n

Roadmap

\n

Boost Note Roadmap 2020

\n

Authors & Maintainers

\n\n

Community

\n\n

Development

\n

Folder structure

\n
    \n
  • android : Android app project. Please open with Android Studio.
  • \n
  • dist : Bundled electron app stuff. All executable and installable of the electron app are generated in this folder. You can generate this by npm run prepack, npm run pack, and npm run release scripts.
  • \n
  • compiled : Compiled web app resources from npm run build script. The resources are for deploying the web app.
  • \n
  • electron : Compiled electron resources from npm run build:electron script. You can run it by npm start script. The resources are for packaging the electron app.
  • \n
  • ios : iOS app project. Please open with XCode.
  • \n
  • src : Source code.
  • \n
\n

Build

\n

You have to create a file named .env in the root of the project directory, or the build will fail.

\n

Web app

\n
# Install dependencies\nnpm i\n\n# Run webpack and open browser\nnpm run dev
\n

Electron app

\n
# Install dependencies\nnpm i\n\n# Run webpack\nnpm run dev:webpack\n\n# Run electron (You have to open another terminal to run this)\nnpm run dev:electron
\n
\n

For Windows users, If npm run dev:electron doesn't spawn an electron window, please try again after removing %APPDATA%\\electron directory.

\n
\n

Mobile app

\n\n

License

\n

GPL-3.0 © 2020 BoostIO

\n
", + "readmeFetchedAt": "2020-09-18T00:10:42.009Z" }, "ionic-creator": { "readmeCleaned": "

\n \"Ionic\n
\n Ionic-Creator (UNOFFICIAL)\n
\n

\n

This is the unofficial Ionic-Creator web app. Built using the Electron framework to take the current live feed site and give it to you as a desktop app.

\n

\n \"Travis\"\n \"Appveyor\"\n \"Release\"\n \"Paypal\"\n \"Downloads\"\n

\n

Screenshots

\n

\n

\n

\n

\n

Install

\n

Download the lastest version.

\n

Development

\n
    \n
  • Clone: $ git clone https://github.com/Meadowcottage/Ionic-Creator.git
  • \n
  • Install NPM: $ npm install
  • \n
  • Start Preview: $ npm start
  • \n
  • Build: $ npm run dist
  • \n
\n

SUPPORT

\n

\"Ionic-Creator\" Most of the support for this app must go to the Ionic-Creator team and the work they put in to make the platform itself and continue to make it great for streamers to use. To support Ionic-Creator, who built the platform, feel free to check out their site for more details.

\n

\"Github\" Feel free to help support this unofficial app by submitting issues or bugs so we can resolve and fox them or even feel free to submit pull requests if you have already helped develop a fix for one of the bugs in the app.

\n

LICENSE:

\n

This program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.

\n

This program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.

\n

You should have received a copy of the GNU General Public License\nalong with this program. If not, see http://www.gnu.org/licenses/.

\n
", "readmeOriginal": "

\n \"Ionic\n
\n Ionic-Creator (UNOFFICIAL)\n
\n

\n

This is the unofficial Ionic-Creator web app. Built using the Electron framework to take the current live feed site and give it to you as a desktop app.

\n

\n \"Travis\"\n \"Appveyor\"\n \"Release\"\n \"Paypal\"\n \"Downloads\"\n

\n

Screenshots

\n

\n

\n

\n

\n

Install

\n

Download the lastest version.

\n

Development

\n
    \n
  • Clone: $ git clone https://github.com/Meadowcottage/Ionic-Creator.git
  • \n
  • Install NPM: $ npm install
  • \n
  • Start Preview: $ npm start
  • \n
  • Build: $ npm run dist
  • \n
\n

SUPPORT

\n

\"Ionic-Creator\" Most of the support for this app must go to the Ionic-Creator team and the work they put in to make the platform itself and continue to make it great for streamers to use. To support Ionic-Creator, who built the platform, feel free to check out their site for more details.

\n

\"Github\" Feel free to help support this unofficial app by submitting issues or bugs so we can resolve and fox them or even feel free to submit pull requests if you have already helped develop a fix for one of the bugs in the app.

\n

LICENSE:

\n

This program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.

\n

This program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.

\n

You should have received a copy of the GNU General Public License\nalong with this program. If not, see http://www.gnu.org/licenses/.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:25.960Z" - }, - "inpad": { - "readmeCleaned": "
\n

Boost Note for Teams

\n

We've developed a collaborative workspace app called "Boost Hub" for developer teams.

\n

It's customizable and easy to optimize for your team like rego blocks and even lets you edit documents together in real-time!

\n
\n
\n \n

https://boostnote.io/

\n
\n

\"uiimage\"

\n

A Polished Notes App with GitHub Flavored Markdown

\n

for macOS, Windows, Linux, iOS, and Android

\n

BoostNote.next is a renewal of the Boostnote app.

\n

Latest releases

\n\n

Roadmap

\n

Boost Note Roadmap 2020

\n

Authors & Maintainers

\n\n

Community

\n\n

Development

\n

Folder structure

\n
    \n
  • android : Android app project. Please open with Android Studio.
  • \n
  • dist : Bundled electron app stuff. All executable and installable of the electron app are generated in this folder. You can generate this by npm run prepack, npm run pack, and npm run release scripts.
  • \n
  • compiled : Compiled web app resources from npm run build script. The resources are for deploying the web app.
  • \n
  • electron : Compiled electron resources from npm run build:electron script. You can run it by npm start script. The resources are for packaging the electron app.
  • \n
  • ios : iOS app project. Please open with XCode.
  • \n
  • src : Source code.
  • \n
\n

Build

\n

You have to create a file named .env in the root of the project directory, or the build will fail.

\n

Web app

\n
# Install dependencies\nnpm i\n\n# Run webpack and open browser\nnpm run dev
\n

Electron app

\n
# Install dependencies\nnpm i\n\n# Run webpack\nnpm run dev:webpack\n\n# Run electron (You have to open another terminal to run this)\nnpm run dev:electron
\n
\n

For Windows users, If npm run dev:electron doesn't spawn an electron window, please try again after removing %APPDATA%\\electron directory.

\n
\n

Mobile app

\n\n

License

\n

GPL-3.0 © 2020 BoostIO

\n
", - "readmeOriginal": "
\n

Boost Note for Teams

\n

We've developed a collaborative workspace app called \"Boost Hub\" for developer teams.

\n

It's customizable and easy to optimize for your team like rego blocks and even lets you edit documents together in real-time!

\n
\n
\n \n

https://boostnote.io/

\n
\n

\"uiimage\"

\n

A Polished Notes App with GitHub Flavored Markdown

\n

for macOS, Windows, Linux, iOS, and Android

\n

BoostNote.next is a renewal of the Boostnote app.

\n

Latest releases

\n\n

Roadmap

\n

Boost Note Roadmap 2020

\n

Authors & Maintainers

\n\n

Community

\n\n

Development

\n

Folder structure

\n
    \n
  • android : Android app project. Please open with Android Studio.
  • \n
  • dist : Bundled electron app stuff. All executable and installable of the electron app are generated in this folder. You can generate this by npm run prepack, npm run pack, and npm run release scripts.
  • \n
  • compiled : Compiled web app resources from npm run build script. The resources are for deploying the web app.
  • \n
  • electron : Compiled electron resources from npm run build:electron script. You can run it by npm start script. The resources are for packaging the electron app.
  • \n
  • ios : iOS app project. Please open with XCode.
  • \n
  • src : Source code.
  • \n
\n

Build

\n

You have to create a file named .env in the root of the project directory, or the build will fail.

\n

Web app

\n
# Install dependencies\nnpm i\n\n# Run webpack and open browser\nnpm run dev
\n

Electron app

\n
# Install dependencies\nnpm i\n\n# Run webpack\nnpm run dev:webpack\n\n# Run electron (You have to open another terminal to run this)\nnpm run dev:electron
\n
\n

For Windows users, If npm run dev:electron doesn't spawn an electron window, please try again after removing %APPDATA%\\electron directory.

\n
\n

Mobile app

\n\n

License

\n

GPL-3.0 © 2020 BoostIO

\n
", - "readmeFetchedAt": "2020-09-17T12:09:26.005Z" + "readmeFetchedAt": "2020-09-18T00:10:42.022Z" }, "ioui": { "readmeCleaned": "

\"License:

\n

\n\n

\n

IOUI

\n

Welcome to IOUI(beta), a desktop app which provide you IONIC CLI in UI

\n\n

Requirements

\n
    \n
  • node.js | ionic | cordova this all need to installed in you System as this all are required to use IONIC
  • \n
  • To build android app required Android Studio installed in you PC/Mac
  • \n
  • To build IOS app required Xcode instaled in you PC/Mac
  • \n
\n

Download

\n

(Windows and Linux coming soon!)

\n

Mac: IOUI-1.0.0.dmg

\n

Main Features

\n
    \n
  • Create project with template like side-menu,tab,blank
  • \n
  • Live serve ionic app
  • \n
  • App build for IOS and Android
  • \n
  • Genrate Page,Service,Component,Pipe, etc...
  • \n
  • Install & Uninstall cordova plugins
  • \n
  • Mange app details like App Id, App name, App version, App author, App email
  • \n
  • Run app in simulator IOS / Android
  • \n
  • Create Splash screen and App Icons (Put Icons and Splash in resources folder in App directory).
  • \n
\n

Future Goals

\n
    \n
  • Provide Support React, Vue for ionic
  • \n
  • Support feature for Anguler 2 CLI for Direct Anguler project
  • \n
  • Ionic Compatible IDE
  • \n
\n

How to Use

\n

MAC

\n

Download DMG file and install and use but we not support sudo feature so please in that directory where sudo not required soon we will give that feature.

\n

Resources

\n

Built with Electron and JS

\n

If you Like

\n

Give a ⭐️ if this App helped you!

\n

Authors: Shivang Pokar

\n
", "readmeOriginal": "

\"License:

\n

\n\n

\n

IOUI

\n

Welcome to IOUI(beta), a desktop app which provide you IONIC CLI in UI

\n\n

Requirements

\n
    \n
  • node.js | ionic | cordova this all need to installed in you System as this all are required to use IONIC
  • \n
  • To build android app required Android Studio installed in you PC/Mac
  • \n
  • To build IOS app required Xcode instaled in you PC/Mac
  • \n
\n

Download

\n

(Windows and Linux coming soon!)

\n

Mac: IOUI-1.0.0.dmg

\n

Main Features

\n
    \n
  • Create project with template like side-menu,tab,blank
  • \n
  • Live serve ionic app
  • \n
  • App build for IOS and Android
  • \n
  • Genrate Page,Service,Component,Pipe, etc...
  • \n
  • Install & Uninstall cordova plugins
  • \n
  • Mange app details like App Id, App name, App version, App author, App email
  • \n
  • Run app in simulator IOS / Android
  • \n
  • Create Splash screen and App Icons (Put Icons and Splash in resources folder in App directory).
  • \n
\n

Future Goals

\n
    \n
  • Provide Support React, Vue for ionic
  • \n
  • Support feature for Anguler 2 CLI for Direct Anguler project
  • \n
  • Ionic Compatible IDE
  • \n
\n

How to Use

\n

MAC

\n

Download DMG file and install and use but we not support sudo feature so please in that directory where sudo not required soon we will give that feature.

\n

Resources

\n

Built with Electron and JS

\n

If you Like

\n

Give a ⭐️ if this App helped you!

\n

Authors: Shivang Pokar

\n
", - "readmeFetchedAt": "2020-09-17T12:09:26.032Z" + "readmeFetchedAt": "2020-09-18T00:10:42.063Z" + }, + "ironnode": { + "readmeCleaned": "

\"ironNode\"
\n\"NPM\n\"Build\n\"Codacy\n\"Dependency\n\"devDependency\n\"NPM\n\"Massachusetts\n\"Donate\"

\n

Debug Node.js code with Chrome Developer Tools on Linux, Windows and OS X.

\n

This software aims to make things easier 😄. With ironNode you have the full power of JavaScript debugging within Chrome Developer Tools.

\n

Installation

\n

npm install iron-node -g;

\n

Usage

\n

The usage is the same as node. Use iron-node instead of node.
\nKeep in mind to place the keyword debugger; to a place where you want to stop. Run a debug session with the given JavaScript file.

\n
iron-node PATH_TO_NODE_JS_FILE [--customparm1=foo --customparm2=bar];
\n

Demo

\n

\"Version

\n

More screenshots and demos

\n

Documentation

\n\n

Support

\n\n

Contributing

\n

License

\n
", + "readmeOriginal": "

\"ironNode\"
\n\"NPM\n\"Build\n\"Codacy\n\"Dependency\n\"devDependency\n\"NPM\n\"Massachusetts\n\"Donate\"

\n

Debug Node.js code with Chrome Developer Tools on Linux, Windows and OS X.

\n

This software aims to make things easier 😄. With ironNode you have the full power of JavaScript debugging within Chrome Developer Tools.

\n

Installation

\n

npm install iron-node -g;

\n

Usage

\n

The usage is the same as node. Use iron-node instead of node.
\nKeep in mind to place the keyword debugger; to a place where you want to stop. Run a debug session with the given JavaScript file.

\n
iron-node PATH_TO_NODE_JS_FILE [--customparm1=foo --customparm2=bar];
\n

Demo

\n

\"Version

\n

More screenshots and demos

\n

Documentation

\n\n

Support

\n\n

Contributing

\n

License

\n
", + "readmeFetchedAt": "2020-09-18T00:10:42.068Z" + }, + "itch": { + "readmeCleaned": "

itch

\n

\"MIT\n\"Built\n\"Build\n\"codecov\"\n\"Translation

\n

The goal of this project is to give you a desktop application that you can\ndownload and run games from itch.io with. Additionally you\nshould be able to update games and get notified when games are updated. The\ngoal is not to replace the itch.io website.

\n

Screenshots

\n

\"\"

\n

\"\"

\n

\"\"

\n

Downloads

\n

You can download it from https://itch.io/app, see Installing the app for\ndetailed instructions.

\n

If you'd like to develop the app instead, read the Getting Started page of the developer guide.

\n

About itch-setup

\n

itch-setup is the installer program for the itch app.

\n

It's a Go executable that runs on Windows, macOS and Linux, and downloads the latest\nversion of the app directly from https://itch.io.

\n

Although itch-setup is normally served from https://itch.io/app, the canonical\nsource to download it (e.g. for packaging purposes), is the following download server:

\n\n

broth is maintained by itch.io employees, and serves various packages related to the\nitch app.

\n

License

\n

itch is released under the MIT License, see the LICENSE file for details.

\n

Other apps

\n

Here are some other apps people have started:

\n\n
", + "readmeOriginal": "

itch

\n

\"MIT\n\"Built\n\"Build\n\"codecov\"\n\"Translation

\n

The goal of this project is to give you a desktop application that you can\ndownload and run games from itch.io with. Additionally you\nshould be able to update games and get notified when games are updated. The\ngoal is not to replace the itch.io website.

\n

Screenshots

\n

\"\"

\n

\"\"

\n

\"\"

\n

Downloads

\n

You can download it from https://itch.io/app, see Installing the app for\ndetailed instructions.

\n

If you'd like to develop the app instead, read the Getting Started page of the developer guide.

\n

About itch-setup

\n

itch-setup is the installer program for the itch app.

\n

It's a Go executable that runs on Windows, macOS and Linux, and downloads the latest\nversion of the app directly from https://itch.io.

\n

Although itch-setup is normally served from https://itch.io/app, the canonical\nsource to download it (e.g. for packaging purposes), is the following download server:

\n\n

broth is maintained by itch.io employees, and serves various packages related to the\nitch app.

\n

License

\n

itch is released under the MIT License, see the LICENSE file for details.

\n

Other apps

\n

Here are some other apps people have started:

\n\n
", + "readmeFetchedAt": "2020-09-18T00:10:42.085Z" }, "invizi": { "readmeCleaned": "

Invizi

\n

\"Electron\n\"Electron\n\"Electron

\n

Invizi is a 100% open source, private and free cryptocurrency manager.

\n

With Invizi you can safely track and trade your digital assets - all your data is local, encrypted and never leaves your computer. Invizi is a public good and will always be free to use.

\n

\"invizi-dashboard\"

\n

Our mission is to empower people to manage their digital assets without compromising their privacy. We want to usher in a world without data breaches, predatory ad models, commoditization of user’s data and abuse of privacy.

\n

How to build and run from source

\n

Prerequisites

\n
    \n
  • Git
  • \n
  • Node.JS v12.x
  • \n
  • NPM
  • \n
  • A C/C++ compiler tool chain for your platform
  • \n
\n

1. Get the source

\n
git clone https://github.com/invizi/invizi.git
\n

2. Build

\n
cd invizi\n\n# install dependencies\nnpm install
\n

Build for Mac

\n
npm run build:mac
\n

Build for Windows

\n
npm run build:win
\n

Build for Linux

\n
npm run build:linux
\n

the executable will be placed in ./build folder

\n

Contributing

\n

There are many ways in which you can contribute:

\n\n

License

\n

Licensed under the GPLv3 license.

\n
", "readmeOriginal": "

Invizi

\n

\"Electron\n\"Electron\n\"Electron

\n

Invizi is a 100% open source, private and free cryptocurrency manager.

\n

With Invizi you can safely track and trade your digital assets - all your data is local, encrypted and never leaves your computer. Invizi is a public good and will always be free to use.

\n

\"invizi-dashboard\"

\n

Our mission is to empower people to manage their digital assets without compromising their privacy. We want to usher in a world without data breaches, predatory ad models, commoditization of user’s data and abuse of privacy.

\n

How to build and run from source

\n

Prerequisites

\n
    \n
  • Git
  • \n
  • Node.JS v12.x
  • \n
  • NPM
  • \n
  • A C/C++ compiler tool chain for your platform
  • \n
\n

1. Get the source

\n
git clone https://github.com/invizi/invizi.git
\n

2. Build

\n
cd invizi\n\n# install dependencies\nnpm install
\n

Build for Mac

\n
npm run build:mac
\n

Build for Windows

\n
npm run build:win
\n

Build for Linux

\n
npm run build:linux
\n

the executable will be placed in ./build folder

\n

Contributing

\n

There are many ways in which you can contribute:

\n\n

License

\n

Licensed under the GPLv3 license.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:26.044Z" + "readmeFetchedAt": "2020-09-18T00:10:42.090Z" }, "insomnia": { "readmeCleaned": "

Insomnia REST Client

\n

\"Travis\"\n\"Slack\n\"license\"\n\"CodeFund\"

\n

Insomnia is a cross-platform REST client, built on top of Electron.

\n

\"Insomnia

\n

Download

\n

Insomnia is available for Mac, Windows, and Linux and can be downloaded\nfrom the website.

\n

https://insomnia.rest/download

\n

Bugs and Feature Requests

\n

Have a bug or a feature request? First, read the\nissue guidelines and search for existing and\nclosed issues. If your problem or idea is not addressed yet, please open a new issue.

\n

For more generic product questions and feedback, join the Slack Team or email\nsupport@insomnia.rest

\n

Contributing

\n

Please read through our contributing guidelines and code of conduct. Included are directions\nfor opening issues, coding standards, and notes on development.

\n

Editor preferences are available in the editor config for easy use in\ncommon text editors. Read more and download plugins at editorconfig.org.

\n

Developing

\n

Development on Insomnia can be done on Mac, Windows, or Linux as long as you have\nNodeJS and Git. See the .nvmrc file located in the project for the correct Node version.

\n
\nInitial Dev Setup\n

This repository is structured as a monorepo and contains many Node.JS packages. Each package has\nits own set of commands, but the most common commands are available from the\nroot package.json and can be accessed using the npm run ... command. Here\nare the only three commands you should need to start developing on the app.

\n
# Install and Link Dependencies\nnpm run bootstrap\n\n# Run Tests\nnpm test\n\n# Start App with Live Reload\nnpm run app-start
\n

If you are on Linux, you may need to install the following supporting packages

\n
# Update library\nsudo apt-get update\n\n# Install font configuration library & support\nsudo apt-get install libfontconfig-dev\nsudo apt-get install font-manager\n\n# Build capability for required font-scanner package\nsudo apt-get install build-essential
\n

Also on Linux, if Electron is failing during the bootstrap process, run the following

\n
# Clear Electron install conflicts\nrm -rf ~/cache/electron
\n

If you are on Windows and have problems, you may need to install Windows Build Tools

\n
\n
\nEditor Requirements\n

You can use any editor you'd like, but make sure to have support/plugins for\nthe following tools:

\n
    \n
  • ESLint – For catching syntax problems and common errors
  • \n
  • JSX Syntax – For React components
  • \n
  • Flow – For type annotations
  • \n
\n
\n

Plugins

\n

Search, discover, and install plugins from the Insomnia Plugin Hub!

\n

Community Projects

\n
    \n
  • Insomnia Documenter – Generate beautiful API documentation pages using your Insomnia export file.
  • \n
  • GitHub API Spec Importer – A complete set of GitHub REST API route specifications that can be imported straight into Insomnia.
  • \n
  • Swaggymnia – Generate Swagger documentation for your existing API in Insomnia.
  • \n
\n

License

\n

MIT © Insomnia

\n
", "readmeOriginal": "

Insomnia REST Client

\n

\"Travis\"\n\"Slack\n\"license\"\n\"CodeFund\"

\n

Insomnia is a cross-platform REST client, built on top of Electron.

\n

\"Insomnia

\n

Download

\n

Insomnia is available for Mac, Windows, and Linux and can be downloaded\nfrom the website.

\n

https://insomnia.rest/download

\n

Bugs and Feature Requests

\n

Have a bug or a feature request? First, read the\nissue guidelines and search for existing and\nclosed issues. If your problem or idea is not addressed yet, please open a new issue.

\n

For more generic product questions and feedback, join the Slack Team or email\nsupport@insomnia.rest

\n

Contributing

\n

Please read through our contributing guidelines and code of conduct. Included are directions\nfor opening issues, coding standards, and notes on development.

\n

Editor preferences are available in the editor config for easy use in\ncommon text editors. Read more and download plugins at editorconfig.org.

\n

Developing

\n

Development on Insomnia can be done on Mac, Windows, or Linux as long as you have\nNodeJS and Git. See the .nvmrc file located in the project for the correct Node version.

\n
\nInitial Dev Setup\n

This repository is structured as a monorepo and contains many Node.JS packages. Each package has\nits own set of commands, but the most common commands are available from the\nroot package.json and can be accessed using the npm run ... command. Here\nare the only three commands you should need to start developing on the app.

\n
# Install and Link Dependencies\nnpm run bootstrap\n\n# Run Tests\nnpm test\n\n# Start App with Live Reload\nnpm run app-start
\n

If you are on Linux, you may need to install the following supporting packages

\n
# Update library\nsudo apt-get update\n\n# Install font configuration library & support\nsudo apt-get install libfontconfig-dev\nsudo apt-get install font-manager\n\n# Build capability for required font-scanner package\nsudo apt-get install build-essential
\n

Also on Linux, if Electron is failing during the bootstrap process, run the following

\n
# Clear Electron install conflicts\nrm -rf ~/cache/electron
\n

If you are on Windows and have problems, you may need to install Windows Build Tools

\n
\n
\nEditor Requirements\n

You can use any editor you'd like, but make sure to have support/plugins for\nthe following tools:

\n
    \n
  • ESLint – For catching syntax problems and common errors
  • \n
  • JSX Syntax – For React components
  • \n
  • Flow – For type annotations
  • \n
\n
\n

Plugins

\n

Search, discover, and install plugins from the Insomnia Plugin Hub!

\n

Community Projects

\n
    \n
  • Insomnia Documenter – Generate beautiful API documentation pages using your Insomnia export file.
  • \n
  • GitHub API Spec Importer – A complete set of GitHub REST API route specifications that can be imported straight into Insomnia.
  • \n
  • Swaggymnia – Generate Swagger documentation for your existing API in Insomnia.
  • \n
\n

License

\n

MIT © Insomnia

\n
", - "readmeFetchedAt": "2020-09-17T12:09:26.219Z" + "readmeFetchedAt": "2020-09-18T00:10:42.096Z" }, - "ironnode": { - "readmeCleaned": "

\"ironNode\"
\n\"NPM\n\"Build\n\"Codacy\n\"Dependency\n\"devDependency\n\"NPM\n\"Massachusetts\n\"Donate\"

\n

Debug Node.js code with Chrome Developer Tools on Linux, Windows and OS X.

\n

This software aims to make things easier 😄. With ironNode you have the full power of JavaScript debugging within Chrome Developer Tools.

\n

Installation

\n

npm install iron-node -g;

\n

Usage

\n

The usage is the same as node. Use iron-node instead of node.
\nKeep in mind to place the keyword debugger; to a place where you want to stop. Run a debug session with the given JavaScript file.

\n
iron-node PATH_TO_NODE_JS_FILE [--customparm1=foo --customparm2=bar];
\n

Demo

\n

\"Version

\n

More screenshots and demos

\n

Documentation

\n\n

Support

\n\n

Contributing

\n

License

\n
", - "readmeOriginal": "

\"ironNode\"
\n\"NPM\n\"Build\n\"Codacy\n\"Dependency\n\"devDependency\n\"NPM\n\"Massachusetts\n\"Donate\"

\n

Debug Node.js code with Chrome Developer Tools on Linux, Windows and OS X.

\n

This software aims to make things easier 😄. With ironNode you have the full power of JavaScript debugging within Chrome Developer Tools.

\n

Installation

\n

npm install iron-node -g;

\n

Usage

\n

The usage is the same as node. Use iron-node instead of node.
\nKeep in mind to place the keyword debugger; to a place where you want to stop. Run a debug session with the given JavaScript file.

\n
iron-node PATH_TO_NODE_JS_FILE [--customparm1=foo --customparm2=bar];
\n

Demo

\n

\"Version

\n

More screenshots and demos

\n

Documentation

\n\n

Support

\n\n

Contributing

\n

License

\n
", - "readmeFetchedAt": "2020-09-17T12:09:26.276Z" + "jamovi": { + "readmeCleaned": "

jamovi

\n

jamovi is a free and open statistics package, which is easy to use, and designed to be familiar to users of SPSS. It provides a spreadsheet editor, and a range of statistical analyses. jamovi can provide R syntax for each analysis that is run, and additional analyses for jamovi can be developed using the R language.

\n

Come visit us at jamovi.org.

\n

running

\n

the easiest way to build and work on jamovi, is to build it as a docker container. clone this repo (and submodules), and then build it with:

\n
git clone https://github.com/jamovi/jamovi.git\ncd jamovi\ngit submodule update --init --recursive\ndocker-compose build\n
\n

once built, it can be run with:

\n
docker-compose up\n
\n

this launches an embedded web-server, and jamovi can be accessed with a web-browser at the url http://localhost:41337

\n

building

\n

it's possible to modify the source code, and rebuild the docker image, to try out your changes -- however this can be time consuming. it's often easier to just rebuild the component of interest, rather than rebuilding everything.

\n

to this end, a build command is available from inside the container. the default configuration mounts the jamovi source folder (i.e. this repo) as a volume inside the container, and the build command uses it (including any changes you make) to rebuild the component of interest.

\n

the following commands are available:

\n
docker-compose exec jamovi build server\ndocker-compose exec jamovi build readstat\ndocker-compose exec jamovi build engine\ndocker-compose exec jamovi build compiler\ndocker-compose exec jamovi build jmvcore\ndocker-compose exec jamovi build jmv\ndocker-compose exec jamovi build client\n
\n

note that these require that the docker container is running. depending on which component has been rebuilt, it may be necessary to restart the docker container for the changes to take effect (docker-compose restart).

\n
", + "readmeOriginal": "

jamovi

\n

jamovi is a free and open statistics package, which is easy to use, and designed to be familiar to users of SPSS. It provides a spreadsheet editor, and a range of statistical analyses. jamovi can provide R syntax for each analysis that is run, and additional analyses for jamovi can be developed using the R language.

\n

Come visit us at jamovi.org.

\n

running

\n

the easiest way to build and work on jamovi, is to build it as a docker container. clone this repo (and submodules), and then build it with:

\n
git clone https://github.com/jamovi/jamovi.git\ncd jamovi\ngit submodule update --init --recursive\ndocker-compose build\n
\n

once built, it can be run with:

\n
docker-compose up\n
\n

this launches an embedded web-server, and jamovi can be accessed with a web-browser at the url http://localhost:41337

\n

building

\n

it's possible to modify the source code, and rebuild the docker image, to try out your changes -- however this can be time consuming. it's often easier to just rebuild the component of interest, rather than rebuilding everything.

\n

to this end, a build command is available from inside the container. the default configuration mounts the jamovi source folder (i.e. this repo) as a volume inside the container, and the build command uses it (including any changes you make) to rebuild the component of interest.

\n

the following commands are available:

\n
docker-compose exec jamovi build server\ndocker-compose exec jamovi build readstat\ndocker-compose exec jamovi build engine\ndocker-compose exec jamovi build compiler\ndocker-compose exec jamovi build jmvcore\ndocker-compose exec jamovi build jmv\ndocker-compose exec jamovi build client\n
\n

note that these require that the docker container is running. depending on which component has been rebuilt, it may be necessary to restart the docker container for the changes to take effect (docker-compose restart).

\n
", + "readmeFetchedAt": "2020-09-18T00:10:42.180Z" }, - "itch": { - "readmeCleaned": "

itch

\n

\"MIT\n\"Built\n\"Build\n\"codecov\"\n\"Translation

\n

The goal of this project is to give you a desktop application that you can\ndownload and run games from itch.io with. Additionally you\nshould be able to update games and get notified when games are updated. The\ngoal is not to replace the itch.io website.

\n

Screenshots

\n

\"\"

\n

\"\"

\n

\"\"

\n

Downloads

\n

You can download it from https://itch.io/app, see Installing the app for\ndetailed instructions.

\n

If you'd like to develop the app instead, read the Getting Started page of the developer guide.

\n

About itch-setup

\n

itch-setup is the installer program for the itch app.

\n

It's a Go executable that runs on Windows, macOS and Linux, and downloads the latest\nversion of the app directly from https://itch.io.

\n

Although itch-setup is normally served from https://itch.io/app, the canonical\nsource to download it (e.g. for packaging purposes), is the following download server:

\n\n

broth is maintained by itch.io employees, and serves various packages related to the\nitch app.

\n

License

\n

itch is released under the MIT License, see the LICENSE file for details.

\n

Other apps

\n

Here are some other apps people have started:

\n\n
", - "readmeOriginal": "

itch

\n

\"MIT\n\"Built\n\"Build\n\"codecov\"\n\"Translation

\n

The goal of this project is to give you a desktop application that you can\ndownload and run games from itch.io with. Additionally you\nshould be able to update games and get notified when games are updated. The\ngoal is not to replace the itch.io website.

\n

Screenshots

\n

\"\"

\n

\"\"

\n

\"\"

\n

Downloads

\n

You can download it from https://itch.io/app, see Installing the app for\ndetailed instructions.

\n

If you'd like to develop the app instead, read the Getting Started page of the developer guide.

\n

About itch-setup

\n

itch-setup is the installer program for the itch app.

\n

It's a Go executable that runs on Windows, macOS and Linux, and downloads the latest\nversion of the app directly from https://itch.io.

\n

Although itch-setup is normally served from https://itch.io/app, the canonical\nsource to download it (e.g. for packaging purposes), is the following download server:

\n\n

broth is maintained by itch.io employees, and serves various packages related to the\nitch app.

\n

License

\n

itch is released under the MIT License, see the LICENSE file for details.

\n

Other apps

\n

Here are some other apps people have started:

\n\n
", - "readmeFetchedAt": "2020-09-17T12:09:26.310Z" + "james": { + "readmeCleaned": "

This project is in maintenance mode

\n

Maintainers or forks welcome: the original James team aren't able to spend the same amount of time on James anymore.

\n

James

\n

\"Build

\n

James is an HTTP Proxy and Monitor that enables developers to view and intercept requests made from the browser.\nIt is an open-source alternative to the popular developer tool Charles

\n

James is built with hoxy, electron and react

\n

\"\"

\n

Installing

\n

Download the correct version for your OS and run

\n

\"All

\n

Features

\n

Wildcard URL Mappings

\n

To use wildcards in the "url to map" field, put a "*" between two adjacent slashes. For example:

\n
http://foo.com/version/*/app.js -> http://localhost:8000/app.js\n
\n

Requests which will be redirected:

\n
    \n
  • http://foo.com/version/1/app.js
  • \n
  • http://foo.com/version/26.8/app.js
  • \n
  • http://foo.com/version/spaghetti/app.js
  • \n
\n

Requests which will not be redirected:

\n
    \n
  • http://foo.com/version/app.js
  • \n
  • http://bar.com/version/1/app.js
  • \n
\n

You can also use multiple wildcards in the same URL.

\n

HTTPS Proxying

\n

To enable HTTPS support follow the instructions in our wiki

\n

Contributing

\n

Feel free to open pull requests and issues!\nIf you need inspiration, take a look in the issue section.

\n

Setting up a development environment

\n

The electron instance will automatically reload whenever a change is made

\n
    \n
  1. Clone the repository
  2. \n
  3. npm install
  4. \n
  5. npm start
  6. \n
\n

Other useful npm commands

\n
    \n
  • npm test: Runs all tests
  • \n
  • npm run build: Completely builds the app (no watch)
  • \n
  • npm run lint: Checks all JS code against defined code styling rules
  • \n
  • npm run release: Creates a standalone app bundle for all operating systems
  • \n
\n

Guidelines

\n
    \n
  • Make sure that no tests are failing
  • \n
  • Always add tests for new features
  • \n
  • Make sure that there are no linting errors in your code (use npm run lint)
  • \n
\n

Communication

\n

We're using Matrix for communication, and you can use the\nVector.im client to join the room.\n(If it doesn't load when you click "join", refresh the page).

\n

Contributors

\n
    \n
  • @davidneat
  • \n
  • @klipstein
  • \n
  • @mitchhentges
  • \n
  • @nerdbeere
  • \n
  • @tomitm
  • \n
\n

License

\n

The MIT License (MIT)

\n

Copyright (c) 2015 Julian Hollmann

\n

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

\n

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

\n

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

\n
", + "readmeOriginal": "

This project is in maintenance mode

\n

Maintainers or forks welcome: the original James team aren't able to spend the same amount of time on James anymore.

\n

James

\n

\"Build

\n

James is an HTTP Proxy and Monitor that enables developers to view and intercept requests made from the browser.\nIt is an open-source alternative to the popular developer tool Charles

\n

James is built with hoxy, electron and react

\n

\"\"

\n

Installing

\n

Download the correct version for your OS and run

\n

\"All

\n

Features

\n

Wildcard URL Mappings

\n

To use wildcards in the \"url to map\" field, put a \"*\" between two adjacent slashes. For example:

\n
http://foo.com/version/*/app.js -> http://localhost:8000/app.js\n
\n

Requests which will be redirected:

\n
    \n
  • http://foo.com/version/1/app.js
  • \n
  • http://foo.com/version/26.8/app.js
  • \n
  • http://foo.com/version/spaghetti/app.js
  • \n
\n

Requests which will not be redirected:

\n
    \n
  • http://foo.com/version/app.js
  • \n
  • http://bar.com/version/1/app.js
  • \n
\n

You can also use multiple wildcards in the same URL.

\n

HTTPS Proxying

\n

To enable HTTPS support follow the instructions in our wiki

\n

Contributing

\n

Feel free to open pull requests and issues!\nIf you need inspiration, take a look in the issue section.

\n

Setting up a development environment

\n

The electron instance will automatically reload whenever a change is made

\n
    \n
  1. Clone the repository
  2. \n
  3. npm install
  4. \n
  5. npm start
  6. \n
\n

Other useful npm commands

\n
    \n
  • npm test: Runs all tests
  • \n
  • npm run build: Completely builds the app (no watch)
  • \n
  • npm run lint: Checks all JS code against defined code styling rules
  • \n
  • npm run release: Creates a standalone app bundle for all operating systems
  • \n
\n

Guidelines

\n
    \n
  • Make sure that no tests are failing
  • \n
  • Always add tests for new features
  • \n
  • Make sure that there are no linting errors in your code (use npm run lint)
  • \n
\n

Communication

\n

We're using Matrix for communication, and you can use the\nVector.im client to join the room.\n(If it doesn't load when you click \"join\", refresh the page).

\n

Contributors

\n
    \n
  • @davidneat
  • \n
  • @klipstein
  • \n
  • @mitchhentges
  • \n
  • @nerdbeere
  • \n
  • @tomitm
  • \n
\n

License

\n

The MIT License (MIT)

\n

Copyright (c) 2015 Julian Hollmann

\n

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

\n

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

\n

THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

\n
", + "readmeFetchedAt": "2020-09-18T00:10:42.185Z" }, "j": { "readmeCleaned": "

\"Build\n\"Coverage\n\"Maintainability\"\n\"Dependency

\n

j v2

\n
\n

微信个人桌面机器人

\n
\n
    \n
  • 微信网页版 API
  • \n
  • electron vue webpack jest
  • \n
\n

介绍

\n

微信个人网页版API的微信机器人

\n
    \n
  • 扫码登录
  • \n
\n

\"扫码登录\"

\n
    \n
  • 发送消息
  • \n
\n

\"发送消息\"

\n

安装

\n\n

功能

\n
    \n
  • 群发
  • \n
\n

开发

\n
# install dependencies\nyarn\n\n# serve with hot reload at localhost:9080\nyarn dev\n\n# run unit tests\nyarn test\n\n# unit and coverage\nyarn cover\n\n# build electron application for production\nyarn build
\n
\n

问题

\n

欢迎 issues

\n

更新

\n

v2

\n

全面重构项目

\n

2.0.1

\n
    \n
  • 百度统计
  • \n
  • 帮助菜单
  • \n
  • 更新依赖
  • \n
  • 一些BUG修复
  • \n
\n

2.0.0

\n
    \n
  • 保留核心功能
  • \n
  • 最新依赖关系
  • \n
  • jest单元测试
  • \n
\n

v1

\n
    \n
  • 名单选中状态加深对比度 v0.0.2
  • \n
  • 消息发送完成后清空消息框 v0.0.3
  • \n
  • 没有选择组时,不显示 tabs v0.0.3
  • \n
  • 显示版本号 v0.0.4
  • \n
  • 软件版本更新提示 github api v0.0.5
  • \n
  • 构建 Windows 版本 v0.0.6
  • \n
  • F 修复 Windows 下侧边栏太窄添加按钮显示不全的问题 v0.0.6
  • \n
  • N 新增 群 v0.0.7
  • \n
  • N 新增 发送图片 v0.0.7
  • \n
  • F 修复 login 200 重定向动态域名 v0.0.8
  • \n
  • F 修复 MacOS 不能复制粘贴 添加菜单映射 v0.0.9
  • \n
  • N 新增 导出好友列表完成后通知消息 v0.0.9
  • \n
  • F 修复 侧边栏分组人数在切换用户后不对 - 分组对应用户 v0.1.0
  • \n
  • N 新增 自定义 图灵key v0.1.0
  • \n
  • N 新增 心跳图标 v0.1.0
  • \n
  • F 修复 导出好友取消键弹错误框 v0.1.1
  • \n
  • F 修复 选择好友后,搜索框清空 v0.1.1
  • \n
  • N 新增 版本更新项列表 v0.1.1
  • \n
  • N 新增 其它设备登录web微信下线通知 v0.1.2
  • \n
  • N 新增 阿里云oss同步分组配置 v0.1.2
  • \n
  • U 优化 调整 看参数配置 v0.1.2
  • \n
  • F 修复 好友大于1000不全 v0.1.3
  • \n
  • U 优化 发送多图 v0.1.3
  • \n
  • N 新增 好友分页 v0.1.3
  • \n
  • N 新增 是否显示头像选项 v0.1.3
  • \n
  • N 新增 备注用户名及搜索 v0.1.3
  • \n
\n

主要依赖

\n\n

License

\n

MIT

\n

Thanks

\n

为了更好的维护开源项目,谢谢你的支持!\n\"A

\n
", "readmeOriginal": "

\"Build\n\"Coverage\n\"Maintainability\"\n\"Dependency

\n

j v2

\n
\n

微信个人桌面机器人

\n
\n
    \n
  • 微信网页版 API
  • \n
  • electron vue webpack jest
  • \n
\n

介绍

\n

微信个人网页版API的微信机器人

\n
    \n
  • 扫码登录
  • \n
\n

\"扫码登录\"

\n
    \n
  • 发送消息
  • \n
\n

\"发送消息\"

\n

安装

\n\n

功能

\n
    \n
  • 群发
  • \n
\n

开发

\n
# install dependencies\nyarn\n\n# serve with hot reload at localhost:9080\nyarn dev\n\n# run unit tests\nyarn test\n\n# unit and coverage\nyarn cover\n\n# build electron application for production\nyarn build
\n
\n

问题

\n

欢迎 issues

\n

更新

\n

v2

\n

全面重构项目

\n

2.0.1

\n
    \n
  • 百度统计
  • \n
  • 帮助菜单
  • \n
  • 更新依赖
  • \n
  • 一些BUG修复
  • \n
\n

2.0.0

\n
    \n
  • 保留核心功能
  • \n
  • 最新依赖关系
  • \n
  • jest单元测试
  • \n
\n

v1

\n
    \n
  • 名单选中状态加深对比度 v0.0.2
  • \n
  • 消息发送完成后清空消息框 v0.0.3
  • \n
  • 没有选择组时,不显示 tabs v0.0.3
  • \n
  • 显示版本号 v0.0.4
  • \n
  • 软件版本更新提示 github api v0.0.5
  • \n
  • 构建 Windows 版本 v0.0.6
  • \n
  • F 修复 Windows 下侧边栏太窄添加按钮显示不全的问题 v0.0.6
  • \n
  • N 新增 群 v0.0.7
  • \n
  • N 新增 发送图片 v0.0.7
  • \n
  • F 修复 login 200 重定向动态域名 v0.0.8
  • \n
  • F 修复 MacOS 不能复制粘贴 添加菜单映射 v0.0.9
  • \n
  • N 新增 导出好友列表完成后通知消息 v0.0.9
  • \n
  • F 修复 侧边栏分组人数在切换用户后不对 - 分组对应用户 v0.1.0
  • \n
  • N 新增 自定义 图灵key v0.1.0
  • \n
  • N 新增 心跳图标 v0.1.0
  • \n
  • F 修复 导出好友取消键弹错误框 v0.1.1
  • \n
  • F 修复 选择好友后,搜索框清空 v0.1.1
  • \n
  • N 新增 版本更新项列表 v0.1.1
  • \n
  • N 新增 其它设备登录web微信下线通知 v0.1.2
  • \n
  • N 新增 阿里云oss同步分组配置 v0.1.2
  • \n
  • U 优化 调整 看参数配置 v0.1.2
  • \n
  • F 修复 好友大于1000不全 v0.1.3
  • \n
  • U 优化 发送多图 v0.1.3
  • \n
  • N 新增 好友分页 v0.1.3
  • \n
  • N 新增 是否显示头像选项 v0.1.3
  • \n
  • N 新增 备注用户名及搜索 v0.1.3
  • \n
\n

主要依赖

\n\n

License

\n

MIT

\n

Thanks

\n

为了更好的维护开源项目,谢谢你的支持!\n\"A

\n
", - "readmeFetchedAt": "2020-09-17T12:09:26.396Z" - }, - "james": { - "readmeCleaned": "

This project is in maintenance mode

\n

Maintainers or forks welcome: the original James team aren't able to spend the same amount of time on James anymore.

\n

James

\n

\"Build

\n

James is an HTTP Proxy and Monitor that enables developers to view and intercept requests made from the browser.\nIt is an open-source alternative to the popular developer tool Charles

\n

James is built with hoxy, electron and react

\n

\"\"

\n

Installing

\n

Download the correct version for your OS and run

\n

\"All

\n

Features

\n

Wildcard URL Mappings

\n

To use wildcards in the "url to map" field, put a "*" between two adjacent slashes. For example:

\n
http://foo.com/version/*/app.js -> http://localhost:8000/app.js\n
\n

Requests which will be redirected:

\n
    \n
  • http://foo.com/version/1/app.js
  • \n
  • http://foo.com/version/26.8/app.js
  • \n
  • http://foo.com/version/spaghetti/app.js
  • \n
\n

Requests which will not be redirected:

\n
    \n
  • http://foo.com/version/app.js
  • \n
  • http://bar.com/version/1/app.js
  • \n
\n

You can also use multiple wildcards in the same URL.

\n

HTTPS Proxying

\n

To enable HTTPS support follow the instructions in our wiki

\n

Contributing

\n

Feel free to open pull requests and issues!\nIf you need inspiration, take a look in the issue section.

\n

Setting up a development environment

\n

The electron instance will automatically reload whenever a change is made

\n
    \n
  1. Clone the repository
  2. \n
  3. npm install
  4. \n
  5. npm start
  6. \n
\n

Other useful npm commands

\n
    \n
  • npm test: Runs all tests
  • \n
  • npm run build: Completely builds the app (no watch)
  • \n
  • npm run lint: Checks all JS code against defined code styling rules
  • \n
  • npm run release: Creates a standalone app bundle for all operating systems
  • \n
\n

Guidelines

\n
    \n
  • Make sure that no tests are failing
  • \n
  • Always add tests for new features
  • \n
  • Make sure that there are no linting errors in your code (use npm run lint)
  • \n
\n

Communication

\n

We're using Matrix for communication, and you can use the\nVector.im client to join the room.\n(If it doesn't load when you click "join", refresh the page).

\n

Contributors

\n
    \n
  • @davidneat
  • \n
  • @klipstein
  • \n
  • @mitchhentges
  • \n
  • @nerdbeere
  • \n
  • @tomitm
  • \n
\n

License

\n

The MIT License (MIT)

\n

Copyright (c) 2015 Julian Hollmann

\n

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

\n

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

\n

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

\n
", - "readmeOriginal": "

This project is in maintenance mode

\n

Maintainers or forks welcome: the original James team aren't able to spend the same amount of time on James anymore.

\n

James

\n

\"Build

\n

James is an HTTP Proxy and Monitor that enables developers to view and intercept requests made from the browser.\nIt is an open-source alternative to the popular developer tool Charles

\n

James is built with hoxy, electron and react

\n

\"\"

\n

Installing

\n

Download the correct version for your OS and run

\n

\"All

\n

Features

\n

Wildcard URL Mappings

\n

To use wildcards in the \"url to map\" field, put a \"*\" between two adjacent slashes. For example:

\n
http://foo.com/version/*/app.js -> http://localhost:8000/app.js\n
\n

Requests which will be redirected:

\n
    \n
  • http://foo.com/version/1/app.js
  • \n
  • http://foo.com/version/26.8/app.js
  • \n
  • http://foo.com/version/spaghetti/app.js
  • \n
\n

Requests which will not be redirected:

\n
    \n
  • http://foo.com/version/app.js
  • \n
  • http://bar.com/version/1/app.js
  • \n
\n

You can also use multiple wildcards in the same URL.

\n

HTTPS Proxying

\n

To enable HTTPS support follow the instructions in our wiki

\n

Contributing

\n

Feel free to open pull requests and issues!\nIf you need inspiration, take a look in the issue section.

\n

Setting up a development environment

\n

The electron instance will automatically reload whenever a change is made

\n
    \n
  1. Clone the repository
  2. \n
  3. npm install
  4. \n
  5. npm start
  6. \n
\n

Other useful npm commands

\n
    \n
  • npm test: Runs all tests
  • \n
  • npm run build: Completely builds the app (no watch)
  • \n
  • npm run lint: Checks all JS code against defined code styling rules
  • \n
  • npm run release: Creates a standalone app bundle for all operating systems
  • \n
\n

Guidelines

\n
    \n
  • Make sure that no tests are failing
  • \n
  • Always add tests for new features
  • \n
  • Make sure that there are no linting errors in your code (use npm run lint)
  • \n
\n

Communication

\n

We're using Matrix for communication, and you can use the\nVector.im client to join the room.\n(If it doesn't load when you click \"join\", refresh the page).

\n

Contributors

\n
    \n
  • @davidneat
  • \n
  • @klipstein
  • \n
  • @mitchhentges
  • \n
  • @nerdbeere
  • \n
  • @tomitm
  • \n
\n

License

\n

The MIT License (MIT)

\n

Copyright (c) 2015 Julian Hollmann

\n

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

\n

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

\n

THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:26.403Z" + "readmeFetchedAt": "2020-09-18T00:10:42.218Z" }, - "jamovi": { - "readmeCleaned": "

jamovi

\n

jamovi is a free and open statistics package, which is easy to use, and designed to be familiar to users of SPSS. It provides a spreadsheet editor, and a range of statistical analyses. jamovi can provide R syntax for each analysis that is run, and additional analyses for jamovi can be developed using the R language.

\n

Come visit us at jamovi.org.

\n

running

\n

the easiest way to build and work on jamovi, is to build it as a docker container. clone this repo (and submodules), and then build it with:

\n
git clone https://github.com/jamovi/jamovi.git\ncd jamovi\ngit submodule update --init --recursive\ndocker-compose build\n
\n

once built, it can be run with:

\n
docker-compose up\n
\n

this launches an embedded web-server, and jamovi can be accessed with a web-browser at the url http://localhost:41337

\n

building

\n

it's possible to modify the source code, and rebuild the docker image, to try out your changes -- however this can be time consuming. it's often easier to just rebuild the component of interest, rather than rebuilding everything.

\n

to this end, a build command is available from inside the container. the default configuration mounts the jamovi source folder (i.e. this repo) as a volume inside the container, and the build command uses it (including any changes you make) to rebuild the component of interest.

\n

the following commands are available:

\n
docker-compose exec jamovi build server\ndocker-compose exec jamovi build readstat\ndocker-compose exec jamovi build engine\ndocker-compose exec jamovi build compiler\ndocker-compose exec jamovi build jmvcore\ndocker-compose exec jamovi build jmv\ndocker-compose exec jamovi build client\n
\n

note that these require that the docker container is running. depending on which component has been rebuilt, it may be necessary to restart the docker container for the changes to take effect (docker-compose restart).

\n
", - "readmeOriginal": "

jamovi

\n

jamovi is a free and open statistics package, which is easy to use, and designed to be familiar to users of SPSS. It provides a spreadsheet editor, and a range of statistical analyses. jamovi can provide R syntax for each analysis that is run, and additional analyses for jamovi can be developed using the R language.

\n

Come visit us at jamovi.org.

\n

running

\n

the easiest way to build and work on jamovi, is to build it as a docker container. clone this repo (and submodules), and then build it with:

\n
git clone https://github.com/jamovi/jamovi.git\ncd jamovi\ngit submodule update --init --recursive\ndocker-compose build\n
\n

once built, it can be run with:

\n
docker-compose up\n
\n

this launches an embedded web-server, and jamovi can be accessed with a web-browser at the url http://localhost:41337

\n

building

\n

it's possible to modify the source code, and rebuild the docker image, to try out your changes -- however this can be time consuming. it's often easier to just rebuild the component of interest, rather than rebuilding everything.

\n

to this end, a build command is available from inside the container. the default configuration mounts the jamovi source folder (i.e. this repo) as a volume inside the container, and the build command uses it (including any changes you make) to rebuild the component of interest.

\n

the following commands are available:

\n
docker-compose exec jamovi build server\ndocker-compose exec jamovi build readstat\ndocker-compose exec jamovi build engine\ndocker-compose exec jamovi build compiler\ndocker-compose exec jamovi build jmvcore\ndocker-compose exec jamovi build jmv\ndocker-compose exec jamovi build client\n
\n

note that these require that the docker container is running. depending on which component has been rebuilt, it may be necessary to restart the docker container for the changes to take effect (docker-compose restart).

\n
", - "readmeFetchedAt": "2020-09-17T12:09:26.655Z" + "juggernaut": { + "readmeCleaned": "

\n
\n

Juggernaut utilizes the Lightning Network to provide end-to-end encrypted, onion-routed, censorship resistanst, peer-to-peer messaging with native payment capabilities.

\n
\n

\n

Install

\n

Download the latest release for your OS and follow the instructions below.

\n

macOS

\n

Double click the .dmg file and then drag Juggernaut.app into your Applications folder.

\n

Windows

\n

Just double click the .exe file to get started.

\n

Linux

\n

You must first make the file executable and then double click or run via cli ./file.AppImage

\n

Getting Help / Support

\n

If you are having problems with Juggernaut, please report the issue on Github or Telegram with screenshots and how to reproduce the issue.

\n

Requirements

\n
    \n
  • \n

    LND 0.9.x (or greater) with KeySend Enabled

    \n

    How to enable Keysend

    \n

    On lnd.conf add :

    \n
      \n
    • accept-keysend=1
    • \n
    \n

    Or run lnd with this argument:

    \n
      \n
    • --accept-keysend
    • \n
    \n

    Keysend is currently an experimental feature. Your node will now accept payments from any node on the network without having to provide them with a n invoice first. Note: This is still an experimental feature so please be careful.

    \n
  • \n
\n

Running From Source

\n
    \n
  • download the source git clone git@github.com:LN-Juggernaut/juggernaut-desktop.git
  • \n
  • navigate to project directory cd juggernaut-desktop
  • \n
  • install dependencies yarn
  • \n
  • start the project yarn dev
  • \n
\n

Building From Source

\n

You can run yarn package to build an executable that will be output in the release directory.

\n

Running more than one instance while testing

\n

Currently the only way I've been able to do this for testing is to run one using yarn dev and the other using a built release from yarn package. If anyone knows how to run two separate instances of an electron app in development, please let me know!

\n

Maintainers

\n\n

License

\n

MIT © Juggernaut

\n

Contributors

\n

Thanks goes to these wonderful people (emoji key):

\n\n\n\n\n \n \n \n \n \n
\"\"
John Cantrell

💻
\"\"
Ștefan D. Mihăilă

💻 🎨
\"\"
curly60e

📖
\n\n\n\n

This project follows the all-contributors specification. Contributions of any kind welcome!

\n
", + "readmeOriginal": "

\n
\n

Juggernaut utilizes the Lightning Network to provide end-to-end encrypted, onion-routed, censorship resistanst, peer-to-peer messaging with native payment capabilities.

\n
\n

\n

Install

\n

Download the latest release for your OS and follow the instructions below.

\n

macOS

\n

Double click the .dmg file and then drag Juggernaut.app into your Applications folder.

\n

Windows

\n

Just double click the .exe file to get started.

\n

Linux

\n

You must first make the file executable and then double click or run via cli ./file.AppImage

\n

Getting Help / Support

\n

If you are having problems with Juggernaut, please report the issue on Github or Telegram with screenshots and how to reproduce the issue.

\n

Requirements

\n
    \n
  • \n

    LND 0.9.x (or greater) with KeySend Enabled

    \n

    How to enable Keysend

    \n

    On lnd.conf add :

    \n
      \n
    • accept-keysend=1
    • \n
    \n

    Or run lnd with this argument:

    \n
      \n
    • --accept-keysend
    • \n
    \n

    Keysend is currently an experimental feature. Your node will now accept payments from any node on the network without having to provide them with a n invoice first. Note: This is still an experimental feature so please be careful.

    \n
  • \n
\n

Running From Source

\n
    \n
  • download the source git clone git@github.com:LN-Juggernaut/juggernaut-desktop.git
  • \n
  • navigate to project directory cd juggernaut-desktop
  • \n
  • install dependencies yarn
  • \n
  • start the project yarn dev
  • \n
\n

Building From Source

\n

You can run yarn package to build an executable that will be output in the release directory.

\n

Running more than one instance while testing

\n

Currently the only way I've been able to do this for testing is to run one using yarn dev and the other using a built release from yarn package. If anyone knows how to run two separate instances of an electron app in development, please let me know!

\n

Maintainers

\n\n

License

\n

MIT © Juggernaut

\n

Contributors

\n

Thanks goes to these wonderful people (emoji key):

\n\n\n\n\n \n \n \n \n \n
\"\"
John Cantrell

💻
\"\"
Ștefan D. Mihăilă

💻 🎨
\"\"
curly60e

📖
\n\n\n\n

This project follows the all-contributors specification. Contributions of any kind welcome!

\n
", + "readmeFetchedAt": "2020-09-18T00:10:42.278Z" }, "jasper": { "readmeCleaned": "
", "readmeOriginal": "
", - "readmeFetchedAt": "2020-09-17T12:09:26.680Z" + "readmeFetchedAt": "2020-09-18T00:10:42.293Z" }, - "juggernaut": { - "readmeCleaned": "

\n
\n

Juggernaut utilizes the Lightning Network to provide end-to-end encrypted, onion-routed, censorship resistanst, peer-to-peer messaging with native payment capabilities.

\n
\n

\n

Install

\n

Download the latest release for your OS and follow the instructions below.

\n

macOS

\n

Double click the .dmg file and then drag Juggernaut.app into your Applications folder.

\n

Windows

\n

Just double click the .exe file to get started.

\n

Linux

\n

You must first make the file executable and then double click or run via cli ./file.AppImage

\n

Getting Help / Support

\n

If you are having problems with Juggernaut, please report the issue on Github or Telegram with screenshots and how to reproduce the issue.

\n

Requirements

\n
    \n
  • \n

    LND 0.9.x (or greater) with KeySend Enabled

    \n

    How to enable Keysend

    \n

    On lnd.conf add :

    \n
      \n
    • accept-keysend=1
    • \n
    \n

    Or run lnd with this argument:

    \n
      \n
    • --accept-keysend
    • \n
    \n

    Keysend is currently an experimental feature. Your node will now accept payments from any node on the network without having to provide them with a n invoice first. Note: This is still an experimental feature so please be careful.

    \n
  • \n
\n

Running From Source

\n
    \n
  • download the source git clone git@github.com:LN-Juggernaut/juggernaut-desktop.git
  • \n
  • navigate to project directory cd juggernaut-desktop
  • \n
  • install dependencies yarn
  • \n
  • start the project yarn dev
  • \n
\n

Building From Source

\n

You can run yarn package to build an executable that will be output in the release directory.

\n

Running more than one instance while testing

\n

Currently the only way I've been able to do this for testing is to run one using yarn dev and the other using a built release from yarn package. If anyone knows how to run two separate instances of an electron app in development, please let me know!

\n

Maintainers

\n\n

License

\n

MIT © Juggernaut

\n

Contributors

\n

Thanks goes to these wonderful people (emoji key):

\n\n\n\n\n \n \n \n \n \n
\"\"
John Cantrell

💻
\"\"
Ștefan D. Mihăilă

💻 🎨
\"\"
curly60e

📖
\n\n\n\n

This project follows the all-contributors specification. Contributions of any kind welcome!

\n
", - "readmeOriginal": "

\n
\n

Juggernaut utilizes the Lightning Network to provide end-to-end encrypted, onion-routed, censorship resistanst, peer-to-peer messaging with native payment capabilities.

\n
\n

\n

Install

\n

Download the latest release for your OS and follow the instructions below.

\n

macOS

\n

Double click the .dmg file and then drag Juggernaut.app into your Applications folder.

\n

Windows

\n

Just double click the .exe file to get started.

\n

Linux

\n

You must first make the file executable and then double click or run via cli ./file.AppImage

\n

Getting Help / Support

\n

If you are having problems with Juggernaut, please report the issue on Github or Telegram with screenshots and how to reproduce the issue.

\n

Requirements

\n
    \n
  • \n

    LND 0.9.x (or greater) with KeySend Enabled

    \n

    How to enable Keysend

    \n

    On lnd.conf add :

    \n
      \n
    • accept-keysend=1
    • \n
    \n

    Or run lnd with this argument:

    \n
      \n
    • --accept-keysend
    • \n
    \n

    Keysend is currently an experimental feature. Your node will now accept payments from any node on the network without having to provide them with a n invoice first. Note: This is still an experimental feature so please be careful.

    \n
  • \n
\n

Running From Source

\n
    \n
  • download the source git clone git@github.com:LN-Juggernaut/juggernaut-desktop.git
  • \n
  • navigate to project directory cd juggernaut-desktop
  • \n
  • install dependencies yarn
  • \n
  • start the project yarn dev
  • \n
\n

Building From Source

\n

You can run yarn package to build an executable that will be output in the release directory.

\n

Running more than one instance while testing

\n

Currently the only way I've been able to do this for testing is to run one using yarn dev and the other using a built release from yarn package. If anyone knows how to run two separate instances of an electron app in development, please let me know!

\n

Maintainers

\n\n

License

\n

MIT © Juggernaut

\n

Contributors

\n

Thanks goes to these wonderful people (emoji key):

\n\n\n\n\n \n \n \n \n \n
\"\"
John Cantrell

💻
\"\"
Ștefan D. Mihăilă

💻 🎨
\"\"
curly60e

📖
\n\n\n\n

This project follows the all-contributors specification. Contributions of any kind welcome!

\n
", - "readmeFetchedAt": "2020-09-17T12:09:26.793Z" + "jukeboks": { + "readmeCleaned": "

Jukeboks

\n

Jukeboks is a fast viewer / player app, built on Electron.\nIn Jukeboks, you can preview images and movies while selecting files.

\n

Features

\n
    \n
  • Preview contents
  • \n
  • images
  • \n
  • movies
  • \n
  • Enable to control with the keyboard
  • \n
  • Automatically play movies with siblings
  • \n
  • Support Multiple buffering
  • \n
  • Enable to create shortcuts
  • \n
  • Filename Sorting Rules like macOS
  • \n
\n

Application's screen

\n

\"screen\"

\n

License

\n

Jukeboks is available under the ISC license.

\n

Links

\n\n
", + "readmeOriginal": "

Jukeboks

\n

Jukeboks is a fast viewer / player app, built on Electron.\nIn Jukeboks, you can preview images and movies while selecting files.

\n

Features

\n
    \n
  • Preview contents
  • \n
  • images
  • \n
  • movies
  • \n
  • Enable to control with the keyboard
  • \n
  • Automatically play movies with siblings
  • \n
  • Support Multiple buffering
  • \n
  • Enable to create shortcuts
  • \n
  • Filename Sorting Rules like macOS
  • \n
\n

Application's screen

\n

\"screen\"

\n

License

\n

Jukeboks is available under the ISC license.

\n

Links

\n\n
", + "readmeFetchedAt": "2020-09-18T00:10:42.342Z" }, "joplin": { "readmeCleaned": "

\"Donate\" \"Sponsor \"Become

\n
\n

Joplin is a free, open source note taking and to-do application, which can handle a large number of notes organised into notebooks. The notes are searchable, can be copied, tagged and modified either from the applications directly or from your own text editor. The notes are in Markdown format.

\n

Notes exported from Evernote via .enex files can be imported into Joplin, including the formatted content (which is converted to Markdown), resources (images, attachments, etc.) and complete metadata (geolocation, updated time, created time, etc.). Plain Markdown files can also be imported.

\n

The notes can be synchronised with various cloud services including Nextcloud, Dropbox, OneDrive, WebDAV or the file system (for example with a network directory). When synchronising the notes, notebooks, tags and other metadata are saved to plain text files which can be easily inspected, backed up and moved around.

\n

The application is available for Windows, Linux, macOS, Android and iOS (the terminal app also works on FreeBSD). A Web Clipper, to save web pages and screenshots from your browser, is also available for Firefox and Chrome.

\n
\n

Installation

\n

Three types of applications are available: for the desktop (Windows, macOS and Linux), for mobile (Android and iOS) and for terminal (Windows, macOS, Linux and FreeBSD). All applications have similar user interfaces and can synchronise with each other.

\n

Desktop applications

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Operating SystemDownloadAlternative
Windows (32 and 64-bit)\"GetOr get the Portable version

The portable application allows installing the software on a portable device such as a USB key. Simply copy the file JoplinPortable.exe in any directory on that USB key ; the application will then create a directory called "JoplinProfile" next to the executable file.
macOS\"GetYou can also use Homebrew (unsupported): brew cask install joplin
Linux\"GetAn Arch Linux package (unsupported) is also available.

If it works with your distribution (it has been tested on Ubuntu, Fedora, and Mint; the desktop environments supported are GNOME, KDE, Xfce, MATE, LXQT, LXDE, Unity, Cinnamon, Deepin and Pantheon), the recommended way is to use this script as it will handle the desktop icon too:

wget -O - https://raw.githubusercontent.com/laurent22/joplin/master/Joplin_install_and_update.sh | bash
\n

Mobile applications

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Operating SystemDownloadAlt. Download
Android\"Getor download the APK file: 64-bit 32-bit
iOS\"Get-
\n

Terminal application

\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Operating systemMethod
macOS, Linux, or Windows (via WSL)Important: First, install Node 10+.

NPM_CONFIG_PREFIX=~/.joplin-bin npm install -g joplin
sudo ln -s ~/.joplin-bin/bin/joplin /usr/bin/joplin

By default, the application binary will be installed under ~/.joplin-bin. You may change this directory if needed. Alternatively, if your npm permissions are setup as described here (Option 2) then simply running npm -g install joplin would work.
\n

To start it, type joplin.

\n

For usage information, please refer to the full Joplin Terminal Application Documentation.

\n

Unsupported methods

\n

There are other ways to install the terminal application. However, they are not supported and problems must be reported to the upstream projects.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Operating systemMethod
macOSbrew install joplin
Arch LinuxAn Arch Linux package is available here. To install it, use an AUR wrapper such as yay: yay -S joplin. Both the CLI tool (type joplin) and desktop app (type joplin-desktop) are packaged. You can also install a compiled version with the chaotic-aur repository. For support, please go to the GitHub repo.
\n

Web Clipper

\n

The Web Clipper is a browser extension that allows you to save web pages and screenshots from your browser. For more information on how to install and use it, see the Web Clipper Help Page.

\n

Sponsors

\n

        

\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n

Devon Zuegel

小西 孝宗

Alexander van der Berg

Nicholas Head

Frank Bloise

Thomas Broussard

Brandon Johnson
\n\n

Table of contents

\n\n\n

Features

\n
    \n
  • Desktop, mobile and terminal applications.
  • \n
  • Web Clipper for Firefox and Chrome.
  • \n
  • End To End Encryption (E2EE)
  • \n
  • Note history (revisions)
  • \n
  • Synchronisation with various services, including Nextcloud, Dropbox, WebDAV and OneDrive.
  • \n
  • Import Enex files (Evernote export format) and Markdown files.
  • \n
  • Export JEX files (Joplin Export format) and raw files.
  • \n
  • Support notes, to-dos, tags and notebooks.
  • \n
  • Goto Anything feature.
  • \n
  • Sort notes by multiple criteria - title, updated time, etc.
  • \n
  • Support for alarms (notifications) in mobile and desktop applications.
  • \n
  • Offline first, so the entire data is always available on the device even without an internet connection.
  • \n
  • Markdown notes, which are rendered with images and formatting in the desktop and mobile applications. Support for extra features such as math notation and checkboxes.
  • \n
  • File attachment support - images are displayed, and other files are linked and can be opened in the relevant application.
  • \n
  • Search functionality.
  • \n
  • Geo-location support.
  • \n
  • Supports multiple languages
  • \n
  • External editor support - open notes in your favorite external editor with one click in Joplin.
  • \n
\n

Importing

\n

Importing from Evernote

\n

Joplin was designed as a replacement for Evernote and so can import complete Evernote notebooks, as well as notes, tags, resources (attached files) and note metadata (such as author, geo-location, etc.) via ENEX files. In terms of data, the only two things that might slightly differ are:

\n
    \n
  • \n

    Recognition data - Evernote images, in particular scanned (or photographed) documents have recognition data associated with them. It is the text that Evernote has been able to recognise in the document. This data is not preserved when the note are imported into Joplin. However, should it become supported in the search tool or other parts of Joplin, it should be possible to regenerate this recognition data since the actual image would still be available.

    \n
  • \n
  • \n

    Colour, font sizes and faces - Evernote text is stored as HTML and this is converted to Markdown during the import process. For notes that are mostly plain text or with basic formatting (bold, italic, bullet points, links, etc.) this is a lossless conversion, and the note, once rendered back to HTML should be very similar. Tables are also imported and converted to Markdown tables. For very complex notes, some formatting data might be lost - in particular colours, font sizes and font faces will not be imported. The text itself however is always imported in full regardless of formatting.

    \n
  • \n
\n

To import Evernote data, first export your Evernote notebooks to ENEX files as described here. Then follow these steps:

\n

In the desktop application, open File > Import > ENEX and select your file. The notes will be imported into a new separate notebook. If needed they can then be moved to a different notebook, or the notebook can be renamed, etc.

\n

In the terminal application, in command-line mode, type import /path/to/file.enex. This will import the notes into a new notebook named after the filename.

\n

Importing from Markdown files

\n

Joplin can import notes from plain Markdown file. You can either import a complete directory of Markdown files or individual files.

\n

In the desktop application, open File > Import > MD and select your Markdown file or directory.

\n

In the terminal application, in command-line mode, type import --format md /path/to/file.md or import --format md /path/to/directory/.

\n

Importing from other applications

\n

In general the way to import notes from any application into Joplin is to convert the notes to ENEX files (Evernote format) and to import these ENEX files into Joplin using the method above. Most note-taking applications support ENEX files so it should be relatively straightforward. For help about specific applications, see below:

\n\n

Exporting

\n

Joplin can export to the JEX format (Joplin Export file), which is a tar file that can contain multiple notes, notebooks, etc. This is a lossless format in that all the notes, but also metadata such as geo-location, updated time, tags, etc. are preserved. This format is convenient for backup purposes and can be re-imported into Joplin. A "raw" format is also available. This is the same as the JEX format except that the data is saved to a directory and each item represented by a single file.

\n

Synchronisation

\n

One of the goals of Joplin was to avoid being tied to any particular company or service, whether it is Evernote, Google or Microsoft. As such the synchronisation is designed without any hard dependency to any particular service. Most of the synchronisation process is done at an abstract level and access to external services, such as Nextcloud or Dropbox, is done via lightweight drivers. It is easy to support new services by creating simple drivers that provide a filesystem-like interface, i.e. the ability to read, write, delete and list items. It is also simple to switch from one service to another or to even sync to multiple services at once. Each note, notebook, tags, as well as the relation between items is transmitted as plain text files during synchronisation, which means the data can also be moved to a different application, can be easily backed up, inspected, etc.

\n

Currently, synchronisation is possible with Nextcloud, Dropbox, OneDrive or the local filesystem. To enable synchronisation please follow the instructions below. After that, the application will synchronise in the background whenever it is running, or you can click on "Synchronise" to start a synchronisation manually.

\n

Nextcloud synchronisation

\n

Nextcloud is a self-hosted, private cloud solution. It can store documents, images and videos but also calendars, passwords and countless other things and can sync them to your laptop or phone. As you can host your own Nextcloud server, you own both the data on your device and infrastructure used for synchronisation. As such it is a good fit for Joplin. The platform is also well supported and with a strong community, so it is likely to be around for a while - since it's open source anyway, it is not a service that can be closed, it can exist on a server for as long as one chooses.

\n

In the desktop application or mobile application, go to the config screen and select Nextcloud as the synchronisation target. Then input the WebDAV URL (to get it, click on Settings in the bottom left corner of the page, in Nextcloud), this is normally https://example.com/nextcloud/remote.php/webdav/Joplin (make sure to create the "Joplin" directory in Nextcloud), and set the username and password. If it does not work, please see this explanation for more details.

\n

In the terminal application, you will need to set the sync.target config variable and all the sync.5.path, sync.5.username and sync.5.password config variables to, respectively the Nextcloud WebDAV URL, your username and your password. This can be done from the command line mode using:

\n
:config sync.5.path https://example.com/nextcloud/remote.php/webdav/Joplin\n:config sync.5.username YOUR_USERNAME\n:config sync.5.password YOUR_PASSWORD\n:config sync.target 5\n
\n

If synchronisation does not work, please consult the logs in the app profile directory - it is often due to a misconfigured URL or password. The log should indicate what the exact issue is.

\n

Dropbox synchronisation

\n

When syncing with Dropbox, Joplin creates a sub-directory in Dropbox, in /Apps/Joplin and read/write the notes and notebooks from it. The application does not have access to anything outside this directory.

\n

In the desktop application or mobile application, select "Dropbox" as the synchronisation target in the config screen (it is selected by default). Then, to initiate the synchronisation process, click on the "Synchronise" button in the sidebar and follow the instructions.

\n

In the terminal application, to initiate the synchronisation process, type :sync. You will be asked to follow a link to authorise the application. It is possible to also synchronise outside of the user interface by typing joplin sync from the terminal. This can be used to setup a cron script to synchronise at regular interval. For example, this would do it every 30 minutes:

\n
*/30 * * * * /path/to/joplin sync\n
\n

WebDAV synchronisation

\n

Select the "WebDAV" synchronisation target and follow the same instructions as for Nextcloud above.

\n

WebDAV-compatible services that are known to work with Joplin:

\n\n

OneDrive synchronisation

\n

When syncing with OneDrive, Joplin creates a sub-directory in OneDrive, in /Apps/Joplin and read/write the notes and notebooks from it. The application does not have access to anything outside this directory.

\n

In the desktop application or mobile application, select "OneDrive" as the synchronisation target in the config screen. Then, to initiate the synchronisation process, click on the "Synchronise" button in the sidebar and follow the instructions.

\n

In the terminal application, to initiate the synchronisation process, type :sync. You will be asked to follow a link to authorise the application (simply input your Microsoft credentials - you do not need to register with OneDrive).

\n

Encryption

\n

Joplin supports end-to-end encryption (E2EE) on all the applications. E2EE is a system where only the owner of the notes, notebooks, tags or resources can read them. It prevents potential eavesdroppers - including telecom providers, internet providers, and even the developers of Joplin from being able to access the data. Please see the End-To-End Encryption Tutorial for more information about this feature and how to enable it.

\n

For a more technical description, mostly relevant for development or to review the method being used, please see the Encryption specification.

\n

Note history

\n

The Joplin applications automatically save previous versions of your notes at regular intervals. These versions are synced across devices and can be viewed from the desktop application. To do so, click on the "Information" button on a note, then click on "Previous version of this note". From this screen you can view the previous versions of the note as well as restore any of them.

\n

This feature can be disabled from the "Note history" section in the settings, and it is also possible to change for how long the history of a note is saved.

\n

More information about this feature in the announcement post.

\n

External text editor

\n

Joplin notes can be opened and edited using an external editor of your choice. It can be a simple text editor like Notepad++ or Sublime Text or an actual Markdown editor like Typora. In that case, images will also be displayed within the editor. To open the note in an external editor, click on the icon in the toolbar or press Ctrl+E (or Cmd+E). Your default text editor will be used to open the note. If needed, you can also specify the editor directly in the General Options, under "Text editor command".

\n

Attachments

\n

Any kind of file can be attached to a note. In Markdown, links to these files are represented as a simple ID to the attachment. In the note viewer, these files, if they are images, will be displayed or, if they are other files (PDF, text files, etc.) they will be displayed as links. Clicking on this link will open the file in the default application.

\n

In the desktop application, files can be attached either by clicking the "Attach file" icon in the editor or via drag and drop. If you prefer to create a link to a local file instead, hold the ALT key while performing the drag and drop operation. You can also copy and paste images directly in the editor via Ctrl+V.

\n

Resources that are not attached to any note will be automatically deleted in accordance to the Note History settings.

\n

Important: Resources larger than 10 MB are not currently supported on mobile. They will crash the application when synchronising so it is recommended not to attach such resources at the moment. The issue is being looked at.

\n

Downloading attachments

\n

The way the attachments are downloaded during synchronisation can be customised in the Configuration screen, under "Attachment download behaviour". The default option ("Always") is to download all the attachments, all the time, so that the data is available even when the device is offline. There is also the option to download the attachments manually (option "Manual"), by clicking on it, or automatically (Option "Auto"), in which case the attachments are downloaded only when a note is opened. These options should help saving disk space and network bandwidth, especially on mobile.

\n

Notifications

\n

In the desktop and mobile apps, an alarm can be associated with any to-do. It will be triggered at the given time by displaying a notification. How the notification will be displayed depends on the operating system since each has a different way to handle this. Please see below for the requirements for the desktop applications:

\n
    \n
  • Windows: >= 8. Make sure the Action Center is enabled on Windows. Task bar balloon for Windows < 8. Growl as fallback. Growl takes precedence over Windows balloons.
  • \n
  • macOS: >= 10.8 or Growl if earlier.
  • \n
  • Linux: notify-osd or libnotify-bin installed (Ubuntu should have this by default). Growl otherwise
  • \n
\n

See documentation and flow chart for reporter choice

\n

On mobile, the alarms will be displayed using the built-in notification system.

\n

If for any reason the notifications do not work, please open an issue.

\n

Sub-notebooks

\n

Sub-notebooks allow organising multiple notebooks into a tree of notebooks. For example it can be used to regroup all the notebooks related to work, to family or to a particular project under a parent notebook.

\n

\"\"

\n
    \n
  • In the desktop application, to create a subnotebook, drag and drop it onto another notebook. To move it back to the root, drag and drop it on the "Notebooks" header. Currently only the desktop app can be used to organise the notebooks.
  • \n
  • The mobile application supports displaying and collapsing/expanding the tree of notebooks, however it does not currently support moving the subnotebooks to different notebooks.
  • \n
  • The terminal app supports displaying the tree of subnotebooks but it does not support collapsing/expanding them or moving the subnotebooks around.
  • \n
\n

Markdown

\n

Joplin uses and renders a Github-flavoured Markdown with a few variations and additions. In particular it adds math formula support, interactive checkboxes and support for note links. Joplin also supports Markdown plugins which allow enabling and disabling various advanced Markdown features. Have a look at the Markdown Guide for more information.

\n

Custom CSS

\n

Rendered markdown can be customized by placing a userstyle file in the profile directory ~/.config/joplin-desktop/userstyle.css (This path might be different on your device - check at the top of the Config screen for the exact path). This file supports standard CSS syntax. Joplin must be restarted for the new css to be applied, please ensure that Joplin is not closing to the tray, but is actually exiting. Note that this file is used for both displaying the notes and printing the notes. Be aware how the CSS may look printed (for example, printing white text over a black background is usually not wanted).

\n

The whole UI can be customized by placing a custom editor style file in the profile directory ~/.config/joplin-desktop/userchrome.css.

\n

Important: userstyle.css and userchrome.css are provided for your convenience, but they are advanced settings, and styles you define may break from one version to the next. If you want to use them, please know that it might require regular development work from you to keep them working. The Joplin team cannot make a commitment to keep the application HTML structure stable.

\n

Note templates

\n

In the desktop app, templates can be used to create new notes or to insert into existing ones by creating a templates folder in Joplin's config folder and placing Markdown template files into it. For example creating the file hours.md in the templates directory with the contents:

\n
Date: {{date}}\nHours:\nDetails:
\n

Templates can then be inserted from the menu (File->Templates).

\n

The currently supported template variables are:

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
VariableDescriptionExample
{{date}}Today's date formatted based on the settings format2019-01-01
{{time}}Current time formatted based on the settings format13:00
{{datetime}}Current date and time formatted based on the settings format01/01/19 1:00 PM
{{#custom_datetime}}Current date and/or time formatted based on a supplied string (using moment.js formatting){{#custom_datetime}}M d{{/custom_datetime}}
\n

Searching

\n

Joplin implements the SQLite Full Text Search (FTS4) extension. It means the content of all the notes is indexed in real time and search queries return results very fast. Both Simple FTS Queries and Full-Text Index Queries are supported. See below for the list of supported queries:

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Search typeDescriptionExample
Single wordReturns all the notes that contain this term.For example, searching for cat will return all the notes that contain this exact word. Note: it will not return the notes that contain the substring - thus, for "cat", notes that contain "cataclysmic" or "prevaricate" will not be returned.
Multiple wordReturns all the notes that contain all these words, but not necessarily next to each other.dog cat - will return any notes that contain the words "dog" and "cat" anywhere in the note, no necessarily in that order nor next to each other. It will not return results that contain "dog" or "cat" only.
PhraseAdd double quotes to return the notes that contain exactly this phrase."shopping list" - will return the notes that contain these exact terms next to each other and in this order. It will not return for example a note that contains "going shopping with my list".
PrefixAdd a wildcard to return all the notes that contain a term with a specified prefix.swim* - will return all the notes that contain eg. "swim", but also "swimming", "swimsuit", etc. IMPORTANT: The wildcard can only be at the end - it will be ignored at the beginning of a word (eg. *swim) and will be treated as a literal asterisk in the middle of a word (eg. ast*rix)
Switch to basic searchOne drawback of Full Text Search is that it ignores most non-alphabetical characters. However in some cases you might want to search for this too. To do that, you can use basic search. You switch to this mode by prefixing your search with a slash /. This won't provide the benefits of FTS but it will allow searching exactly for what you need. Note that it can also be much slower, even extremely slow, depending on your query./"- [ ]" - will return all the notes that contain unchecked checkboxes.
\n

You can also use search filters to further restrict the search.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
OperatorDescriptionExample
-If placed before a text term, it excludes the notes that contain that term. You can also place it before a filter to negate it.-spam searches for all notes without the word spam.
office -trash searches for all notes with the wordoffice and without the word trash.
any:Return notes that satisfy any/all of the required conditions. any:0 is the default, which means all conditions must be satisfied.any:1 cat dog will return notes that have the word cat or dog.
any:0 cat dog will return notes with both the words cat and dog.
title:
body:
Restrict your search to just the title or the body field.title:"hello world" searches for notes whose title contains hello and world.
title:hello -body:world searches for notes whose title contains hello and body does not contain world.
tag:Restrict the search to the notes with the specified tags.tag:office searches for all notes having tag office.
tag:office tag:important searches for all notes having both office and important tags.
tag:office -tag:spam searches for notes having tag office which do not have tag spam.
any:1 tag:office tag:spam searches for notes having tag office or tag spam.
tag:be*ful does a search with wildcards.
tag:* returns all notes with tags.
-tag:* returns all notes without tags.
notebook:Restrict the search to the specified notebook(s). It cannot be negated.notebook:books limits the search scope within books and all its subnotebooks.
notebook:wheel*time does a wildcard search.
created:
updated:
Searches for notes created/updated on dates specified using YYYYMMDD format. You can also search relative to the current day, week, month, or year.created:20201218 will return notes created on or after December 18, 2020.
-updated:20201218 will return notes updated before December 18, 2020.
created:20200118 -created:20201215 will return notes created between January 18, 2020, and before December 15, 2020.
created:202001 -created:202003 will return notes created on or after January and before March 2020.
updated:1997 -updated:2020 will return all notes updated between the years 1997 and 2019.
created:day-2 searches for all notes created in the past two days.
updated:year-0 searches all notes updated in the current year.
type:Restrict the search to either notes or todos.type:note to return all notes
type:todo to return all todos
iscompleted:Restrict the search to either completed or uncompleted todos.iscompleted:1 to return all completed todos
iscompleted:0 to return all uncompleted todos
latitude:
longitude:
altitude:
Filter by locationlatitude:40 -latitude:50 to return notes with latitude >= 40 and < 50
resource:Filter by attachment MIME typeresource:image/jpeg to return notes with a jpeg attachment.
-resource:application/pdf to return notes without a pdf attachment.
resource:image/* to return notes with any images.
sourceurl:Filter by source URLsourceurl:https://www.google.com
sourceurl:*joplinapp.org to perform a wildcard search.
\n

Note: In CliClient you have to escape the query using -- when using negated filters.\nEg. :search -- "-tag:tag1".

\n

Notes are sorted by "relevance". Currently it means the notes that contain the requested terms the most times are on top. For queries with multiple terms, it also matters how close to each other the terms are. This is a bit experimental so if you notice a search query that returns unexpected results, please report it in the forum, providing as many details as possible to replicate the issue.

\n

Goto Anything

\n

In the desktop application, press Ctrl+G or Cmd+G and type a note title or part of its content to jump to it. Or type # followed by a tag name, or @ followed by a notebook name.

\n

Privacy

\n

Joplin values your privacy and security by giving you complete control over your information and digital footprint.

\n

Joplin applications do not send any data to any service without your authorisation. Any data that Joplin saves, such as notes or images, are saved to your own device and you are free to delete this data at any time.

\n

Joplin has many modern features, some of which use third-party services. You can disable any or all of these features in the application settings. These features are:

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
FeatureDescriptionDefault
Auto-updateJoplin periodically connects to GitHub to check for new releases.Enabled
Geo-locationJoplin saves geo-location information in note properties when you create a note.Enabled
SynchronisationJoplin supports synchronisation of your notes across multiple devices. If you choose to synchronise with a third-party, such as OneDrive, the notes will be sent to your OneDrive account, in which case the third-party privacy policy applies.Disabled
\n

Joplin is developed as an open-source application and the source code is freely available online to inspect.

\n

For any question about Joplin privacy, please leave a message on the Joplin Forum.

\n

Donations

\n

Donations to Joplin support the development of the project. Developing quality applications mostly takes time, but there are also some expenses, such as digital certificates to sign the applications, app store fees, hosting, etc. Most of all, your donation will make it possible to keep up the current development standard.

\n

Please see the donation page for information on how to support the development of Joplin.

\n

Community

\n\n

Contributing

\n

Please see the guide for information on how to contribute to the development of Joplin: https://github.com/laurent22/joplin/blob/master/CONTRIBUTING.md

\n

Localisation

\n

Joplin is currently available in the languages below. If you would like to contribute a new translation, it is quite straightforward, please follow these steps:

\n
    \n
  • Download Poedit, the translation editor, and install it.
  • \n
  • Download the file to be translated.
  • \n
  • In Poedit, open this .pot file, go into the Catalog menu and click Configuration. Change "Country" and "Language" to your own country and language.
  • \n
  • From then you can translate the file.
  • \n
  • Once it is done, please open a pull request and add the file to it.
  • \n
\n

This translation will apply to the three applications - desktop, mobile and terminal.

\n

To update a translation, follow the same steps as above but instead of getting the .pot file, get the .po file for your language from the table below.

\n

Current translations:

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
 LanguagePo FileLast translatorPercent done
\"\"Arabicarأحمد باشا إبراهيم (fi_ahmed_bacha@esi.dz)80%
\"\"Basqueeujuan.abasolo@ehu.eus34%
\"\"Bosnianbs_BADerviš T. (dervis.t@pm.me)83%
\"\"Bulgarianbg_BG66%
\"\"Catalancajmontane, 201953%
\"\"Croatianhr_HRHrvoje Mandić (trbuhom@net.hr)28%
\"\"Czechcs_CZLukas Helebrandt (lukas@aiya.cz)82%
\"\"Danskda_DKMorten Juhl-Johansen Zölde-Fejér (mjjzf@syntaktisk.74%
\"\"Deutschde_DEEike (ei-ke@users.noreply.github.com)95%
\"\"Eesti Keelet_EE66%
\"\"English (UK)en_GB100%
\"\"English (US)en_US100%
\"\"Españoles_ESFernando Pindado (fpindado@gmail.com)95%
\"\"EsperantoeoMarton Paulo38%
\"\"Françaisfr_FRLaurent Cozic94%
\"\"Galiciangl_ESMarcos Lans (marcoslansgarza@gmail.com)43%
\"\"Indonesianid_IDFathy AR (16875937+fathyar@users.noreply.github.com)93%
\"\"Italianoit_ITStarFang20891%
\"\"Nederlandsnl_NLMetBril (metbril@users.noreply.github.com)96%
\"\"Nederlandsnl_BE34%
\"\"Norwegiannb_NOMats Estensen (code@mxe.no)88%
\"\"PersianfaKourosh Firoozbakht (kourox@protonmail.com)80%
\"\"Polskipl_PL96%
\"\"Portuguêspt_PTDiogo Caveiro89%
\"\"Português (Brasil)pt_BRRenato Nunes Bastos (rnbastos@gmail.com)96%
\"\"RomânăroCristi Duluta (cristi.duluta@gmail.com)78%
\"\"Sloveniansl_SI42%
\"\"SvenskasvJonatan Nyberg (jonatan@autistici.org)71%
\"\"Thaith_TH52%
\"\"Tiếng Việtvi85%
\"\"Türkçetr_TRArda Kılıçdağı (arda@kilicdagi.com)96%
\"\"Ελληνικάel_GRHarris Arvanitis (xaris@tuta.io)96%
\"\"Русскийru_RUSergey Segeda (thesermanarm@gmail.com)95%
\"\"српски језикsr_RS72%
\"\"中文 (简体)zh_CNWhiredPlanck (fungdaat31@outlook.com)96%
\"\"中文 (繁體)zh_TWYaoze Ye (yaozeye@yahoo.co.jp)95%
\"\"日本語ja_JPgenneko (genneko217@gmail.com)96%
\"\"한국어ko86%
\n\n

Contributors

\n

Thank you to everyone who've contributed to Joplin's source code!

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n

laurent22

tessus

mic704b

CalebJohn

PackElend

tanrax

rtmkrlv

fmrtn

genneko

devonzuegel

gabcoh

matsest

abonte

Abijeet

ishantgupta777

foxmask

innocuo

anjulalk

rabeehrz

coderrsid

alexdevero

Runo-saduwa

marcosvega91

petrz12

moltenform

zuphilip

readingsnail

XarisA

zblesk

0ndrey

amitsin6h

martonpaulo

rccavalcanti

Rahulm2310

metbril

ShaneKilkelly

stweil

archont00

bradmcl

tfinnberg

marcushill

nathanleiby

RaphaelKimmig

RenatoXSR

sensor-freak

Ardakilic

BartBucknill

mrwulf

chrisb86

chrmoritz

ethan42411

JOJ0

jdrobertso

jmontane

solariz

mmahmoudian

maicki

mjjzf

naviji

rt-oliveira

Rishgod

sebastienjust

sealch

StarFang208

SubodhDahal

TobiasDev

conyx

vsimkus

Zorbeyd

axq

barbowza

lightray22

pf-siedler

ruuti

s1nceri7y

kornava

ShuiHuo

ikunya

bedwardly-down

hexclover

2jaeyeol

aaronxn

alanfortlink

apankratov

teterkin

serenitatis

lex111

tekdel

Shaxine

assimd

baymoe

bimlas

carlbordum

chaifeng

charles-e

Techwolf12

cloudtrends

daniellandau

daukadolt

NeverMendel

diego-betto

erdody

domgoodwin

b4mboo

donbowman

dflock

drobilica

einverne

Atalanttore

eodeluga

fer22f

fpindado

FleischKarussel

talkdirty

gmag11

guiemi

gusbemacbe

Fvbor

bennetthanna

sczhg

Vistaus

iahmedbacha

IrvinDominin

ishammahajan

JRaiden16

jacobherrington

jamesadjinwa

jaredcrowe

potatogim

JoelRSimpson

joeltaylor

exic

jony0008

joybinchen

y-usuzumi

xuhcc

kirtanprht

kklas

xmlangel

troilus

Lorinson

lboullo0

dbinary

mvonmaltitz

mlkood

Marmo

freaktechnik

mgroth0

silentmatt

MichipX

MrTraduttore

NJannasch

Ouvill

shorty2380

Rakleed

Diadlo

R-L-T-Y

rajprakash00

RedDocMD

reinhart1010

ruzaq

SamuelBlickle

bronson

semperor

sinkuu

SFoskitt

kcrt

xissy

Tekki

TheoDutch

tbroadley

Kriechi

tkilaker

tcyrus

tobias-grasse

strobeltobias

tbergeron

Ullas-Aithal

MyTheValentinus

WisdomCode

xsak

ymitsos

jyuvaraj03

kowalskidev

abolishallprivateproperty

aerotog

anihm136

boring10

chenlhlinux

cybertramp

delta-emil

doc75

ebayer

espinosa

exponentactivity

exprez135

fab4x

fabianski7

rasperepodvipodvert

gasolin

githubaccount073

hydrandt

jabdoa2

johanvanheusden

krzysiekwie

lighthousebulb

luzpaz

nmiquan

nullpointer666

oscaretu

daehruoydeef

pensierocrea

rhtenhove

rikanotank1

rnbastos

simonsan

stellarpower

sumomo-99

taw00

tcassaert

vicoutorama

xcffl

zaoyifan

zen-quo

xcession

paventyang

zhangmx
\n\n

Known bugs

\n
    \n
  • Resources larger than 10 MB are not currently supported on mobile as they can crash the application.
  • \n
  • Non-alphabetical characters such as Chinese or Arabic might create glitches in the terminal on Windows. This is a limitation of the current Windows console.
  • \n
\n

License

\n

MIT License

\n

Copyright (c) 2016-2020 Laurent Cozic

\n

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

\n

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

\n

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

\n
", "readmeOriginal": "

\"Donate\" \"Sponsor \"Become

\n
\n

Joplin is a free, open source note taking and to-do application, which can handle a large number of notes organised into notebooks. The notes are searchable, can be copied, tagged and modified either from the applications directly or from your own text editor. The notes are in Markdown format.

\n

Notes exported from Evernote via .enex files can be imported into Joplin, including the formatted content (which is converted to Markdown), resources (images, attachments, etc.) and complete metadata (geolocation, updated time, created time, etc.). Plain Markdown files can also be imported.

\n

The notes can be synchronised with various cloud services including Nextcloud, Dropbox, OneDrive, WebDAV or the file system (for example with a network directory). When synchronising the notes, notebooks, tags and other metadata are saved to plain text files which can be easily inspected, backed up and moved around.

\n

The application is available for Windows, Linux, macOS, Android and iOS (the terminal app also works on FreeBSD). A Web Clipper, to save web pages and screenshots from your browser, is also available for Firefox and Chrome.

\n
\n

Installation

\n

Three types of applications are available: for the desktop (Windows, macOS and Linux), for mobile (Android and iOS) and for terminal (Windows, macOS, Linux and FreeBSD). All applications have similar user interfaces and can synchronise with each other.

\n

Desktop applications

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Operating SystemDownloadAlternative
Windows (32 and 64-bit)\"GetOr get the Portable version

The portable application allows installing the software on a portable device such as a USB key. Simply copy the file JoplinPortable.exe in any directory on that USB key ; the application will then create a directory called \"JoplinProfile\" next to the executable file.
macOS\"GetYou can also use Homebrew (unsupported): brew cask install joplin
Linux\"GetAn Arch Linux package (unsupported) is also available.

If it works with your distribution (it has been tested on Ubuntu, Fedora, and Mint; the desktop environments supported are GNOME, KDE, Xfce, MATE, LXQT, LXDE, Unity, Cinnamon, Deepin and Pantheon), the recommended way is to use this script as it will handle the desktop icon too:

wget -O - https://raw.githubusercontent.com/laurent22/joplin/master/Joplin_install_and_update.sh | bash
\n

Mobile applications

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Operating SystemDownloadAlt. Download
Android\"Getor download the APK file: 64-bit 32-bit
iOS\"Get-
\n

Terminal application

\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Operating systemMethod
macOS, Linux, or Windows (via WSL)Important: First, install Node 10+.

NPM_CONFIG_PREFIX=~/.joplin-bin npm install -g joplin
sudo ln -s ~/.joplin-bin/bin/joplin /usr/bin/joplin

By default, the application binary will be installed under ~/.joplin-bin. You may change this directory if needed. Alternatively, if your npm permissions are setup as described here (Option 2) then simply running npm -g install joplin would work.
\n

To start it, type joplin.

\n

For usage information, please refer to the full Joplin Terminal Application Documentation.

\n

Unsupported methods

\n

There are other ways to install the terminal application. However, they are not supported and problems must be reported to the upstream projects.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Operating systemMethod
macOSbrew install joplin
Arch LinuxAn Arch Linux package is available here. To install it, use an AUR wrapper such as yay: yay -S joplin. Both the CLI tool (type joplin) and desktop app (type joplin-desktop) are packaged. You can also install a compiled version with the chaotic-aur repository. For support, please go to the GitHub repo.
\n

Web Clipper

\n

The Web Clipper is a browser extension that allows you to save web pages and screenshots from your browser. For more information on how to install and use it, see the Web Clipper Help Page.

\n

Sponsors

\n

        

\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n

Devon Zuegel

小西 孝宗

Alexander van der Berg

Nicholas Head

Frank Bloise

Thomas Broussard

Brandon Johnson
\n\n

Table of contents

\n\n\n

Features

\n
    \n
  • Desktop, mobile and terminal applications.
  • \n
  • Web Clipper for Firefox and Chrome.
  • \n
  • End To End Encryption (E2EE)
  • \n
  • Note history (revisions)
  • \n
  • Synchronisation with various services, including Nextcloud, Dropbox, WebDAV and OneDrive.
  • \n
  • Import Enex files (Evernote export format) and Markdown files.
  • \n
  • Export JEX files (Joplin Export format) and raw files.
  • \n
  • Support notes, to-dos, tags and notebooks.
  • \n
  • Goto Anything feature.
  • \n
  • Sort notes by multiple criteria - title, updated time, etc.
  • \n
  • Support for alarms (notifications) in mobile and desktop applications.
  • \n
  • Offline first, so the entire data is always available on the device even without an internet connection.
  • \n
  • Markdown notes, which are rendered with images and formatting in the desktop and mobile applications. Support for extra features such as math notation and checkboxes.
  • \n
  • File attachment support - images are displayed, and other files are linked and can be opened in the relevant application.
  • \n
  • Search functionality.
  • \n
  • Geo-location support.
  • \n
  • Supports multiple languages
  • \n
  • External editor support - open notes in your favorite external editor with one click in Joplin.
  • \n
\n

Importing

\n

Importing from Evernote

\n

Joplin was designed as a replacement for Evernote and so can import complete Evernote notebooks, as well as notes, tags, resources (attached files) and note metadata (such as author, geo-location, etc.) via ENEX files. In terms of data, the only two things that might slightly differ are:

\n
    \n
  • \n

    Recognition data - Evernote images, in particular scanned (or photographed) documents have recognition data associated with them. It is the text that Evernote has been able to recognise in the document. This data is not preserved when the note are imported into Joplin. However, should it become supported in the search tool or other parts of Joplin, it should be possible to regenerate this recognition data since the actual image would still be available.

    \n
  • \n
  • \n

    Colour, font sizes and faces - Evernote text is stored as HTML and this is converted to Markdown during the import process. For notes that are mostly plain text or with basic formatting (bold, italic, bullet points, links, etc.) this is a lossless conversion, and the note, once rendered back to HTML should be very similar. Tables are also imported and converted to Markdown tables. For very complex notes, some formatting data might be lost - in particular colours, font sizes and font faces will not be imported. The text itself however is always imported in full regardless of formatting.

    \n
  • \n
\n

To import Evernote data, first export your Evernote notebooks to ENEX files as described here. Then follow these steps:

\n

In the desktop application, open File > Import > ENEX and select your file. The notes will be imported into a new separate notebook. If needed they can then be moved to a different notebook, or the notebook can be renamed, etc.

\n

In the terminal application, in command-line mode, type import /path/to/file.enex. This will import the notes into a new notebook named after the filename.

\n

Importing from Markdown files

\n

Joplin can import notes from plain Markdown file. You can either import a complete directory of Markdown files or individual files.

\n

In the desktop application, open File > Import > MD and select your Markdown file or directory.

\n

In the terminal application, in command-line mode, type import --format md /path/to/file.md or import --format md /path/to/directory/.

\n

Importing from other applications

\n

In general the way to import notes from any application into Joplin is to convert the notes to ENEX files (Evernote format) and to import these ENEX files into Joplin using the method above. Most note-taking applications support ENEX files so it should be relatively straightforward. For help about specific applications, see below:

\n\n

Exporting

\n

Joplin can export to the JEX format (Joplin Export file), which is a tar file that can contain multiple notes, notebooks, etc. This is a lossless format in that all the notes, but also metadata such as geo-location, updated time, tags, etc. are preserved. This format is convenient for backup purposes and can be re-imported into Joplin. A \"raw\" format is also available. This is the same as the JEX format except that the data is saved to a directory and each item represented by a single file.

\n

Synchronisation

\n

One of the goals of Joplin was to avoid being tied to any particular company or service, whether it is Evernote, Google or Microsoft. As such the synchronisation is designed without any hard dependency to any particular service. Most of the synchronisation process is done at an abstract level and access to external services, such as Nextcloud or Dropbox, is done via lightweight drivers. It is easy to support new services by creating simple drivers that provide a filesystem-like interface, i.e. the ability to read, write, delete and list items. It is also simple to switch from one service to another or to even sync to multiple services at once. Each note, notebook, tags, as well as the relation between items is transmitted as plain text files during synchronisation, which means the data can also be moved to a different application, can be easily backed up, inspected, etc.

\n

Currently, synchronisation is possible with Nextcloud, Dropbox, OneDrive or the local filesystem. To enable synchronisation please follow the instructions below. After that, the application will synchronise in the background whenever it is running, or you can click on \"Synchronise\" to start a synchronisation manually.

\n

Nextcloud synchronisation

\n

Nextcloud is a self-hosted, private cloud solution. It can store documents, images and videos but also calendars, passwords and countless other things and can sync them to your laptop or phone. As you can host your own Nextcloud server, you own both the data on your device and infrastructure used for synchronisation. As such it is a good fit for Joplin. The platform is also well supported and with a strong community, so it is likely to be around for a while - since it's open source anyway, it is not a service that can be closed, it can exist on a server for as long as one chooses.

\n

In the desktop application or mobile application, go to the config screen and select Nextcloud as the synchronisation target. Then input the WebDAV URL (to get it, click on Settings in the bottom left corner of the page, in Nextcloud), this is normally https://example.com/nextcloud/remote.php/webdav/Joplin (make sure to create the \"Joplin\" directory in Nextcloud), and set the username and password. If it does not work, please see this explanation for more details.

\n

In the terminal application, you will need to set the sync.target config variable and all the sync.5.path, sync.5.username and sync.5.password config variables to, respectively the Nextcloud WebDAV URL, your username and your password. This can be done from the command line mode using:

\n
:config sync.5.path https://example.com/nextcloud/remote.php/webdav/Joplin\n:config sync.5.username YOUR_USERNAME\n:config sync.5.password YOUR_PASSWORD\n:config sync.target 5\n
\n

If synchronisation does not work, please consult the logs in the app profile directory - it is often due to a misconfigured URL or password. The log should indicate what the exact issue is.

\n

Dropbox synchronisation

\n

When syncing with Dropbox, Joplin creates a sub-directory in Dropbox, in /Apps/Joplin and read/write the notes and notebooks from it. The application does not have access to anything outside this directory.

\n

In the desktop application or mobile application, select \"Dropbox\" as the synchronisation target in the config screen (it is selected by default). Then, to initiate the synchronisation process, click on the \"Synchronise\" button in the sidebar and follow the instructions.

\n

In the terminal application, to initiate the synchronisation process, type :sync. You will be asked to follow a link to authorise the application. It is possible to also synchronise outside of the user interface by typing joplin sync from the terminal. This can be used to setup a cron script to synchronise at regular interval. For example, this would do it every 30 minutes:

\n
*/30 * * * * /path/to/joplin sync\n
\n

WebDAV synchronisation

\n

Select the \"WebDAV\" synchronisation target and follow the same instructions as for Nextcloud above.

\n

WebDAV-compatible services that are known to work with Joplin:

\n\n

OneDrive synchronisation

\n

When syncing with OneDrive, Joplin creates a sub-directory in OneDrive, in /Apps/Joplin and read/write the notes and notebooks from it. The application does not have access to anything outside this directory.

\n

In the desktop application or mobile application, select \"OneDrive\" as the synchronisation target in the config screen. Then, to initiate the synchronisation process, click on the \"Synchronise\" button in the sidebar and follow the instructions.

\n

In the terminal application, to initiate the synchronisation process, type :sync. You will be asked to follow a link to authorise the application (simply input your Microsoft credentials - you do not need to register with OneDrive).

\n

Encryption

\n

Joplin supports end-to-end encryption (E2EE) on all the applications. E2EE is a system where only the owner of the notes, notebooks, tags or resources can read them. It prevents potential eavesdroppers - including telecom providers, internet providers, and even the developers of Joplin from being able to access the data. Please see the End-To-End Encryption Tutorial for more information about this feature and how to enable it.

\n

For a more technical description, mostly relevant for development or to review the method being used, please see the Encryption specification.

\n

Note history

\n

The Joplin applications automatically save previous versions of your notes at regular intervals. These versions are synced across devices and can be viewed from the desktop application. To do so, click on the \"Information\" button on a note, then click on \"Previous version of this note\". From this screen you can view the previous versions of the note as well as restore any of them.

\n

This feature can be disabled from the \"Note history\" section in the settings, and it is also possible to change for how long the history of a note is saved.

\n

More information about this feature in the announcement post.

\n

External text editor

\n

Joplin notes can be opened and edited using an external editor of your choice. It can be a simple text editor like Notepad++ or Sublime Text or an actual Markdown editor like Typora. In that case, images will also be displayed within the editor. To open the note in an external editor, click on the icon in the toolbar or press Ctrl+E (or Cmd+E). Your default text editor will be used to open the note. If needed, you can also specify the editor directly in the General Options, under \"Text editor command\".

\n

Attachments

\n

Any kind of file can be attached to a note. In Markdown, links to these files are represented as a simple ID to the attachment. In the note viewer, these files, if they are images, will be displayed or, if they are other files (PDF, text files, etc.) they will be displayed as links. Clicking on this link will open the file in the default application.

\n

In the desktop application, files can be attached either by clicking the \"Attach file\" icon in the editor or via drag and drop. If you prefer to create a link to a local file instead, hold the ALT key while performing the drag and drop operation. You can also copy and paste images directly in the editor via Ctrl+V.

\n

Resources that are not attached to any note will be automatically deleted in accordance to the Note History settings.

\n

Important: Resources larger than 10 MB are not currently supported on mobile. They will crash the application when synchronising so it is recommended not to attach such resources at the moment. The issue is being looked at.

\n

Downloading attachments

\n

The way the attachments are downloaded during synchronisation can be customised in the Configuration screen, under \"Attachment download behaviour\". The default option (\"Always\") is to download all the attachments, all the time, so that the data is available even when the device is offline. There is also the option to download the attachments manually (option \"Manual\"), by clicking on it, or automatically (Option \"Auto\"), in which case the attachments are downloaded only when a note is opened. These options should help saving disk space and network bandwidth, especially on mobile.

\n

Notifications

\n

In the desktop and mobile apps, an alarm can be associated with any to-do. It will be triggered at the given time by displaying a notification. How the notification will be displayed depends on the operating system since each has a different way to handle this. Please see below for the requirements for the desktop applications:

\n
    \n
  • Windows: >= 8. Make sure the Action Center is enabled on Windows. Task bar balloon for Windows < 8. Growl as fallback. Growl takes precedence over Windows balloons.
  • \n
  • macOS: >= 10.8 or Growl if earlier.
  • \n
  • Linux: notify-osd or libnotify-bin installed (Ubuntu should have this by default). Growl otherwise
  • \n
\n

See documentation and flow chart for reporter choice

\n

On mobile, the alarms will be displayed using the built-in notification system.

\n

If for any reason the notifications do not work, please open an issue.

\n

Sub-notebooks

\n

Sub-notebooks allow organising multiple notebooks into a tree of notebooks. For example it can be used to regroup all the notebooks related to work, to family or to a particular project under a parent notebook.

\n

\"\"

\n
    \n
  • In the desktop application, to create a subnotebook, drag and drop it onto another notebook. To move it back to the root, drag and drop it on the \"Notebooks\" header. Currently only the desktop app can be used to organise the notebooks.
  • \n
  • The mobile application supports displaying and collapsing/expanding the tree of notebooks, however it does not currently support moving the subnotebooks to different notebooks.
  • \n
  • The terminal app supports displaying the tree of subnotebooks but it does not support collapsing/expanding them or moving the subnotebooks around.
  • \n
\n

Markdown

\n

Joplin uses and renders a Github-flavoured Markdown with a few variations and additions. In particular it adds math formula support, interactive checkboxes and support for note links. Joplin also supports Markdown plugins which allow enabling and disabling various advanced Markdown features. Have a look at the Markdown Guide for more information.

\n

Custom CSS

\n

Rendered markdown can be customized by placing a userstyle file in the profile directory ~/.config/joplin-desktop/userstyle.css (This path might be different on your device - check at the top of the Config screen for the exact path). This file supports standard CSS syntax. Joplin must be restarted for the new css to be applied, please ensure that Joplin is not closing to the tray, but is actually exiting. Note that this file is used for both displaying the notes and printing the notes. Be aware how the CSS may look printed (for example, printing white text over a black background is usually not wanted).

\n

The whole UI can be customized by placing a custom editor style file in the profile directory ~/.config/joplin-desktop/userchrome.css.

\n

Important: userstyle.css and userchrome.css are provided for your convenience, but they are advanced settings, and styles you define may break from one version to the next. If you want to use them, please know that it might require regular development work from you to keep them working. The Joplin team cannot make a commitment to keep the application HTML structure stable.

\n

Note templates

\n

In the desktop app, templates can be used to create new notes or to insert into existing ones by creating a templates folder in Joplin's config folder and placing Markdown template files into it. For example creating the file hours.md in the templates directory with the contents:

\n
Date: {{date}}\nHours:\nDetails:
\n

Templates can then be inserted from the menu (File->Templates).

\n

The currently supported template variables are:

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
VariableDescriptionExample
{{date}}Today's date formatted based on the settings format2019-01-01
{{time}}Current time formatted based on the settings format13:00
{{datetime}}Current date and time formatted based on the settings format01/01/19 1:00 PM
{{#custom_datetime}}Current date and/or time formatted based on a supplied string (using moment.js formatting){{#custom_datetime}}M d{{/custom_datetime}}
\n

Searching

\n

Joplin implements the SQLite Full Text Search (FTS4) extension. It means the content of all the notes is indexed in real time and search queries return results very fast. Both Simple FTS Queries and Full-Text Index Queries are supported. See below for the list of supported queries:

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Search typeDescriptionExample
Single wordReturns all the notes that contain this term.For example, searching for cat will return all the notes that contain this exact word. Note: it will not return the notes that contain the substring - thus, for \"cat\", notes that contain \"cataclysmic\" or \"prevaricate\" will not be returned.
Multiple wordReturns all the notes that contain all these words, but not necessarily next to each other.dog cat - will return any notes that contain the words \"dog\" and \"cat\" anywhere in the note, no necessarily in that order nor next to each other. It will not return results that contain \"dog\" or \"cat\" only.
PhraseAdd double quotes to return the notes that contain exactly this phrase.\"shopping list\" - will return the notes that contain these exact terms next to each other and in this order. It will not return for example a note that contains \"going shopping with my list\".
PrefixAdd a wildcard to return all the notes that contain a term with a specified prefix.swim* - will return all the notes that contain eg. \"swim\", but also \"swimming\", \"swimsuit\", etc. IMPORTANT: The wildcard can only be at the end - it will be ignored at the beginning of a word (eg. *swim) and will be treated as a literal asterisk in the middle of a word (eg. ast*rix)
Switch to basic searchOne drawback of Full Text Search is that it ignores most non-alphabetical characters. However in some cases you might want to search for this too. To do that, you can use basic search. You switch to this mode by prefixing your search with a slash /. This won't provide the benefits of FTS but it will allow searching exactly for what you need. Note that it can also be much slower, even extremely slow, depending on your query./\"- [ ]\" - will return all the notes that contain unchecked checkboxes.
\n

You can also use search filters to further restrict the search.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
OperatorDescriptionExample
-If placed before a text term, it excludes the notes that contain that term. You can also place it before a filter to negate it.-spam searches for all notes without the word spam.
office -trash searches for all notes with the wordoffice and without the word trash.
any:Return notes that satisfy any/all of the required conditions. any:0 is the default, which means all conditions must be satisfied.any:1 cat dog will return notes that have the word cat or dog.
any:0 cat dog will return notes with both the words cat and dog.
title:
body:
Restrict your search to just the title or the body field.title:\"hello world\" searches for notes whose title contains hello and world.
title:hello -body:world searches for notes whose title contains hello and body does not contain world.
tag:Restrict the search to the notes with the specified tags.tag:office searches for all notes having tag office.
tag:office tag:important searches for all notes having both office and important tags.
tag:office -tag:spam searches for notes having tag office which do not have tag spam.
any:1 tag:office tag:spam searches for notes having tag office or tag spam.
tag:be*ful does a search with wildcards.
tag:* returns all notes with tags.
-tag:* returns all notes without tags.
notebook:Restrict the search to the specified notebook(s). It cannot be negated.notebook:books limits the search scope within books and all its subnotebooks.
notebook:wheel*time does a wildcard search.
created:
updated:
Searches for notes created/updated on dates specified using YYYYMMDD format. You can also search relative to the current day, week, month, or year.created:20201218 will return notes created on or after December 18, 2020.
-updated:20201218 will return notes updated before December 18, 2020.
created:20200118 -created:20201215 will return notes created between January 18, 2020, and before December 15, 2020.
created:202001 -created:202003 will return notes created on or after January and before March 2020.
updated:1997 -updated:2020 will return all notes updated between the years 1997 and 2019.
created:day-2 searches for all notes created in the past two days.
updated:year-0 searches all notes updated in the current year.
type:Restrict the search to either notes or todos.type:note to return all notes
type:todo to return all todos
iscompleted:Restrict the search to either completed or uncompleted todos.iscompleted:1 to return all completed todos
iscompleted:0 to return all uncompleted todos
latitude:
longitude:
altitude:
Filter by locationlatitude:40 -latitude:50 to return notes with latitude >= 40 and < 50
resource:Filter by attachment MIME typeresource:image/jpeg to return notes with a jpeg attachment.
-resource:application/pdf to return notes without a pdf attachment.
resource:image/* to return notes with any images.
sourceurl:Filter by source URLsourceurl:https://www.google.com
sourceurl:*joplinapp.org to perform a wildcard search.
\n

Note: In CliClient you have to escape the query using -- when using negated filters.\nEg. :search -- \"-tag:tag1\".

\n

Notes are sorted by \"relevance\". Currently it means the notes that contain the requested terms the most times are on top. For queries with multiple terms, it also matters how close to each other the terms are. This is a bit experimental so if you notice a search query that returns unexpected results, please report it in the forum, providing as many details as possible to replicate the issue.

\n

Goto Anything

\n

In the desktop application, press Ctrl+G or Cmd+G and type a note title or part of its content to jump to it. Or type # followed by a tag name, or @ followed by a notebook name.

\n

Privacy

\n

Joplin values your privacy and security by giving you complete control over your information and digital footprint.

\n

Joplin applications do not send any data to any service without your authorisation. Any data that Joplin saves, such as notes or images, are saved to your own device and you are free to delete this data at any time.

\n

Joplin has many modern features, some of which use third-party services. You can disable any or all of these features in the application settings. These features are:

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
FeatureDescriptionDefault
Auto-updateJoplin periodically connects to GitHub to check for new releases.Enabled
Geo-locationJoplin saves geo-location information in note properties when you create a note.Enabled
SynchronisationJoplin supports synchronisation of your notes across multiple devices. If you choose to synchronise with a third-party, such as OneDrive, the notes will be sent to your OneDrive account, in which case the third-party privacy policy applies.Disabled
\n

Joplin is developed as an open-source application and the source code is freely available online to inspect.

\n

For any question about Joplin privacy, please leave a message on the Joplin Forum.

\n

Donations

\n

Donations to Joplin support the development of the project. Developing quality applications mostly takes time, but there are also some expenses, such as digital certificates to sign the applications, app store fees, hosting, etc. Most of all, your donation will make it possible to keep up the current development standard.

\n

Please see the donation page for information on how to support the development of Joplin.

\n

Community

\n\n

Contributing

\n

Please see the guide for information on how to contribute to the development of Joplin: https://github.com/laurent22/joplin/blob/master/CONTRIBUTING.md

\n

Localisation

\n

Joplin is currently available in the languages below. If you would like to contribute a new translation, it is quite straightforward, please follow these steps:

\n
    \n
  • Download Poedit, the translation editor, and install it.
  • \n
  • Download the file to be translated.
  • \n
  • In Poedit, open this .pot file, go into the Catalog menu and click Configuration. Change \"Country\" and \"Language\" to your own country and language.
  • \n
  • From then you can translate the file.
  • \n
  • Once it is done, please open a pull request and add the file to it.
  • \n
\n

This translation will apply to the three applications - desktop, mobile and terminal.

\n

To update a translation, follow the same steps as above but instead of getting the .pot file, get the .po file for your language from the table below.

\n

Current translations:

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
 LanguagePo FileLast translatorPercent done
\"\"Arabicarأحمد باشا إبراهيم (fi_ahmed_bacha@esi.dz)80%
\"\"Basqueeujuan.abasolo@ehu.eus34%
\"\"Bosnianbs_BADerviš T. (dervis.t@pm.me)83%
\"\"Bulgarianbg_BG66%
\"\"Catalancajmontane, 201953%
\"\"Croatianhr_HRHrvoje Mandić (trbuhom@net.hr)28%
\"\"Czechcs_CZLukas Helebrandt (lukas@aiya.cz)82%
\"\"Danskda_DKMorten Juhl-Johansen Zölde-Fejér (mjjzf@syntaktisk.74%
\"\"Deutschde_DEEike (ei-ke@users.noreply.github.com)95%
\"\"Eesti Keelet_EE66%
\"\"English (UK)en_GB100%
\"\"English (US)en_US100%
\"\"Españoles_ESFernando Pindado (fpindado@gmail.com)95%
\"\"EsperantoeoMarton Paulo38%
\"\"Françaisfr_FRLaurent Cozic94%
\"\"Galiciangl_ESMarcos Lans (marcoslansgarza@gmail.com)43%
\"\"Indonesianid_IDFathy AR (16875937+fathyar@users.noreply.github.com)93%
\"\"Italianoit_ITStarFang20891%
\"\"Nederlandsnl_NLMetBril (metbril@users.noreply.github.com)96%
\"\"Nederlandsnl_BE34%
\"\"Norwegiannb_NOMats Estensen (code@mxe.no)88%
\"\"PersianfaKourosh Firoozbakht (kourox@protonmail.com)80%
\"\"Polskipl_PL96%
\"\"Portuguêspt_PTDiogo Caveiro89%
\"\"Português (Brasil)pt_BRRenato Nunes Bastos (rnbastos@gmail.com)96%
\"\"RomânăroCristi Duluta (cristi.duluta@gmail.com)78%
\"\"Sloveniansl_SI42%
\"\"SvenskasvJonatan Nyberg (jonatan@autistici.org)71%
\"\"Thaith_TH52%
\"\"Tiếng Việtvi85%
\"\"Türkçetr_TRArda Kılıçdağı (arda@kilicdagi.com)96%
\"\"Ελληνικάel_GRHarris Arvanitis (xaris@tuta.io)96%
\"\"Русскийru_RUSergey Segeda (thesermanarm@gmail.com)95%
\"\"српски језикsr_RS72%
\"\"中文 (简体)zh_CNWhiredPlanck (fungdaat31@outlook.com)96%
\"\"中文 (繁體)zh_TWYaoze Ye (yaozeye@yahoo.co.jp)95%
\"\"日本語ja_JPgenneko (genneko217@gmail.com)96%
\"\"한국어ko86%
\n\n

Contributors

\n

Thank you to everyone who've contributed to Joplin's source code!

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n

laurent22

tessus

mic704b

CalebJohn

PackElend

tanrax

rtmkrlv

fmrtn

genneko

devonzuegel

gabcoh

matsest

abonte

Abijeet

ishantgupta777

foxmask

innocuo

anjulalk

rabeehrz

coderrsid

alexdevero

Runo-saduwa

marcosvega91

petrz12

moltenform

zuphilip

readingsnail

XarisA

zblesk

0ndrey

amitsin6h

martonpaulo

rccavalcanti

Rahulm2310

metbril

ShaneKilkelly

stweil

archont00

bradmcl

tfinnberg

marcushill

nathanleiby

RaphaelKimmig

RenatoXSR

sensor-freak

Ardakilic

BartBucknill

mrwulf

chrisb86

chrmoritz

ethan42411

JOJ0

jdrobertso

jmontane

solariz

mmahmoudian

maicki

mjjzf

naviji

rt-oliveira

Rishgod

sebastienjust

sealch

StarFang208

SubodhDahal

TobiasDev

conyx

vsimkus

Zorbeyd

axq

barbowza

lightray22

pf-siedler

ruuti

s1nceri7y

kornava

ShuiHuo

ikunya

bedwardly-down

hexclover

2jaeyeol

aaronxn

alanfortlink

apankratov

teterkin

serenitatis

lex111

tekdel

Shaxine

assimd

baymoe

bimlas

carlbordum

chaifeng

charles-e

Techwolf12

cloudtrends

daniellandau

daukadolt

NeverMendel

diego-betto

erdody

domgoodwin

b4mboo

donbowman

dflock

drobilica

einverne

Atalanttore

eodeluga

fer22f

fpindado

FleischKarussel

talkdirty

gmag11

guiemi

gusbemacbe

Fvbor

bennetthanna

sczhg

Vistaus

iahmedbacha

IrvinDominin

ishammahajan

JRaiden16

jacobherrington

jamesadjinwa

jaredcrowe

potatogim

JoelRSimpson

joeltaylor

exic

jony0008

joybinchen

y-usuzumi

xuhcc

kirtanprht

kklas

xmlangel

troilus

Lorinson

lboullo0

dbinary

mvonmaltitz

mlkood

Marmo

freaktechnik

mgroth0

silentmatt

MichipX

MrTraduttore

NJannasch

Ouvill

shorty2380

Rakleed

Diadlo

R-L-T-Y

rajprakash00

RedDocMD

reinhart1010

ruzaq

SamuelBlickle

bronson

semperor

sinkuu

SFoskitt

kcrt

xissy

Tekki

TheoDutch

tbroadley

Kriechi

tkilaker

tcyrus

tobias-grasse

strobeltobias

tbergeron

Ullas-Aithal

MyTheValentinus

WisdomCode

xsak

ymitsos

jyuvaraj03

kowalskidev

abolishallprivateproperty

aerotog

anihm136

boring10

chenlhlinux

cybertramp

delta-emil

doc75

ebayer

espinosa

exponentactivity

exprez135

fab4x

fabianski7

rasperepodvipodvert

gasolin

githubaccount073

hydrandt

jabdoa2

johanvanheusden

krzysiekwie

lighthousebulb

luzpaz

nmiquan

nullpointer666

oscaretu

daehruoydeef

pensierocrea

rhtenhove

rikanotank1

rnbastos

simonsan

stellarpower

sumomo-99

taw00

tcassaert

vicoutorama

xcffl

zaoyifan

zen-quo

xcession

paventyang

zhangmx
\n\n

Known bugs

\n
    \n
  • Resources larger than 10 MB are not currently supported on mobile as they can crash the application.
  • \n
  • Non-alphabetical characters such as Chinese or Arabic might create glitches in the terminal on Windows. This is a limitation of the current Windows console.
  • \n
\n

License

\n

MIT License

\n

Copyright (c) 2016-2020 Laurent Cozic

\n

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

\n

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

\n

THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:26.957Z" + "readmeFetchedAt": "2020-09-18T00:10:42.427Z" }, "jumblepassword": { "readmeCleaned": "

\"jumble\"

\n

\"GitHub

\n
\n

Create unique id's or passwords easily.

\n
\n

This small electron utility, creates unique combinations of passwords(or id's) out of your name and date of birth. The app uses the random permutation of numbers algorithm known as Fisher Yates Shuffle Algorithm which inshort jumbles a sequence.

\n

Download

\n

Get the latest release from the releases tab.

\n

Usage

\n
$ git clone https://github.com/theIYD/jumble-password.git\n$ cd jumble-password\n$ npm install\n$ npm start\n\n
\n

\"screen\"

\n

License

\n
MIT License\n\nCopyright (c) 2017 Idrees Dargahwala\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so\n\n
\n
", "readmeOriginal": "

\"jumble\"

\n

\"GitHub

\n
\n

Create unique id's or passwords easily.

\n
\n

This small electron utility, creates unique combinations of passwords(or id's) out of your name and date of birth. The app uses the random permutation of numbers algorithm known as Fisher Yates Shuffle Algorithm which inshort jumbles a sequence.

\n

Download

\n

Get the latest release from the releases tab.

\n

Usage

\n
$ git clone https://github.com/theIYD/jumble-password.git\n$ cd jumble-password\n$ npm install\n$ npm start\n\n
\n

\"screen\"

\n

License

\n
MIT License\n\nCopyright (c) 2017 Idrees Dargahwala\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so\n\n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:26.960Z" - }, - "jukeboks": { - "readmeCleaned": "

Jukeboks

\n

Jukeboks is a fast viewer / player app, built on Electron.\nIn Jukeboks, you can preview images and movies while selecting files.

\n

Features

\n
    \n
  • Preview contents
  • \n
  • images
  • \n
  • movies
  • \n
  • Enable to control with the keyboard
  • \n
  • Automatically play movies with siblings
  • \n
  • Support Multiple buffering
  • \n
  • Enable to create shortcuts
  • \n
  • Filename Sorting Rules like macOS
  • \n
\n

Application's screen

\n

\"screen\"

\n

License

\n

Jukeboks is available under the ISC license.

\n

Links

\n\n
", - "readmeOriginal": "

Jukeboks

\n

Jukeboks is a fast viewer / player app, built on Electron.\nIn Jukeboks, you can preview images and movies while selecting files.

\n

Features

\n
    \n
  • Preview contents
  • \n
  • images
  • \n
  • movies
  • \n
  • Enable to control with the keyboard
  • \n
  • Automatically play movies with siblings
  • \n
  • Support Multiple buffering
  • \n
  • Enable to create shortcuts
  • \n
  • Filename Sorting Rules like macOS
  • \n
\n

Application's screen

\n

\"screen\"

\n

License

\n

Jukeboks is available under the ISC license.

\n

Links

\n\n
", - "readmeFetchedAt": "2020-09-17T12:09:27.017Z" + "readmeFetchedAt": "2020-09-18T00:10:42.434Z" }, "kahla": { "readmeCleaned": "

\n \n

Kahla

\n

Kahla is a cross-platform business messaging app.

\n

\n

\"Build\n\"GitHub\n\"Maintainability\"\n\"npm\"\n\"Issues\"\n\"GitHub\n\"LICENSE\"

\n
\n

\n\"screenshot\"\n

\n

Try it here: web.kahla.app

\n

\"Get\n\"English

\n

Kahla currently targets Windows, Linux, macOS, Android, and iOS.

\n

Kahla is built with Angular 8 and typescript. And Kahla Server is built with .NET Core.

\n

For more document about Kahla project and Kahla API, please view document here.

\n

For our official website, please view here.

\n

How to develope

\n

Before starting

\n

To develope Kahla, you need to install the following components:

\n
    \n
  • Git
  • \n
  • Nodejs and npm
  • \n
\n

We strongly suggest using Visual Studio Code to develope this project.

\n

Using Visual Studio Code to open the directory directly.

\n

How to run

\n

How to run in browser

\n

Excute following command in the root directory of this repository to restore all dependencies.

\n
$ npm install
\n

Excute following command to run and start a debugging server at localhost:8001.

\n
$ npm start
\n

How to run as desktop app

\n

Currently, we are using Electron to target Windows, Mac and Linux platform.

\n

Supports Windows 7+, Linux and macOS 10.9+.

\n
$ npm run electron
\n

How to publish

\n

How to publish to a web server

\n
ng build --prod
\n

How to publish for electron production version

\n

Please view here for Electron distribution document.

\n

Please view here for Electron builder document.

\n

Run:

\n
./publish.sh
\n

And you will publish the distributable version of Kahla desktop.

\n

Document

\n

For more info please view Kahla Wiki

\n

How to contribute

\n

There are many ways to contribute to the project: logging bugs, submitting pull requests, reporting issues, and creating suggestions.

\n

Even if you have push rights on the repository, you should create a personal fork and create feature branches there when you need them. This keeps the main repository clean, and your personal workflow cruft out of sight.

\n

We're also interested in your feedback for the future of this project. You can submit a suggestion or feature request through the issue tracker. To make this process more effective, we're asking that these include more information to help define them more clearly.

\n
", "readmeOriginal": "

\n \n

Kahla

\n

Kahla is a cross-platform business messaging app.

\n

\n

\"Build\n\"GitHub\n\"Maintainability\"\n\"npm\"\n\"Issues\"\n\"GitHub\n\"LICENSE\"

\n
\n

\n\"screenshot\"\n

\n

Try it here: web.kahla.app

\n

\"Get\n\"English

\n

Kahla currently targets Windows, Linux, macOS, Android, and iOS.

\n

Kahla is built with Angular 8 and typescript. And Kahla Server is built with .NET Core.

\n

For more document about Kahla project and Kahla API, please view document here.

\n

For our official website, please view here.

\n

How to develope

\n

Before starting

\n

To develope Kahla, you need to install the following components:

\n
    \n
  • Git
  • \n
  • Nodejs and npm
  • \n
\n

We strongly suggest using Visual Studio Code to develope this project.

\n

Using Visual Studio Code to open the directory directly.

\n

How to run

\n

How to run in browser

\n

Excute following command in the root directory of this repository to restore all dependencies.

\n
$ npm install
\n

Excute following command to run and start a debugging server at localhost:8001.

\n
$ npm start
\n

How to run as desktop app

\n

Currently, we are using Electron to target Windows, Mac and Linux platform.

\n

Supports Windows 7+, Linux and macOS 10.9+.

\n
$ npm run electron
\n

How to publish

\n

How to publish to a web server

\n
ng build --prod
\n

How to publish for electron production version

\n

Please view here for Electron distribution document.

\n

Please view here for Electron builder document.

\n

Run:

\n
./publish.sh
\n

And you will publish the distributable version of Kahla desktop.

\n

Document

\n

For more info please view Kahla Wiki

\n

How to contribute

\n

There are many ways to contribute to the project: logging bugs, submitting pull requests, reporting issues, and creating suggestions.

\n

Even if you have push rights on the repository, you should create a personal fork and create feature branches there when you need them. This keeps the main repository clean, and your personal workflow cruft out of sight.

\n

We're also interested in your feedback for the future of this project. You can submit a suggestion or feature request through the issue tracker. To make this process more effective, we're asking that these include more information to help define them more clearly.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:27.285Z" + "readmeFetchedAt": "2020-09-18T00:10:42.471Z" + }, + "kap": { + "readmeCleaned": "

\n \n

Kap

\n

An open-source screen recorder built with web technology

\n

\"Build \"XO

\n

\n

Get Kap

\n

Download the latest release (macOS only)

\n

Or install with Homebrew-Cask:

\n
$ brew cask install kap\n
\n

Contribute

\n

Read the contribution guide.

\n

Plugins

\n

For more info on how to create plugins, read the plugins docs.

\n

Dev builds

\n

Download master or builds for any other branch using: https://kap-artifacts.now.sh/<branch>. Note that these builds are unsupported and may have issues.

\n

Related Repositories

\n\n

Newsletter

\n

Subscribe

\n

Thanks

\n
    \n
  • ▲ Vercel for fast deployments served from the edge, hosting our website, downloads, and updates.
  • \n
  • ● CircleCI for supporting the open source community and making our builds fast and reliable.
  • \n
  • △ Sentry for letting us know when Kap isn't behaving and helping us eradicate said behaviour.
  • \n
  • Our contributors who help maintain Kap and make screen recording and sharing easy.
  • \n
\n
", + "readmeOriginal": "

\n \n

Kap

\n

An open-source screen recorder built with web technology

\n

\"Build \"XO

\n

\n

Get Kap

\n

Download the latest release (macOS only)

\n

Or install with Homebrew-Cask:

\n
$ brew cask install kap\n
\n

Contribute

\n

Read the contribution guide.

\n

Plugins

\n

For more info on how to create plugins, read the plugins docs.

\n

Dev builds

\n

Download master or builds for any other branch using: https://kap-artifacts.now.sh/<branch>. Note that these builds are unsupported and may have issues.

\n

Related Repositories

\n\n

Newsletter

\n

Subscribe

\n

Thanks

\n
    \n
  • ▲ Vercel for fast deployments served from the edge, hosting our website, downloads, and updates.
  • \n
  • ● CircleCI for supporting the open source community and making our builds fast and reliable.
  • \n
  • △ Sentry for letting us know when Kap isn't behaving and helping us eradicate said behaviour.
  • \n
  • Our contributors who help maintain Kap and make screen recording and sharing easy.
  • \n
\n
", + "readmeFetchedAt": "2020-09-18T00:10:42.549Z" }, "kalk": { "readmeCleaned": "

\"kalk\"

\n

\"shot\"

\n
", "readmeOriginal": "

\"kalk\"

\n

\"shot\"

\n
", - "readmeFetchedAt": "2020-09-17T12:09:27.318Z" + "readmeFetchedAt": "2020-09-18T00:10:42.552Z" + }, + "kappo": { + "readmeCleaned": "

\"readme\"\n





\n\"screenshot\"

\n
", + "readmeOriginal": "

\"readme\"\n





\n\"screenshot\"

\n
", + "readmeFetchedAt": "2020-09-18T00:10:42.574Z" }, "kankan": { "readmeCleaned": "

Kan Kan

\n

中文

\n

As yout can see, the image preview software of Mac OS has a terrible experience: it can't be zoomed in with the scroll wheel, and it doesn't support viewing all the pictures in the folder directly...
\nSo, I developed this software.
\nKankan is a Mac OS software to help you quickly look pictures. The experience is similar to win10's "image" and "king of pictures" apps.

\n

SCREENSHOT

\n

Day Mode
\n\nDark Mode
\n

\n

WHAT WE HAVE

\n

1.Fully comply with the Mac OS native design language, and the UI is simple and generous
\n2."Dark mode" is supported natively, which can be switched automatically or manually between "light" and "dark" themes
\n3.Enlarge image by wheeling support
\n4.Drag image support
\n5.Support browsing all images under the folder
\n6.Support previous, next and cycle browsing
\n7.Support setting wallpaper
\n8.Support to copy file name and path
\n9.Support for copying images

\n

More content will be added according to user feedback in the future...

\n

SUPPORTED IMAGE FORMATS

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
SuffixSupport
.jpg
.jpeg
.png
.bmp
.gif
.ico
\n

SHORTCUTS

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
KeyFunction
↓,→Next
↑,←Previous
EscExit app
Double-clickOriginal size Fit to window
\n

UPDATE

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
versiontimecontentdownload
0.2.02020.04.03first version,A small amount bugs-
0.2.32020.04.03Fix bugs, basically complete functions-
0.2.42020.04.16New features:
1. Add the magnification display.
2. Add the resolution display.
3. Add new original size function.
4. Modify some menus and button positions
-
0.2.52020.05.31New features:
1.Globalization support,3 languages supported:
zh-CN
en
en-US
More work needs yours help and feedback.
If you need support from other languages, please give me feedback !
2.Fix the bug that you can still right-click to open the menu in Hello page.
-
0.3.12020.08.09New features:
1. Add drag and drop support, drag the picture to the window to open it!
2. Fix the problem of scrollbar in Y-axis when browsing large images in version <= mac os 10.14.
3. Fix the bug that the welcome window cannot be moved.
0.3.1.dmg.zip
\n

THANKS TO

\n

Electron,This software is developed based on this project

\n

COPYRIGHT

\n

Liu Han

\n

FEEDBACK

\n

newham.cn@gmail.com

\n
", "readmeOriginal": "

Kan Kan

\n

中文

\n

As yout can see, the image preview software of Mac OS has a terrible experience: it can't be zoomed in with the scroll wheel, and it doesn't support viewing all the pictures in the folder directly...
\nSo, I developed this software.
\nKankan is a Mac OS software to help you quickly look pictures. The experience is similar to win10's \"image\" and \"king of pictures\" apps.

\n

SCREENSHOT

\n

Day Mode
\n\nDark Mode
\n

\n

WHAT WE HAVE

\n

1.Fully comply with the Mac OS native design language, and the UI is simple and generous
\n2.\"Dark mode\" is supported natively, which can be switched automatically or manually between \"light\" and \"dark\" themes
\n3.Enlarge image by wheeling support
\n4.Drag image support
\n5.Support browsing all images under the folder
\n6.Support previous, next and cycle browsing
\n7.Support setting wallpaper
\n8.Support to copy file name and path
\n9.Support for copying images

\n

More content will be added according to user feedback in the future...

\n

SUPPORTED IMAGE FORMATS

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
SuffixSupport
.jpg
.jpeg
.png
.bmp
.gif
.ico
\n

SHORTCUTS

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
KeyFunction
↓,→Next
↑,←Previous
EscExit app
Double-clickOriginal size Fit to window
\n

UPDATE

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
versiontimecontentdownload
0.2.02020.04.03first version,A small amount bugs-
0.2.32020.04.03Fix bugs, basically complete functions-
0.2.42020.04.16New features:
1. Add the magnification display.
2. Add the resolution display.
3. Add new original size function.
4. Modify some menus and button positions
-
0.2.52020.05.31New features:
1.Globalization support,3 languages supported:
zh-CN
en
en-US
More work needs yours help and feedback.
If you need support from other languages, please give me feedback !
2.Fix the bug that you can still right-click to open the menu in Hello page.
-
0.3.12020.08.09New features:
1. Add drag and drop support, drag the picture to the window to open it!
2. Fix the problem of scrollbar in Y-axis when browsing large images in version <= mac os 10.14.
3. Fix the bug that the welcome window cannot be moved.
0.3.1.dmg.zip
\n

THANKS TO

\n

Electron,This software is developed based on this project

\n

COPYRIGHT

\n

Liu Han

\n

FEEDBACK

\n

newham.cn@gmail.com

\n
", - "readmeFetchedAt": "2020-09-17T12:09:27.494Z" - }, - "kaku": { - "readmeCleaned": "

Kaku \"Build \"GitHub \"GitHub \"OpenCollective\" \"OpenCollective\" \"Join

\n

\"Kaku

\n

Kaku is a highly integrated music player that supports different online platforms like YouTube, SoundCloud, Vimeo and more. Available on Windows, Linux and macOS!

\n

Some social media that you should know and follow for the latest news 😆

\n
    \n
  1. Twitter: \"Twitter
  2. \n
  3. Facebook Page: https://www.facebook.com/kaku.rocks
  4. \n
  5. Newsletter: http://eepurl.com/chlSNf
  6. \n
\n

Support this project 💸

\n
    \n
  1. By open collective - https://opencollective.com/kaku
  2. \n
  3. By Patreon - https://www.patreon.com/EragonJ
  4. \n
  5. By Bitcoin - my wallet address 3Ar6wuyrta9AciZAYMFi3QCByXF6S5HneT
  6. \n
\n

Hi all, if you think this open source project helps you, please support us! :D

\n

Screenshots

\n

\"1\" \"2\" \"3\"

\n

Install 😆

\n

For Windows / Linux / macOS users

\n

Please check release page and find the suitable one for your OS.

\n

Linux

\n

@funilrys is the main contributor for this.

\n

For issues about installation please report a new issue or contact @funilrys on Gitter.

\n

For Debian/Ubuntu and derived distributions

\n

Get and install latest 32-bits version

\n

Simply execute the following 😸

\n
$ wget https://github.com/$(wget https://github.com/eragonJ/Kaku/releases/latest -O - | egrep '/.*/.*/Kaku.*i386.deb' -o) && dpkg -i Kaku*.deb
\n

Get and install latest 64-bits version

\n

Simply execute the following 😸

\n
$ wget https://github.com/$(wget https://github.com/eragonJ/Kaku/releases/latest -O - | egrep '/.*/.*/Kaku.*amd64.deb' -o) && dpkg -i Kaku*.deb
\n

For Arch Linux and derived distributions

\n

You can get the package here.

\n

Install the latest version

\n
$ pacaur -S kaku-bin
\n

Help on translation

\n

If you are keen to help Kaku, you can first try to help by translating it into your native language! For more details, please check this post! Can't wait to see you in our community :)

\n

How to develop

\n

Please check our wiki here for more information.

\n

Supported Streaming Platform

\n
    \n
  • YouTube
  • \n
  • Vimeo
  • \n
  • SoundCloud
  • \n
  • MixCloud
  • \n
  • ... keep adding :)
  • \n
\n

Supported Languages

\n
    \n
  • 繁體中文 (沒錯,這個程式 Made in Taiwan XD)
  • \n
  • 日本語
  • \n
  • Português
  • \n
  • English
  • \n
  • Français
  • \n
  • Español
  • \n
  • Русский
  • \n
  • Türkçe
  • \n
  • Deutsch
  • \n
  • 한국어
  • \n
  • Slovenčina
  • \n
  • Polski
  • \n
  • Bahasa Indonesia
  • \n
  • Italiano
  • \n
  • Nederlands (België)
  • \n
  • ‏العربية‏
  • \n
  • Slovenščina
  • \n
  • ‏فارسی‏
  • \n
  • Brezhoneg
  • \n
  • Nederland
  • \n
  • Ελληνικά
  • \n
  • ... keep adding :)
  • \n
\n

Author

\n

Chia-Lung Chen (EragonJ)

\n

Note: Kaku's Logo is designed by Peko Chen, thanks for her support :)

\n

Contributors

\n

Go check out these awesome hackers !!

\n

Backers

\n

Support us with a monthly donation and help us continue our activities. [Become a backer]

\n

\"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\"

\n

Sponsors

\n

Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]

\n

\"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\"

\n

License

\n

MIT

\n
", - "readmeOriginal": "

Kaku \"Build \"GitHub \"GitHub \"OpenCollective\" \"OpenCollective\" \"Join

\n

\"Kaku

\n

Kaku is a highly integrated music player that supports different online platforms like YouTube, SoundCloud, Vimeo and more. Available on Windows, Linux and macOS!

\n

Some social media that you should know and follow for the latest news 😆

\n
    \n
  1. Twitter: \"Twitter
  2. \n
  3. Facebook Page: https://www.facebook.com/kaku.rocks
  4. \n
  5. Newsletter: http://eepurl.com/chlSNf
  6. \n
\n

Support this project 💸

\n
    \n
  1. By open collective - https://opencollective.com/kaku
  2. \n
  3. By Patreon - https://www.patreon.com/EragonJ
  4. \n
  5. By Bitcoin - my wallet address 3Ar6wuyrta9AciZAYMFi3QCByXF6S5HneT
  6. \n
\n

Hi all, if you think this open source project helps you, please support us! :D

\n

Screenshots

\n

\"1\" \"2\" \"3\"

\n

Install 😆

\n

For Windows / Linux / macOS users

\n

Please check release page and find the suitable one for your OS.

\n

Linux

\n

@funilrys is the main contributor for this.

\n

For issues about installation please report a new issue or contact @funilrys on Gitter.

\n

For Debian/Ubuntu and derived distributions

\n

Get and install latest 32-bits version

\n

Simply execute the following 😸

\n
$ wget https://github.com/$(wget https://github.com/eragonJ/Kaku/releases/latest -O - | egrep '/.*/.*/Kaku.*i386.deb' -o) && dpkg -i Kaku*.deb
\n

Get and install latest 64-bits version

\n

Simply execute the following 😸

\n
$ wget https://github.com/$(wget https://github.com/eragonJ/Kaku/releases/latest -O - | egrep '/.*/.*/Kaku.*amd64.deb' -o) && dpkg -i Kaku*.deb
\n

For Arch Linux and derived distributions

\n

You can get the package here.

\n

Install the latest version

\n
$ pacaur -S kaku-bin
\n

Help on translation

\n

If you are keen to help Kaku, you can first try to help by translating it into your native language! For more details, please check this post! Can't wait to see you in our community :)

\n

How to develop

\n

Please check our wiki here for more information.

\n

Supported Streaming Platform

\n
    \n
  • YouTube
  • \n
  • Vimeo
  • \n
  • SoundCloud
  • \n
  • MixCloud
  • \n
  • ... keep adding :)
  • \n
\n

Supported Languages

\n
    \n
  • 繁體中文 (沒錯,這個程式 Made in Taiwan XD)
  • \n
  • 日本語
  • \n
  • Português
  • \n
  • English
  • \n
  • Français
  • \n
  • Español
  • \n
  • Русский
  • \n
  • Türkçe
  • \n
  • Deutsch
  • \n
  • 한국어
  • \n
  • Slovenčina
  • \n
  • Polski
  • \n
  • Bahasa Indonesia
  • \n
  • Italiano
  • \n
  • Nederlands (België)
  • \n
  • ‏العربية‏
  • \n
  • Slovenščina
  • \n
  • ‏فارسی‏
  • \n
  • Brezhoneg
  • \n
  • Nederland
  • \n
  • Ελληνικά
  • \n
  • ... keep adding :)
  • \n
\n

Author

\n

Chia-Lung Chen (EragonJ)

\n

Note: Kaku's Logo is designed by Peko Chen, thanks for her support :)

\n

Contributors

\n

Go check out these awesome hackers !!

\n

Backers

\n

Support us with a monthly donation and help us continue our activities. [Become a backer]

\n

\"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\"

\n

Sponsors

\n

Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]

\n

\"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\"

\n

License

\n

MIT

\n
", - "readmeFetchedAt": "2020-09-17T12:09:27.523Z" + "readmeFetchedAt": "2020-09-18T00:10:42.587Z" }, "jumpfm": { "readmeCleaned": "

\"Build \"Build

\n

About

\n

JumpFm is a cross platform1,2 dual panel file manager with builtin superpowers.

\n
\n

1\nWindows built is not tested at all, install it at your own risk

\n

2\nFor a Mac release see this fork

\n

<dev/>

\n

tl;dr.1,2

\n
git clone git@github.com:Gilad-Kutiel-App/jumpfm.git\nnpm i -g typescript electron\ncd jumpfm\nnpm i\ntsc -w\nsass --watch scss:css\nelectron .\n
\n
\n

1\nYou might want to change npm's default directory

\n

2\nUse different terminal for each of tsc -w, sass --watch scss:css, electron .

\n

More <dev/>

\n

JumpFm is an Electron based app.\nIt is written in TypeScript.\nTo hack the code all you need is node.js a\ndecent editor and a sass compiler.\nThis is how your terminal should looks like:

\n

\"\"

\n
", "readmeOriginal": "

\"Build \"Build

\n

About

\n

JumpFm is a cross platform1,2 dual panel file manager with builtin superpowers.

\n
\n

1\nWindows built is not tested at all, install it at your own risk

\n

2\nFor a Mac release see this fork

\n

<dev/>

\n

tl;dr.1,2

\n
git clone git@github.com:Gilad-Kutiel-App/jumpfm.git\nnpm i -g typescript electron\ncd jumpfm\nnpm i\ntsc -w\nsass --watch scss:css\nelectron .\n
\n
\n

1\nYou might want to change npm's default directory

\n

2\nUse different terminal for each of tsc -w, sass --watch scss:css, electron .

\n

More <dev/>

\n

JumpFm is an Electron based app.\nIt is written in TypeScript.\nTo hack the code all you need is node.js a\ndecent editor and a sass compiler.\nThis is how your terminal should looks like:

\n

\"\"

\n
", - "readmeFetchedAt": "2020-09-17T12:09:27.690Z" + "readmeFetchedAt": "2020-09-18T00:10:42.602Z" }, "katana": { "readmeCleaned": "

\"Katana

\n\n \"David\"\n\n\n \"Standard\n\n\n \"Known\n\n\n \"Release\"\n\n

Overview

\n

Katana is a simple, open-source screenshot utility for macOS that lives in your menubar.

\n

Downloads are available on the releases page.

\n

Features

\n
    \n
  • Upload to several different image hosts, including Imgur and Pomf.
  • \n
  • Directly upload files by dragging & dropping them onto the menubar.
  • \n
  • Shorten any link that's copied to your clipboard.
  • \n
  • Customizable shortcuts and preferences.
  • \n
  • Lives in your menu bar, doesn't clutter your dock.
  • \n
  • Constantly evolving, providing new functionality all the time.
  • \n
\n
\n \"Katana\n
\n

Credits

\n

Application icons based off work by Gregory Thye

\n

License

\n

Katana is available under the GPL-3.0 license.

\n
", "readmeOriginal": "

\"Katana

\n\n \"David\"\n\n\n \"Standard\n\n\n \"Known\n\n\n \"Release\"\n\n

Overview

\n

Katana is a simple, open-source screenshot utility for macOS that lives in your menubar.

\n

Downloads are available on the releases page.

\n

Features

\n
    \n
  • Upload to several different image hosts, including Imgur and Pomf.
  • \n
  • Directly upload files by dragging & dropping them onto the menubar.
  • \n
  • Shorten any link that's copied to your clipboard.
  • \n
  • Customizable shortcuts and preferences.
  • \n
  • Lives in your menu bar, doesn't clutter your dock.
  • \n
  • Constantly evolving, providing new functionality all the time.
  • \n
\n
\n \"Katana\n
\n

Credits

\n

Application icons based off work by Gregory Thye

\n

License

\n

Katana is available under the GPL-3.0 license.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:27.719Z" + "readmeFetchedAt": "2020-09-18T00:10:42.682Z" }, - "kappo": { - "readmeCleaned": "

\"readme\"\n





\n\"screenshot\"

\n
", - "readmeOriginal": "

\"readme\"\n





\n\"screenshot\"

\n
", - "readmeFetchedAt": "2020-09-17T12:09:27.723Z" + "kaku": { + "readmeCleaned": "

Kaku \"Build \"GitHub \"GitHub \"OpenCollective\" \"OpenCollective\" \"Join

\n

\"Kaku

\n

Kaku is a highly integrated music player that supports different online platforms like YouTube, SoundCloud, Vimeo and more. Available on Windows, Linux and macOS!

\n

Some social media that you should know and follow for the latest news 😆

\n
    \n
  1. Twitter: \"Twitter
  2. \n
  3. Facebook Page: https://www.facebook.com/kaku.rocks
  4. \n
  5. Newsletter: http://eepurl.com/chlSNf
  6. \n
\n

Support this project 💸

\n
    \n
  1. By open collective - https://opencollective.com/kaku
  2. \n
  3. By Patreon - https://www.patreon.com/EragonJ
  4. \n
  5. By Bitcoin - my wallet address 3Ar6wuyrta9AciZAYMFi3QCByXF6S5HneT
  6. \n
\n

Hi all, if you think this open source project helps you, please support us! :D

\n

Screenshots

\n

\"1\" \"2\" \"3\"

\n

Install 😆

\n

For Windows / Linux / macOS users

\n

Please check release page and find the suitable one for your OS.

\n

Linux

\n

@funilrys is the main contributor for this.

\n

For issues about installation please report a new issue or contact @funilrys on Gitter.

\n

For Debian/Ubuntu and derived distributions

\n

Get and install latest 32-bits version

\n

Simply execute the following 😸

\n
$ wget https://github.com/$(wget https://github.com/eragonJ/Kaku/releases/latest -O - | egrep '/.*/.*/Kaku.*i386.deb' -o) && dpkg -i Kaku*.deb
\n

Get and install latest 64-bits version

\n

Simply execute the following 😸

\n
$ wget https://github.com/$(wget https://github.com/eragonJ/Kaku/releases/latest -O - | egrep '/.*/.*/Kaku.*amd64.deb' -o) && dpkg -i Kaku*.deb
\n

For Arch Linux and derived distributions

\n

You can get the package here.

\n

Install the latest version

\n
$ pacaur -S kaku-bin
\n

Help on translation

\n

If you are keen to help Kaku, you can first try to help by translating it into your native language! For more details, please check this post! Can't wait to see you in our community :)

\n

How to develop

\n

Please check our wiki here for more information.

\n

Supported Streaming Platform

\n
    \n
  • YouTube
  • \n
  • Vimeo
  • \n
  • SoundCloud
  • \n
  • MixCloud
  • \n
  • ... keep adding :)
  • \n
\n

Supported Languages

\n
    \n
  • 繁體中文 (沒錯,這個程式 Made in Taiwan XD)
  • \n
  • 日本語
  • \n
  • Português
  • \n
  • English
  • \n
  • Français
  • \n
  • Español
  • \n
  • Русский
  • \n
  • Türkçe
  • \n
  • Deutsch
  • \n
  • 한국어
  • \n
  • Slovenčina
  • \n
  • Polski
  • \n
  • Bahasa Indonesia
  • \n
  • Italiano
  • \n
  • Nederlands (België)
  • \n
  • ‏العربية‏
  • \n
  • Slovenščina
  • \n
  • ‏فارسی‏
  • \n
  • Brezhoneg
  • \n
  • Nederland
  • \n
  • Ελληνικά
  • \n
  • ... keep adding :)
  • \n
\n

Author

\n

Chia-Lung Chen (EragonJ)

\n

Note: Kaku's Logo is designed by Peko Chen, thanks for her support :)

\n

Contributors

\n

Go check out these awesome hackers !!

\n

Backers

\n

Support us with a monthly donation and help us continue our activities. [Become a backer]

\n

\"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\"

\n

Sponsors

\n

Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]

\n

\"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\"

\n

License

\n

MIT

\n
", + "readmeOriginal": "

Kaku \"Build \"GitHub \"GitHub \"OpenCollective\" \"OpenCollective\" \"Join

\n

\"Kaku

\n

Kaku is a highly integrated music player that supports different online platforms like YouTube, SoundCloud, Vimeo and more. Available on Windows, Linux and macOS!

\n

Some social media that you should know and follow for the latest news 😆

\n
    \n
  1. Twitter: \"Twitter
  2. \n
  3. Facebook Page: https://www.facebook.com/kaku.rocks
  4. \n
  5. Newsletter: http://eepurl.com/chlSNf
  6. \n
\n

Support this project 💸

\n
    \n
  1. By open collective - https://opencollective.com/kaku
  2. \n
  3. By Patreon - https://www.patreon.com/EragonJ
  4. \n
  5. By Bitcoin - my wallet address 3Ar6wuyrta9AciZAYMFi3QCByXF6S5HneT
  6. \n
\n

Hi all, if you think this open source project helps you, please support us! :D

\n

Screenshots

\n

\"1\" \"2\" \"3\"

\n

Install 😆

\n

For Windows / Linux / macOS users

\n

Please check release page and find the suitable one for your OS.

\n

Linux

\n

@funilrys is the main contributor for this.

\n

For issues about installation please report a new issue or contact @funilrys on Gitter.

\n

For Debian/Ubuntu and derived distributions

\n

Get and install latest 32-bits version

\n

Simply execute the following 😸

\n
$ wget https://github.com/$(wget https://github.com/eragonJ/Kaku/releases/latest -O - | egrep '/.*/.*/Kaku.*i386.deb' -o) && dpkg -i Kaku*.deb
\n

Get and install latest 64-bits version

\n

Simply execute the following 😸

\n
$ wget https://github.com/$(wget https://github.com/eragonJ/Kaku/releases/latest -O - | egrep '/.*/.*/Kaku.*amd64.deb' -o) && dpkg -i Kaku*.deb
\n

For Arch Linux and derived distributions

\n

You can get the package here.

\n

Install the latest version

\n
$ pacaur -S kaku-bin
\n

Help on translation

\n

If you are keen to help Kaku, you can first try to help by translating it into your native language! For more details, please check this post! Can't wait to see you in our community :)

\n

How to develop

\n

Please check our wiki here for more information.

\n

Supported Streaming Platform

\n
    \n
  • YouTube
  • \n
  • Vimeo
  • \n
  • SoundCloud
  • \n
  • MixCloud
  • \n
  • ... keep adding :)
  • \n
\n

Supported Languages

\n
    \n
  • 繁體中文 (沒錯,這個程式 Made in Taiwan XD)
  • \n
  • 日本語
  • \n
  • Português
  • \n
  • English
  • \n
  • Français
  • \n
  • Español
  • \n
  • Русский
  • \n
  • Türkçe
  • \n
  • Deutsch
  • \n
  • 한국어
  • \n
  • Slovenčina
  • \n
  • Polski
  • \n
  • Bahasa Indonesia
  • \n
  • Italiano
  • \n
  • Nederlands (België)
  • \n
  • ‏العربية‏
  • \n
  • Slovenščina
  • \n
  • ‏فارسی‏
  • \n
  • Brezhoneg
  • \n
  • Nederland
  • \n
  • Ελληνικά
  • \n
  • ... keep adding :)
  • \n
\n

Author

\n

Chia-Lung Chen (EragonJ)

\n

Note: Kaku's Logo is designed by Peko Chen, thanks for her support :)

\n

Contributors

\n

Go check out these awesome hackers !!

\n

Backers

\n

Support us with a monthly donation and help us continue our activities. [Become a backer]

\n

\"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\"

\n

Sponsors

\n

Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]

\n

\"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\"

\n

License

\n

MIT

\n
", + "readmeFetchedAt": "2020-09-18T00:10:42.711Z" }, - "kap": { - "readmeCleaned": "

\n \n

Kap

\n

An open-source screen recorder built with web technology

\n

\"Build \"XO

\n

\n

Get Kap

\n

Download the latest release (macOS only)

\n

Or install with Homebrew-Cask:

\n
$ brew cask install kap\n
\n

Contribute

\n

Read the contribution guide.

\n

Plugins

\n

For more info on how to create plugins, read the plugins docs.

\n

Dev builds

\n

Download master or builds for any other branch using: https://kap-artifacts.now.sh/<branch>. Note that these builds are unsupported and may have issues.

\n

Related Repositories

\n\n

Newsletter

\n

Subscribe

\n

Thanks

\n
    \n
  • ▲ Vercel for fast deployments served from the edge, hosting our website, downloads, and updates.
  • \n
  • ● CircleCI for supporting the open source community and making our builds fast and reliable.
  • \n
  • △ Sentry for letting us know when Kap isn't behaving and helping us eradicate said behaviour.
  • \n
  • Our contributors who help maintain Kap and make screen recording and sharing easy.
  • \n
\n
", - "readmeOriginal": "

\n \n

Kap

\n

An open-source screen recorder built with web technology

\n

\"Build \"XO

\n

\n

Get Kap

\n

Download the latest release (macOS only)

\n

Or install with Homebrew-Cask:

\n
$ brew cask install kap\n
\n

Contribute

\n

Read the contribution guide.

\n

Plugins

\n

For more info on how to create plugins, read the plugins docs.

\n

Dev builds

\n

Download master or builds for any other branch using: https://kap-artifacts.now.sh/<branch>. Note that these builds are unsupported and may have issues.

\n

Related Repositories

\n\n

Newsletter

\n

Subscribe

\n

Thanks

\n
    \n
  • ▲ Vercel for fast deployments served from the edge, hosting our website, downloads, and updates.
  • \n
  • ● CircleCI for supporting the open source community and making our builds fast and reliable.
  • \n
  • △ Sentry for letting us know when Kap isn't behaving and helping us eradicate said behaviour.
  • \n
  • Our contributors who help maintain Kap and make screen recording and sharing easy.
  • \n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:27.752Z" + "kinesis-ci": { + "readmeCleaned": "

Kinesis-CI - Sample Project

\n

\"Build

\n

Education and innovation is a sample project for users of the Kinesis CI tool for Tableau.\nKinesis CI is a test framework that adds automated testing and continuous integration capability to Tableau Server.\nFor more information on Kinesis CI, please visit http://kinesis-ci.com

\n

\"screenshot\"

\n

Concept

\n

This project is designed to give you an example for setting up your testing projects in Kinesis CI.

\n

It contains a collection of test cases for a Tableau Workbook – Education and Innovation,\nincluding the following test cases:

\n

Functional Testing

\n
    \n
  • Load data into a database
  • \n
  • Publish Tableau workbooks and data sources to Tableau Server
  • \n
  • Refresh data extracts
  • \n
  • Filters
  • \n
  • Parameters
  • \n
  • Checking data against an expected data set
  • \n
  • Checking the layout of the Dashboard to an expected layout
  • \n
  • Checking data against pre-defined rules and criterias
  • \n
  • Checking data against the datasource by an SQL query in the underlying database
  • \n
  • Running custom webdriver commands (required for SSO and custom login pages)
  • \n
  • Switch Tab
  • \n
  • Selecting Marks for testing interactivity/ user clicks
  • \n
\n

Regression Testing

\n
    \n
  • Running regression test on a Tableau dashboard to compare against a baseline in terms of data, layout, filter and parameter consitency
  • \n
\n

Cross Environment Testing

\n
    \n
  • Comparing the same Tableau View on two different environments i.e. dev and prod or two different Tableau Server versions, when doing and upgrade, in terms of data, layout, filter and parameter consitency
  • \n
\n

Performance Testing

\n
    \n
  • Testing the performance of your Tableau Server by driving load against it
  • \n
\n

This example goes hand in hand with the documentation of Kinesis CI, which you can find under https://kinesis-ci.com/documents

\n

How to use this demo project?

\n
    \n
  1. \n

    Clone the repository in Kinesis Designer (File -> Clone Git Repository and enter https://github.com/Kinesis-CI/education-and-innovation.git) and open project.json. This project.json file contains key\ninformation to identify the individual test projects within this directory.\nAlternatively, you can use the Kinesis Command Line Interface and open the files in a text editor.

    \n
  2. \n
  3. \n

    Edit context variables to fit your environment. i.e. reference the Tableau Server you are using within your organization and use a database you have access to. For more information on context variables visit\nhttps://kinesis-ci.com/documents/#/context-variables

    \n
  4. \n
  5. \n

    In Load Data task tailor database reference to a database you would like to use. For detailed information visit https://kinesis-ci.com/documents/#/functional-test?id=load-data-task

    \n
  6. \n
  7. \n

    In Regression test, create a new Baseline from your Tableau Server to compare against. For more information on Regression tests visit https://kinesis-ci.com/documents/#/regression-test

    \n
  8. \n
  9. \n

    In Cross Environment test, update the target environment to fit your target environment you want to compare to your source environment. For more information on Cross Environment tests visit https://kinesis-ci.com/documents/#/cross-environment-test

    \n
  10. \n
\n

Directory layout

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
File TypeDescription
srcContains the Tableau source files that have been imported into the given Project
contextContains the JSON files that define your context variables. For more information on context variables refer to the documentation under https://kinesis-ci.com/documents/#/command-line-interface
testContains files related to the individual Tests that have been created within the Project
test/<TEST_NAME>/resourcesTest resources. These are typically data files (.csv) needed to load data into source systems (i.e. databases) or validate data to expected results
test/<TEST_NAME>/kinesis.jsonJSON files that describe the individual Test steps that have been created within the Project
project.jsonJSON file that contains the key information to identify the individual Projects. This is only needed for Kinesis Designer, but not to run tests from the Command Line Interface
\n

For more information on the Directory Layout please see https://kinesis-ci.com/documents/#/getting-started?id=create-new-project

\n

Integration with CI tools

\n

If you want to run tests automatically on a Continuous Integration Server, for example on Jenkins, TeamCity or any other similar tool, then you will need to install the Kinesis Command Line Interface to the server where your CI/CD server is running.

\n

Command Line Interface allows you to run previously created Kinesis tests and integrate it with the CI tool of your choice.

\n

For more information on the integration of Kinesis CI and Jenkins, please see https://kinesis-ci.com/documents/#/continuous-integration

\n
", + "readmeOriginal": "

Kinesis-CI - Sample Project

\n

\"Build

\n

Education and innovation is a sample project for users of the Kinesis CI tool for Tableau.\nKinesis CI is a test framework that adds automated testing and continuous integration capability to Tableau Server.\nFor more information on Kinesis CI, please visit http://kinesis-ci.com

\n

\"screenshot\"

\n

Concept

\n

This project is designed to give you an example for setting up your testing projects in Kinesis CI.

\n

It contains a collection of test cases for a Tableau Workbook – Education and Innovation,\nincluding the following test cases:

\n

Functional Testing

\n
    \n
  • Load data into a database
  • \n
  • Publish Tableau workbooks and data sources to Tableau Server
  • \n
  • Refresh data extracts
  • \n
  • Filters
  • \n
  • Parameters
  • \n
  • Checking data against an expected data set
  • \n
  • Checking the layout of the Dashboard to an expected layout
  • \n
  • Checking data against pre-defined rules and criterias
  • \n
  • Checking data against the datasource by an SQL query in the underlying database
  • \n
  • Running custom webdriver commands (required for SSO and custom login pages)
  • \n
  • Switch Tab
  • \n
  • Selecting Marks for testing interactivity/ user clicks
  • \n
\n

Regression Testing

\n
    \n
  • Running regression test on a Tableau dashboard to compare against a baseline in terms of data, layout, filter and parameter consitency
  • \n
\n

Cross Environment Testing

\n
    \n
  • Comparing the same Tableau View on two different environments i.e. dev and prod or two different Tableau Server versions, when doing and upgrade, in terms of data, layout, filter and parameter consitency
  • \n
\n

Performance Testing

\n
    \n
  • Testing the performance of your Tableau Server by driving load against it
  • \n
\n

This example goes hand in hand with the documentation of Kinesis CI, which you can find under https://kinesis-ci.com/documents

\n

How to use this demo project?

\n
    \n
  1. \n

    Clone the repository in Kinesis Designer (File -> Clone Git Repository and enter https://github.com/Kinesis-CI/education-and-innovation.git) and open project.json. This project.json file contains key\ninformation to identify the individual test projects within this directory.\nAlternatively, you can use the Kinesis Command Line Interface and open the files in a text editor.

    \n
  2. \n
  3. \n

    Edit context variables to fit your environment. i.e. reference the Tableau Server you are using within your organization and use a database you have access to. For more information on context variables visit\nhttps://kinesis-ci.com/documents/#/context-variables

    \n
  4. \n
  5. \n

    In Load Data task tailor database reference to a database you would like to use. For detailed information visit https://kinesis-ci.com/documents/#/functional-test?id=load-data-task

    \n
  6. \n
  7. \n

    In Regression test, create a new Baseline from your Tableau Server to compare against. For more information on Regression tests visit https://kinesis-ci.com/documents/#/regression-test

    \n
  8. \n
  9. \n

    In Cross Environment test, update the target environment to fit your target environment you want to compare to your source environment. For more information on Cross Environment tests visit https://kinesis-ci.com/documents/#/cross-environment-test

    \n
  10. \n
\n

Directory layout

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
File TypeDescription
srcContains the Tableau source files that have been imported into the given Project
contextContains the JSON files that define your context variables. For more information on context variables refer to the documentation under https://kinesis-ci.com/documents/#/command-line-interface
testContains files related to the individual Tests that have been created within the Project
test/<TEST_NAME>/resourcesTest resources. These are typically data files (.csv) needed to load data into source systems (i.e. databases) or validate data to expected results
test/<TEST_NAME>/kinesis.jsonJSON files that describe the individual Test steps that have been created within the Project
project.jsonJSON file that contains the key information to identify the individual Projects. This is only needed for Kinesis Designer, but not to run tests from the Command Line Interface
\n

For more information on the Directory Layout please see https://kinesis-ci.com/documents/#/getting-started?id=create-new-project

\n

Integration with CI tools

\n

If you want to run tests automatically on a Continuous Integration Server, for example on Jenkins, TeamCity or any other similar tool, then you will need to install the Kinesis Command Line Interface to the server where your CI/CD server is running.

\n

Command Line Interface allows you to run previously created Kinesis tests and integrate it with the CI tool of your choice.

\n

For more information on the integration of Kinesis CI and Jenkins, please see https://kinesis-ci.com/documents/#/continuous-integration

\n
", + "readmeFetchedAt": "2020-09-18T00:10:42.717Z" }, "keeper": { "readmeCleaned": "

Keeper

\n
\n

Encrypts and decrypts your files with the password you specify

\n
\n

\"\"

\n

Install

\n
git clone https://github.com/ardagedikk/keeper.git\ncd keeper\nnpm install
\n

Run

\n
npm start
\n

Build

\n

Build the application for specified or all platform:

\n
npm run build-osx\nnpm run build-linux\nnpm run build-win32\n\nnpm run build
\n

License

\n

MIT

\n
", "readmeOriginal": "

Keeper

\n
\n

Encrypts and decrypts your files with the password you specify

\n
\n

\"\"

\n

Install

\n
git clone https://github.com/ardagedikk/keeper.git\ncd keeper\nnpm install
\n

Run

\n
npm start
\n

Build

\n

Build the application for specified or all platform:

\n
npm run build-osx\nnpm run build-linux\nnpm run build-win32\n\nnpm run build
\n

License

\n

MIT

\n
", - "readmeFetchedAt": "2020-09-17T12:09:27.930Z" + "readmeFetchedAt": "2020-09-18T00:10:42.752Z" }, "kongdash": { "readmeCleaned": "

KongDash

\n
\n

An elegant desktop client for Kong admin API

\n
\n

\"\"

\n

How to Install

\n

On Linux

\n

Ubuntu and other Debian distributions:

\n
    \n
  • Download the latest .deb package.
  • \n
  • Run dpkg -i kongdash-x.y.z-arch.deb
  • \n
\n

Fedora and other Linux distributions:

\n
    \n
  • Download the latest .tar.gz archive.
  • \n
  • Extract the archive and run install.sh script.
  • \n
\n
tar -xvf kongdash-x.y.z-linux-arch.tar.gz\ncd kongdash-x.y.z-linux-arch\n./install.sh
\n

x.y.z refers to the version number and arch refers to the architecture (ia32 or x64).

\n

On Windows

\n

Simply download the latest .exe installer and run it.

\n

On Mac OS X

\n

Download and open the latest .dmg image, move the app to /Applications to start using it.

\n

For Developers

\n

All kinds of contributions are welcome.

\n
    \n
  • Requires NodeJs (v4.4.7 or higher) and npm (v2.15.8 or higher).
  • \n
  • Built with Electron.
  • \n
\n

Clone the repository

\n
git clone https://github.com/ajaysreedhar/kongdash
\n

Install dependencies

\n
npm install
\n

Run the app

\n
npm start
\n

Run ESLint\nnpm test or npm run lint

\n

Make a release

\n

Linux 32-bit:

\n
npm run pack:linux32
\n

Linux 64-bit:

\n
npm run pack:linux64
\n

Mac OS X (64-bit only):

\n
npm run pack:osx
\n

Windows 32-bit:

\n
npm run pack:windows32
\n

Windows 64-bit:

\n
npm run pack:windows64
\n

The packaged application will be moved to release/ directory.

\n

License

\n

MIT License. See LICENSE.

\n
", "readmeOriginal": "

KongDash

\n
\n

An elegant desktop client for Kong admin API

\n
\n

\"\"

\n

How to Install

\n

On Linux

\n

Ubuntu and other Debian distributions:

\n
    \n
  • Download the latest .deb package.
  • \n
  • Run dpkg -i kongdash-x.y.z-arch.deb
  • \n
\n

Fedora and other Linux distributions:

\n
    \n
  • Download the latest .tar.gz archive.
  • \n
  • Extract the archive and run install.sh script.
  • \n
\n
tar -xvf kongdash-x.y.z-linux-arch.tar.gz\ncd kongdash-x.y.z-linux-arch\n./install.sh
\n

x.y.z refers to the version number and arch refers to the architecture (ia32 or x64).

\n

On Windows

\n

Simply download the latest .exe installer and run it.

\n

On Mac OS X

\n

Download and open the latest .dmg image, move the app to /Applications to start using it.

\n

For Developers

\n

All kinds of contributions are welcome.

\n
    \n
  • Requires NodeJs (v4.4.7 or higher) and npm (v2.15.8 or higher).
  • \n
  • Built with Electron.
  • \n
\n

Clone the repository

\n
git clone https://github.com/ajaysreedhar/kongdash
\n

Install dependencies

\n
npm install
\n

Run the app

\n
npm start
\n

Run ESLint\nnpm test or npm run lint

\n

Make a release

\n

Linux 32-bit:

\n
npm run pack:linux32
\n

Linux 64-bit:

\n
npm run pack:linux64
\n

Mac OS X (64-bit only):

\n
npm run pack:osx
\n

Windows 32-bit:

\n
npm run pack:windows32
\n

Windows 64-bit:

\n
npm run pack:windows64
\n

The packaged application will be moved to release/ directory.

\n

License

\n

MIT License. See LICENSE.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:28.154Z" - }, - "kinesis-ci": { - "readmeCleaned": "

Kinesis-CI - Sample Project

\n

\"Build

\n

Education and innovation is a sample project for users of the Kinesis CI tool for Tableau.\nKinesis CI is a test framework that adds automated testing and continuous integration capability to Tableau Server.\nFor more information on Kinesis CI, please visit http://kinesis-ci.com

\n

\"screenshot\"

\n

Concept

\n

This project is designed to give you an example for setting up your testing projects in Kinesis CI.

\n

It contains a collection of test cases for a Tableau Workbook – Education and Innovation,\nincluding the following test cases:

\n

Functional Testing

\n
    \n
  • Load data into a database
  • \n
  • Publish Tableau workbooks and data sources to Tableau Server
  • \n
  • Refresh data extracts
  • \n
  • Filters
  • \n
  • Parameters
  • \n
  • Checking data against an expected data set
  • \n
  • Checking the layout of the Dashboard to an expected layout
  • \n
  • Checking data against pre-defined rules and criterias
  • \n
  • Checking data against the datasource by an SQL query in the underlying database
  • \n
  • Running custom webdriver commands (required for SSO and custom login pages)
  • \n
  • Switch Tab
  • \n
  • Selecting Marks for testing interactivity/ user clicks
  • \n
\n

Regression Testing

\n
    \n
  • Running regression test on a Tableau dashboard to compare against a baseline in terms of data, layout, filter and parameter consitency
  • \n
\n

Cross Environment Testing

\n
    \n
  • Comparing the same Tableau View on two different environments i.e. dev and prod or two different Tableau Server versions, when doing and upgrade, in terms of data, layout, filter and parameter consitency
  • \n
\n

Performance Testing

\n
    \n
  • Testing the performance of your Tableau Server by driving load against it
  • \n
\n

This example goes hand in hand with the documentation of Kinesis CI, which you can find under https://kinesis-ci.com/documents

\n

How to use this demo project?

\n
    \n
  1. \n

    Clone the repository in Kinesis Designer (File -> Clone Git Repository and enter https://github.com/Kinesis-CI/education-and-innovation.git) and open project.json. This project.json file contains key\ninformation to identify the individual test projects within this directory.\nAlternatively, you can use the Kinesis Command Line Interface and open the files in a text editor.

    \n
  2. \n
  3. \n

    Edit context variables to fit your environment. i.e. reference the Tableau Server you are using within your organization and use a database you have access to. For more information on context variables visit\nhttps://kinesis-ci.com/documents/#/context-variables

    \n
  4. \n
  5. \n

    In Load Data task tailor database reference to a database you would like to use. For detailed information visit https://kinesis-ci.com/documents/#/functional-test?id=load-data-task

    \n
  6. \n
  7. \n

    In Regression test, create a new Baseline from your Tableau Server to compare against. For more information on Regression tests visit https://kinesis-ci.com/documents/#/regression-test

    \n
  8. \n
  9. \n

    In Cross Environment test, update the target environment to fit your target environment you want to compare to your source environment. For more information on Cross Environment tests visit https://kinesis-ci.com/documents/#/cross-environment-test

    \n
  10. \n
\n

Directory layout

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
File TypeDescription
srcContains the Tableau source files that have been imported into the given Project
contextContains the JSON files that define your context variables. For more information on context variables refer to the documentation under https://kinesis-ci.com/documents/#/command-line-interface
testContains files related to the individual Tests that have been created within the Project
test/<TEST_NAME>/resourcesTest resources. These are typically data files (.csv) needed to load data into source systems (i.e. databases) or validate data to expected results
test/<TEST_NAME>/kinesis.jsonJSON files that describe the individual Test steps that have been created within the Project
project.jsonJSON file that contains the key information to identify the individual Projects. This is only needed for Kinesis Designer, but not to run tests from the Command Line Interface
\n

For more information on the Directory Layout please see https://kinesis-ci.com/documents/#/getting-started?id=create-new-project

\n

Integration with CI tools

\n

If you want to run tests automatically on a Continuous Integration Server, for example on Jenkins, TeamCity or any other similar tool, then you will need to install the Kinesis Command Line Interface to the server where your CI/CD server is running.

\n

Command Line Interface allows you to run previously created Kinesis tests and integrate it with the CI tool of your choice.

\n

For more information on the integration of Kinesis CI and Jenkins, please see https://kinesis-ci.com/documents/#/continuous-integration

\n
", - "readmeOriginal": "

Kinesis-CI - Sample Project

\n

\"Build

\n

Education and innovation is a sample project for users of the Kinesis CI tool for Tableau.\nKinesis CI is a test framework that adds automated testing and continuous integration capability to Tableau Server.\nFor more information on Kinesis CI, please visit http://kinesis-ci.com

\n

\"screenshot\"

\n

Concept

\n

This project is designed to give you an example for setting up your testing projects in Kinesis CI.

\n

It contains a collection of test cases for a Tableau Workbook – Education and Innovation,\nincluding the following test cases:

\n

Functional Testing

\n
    \n
  • Load data into a database
  • \n
  • Publish Tableau workbooks and data sources to Tableau Server
  • \n
  • Refresh data extracts
  • \n
  • Filters
  • \n
  • Parameters
  • \n
  • Checking data against an expected data set
  • \n
  • Checking the layout of the Dashboard to an expected layout
  • \n
  • Checking data against pre-defined rules and criterias
  • \n
  • Checking data against the datasource by an SQL query in the underlying database
  • \n
  • Running custom webdriver commands (required for SSO and custom login pages)
  • \n
  • Switch Tab
  • \n
  • Selecting Marks for testing interactivity/ user clicks
  • \n
\n

Regression Testing

\n
    \n
  • Running regression test on a Tableau dashboard to compare against a baseline in terms of data, layout, filter and parameter consitency
  • \n
\n

Cross Environment Testing

\n
    \n
  • Comparing the same Tableau View on two different environments i.e. dev and prod or two different Tableau Server versions, when doing and upgrade, in terms of data, layout, filter and parameter consitency
  • \n
\n

Performance Testing

\n
    \n
  • Testing the performance of your Tableau Server by driving load against it
  • \n
\n

This example goes hand in hand with the documentation of Kinesis CI, which you can find under https://kinesis-ci.com/documents

\n

How to use this demo project?

\n
    \n
  1. \n

    Clone the repository in Kinesis Designer (File -> Clone Git Repository and enter https://github.com/Kinesis-CI/education-and-innovation.git) and open project.json. This project.json file contains key\ninformation to identify the individual test projects within this directory.\nAlternatively, you can use the Kinesis Command Line Interface and open the files in a text editor.

    \n
  2. \n
  3. \n

    Edit context variables to fit your environment. i.e. reference the Tableau Server you are using within your organization and use a database you have access to. For more information on context variables visit\nhttps://kinesis-ci.com/documents/#/context-variables

    \n
  4. \n
  5. \n

    In Load Data task tailor database reference to a database you would like to use. For detailed information visit https://kinesis-ci.com/documents/#/functional-test?id=load-data-task

    \n
  6. \n
  7. \n

    In Regression test, create a new Baseline from your Tableau Server to compare against. For more information on Regression tests visit https://kinesis-ci.com/documents/#/regression-test

    \n
  8. \n
  9. \n

    In Cross Environment test, update the target environment to fit your target environment you want to compare to your source environment. For more information on Cross Environment tests visit https://kinesis-ci.com/documents/#/cross-environment-test

    \n
  10. \n
\n

Directory layout

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
File TypeDescription
srcContains the Tableau source files that have been imported into the given Project
contextContains the JSON files that define your context variables. For more information on context variables refer to the documentation under https://kinesis-ci.com/documents/#/command-line-interface
testContains files related to the individual Tests that have been created within the Project
test/<TEST_NAME>/resourcesTest resources. These are typically data files (.csv) needed to load data into source systems (i.e. databases) or validate data to expected results
test/<TEST_NAME>/kinesis.jsonJSON files that describe the individual Test steps that have been created within the Project
project.jsonJSON file that contains the key information to identify the individual Projects. This is only needed for Kinesis Designer, but not to run tests from the Command Line Interface
\n

For more information on the Directory Layout please see https://kinesis-ci.com/documents/#/getting-started?id=create-new-project

\n

Integration with CI tools

\n

If you want to run tests automatically on a Continuous Integration Server, for example on Jenkins, TeamCity or any other similar tool, then you will need to install the Kinesis Command Line Interface to the server where your CI/CD server is running.

\n

Command Line Interface allows you to run previously created Kinesis tests and integrate it with the CI tool of your choice.

\n

For more information on the integration of Kinesis CI and Jenkins, please see https://kinesis-ci.com/documents/#/continuous-integration

\n
", - "readmeFetchedAt": "2020-09-17T12:09:28.191Z" + "readmeFetchedAt": "2020-09-18T00:10:42.769Z" }, "kube-dev-dashboard": { "readmeCleaned": "

Kube Dev Dashboard

\n

Desktop Client for Kubernetes

\n

Monitor your kubernetes setup and perform actions right from a single window easily

\n

Features :

\n
    \n
  • Monitor the running pods
  • \n
  • Get pod details like Pod IP, number of containers running, etc
  • \n
  • View logs of pod containers
  • \n
  • Describe Pod Details
  • \n
\n

Visit Additional Docs Here

\n

Contributing

\n

We encourage you to contribute to Kube Dev Dashboard.\nCheck the Contribution Guidelines

\n

Getting Started

\n

Clone the Repository

\n

Run yarn electron:serve

\n

Built using the following :

\n\n

Build

\n

yarn electron:build

\n
", "readmeOriginal": "

Kube Dev Dashboard

\n

Desktop Client for Kubernetes

\n

Monitor your kubernetes setup and perform actions right from a single window easily

\n

Features :

\n
    \n
  • Monitor the running pods
  • \n
  • Get pod details like Pod IP, number of containers running, etc
  • \n
  • View logs of pod containers
  • \n
  • Describe Pod Details
  • \n
\n

Visit Additional Docs Here

\n

Contributing

\n

We encourage you to contribute to Kube Dev Dashboard.\nCheck the Contribution Guidelines

\n

Getting Started

\n

Clone the Repository

\n

Run yarn electron:serve

\n

Built using the following :

\n\n

Build

\n

yarn electron:build

\n
", - "readmeFetchedAt": "2020-09-17T12:09:28.289Z" - }, - "laravel-kit": { - "readmeCleaned": "

Laravel Kit

\n

\"Build \"CircleCI\" \"Wiki\" \"Wiki\" \"Downloads\"

\n

\"Logo\"

\n

Laravel Kit is a desktop application which can execute almost all Laravel Artisan commands without using any terminal.

\n

\"Laravel

\n

Download

\n

Composer with PHP is required.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
macOSWindowsLinux
DownloadDownloadDownload
\n

You can also install Laravel Kit with brew on macOS.

\n
brew cask install laravel-kit\n
\n

You can also install Laravel Kit with AppGet on Windows.

\n
appget install laravel-kit\n
\n

Find out more here.

\n

Features

\n
    \n
  • Artisan commands: You can execute 61 artisan commands with Laravel Kit.
  • \n
  • Works offline: You can create a fresh Laravel 5.8 application without any internet connection.
  • \n
  • Cross platform support: (Windows, macOS and Linux).
  • \n
  • Console: This feature allows you to see full output of a command.
  • \n
  • Beautiful UI.
  • \n
\n

Documentation

\n

Go to Laravel Kit wiki.

\n
\n

Copyright © 2018-2020 by Tareque Md Hanif

\n
", - "readmeOriginal": "

Laravel Kit

\n

\"Build \"CircleCI\" \"Wiki\" \"Wiki\" \"Downloads\"

\n

\"Logo\"

\n

Laravel Kit is a desktop application which can execute almost all Laravel Artisan commands without using any terminal.

\n

\"Laravel

\n

Download

\n

Composer with PHP is required.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
macOSWindowsLinux
DownloadDownloadDownload
\n

You can also install Laravel Kit with brew on macOS.

\n
brew cask install laravel-kit\n
\n

You can also install Laravel Kit with AppGet on Windows.

\n
appget install laravel-kit\n
\n

Find out more here.

\n

Features

\n
    \n
  • Artisan commands: You can execute 61 artisan commands with Laravel Kit.
  • \n
  • Works offline: You can create a fresh Laravel 5.8 application without any internet connection.
  • \n
  • Cross platform support: (Windows, macOS and Linux).
  • \n
  • Console: This feature allows you to see full output of a command.
  • \n
  • Beautiful UI.
  • \n
\n

Documentation

\n

Go to Laravel Kit wiki.

\n
\n

Copyright © 2018-2020 by Tareque Md Hanif

\n
", - "readmeFetchedAt": "2020-09-17T12:09:28.456Z" - }, - "kube-forwarder": { - "readmeCleaned": "

\n \n \"node\n \n \n \"electron\n \n \n \"vue\n \n

\n

Kube Forwarder

\n

Easy to use Kubernetes port forwarding manager

\n

\n Visit a Website · \n Download for macOS · \n Download for Windows · \n Download for Linux\n ·\n Install with Homebrew\n

\n

\"Clusters

\n

Features

\n

Auto-reconnect

\n

Kube Forwarder watches for connection status and always tries reconnect on failure

\n

Multiple clusters support

\n

Bookmark and forward Kubernetes services from multiple clusters easily like never before

\n

Share bookmarks

\n

Use import and export functionality to share bookmarked services with your team or simply backup it

\n

Zero native dependencies

\n

Use port-forwarding without installing kubectl and avoid explanations to developers on how to use it

\n

Optional dependencies

\n\n

Functionality walk-through

\n

Add a cluster(s)

\n

Before you start forwarding internal resources to your local machine, you have to add cluster configuration.\nTo do this we have 3 different options in the app:

\n
    \n
  1. Auto-detection of ~/.kube/config file and parsing settings from it
  2. \n
  3. Manual adding of Kubernetes config by selecting a file(s)
  4. \n
  5. Manual adding of Kubernetes config by pasting a text
  6. \n
  7. Import of the JSON file that could be generated via Kube Forwarder export functionality
  8. \n
\n

When you add a new cluster via auto-detection (option 1) or manually using a file(a) selection (option 2), we could parse\nconfigs and if there are multiple contexts inside we will suggest you to add multiple clusters to the app.\nFew examples of yaml files we expect to have you could find there

\n

Also, you could add a cluster by filling a form manually (option 3). The form has the following fields:

\n
    \n
  • \n

    Name - the name of a cluster withing Kube Forwarder app.

    \n
  • \n
  • \n

    Storing method (Set destination to your kube config or paste it as a text) - the method of storing a config It has two options:

    \n
      \n
    • Set a path - storing a path to the config file. It will be read every time when you forwarding a port. It allows\na user to don't do any changes in Kube Forwarder's settings when a third-party app updates the config file.\nFor example, when azure-cli updates an access token (#13).
    • \n
    • Paste as a text - storing a config just as a yml text.
    • \n
    \n
  • \n
  • \n

    Path (if storing method is Set a path) - the path to a config file.

    \n
  • \n
  • \n

    Content (if storing method is Paste as a text) - Yml config as a text.

    \n
  • \n
  • \n

    Current Context (if storing method is Set a path) - When you use Set a path, you must select a context from a file\nwhich will be used to connect to a resource. Let's see an example of a problem that the field solves.

    \n
      \n
    1. Let's say we don't have Current context field.
    2. \n
    3. A user has a config file with two contexts: local-cluster and remote-cluster.\ncurrent-context in the yml file is local-cluster.
    4. \n
    5. The user configured a cluster in Kube Forwarder with Set a path option.
    6. \n
    7. The user created a resource postgres and successfully forwarded ports for some time.
    8. \n
    9. Then the user executed kubectl config use-context remote-cluster
    10. \n
    11. If the user tries to forward the resource in Kube Forwarder again, most likely there will be an error\nsince a connection will be established with remote-cluster, not local-cluster as the user expected,\nand remote-cluster couldn't have postgres resource.
    12. \n
    \n

    So, to avoid the error we should store the current context in a separate field.

    \n
  • \n
\n

\"Screenshot

\n

Add a resource

\n

Kube Forwarder supports forwarding of all types of resources that supported by kubectl – Pod, Deployment, Service.

\n

We ask you to fill the form with the following fields:

\n

Cluster Name - pick a cluster from one of the added clusters.

\n

Namespace - the namespace of the resource you plan to forward.

\n

Kind – pick one of the options Pod, Deployment or Service.

\n

Name - name of the Pod, Deployment or Service.

\n

Alias - alternative name of the resource that will be displayed on the homepage(optional)

\n

Port Forwarding

\n
    \n
  • Local port - port from your local machine where the resource will be forwarded. Note that ports <= 1024 are\nrestricted to user root
  • \n
  • Resource port - port of the resource from the Kubernetes cluster
  • \n
\n

Use Custom Local Address - Check this and put an IP address or hostname into the text field to\nuse a different listen address. Putting each service on its own address avoids sharing/collisions between\nservices on cookies and port number. Specify a loopback address like 127.0.x.x or add entries to your\nhosts file like 127.0.1.1 dashboard.production.kbf and put the assigned name in this column. If blank or\nunchecked, localhost / 127.0.0.1 will be used.

\n

\"Port

\n

Import/Export

\n

Kube Forwarder allows you export cluster configuration in JSON that you could use to share with your team members or for the backup purpose. You could easily store it on Github. When you export cluster, you could export it with or without confidential information.

\n

\"Screenshot

\n

Install with Homebrew

\n
brew cask install kube-forwarder\n
\n

Contributing

\n

We encourage you to contribute to Kube Forwarder!

\n

We expect contributors to abide by our underlying code of conduct.\nAll conversations and discussions on GitHub (issues, pull requests)\nmust be respectful and harassment-free.

\n

This project was generated with electron-vue@8fae476 using vue-cli. Documentation about the original structure can be found here.

\n

How to contribute

\n
    \n
  1. Fork the project & clone locally. Follow the initial setup here.
  2. \n
  3. Create a branch, naming it either a feature or bug: git checkout -b feature/that-new-feature or bug/fixing-that-bug
  4. \n
  5. Code and commit your changes. Bonus points if you write a good commit message: git commit -m 'Add some feature'
  6. \n
  7. Push to the branch: git push origin feature/that-new-feature
  8. \n
  9. Create a pull request for your branch 🎉
  10. \n
\n

Getting started

\n

Prerequisites

\n
    \n
  • Node 10.8+
  • \n
  • MacOS (if you want to build .dmg target)
  • \n
  • Docker (if you want to run tests)
  • \n
  • ImageMagick (to build app icon)
  • \n
\n

Installing

\n

Fork Kube Forwarder repository (https://github.com/pixel-point/kube-forwarder/fork)

\n
# Clone source code\ngit clone https://github.com/<your-username>/kube-forwarder\n\n# install dependencies\nnpm install\n\n# prepare .env files\ncp .env.example .env\ncp .env.example .env.production\n\n# serve with hot reload in Electron Dev app\nnpm run dev\n\n# serve WEB version with hot reload at localhost:9081\nnpm run web\n
\n

Build

\n

Build an application for production

\n
# Build a target for current OS\nnpm run build\n\n# Build a target for Windows\nnpm run build -- -- --win\n\n# Build a target for Linux\nnpm run build -- -- --linux\n\n# You can mix targets\nnpm run build -- -- --win --linux\n\n# You can build static and target separately\nnpm run build:dist\nnpm run build:target -- --win\n
\n

A built version will be appear in build directory.

\n

Running the tests

\n

We are using Cypress to run integration tests.\nThere are visual regression tests. It's important to run them inside docker\ncontainer to get same screenshots as in Drone CI.

\n
npm run test:cypress\n
\n

Or you can run it manually on a local machine.

\n
# Run the web version to test it\nnpm run web\n\n# Run this command in a separate terminal tab\nnpm run test:cypress:onhost\n\n# Or you can open Cypress GUI\nnpm run test:cypress:open\n
\n

Release guide

\n

Configure environment

\n

Also, this steps could be used to configure CI environment.

\n
    \n
  1. Copy .env.example to .env.production and fill variables.
  2. \n
\n

Release steps

\n
    \n
  1. Update the version in package.json and Push to release branch.
  2. \n
  3. Run npm run release on a Mac computer to build packages. They will be automatically pushed to releases at Github.
  4. \n
  5. Go to Releases in the repository.\nMake sure that the created draft is OK and release it (Edit -> Release).
  6. \n
  7. Run cask-repair kube-forwarder to update the cask version.\n([https://github.com/Homebrew/homebrew-cask/blob/master/CONTRIBUTING.md#updating-a-cask](About cask-repair))
  8. \n
\n

Notes:

\n
    \n
  1. A release tag (for example: v1.0.3) will be added to GIT automatically by Github when you release your draft.
  2. \n
\n

Development tips

\n

Use tiffutil -cathidpicheck bg.png bg@2x.png -out bg.tiff to build a tiff\nbackground for .DMG

\n

Supported by

\n\n \n \n \n \n
\n\n
\n

License

\n

This project is licensed under the MIT License - see the LICENSE.md file for details

\n
", - "readmeOriginal": "

\n \n \"node\n \n \n \"electron\n \n \n \"vue\n \n

\n

Kube Forwarder

\n

Easy to use Kubernetes port forwarding manager

\n

\n Visit a Website · \n Download for macOS · \n Download for Windows · \n Download for Linux\n ·\n Install with Homebrew\n

\n

\"Clusters

\n

Features

\n

Auto-reconnect

\n

Kube Forwarder watches for connection status and always tries reconnect on failure

\n

Multiple clusters support

\n

Bookmark and forward Kubernetes services from multiple clusters easily like never before

\n

Share bookmarks

\n

Use import and export functionality to share bookmarked services with your team or simply backup it

\n

Zero native dependencies

\n

Use port-forwarding without installing kubectl and avoid explanations to developers on how to use it

\n

Optional dependencies

\n\n

Functionality walk-through

\n

Add a cluster(s)

\n

Before you start forwarding internal resources to your local machine, you have to add cluster configuration.\nTo do this we have 3 different options in the app:

\n
    \n
  1. Auto-detection of ~/.kube/config file and parsing settings from it
  2. \n
  3. Manual adding of Kubernetes config by selecting a file(s)
  4. \n
  5. Manual adding of Kubernetes config by pasting a text
  6. \n
  7. Import of the JSON file that could be generated via Kube Forwarder export functionality
  8. \n
\n

When you add a new cluster via auto-detection (option 1) or manually using a file(a) selection (option 2), we could parse\nconfigs and if there are multiple contexts inside we will suggest you to add multiple clusters to the app.\nFew examples of yaml files we expect to have you could find there

\n

Also, you could add a cluster by filling a form manually (option 3). The form has the following fields:

\n
    \n
  • \n

    Name - the name of a cluster withing Kube Forwarder app.

    \n
  • \n
  • \n

    Storing method (Set destination to your kube config or paste it as a text) - the method of storing a config It has two options:

    \n
      \n
    • Set a path - storing a path to the config file. It will be read every time when you forwarding a port. It allows\na user to don't do any changes in Kube Forwarder's settings when a third-party app updates the config file.\nFor example, when azure-cli updates an access token (#13).
    • \n
    • Paste as a text - storing a config just as a yml text.
    • \n
    \n
  • \n
  • \n

    Path (if storing method is Set a path) - the path to a config file.

    \n
  • \n
  • \n

    Content (if storing method is Paste as a text) - Yml config as a text.

    \n
  • \n
  • \n

    Current Context (if storing method is Set a path) - When you use Set a path, you must select a context from a file\nwhich will be used to connect to a resource. Let's see an example of a problem that the field solves.

    \n
      \n
    1. Let's say we don't have Current context field.
    2. \n
    3. A user has a config file with two contexts: local-cluster and remote-cluster.\ncurrent-context in the yml file is local-cluster.
    4. \n
    5. The user configured a cluster in Kube Forwarder with Set a path option.
    6. \n
    7. The user created a resource postgres and successfully forwarded ports for some time.
    8. \n
    9. Then the user executed kubectl config use-context remote-cluster
    10. \n
    11. If the user tries to forward the resource in Kube Forwarder again, most likely there will be an error\nsince a connection will be established with remote-cluster, not local-cluster as the user expected,\nand remote-cluster couldn't have postgres resource.
    12. \n
    \n

    So, to avoid the error we should store the current context in a separate field.

    \n
  • \n
\n

\"Screenshot

\n

Add a resource

\n

Kube Forwarder supports forwarding of all types of resources that supported by kubectl – Pod, Deployment, Service.

\n

We ask you to fill the form with the following fields:

\n

Cluster Name - pick a cluster from one of the added clusters.

\n

Namespace - the namespace of the resource you plan to forward.

\n

Kind – pick one of the options Pod, Deployment or Service.

\n

Name - name of the Pod, Deployment or Service.

\n

Alias - alternative name of the resource that will be displayed on the homepage(optional)

\n

Port Forwarding

\n
    \n
  • Local port - port from your local machine where the resource will be forwarded. Note that ports <= 1024 are\nrestricted to user root
  • \n
  • Resource port - port of the resource from the Kubernetes cluster
  • \n
\n

Use Custom Local Address - Check this and put an IP address or hostname into the text field to\nuse a different listen address. Putting each service on its own address avoids sharing/collisions between\nservices on cookies and port number. Specify a loopback address like 127.0.x.x or add entries to your\nhosts file like 127.0.1.1 dashboard.production.kbf and put the assigned name in this column. If blank or\nunchecked, localhost / 127.0.0.1 will be used.

\n

\"Port

\n

Import/Export

\n

Kube Forwarder allows you export cluster configuration in JSON that you could use to share with your team members or for the backup purpose. You could easily store it on Github. When you export cluster, you could export it with or without confidential information.

\n

\"Screenshot

\n

Install with Homebrew

\n
brew cask install kube-forwarder\n
\n

Contributing

\n

We encourage you to contribute to Kube Forwarder!

\n

We expect contributors to abide by our underlying code of conduct.\nAll conversations and discussions on GitHub (issues, pull requests)\nmust be respectful and harassment-free.

\n

This project was generated with electron-vue@8fae476 using vue-cli. Documentation about the original structure can be found here.

\n

How to contribute

\n
    \n
  1. Fork the project & clone locally. Follow the initial setup here.
  2. \n
  3. Create a branch, naming it either a feature or bug: git checkout -b feature/that-new-feature or bug/fixing-that-bug
  4. \n
  5. Code and commit your changes. Bonus points if you write a good commit message: git commit -m 'Add some feature'
  6. \n
  7. Push to the branch: git push origin feature/that-new-feature
  8. \n
  9. Create a pull request for your branch 🎉
  10. \n
\n

Getting started

\n

Prerequisites

\n
    \n
  • Node 10.8+
  • \n
  • MacOS (if you want to build .dmg target)
  • \n
  • Docker (if you want to run tests)
  • \n
  • ImageMagick (to build app icon)
  • \n
\n

Installing

\n

Fork Kube Forwarder repository (https://github.com/pixel-point/kube-forwarder/fork)

\n
# Clone source code\ngit clone https://github.com/<your-username>/kube-forwarder\n\n# install dependencies\nnpm install\n\n# prepare .env files\ncp .env.example .env\ncp .env.example .env.production\n\n# serve with hot reload in Electron Dev app\nnpm run dev\n\n# serve WEB version with hot reload at localhost:9081\nnpm run web\n
\n

Build

\n

Build an application for production

\n
# Build a target for current OS\nnpm run build\n\n# Build a target for Windows\nnpm run build -- -- --win\n\n# Build a target for Linux\nnpm run build -- -- --linux\n\n# You can mix targets\nnpm run build -- -- --win --linux\n\n# You can build static and target separately\nnpm run build:dist\nnpm run build:target -- --win\n
\n

A built version will be appear in build directory.

\n

Running the tests

\n

We are using Cypress to run integration tests.\nThere are visual regression tests. It's important to run them inside docker\ncontainer to get same screenshots as in Drone CI.

\n
npm run test:cypress\n
\n

Or you can run it manually on a local machine.

\n
# Run the web version to test it\nnpm run web\n\n# Run this command in a separate terminal tab\nnpm run test:cypress:onhost\n\n# Or you can open Cypress GUI\nnpm run test:cypress:open\n
\n

Release guide

\n

Configure environment

\n

Also, this steps could be used to configure CI environment.

\n
    \n
  1. Copy .env.example to .env.production and fill variables.
  2. \n
\n

Release steps

\n
    \n
  1. Update the version in package.json and Push to release branch.
  2. \n
  3. Run npm run release on a Mac computer to build packages. They will be automatically pushed to releases at Github.
  4. \n
  5. Go to Releases in the repository.\nMake sure that the created draft is OK and release it (Edit -> Release).
  6. \n
  7. Run cask-repair kube-forwarder to update the cask version.\n([https://github.com/Homebrew/homebrew-cask/blob/master/CONTRIBUTING.md#updating-a-cask](About cask-repair))
  8. \n
\n

Notes:

\n
    \n
  1. A release tag (for example: v1.0.3) will be added to GIT automatically by Github when you release your draft.
  2. \n
\n

Development tips

\n

Use tiffutil -cathidpicheck bg.png bg@2x.png -out bg.tiff to build a tiff\nbackground for .DMG

\n

Supported by

\n\n \n \n \n \n
\n\n
\n

License

\n

This project is licensed under the MIT License - see the LICENSE.md file for details

\n
", - "readmeFetchedAt": "2020-09-17T12:09:28.600Z" + "readmeFetchedAt": "2020-09-18T00:10:42.780Z" }, "knowte": { "readmeCleaned": "

\"Knowte\"

\n

Knowte

\n

Knowte is a note taking application that allows you to quickly and easily organize and find your notes. This version is written using Electron, Angular and Typescript. The original Knowte (for Windows), which is written in WPF and C#, remains available here.

\n

\"Release\"\n\"Issues\"\n\"Donate\"

\n

\"Buy

\n

\"Get

\n

Screenshot

\n

\"Knowte2screenshot\"

\n

Build prerequisites

\n
    \n
  • wine: required to build Windows package
  • \n
  • rpm: required to build rpm package
  • \n
  • libarchive-tools: contains bsdtar, which is required to build pacman package.
  • \n
\n

To install the prerequisites on Ubuntu:

\n

sudo apt install wine rpm libarchive-tools

\n

Build instructions

\n
$ git clone https://github.com/digimezzo/knowte.git\n$ cd knowte\n$ npm install            # Download dependencies\n$ npm start              # Start Knowte\n$ npm run electron:windows   # Build for Windows\n$ npm run electron:linux     # Build for Linux\n$ npm run electron:mac       # Build for Mac
\n

Pacman installation notes

\n

The pacman package contains a dependency to package libappindicator-sharp, which is no longer distributed with Arch Linux. I cannot remove this dependency for now, because it is an issue in electron-builder (the packaging tool which is used in this project). It is, however, possible to install Knowte on Arch Linux or Manjaro using this command (replace x.y.z with the correct version number):

\n

$ sudo pacman -U Knowte-x.y.z.pacman --assume-installed libappindicator-sharp

\n
", "readmeOriginal": "

\"Knowte\"

\n

Knowte

\n

Knowte is a note taking application that allows you to quickly and easily organize and find your notes. This version is written using Electron, Angular and Typescript. The original Knowte (for Windows), which is written in WPF and C#, remains available here.

\n

\"Release\"\n\"Issues\"\n\"Donate\"

\n

\"Buy

\n

\"Get

\n

Screenshot

\n

\"Knowte2screenshot\"

\n

Build prerequisites

\n
    \n
  • wine: required to build Windows package
  • \n
  • rpm: required to build rpm package
  • \n
  • libarchive-tools: contains bsdtar, which is required to build pacman package.
  • \n
\n

To install the prerequisites on Ubuntu:

\n

sudo apt install wine rpm libarchive-tools

\n

Build instructions

\n
$ git clone https://github.com/digimezzo/knowte.git\n$ cd knowte\n$ npm install            # Download dependencies\n$ npm start              # Start Knowte\n$ npm run electron:windows   # Build for Windows\n$ npm run electron:linux     # Build for Linux\n$ npm run electron:mac       # Build for Mac
\n

Pacman installation notes

\n

The pacman package contains a dependency to package libappindicator-sharp, which is no longer distributed with Arch Linux. I cannot remove this dependency for now, because it is an issue in electron-builder (the packaging tool which is used in this project). It is, however, possible to install Knowte on Arch Linux or Manjaro using this command (replace x.y.z with the correct version number):

\n

$ sudo pacman -U Knowte-x.y.z.pacman --assume-installed libappindicator-sharp

\n
", - "readmeFetchedAt": "2020-09-17T12:09:28.705Z" + "readmeFetchedAt": "2020-09-18T00:10:42.822Z" + }, + "laravel-kit": { + "readmeCleaned": "

Laravel Kit

\n

\"Build \"CircleCI\" \"Wiki\" \"Wiki\" \"Downloads\"

\n

\"Logo\"

\n

Laravel Kit is a desktop application which can execute almost all Laravel Artisan commands without using any terminal.

\n

\"Laravel

\n

Download

\n

Composer with PHP is required.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
macOSWindowsLinux
DownloadDownloadDownload
\n

You can also install Laravel Kit with brew on macOS.

\n
brew cask install laravel-kit\n
\n

You can also install Laravel Kit with AppGet on Windows.

\n
appget install laravel-kit\n
\n

Find out more here.

\n

Features

\n
    \n
  • Artisan commands: You can execute 61 artisan commands with Laravel Kit.
  • \n
  • Works offline: You can create a fresh Laravel 5.8 application without any internet connection.
  • \n
  • Cross platform support: (Windows, macOS and Linux).
  • \n
  • Console: This feature allows you to see full output of a command.
  • \n
  • Beautiful UI.
  • \n
\n

Documentation

\n

Go to Laravel Kit wiki.

\n
\n

Copyright © 2018-2020 by Tareque Md Hanif

\n
", + "readmeOriginal": "

Laravel Kit

\n

\"Build \"CircleCI\" \"Wiki\" \"Wiki\" \"Downloads\"

\n

\"Logo\"

\n

Laravel Kit is a desktop application which can execute almost all Laravel Artisan commands without using any terminal.

\n

\"Laravel

\n

Download

\n

Composer with PHP is required.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
macOSWindowsLinux
DownloadDownloadDownload
\n

You can also install Laravel Kit with brew on macOS.

\n
brew cask install laravel-kit\n
\n

You can also install Laravel Kit with AppGet on Windows.

\n
appget install laravel-kit\n
\n

Find out more here.

\n

Features

\n
    \n
  • Artisan commands: You can execute 61 artisan commands with Laravel Kit.
  • \n
  • Works offline: You can create a fresh Laravel 5.8 application without any internet connection.
  • \n
  • Cross platform support: (Windows, macOS and Linux).
  • \n
  • Console: This feature allows you to see full output of a command.
  • \n
  • Beautiful UI.
  • \n
\n

Documentation

\n

Go to Laravel Kit wiki.

\n
\n

Copyright © 2018-2020 by Tareque Md Hanif

\n
", + "readmeFetchedAt": "2020-09-18T00:10:42.837Z" }, "last-hit": { "readmeCleaned": "

Last Hit

\n

\"Last

\n

\"codebeat\n\"Scrutinizer\"

\n\n

\"GitHub\n\"GitHub\n\"David\n\"David

\n

\"GitHub\n\"npm\n\"GitHub\n\"made-with-eletron\"

\n

\"GitHub\n\"GitHub\n\"Static\n\"GitHub\n\"GitHub\n\"GitHub

\n

Last Hit Replayer

\n

\"npm\n\"npm\"\n\"npm\"

\n

First UI automation testing tool design for all team members.

\n

\"Website\n\"Ask\n\"PRs

\n

last-hit-quick-start

\n

Last-hit is an automation testing solution aimed at development and operations teams.\nIt is focused on web test, gives you broad, deep and exact control over your web apps automation testing

\n

A quick guide to set up and start your first automation test with last-hit, a free test automation tool built on top of electron and puppeteer. You now can begin automation testing on web & mobile with the least amount of effort. Free download at site.

\n

Read full guideline here.

\n

Features:

\n
    \n
  • Record - Record to launch the browser. While recording, actions performed on the browser will be captured in the tools
  • \n
  • Replay - click repaly button and wait for result
  • \n
  • Assertion - visual testing for screenshot campare
  • \n
  • Reporting - run last-hit-replayer in CI and get result report
  • \n
\n

You can learn more about each of these features within the User Guide.

\n

To Use

\n

Install from the application

\n

Mac & Windows

\n

Download

\n

Linux

\n

Not supported yet. You can clone source code repo and package by yourself. We use Electron Builder.

\n

Install from source code

\n

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

\n
# Clone this repository\ngit clone https://github.com/last-hit-aab/last-hit.git\n# Install dependencies\nnpm install\n# Go into the repository\ncd last-hit\n# Install dependencies\nnpm install\n# Go into the render folder\ncd render\n# Install dependencies\nnpm install\n# Back to the root directory of the repository\ncd ../\n# Run the app\nnpm run start
\n
\n

Note: If you want to use the Installation package,
\nPlease download Release Package,

\n
\n

Create your first Test Case

\n

Quick Start Guide

\n

Resources for Learning last-hit

\n\n

License

\n

Last-Hit is MIT licensed.

\n
", "readmeOriginal": "

Last Hit

\n

\"Last

\n

\"codebeat\n\"Scrutinizer\"

\n\n

\"GitHub\n\"GitHub\n\"David\n\"David

\n

\"GitHub\n\"npm\n\"GitHub\n\"made-with-eletron\"

\n

\"GitHub\n\"GitHub\n\"Static\n\"GitHub\n\"GitHub\n\"GitHub

\n

Last Hit Replayer

\n

\"npm\n\"npm\"\n\"npm\"

\n

First UI automation testing tool design for all team members.

\n

\"Website\n\"Ask\n\"PRs

\n

last-hit-quick-start

\n

Last-hit is an automation testing solution aimed at development and operations teams.\nIt is focused on web test, gives you broad, deep and exact control over your web apps automation testing

\n

A quick guide to set up and start your first automation test with last-hit, a free test automation tool built on top of electron and puppeteer. You now can begin automation testing on web & mobile with the least amount of effort. Free download at site.

\n

Read full guideline here.

\n

Features:

\n
    \n
  • Record - Record to launch the browser. While recording, actions performed on the browser will be captured in the tools
  • \n
  • Replay - click repaly button and wait for result
  • \n
  • Assertion - visual testing for screenshot campare
  • \n
  • Reporting - run last-hit-replayer in CI and get result report
  • \n
\n

You can learn more about each of these features within the User Guide.

\n

To Use

\n

Install from the application

\n

Mac & Windows

\n

Download

\n

Linux

\n

Not supported yet. You can clone source code repo and package by yourself. We use Electron Builder.

\n

Install from source code

\n

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

\n
# Clone this repository\ngit clone https://github.com/last-hit-aab/last-hit.git\n# Install dependencies\nnpm install\n# Go into the repository\ncd last-hit\n# Install dependencies\nnpm install\n# Go into the render folder\ncd render\n# Install dependencies\nnpm install\n# Back to the root directory of the repository\ncd ../\n# Run the app\nnpm run start
\n
\n

Note: If you want to use the Installation package,
\nPlease download Release Package,

\n
\n

Create your first Test Case

\n

Quick Start Guide

\n

Resources for Learning last-hit

\n\n

License

\n

Last-Hit is MIT licensed.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:28.711Z" + "readmeFetchedAt": "2020-09-18T00:10:42.907Z" }, "lazytype": { "readmeCleaned": "

\"Release\"\n\"Dependencies\"\n\"Downloads\"\n\"Last-Release\"\n\"Platforms\"

\n

Lazy Type

\n

A Software to create aliases for commands, applications to type in cmd, terminal. Just type the original command and type an alias for it. You can also assign a program for it. Browse through the directory to find the program or anything executable using the command line and you can create an alias for the same. Only Windows is supported for releases.

\n

\nDownload for Windows (x64) Download for Windows (x86)

\n

\"IMG

\n

Features

\n

Shortcut for Command/File

\n

Point a command either to an existing system command or to an executable file.

\n

Backup/Restore Utility

\n

Move all the commands to and fro a new/already configured system.

\n

Configuration Checkup Inbuilt

\n

Launch the utility from the app itself if there is a problem with the commands.

\n

Building/Testing

\n

You need g++ in your path to build/test the code. The code uses MINGW++ compiler. Also, electron must be installed globally in the system.

\n
npm install -g electron\ngit clone https://github.com/ngudbhav/lazyType.git\ncd lazyType\nnpm install\ng++ config.cpp -o ConfigUtility.exe resource.res\nnpm start
\n

Installing The App

\n
Setupx64.exe => Full Windows install for 64-bit Windows.\nSetupx86.exe => Full Windows install for 32-bit Windows.
\n

Contributing

\n

Big Kudos to Hitesh Peswani for his incredible UI contributions.

\n

We encourage you to contribute to Lazy Type!

\n

We expect contributors to abide by our underlying code of conduct.\nAll conversations and discussions on GitHub (issues, pull requests)\nmust be respectful and harassment-free.

\n

\"Buy

\n

License

\n

This project is licensed under the MIT License - see the LICENSE.md file for details.

\n
", "readmeOriginal": "

\"Release\"\n\"Dependencies\"\n\"Downloads\"\n\"Last-Release\"\n\"Platforms\"

\n

Lazy Type

\n

A Software to create aliases for commands, applications to type in cmd, terminal. Just type the original command and type an alias for it. You can also assign a program for it. Browse through the directory to find the program or anything executable using the command line and you can create an alias for the same. Only Windows is supported for releases.

\n

\nDownload for Windows (x64) Download for Windows (x86)

\n

\"IMG

\n

Features

\n

Shortcut for Command/File

\n

Point a command either to an existing system command or to an executable file.

\n

Backup/Restore Utility

\n

Move all the commands to and fro a new/already configured system.

\n

Configuration Checkup Inbuilt

\n

Launch the utility from the app itself if there is a problem with the commands.

\n

Building/Testing

\n

You need g++ in your path to build/test the code. The code uses MINGW++ compiler. Also, electron must be installed globally in the system.

\n
npm install -g electron\ngit clone https://github.com/ngudbhav/lazyType.git\ncd lazyType\nnpm install\ng++ config.cpp -o ConfigUtility.exe resource.res\nnpm start
\n

Installing The App

\n
Setupx64.exe => Full Windows install for 64-bit Windows.\nSetupx86.exe => Full Windows install for 32-bit Windows.
\n

Contributing

\n

Big Kudos to Hitesh Peswani for his incredible UI contributions.

\n

We encourage you to contribute to Lazy Type!

\n

We expect contributors to abide by our underlying code of conduct.\nAll conversations and discussions on GitHub (issues, pull requests)\nmust be respectful and harassment-free.

\n

\"Buy

\n

License

\n

This project is licensed under the MIT License - see the LICENSE.md file for details.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:28.879Z" - }, - "lbry-desktop": { - "readmeCleaned": "

\n

LBRY App - https://lbry.tv

\n

This repo contains the UI code that powers the official LBRY desktop app, as well as lbry.tv. The LBRY app is a graphical browser for the decentralized content marketplace provided by the\nLBRY protocol. It is essentially the\nlbry daemon bundled with a UI using\nElectron.

\n \n \"npm\"\n \n \n \n \n \n \"Build\n \n \n \"GitHub\n \n

\n \n \"forthebadge\"\n \n \n \"forthebadge\"\n \n

\n

\"App

\n

Table of Contents

\n
    \n
  1. Install
  2. \n
  3. Usage
  4. \n
  5. Running from Source
  6. \n
  7. Contributing
  8. \n
  9. License
  10. \n
  11. Security
  12. \n
  13. Contact
  14. \n
\n

Install

\n

\"Windows\"\n\"Linux\"\n\"MacOS\"

\n

We provide installers for Windows, macOS (v10.12.4, Sierra, or greater), and Debian-based Linux. See community maintained builds section for alternative Linux installations.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
WindowsmacOSLinux
Latest Stable ReleaseDownloadDownloadDownload
Latest Pre-releaseDownloadDownloadDownload
\n

Our releases page also contains the latest\nrelease, pre-releases, and past builds.
\nNote: If the deb fails to install using the Ubuntu Software Center, install manually via sudo dpkg -i <path to deb>. You'll need to run sudo apt-get install -f if this is the first time installing it to install dependencies

\n

To install from source or make changes to the application, continue to the next section below.

\n

Community maintained builds for Arch Linux and Flatpak are available, see below. These installs will need to be updated manually as the in-app update process only supports Debian installs at this time.\nNote: If coming from a deb install, the directory structure is different and you'll need to migrate data.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
FlatpakArchARM/ARM64
Latest ReleaseFlatHub PageAUR PackageBuild Guide
Maintainers@kcSeb@kcSeb/@TimurKiyivinski@Madiator2011
\n

Usage

\n

Double click the installed application to interact with the LBRY network.

\n

Running from Source

\n

You can run the web version (lbry.tv), the electron app, or both at the same time.

\n

Prerequisites

\n\n
    \n
  1. Clone (or fork) this repository: git clone https://github.com/lbryio/lbry-desktop
  2. \n
  3. Change directory into the cloned repository: cd lbry-desktop
  4. \n
  5. Install the dependencies: yarn
  6. \n
\n

Run the electron app

\n

yarn compile:electron (this is only needed the first time you run the app)

\n

yarn dev

\n
    \n
  • If you want to build and launch the production app you can run yarn build. This will give you an executable inside the /dist folder. We use electron-builder to create distributable packages.
  • \n
\n

Run the web app for development

\n

yarn compile:web (this is only needed the first time you run the app)

\n

yarn dev:web

\n
    \n
  • This uses webpack-dev-server and includes hot-reloading. If you want to debug the web server we use in production you can run yarn dev:web-server. This starts a server at localhost:1337 and does not include hot reloading.
  • \n
\n

Customize the web app

\n
    \n
  • In root directory, copy .env.defaults to .env and make changes
  • \n
\n
cp .env.defaults .env\nnano .env\n
\n
    \n
  • \n

    To specify your own OG-IMAGE\nYou can either place a png named v2-og.png in the /custom folder or specify the OG_IMAGE_URL in .env

    \n
  • \n
  • \n

    To specify your own channels to be followed on first run\nAUTO_FOLLOW_URLS=lbry://@chan#123...a lbry://@chan2#456...a

    \n
  • \n
  • \n

    If you want to customize the homepage content

    \n
  • \n
\n
    \n
  1. add CUSTOM_HOMEPAGE=true to the '.env' file
  2. \n
  3. copy /custom/homepage.example.js to /custom/homepage.js and make desired changes to homepage.js
  4. \n
\n
    \n
  • If you want up to two custom sidebar links
  • \n
\n
PINNED_URI_1=@someurl#2/someclaim#4\nPINNED_LABEL_1=Linktext\n\nPINNED_URI_2=$/discover?t=tag&[queryparams]\nPINNED_LABEL_2=OtherLinkText\n
\n
    \n
  • Finally NODE_ENV=production yarn compile:web to rebuild\nNote: You don't need to edit the .env file in the /web folder - that is copied during compile.
  • \n
\n

Deploy the web app (experimental)

\n
    \n
  1. Create a server with a domain name and a reverse proxy https to port 1337.
  2. \n
  3. Install pm2, node v10, yarn
  4. \n
  5. Clone this repo
  6. \n
  7. Make any customizations as above
  8. \n
  9. Run yarn to install
  10. \n
  11. Run NODE_ENV=production yarn compile:web to build
  12. \n
  13. Set up pm2 to start ./web/index.js
  14. \n
\n

Run both at the same time

\n

Run the two commands above in separate terminal windows

\n
yarn dev\n\n// in another terminal window\nyarn dev:web\n
\n

Resetting your Packages

\n

If the app isn't building, or yarn xxx commands aren't working you may need to just reset your node_modules. To do so you can run: rm -r node_modules && yarn or del /s /q node_modules && yarn on Windows.

\n

If you really think something might have gone wrong, you can force your repo to clear everything that doesn't match the repo with git reset --hard HEAD && git clean -fxd && git pull -r

\n

Contributing

\n

We ❤️ contributions from everyone and contributions to this project are encouraged, and compensated. We welcome bug reports, bug fixes and feedback is always appreciated. For more details, see CONTRIBUTING.md.

\n

\"contributions \"GitHub

\n

License

\n

This project is MIT licensed. For the full license, see LICENSE.

\n

Security

\n

We take security seriously. Please contact security@lbry.com regarding any security issues. Our PGP key is here if you need it. All releases are signed by Sean Yesmunt.

\n

Contact

\n

The primary contact for this project is @seanyesmunt.

\n
", - "readmeOriginal": "

\n

LBRY App - https://lbry.tv

\n

This repo contains the UI code that powers the official LBRY desktop app, as well as lbry.tv. The LBRY app is a graphical browser for the decentralized content marketplace provided by the\nLBRY protocol. It is essentially the\nlbry daemon bundled with a UI using\nElectron.

\n \n \"npm\"\n \n \n \n \n \n \"Build\n \n \n \"GitHub\n \n

\n \n \"forthebadge\"\n \n \n \"forthebadge\"\n \n

\n

\"App

\n

Table of Contents

\n
    \n
  1. Install
  2. \n
  3. Usage
  4. \n
  5. Running from Source
  6. \n
  7. Contributing
  8. \n
  9. License
  10. \n
  11. Security
  12. \n
  13. Contact
  14. \n
\n

Install

\n

\"Windows\"\n\"Linux\"\n\"MacOS\"

\n

We provide installers for Windows, macOS (v10.12.4, Sierra, or greater), and Debian-based Linux. See community maintained builds section for alternative Linux installations.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
WindowsmacOSLinux
Latest Stable ReleaseDownloadDownloadDownload
Latest Pre-releaseDownloadDownloadDownload
\n

Our releases page also contains the latest\nrelease, pre-releases, and past builds.
\nNote: If the deb fails to install using the Ubuntu Software Center, install manually via sudo dpkg -i <path to deb>. You'll need to run sudo apt-get install -f if this is the first time installing it to install dependencies

\n

To install from source or make changes to the application, continue to the next section below.

\n

Community maintained builds for Arch Linux and Flatpak are available, see below. These installs will need to be updated manually as the in-app update process only supports Debian installs at this time.\nNote: If coming from a deb install, the directory structure is different and you'll need to migrate data.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
FlatpakArchARM/ARM64
Latest ReleaseFlatHub PageAUR PackageBuild Guide
Maintainers@kcSeb@kcSeb/@TimurKiyivinski@Madiator2011
\n

Usage

\n

Double click the installed application to interact with the LBRY network.

\n

Running from Source

\n

You can run the web version (lbry.tv), the electron app, or both at the same time.

\n

Prerequisites

\n\n
    \n
  1. Clone (or fork) this repository: git clone https://github.com/lbryio/lbry-desktop
  2. \n
  3. Change directory into the cloned repository: cd lbry-desktop
  4. \n
  5. Install the dependencies: yarn
  6. \n
\n

Run the electron app

\n

yarn compile:electron (this is only needed the first time you run the app)

\n

yarn dev

\n
    \n
  • If you want to build and launch the production app you can run yarn build. This will give you an executable inside the /dist folder. We use electron-builder to create distributable packages.
  • \n
\n

Run the web app for development

\n

yarn compile:web (this is only needed the first time you run the app)

\n

yarn dev:web

\n
    \n
  • This uses webpack-dev-server and includes hot-reloading. If you want to debug the web server we use in production you can run yarn dev:web-server. This starts a server at localhost:1337 and does not include hot reloading.
  • \n
\n

Customize the web app

\n
    \n
  • In root directory, copy .env.defaults to .env and make changes
  • \n
\n
cp .env.defaults .env\nnano .env\n
\n
    \n
  • \n

    To specify your own OG-IMAGE\nYou can either place a png named v2-og.png in the /custom folder or specify the OG_IMAGE_URL in .env

    \n
  • \n
  • \n

    To specify your own channels to be followed on first run\nAUTO_FOLLOW_URLS=lbry://@chan#123...a lbry://@chan2#456...a

    \n
  • \n
  • \n

    If you want to customize the homepage content

    \n
  • \n
\n
    \n
  1. add CUSTOM_HOMEPAGE=true to the '.env' file
  2. \n
  3. copy /custom/homepage.example.js to /custom/homepage.js and make desired changes to homepage.js
  4. \n
\n
    \n
  • If you want up to two custom sidebar links
  • \n
\n
PINNED_URI_1=@someurl#2/someclaim#4\nPINNED_LABEL_1=Linktext\n\nPINNED_URI_2=$/discover?t=tag&[queryparams]\nPINNED_LABEL_2=OtherLinkText\n
\n
    \n
  • Finally NODE_ENV=production yarn compile:web to rebuild\nNote: You don't need to edit the .env file in the /web folder - that is copied during compile.
  • \n
\n

Deploy the web app (experimental)

\n
    \n
  1. Create a server with a domain name and a reverse proxy https to port 1337.
  2. \n
  3. Install pm2, node v10, yarn
  4. \n
  5. Clone this repo
  6. \n
  7. Make any customizations as above
  8. \n
  9. Run yarn to install
  10. \n
  11. Run NODE_ENV=production yarn compile:web to build
  12. \n
  13. Set up pm2 to start ./web/index.js
  14. \n
\n

Run both at the same time

\n

Run the two commands above in separate terminal windows

\n
yarn dev\n\n// in another terminal window\nyarn dev:web\n
\n

Resetting your Packages

\n

If the app isn't building, or yarn xxx commands aren't working you may need to just reset your node_modules. To do so you can run: rm -r node_modules && yarn or del /s /q node_modules && yarn on Windows.

\n

If you really think something might have gone wrong, you can force your repo to clear everything that doesn't match the repo with git reset --hard HEAD && git clean -fxd && git pull -r

\n

Contributing

\n

We ❤️ contributions from everyone and contributions to this project are encouraged, and compensated. We welcome bug reports, bug fixes and feedback is always appreciated. For more details, see CONTRIBUTING.md.

\n

\"contributions \"GitHub

\n

License

\n

This project is MIT licensed. For the full license, see LICENSE.

\n

Security

\n

We take security seriously. Please contact security@lbry.com regarding any security issues. Our PGP key is here if you need it. All releases are signed by Sean Yesmunt.

\n

Contact

\n

The primary contact for this project is @seanyesmunt.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:28.893Z" + "readmeFetchedAt": "2020-09-18T00:10:42.926Z" }, "leafview": { "readmeCleaned": "

LeafView

\n

Secure image viewer for minimalists.

\n

\"2020-04-13

\n

\"GitHub\n\"GitHub\n\"GitHub\n\"GitHub

\n

Features

\n
    \n
  • Pan & WheelZoom
  • \n
  • Fast
  • \n
  • Secure
  • \n
  • Memory-Friendly
  • \n
  • Auto Update (macOS)
  • \n
\n

Security

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
APIValue
default-src (CSP)self
script-src (CSP)self
nodeIntegrationfalse
enableRemoteModulefalse
contextIsolationtrue
safeDialogstrue
sandboxtrue
\n

Supported Image Formats

\n
    \n
  • bmp (com.microsoft.bmp)
  • \n
  • ico (com.microsoft.ico)
  • \n
  • gif (com.compuserve.gif)
  • \n
  • jpg (public.jpeg)
  • \n
  • png (public.png)
  • \n
  • svg (public.svg-image)
  • \n
  • webp (image/webp)
  • \n
\n

Build and Install

\n
$ git clone git@github.com:sprout2000/leafview.git\n$ cd leafview\n$ yarn install && yarn package\n
\n

Note that you will need to have Node.js, Git and Yarn installed.

\n

And you might also need to have some build tools (ex. Microsoft Build Tools, Xcode) installed.

\n

Download

\n

macOS (x64)

\n

You can download the latest version of LeafView from the releases page here:
\nhttps://github.com/sprout2000/leafview/releases

\n

Windows10

\n

You can download the latest version of LeafView from Microsoft Store.

\n

Usage

\n

Keyboard Shortcuts

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
KeyFunctionPlatform
JNext Image-
KPrevious Image-
+Zoom In-
-Zoom Out-
0Reset Zoom-
pan-
Command+Control+FToggle FullscreenmacOS
Command+Option+IToggle Developer ToolsmacOS
AltShow/Hide Menu BarWindows
F11Toggle FullscreenWindows
Ctrl+Alt+IToggle Developer ToolsWindows
\n

Mouse Operations

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
MouseFunction
dragpan
double clickreset zoom
wheelzoom in/out
\n

License

\n

MIT

\n
", "readmeOriginal": "

LeafView

\n

Secure image viewer for minimalists.

\n

\"2020-04-13

\n

\"GitHub\n\"GitHub\n\"GitHub\n\"GitHub

\n

Features

\n
    \n
  • Pan & WheelZoom
  • \n
  • Fast
  • \n
  • Secure
  • \n
  • Memory-Friendly
  • \n
  • Auto Update (macOS)
  • \n
\n

Security

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
APIValue
default-src (CSP)self
script-src (CSP)self
nodeIntegrationfalse
enableRemoteModulefalse
contextIsolationtrue
safeDialogstrue
sandboxtrue
\n

Supported Image Formats

\n
    \n
  • bmp (com.microsoft.bmp)
  • \n
  • ico (com.microsoft.ico)
  • \n
  • gif (com.compuserve.gif)
  • \n
  • jpg (public.jpeg)
  • \n
  • png (public.png)
  • \n
  • svg (public.svg-image)
  • \n
  • webp (image/webp)
  • \n
\n

Build and Install

\n
$ git clone git@github.com:sprout2000/leafview.git\n$ cd leafview\n$ yarn install && yarn package\n
\n

Note that you will need to have Node.js, Git and Yarn installed.

\n

And you might also need to have some build tools (ex. Microsoft Build Tools, Xcode) installed.

\n

Download

\n

macOS (x64)

\n

You can download the latest version of LeafView from the releases page here:
\nhttps://github.com/sprout2000/leafview/releases

\n

Windows10

\n

You can download the latest version of LeafView from Microsoft Store.

\n

Usage

\n

Keyboard Shortcuts

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
KeyFunctionPlatform
JNext Image-
KPrevious Image-
+Zoom In-
-Zoom Out-
0Reset Zoom-
pan-
Command+Control+FToggle FullscreenmacOS
Command+Option+IToggle Developer ToolsmacOS
AltShow/Hide Menu BarWindows
F11Toggle FullscreenWindows
Ctrl+Alt+IToggle Developer ToolsWindows
\n

Mouse Operations

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
MouseFunction
dragpan
double clickreset zoom
wheelzoom in/out
\n

License

\n

MIT

\n
", - "readmeFetchedAt": "2020-09-17T12:09:28.899Z" + "readmeFetchedAt": "2020-09-18T00:10:42.967Z" }, "lector": { "readmeCleaned": "

\n Lector\n

\n

\n A simple PDF Reader built using Electron and PDF.js\n

\n

\n \"Release\"\n \"License\"\n \"Issues\"\n \"Code\n \"Downloads\"\n

\n

\n \"Tabbed\n

\n

\n \"Empty\n

\n

Dependencies

\n\n

Libraries Used

\n\n

What's new?

\n

v1.1.0

\n
    \n
  • PDF file association.
  • \n
  • New PDF file icons.
  • \n
\n

v1.0.0

\n
    \n
  • First release.
  • \n
  • Tabbed View to easily switch between multiple documents.
  • \n
  • Document Navigation Tools.
  • \n
  • Thumbnail and Outline Panes.
  • \n
  • Find, Go to, Zoom and Print.
  • \n
\n

Getting started

\n

Installation

\n

Download executable from Releases

\n

Build from Source

\n

Prerequisites

\n

Install the following dependencies:

\n\n

Clone

\n

Clone this repo to your local machine using:

\n
git clone https://github.com/sagargurtu/lector.git\n
\n

Run

\n
cd lector\nnpm install && npm start\n
\n

Build distributions

\n
npm run dist\n
\n

License

\n

PDF.js is under Apache License 2.0

\n

This project is under MIT License

\n
", "readmeOriginal": "

\n Lector\n

\n

\n A simple PDF Reader built using Electron and PDF.js\n

\n

\n \"Release\"\n \"License\"\n \"Issues\"\n \"Code\n \"Downloads\"\n

\n

\n \"Tabbed\n

\n

\n \"Empty\n

\n

Dependencies

\n\n

Libraries Used

\n\n

What's new?

\n

v1.1.0

\n
    \n
  • PDF file association.
  • \n
  • New PDF file icons.
  • \n
\n

v1.0.0

\n
    \n
  • First release.
  • \n
  • Tabbed View to easily switch between multiple documents.
  • \n
  • Document Navigation Tools.
  • \n
  • Thumbnail and Outline Panes.
  • \n
  • Find, Go to, Zoom and Print.
  • \n
\n

Getting started

\n

Installation

\n

Download executable from Releases

\n

Build from Source

\n

Prerequisites

\n

Install the following dependencies:

\n\n

Clone

\n

Clone this repo to your local machine using:

\n
git clone https://github.com/sagargurtu/lector.git\n
\n

Run

\n
cd lector\nnpm install && npm start\n
\n

Build distributions

\n
npm run dist\n
\n

License

\n

PDF.js is under Apache License 2.0

\n

This project is under MIT License

\n
", - "readmeFetchedAt": "2020-09-17T12:09:28.994Z" - }, - "lifeboat": { - "readmeCleaned": "

lifeboat

\n

Update 11/14/2019: This project is archived and will no longer receive updates.

\n

A Docker UI for projects. Download for Mac, Windows and Linux from the Releases tab.

\n

\"Screenshot

\n

Development

\n

This is an Electron app, scaffolded with electron-vue.

\n
    \n
  • You will need to have Node/Yarn installed locally.
  • \n
  • You will need to have Docker for Mac or Docker for Windows installed and running. Older implementations of Docker, using docker-machine or boot2docker, are not supported.
  • \n
  • You will need a test project with a valid docker-compose.yml file. Consider using one of the example Docker Compose projects to test.
  • \n
\n

Build Setup

\n
# install dependencies\nyarn install\n\n# serve with hot reload at localhost:9080\nyarn run dev\n\n# build electron application for production\nyarn run build\n\n# quick build (.app only)\nyarn run build:dir\n\n# run unit tests\nyarn test\n\n# lint all JS/Vue component files in `src/`\nyarn run lint\n
\n

Writing Tests

\n

Unit tests are written for Vue components and should be placed in the test/specs directory. Here are a few guides for writing tests using Lifeboat's setup:

\n
    \n
  • Vue Test Utils: The library of tool used to test shallow copies of Vue components.
  • \n
  • Expect: Part of Facebook's Jest testing suite. Used for assertions.
  • \n
  • Sinon: Used for spies, mocks, stubs, and fake timers.
  • \n
\n

Troubleshooting

\n

A valid Apple Developer ID signing certificate is required if you want to release a build. If you get an issue during code signing similar to ...resource fork, Finder information, or similar detritus not allowed, try inspecting which files are causing trouble with:

\n
xattr -lr /path/to/lifeboat/\n
\n

And clean up any files with:

\n
xattr -cr /path/to/lifeboat/<optional pattern>\n
\n
\n

This project was generated with electron-vue@331f85f using vue-cli. Documentation about the original structure can be found here.

\n
", - "readmeOriginal": "

lifeboat

\n

Update 11/14/2019: This project is archived and will no longer receive updates.

\n

A Docker UI for projects. Download for Mac, Windows and Linux from the Releases tab.

\n

\"Screenshot

\n

Development

\n

This is an Electron app, scaffolded with electron-vue.

\n
    \n
  • You will need to have Node/Yarn installed locally.
  • \n
  • You will need to have Docker for Mac or Docker for Windows installed and running. Older implementations of Docker, using docker-machine or boot2docker, are not supported.
  • \n
  • You will need a test project with a valid docker-compose.yml file. Consider using one of the example Docker Compose projects to test.
  • \n
\n

Build Setup

\n
# install dependencies\nyarn install\n\n# serve with hot reload at localhost:9080\nyarn run dev\n\n# build electron application for production\nyarn run build\n\n# quick build (.app only)\nyarn run build:dir\n\n# run unit tests\nyarn test\n\n# lint all JS/Vue component files in `src/`\nyarn run lint\n
\n

Writing Tests

\n

Unit tests are written for Vue components and should be placed in the test/specs directory. Here are a few guides for writing tests using Lifeboat's setup:

\n
    \n
  • Vue Test Utils: The library of tool used to test shallow copies of Vue components.
  • \n
  • Expect: Part of Facebook's Jest testing suite. Used for assertions.
  • \n
  • Sinon: Used for spies, mocks, stubs, and fake timers.
  • \n
\n

Troubleshooting

\n

A valid Apple Developer ID signing certificate is required if you want to release a build. If you get an issue during code signing similar to ...resource fork, Finder information, or similar detritus not allowed, try inspecting which files are causing trouble with:

\n
xattr -lr /path/to/lifeboat/\n
\n

And clean up any files with:

\n
xattr -cr /path/to/lifeboat/<optional pattern>\n
\n
\n

This project was generated with electron-vue@331f85f using vue-cli. Documentation about the original structure can be found here.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:29.175Z" + "readmeFetchedAt": "2020-09-18T00:10:42.980Z" }, "lectrote": { "readmeCleaned": "

Lectrote

\n

\"Lectrote

\n

The IF interpreter in an Electron shell

\n\n

Lectrote packages up IF interpreters with the Chromium browser as a Mac/Win/Linux app.

\n

When launched, it prompts you to select a game file to play. You can play several games at the same time in separate windows. Your position is always autosaved; when you launch a game, your last play session will automatically be resumed.

\n

Lectrote currently supports:

\n
    \n
  • Glulx games (.ulx or .gblorb), as produced by Inform 7.
  • \n
  • Z-code games (.z3/.z4/.z5/.z8 or .zblorb), as produced by Inform 7 or earlier versions of Inform.
  • \n
  • Hugo games (.hex).
  • \n
  • TADS2 and TADS3 games (.gam, .t3).
  • \n
  • Ink compiled game files (.json), as produced by the Ink scripting language.
  • \n
\n

You can also use this package to construct a "bound game" -- an app which plays a single built-in game. This is a package containing Chromium, the interpreter, your game file, and perhaps some additional configuration. You can distribute this as a standalone game application; it's bulky but it lets people play your game.

\n

Glulx (Inform 7) support

\n

Because this relies on the Quixe interpreter, sound is not supported. It's also not as fast as a native interpreter.

\n

Z-code support

\n

Lectrote uses the ZVM interpreter for Z-machine support. (V3/4/5 and V8 only.)

\n

Hugo support

\n

The Hugo engine does not currently support autosave.

\n

TADS support

\n

The TADS 2/3 engine does not currently support autosave.

\n

Ink support

\n

This relies on the inkjs interpreter. It is a deliberately non-fancy presentation -- no attempt to slow-print the output or hide the choice list.

\n

License information

\n
    \n
  • Lectrote is copyright (c) 2016-2020, Andrew Plotkin (MIT license)
  • \n
  • Electron is copyright (c) 2013-2020 GitHub Inc. (MIT license)
  • \n
  • Quixe is copyright (c) 2010-2020, Andrew Plotkin (MIT license)
  • \n
  • inkjs is copyright (c) 2017-2020 Yannick Lohse (MIT license)
  • \n
  • ifvms.js is copyright (c) 2016 Dannii Willis and other contributors (MIT license)
  • \n
  • emglken is copyright (c) 2012-2017, Andrew Plotkin, Dannii Willis (MIT license)
  • \n
  • Git (in emglken) is copyright (c) 2003 Iain Merrick (MIT license)
  • \n
  • Glulxe (in emglken) is copyright (c) 1999-2016, Andrew Plotkin (MIT license)
  • \n
  • Hugo (in emglken) is copyright (c) 2011 by Kent Tessman (BSD license)
  • \n
  • TADS (in emglken) is copyright (c) 1991-2012 by Michael J. Roberts (dual-licensed GPL/TADS license)
  • \n
  • RemGlk (in emglken) is copyright (c) 2012-2020, Andrew Plotkin (MIT license)
  • \n
\n

For developers

\n

If you've just downloaded the source code for this puppy, it's easy to make a runnable version.

\n

First, you need to have the Node development tools installed. Everything relies on the npm command-line tool. See Installing Node.js via package manager.

\n

To fetch all the necessary Node packages and place them in a node_modules directory:

\n
npm install\n
\n

This command also fetches the Quixe submodule (which will live in the quixe directory). You must have git installed for this to work.

\n

Now just type

\n
npm start\n
\n

...to launch the app.

\n

When run this way, the app will show up named as "Electron", not "Lectrote".

\n

Packaging Lectrote

\n

The makedist.py script builds the zip files which you see on the release page. (Yes, it is silly to use a Python packaging script in a Node.js package. Maybe I'll rewrite it into Javascript. Later.)

\n
python3 makedist.py\n
\n

This creates build directories and then zip files in a dist directory. Add -b to only generate the build dirs; -z to transform existing build dirs into zip files.

\n

You can add arguments to narrow down the platforms you are building, e.g.:

\n
python3 makedist.py darwin\npython3 makedist.py win32\npython3 makedist.py linux\npython3 makedist.py win32-x64\n
\n

If you want to code-sign the Mac version, use the --macsign argument:

\n
python3 makedist.py darwin --macsign 'Developer ID Application: ...'\n
\n

You must be a registered Apple developer to do this. The argument must be the name of the "Developer Id Application" certificate in your keychain. Run the Keychain Access app to see this. If you don't have one, the easiest way to set it up is to run Xcode, open the Preferences, select Accounts, and hit Manage Certificates.

\n

Packaging a bound game

\n

You will need to create a separate directory for your game's files. Copy package.json to the directory, adding or modifying these lines:

\n
    \n
  • name: A node package name. This is not used anywhere, so it doesn't really matter.
  • \n
  • productName: The display name for the app.
  • \n
  • version: Version number of your game.
  • \n
  • author: You, the game's author.
  • \n
  • description: One-line description of your game.
  • \n
  • lectrotePackagedGame: Pathname to the game file.
  • \n
  • lectroteSoleInterpreter: Set to "ifvms", "inkjs", "emglken" to include just one of Lectrote's interpreter engines. (Optional, but it saves a little bit of space.) (Note that Git, Glulxe, Hugo, and TADS are all handled by the emglken package. There's currently no way to include just one of them.)
  • \n
  • lectroteExtraFiles: An array of extra files to include. These are assumed to be in the game directory, so you do not have to include the directory prefix. (This list must include the game file -- yes, it's redundant with lectrotePackagedGame.)
  • \n
  • lectroteMacAppID: If you plan to build a MacOS app, a reverse-DNS ID string to uniquely identify it.
  • \n
  • lectroteCopyright: Copyright string (applied to Windows binaries).
  • \n
\n

(Do not change lectroteVersion; that should always show the Lectrote release that you built your bound app from.)

\n

You may also copy any of Lectrote's content files to your game directory and customize them. You will probably want to customize about.html, for example.

\n

The samplegame directory in the Lectrote source demonstrates the layout. It will be simplest to clone that and alter it.

\n

Once your files are ready, do:

\n
python3 makedist.py --game GAMEDIR\n
\n

This will build and package apps for all platforms. (You can test this out of the box by using samplegame for the GAMEDIR.) As noted above, you can cut down the stages or targets with the -b, -z options or by naming platforms.

\n

You cannot launch a bound game by typing npm start. You have to package it, at least to the -b stage, and run it from the dist directory.

\n

Customizing your bound app

\n

As noted, you can copy play.html, el-glkote.css, or other Lectrote files into your gamedir and customize them. When packaging with the --game option, files found in the gamedir will replace normal Lectrote files.

\n

If you add new files (not replacing Lectrote files), be sure to list them in the lectroteExtraFiles array.

\n

You can extend the functionality of the app -- for example, adding or removing menu items. Add a Javascript file to your gamedir, and name it in your package.json file:

\n
"lectroteMainExtension": "GAMEDIR/FILE.js",\n
\n

(And add it to lectroteExtraFiles as well.)

\n

This file can define new functionality by exporting any of the following Javascript functions. For example, you could say:

\n
exports.launch = function() { ... }\n
\n
    \n
  • exports.launch(): Called when the app starts up.
  • \n
  • exports.app_ready(): Called when the app is ready to open windows. At this point the game window has already been opened.
  • \n
  • exports.construct_menu_template(template, special): Called to customize the app menu template. The template argument is a Javascript data structure as described in the Electron Menu docs. special is null for the game window, or one of the strings "about", "prefs", "card" for one of Lectrote's special windows. Modify template and return it.
  • \n
  • exports.set_zoom_factor(val): Called when the app's zoom level changes. The argument is suitable for Electron's setZoomFactor() method.
  • \n
  • exports.set_darklight_mode(val): Called when the OS native theme changes. The argument is false for light theme, true for dark theme.
  • \n
  • exports.export_game_path(): The bound app normally has an "Export Portable Game File..." menu option, which lets the user extract your game file for use in other interpreters. You can implement this function and return null to suppress this menu option. You can also return the pathname of a different game file, which is not actually a useful thing to do.
  • \n
  • exports.cover_image_info: An object { url:URL, width:W, height:H } which provides cover art. This is only needed if your game is not a blorb file. (If it is not provided, Lectrote attempts to load the blorb cover art as usual.)
  • \n
  • exports.about_window_size: An object { width:W, height:H } which customizes the size of the about.html window. (Defaults to { width:600, height:450 }.)
  • \n
\n

The main Lectrote module exports several functions you can use in your extension code. I have not yet documented them; see the main.js file.

\n

Style customizations for dark/light mode

\n

As of release 1.3.6 (August 2020), Lectrote supports OS dark theme. You should do the same for any windows you have added or customized.

\n

Look at about.html to see how this works. The evhan_darklight() function alters the document style; the onready() function now sets up a callback for this function. The <body> tag now has <body id="body"> to support this, and several .DarkMode stanzas have been added to the CSS. You should copy these changes in your own about.html.

\n

When opening a window, use a backgroundColor line to set the loading color, minimizing flash:

\n
backgroundColor: (electron.nativeTheme.shouldUseDarkColors ? '#000' : '#FFF'),\n
\n

Then, in the dom-ready event, send a message to convey the OS theme:

\n
win.webContents.send('set-darklight-mode', electron.nativeTheme.shouldUseDarkColors);\n
\n

Also add a set_darklight_mode() routine to your extension code (see above). This routine should send the same message to all open windows.

\n

In the window, set up a handler for this message and adjust your body styles appropriately:

\n
require('electron').ipcRenderer.on('set-darklight-mode', function(ev, arg) {\n\t// arg is false for light mode, true for dark mode.\n});\n
\n

See about.html and if-card.html for examples of dark/light style handling.

\n

Be sure to test that your windows open with the appropriate theme (matching the OS theme), and also that they change dynamically when the OS theme changes.

\n
", "readmeOriginal": "

Lectrote

\n

\"Lectrote

\n

The IF interpreter in an Electron shell

\n\n

Lectrote packages up IF interpreters with the Chromium browser as a Mac/Win/Linux app.

\n

When launched, it prompts you to select a game file to play. You can play several games at the same time in separate windows. Your position is always autosaved; when you launch a game, your last play session will automatically be resumed.

\n

Lectrote currently supports:

\n
    \n
  • Glulx games (.ulx or .gblorb), as produced by Inform 7.
  • \n
  • Z-code games (.z3/.z4/.z5/.z8 or .zblorb), as produced by Inform 7 or earlier versions of Inform.
  • \n
  • Hugo games (.hex).
  • \n
  • TADS2 and TADS3 games (.gam, .t3).
  • \n
  • Ink compiled game files (.json), as produced by the Ink scripting language.
  • \n
\n

You can also use this package to construct a \"bound game\" -- an app which plays a single built-in game. This is a package containing Chromium, the interpreter, your game file, and perhaps some additional configuration. You can distribute this as a standalone game application; it's bulky but it lets people play your game.

\n

Glulx (Inform 7) support

\n

Because this relies on the Quixe interpreter, sound is not supported. It's also not as fast as a native interpreter.

\n

Z-code support

\n

Lectrote uses the ZVM interpreter for Z-machine support. (V3/4/5 and V8 only.)

\n

Hugo support

\n

The Hugo engine does not currently support autosave.

\n

TADS support

\n

The TADS 2/3 engine does not currently support autosave.

\n

Ink support

\n

This relies on the inkjs interpreter. It is a deliberately non-fancy presentation -- no attempt to slow-print the output or hide the choice list.

\n

License information

\n
    \n
  • Lectrote is copyright (c) 2016-2020, Andrew Plotkin (MIT license)
  • \n
  • Electron is copyright (c) 2013-2020 GitHub Inc. (MIT license)
  • \n
  • Quixe is copyright (c) 2010-2020, Andrew Plotkin (MIT license)
  • \n
  • inkjs is copyright (c) 2017-2020 Yannick Lohse (MIT license)
  • \n
  • ifvms.js is copyright (c) 2016 Dannii Willis and other contributors (MIT license)
  • \n
  • emglken is copyright (c) 2012-2017, Andrew Plotkin, Dannii Willis (MIT license)
  • \n
  • Git (in emglken) is copyright (c) 2003 Iain Merrick (MIT license)
  • \n
  • Glulxe (in emglken) is copyright (c) 1999-2016, Andrew Plotkin (MIT license)
  • \n
  • Hugo (in emglken) is copyright (c) 2011 by Kent Tessman (BSD license)
  • \n
  • TADS (in emglken) is copyright (c) 1991-2012 by Michael J. Roberts (dual-licensed GPL/TADS license)
  • \n
  • RemGlk (in emglken) is copyright (c) 2012-2020, Andrew Plotkin (MIT license)
  • \n
\n

For developers

\n

If you've just downloaded the source code for this puppy, it's easy to make a runnable version.

\n

First, you need to have the Node development tools installed. Everything relies on the npm command-line tool. See Installing Node.js via package manager.

\n

To fetch all the necessary Node packages and place them in a node_modules directory:

\n
npm install\n
\n

This command also fetches the Quixe submodule (which will live in the quixe directory). You must have git installed for this to work.

\n

Now just type

\n
npm start\n
\n

...to launch the app.

\n

When run this way, the app will show up named as \"Electron\", not \"Lectrote\".

\n

Packaging Lectrote

\n

The makedist.py script builds the zip files which you see on the release page. (Yes, it is silly to use a Python packaging script in a Node.js package. Maybe I'll rewrite it into Javascript. Later.)

\n
python3 makedist.py\n
\n

This creates build directories and then zip files in a dist directory. Add -b to only generate the build dirs; -z to transform existing build dirs into zip files.

\n

You can add arguments to narrow down the platforms you are building, e.g.:

\n
python3 makedist.py darwin\npython3 makedist.py win32\npython3 makedist.py linux\npython3 makedist.py win32-x64\n
\n

If you want to code-sign the Mac version, use the --macsign argument:

\n
python3 makedist.py darwin --macsign 'Developer ID Application: ...'\n
\n

You must be a registered Apple developer to do this. The argument must be the name of the \"Developer Id Application\" certificate in your keychain. Run the Keychain Access app to see this. If you don't have one, the easiest way to set it up is to run Xcode, open the Preferences, select Accounts, and hit Manage Certificates.

\n

Packaging a bound game

\n

You will need to create a separate directory for your game's files. Copy package.json to the directory, adding or modifying these lines:

\n
    \n
  • name: A node package name. This is not used anywhere, so it doesn't really matter.
  • \n
  • productName: The display name for the app.
  • \n
  • version: Version number of your game.
  • \n
  • author: You, the game's author.
  • \n
  • description: One-line description of your game.
  • \n
  • lectrotePackagedGame: Pathname to the game file.
  • \n
  • lectroteSoleInterpreter: Set to \"ifvms\", \"inkjs\", \"emglken\" to include just one of Lectrote's interpreter engines. (Optional, but it saves a little bit of space.) (Note that Git, Glulxe, Hugo, and TADS are all handled by the emglken package. There's currently no way to include just one of them.)
  • \n
  • lectroteExtraFiles: An array of extra files to include. These are assumed to be in the game directory, so you do not have to include the directory prefix. (This list must include the game file -- yes, it's redundant with lectrotePackagedGame.)
  • \n
  • lectroteMacAppID: If you plan to build a MacOS app, a reverse-DNS ID string to uniquely identify it.
  • \n
  • lectroteCopyright: Copyright string (applied to Windows binaries).
  • \n
\n

(Do not change lectroteVersion; that should always show the Lectrote release that you built your bound app from.)

\n

You may also copy any of Lectrote's content files to your game directory and customize them. You will probably want to customize about.html, for example.

\n

The samplegame directory in the Lectrote source demonstrates the layout. It will be simplest to clone that and alter it.

\n

Once your files are ready, do:

\n
python3 makedist.py --game GAMEDIR\n
\n

This will build and package apps for all platforms. (You can test this out of the box by using samplegame for the GAMEDIR.) As noted above, you can cut down the stages or targets with the -b, -z options or by naming platforms.

\n

You cannot launch a bound game by typing npm start. You have to package it, at least to the -b stage, and run it from the dist directory.

\n

Customizing your bound app

\n

As noted, you can copy play.html, el-glkote.css, or other Lectrote files into your gamedir and customize them. When packaging with the --game option, files found in the gamedir will replace normal Lectrote files.

\n

If you add new files (not replacing Lectrote files), be sure to list them in the lectroteExtraFiles array.

\n

You can extend the functionality of the app -- for example, adding or removing menu items. Add a Javascript file to your gamedir, and name it in your package.json file:

\n
\"lectroteMainExtension\": \"GAMEDIR/FILE.js\",\n
\n

(And add it to lectroteExtraFiles as well.)

\n

This file can define new functionality by exporting any of the following Javascript functions. For example, you could say:

\n
exports.launch = function() { ... }\n
\n
    \n
  • exports.launch(): Called when the app starts up.
  • \n
  • exports.app_ready(): Called when the app is ready to open windows. At this point the game window has already been opened.
  • \n
  • exports.construct_menu_template(template, special): Called to customize the app menu template. The template argument is a Javascript data structure as described in the Electron Menu docs. special is null for the game window, or one of the strings \"about\", \"prefs\", \"card\" for one of Lectrote's special windows. Modify template and return it.
  • \n
  • exports.set_zoom_factor(val): Called when the app's zoom level changes. The argument is suitable for Electron's setZoomFactor() method.
  • \n
  • exports.set_darklight_mode(val): Called when the OS native theme changes. The argument is false for light theme, true for dark theme.
  • \n
  • exports.export_game_path(): The bound app normally has an \"Export Portable Game File...\" menu option, which lets the user extract your game file for use in other interpreters. You can implement this function and return null to suppress this menu option. You can also return the pathname of a different game file, which is not actually a useful thing to do.
  • \n
  • exports.cover_image_info: An object { url:URL, width:W, height:H } which provides cover art. This is only needed if your game is not a blorb file. (If it is not provided, Lectrote attempts to load the blorb cover art as usual.)
  • \n
  • exports.about_window_size: An object { width:W, height:H } which customizes the size of the about.html window. (Defaults to { width:600, height:450 }.)
  • \n
\n

The main Lectrote module exports several functions you can use in your extension code. I have not yet documented them; see the main.js file.

\n

Style customizations for dark/light mode

\n

As of release 1.3.6 (August 2020), Lectrote supports OS dark theme. You should do the same for any windows you have added or customized.

\n

Look at about.html to see how this works. The evhan_darklight() function alters the document style; the onready() function now sets up a callback for this function. The <body> tag now has <body id=\"body\"> to support this, and several .DarkMode stanzas have been added to the CSS. You should copy these changes in your own about.html.

\n

When opening a window, use a backgroundColor line to set the loading color, minimizing flash:

\n
backgroundColor: (electron.nativeTheme.shouldUseDarkColors ? '#000' : '#FFF'),\n
\n

Then, in the dom-ready event, send a message to convey the OS theme:

\n
win.webContents.send('set-darklight-mode', electron.nativeTheme.shouldUseDarkColors);\n
\n

Also add a set_darklight_mode() routine to your extension code (see above). This routine should send the same message to all open windows.

\n

In the window, set up a handler for this message and adjust your body styles appropriately:

\n
require('electron').ipcRenderer.on('set-darklight-mode', function(ev, arg) {\n\t// arg is false for light mode, true for dark mode.\n});\n
\n

See about.html and if-card.html for examples of dark/light style handling.

\n

Be sure to test that your windows open with the appropriate theme (matching the OS theme), and also that they change dynamically when the OS theme changes.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:29.267Z" + "readmeFetchedAt": "2020-09-18T00:10:43.028Z" }, - "lepton": { - "readmeCleaned": "
\n

To Lepton users around the world in more than 130 countries: We hope you all stay safe, healthy, and strong as we get through the COVID-19 pandemic. Lepton will continue to be free, as always. If you find this app helpful, we encourage you to make a donation to a local or global charity of your choice to help fight against the pandemic. Together, we can make the world a better place. ❤️

\n
\n\n

\"All

\n\n

\"\"

\n

\"Build\n\"js-standard-style\"\n\"Dependency\n\"MIT

\n

Lepton is a lean code snippet manager based on GitHub Gist. Check out its latest release.

\n
    \n
  • Unlimited public/private snippets
  • \n
  • Unlimited tags
  • \n
  • Language groups
  • \n
  • Markdown/JupyterNotebook support
  • \n
  • GitHub Enterprise support
  • \n
  • Immersive mode
  • \n
  • Customizable
  • \n
  • Light/Dark theme
  • \n
  • macOS/Win/Linux
  • \n
  • Dashboard
  • \n
  • Search
  • \n
  • Proxy
  • \n
  • Free
  • \n
\n

\"Screenshot\"

\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Light ThemeDark Theme
\"Screenshot\"\"Screenshot\"
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
OrganizeMarkdownJupyter Notebook
\"Screenshot\"\"Screenshot\"\"Screenshot\"
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Search (⇧ + Space)Immersive Mode (⌘/Ctrl + i)Dashboard (⌘/Ctrl + d)
\"Screenshot\"\"Screenshot\"\"Screenshot\"
\n

Shortcuts

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
FunctionShortcutNote
New SnippetCmd/Ctrl + NCreate a snippet
Edit SnippetCmd/Ctrl + EEdit a snippet
Delete SnippetCmd/Ctrl + DelDelete selected snippet
SubmitCmd/Ctrl + SSubmit the changes from the editor
CancelCmd/Ctrl + ESCExit the editor without saving
SyncCmd/Ctrl + RSync with remote Gist server
Immersive ModeCmd/Ctrl + IToggle the Immersive mode
DashboardCmd/Ctrl + DToggle the dashboard
About PageCmd/Ctrl + ,Toggle the About page
SearchShift + SpaceToggle the search bar
\n

Customization

\n

Lepton's can be customized by <home_dir>/.leptonrc! You can find its exact path in the About page by Command/Ctrl + ,. Create the file if it does not exist.

\n
    \n
  • Theme (light/dark)
  • \n
  • Snippet
  • \n
  • Editor
  • \n
  • Logger
  • \n
  • Proxy
  • \n
  • Shortcuts
  • \n
  • Enterprise
  • \n
  • Notifications
  • \n
\n

Check out the configuration docs to explore different customization options.

\n

Tech Stack

\n

\"Based

\n
    \n
  1. Framework: Electron
  2. \n
  3. Bundler: Webpack, Babel, electron-builder
  4. \n
  5. Language: ES6, Sass
  6. \n
  7. Library: React, Redux, Redux Thunk, Redux Form
  8. \n
  9. Lint: ESLint
  10. \n
\n

Installation

\n
    \n
  • Download released binaries(macOS/Windows/Linux) here.
  • \n
  • Install via Homebrew (macOS)
  • \n
\n
brew cask install lepton
\n
    \n
  • Install via SnapCraft (Linux)
  • \n
\n

\"Get

\n

Development

\n

Install dependencies

\n
$ git clone https://github.com/hackjutsu/Lepton.git\n$ cd Lepton && yarn install
\n

Client ID/Secret

\n

Register your application, and put your client id and client secret in ./configs/account.js.

\n
module.exports = {\n  client_id: <your_client_id>,\n  client_secret: <your_client_secret>\n}
\n

Run

\n
$ yarn build && yarn start
\n

Build Installer App

\n
\n

Read electron-builder docs and check out the code signing wiki before building the installer app.

\n
\n

Build apps for macOS.

\n
$ yarn dist -- -m
\n

Build apps for Windows.

\n
$ yarn dist -- -w
\n

Build apps for Linux.

\n
\n

Need a running Docker daemon to build a snap package.

\n
\n
$ yarn dist -- -l
\n

Build apps for macOS, Windows and Linux.

\n
$ yarn dist -- -wml
\n

Build apps for the current OS with the current arch.

\n
$ yarn dist
\n

FAQ

\n

--> Wiki FAQ

\n

Contributors

\n\n\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\"\"
CosmoX

💻 🎨 ⚠️ 🚧 📦 🤔
\"\"
Jiaye Wu

💻 🚧 🤔
\"\"
Danila

💻 🎨 🚧
\"\"
Meilin Zhan

💻 🤔 🚧
\"\"
lcgforever

💻
\"\"
Yuer Lee

📖 📦
\"\"
Su,Yen-Yun

📖
\"\"
Chen Tong

💻 🤔 🚧
\"\"
Jason Jiang

💻
\"\"
Alan Pope

📦
\"\"
Tony Xu

📦
\"\"
Tegan Churchill

💻
\"\"
Angie Wang

🎨
\"\"
Batuhan Bayrakci

💻
\"\"
Samuel Meuli

💻
\"\"
Alexandre Amado de Castro

💻
\"\"
Abner Soares Alves Junior

💻
\"\"
Sean

💻
\"\"
Ole

💻
\"\"
Gabriel Nicolas Avellaneda

💻 📖
\"\"
Dennis Ideler

💻 🤔 📖
\"\"
Anthony Attard

💻
\"\"
ArLE

💻
\n\n\n\n

License

\n

MIT © hackjutsu

\n
", - "readmeOriginal": "
\n

To Lepton users around the world in more than 130 countries: We hope you all stay safe, healthy, and strong as we get through the COVID-19 pandemic. Lepton will continue to be free, as always. If you find this app helpful, we encourage you to make a donation to a local or global charity of your choice to help fight against the pandemic. Together, we can make the world a better place. ❤️

\n
\n\n

\"All

\n\n

\"\"

\n

\"Build\n\"js-standard-style\"\n\"Dependency\n\"MIT

\n

Lepton is a lean code snippet manager based on GitHub Gist. Check out its latest release.

\n
    \n
  • Unlimited public/private snippets
  • \n
  • Unlimited tags
  • \n
  • Language groups
  • \n
  • Markdown/JupyterNotebook support
  • \n
  • GitHub Enterprise support
  • \n
  • Immersive mode
  • \n
  • Customizable
  • \n
  • Light/Dark theme
  • \n
  • macOS/Win/Linux
  • \n
  • Dashboard
  • \n
  • Search
  • \n
  • Proxy
  • \n
  • Free
  • \n
\n

\"Screenshot\"

\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Light ThemeDark Theme
\"Screenshot\"\"Screenshot\"
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
OrganizeMarkdownJupyter Notebook
\"Screenshot\"\"Screenshot\"\"Screenshot\"
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Search (⇧ + Space)Immersive Mode (⌘/Ctrl + i)Dashboard (⌘/Ctrl + d)
\"Screenshot\"\"Screenshot\"\"Screenshot\"
\n

Shortcuts

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
FunctionShortcutNote
New SnippetCmd/Ctrl + NCreate a snippet
Edit SnippetCmd/Ctrl + EEdit a snippet
Delete SnippetCmd/Ctrl + DelDelete selected snippet
SubmitCmd/Ctrl + SSubmit the changes from the editor
CancelCmd/Ctrl + ESCExit the editor without saving
SyncCmd/Ctrl + RSync with remote Gist server
Immersive ModeCmd/Ctrl + IToggle the Immersive mode
DashboardCmd/Ctrl + DToggle the dashboard
About PageCmd/Ctrl + ,Toggle the About page
SearchShift + SpaceToggle the search bar
\n

Customization

\n

Lepton's can be customized by <home_dir>/.leptonrc! You can find its exact path in the About page by Command/Ctrl + ,. Create the file if it does not exist.

\n
    \n
  • Theme (light/dark)
  • \n
  • Snippet
  • \n
  • Editor
  • \n
  • Logger
  • \n
  • Proxy
  • \n
  • Shortcuts
  • \n
  • Enterprise
  • \n
  • Notifications
  • \n
\n

Check out the configuration docs to explore different customization options.

\n

Tech Stack

\n

\"Based

\n
    \n
  1. Framework: Electron
  2. \n
  3. Bundler: Webpack, Babel, electron-builder
  4. \n
  5. Language: ES6, Sass
  6. \n
  7. Library: React, Redux, Redux Thunk, Redux Form
  8. \n
  9. Lint: ESLint
  10. \n
\n

Installation

\n
    \n
  • Download released binaries(macOS/Windows/Linux) here.
  • \n
  • Install via Homebrew (macOS)
  • \n
\n
brew cask install lepton
\n
    \n
  • Install via SnapCraft (Linux)
  • \n
\n

\"Get

\n

Development

\n

Install dependencies

\n
$ git clone https://github.com/hackjutsu/Lepton.git\n$ cd Lepton && yarn install
\n

Client ID/Secret

\n

Register your application, and put your client id and client secret in ./configs/account.js.

\n
module.exports = {\n  client_id: <your_client_id>,\n  client_secret: <your_client_secret>\n}
\n

Run

\n
$ yarn build && yarn start
\n

Build Installer App

\n
\n

Read electron-builder docs and check out the code signing wiki before building the installer app.

\n
\n

Build apps for macOS.

\n
$ yarn dist -- -m
\n

Build apps for Windows.

\n
$ yarn dist -- -w
\n

Build apps for Linux.

\n
\n

Need a running Docker daemon to build a snap package.

\n
\n
$ yarn dist -- -l
\n

Build apps for macOS, Windows and Linux.

\n
$ yarn dist -- -wml
\n

Build apps for the current OS with the current arch.

\n
$ yarn dist
\n

FAQ

\n

--> Wiki FAQ

\n

Contributors

\n\n\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\"\"
CosmoX

💻 🎨 ⚠️ 🚧 📦 🤔
\"\"
Jiaye Wu

💻 🚧 🤔
\"\"
Danila

💻 🎨 🚧
\"\"
Meilin Zhan

💻 🤔 🚧
\"\"
lcgforever

💻
\"\"
Yuer Lee

📖 📦
\"\"
Su,Yen-Yun

📖
\"\"
Chen Tong

💻 🤔 🚧
\"\"
Jason Jiang

💻
\"\"
Alan Pope

📦
\"\"
Tony Xu

📦
\"\"
Tegan Churchill

💻
\"\"
Angie Wang

🎨
\"\"
Batuhan Bayrakci

💻
\"\"
Samuel Meuli

💻
\"\"
Alexandre Amado de Castro

💻
\"\"
Abner Soares Alves Junior

💻
\"\"
Sean

💻
\"\"
Ole

💻
\"\"
Gabriel Nicolas Avellaneda

💻 📖
\"\"
Dennis Ideler

💻 🤔 📖
\"\"
Anthony Attard

💻
\"\"
ArLE

💻
\n\n\n\n

License

\n

MIT © hackjutsu

\n
", - "readmeFetchedAt": "2020-09-17T12:09:29.301Z" + "lbry-desktop": { + "readmeCleaned": "

\n

LBRY App - https://lbry.tv

\n

This repo contains the UI code that powers the official LBRY desktop app, as well as lbry.tv. The LBRY app is a graphical browser for the decentralized content marketplace provided by the\nLBRY protocol. It is essentially the\nlbry daemon bundled with a UI using\nElectron.

\n \n \"npm\"\n \n \n \n \n \n \"Build\n \n \n \"GitHub\n \n

\n \n \"forthebadge\"\n \n \n \"forthebadge\"\n \n

\n

\"App

\n

Table of Contents

\n
    \n
  1. Install
  2. \n
  3. Usage
  4. \n
  5. Running from Source
  6. \n
  7. Contributing
  8. \n
  9. License
  10. \n
  11. Security
  12. \n
  13. Contact
  14. \n
\n

Install

\n

\"Windows\"\n\"Linux\"\n\"MacOS\"

\n

We provide installers for Windows, macOS (v10.12.4, Sierra, or greater), and Debian-based Linux. See community maintained builds section for alternative Linux installations.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
WindowsmacOSLinux
Latest Stable ReleaseDownloadDownloadDownload
Latest Pre-releaseDownloadDownloadDownload
\n

Our releases page also contains the latest\nrelease, pre-releases, and past builds.
\nNote: If the deb fails to install using the Ubuntu Software Center, install manually via sudo dpkg -i <path to deb>. You'll need to run sudo apt-get install -f if this is the first time installing it to install dependencies

\n

To install from source or make changes to the application, continue to the next section below.

\n

Community maintained builds for Arch Linux and Flatpak are available, see below. These installs will need to be updated manually as the in-app update process only supports Debian installs at this time.\nNote: If coming from a deb install, the directory structure is different and you'll need to migrate data.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
FlatpakArchARM/ARM64
Latest ReleaseFlatHub PageAUR PackageBuild Guide
Maintainers@kcSeb@kcSeb/@TimurKiyivinski@Madiator2011
\n

Usage

\n

Double click the installed application to interact with the LBRY network.

\n

Running from Source

\n

You can run the web version (lbry.tv), the electron app, or both at the same time.

\n

Prerequisites

\n\n
    \n
  1. Clone (or fork) this repository: git clone https://github.com/lbryio/lbry-desktop
  2. \n
  3. Change directory into the cloned repository: cd lbry-desktop
  4. \n
  5. Install the dependencies: yarn
  6. \n
\n

Run the electron app

\n

yarn compile:electron (this is only needed the first time you run the app)

\n

yarn dev

\n
    \n
  • If you want to build and launch the production app you can run yarn build. This will give you an executable inside the /dist folder. We use electron-builder to create distributable packages.
  • \n
\n

Run the web app for development

\n

yarn compile:web (this is only needed the first time you run the app)

\n

yarn dev:web

\n
    \n
  • This uses webpack-dev-server and includes hot-reloading. If you want to debug the web server we use in production you can run yarn dev:web-server. This starts a server at localhost:1337 and does not include hot reloading.
  • \n
\n

Customize the web app

\n
    \n
  • In root directory, copy .env.defaults to .env and make changes
  • \n
\n
cp .env.defaults .env\nnano .env\n
\n
    \n
  • \n

    To specify your own OG-IMAGE\nYou can either place a png named v2-og.png in the /custom folder or specify the OG_IMAGE_URL in .env

    \n
  • \n
  • \n

    To specify your own channels to be followed on first run\nAUTO_FOLLOW_URLS=lbry://@chan#123...a lbry://@chan2#456...a

    \n
  • \n
  • \n

    If you want to customize the homepage content

    \n
  • \n
\n
    \n
  1. add CUSTOM_HOMEPAGE=true to the '.env' file
  2. \n
  3. copy /custom/homepage.example.js to /custom/homepage.js and make desired changes to homepage.js
  4. \n
\n
    \n
  • If you want up to two custom sidebar links
  • \n
\n
PINNED_URI_1=@someurl#2/someclaim#4\nPINNED_LABEL_1=Linktext\n\nPINNED_URI_2=$/discover?t=tag&[queryparams]\nPINNED_LABEL_2=OtherLinkText\n
\n
    \n
  • Finally NODE_ENV=production yarn compile:web to rebuild\nNote: You don't need to edit the .env file in the /web folder - that is copied during compile.
  • \n
\n

Deploy the web app (experimental)

\n
    \n
  1. Create a server with a domain name and a reverse proxy https to port 1337.
  2. \n
  3. Install pm2, node v10, yarn
  4. \n
  5. Clone this repo
  6. \n
  7. Make any customizations as above
  8. \n
  9. Run yarn to install
  10. \n
  11. Run NODE_ENV=production yarn compile:web to build
  12. \n
  13. Set up pm2 to start ./web/index.js
  14. \n
\n

Run both at the same time

\n

Run the two commands above in separate terminal windows

\n
yarn dev\n\n// in another terminal window\nyarn dev:web\n
\n

Resetting your Packages

\n

If the app isn't building, or yarn xxx commands aren't working you may need to just reset your node_modules. To do so you can run: rm -r node_modules && yarn or del /s /q node_modules && yarn on Windows.

\n

If you really think something might have gone wrong, you can force your repo to clear everything that doesn't match the repo with git reset --hard HEAD && git clean -fxd && git pull -r

\n

Contributing

\n

We ❤️ contributions from everyone and contributions to this project are encouraged, and compensated. We welcome bug reports, bug fixes and feedback is always appreciated. For more details, see CONTRIBUTING.md.

\n

\"contributions \"GitHub

\n

License

\n

This project is MIT licensed. For the full license, see LICENSE.

\n

Security

\n

We take security seriously. Please contact security@lbry.com regarding any security issues. Our PGP key is here if you need it. All releases are signed by Sean Yesmunt.

\n

Contact

\n

The primary contact for this project is @seanyesmunt.

\n
", + "readmeOriginal": "

\n

LBRY App - https://lbry.tv

\n

This repo contains the UI code that powers the official LBRY desktop app, as well as lbry.tv. The LBRY app is a graphical browser for the decentralized content marketplace provided by the\nLBRY protocol. It is essentially the\nlbry daemon bundled with a UI using\nElectron.

\n \n \"npm\"\n \n \n \n \n \n \"Build\n \n \n \"GitHub\n \n

\n \n \"forthebadge\"\n \n \n \"forthebadge\"\n \n

\n

\"App

\n

Table of Contents

\n
    \n
  1. Install
  2. \n
  3. Usage
  4. \n
  5. Running from Source
  6. \n
  7. Contributing
  8. \n
  9. License
  10. \n
  11. Security
  12. \n
  13. Contact
  14. \n
\n

Install

\n

\"Windows\"\n\"Linux\"\n\"MacOS\"

\n

We provide installers for Windows, macOS (v10.12.4, Sierra, or greater), and Debian-based Linux. See community maintained builds section for alternative Linux installations.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
WindowsmacOSLinux
Latest Stable ReleaseDownloadDownloadDownload
Latest Pre-releaseDownloadDownloadDownload
\n

Our releases page also contains the latest\nrelease, pre-releases, and past builds.
\nNote: If the deb fails to install using the Ubuntu Software Center, install manually via sudo dpkg -i <path to deb>. You'll need to run sudo apt-get install -f if this is the first time installing it to install dependencies

\n

To install from source or make changes to the application, continue to the next section below.

\n

Community maintained builds for Arch Linux and Flatpak are available, see below. These installs will need to be updated manually as the in-app update process only supports Debian installs at this time.\nNote: If coming from a deb install, the directory structure is different and you'll need to migrate data.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
FlatpakArchARM/ARM64
Latest ReleaseFlatHub PageAUR PackageBuild Guide
Maintainers@kcSeb@kcSeb/@TimurKiyivinski@Madiator2011
\n

Usage

\n

Double click the installed application to interact with the LBRY network.

\n

Running from Source

\n

You can run the web version (lbry.tv), the electron app, or both at the same time.

\n

Prerequisites

\n\n
    \n
  1. Clone (or fork) this repository: git clone https://github.com/lbryio/lbry-desktop
  2. \n
  3. Change directory into the cloned repository: cd lbry-desktop
  4. \n
  5. Install the dependencies: yarn
  6. \n
\n

Run the electron app

\n

yarn compile:electron (this is only needed the first time you run the app)

\n

yarn dev

\n
    \n
  • If you want to build and launch the production app you can run yarn build. This will give you an executable inside the /dist folder. We use electron-builder to create distributable packages.
  • \n
\n

Run the web app for development

\n

yarn compile:web (this is only needed the first time you run the app)

\n

yarn dev:web

\n
    \n
  • This uses webpack-dev-server and includes hot-reloading. If you want to debug the web server we use in production you can run yarn dev:web-server. This starts a server at localhost:1337 and does not include hot reloading.
  • \n
\n

Customize the web app

\n
    \n
  • In root directory, copy .env.defaults to .env and make changes
  • \n
\n
cp .env.defaults .env\nnano .env\n
\n
    \n
  • \n

    To specify your own OG-IMAGE\nYou can either place a png named v2-og.png in the /custom folder or specify the OG_IMAGE_URL in .env

    \n
  • \n
  • \n

    To specify your own channels to be followed on first run\nAUTO_FOLLOW_URLS=lbry://@chan#123...a lbry://@chan2#456...a

    \n
  • \n
  • \n

    If you want to customize the homepage content

    \n
  • \n
\n
    \n
  1. add CUSTOM_HOMEPAGE=true to the '.env' file
  2. \n
  3. copy /custom/homepage.example.js to /custom/homepage.js and make desired changes to homepage.js
  4. \n
\n
    \n
  • If you want up to two custom sidebar links
  • \n
\n
PINNED_URI_1=@someurl#2/someclaim#4\nPINNED_LABEL_1=Linktext\n\nPINNED_URI_2=$/discover?t=tag&[queryparams]\nPINNED_LABEL_2=OtherLinkText\n
\n
    \n
  • Finally NODE_ENV=production yarn compile:web to rebuild\nNote: You don't need to edit the .env file in the /web folder - that is copied during compile.
  • \n
\n

Deploy the web app (experimental)

\n
    \n
  1. Create a server with a domain name and a reverse proxy https to port 1337.
  2. \n
  3. Install pm2, node v10, yarn
  4. \n
  5. Clone this repo
  6. \n
  7. Make any customizations as above
  8. \n
  9. Run yarn to install
  10. \n
  11. Run NODE_ENV=production yarn compile:web to build
  12. \n
  13. Set up pm2 to start ./web/index.js
  14. \n
\n

Run both at the same time

\n

Run the two commands above in separate terminal windows

\n
yarn dev\n\n// in another terminal window\nyarn dev:web\n
\n

Resetting your Packages

\n

If the app isn't building, or yarn xxx commands aren't working you may need to just reset your node_modules. To do so you can run: rm -r node_modules && yarn or del /s /q node_modules && yarn on Windows.

\n

If you really think something might have gone wrong, you can force your repo to clear everything that doesn't match the repo with git reset --hard HEAD && git clean -fxd && git pull -r

\n

Contributing

\n

We ❤️ contributions from everyone and contributions to this project are encouraged, and compensated. We welcome bug reports, bug fixes and feedback is always appreciated. For more details, see CONTRIBUTING.md.

\n

\"contributions \"GitHub

\n

License

\n

This project is MIT licensed. For the full license, see LICENSE.

\n

Security

\n

We take security seriously. Please contact security@lbry.com regarding any security issues. Our PGP key is here if you need it. All releases are signed by Sean Yesmunt.

\n

Contact

\n

The primary contact for this project is @seanyesmunt.

\n
", + "readmeFetchedAt": "2020-09-18T00:10:43.065Z" }, "lightgallery": { "readmeCleaned": "

lightGallery

\n

A modern, electron and nodejs based image viewer for Mac, Windows and Linux.\n\"lightgallery\"

\n

Main features

\n
    \n
  • Built with Electron.\n
      \n
    • LightGallery uses HTML, CSS, and JavaScript with Chromium and Node.js to build the app.
    • \n
    \n
  • \n
  • Cross-platform.\n
      \n
    • LightGallery works across operating systems. You can use it on OS X, Windows, or Linux.
    • \n
    \n
  • \n
  • 20+ Animations\n
      \n
    • LightGallery comes with numerous number of beautiful in-built animations.
    • \n
    \n
  • \n
  • Animated thumbnails\n
      \n
    • You also have the option to enable animated thumbnails from the settings.
    • \n
    \n
  • \n
  • Zoom & Fullscreen\n
      \n
    • You can double-click on the image to see its actual size. Zoom-in and zoom-out controls can be used for changing the zoom values of the image.
    • \n
    \n
  • \n
  • Mouse Drag & keyboard Navigations\n
      \n
    • LightGallery allows users to navigate between slides via mouse drag and keyboard arrows.
    • \n
    \n
  • \n
  • Pagers
  • \n
  • Auto slideshow
  • \n
  • Support various kind of image formats (jpg, png, gif, webp).
  • \n
  • Highly customizable
  • \n
  • And many more.
  • \n
\n
Watch this repository. More features are coming
\n

Settings

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
NameDefaultDescription
mode'lg-slide'Type of transition between images. lightGallery comes with lots of transition effects such as 'lg-slide', 'lg-fade', 'lg-zoom-in', 'lg-zoom-in-big', 'lg-zoom-out', 'lg-zoom-out-big', 'lg-zoom-out-in', 'lg-zoom-in-out', 'lg-soft-zoom', 'lg-scale-up', 'lg-slide-circular', 'lg-slide-circular-vertical', 'lg-slide-vertical', 'lg-slide-vertical-growth', 'lg-slide-skew-only', 'lg-slide-skew-only-rev', 'lg-slide-skew-only-y', 'lg-slide-skew-only-y-rev', 'lg-slide-skew', 'lg-slide-skew-rev', 'lg-slide-skew-cross', 'lg-slide-skew-cross-rev', 'lg-slide-skew-ver', 'lg-slide-skew-ver-rev', 'lg-slide-skew-ver-cross', 'lg-slide-skew-ver-cross-rev', 'lg-lollipop', 'lg-lollipop-rev', 'lg-rotate', 'lg-rotate-rev', 'lg-tube'
cssEasing'ease'Type of easing to be used for animations
speed600Transition duration (in ms).
hideBarsDelay6000Delay for hiding gallery controls in ms
useLeftfalseforce lightgallery to use css left property instead of transform.
closabletrueallows clicks on dimmer to close gallery.
looptrueIf false, will disable the ability to loop back to the beginning of the gallery when on the last element.
keyPresstrueEnable keyboard navigation
controlstrueIf false, prev/next buttons will not be displayed.
slideEndAnimatointrueEnable slideEnd animation
hideControlOnEndfalseIf true, prev/next button will be hidden on first/last image.
mousewheeltrueChange slide on mousewheel
preload1Number of preload slides. will exicute only after the current slide is fully loaded. ex:// you clicked on 4th image and if preload = 1 then 3rd slide and 5th slide will be loaded in the background after the 4th slide is fully loaded.. if preload is 2 then 2nd 3rd 5th 6th slides will be preloaded
showAfterLoadtrueShow Content once it is fully loaded
countertrueWhether to show total number of images and index number of currently displayed image.
swipeThreshold50By setting the swipeThreshold (in px) you can set how far the user must swipe for the next/prev image.
enableDragtrueEnables desktop mouse drag support
thumbnailtrueEnable thumbnails for the gallery
animateThumbtrueEnable thumbnail animation.
currentPagerPosition'middle'Position of selected thumbnail. 'left' or 'middle' or 'right'
thumbWidth100Width of each thumbnails.
thumbContHeight100Height of the thumbnail container including padding and border
thumbMargin5Spacing between each thumbnails
toogleThumbtrueWhether to display thumbnail toggle button.
enableThumbDragtrueEnables desktop mouse drag support for thumbnails.
swipeThreshold50By setting the swipeThreshold (in px) you can set how far the user must swipe for the next/prev slide.
autoplaytrueEnable gallery autoplay
pause5000The time (in ms) between each auto transition.
progressBartrueEnable autoplay progress bar
fourceAutoplayfalseIf false autoplay will be stopped after first user action
autoplayControlstrueShow/hide autoplay controls.
pagertrueEnable/Disable pager
zoomtrueEnable/Disable zoom option
scale1Value of zoom should be incremented/decremented
\n

Development

\n

Project's folders

\n
    \n
  • app - code of your application goes here.
  • \n
  • config - place for you to declare environment specific stuff.
  • \n
  • build - in this folder lands built, runnable application.
  • \n
  • releases - ready for distribution installers will land here.
  • \n
  • resources - resources for particular operating system.
  • \n
  • tasks - build and development environment scripts.
  • \n
\n

Installation

\n
npm install\n
\n

It will also download Electron runtime, and install dependencies for second package.json file inside app folder.

\n

Starting the app

\n
npm start\n
\n

Making a release

\n

To make ready for distribution installer use command:

\n
npm run release\n
\n

It will start the packaging process for the operating system you are running this command on. The file which is ready for distribution will be outputted to releases directory.

\n

You can create Windows installer only when running on Windows, the same is true for Linux and OSX. So to generate all three installers you need all three operating systems.

\n

Other Projects

\n
LightGallery for web
\n
\n

A customizable, modular, responsive, lightbox gallery plugin.

\n
\n
jQuery lightslider
\n
\n

lightSlider is a lightweight responsive Content slider with carousel thumbnails navigation.

\n
\n
Angular flash
\n
\n

A simple lightweight flash message module for angularjs

\n
\n
ngclipboard
\n
\n

An angularjs directive to copy text to clipboard without using flash

\n
\n
Angular trix
\n
\n

A rich WYSIWYG text editor directive for angularjs.

\n
\n
ladda-angular
\n
\n

Ladda button directive for angularjs

\n
\n
Teamwave
\n
\n

Integrated Suite of Business Applications.. (Not an open source project but free for the first 1,000 Companies!)

\n
\n

Follow me on twitter @sachinchoolur for the latest news, updates about this project.

\n

Special thanks to Jakub Szwacz for electron boilerplate

\n

License

\n

MIT License

\n
", "readmeOriginal": "

lightGallery

\n

A modern, electron and nodejs based image viewer for Mac, Windows and Linux.\n\"lightgallery\"

\n

Main features

\n
    \n
  • Built with Electron.\n
      \n
    • LightGallery uses HTML, CSS, and JavaScript with Chromium and Node.js to build the app.
    • \n
    \n
  • \n
  • Cross-platform.\n
      \n
    • LightGallery works across operating systems. You can use it on OS X, Windows, or Linux.
    • \n
    \n
  • \n
  • 20+ Animations\n
      \n
    • LightGallery comes with numerous number of beautiful in-built animations.
    • \n
    \n
  • \n
  • Animated thumbnails\n
      \n
    • You also have the option to enable animated thumbnails from the settings.
    • \n
    \n
  • \n
  • Zoom & Fullscreen\n
      \n
    • You can double-click on the image to see its actual size. Zoom-in and zoom-out controls can be used for changing the zoom values of the image.
    • \n
    \n
  • \n
  • Mouse Drag & keyboard Navigations\n
      \n
    • LightGallery allows users to navigate between slides via mouse drag and keyboard arrows.
    • \n
    \n
  • \n
  • Pagers
  • \n
  • Auto slideshow
  • \n
  • Support various kind of image formats (jpg, png, gif, webp).
  • \n
  • Highly customizable
  • \n
  • And many more.
  • \n
\n
Watch this repository. More features are coming
\n

Settings

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
NameDefaultDescription
mode'lg-slide'Type of transition between images. lightGallery comes with lots of transition effects such as 'lg-slide', 'lg-fade', 'lg-zoom-in', 'lg-zoom-in-big', 'lg-zoom-out', 'lg-zoom-out-big', 'lg-zoom-out-in', 'lg-zoom-in-out', 'lg-soft-zoom', 'lg-scale-up', 'lg-slide-circular', 'lg-slide-circular-vertical', 'lg-slide-vertical', 'lg-slide-vertical-growth', 'lg-slide-skew-only', 'lg-slide-skew-only-rev', 'lg-slide-skew-only-y', 'lg-slide-skew-only-y-rev', 'lg-slide-skew', 'lg-slide-skew-rev', 'lg-slide-skew-cross', 'lg-slide-skew-cross-rev', 'lg-slide-skew-ver', 'lg-slide-skew-ver-rev', 'lg-slide-skew-ver-cross', 'lg-slide-skew-ver-cross-rev', 'lg-lollipop', 'lg-lollipop-rev', 'lg-rotate', 'lg-rotate-rev', 'lg-tube'
cssEasing'ease'Type of easing to be used for animations
speed600Transition duration (in ms).
hideBarsDelay6000Delay for hiding gallery controls in ms
useLeftfalseforce lightgallery to use css left property instead of transform.
closabletrueallows clicks on dimmer to close gallery.
looptrueIf false, will disable the ability to loop back to the beginning of the gallery when on the last element.
keyPresstrueEnable keyboard navigation
controlstrueIf false, prev/next buttons will not be displayed.
slideEndAnimatointrueEnable slideEnd animation
hideControlOnEndfalseIf true, prev/next button will be hidden on first/last image.
mousewheeltrueChange slide on mousewheel
preload1Number of preload slides. will exicute only after the current slide is fully loaded. ex:// you clicked on 4th image and if preload = 1 then 3rd slide and 5th slide will be loaded in the background after the 4th slide is fully loaded.. if preload is 2 then 2nd 3rd 5th 6th slides will be preloaded
showAfterLoadtrueShow Content once it is fully loaded
countertrueWhether to show total number of images and index number of currently displayed image.
swipeThreshold50By setting the swipeThreshold (in px) you can set how far the user must swipe for the next/prev image.
enableDragtrueEnables desktop mouse drag support
thumbnailtrueEnable thumbnails for the gallery
animateThumbtrueEnable thumbnail animation.
currentPagerPosition'middle'Position of selected thumbnail. 'left' or 'middle' or 'right'
thumbWidth100Width of each thumbnails.
thumbContHeight100Height of the thumbnail container including padding and border
thumbMargin5Spacing between each thumbnails
toogleThumbtrueWhether to display thumbnail toggle button.
enableThumbDragtrueEnables desktop mouse drag support for thumbnails.
swipeThreshold50By setting the swipeThreshold (in px) you can set how far the user must swipe for the next/prev slide.
autoplaytrueEnable gallery autoplay
pause5000The time (in ms) between each auto transition.
progressBartrueEnable autoplay progress bar
fourceAutoplayfalseIf false autoplay will be stopped after first user action
autoplayControlstrueShow/hide autoplay controls.
pagertrueEnable/Disable pager
zoomtrueEnable/Disable zoom option
scale1Value of zoom should be incremented/decremented
\n

Development

\n

Project's folders

\n
    \n
  • app - code of your application goes here.
  • \n
  • config - place for you to declare environment specific stuff.
  • \n
  • build - in this folder lands built, runnable application.
  • \n
  • releases - ready for distribution installers will land here.
  • \n
  • resources - resources for particular operating system.
  • \n
  • tasks - build and development environment scripts.
  • \n
\n

Installation

\n
npm install\n
\n

It will also download Electron runtime, and install dependencies for second package.json file inside app folder.

\n

Starting the app

\n
npm start\n
\n

Making a release

\n

To make ready for distribution installer use command:

\n
npm run release\n
\n

It will start the packaging process for the operating system you are running this command on. The file which is ready for distribution will be outputted to releases directory.

\n

You can create Windows installer only when running on Windows, the same is true for Linux and OSX. So to generate all three installers you need all three operating systems.

\n

Other Projects

\n
LightGallery for web
\n
\n

A customizable, modular, responsive, lightbox gallery plugin.

\n
\n
jQuery lightslider
\n
\n

lightSlider is a lightweight responsive Content slider with carousel thumbnails navigation.

\n
\n
Angular flash
\n
\n

A simple lightweight flash message module for angularjs

\n
\n
ngclipboard
\n
\n

An angularjs directive to copy text to clipboard without using flash

\n
\n
Angular trix
\n
\n

A rich WYSIWYG text editor directive for angularjs.

\n
\n
ladda-angular
\n
\n

Ladda button directive for angularjs

\n
\n
Teamwave
\n
\n

Integrated Suite of Business Applications.. (Not an open source project but free for the first 1,000 Companies!)

\n
\n

Follow me on twitter @sachinchoolur for the latest news, updates about this project.

\n

Special thanks to Jakub Szwacz for electron boilerplate

\n

License

\n

MIT License

\n
", - "readmeFetchedAt": "2020-09-17T12:09:29.445Z" + "readmeFetchedAt": "2020-09-18T00:10:43.077Z" + }, + "kube-forwarder": { + "readmeCleaned": "

\n \n \"node\n \n \n \"electron\n \n \n \"vue\n \n

\n

Kube Forwarder

\n

Easy to use Kubernetes port forwarding manager

\n

\n Visit a Website · \n Download for macOS · \n Download for Windows · \n Download for Linux\n ·\n Install with Homebrew\n

\n

\"Clusters

\n

Features

\n

Auto-reconnect

\n

Kube Forwarder watches for connection status and always tries reconnect on failure

\n

Multiple clusters support

\n

Bookmark and forward Kubernetes services from multiple clusters easily like never before

\n

Share bookmarks

\n

Use import and export functionality to share bookmarked services with your team or simply backup it

\n

Zero native dependencies

\n

Use port-forwarding without installing kubectl and avoid explanations to developers on how to use it

\n

Optional dependencies

\n\n

Functionality walk-through

\n

Add a cluster(s)

\n

Before you start forwarding internal resources to your local machine, you have to add cluster configuration.\nTo do this we have 3 different options in the app:

\n
    \n
  1. Auto-detection of ~/.kube/config file and parsing settings from it
  2. \n
  3. Manual adding of Kubernetes config by selecting a file(s)
  4. \n
  5. Manual adding of Kubernetes config by pasting a text
  6. \n
  7. Import of the JSON file that could be generated via Kube Forwarder export functionality
  8. \n
\n

When you add a new cluster via auto-detection (option 1) or manually using a file(a) selection (option 2), we could parse\nconfigs and if there are multiple contexts inside we will suggest you to add multiple clusters to the app.\nFew examples of yaml files we expect to have you could find there

\n

Also, you could add a cluster by filling a form manually (option 3). The form has the following fields:

\n
    \n
  • \n

    Name - the name of a cluster withing Kube Forwarder app.

    \n
  • \n
  • \n

    Storing method (Set destination to your kube config or paste it as a text) - the method of storing a config It has two options:

    \n
      \n
    • Set a path - storing a path to the config file. It will be read every time when you forwarding a port. It allows\na user to don't do any changes in Kube Forwarder's settings when a third-party app updates the config file.\nFor example, when azure-cli updates an access token (#13).
    • \n
    • Paste as a text - storing a config just as a yml text.
    • \n
    \n
  • \n
  • \n

    Path (if storing method is Set a path) - the path to a config file.

    \n
  • \n
  • \n

    Content (if storing method is Paste as a text) - Yml config as a text.

    \n
  • \n
  • \n

    Current Context (if storing method is Set a path) - When you use Set a path, you must select a context from a file\nwhich will be used to connect to a resource. Let's see an example of a problem that the field solves.

    \n
      \n
    1. Let's say we don't have Current context field.
    2. \n
    3. A user has a config file with two contexts: local-cluster and remote-cluster.\ncurrent-context in the yml file is local-cluster.
    4. \n
    5. The user configured a cluster in Kube Forwarder with Set a path option.
    6. \n
    7. The user created a resource postgres and successfully forwarded ports for some time.
    8. \n
    9. Then the user executed kubectl config use-context remote-cluster
    10. \n
    11. If the user tries to forward the resource in Kube Forwarder again, most likely there will be an error\nsince a connection will be established with remote-cluster, not local-cluster as the user expected,\nand remote-cluster couldn't have postgres resource.
    12. \n
    \n

    So, to avoid the error we should store the current context in a separate field.

    \n
  • \n
\n

\"Screenshot

\n

Add a resource

\n

Kube Forwarder supports forwarding of all types of resources that supported by kubectl – Pod, Deployment, Service.

\n

We ask you to fill the form with the following fields:

\n

Cluster Name - pick a cluster from one of the added clusters.

\n

Namespace - the namespace of the resource you plan to forward.

\n

Kind – pick one of the options Pod, Deployment or Service.

\n

Name - name of the Pod, Deployment or Service.

\n

Alias - alternative name of the resource that will be displayed on the homepage(optional)

\n

Port Forwarding

\n
    \n
  • Local port - port from your local machine where the resource will be forwarded. Note that ports <= 1024 are\nrestricted to user root
  • \n
  • Resource port - port of the resource from the Kubernetes cluster
  • \n
\n

Use Custom Local Address - Check this and put an IP address or hostname into the text field to\nuse a different listen address. Putting each service on its own address avoids sharing/collisions between\nservices on cookies and port number. Specify a loopback address like 127.0.x.x or add entries to your\nhosts file like 127.0.1.1 dashboard.production.kbf and put the assigned name in this column. If blank or\nunchecked, localhost / 127.0.0.1 will be used.

\n

\"Port

\n

Import/Export

\n

Kube Forwarder allows you export cluster configuration in JSON that you could use to share with your team members or for the backup purpose. You could easily store it on Github. When you export cluster, you could export it with or without confidential information.

\n

\"Screenshot

\n

Install with Homebrew

\n
brew cask install kube-forwarder\n
\n

Contributing

\n

We encourage you to contribute to Kube Forwarder!

\n

We expect contributors to abide by our underlying code of conduct.\nAll conversations and discussions on GitHub (issues, pull requests)\nmust be respectful and harassment-free.

\n

This project was generated with electron-vue@8fae476 using vue-cli. Documentation about the original structure can be found here.

\n

How to contribute

\n
    \n
  1. Fork the project & clone locally. Follow the initial setup here.
  2. \n
  3. Create a branch, naming it either a feature or bug: git checkout -b feature/that-new-feature or bug/fixing-that-bug
  4. \n
  5. Code and commit your changes. Bonus points if you write a good commit message: git commit -m 'Add some feature'
  6. \n
  7. Push to the branch: git push origin feature/that-new-feature
  8. \n
  9. Create a pull request for your branch 🎉
  10. \n
\n

Getting started

\n

Prerequisites

\n
    \n
  • Node 10.8+
  • \n
  • MacOS (if you want to build .dmg target)
  • \n
  • Docker (if you want to run tests)
  • \n
  • ImageMagick (to build app icon)
  • \n
\n

Installing

\n

Fork Kube Forwarder repository (https://github.com/pixel-point/kube-forwarder/fork)

\n
# Clone source code\ngit clone https://github.com/<your-username>/kube-forwarder\n\n# install dependencies\nnpm install\n\n# prepare .env files\ncp .env.example .env\ncp .env.example .env.production\n\n# serve with hot reload in Electron Dev app\nnpm run dev\n\n# serve WEB version with hot reload at localhost:9081\nnpm run web\n
\n

Build

\n

Build an application for production

\n
# Build a target for current OS\nnpm run build\n\n# Build a target for Windows\nnpm run build -- -- --win\n\n# Build a target for Linux\nnpm run build -- -- --linux\n\n# You can mix targets\nnpm run build -- -- --win --linux\n\n# You can build static and target separately\nnpm run build:dist\nnpm run build:target -- --win\n
\n

A built version will be appear in build directory.

\n

Running the tests

\n

We are using Cypress to run integration tests.\nThere are visual regression tests. It's important to run them inside docker\ncontainer to get same screenshots as in Drone CI.

\n
npm run test:cypress\n
\n

Or you can run it manually on a local machine.

\n
# Run the web version to test it\nnpm run web\n\n# Run this command in a separate terminal tab\nnpm run test:cypress:onhost\n\n# Or you can open Cypress GUI\nnpm run test:cypress:open\n
\n

Release guide

\n

Configure environment

\n

Also, this steps could be used to configure CI environment.

\n
    \n
  1. Copy .env.example to .env.production and fill variables.
  2. \n
\n

Release steps

\n
    \n
  1. Update the version in package.json and Push to release branch.
  2. \n
  3. Run npm run release on a Mac computer to build packages. They will be automatically pushed to releases at Github.
  4. \n
  5. Go to Releases in the repository.\nMake sure that the created draft is OK and release it (Edit -> Release).
  6. \n
  7. Run cask-repair kube-forwarder to update the cask version.\n([https://github.com/Homebrew/homebrew-cask/blob/master/CONTRIBUTING.md#updating-a-cask](About cask-repair))
  8. \n
\n

Notes:

\n
    \n
  1. A release tag (for example: v1.0.3) will be added to GIT automatically by Github when you release your draft.
  2. \n
\n

Development tips

\n

Use tiffutil -cathidpicheck bg.png bg@2x.png -out bg.tiff to build a tiff\nbackground for .DMG

\n

Supported by

\n\n \n \n \n \n
\n\n
\n

License

\n

This project is licensed under the MIT License - see the LICENSE.md file for details

\n
", + "readmeOriginal": "

\n \n \"node\n \n \n \"electron\n \n \n \"vue\n \n

\n

Kube Forwarder

\n

Easy to use Kubernetes port forwarding manager

\n

\n Visit a Website · \n Download for macOS · \n Download for Windows · \n Download for Linux\n ·\n Install with Homebrew\n

\n

\"Clusters

\n

Features

\n

Auto-reconnect

\n

Kube Forwarder watches for connection status and always tries reconnect on failure

\n

Multiple clusters support

\n

Bookmark and forward Kubernetes services from multiple clusters easily like never before

\n

Share bookmarks

\n

Use import and export functionality to share bookmarked services with your team or simply backup it

\n

Zero native dependencies

\n

Use port-forwarding without installing kubectl and avoid explanations to developers on how to use it

\n

Optional dependencies

\n\n

Functionality walk-through

\n

Add a cluster(s)

\n

Before you start forwarding internal resources to your local machine, you have to add cluster configuration.\nTo do this we have 3 different options in the app:

\n
    \n
  1. Auto-detection of ~/.kube/config file and parsing settings from it
  2. \n
  3. Manual adding of Kubernetes config by selecting a file(s)
  4. \n
  5. Manual adding of Kubernetes config by pasting a text
  6. \n
  7. Import of the JSON file that could be generated via Kube Forwarder export functionality
  8. \n
\n

When you add a new cluster via auto-detection (option 1) or manually using a file(a) selection (option 2), we could parse\nconfigs and if there are multiple contexts inside we will suggest you to add multiple clusters to the app.\nFew examples of yaml files we expect to have you could find there

\n

Also, you could add a cluster by filling a form manually (option 3). The form has the following fields:

\n
    \n
  • \n

    Name - the name of a cluster withing Kube Forwarder app.

    \n
  • \n
  • \n

    Storing method (Set destination to your kube config or paste it as a text) - the method of storing a config It has two options:

    \n
      \n
    • Set a path - storing a path to the config file. It will be read every time when you forwarding a port. It allows\na user to don't do any changes in Kube Forwarder's settings when a third-party app updates the config file.\nFor example, when azure-cli updates an access token (#13).
    • \n
    • Paste as a text - storing a config just as a yml text.
    • \n
    \n
  • \n
  • \n

    Path (if storing method is Set a path) - the path to a config file.

    \n
  • \n
  • \n

    Content (if storing method is Paste as a text) - Yml config as a text.

    \n
  • \n
  • \n

    Current Context (if storing method is Set a path) - When you use Set a path, you must select a context from a file\nwhich will be used to connect to a resource. Let's see an example of a problem that the field solves.

    \n
      \n
    1. Let's say we don't have Current context field.
    2. \n
    3. A user has a config file with two contexts: local-cluster and remote-cluster.\ncurrent-context in the yml file is local-cluster.
    4. \n
    5. The user configured a cluster in Kube Forwarder with Set a path option.
    6. \n
    7. The user created a resource postgres and successfully forwarded ports for some time.
    8. \n
    9. Then the user executed kubectl config use-context remote-cluster
    10. \n
    11. If the user tries to forward the resource in Kube Forwarder again, most likely there will be an error\nsince a connection will be established with remote-cluster, not local-cluster as the user expected,\nand remote-cluster couldn't have postgres resource.
    12. \n
    \n

    So, to avoid the error we should store the current context in a separate field.

    \n
  • \n
\n

\"Screenshot

\n

Add a resource

\n

Kube Forwarder supports forwarding of all types of resources that supported by kubectl – Pod, Deployment, Service.

\n

We ask you to fill the form with the following fields:

\n

Cluster Name - pick a cluster from one of the added clusters.

\n

Namespace - the namespace of the resource you plan to forward.

\n

Kind – pick one of the options Pod, Deployment or Service.

\n

Name - name of the Pod, Deployment or Service.

\n

Alias - alternative name of the resource that will be displayed on the homepage(optional)

\n

Port Forwarding

\n
    \n
  • Local port - port from your local machine where the resource will be forwarded. Note that ports <= 1024 are\nrestricted to user root
  • \n
  • Resource port - port of the resource from the Kubernetes cluster
  • \n
\n

Use Custom Local Address - Check this and put an IP address or hostname into the text field to\nuse a different listen address. Putting each service on its own address avoids sharing/collisions between\nservices on cookies and port number. Specify a loopback address like 127.0.x.x or add entries to your\nhosts file like 127.0.1.1 dashboard.production.kbf and put the assigned name in this column. If blank or\nunchecked, localhost / 127.0.0.1 will be used.

\n

\"Port

\n

Import/Export

\n

Kube Forwarder allows you export cluster configuration in JSON that you could use to share with your team members or for the backup purpose. You could easily store it on Github. When you export cluster, you could export it with or without confidential information.

\n

\"Screenshot

\n

Install with Homebrew

\n
brew cask install kube-forwarder\n
\n

Contributing

\n

We encourage you to contribute to Kube Forwarder!

\n

We expect contributors to abide by our underlying code of conduct.\nAll conversations and discussions on GitHub (issues, pull requests)\nmust be respectful and harassment-free.

\n

This project was generated with electron-vue@8fae476 using vue-cli. Documentation about the original structure can be found here.

\n

How to contribute

\n
    \n
  1. Fork the project & clone locally. Follow the initial setup here.
  2. \n
  3. Create a branch, naming it either a feature or bug: git checkout -b feature/that-new-feature or bug/fixing-that-bug
  4. \n
  5. Code and commit your changes. Bonus points if you write a good commit message: git commit -m 'Add some feature'
  6. \n
  7. Push to the branch: git push origin feature/that-new-feature
  8. \n
  9. Create a pull request for your branch 🎉
  10. \n
\n

Getting started

\n

Prerequisites

\n
    \n
  • Node 10.8+
  • \n
  • MacOS (if you want to build .dmg target)
  • \n
  • Docker (if you want to run tests)
  • \n
  • ImageMagick (to build app icon)
  • \n
\n

Installing

\n

Fork Kube Forwarder repository (https://github.com/pixel-point/kube-forwarder/fork)

\n
# Clone source code\ngit clone https://github.com/<your-username>/kube-forwarder\n\n# install dependencies\nnpm install\n\n# prepare .env files\ncp .env.example .env\ncp .env.example .env.production\n\n# serve with hot reload in Electron Dev app\nnpm run dev\n\n# serve WEB version with hot reload at localhost:9081\nnpm run web\n
\n

Build

\n

Build an application for production

\n
# Build a target for current OS\nnpm run build\n\n# Build a target for Windows\nnpm run build -- -- --win\n\n# Build a target for Linux\nnpm run build -- -- --linux\n\n# You can mix targets\nnpm run build -- -- --win --linux\n\n# You can build static and target separately\nnpm run build:dist\nnpm run build:target -- --win\n
\n

A built version will be appear in build directory.

\n

Running the tests

\n

We are using Cypress to run integration tests.\nThere are visual regression tests. It's important to run them inside docker\ncontainer to get same screenshots as in Drone CI.

\n
npm run test:cypress\n
\n

Or you can run it manually on a local machine.

\n
# Run the web version to test it\nnpm run web\n\n# Run this command in a separate terminal tab\nnpm run test:cypress:onhost\n\n# Or you can open Cypress GUI\nnpm run test:cypress:open\n
\n

Release guide

\n

Configure environment

\n

Also, this steps could be used to configure CI environment.

\n
    \n
  1. Copy .env.example to .env.production and fill variables.
  2. \n
\n

Release steps

\n
    \n
  1. Update the version in package.json and Push to release branch.
  2. \n
  3. Run npm run release on a Mac computer to build packages. They will be automatically pushed to releases at Github.
  4. \n
  5. Go to Releases in the repository.\nMake sure that the created draft is OK and release it (Edit -> Release).
  6. \n
  7. Run cask-repair kube-forwarder to update the cask version.\n([https://github.com/Homebrew/homebrew-cask/blob/master/CONTRIBUTING.md#updating-a-cask](About cask-repair))
  8. \n
\n

Notes:

\n
    \n
  1. A release tag (for example: v1.0.3) will be added to GIT automatically by Github when you release your draft.
  2. \n
\n

Development tips

\n

Use tiffutil -cathidpicheck bg.png bg@2x.png -out bg.tiff to build a tiff\nbackground for .DMG

\n

Supported by

\n\n \n \n \n \n
\n\n
\n

License

\n

This project is licensed under the MIT License - see the LICENSE.md file for details

\n
", + "readmeFetchedAt": "2020-09-18T00:10:43.090Z" + }, + "lepton": { + "readmeCleaned": "
\n

To Lepton users around the world in more than 130 countries: We hope you all stay safe, healthy, and strong as we get through the COVID-19 pandemic. Lepton will continue to be free, as always. If you find this app helpful, we encourage you to make a donation to a local or global charity of your choice to help fight against the pandemic. Together, we can make the world a better place. ❤️

\n
\n\n

\"All

\n\n

\"\"

\n

\"Build\n\"js-standard-style\"\n\"Dependency\n\"MIT

\n

Lepton is a lean code snippet manager based on GitHub Gist. Check out its latest release.

\n
    \n
  • Unlimited public/private snippets
  • \n
  • Unlimited tags
  • \n
  • Language groups
  • \n
  • Markdown/JupyterNotebook support
  • \n
  • GitHub Enterprise support
  • \n
  • Immersive mode
  • \n
  • Customizable
  • \n
  • Light/Dark theme
  • \n
  • macOS/Win/Linux
  • \n
  • Dashboard
  • \n
  • Search
  • \n
  • Proxy
  • \n
  • Free
  • \n
\n

\"Screenshot\"

\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Light ThemeDark Theme
\"Screenshot\"\"Screenshot\"
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
OrganizeMarkdownJupyter Notebook
\"Screenshot\"\"Screenshot\"\"Screenshot\"
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Search (⇧ + Space)Immersive Mode (⌘/Ctrl + i)Dashboard (⌘/Ctrl + d)
\"Screenshot\"\"Screenshot\"\"Screenshot\"
\n

Shortcuts

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
FunctionShortcutNote
New SnippetCmd/Ctrl + NCreate a snippet
Edit SnippetCmd/Ctrl + EEdit a snippet
Delete SnippetCmd/Ctrl + DelDelete selected snippet
SubmitCmd/Ctrl + SSubmit the changes from the editor
CancelCmd/Ctrl + ESCExit the editor without saving
SyncCmd/Ctrl + RSync with remote Gist server
Immersive ModeCmd/Ctrl + IToggle the Immersive mode
DashboardCmd/Ctrl + DToggle the dashboard
About PageCmd/Ctrl + ,Toggle the About page
SearchShift + SpaceToggle the search bar
\n

Customization

\n

Lepton's can be customized by <home_dir>/.leptonrc! You can find its exact path in the About page by Command/Ctrl + ,. Create the file if it does not exist.

\n
    \n
  • Theme (light/dark)
  • \n
  • Snippet
  • \n
  • Editor
  • \n
  • Logger
  • \n
  • Proxy
  • \n
  • Shortcuts
  • \n
  • Enterprise
  • \n
  • Notifications
  • \n
\n

Check out the configuration docs to explore different customization options.

\n

Tech Stack

\n

\"Based

\n
    \n
  1. Framework: Electron
  2. \n
  3. Bundler: Webpack, Babel, electron-builder
  4. \n
  5. Language: ES6, Sass
  6. \n
  7. Library: React, Redux, Redux Thunk, Redux Form
  8. \n
  9. Lint: ESLint
  10. \n
\n

Installation

\n
    \n
  • Download released binaries(macOS/Windows/Linux) here.
  • \n
  • Install via Homebrew (macOS)
  • \n
\n
brew cask install lepton
\n
    \n
  • Install via SnapCraft (Linux)
  • \n
\n

\"Get

\n

Development

\n

Install dependencies

\n
$ git clone https://github.com/hackjutsu/Lepton.git\n$ cd Lepton && yarn install
\n

Client ID/Secret

\n

Register your application, and put your client id and client secret in ./configs/account.js.

\n
module.exports = {\n  client_id: <your_client_id>,\n  client_secret: <your_client_secret>\n}
\n

Run

\n
$ yarn build && yarn start
\n

Build Installer App

\n
\n

Read electron-builder docs and check out the code signing wiki before building the installer app.

\n
\n

Build apps for macOS.

\n
$ yarn dist -- -m
\n

Build apps for Windows.

\n
$ yarn dist -- -w
\n

Build apps for Linux.

\n
\n

Need a running Docker daemon to build a snap package.

\n
\n
$ yarn dist -- -l
\n

Build apps for macOS, Windows and Linux.

\n
$ yarn dist -- -wml
\n

Build apps for the current OS with the current arch.

\n
$ yarn dist
\n

FAQ

\n

--> Wiki FAQ

\n

Contributors

\n\n\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\"\"
CosmoX

💻 🎨 ⚠️ 🚧 📦 🤔
\"\"
Jiaye Wu

💻 🚧 🤔
\"\"
Danila

💻 🎨 🚧
\"\"
Meilin Zhan

💻 🤔 🚧
\"\"
lcgforever

💻
\"\"
Yuer Lee

📖 📦
\"\"
Su,Yen-Yun

📖
\"\"
Chen Tong

💻 🤔 🚧
\"\"
Jason Jiang

💻
\"\"
Alan Pope

📦
\"\"
Tony Xu

📦
\"\"
Tegan Churchill

💻
\"\"
Angie Wang

🎨
\"\"
Batuhan Bayrakci

💻
\"\"
Samuel Meuli

💻
\"\"
Alexandre Amado de Castro

💻
\"\"
Abner Soares Alves Junior

💻
\"\"
Sean

💻
\"\"
Ole

💻
\"\"
Gabriel Nicolas Avellaneda

💻 📖
\"\"
Dennis Ideler

💻 🤔 📖
\"\"
Anthony Attard

💻
\"\"
ArLE

💻
\n\n\n\n

License

\n

MIT © hackjutsu

\n
", + "readmeOriginal": "
\n

To Lepton users around the world in more than 130 countries: We hope you all stay safe, healthy, and strong as we get through the COVID-19 pandemic. Lepton will continue to be free, as always. If you find this app helpful, we encourage you to make a donation to a local or global charity of your choice to help fight against the pandemic. Together, we can make the world a better place. ❤️

\n
\n\n

\"All

\n\n

\"\"

\n

\"Build\n\"js-standard-style\"\n\"Dependency\n\"MIT

\n

Lepton is a lean code snippet manager based on GitHub Gist. Check out its latest release.

\n
    \n
  • Unlimited public/private snippets
  • \n
  • Unlimited tags
  • \n
  • Language groups
  • \n
  • Markdown/JupyterNotebook support
  • \n
  • GitHub Enterprise support
  • \n
  • Immersive mode
  • \n
  • Customizable
  • \n
  • Light/Dark theme
  • \n
  • macOS/Win/Linux
  • \n
  • Dashboard
  • \n
  • Search
  • \n
  • Proxy
  • \n
  • Free
  • \n
\n

\"Screenshot\"

\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Light ThemeDark Theme
\"Screenshot\"\"Screenshot\"
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
OrganizeMarkdownJupyter Notebook
\"Screenshot\"\"Screenshot\"\"Screenshot\"
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Search (⇧ + Space)Immersive Mode (⌘/Ctrl + i)Dashboard (⌘/Ctrl + d)
\"Screenshot\"\"Screenshot\"\"Screenshot\"
\n

Shortcuts

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
FunctionShortcutNote
New SnippetCmd/Ctrl + NCreate a snippet
Edit SnippetCmd/Ctrl + EEdit a snippet
Delete SnippetCmd/Ctrl + DelDelete selected snippet
SubmitCmd/Ctrl + SSubmit the changes from the editor
CancelCmd/Ctrl + ESCExit the editor without saving
SyncCmd/Ctrl + RSync with remote Gist server
Immersive ModeCmd/Ctrl + IToggle the Immersive mode
DashboardCmd/Ctrl + DToggle the dashboard
About PageCmd/Ctrl + ,Toggle the About page
SearchShift + SpaceToggle the search bar
\n

Customization

\n

Lepton's can be customized by <home_dir>/.leptonrc! You can find its exact path in the About page by Command/Ctrl + ,. Create the file if it does not exist.

\n
    \n
  • Theme (light/dark)
  • \n
  • Snippet
  • \n
  • Editor
  • \n
  • Logger
  • \n
  • Proxy
  • \n
  • Shortcuts
  • \n
  • Enterprise
  • \n
  • Notifications
  • \n
\n

Check out the configuration docs to explore different customization options.

\n

Tech Stack

\n

\"Based

\n
    \n
  1. Framework: Electron
  2. \n
  3. Bundler: Webpack, Babel, electron-builder
  4. \n
  5. Language: ES6, Sass
  6. \n
  7. Library: React, Redux, Redux Thunk, Redux Form
  8. \n
  9. Lint: ESLint
  10. \n
\n

Installation

\n
    \n
  • Download released binaries(macOS/Windows/Linux) here.
  • \n
  • Install via Homebrew (macOS)
  • \n
\n
brew cask install lepton
\n
    \n
  • Install via SnapCraft (Linux)
  • \n
\n

\"Get

\n

Development

\n

Install dependencies

\n
$ git clone https://github.com/hackjutsu/Lepton.git\n$ cd Lepton && yarn install
\n

Client ID/Secret

\n

Register your application, and put your client id and client secret in ./configs/account.js.

\n
module.exports = {\n  client_id: <your_client_id>,\n  client_secret: <your_client_secret>\n}
\n

Run

\n
$ yarn build && yarn start
\n

Build Installer App

\n
\n

Read electron-builder docs and check out the code signing wiki before building the installer app.

\n
\n

Build apps for macOS.

\n
$ yarn dist -- -m
\n

Build apps for Windows.

\n
$ yarn dist -- -w
\n

Build apps for Linux.

\n
\n

Need a running Docker daemon to build a snap package.

\n
\n
$ yarn dist -- -l
\n

Build apps for macOS, Windows and Linux.

\n
$ yarn dist -- -wml
\n

Build apps for the current OS with the current arch.

\n
$ yarn dist
\n

FAQ

\n

--> Wiki FAQ

\n

Contributors

\n\n\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\"\"
CosmoX

💻 🎨 ⚠️ 🚧 📦 🤔
\"\"
Jiaye Wu

💻 🚧 🤔
\"\"
Danila

💻 🎨 🚧
\"\"
Meilin Zhan

💻 🤔 🚧
\"\"
lcgforever

💻
\"\"
Yuer Lee

📖 📦
\"\"
Su,Yen-Yun

📖
\"\"
Chen Tong

💻 🤔 🚧
\"\"
Jason Jiang

💻
\"\"
Alan Pope

📦
\"\"
Tony Xu

📦
\"\"
Tegan Churchill

💻
\"\"
Angie Wang

🎨
\"\"
Batuhan Bayrakci

💻
\"\"
Samuel Meuli

💻
\"\"
Alexandre Amado de Castro

💻
\"\"
Abner Soares Alves Junior

💻
\"\"
Sean

💻
\"\"
Ole

💻
\"\"
Gabriel Nicolas Avellaneda

💻 📖
\"\"
Dennis Ideler

💻 🤔 📖
\"\"
Anthony Attard

💻
\"\"
ArLE

💻
\n\n\n\n

License

\n

MIT © hackjutsu

\n
", + "readmeFetchedAt": "2020-09-18T00:10:43.111Z" }, "lightproxy": { "readmeCleaned": "

\"Build\"\n\"Build\n\"Stable\n\"Beta\n\"GitHub\n\"GitHub\n\"HitCount\"

\n

\n \n \n \n

\n

\nDownload\n|\nDocument\n|\nContribute\n|\n Introduction\n|\n介绍文章\n|\nFAQ\n

\n

\n\"LightProxy\n

\n

\n \n \n \n \n

\n
\n

📦 Out-of-box, fully automation with certificate install & system proxy setting

\n

🔋 Battery include, powerful hosts/proxy/capture based on whistle, what u need is just input /

\n

🔌 Hackable, you could write even Node.js for your proxy rule

\n
\n

Preview GIF

\n

\n \n

\n

Download

\n

macOS Version Download

\n

Windows Version Download

\n

Quick Start

\n

Take a quick start at: https://lightproxy.org/doc/getting-started

\n

How to contribute

\n

env

\n
    \n
  • nodejs > 12 (important)
  • \n
  • npm install -g electron-builder if you need bundle application
  • \n
\n

dev

\n
git clone https://github.com/alibaba/lightproxy\ncd lightproxy\nyarn run install-deps\nyarn run dev
\n

For new contributors you can try to fix a 🏅send-a-PR

\n

Contributors

\n

\n \n \n \n

\n
", "readmeOriginal": "

\"Build\"\n\"Build\n\"Stable\n\"Beta\n\"GitHub\n\"GitHub\n\"HitCount\"

\n

\n \n \n \n

\n

\nDownload\n|\nDocument\n|\nContribute\n|\n Introduction\n|\n介绍文章\n|\nFAQ\n

\n

\n\"LightProxy\n

\n

\n \n \n \n \n

\n
\n

📦 Out-of-box, fully automation with certificate install & system proxy setting

\n

🔋 Battery include, powerful hosts/proxy/capture based on whistle, what u need is just input /

\n

🔌 Hackable, you could write even Node.js for your proxy rule

\n
\n

Preview GIF

\n

\n \n

\n

Download

\n

macOS Version Download

\n

Windows Version Download

\n

Quick Start

\n

Take a quick start at: https://lightproxy.org/doc/getting-started

\n

How to contribute

\n

env

\n
    \n
  • nodejs > 12 (important)
  • \n
  • npm install -g electron-builder if you need bundle application
  • \n
\n

dev

\n
git clone https://github.com/alibaba/lightproxy\ncd lightproxy\nyarn run install-deps\nyarn run dev
\n

For new contributors you can try to fix a 🏅send-a-PR

\n

Contributors

\n

\n \n \n \n

\n
", - "readmeFetchedAt": "2020-09-17T12:09:29.514Z" + "readmeFetchedAt": "2020-09-18T00:10:43.119Z" + }, + "lifeboat": { + "readmeCleaned": "

lifeboat

\n

Update 11/14/2019: This project is archived and will no longer receive updates.

\n

A Docker UI for projects. Download for Mac, Windows and Linux from the Releases tab.

\n

\"Screenshot

\n

Development

\n

This is an Electron app, scaffolded with electron-vue.

\n
    \n
  • You will need to have Node/Yarn installed locally.
  • \n
  • You will need to have Docker for Mac or Docker for Windows installed and running. Older implementations of Docker, using docker-machine or boot2docker, are not supported.
  • \n
  • You will need a test project with a valid docker-compose.yml file. Consider using one of the example Docker Compose projects to test.
  • \n
\n

Build Setup

\n
# install dependencies\nyarn install\n\n# serve with hot reload at localhost:9080\nyarn run dev\n\n# build electron application for production\nyarn run build\n\n# quick build (.app only)\nyarn run build:dir\n\n# run unit tests\nyarn test\n\n# lint all JS/Vue component files in `src/`\nyarn run lint\n
\n

Writing Tests

\n

Unit tests are written for Vue components and should be placed in the test/specs directory. Here are a few guides for writing tests using Lifeboat's setup:

\n
    \n
  • Vue Test Utils: The library of tool used to test shallow copies of Vue components.
  • \n
  • Expect: Part of Facebook's Jest testing suite. Used for assertions.
  • \n
  • Sinon: Used for spies, mocks, stubs, and fake timers.
  • \n
\n

Troubleshooting

\n

A valid Apple Developer ID signing certificate is required if you want to release a build. If you get an issue during code signing similar to ...resource fork, Finder information, or similar detritus not allowed, try inspecting which files are causing trouble with:

\n
xattr -lr /path/to/lifeboat/\n
\n

And clean up any files with:

\n
xattr -cr /path/to/lifeboat/<optional pattern>\n
\n
\n

This project was generated with electron-vue@331f85f using vue-cli. Documentation about the original structure can be found here.

\n
", + "readmeOriginal": "

lifeboat

\n

Update 11/14/2019: This project is archived and will no longer receive updates.

\n

A Docker UI for projects. Download for Mac, Windows and Linux from the Releases tab.

\n

\"Screenshot

\n

Development

\n

This is an Electron app, scaffolded with electron-vue.

\n
    \n
  • You will need to have Node/Yarn installed locally.
  • \n
  • You will need to have Docker for Mac or Docker for Windows installed and running. Older implementations of Docker, using docker-machine or boot2docker, are not supported.
  • \n
  • You will need a test project with a valid docker-compose.yml file. Consider using one of the example Docker Compose projects to test.
  • \n
\n

Build Setup

\n
# install dependencies\nyarn install\n\n# serve with hot reload at localhost:9080\nyarn run dev\n\n# build electron application for production\nyarn run build\n\n# quick build (.app only)\nyarn run build:dir\n\n# run unit tests\nyarn test\n\n# lint all JS/Vue component files in `src/`\nyarn run lint\n
\n

Writing Tests

\n

Unit tests are written for Vue components and should be placed in the test/specs directory. Here are a few guides for writing tests using Lifeboat's setup:

\n
    \n
  • Vue Test Utils: The library of tool used to test shallow copies of Vue components.
  • \n
  • Expect: Part of Facebook's Jest testing suite. Used for assertions.
  • \n
  • Sinon: Used for spies, mocks, stubs, and fake timers.
  • \n
\n

Troubleshooting

\n

A valid Apple Developer ID signing certificate is required if you want to release a build. If you get an issue during code signing similar to ...resource fork, Finder information, or similar detritus not allowed, try inspecting which files are causing trouble with:

\n
xattr -lr /path/to/lifeboat/\n
\n

And clean up any files with:

\n
xattr -cr /path/to/lifeboat/<optional pattern>\n
\n
\n

This project was generated with electron-vue@331f85f using vue-cli. Documentation about the original structure can be found here.

\n
", + "readmeFetchedAt": "2020-09-18T00:10:43.142Z" }, "ling": { "readmeCleaned": "

Ling

\n

\n
\n

REST client built with Electron and AngularJS.

\n
\n

Clone

\n
$ git clone https://github.com/talhasch/ling\n$ cd ling\n
\n

Install dependencies

\n
$ npm install\n
\n

Run

\n
$ npm start\n
\n

Package

\n
$ npm run release\n
\n

Screenshot

\n

\n

Ling?

\n

Ling

\n

License

\n

The MIT License (MIT) © Talha Buğra Bulut 2016

\n
", "readmeOriginal": "

Ling

\n

\n
\n

REST client built with Electron and AngularJS.

\n
\n

Clone

\n
$ git clone https://github.com/talhasch/ling\n$ cd ling\n
\n

Install dependencies

\n
$ npm install\n
\n

Run

\n
$ npm start\n
\n

Package

\n
$ npm run release\n
\n

Screenshot

\n

\n

Ling?

\n

Ling

\n

License

\n

The MIT License (MIT) © Talha Buğra Bulut 2016

\n
", - "readmeFetchedAt": "2020-09-17T12:09:29.557Z" + "readmeFetchedAt": "2020-09-18T00:10:43.154Z" }, "lionshare": { "readmeCleaned": "

Lionshare Desktop

\n

\"1-diwz_x9p3c86sfo-gydi5a\"

\n

Blog: Announcing Lionshare

\n

Lionshare is a simple macOS application that helps you track cryptocurrencies and\nyour portfolio. Build using Electron, React and Mobx.

\n

For the API and other parts of the Lionshare herd, checkout our Github page\nor get in touch with us on Twitter.

\n

Special thanks to Coinbase for sponsoring the release of Lionshare as open source software. If you’re interested in building products to reinvent the future of finance, get in touch.

\n

Development

\n

Electron specific code, including application configuration and Webpack build files,\ncan be found under desktop/. All React application code is stored inside src/.

\n

Installation

\n

To install for development, clone the repository and install the dependencies with yarn.

\n
$ git clone git@github.com:lionsharecapital/lionshare-desktop.git\n$ cd lionshare-desktop\n$ yarn
\n

Running

\n

To run development application and Webpack server:

\n
yarn run dev\n
\n

About

\n

Lionshare is an open source project created by Ben Jennings, Jori Lallo and Maksim Stepanenko.

\n

Donate

\n

Lionshare is an open source side project. To support development and keep our server running, you can donate using Bitcoin and Ethereum:

\n
    \n
  • Bitcoin: 14cYsomReqcsznbKTuW6Mh91uZm2j2AF5B
  • \n
  • Ethereum: 0xbBC664b891D6Fc7EBF516594D690e370C5C32A9f
  • \n
\n

FAQ

\n

When will Lionshare support < your favorite coin >?

\n

Right now we're supporting coins with the most market cap listed on GDAX and Poloniex. If we're not yet supporting your favorite coin, please create an issue to lionshare-api repository or upvote an existing one 👍

\n

Does my portfolio leave my computer?

\n

No, Lionshare is completely client-side and doesn't hold any keys. We take security very seriously and all our communication happens over HTTPS. All code is open source.

\n

How will you make money?

\n

We won't, this is a side project.

\n

When can I have a Linux, Windows, iOS, etc version?

\n

Right now we're focused on supporting macOS but open to adding support for other platforms in the future.

\n

License

\n

MIT

\n
", "readmeOriginal": "

Lionshare Desktop

\n

\"1-diwz_x9p3c86sfo-gydi5a\"

\n

Blog: Announcing Lionshare

\n

Lionshare is a simple macOS application that helps you track cryptocurrencies and\nyour portfolio. Build using Electron, React and Mobx.

\n

For the API and other parts of the Lionshare herd, checkout our Github page\nor get in touch with us on Twitter.

\n

Special thanks to Coinbase for sponsoring the release of Lionshare as open source software. If you’re interested in building products to reinvent the future of finance, get in touch.

\n

Development

\n

Electron specific code, including application configuration and Webpack build files,\ncan be found under desktop/. All React application code is stored inside src/.

\n

Installation

\n

To install for development, clone the repository and install the dependencies with yarn.

\n
$ git clone git@github.com:lionsharecapital/lionshare-desktop.git\n$ cd lionshare-desktop\n$ yarn
\n

Running

\n

To run development application and Webpack server:

\n
yarn run dev\n
\n

About

\n

Lionshare is an open source project created by Ben Jennings, Jori Lallo and Maksim Stepanenko.

\n

Donate

\n

Lionshare is an open source side project. To support development and keep our server running, you can donate using Bitcoin and Ethereum:

\n
    \n
  • Bitcoin: 14cYsomReqcsznbKTuW6Mh91uZm2j2AF5B
  • \n
  • Ethereum: 0xbBC664b891D6Fc7EBF516594D690e370C5C32A9f
  • \n
\n

FAQ

\n

When will Lionshare support < your favorite coin >?

\n

Right now we're supporting coins with the most market cap listed on GDAX and Poloniex. If we're not yet supporting your favorite coin, please create an issue to lionshare-api repository or upvote an existing one 👍

\n

Does my portfolio leave my computer?

\n

No, Lionshare is completely client-side and doesn't hold any keys. We take security very seriously and all our communication happens over HTTPS. All code is open source.

\n

How will you make money?

\n

We won't, this is a side project.

\n

When can I have a Linux, Windows, iOS, etc version?

\n

Right now we're focused on supporting macOS but open to adding support for other platforms in the future.

\n

License

\n

MIT

\n
", - "readmeFetchedAt": "2020-09-17T12:09:29.617Z" + "readmeFetchedAt": "2020-09-18T00:10:43.209Z" }, "local-browser": { "readmeCleaned": "

\n

Local Browser

\n

What is Local Browser ?

\n

Local Browser is a browser built on Electron.\nLocal Browser is peer to peer browser, which provide you facility to share you localhost with other local browser user's in just one click.

\n

New Features! 🌟

\n
    \n
  • Peer To Peer Browsing
  • \n
  • Tab Management
  • \n
  • Easy UI
  • \n
\n

What Local Browser Does ? 🌟

\n

Local Browser works on ptp protocol, ptp stands for Peer To Peer Protocol. With Local Browser you don't need to save you website or web application on server inorder to share it, you can keep your files on your machine and can share them with others. Your web app only shared with other users till local browser has opened on your machine.

\n

Libraries 🌟

\n

Local Browser uses a number of API's and libraries to work properly:

\n
    \n
  • [NodeJs] - evented I/O for the backend
  • \n
  • [localtunnel] - library to tunnel localhost
  • \n
\n

Installation 🌟

\n
\n

Installers are available on website here.\nElectron requires Node.js to run.

\n
\n
$ cd local-browser\n$ npm install\n$ electron . or npm start
\n

License

\n

MIT

\n
", "readmeOriginal": "

\n

Local Browser

\n

What is Local Browser ?

\n

Local Browser is a browser built on Electron.\nLocal Browser is peer to peer browser, which provide you facility to share you localhost with other local browser user's in just one click.

\n

New Features! 🌟

\n
    \n
  • Peer To Peer Browsing
  • \n
  • Tab Management
  • \n
  • Easy UI
  • \n
\n

What Local Browser Does ? 🌟

\n

Local Browser works on ptp protocol, ptp stands for Peer To Peer Protocol. With Local Browser you don't need to save you website or web application on server inorder to share it, you can keep your files on your machine and can share them with others. Your web app only shared with other users till local browser has opened on your machine.

\n

Libraries 🌟

\n

Local Browser uses a number of API's and libraries to work properly:

\n
    \n
  • [NodeJs] - evented I/O for the backend
  • \n
  • [localtunnel] - library to tunnel localhost
  • \n
\n

Installation 🌟

\n
\n

Installers are available on website here.\nElectron requires Node.js to run.

\n
\n
$ cd local-browser\n$ npm install\n$ electron . or npm start
\n

License

\n

MIT

\n
", - "readmeFetchedAt": "2020-09-17T12:09:29.894Z" + "readmeFetchedAt": "2020-09-18T00:10:43.263Z" }, "local-mock-server": { "readmeCleaned": "

Local Mock Server

\n

Local Mock Server is a simple tool for creating mock server locally. With this you can create number of mock api's by configuring request method, request path, response status and JSON response body

\n

This app spins up a server locally and saves all the JSON data locally on your system(on Desktop)

\n

Uses

\n
    \n
  • Before integrating with the real api, front-end developers can create a mock server to simulate each endpoint and its corresponding response body and also response status
  • \n
  • Helps in reducing the dependency of UI team with the server team
  • \n
\n

ScreenShots

\n
    \n
  • \n

    Creating new Mock API\n\"image\"

    \n
  • \n
  • \n

    Editing Mock API\n\"image\"

    \n
  • \n
  • \n

    JSON Viewer\n\"image\"

    \n
  • \n
\n
", "readmeOriginal": "

Local Mock Server

\n

Local Mock Server is a simple tool for creating mock server locally. With this you can create number of mock api's by configuring request method, request path, response status and JSON response body

\n

This app spins up a server locally and saves all the JSON data locally on your system(on Desktop)

\n

Uses

\n
    \n
  • Before integrating with the real api, front-end developers can create a mock server to simulate each endpoint and its corresponding response body and also response status
  • \n
  • Helps in reducing the dependency of UI team with the server team
  • \n
\n

ScreenShots

\n
    \n
  • \n

    Creating new Mock API\n\"image\"

    \n
  • \n
  • \n

    Editing Mock API\n\"image\"

    \n
  • \n
  • \n

    JSON Viewer\n\"image\"

    \n
  • \n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:29.920Z" - }, - "lsdeer": { - "readmeCleaned": "

Lsdeer file manager

\n

Website https://lsdeer.vercel.app/

\n

\"preview\nlsdeer is customisable file manager built with electron and react

\n

Scripts

\n
    \n
  • npm run dev - run app in development mode
  • \n
  • npm run electron-pack - build an app for current platform
  • \n
\n
", - "readmeOriginal": "

Lsdeer file manager

\n

Website https://lsdeer.vercel.app/

\n

\"preview\nlsdeer is customisable file manager built with electron and react

\n

Scripts

\n
    \n
  • npm run dev - run app in development mode
  • \n
  • npm run electron-pack - build an app for current platform
  • \n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:30.288Z" + "readmeFetchedAt": "2020-09-18T00:10:43.273Z" }, "local-by-flywheel": { "readmeCleaned": "

Local component library

\n

\"npm

\n

Welcome to the official component library for Local!

\n

What's included in this component library?

\n

We appreciate curious minds and that's a great question!\nTake a quick look at our living component documentation here.

\n

In additional to a quickly growing set of React components, we also have SVGs, SASS partials, and more to come!

\n

Installation

\n
    \n
  1. Clone and pull down the latest from the repo
  2. \n
  3. Install dependencies using yarn
  4. \n
\n

Storybook

\n

The quickest way to work on local-components is to leverage Storybook. Storybook is a\nlocal development area that works well with React components and supports hot-module reloading.

\n

To start Storybook, run yarn storybook.

\n

Developing within Local

\n

If you wish to work on local-components and see the changes within Local, you will need to run the following:

\n
    \n
  1. yarn link in local-components (only needed one time or after unlinking)
  2. \n
  3. Run nps components.link in flywheel-local (only needed one time or after unlinking)
  4. \n
  5. Run nps build.dev in flywheel-local
  6. \n
  7. Start Local
  8. \n
  9. Make any necessary changes in local-components. Note, Local does not support hot-module reloading in all locations\nso refreshing the UI in Local (Cmd + R) will likely be necessary.
  10. \n
\n

Running both Storybook and Watch at the same time

\n

If you wish to run both Storybook and the watcher for Local at the same time, you can run yarn start. Note, this particular\nscript spawns two instances of Webpack and is very resource intensive.

\n

Digging deeper

\n

The local-components library can be broken down into 3 main parts:

\n
    \n
  1. Components
  2. \n
  3. Styles
  4. \n
  5. SVGs
  6. \n
\n

Components

\n

These are the visual elements that make up both Local and its Add-ons.\nThere are currently 40+ React components in the library.\nEach component consists of a .tsx, index.js, README.md and optional .sass file.

\n

Try it out for yourself!

\n
    \n
  1. Make changes to the internals of a component through its .tsx and .sass files (they should live reload)
  2. \n
  3. Play around with the examples found in the README.md files
  4. \n
  5. Have an idea or bug fix? Submit a pull request.
  6. \n
\n
\n

Note: the entry point for all components and styles is index.ts.

\n
\n

Containers Wrapper

\n

Several components leverage the Container.tsx component to wrap their own implementation.\nContainer is a highly specialized component that can be toggled on (wraps contents in extra div) or toggled off (no extra div).\nIn addition, the Container wrapper adds convenience props that allow for easy one-off adjustments like adding 3px of margin without conflicting with the inner content's classes and styles.

\n
\n

Note: setting any of container's props will automatically toggle it on (disabled: false) thus wrapping the contents in the container wrapper.

\n
\n

Organization

\n

Components are organized by type. These type groups can be seen when running Storybook.

\n

Styles

\n

Suit CSS

\n

Naming is hard. And there's no perfect system.\nThat said, we have chosen Suit CSS for naming conventions.

\n
\n

Note: instead of dashes, local-components uses underscores due to a limitation of a legacy package.

\n
\n

CSS Modules

\n

The component library leverages CSS Modules to manage and scope styles.\nThese are considered local styles (not to be confused with the Local app 😉)\nScoped local styles are a beautiful thing that allow Local to isolate components, run Add-ons with multiple versions of local-components and avoid collisions.

\n

As wonderful as local styles are, there are instances where CSS needs to transcend a single component.\nFor that, we make use of global styles.\nGlobal styles should be familiar to most as that's what the web largely used for 20+ years.\nGlobal styles are intended to be used sparingly as they introduce a lot of challenges when scaling an app with a library of Add-ons and Environments.

\n

The following is an instance where a scoped component may use a combination of local and global styles to achieve a specific result:

\n
:global(.WindowsToolbar .DragRegion)
\n

This is something we try to avoid and are actively working to whittle down to the bare essentials.

\n

If you'd like to learn more about scoped styles, please check out CSS Modules here.

\n

SASS Partials, Mixins, and Functions

\n

There is an extensive sass system in use that many -- if not most -- components leverage.

\n
Partials
\n

If you search for the _partials directory, you will find variables, mixins, functions, and other shared resources.

\n
Variables
\n

If Local uses a color, it's defined as a variable within the _variables.scss file.\nIn addition, there are fonts, font sizes, font weights, and margin/padding preset values here.

\n
\n

Note: font sies and margin/padding uses t-shirt sizes to indicate relative sizing while adhering to strict design standards/values.

\n
\n
Themes
\n

Local has both light and dark modes. Since this impacts every single components, the _theme.scss file contains\nmixins that simplifies the implementation of these variations in a repeatable and predictable way.

\n

While you could leverage if-theme-light and if-theme-dark directly, most light/dark combinations follow a specific pattern and therefore have dedicated mixin.\nFor example, the theme-color-black-else-white mixin applies the color style of black (if light) otherwise white (if dark).\nAnother example, the theme-background-green-else-graydark mixin applies the background style of green (if light) otherwise graydark (if dark).

\n
\n

Note: light/dark mode styles are applied by toggling a class added to the html element (e.g. Theme__Light).

\n
\n

SVGs

\n

Coming soon!

\n

License

\n

MIT

\n
", "readmeOriginal": "

Local component library

\n

\"npm

\n

Welcome to the official component library for Local!

\n

What's included in this component library?

\n

We appreciate curious minds and that's a great question!\nTake a quick look at our living component documentation here.

\n

In additional to a quickly growing set of React components, we also have SVGs, SASS partials, and more to come!

\n

Installation

\n
    \n
  1. Clone and pull down the latest from the repo
  2. \n
  3. Install dependencies using yarn
  4. \n
\n

Storybook

\n

The quickest way to work on local-components is to leverage Storybook. Storybook is a\nlocal development area that works well with React components and supports hot-module reloading.

\n

To start Storybook, run yarn storybook.

\n

Developing within Local

\n

If you wish to work on local-components and see the changes within Local, you will need to run the following:

\n
    \n
  1. yarn link in local-components (only needed one time or after unlinking)
  2. \n
  3. Run nps components.link in flywheel-local (only needed one time or after unlinking)
  4. \n
  5. Run nps build.dev in flywheel-local
  6. \n
  7. Start Local
  8. \n
  9. Make any necessary changes in local-components. Note, Local does not support hot-module reloading in all locations\nso refreshing the UI in Local (Cmd + R) will likely be necessary.
  10. \n
\n

Running both Storybook and Watch at the same time

\n

If you wish to run both Storybook and the watcher for Local at the same time, you can run yarn start. Note, this particular\nscript spawns two instances of Webpack and is very resource intensive.

\n

Digging deeper

\n

The local-components library can be broken down into 3 main parts:

\n
    \n
  1. Components
  2. \n
  3. Styles
  4. \n
  5. SVGs
  6. \n
\n

Components

\n

These are the visual elements that make up both Local and its Add-ons.\nThere are currently 40+ React components in the library.\nEach component consists of a .tsx, index.js, README.md and optional .sass file.

\n

Try it out for yourself!

\n
    \n
  1. Make changes to the internals of a component through its .tsx and .sass files (they should live reload)
  2. \n
  3. Play around with the examples found in the README.md files
  4. \n
  5. Have an idea or bug fix? Submit a pull request.
  6. \n
\n
\n

Note: the entry point for all components and styles is index.ts.

\n
\n

Containers Wrapper

\n

Several components leverage the Container.tsx component to wrap their own implementation.\nContainer is a highly specialized component that can be toggled on (wraps contents in extra div) or toggled off (no extra div).\nIn addition, the Container wrapper adds convenience props that allow for easy one-off adjustments like adding 3px of margin without conflicting with the inner content's classes and styles.

\n
\n

Note: setting any of container's props will automatically toggle it on (disabled: false) thus wrapping the contents in the container wrapper.

\n
\n

Organization

\n

Components are organized by type. These type groups can be seen when running Storybook.

\n

Styles

\n

Suit CSS

\n

Naming is hard. And there's no perfect system.\nThat said, we have chosen Suit CSS for naming conventions.

\n
\n

Note: instead of dashes, local-components uses underscores due to a limitation of a legacy package.

\n
\n

CSS Modules

\n

The component library leverages CSS Modules to manage and scope styles.\nThese are considered local styles (not to be confused with the Local app 😉)\nScoped local styles are a beautiful thing that allow Local to isolate components, run Add-ons with multiple versions of local-components and avoid collisions.

\n

As wonderful as local styles are, there are instances where CSS needs to transcend a single component.\nFor that, we make use of global styles.\nGlobal styles should be familiar to most as that's what the web largely used for 20+ years.\nGlobal styles are intended to be used sparingly as they introduce a lot of challenges when scaling an app with a library of Add-ons and Environments.

\n

The following is an instance where a scoped component may use a combination of local and global styles to achieve a specific result:

\n
:global(.WindowsToolbar .DragRegion)
\n

This is something we try to avoid and are actively working to whittle down to the bare essentials.

\n

If you'd like to learn more about scoped styles, please check out CSS Modules here.

\n

SASS Partials, Mixins, and Functions

\n

There is an extensive sass system in use that many -- if not most -- components leverage.

\n
Partials
\n

If you search for the _partials directory, you will find variables, mixins, functions, and other shared resources.

\n
Variables
\n

If Local uses a color, it's defined as a variable within the _variables.scss file.\nIn addition, there are fonts, font sizes, font weights, and margin/padding preset values here.

\n
\n

Note: font sies and margin/padding uses t-shirt sizes to indicate relative sizing while adhering to strict design standards/values.

\n
\n
Themes
\n

Local has both light and dark modes. Since this impacts every single components, the _theme.scss file contains\nmixins that simplifies the implementation of these variations in a repeatable and predictable way.

\n

While you could leverage if-theme-light and if-theme-dark directly, most light/dark combinations follow a specific pattern and therefore have dedicated mixin.\nFor example, the theme-color-black-else-white mixin applies the color style of black (if light) otherwise white (if dark).\nAnother example, the theme-background-green-else-graydark mixin applies the background style of green (if light) otherwise graydark (if dark).

\n
\n

Note: light/dark mode styles are applied by toggling a class added to the html element (e.g. Theme__Light).

\n
\n

SVGs

\n

Coming soon!

\n

License

\n

MIT

\n
", - "readmeFetchedAt": "2020-09-17T12:09:30.312Z" + "readmeFetchedAt": "2020-09-18T00:10:43.287Z" }, "losslesscut": { "readmeCleaned": "

LosslessCut 🎥 \"Build/release\" \"Donate\"

\n

The swiss army knife of lossless video/audio editing

\n

LosslessCut aims to be the ultimate cross platform ffmpeg GUI for extremely fast and lossless operations on video, audio, subtitle and other related media files.\nThe main feature is lossless trimming and cutting of video and audio files, which is great for saving space by rough-cutting your large video files taken from a video camera, GoPro, drone, etc. It lets you quickly extract the good parts from your videos and discard many gigabytes of data without doing a slow re-encode and thereby losing quality. Or you can add a music or subtitle track to your video without needing to encode. Everything is extremely fast because it does an almost direct data copy, fueled by the awesome ffmpeg which does all the grunt work.

\n

\"Demo\"

\n

LosslessCut app introduction

\n

Features

\n
    \n
  • Lossless cutting of most video and audio formats
  • \n
  • Losslessly cut out parts of video/audio (for cutting away commercials etc.)
  • \n
  • Lossless merge/concatenation of arbitrary files (with identical codecs parameters, e.g. from same camera)
  • \n
  • Lossless stream editing: Combine arbitrary tracks from multiple files (ex. add music or subtitle track to a video file)
  • \n
  • Losslessly extract all tracks from a file (extract video, audio, subtitle and other tracks from one file into separate files)
  • \n
  • Remux into any compatible output format
  • \n
  • Take full-resolution snapshots from videos in JPEG/PNG format
  • \n
  • Manual input of cutpoint times
  • \n
  • Apply a per-file timecode offset
  • \n
  • Change rotation/orientation metadata in videos
  • \n
  • View technical data about all streams
  • \n
  • Timeline zoom and frame/keyframe jumping for accurate cutting around keyframes
  • \n
  • Saves per project cut segments to project file
  • \n
  • View ffmpeg last command log so you can modify and re-run recent commands on the command line
  • \n
  • Undo/redo
  • \n
  • Give labels to cut segments
  • \n
  • View segment details, export/import cut segments as CSV
  • \n
  • Video thumbnails and audio waveform
  • \n
\n

Example lossless use cases

\n

Remove audio tracks from a file

\n

Add music to a video (or replace existing audio track)

\n

Link audio and video tracks from separate recordings

\n

Include a subtitle into a video

\n

Extract music track from a video and cut it to your needs

\n

Cut out commercials from a recorded TV show

\n

Without having to re-encode. You can also change format from TS to MP4 at the same time.

\n

Fix rotation of a video that has the wrong orientation flag set

\n

Great for rotating phone videos that come out the wrong way without actually re-encoding the video.

\n

Quickly change a H264 MKV video to MOV or MP4 for playback on iPhone

\n

Import a list of cut times from other tool as a EDL (edit decision list, CSV) and run these cuts with LosslessCut

\n

Export a list of cut times as a CSV EDL and run these in another tool

\n

Loop a video / audio clip X times quickly without re-encoding

\n

See #284

\n

Advanced multi-step workflows

\n

Tip: you can use LosslessCut in multiple passes in order to achieve separate trimming of individual tracks:

\n
    \n
  1. Open a file an export all tracks
  2. \n
  3. Open the exported track files independently and cut them as desired
  4. \n
  5. Add the track back to the video and combine them to one output video
  6. \n
\n

Download

\n

If you want to support my continued work on LosslessCut, and want the advantage of a secure and simple installation process with automatic updates, consider getting it from your favorite store:

\n

\"Mac \"MS \"Snapcraft\"

\n

If you prefer to download the executables manually, this will of course always be free:

\n\n

If you find LosslessCut useful, I'm very thankful for donations.

\n

Supported formats

\n

Since LosslessCut is based on Chromium and uses the HTML5 video player, not all ffmpeg supported formats will be supported smoothly.\nThe following formats/codecs should generally work: MP4, MOV, WebM, MKV, OGG, WAV, MP3, AAC, H264, Theora, VP8, VP9\nFor more information about supported formats / codecs, see https://www.chromium.org/audio-video.

\n

Unsupported files can still be converted to a supported format/codec from the File menu. (Try fastest variant first.) A low quality version of the file (without audio) will then be created and opened in the player. The cut/export operation will still be performed on the original file, so it will be lossless. This allows for potentially opening any file that ffmpeg is able to decode.

\n

How to use

\n

Watch tutorial video

\n

Typical workflow

\n
    \n
  • Drag drop a video file into player or use /CTRL+O.
  • \n
  • Press SPACE to play/pause or , ,. or mouse/trackpad wheel to seek back/forth
  • \n
  • Select the cut segment's start and end time by moving the time marker and then pressing I to set start time, and O to set end time.\n
      \n
    • Note that the segments you select will be preserved and exported to a new file. You can change this behavior with the Yin Yang symbol ☯️, in which case it will instead remove all selected segments and export the parts between.
    • \n
    • Note also that start time will not be accurate, see Known issues
    • \n
    \n
  • \n
  • (optional) If you want to add more than one segment, move to the desired start time and press +, then select the next segment start/end times with I/O.
  • \n
  • (optional) If you want to re-merge all the selected segments into one file after cutting, toggle the button Separate files to Merge cuts.
  • \n
  • (optional) If you want to export to a certain output folder, press the Working dir unset button (default: Input file folder)
  • \n
  • (optional) If you want to change orientation, press the rotation button
  • \n
  • (optional) By default, audio, video and subtitle tracks from the input file will be cut and exported. Press the Tracks button to customise and/or add new tracks from other files.
  • \n
  • (optional) select a new output format
  • \n
  • Press the Export button (or E) to run the export
  • \n
  • Press the Camera button (or C) if you want to take a JPEG/PNG snapshot from the current time
  • \n
  • If you want to move the original file to trash, press the trash button
  • \n
  • For best results you may need to trial and error with another output format (matroska takes nearly everything), change keyframe cut mode or disable some tracks, see known issues below.
  • \n
\n

Note: The original video file will not be modified. Instead it creates a lossless export to a new file in the same directory as the original file with from/to timestamps.

\n

Note also that the cut is currently not precise around the cutpoints, so video before/after the nearest keyframe will be discarded. EXIF metadata is preserved.

\n

Known issues & limitations

\n
    \n
  • Cutting times are not accurate! Start cut time will be "rounded" to the nearest previous keyframe.\n
      \n
    • Lossless cutting is not an exact science. For some codecs it just works. For others you may need to trial and error depending on the codec, keyframes etc to get the best cut. See #330
    • \n
    • Your mileage may vary when it comes to Keyframe cut vs Normal cut. You may need to try both, depending on the video. ffmpeg also has documentation about these two seek/cut modes. Keyframe cut means -ss before -i and Normal cut means -ss after -i.
    • \n
    \n
  • \n
  • When exporting you may lose some proprietary data tracks (like tmcd, fdsc and gpmd added by GoPro). These can be exported to separate files however
  • \n
  • Some codecs are not supported natively. There is partial support with low quality. You can convert to supported codec from the menu, see #88
  • \n
\n

Troubleshooting

\n
    \n
  • If you get an error when cutting or opening any kind of file under Windows, try to disable your anti-virus. See #18
  • \n
  • If you get an error on Linux like FATAL:setuid_sandbox_host.cc(157)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now., try to run it as ./lossless-cut --no-sandbox. See #258
  • \n
  • If any other problem, check Known issues, or please search for existing issues before you file an issue here on GitHub.
  • \n
\n

Developer tools

\n

If you have an issue you can check the developer tools

\n
    \n
  • Windows: F12 or Ctrl+Shift+I
  • \n
  • Mac: Cmd+Opt+I
  • \n
\n

CSV import/export

\n

The CSV export/import function takes csv files with one cut segment on each line. Each line contains three columns: segment start, segment end, label.

\n

segment start and segment end are expressed in seconds or left empty. Empty segment end means segment ends at the duration of the video.

\n

Note that you must use comma , to separate the fields (not semicolon ;)

\n

example.csv

\n
,56.9568,First segment starting at 0\n70,842.33,"Another quoted label"\n1234,,Last segment\n
\n

Shameless Plug

\n
    \n
  • I made a command line video editor with slick transitions and lots of colors! editly
  • \n
  • I made a tool for cross platform sharing of files between computer/phone over the local network: ezshare
  • \n
\n

Donate 🙈

\n

This project is maintained by me alone. The project will always remain free and open source, but if it's useful for you, consider supporting me. :) It will give me extra motivation to improve it. Or even better donate to ffmpeg because they are doing the world a big favor 🙏

\n

Paypal

\n

Attributions

\n\n
\n

Made with ❤️ in 🇳🇴

\n

More apps by mifi.no

\n

Follow me on GitHub, YouTube, IG, Twitter for more awesome content!

\n
", "readmeOriginal": "

LosslessCut 🎥 \"Build/release\" \"Donate\"

\n

The swiss army knife of lossless video/audio editing

\n

LosslessCut aims to be the ultimate cross platform ffmpeg GUI for extremely fast and lossless operations on video, audio, subtitle and other related media files.\nThe main feature is lossless trimming and cutting of video and audio files, which is great for saving space by rough-cutting your large video files taken from a video camera, GoPro, drone, etc. It lets you quickly extract the good parts from your videos and discard many gigabytes of data without doing a slow re-encode and thereby losing quality. Or you can add a music or subtitle track to your video without needing to encode. Everything is extremely fast because it does an almost direct data copy, fueled by the awesome ffmpeg which does all the grunt work.

\n

\"Demo\"

\n

LosslessCut app introduction

\n

Features

\n
    \n
  • Lossless cutting of most video and audio formats
  • \n
  • Losslessly cut out parts of video/audio (for cutting away commercials etc.)
  • \n
  • Lossless merge/concatenation of arbitrary files (with identical codecs parameters, e.g. from same camera)
  • \n
  • Lossless stream editing: Combine arbitrary tracks from multiple files (ex. add music or subtitle track to a video file)
  • \n
  • Losslessly extract all tracks from a file (extract video, audio, subtitle and other tracks from one file into separate files)
  • \n
  • Remux into any compatible output format
  • \n
  • Take full-resolution snapshots from videos in JPEG/PNG format
  • \n
  • Manual input of cutpoint times
  • \n
  • Apply a per-file timecode offset
  • \n
  • Change rotation/orientation metadata in videos
  • \n
  • View technical data about all streams
  • \n
  • Timeline zoom and frame/keyframe jumping for accurate cutting around keyframes
  • \n
  • Saves per project cut segments to project file
  • \n
  • View ffmpeg last command log so you can modify and re-run recent commands on the command line
  • \n
  • Undo/redo
  • \n
  • Give labels to cut segments
  • \n
  • View segment details, export/import cut segments as CSV
  • \n
  • Video thumbnails and audio waveform
  • \n
\n

Example lossless use cases

\n

Remove audio tracks from a file

\n

Add music to a video (or replace existing audio track)

\n

Link audio and video tracks from separate recordings

\n

Include a subtitle into a video

\n

Extract music track from a video and cut it to your needs

\n

Cut out commercials from a recorded TV show

\n

Without having to re-encode. You can also change format from TS to MP4 at the same time.

\n

Fix rotation of a video that has the wrong orientation flag set

\n

Great for rotating phone videos that come out the wrong way without actually re-encoding the video.

\n

Quickly change a H264 MKV video to MOV or MP4 for playback on iPhone

\n

Import a list of cut times from other tool as a EDL (edit decision list, CSV) and run these cuts with LosslessCut

\n

Export a list of cut times as a CSV EDL and run these in another tool

\n

Loop a video / audio clip X times quickly without re-encoding

\n

See #284

\n

Advanced multi-step workflows

\n

Tip: you can use LosslessCut in multiple passes in order to achieve separate trimming of individual tracks:

\n
    \n
  1. Open a file an export all tracks
  2. \n
  3. Open the exported track files independently and cut them as desired
  4. \n
  5. Add the track back to the video and combine them to one output video
  6. \n
\n

Download

\n

If you want to support my continued work on LosslessCut, and want the advantage of a secure and simple installation process with automatic updates, consider getting it from your favorite store:

\n

\"Mac \"MS \"Snapcraft\"

\n

If you prefer to download the executables manually, this will of course always be free:

\n\n

If you find LosslessCut useful, I'm very thankful for donations.

\n

Supported formats

\n

Since LosslessCut is based on Chromium and uses the HTML5 video player, not all ffmpeg supported formats will be supported smoothly.\nThe following formats/codecs should generally work: MP4, MOV, WebM, MKV, OGG, WAV, MP3, AAC, H264, Theora, VP8, VP9\nFor more information about supported formats / codecs, see https://www.chromium.org/audio-video.

\n

Unsupported files can still be converted to a supported format/codec from the File menu. (Try fastest variant first.) A low quality version of the file (without audio) will then be created and opened in the player. The cut/export operation will still be performed on the original file, so it will be lossless. This allows for potentially opening any file that ffmpeg is able to decode.

\n

How to use

\n

Watch tutorial video

\n

Typical workflow

\n
    \n
  • Drag drop a video file into player or use /CTRL+O.
  • \n
  • Press SPACE to play/pause or , ,. or mouse/trackpad wheel to seek back/forth
  • \n
  • Select the cut segment's start and end time by moving the time marker and then pressing I to set start time, and O to set end time.\n
      \n
    • Note that the segments you select will be preserved and exported to a new file. You can change this behavior with the Yin Yang symbol ☯️, in which case it will instead remove all selected segments and export the parts between.
    • \n
    • Note also that start time will not be accurate, see Known issues
    • \n
    \n
  • \n
  • (optional) If you want to add more than one segment, move to the desired start time and press +, then select the next segment start/end times with I/O.
  • \n
  • (optional) If you want to re-merge all the selected segments into one file after cutting, toggle the button Separate files to Merge cuts.
  • \n
  • (optional) If you want to export to a certain output folder, press the Working dir unset button (default: Input file folder)
  • \n
  • (optional) If you want to change orientation, press the rotation button
  • \n
  • (optional) By default, audio, video and subtitle tracks from the input file will be cut and exported. Press the Tracks button to customise and/or add new tracks from other files.
  • \n
  • (optional) select a new output format
  • \n
  • Press the Export button (or E) to run the export
  • \n
  • Press the Camera button (or C) if you want to take a JPEG/PNG snapshot from the current time
  • \n
  • If you want to move the original file to trash, press the trash button
  • \n
  • For best results you may need to trial and error with another output format (matroska takes nearly everything), change keyframe cut mode or disable some tracks, see known issues below.
  • \n
\n

Note: The original video file will not be modified. Instead it creates a lossless export to a new file in the same directory as the original file with from/to timestamps.

\n

Note also that the cut is currently not precise around the cutpoints, so video before/after the nearest keyframe will be discarded. EXIF metadata is preserved.

\n

Known issues & limitations

\n
    \n
  • Cutting times are not accurate! Start cut time will be \"rounded\" to the nearest previous keyframe.\n
      \n
    • Lossless cutting is not an exact science. For some codecs it just works. For others you may need to trial and error depending on the codec, keyframes etc to get the best cut. See #330
    • \n
    • Your mileage may vary when it comes to Keyframe cut vs Normal cut. You may need to try both, depending on the video. ffmpeg also has documentation about these two seek/cut modes. Keyframe cut means -ss before -i and Normal cut means -ss after -i.
    • \n
    \n
  • \n
  • When exporting you may lose some proprietary data tracks (like tmcd, fdsc and gpmd added by GoPro). These can be exported to separate files however
  • \n
  • Some codecs are not supported natively. There is partial support with low quality. You can convert to supported codec from the menu, see #88
  • \n
\n

Troubleshooting

\n
    \n
  • If you get an error when cutting or opening any kind of file under Windows, try to disable your anti-virus. See #18
  • \n
  • If you get an error on Linux like FATAL:setuid_sandbox_host.cc(157)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now., try to run it as ./lossless-cut --no-sandbox. See #258
  • \n
  • If any other problem, check Known issues, or please search for existing issues before you file an issue here on GitHub.
  • \n
\n

Developer tools

\n

If you have an issue you can check the developer tools

\n
    \n
  • Windows: F12 or Ctrl+Shift+I
  • \n
  • Mac: Cmd+Opt+I
  • \n
\n

CSV import/export

\n

The CSV export/import function takes csv files with one cut segment on each line. Each line contains three columns: segment start, segment end, label.

\n

segment start and segment end are expressed in seconds or left empty. Empty segment end means segment ends at the duration of the video.

\n

Note that you must use comma , to separate the fields (not semicolon ;)

\n

example.csv

\n
,56.9568,First segment starting at 0\n70,842.33,\"Another quoted label\"\n1234,,Last segment\n
\n

Shameless Plug

\n
    \n
  • I made a command line video editor with slick transitions and lots of colors! editly
  • \n
  • I made a tool for cross platform sharing of files between computer/phone over the local network: ezshare
  • \n
\n

Donate 🙈

\n

This project is maintained by me alone. The project will always remain free and open source, but if it's useful for you, consider supporting me. :) It will give me extra motivation to improve it. Or even better donate to ffmpeg because they are doing the world a big favor 🙏

\n

Paypal

\n

Attributions

\n\n
\n

Made with ❤️ in 🇳🇴

\n

More apps by mifi.no

\n

Follow me on GitHub, YouTube, IG, Twitter for more awesome content!

\n
", - "readmeFetchedAt": "2020-09-17T12:09:30.342Z" - }, - "lisk-hub": { - "readmeCleaned": "

Lisk Desktop

\n

\"Build\n\"Coverage\n\"License:\n\"GitHub\n\"DeepScan\n\"Dependencies\n\"devDependencies

\n

For Contributors

\n

Please see CONTRIBUTING_GUIDE.md for more information.

\n

Development

\n

Using Commercial Fonts

\n

Basier Circle and Gilroy used in the production version are commercial fonts. This repository only contains open fonts and uses Open Sans as a replacement for the commercial ones.

\n

If you have licensed copies of Basier Circle and Gilroy, you can add them to fonts folder. If you don't have the fonts, you need to remove lines 25 - 81 of type.css. After that, the build and dev npm scripts run without any errors.

\n

Setup environemnt

\n
git clone https://github.com/LiskHQ/lisk-desktop.git\ncd lisk-desktop\nnpm install\nnpm run dev\n
\n

Run on browser

\n

Open http://localhost:8080

\n

For ease of development, you can set the following query string to see network options in login page:

\n
http://localhost:8080/#/?showNetwork=true\n
\n

If you are actively developing in a specific route, and want to be automatically signed in every time you reload the page, please add the following input pairs to your localStorage:

\n

loginKey: a valid passphrase

\n

Add the above pair using the storage tab in your dev tools or via JavaScript command:

\n
localStorage.setItem('loginKey', 'wagon stock borrow episode laundry kitten salute link globe zero feed marble') // desired account passphrase\n
\n

When developing with hardware wallet, this will sign you in using the first account on the first connected hardware wallet:

\n
localStorage.setItem('hwWalletAutoLogin', true);\n
\n

You can use the same approach to define a desired network to which Lisk Desktop connects:

\n
localStorage.setItem('liskCoreUrl', 'http://localhost:4000') // desired node to log in into\n
\n

Build

\n

Production build

\n

To build the project simply run

\n
npm run build\n
\n

Under the hood, this script runs

\n
npm run build-prod\n
\n

to build the React app under src/ and

\n
npm run build-electron\n
\n

to build the electron app under app/ using webpack. You can run the above scripts individually if you're looking to see the changes solely on one of the two said applications.

\n

Run Electron

\n

If you have already built the application as described above, you can launch Electron using

\n
npm run start\n
\n

Run with parameters

\n

To launch a version which supports hardware wallets, you can run

\n
npm run dev-hardware-wallet\n
\n

or to launch electron and receive live updates from already running webpack-dev-server on port 8080 and you can run

\n
LISK_HUB_URL="http://localhost:8080" DEBUG=true npm run start\n
\n

This comes with Redux dev tools.

\n

Distribution

\n

Windows

\n

Build package for Windows (on Windows in Git BASH).

\n
npm run pack:win\n
\n

macOS

\n

Build package for macOS (on macOs)

\n
npm run pack \n
\n

Linux

\n

Build package for Linux (on Linux).

\n
npm run pack \n
\n

Testing

\n

Unit tests

\n

Single run

\n
npm run test\n
\n

Run each time a file changes

\n
npm run test-live\n
\n

E2E tests

\n

In order to run e2e tests you need to install lisk-core

\n

Setup core

\n

Setup a lisk test node as described in Preparing Node headline under the tests section of Lisk Framework README.

\n

Run lisk test node with pm2 on localhost:4000

\n

Run

\n

Start the development version of Lisk:

\n
npm run dev\n
\n

Apply blockchain snapshot

\n
./test/e2e-test-setup.sh ~/git/lisk/\n
\n

(replace ~/git/lisk/ with your path to lisk core)

\n

Run e2e tests

\n
npm run cypress:run\n
\n

React Storybook

\n

To launch storybook sandbox with components run

\n
npm run storybook\n
\n

and navigate to

\n

http://localhost:6006/

\n

Directory Layout

\n
├── __mocks__/                     # Modules used to mock dependencies for testing purpose.\n├── .storybook/                    # React storybooks reside here.\n├── app/                           # Electron based application that launces the react app.\n├── build/                         # Build specific materials.\n├── config/                        # Automation scripts (Webpack configurations, i18n scanner, etc)\n├── coverage/                      # Results of Jest test coverage.\n├── dist/                          # Platform specific built outputs.\n├── docs/                          # Project documentations such as contribution guides and development guidelines.\n├── i18n/                          # Localization files inluding setup scripts and translation json files.\n├── libs/                          # Modules which can be consumed individually in other projects.\n├── node_modules/                  # 3rd-party libraries and utilities.\n├── src/                           # Application source code.\n│   ├── actions/                   # Store actions reside here and are broken into script files dedicated to each system entity.\n│   ├── app/                       # The bootstrap React application\n│   ├── assets/                    # Static files (images, fonts, etc)\n│   ├── components/                # React presentational components are located here.\n│   │   ├── screens/               # These are the component that represent screens with dedicated URL.\n│   │   ├── shared/                # These are the React components used at least in 2 other components (calendar, liskAmount, etc)\n│   │   └── toolbox/               # Basic elements with basic styles and functionality which are used in numerous places (button, input, etc)\n│   ├── constants/                 # Names, addresses, static configurations and other values used throughout the application\n│   ├── context/                   # React context configuration files\n│   ├── hooks/                     # React custom hooks\n│   ├── store/                     # Redux store resides here.\n│   │   ├── middlewares/           # All the Redux middlewares are places here and have their dedicated script files based on the system entities.\n│   │   ├── reducers/              # Redux reducers are located here. similar to actions and reducers, they are placed in script files named after the entity they represent.\n│   ├── utils/                     # Utility functions\n└──test/                           # E2E tests written with Cypress.io and Cucumber; also some helpers used by unit test that live in /src\n
\n

Contributors

\n

See contributors section.

\n

License

\n

Copyright © 2016-2018 Lisk Foundation

\n

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

\n

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

\n

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

\n
", - "readmeOriginal": "

Lisk Desktop

\n

\"Build\n\"Coverage\n\"License:\n\"GitHub\n\"DeepScan\n\"Dependencies\n\"devDependencies

\n

For Contributors

\n

Please see CONTRIBUTING_GUIDE.md for more information.

\n

Development

\n

Using Commercial Fonts

\n

Basier Circle and Gilroy used in the production version are commercial fonts. This repository only contains open fonts and uses Open Sans as a replacement for the commercial ones.

\n

If you have licensed copies of Basier Circle and Gilroy, you can add them to fonts folder. If you don't have the fonts, you need to remove lines 25 - 81 of type.css. After that, the build and dev npm scripts run without any errors.

\n

Setup environemnt

\n
git clone https://github.com/LiskHQ/lisk-desktop.git\ncd lisk-desktop\nnpm install\nnpm run dev\n
\n

Run on browser

\n

Open http://localhost:8080

\n

For ease of development, you can set the following query string to see network options in login page:

\n
http://localhost:8080/#/?showNetwork=true\n
\n

If you are actively developing in a specific route, and want to be automatically signed in every time you reload the page, please add the following input pairs to your localStorage:

\n

loginKey: a valid passphrase

\n

Add the above pair using the storage tab in your dev tools or via JavaScript command:

\n
localStorage.setItem('loginKey', 'wagon stock borrow episode laundry kitten salute link globe zero feed marble') // desired account passphrase\n
\n

When developing with hardware wallet, this will sign you in using the first account on the first connected hardware wallet:

\n
localStorage.setItem('hwWalletAutoLogin', true);\n
\n

You can use the same approach to define a desired network to which Lisk Desktop connects:

\n
localStorage.setItem('liskCoreUrl', 'http://localhost:4000') // desired node to log in into\n
\n

Build

\n

Production build

\n

To build the project simply run

\n
npm run build\n
\n

Under the hood, this script runs

\n
npm run build-prod\n
\n

to build the React app under src/ and

\n
npm run build-electron\n
\n

to build the electron app under app/ using webpack. You can run the above scripts individually if you're looking to see the changes solely on one of the two said applications.

\n

Run Electron

\n

If you have already built the application as described above, you can launch Electron using

\n
npm run start\n
\n

Run with parameters

\n

To launch a version which supports hardware wallets, you can run

\n
npm run dev-hardware-wallet\n
\n

or to launch electron and receive live updates from already running webpack-dev-server on port 8080 and you can run

\n
LISK_HUB_URL=\"http://localhost:8080\" DEBUG=true npm run start\n
\n

This comes with Redux dev tools.

\n

Distribution

\n

Windows

\n

Build package for Windows (on Windows in Git BASH).

\n
npm run pack:win\n
\n

macOS

\n

Build package for macOS (on macOs)

\n
npm run pack \n
\n

Linux

\n

Build package for Linux (on Linux).

\n
npm run pack \n
\n

Testing

\n

Unit tests

\n

Single run

\n
npm run test\n
\n

Run each time a file changes

\n
npm run test-live\n
\n

E2E tests

\n

In order to run e2e tests you need to install lisk-core

\n

Setup core

\n

Setup a lisk test node as described in Preparing Node headline under the tests section of Lisk Framework README.

\n

Run lisk test node with pm2 on localhost:4000

\n

Run

\n

Start the development version of Lisk:

\n
npm run dev\n
\n

Apply blockchain snapshot

\n
./test/e2e-test-setup.sh ~/git/lisk/\n
\n

(replace ~/git/lisk/ with your path to lisk core)

\n

Run e2e tests

\n
npm run cypress:run\n
\n

React Storybook

\n

To launch storybook sandbox with components run

\n
npm run storybook\n
\n

and navigate to

\n

http://localhost:6006/

\n

Directory Layout

\n
├── __mocks__/                     # Modules used to mock dependencies for testing purpose.\n├── .storybook/                    # React storybooks reside here.\n├── app/                           # Electron based application that launces the react app.\n├── build/                         # Build specific materials.\n├── config/                        # Automation scripts (Webpack configurations, i18n scanner, etc)\n├── coverage/                      # Results of Jest test coverage.\n├── dist/                          # Platform specific built outputs.\n├── docs/                          # Project documentations such as contribution guides and development guidelines.\n├── i18n/                          # Localization files inluding setup scripts and translation json files.\n├── libs/                          # Modules which can be consumed individually in other projects.\n├── node_modules/                  # 3rd-party libraries and utilities.\n├── src/                           # Application source code.\n│   ├── actions/                   # Store actions reside here and are broken into script files dedicated to each system entity.\n│   ├── app/                       # The bootstrap React application\n│   ├── assets/                    # Static files (images, fonts, etc)\n│   ├── components/                # React presentational components are located here.\n│   │   ├── screens/               # These are the component that represent screens with dedicated URL.\n│   │   ├── shared/                # These are the React components used at least in 2 other components (calendar, liskAmount, etc)\n│   │   └── toolbox/               # Basic elements with basic styles and functionality which are used in numerous places (button, input, etc)\n│   ├── constants/                 # Names, addresses, static configurations and other values used throughout the application\n│   ├── context/                   # React context configuration files\n│   ├── hooks/                     # React custom hooks\n│   ├── store/                     # Redux store resides here.\n│   │   ├── middlewares/           # All the Redux middlewares are places here and have their dedicated script files based on the system entities.\n│   │   ├── reducers/              # Redux reducers are located here. similar to actions and reducers, they are placed in script files named after the entity they represent.\n│   ├── utils/                     # Utility functions\n└──test/                           # E2E tests written with Cypress.io and Cucumber; also some helpers used by unit test that live in /src\n
\n

Contributors

\n

See contributors section.

\n

License

\n

Copyright © 2016-2018 Lisk Foundation

\n

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

\n

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

\n

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:30.401Z" + "readmeFetchedAt": "2020-09-18T00:10:43.354Z" }, "luna": { "readmeCleaned": "

Luna - npm management through a modern UI. Built with Electron 🌺

\n

\n \"Luna\"\n

\n

npm desktop manager for handling npm dependencies. Supported platforms: OS X Windows and Linux.

\n
\n

\"Build\n\"CodeFactor\"\n\"PRs\n\"NPM\n\"FOSSA\n\n\"License:\n\n\"Active

\n

Motivation

\n

Luna was created with main purpose to provide a flexible and modern UI for npm dependencies management. Furthermore I wanted to create a project with the latest web technologies combined in one application.

\n

GreeceJS presentation

\n

You can view my presentation in the GreeceJS meetup at http://bit.ly/2RES3AN

\n

Features

\n
    \n
  • Manage global and local packages
  • \n
  • Search npm for new packages
  • \n
  • Install packages
  • \n
  • Uninstall packages
  • \n
  • Update existing packages
  • \n
  • Filter packages by type or outdated
  • \n
  • Preview package details (versions, statistics, dependencies and more)
  • \n
  • Get notifications for missing dependencies or extraneous dependencies
  • \n
  • Reporting (audit/doctor)
  • \n
\n

Screenshots

\n
\n
\n \n
\n
\n \n
\n
\n

How it works

\n

The Renderer Process architecture:

\n
    \n
  • Action (Event) driven nature
  • \n
  • The IO Management, Business Logic Management and Predictable Application State Management processors (middlewares)\nare subscribers of the application action stream.
  • \n
  • The IO Management and Business Logic Management are consumers and producers of actions.
  • \n
  • The Predictable State Management is just a consumer of actions
  • \n
  • The views are listeners of the predictable state and they are re rendered whenever the predictable state changes\nand they produce actions upon the user interaction (clicks)
  • \n
\n
\n
\n \n
\n
\n

Usage

\n

Install application's dependencies:

\n

npm install

\n

Start the application

\n

npm start

\n

Start the development server and run the application in development mode:

\n

npm run dev

\n

Binaries

\n

All binaries of the latest version are uploaded to the releases

\n

Tech Stack

\n
    \n
  • Electron - 🛠 - 🐙 - Build cross-platform desktop apps with JavaScript, HTML, and CSS
  • \n
  • React - 🛠 - 🐙 - React is a JavaScript library for building user interfaces
  • \n
  • Redux - 🛠 - 🐙 - Predictable state container for JavaScript apps
  • \n
  • Webpack - 🛠️ - 🐙 - A static module bundler for modern JavaScript applications.
  • \n
  • Babel - 🛠️ - 🐙 - A JavaScript compiler; use next generation JavaScript, today.
  • \n
  • Rxjs - 🛠️ - 🐙 - Reactive extensions library for Javascript
  • \n
  • Material-UI - 🛠️ - 🐙 - React components that implement Google's Material Design.
  • \n
\n

Contributing and Issues

\n

Contributions, issues and feature requests are welcome.
Feel free to check issues page.

\n

Pull requests are always welcome. 💪
\nBe sure to merge the latest from "upstream" before making a pull request. 🙏

\n

License

\n

Copyright © 2019 rvpanoz. This project is GPL-3.0 licensed.

\n

\"FOSSA

\n
\n

In memory of my friend luna ❤️

\n
", "readmeOriginal": "

Luna - npm management through a modern UI. Built with Electron 🌺

\n

\n \"Luna\"\n

\n

npm desktop manager for handling npm dependencies. Supported platforms: OS X Windows and Linux.

\n
\n

\"Build\n\"CodeFactor\"\n\"PRs\n\"NPM\n\"FOSSA\n\n\"License:\n\n\"Active

\n

Motivation

\n

Luna was created with main purpose to provide a flexible and modern UI for npm dependencies management. Furthermore I wanted to create a project with the latest web technologies combined in one application.

\n

GreeceJS presentation

\n

You can view my presentation in the GreeceJS meetup at http://bit.ly/2RES3AN

\n

Features

\n
    \n
  • Manage global and local packages
  • \n
  • Search npm for new packages
  • \n
  • Install packages
  • \n
  • Uninstall packages
  • \n
  • Update existing packages
  • \n
  • Filter packages by type or outdated
  • \n
  • Preview package details (versions, statistics, dependencies and more)
  • \n
  • Get notifications for missing dependencies or extraneous dependencies
  • \n
  • Reporting (audit/doctor)
  • \n
\n

Screenshots

\n
\n
\n \n
\n
\n \n
\n
\n

How it works

\n

The Renderer Process architecture:

\n
    \n
  • Action (Event) driven nature
  • \n
  • The IO Management, Business Logic Management and Predictable Application State Management processors (middlewares)\nare subscribers of the application action stream.
  • \n
  • The IO Management and Business Logic Management are consumers and producers of actions.
  • \n
  • The Predictable State Management is just a consumer of actions
  • \n
  • The views are listeners of the predictable state and they are re rendered whenever the predictable state changes\nand they produce actions upon the user interaction (clicks)
  • \n
\n
\n
\n \n
\n
\n

Usage

\n

Install application's dependencies:

\n

npm install

\n

Start the application

\n

npm start

\n

Start the development server and run the application in development mode:

\n

npm run dev

\n

Binaries

\n

All binaries of the latest version are uploaded to the releases

\n

Tech Stack

\n
    \n
  • Electron - 🛠 - 🐙 - Build cross-platform desktop apps with JavaScript, HTML, and CSS
  • \n
  • React - 🛠 - 🐙 - React is a JavaScript library for building user interfaces
  • \n
  • Redux - 🛠 - 🐙 - Predictable state container for JavaScript apps
  • \n
  • Webpack - 🛠️ - 🐙 - A static module bundler for modern JavaScript applications.
  • \n
  • Babel - 🛠️ - 🐙 - A JavaScript compiler; use next generation JavaScript, today.
  • \n
  • Rxjs - 🛠️ - 🐙 - Reactive extensions library for Javascript
  • \n
  • Material-UI - 🛠️ - 🐙 - React components that implement Google's Material Design.
  • \n
\n

Contributing and Issues

\n

Contributions, issues and feature requests are welcome.
Feel free to check issues page.

\n

Pull requests are always welcome. 💪
\nBe sure to merge the latest from \"upstream\" before making a pull request. 🙏

\n

License

\n

Copyright © 2019 rvpanoz. This project is GPL-3.0 licensed.

\n

\"FOSSA

\n
\n

In memory of my friend luna ❤️

\n
", - "readmeFetchedAt": "2020-09-17T12:09:30.418Z" + "readmeFetchedAt": "2020-09-18T00:10:43.400Z" + }, + "lsdeer": { + "readmeCleaned": "

Lsdeer file manager

\n

Website https://lsdeer.vercel.app/

\n

\"preview\nlsdeer is customisable file manager built with electron and react

\n

Scripts

\n
    \n
  • npm run dev - run app in development mode
  • \n
  • npm run electron-pack - build an app for current platform
  • \n
\n
", + "readmeOriginal": "

Lsdeer file manager

\n

Website https://lsdeer.vercel.app/

\n

\"preview\nlsdeer is customisable file manager built with electron and react

\n

Scripts

\n
    \n
  • npm run dev - run app in development mode
  • \n
  • npm run electron-pack - build an app for current platform
  • \n
\n
", + "readmeFetchedAt": "2020-09-18T00:10:43.402Z" + }, + "lisk-hub": { + "readmeCleaned": "

Lisk Desktop

\n

\"Build\n\"Coverage\n\"License:\n\"GitHub\n\"DeepScan\n\"Dependencies\n\"devDependencies

\n

For Contributors

\n

Please see CONTRIBUTING_GUIDE.md for more information.

\n

Development

\n

Using Commercial Fonts

\n

Basier Circle and Gilroy used in the production version are commercial fonts. This repository only contains open fonts and uses Open Sans as a replacement for the commercial ones.

\n

If you have licensed copies of Basier Circle and Gilroy, you can add them to fonts folder. If you don't have the fonts, you need to remove lines 25 - 81 of type.css. After that, the build and dev npm scripts run without any errors.

\n

Setup environemnt

\n
git clone https://github.com/LiskHQ/lisk-desktop.git\ncd lisk-desktop\nnpm install\nnpm run dev\n
\n

Run on browser

\n

Open http://localhost:8080

\n

For ease of development, you can set the following query string to see network options in login page:

\n
http://localhost:8080/#/?showNetwork=true\n
\n

If you are actively developing in a specific route, and want to be automatically signed in every time you reload the page, please add the following input pairs to your localStorage:

\n

loginKey: a valid passphrase

\n

Add the above pair using the storage tab in your dev tools or via JavaScript command:

\n
localStorage.setItem('loginKey', 'wagon stock borrow episode laundry kitten salute link globe zero feed marble') // desired account passphrase\n
\n

When developing with hardware wallet, this will sign you in using the first account on the first connected hardware wallet:

\n
localStorage.setItem('hwWalletAutoLogin', true);\n
\n

You can use the same approach to define a desired network to which Lisk Desktop connects:

\n
localStorage.setItem('liskCoreUrl', 'http://localhost:4000') // desired node to log in into\n
\n

Build

\n

Production build

\n

To build the project simply run

\n
npm run build\n
\n

Under the hood, this script runs

\n
npm run build-prod\n
\n

to build the React app under src/ and

\n
npm run build-electron\n
\n

to build the electron app under app/ using webpack. You can run the above scripts individually if you're looking to see the changes solely on one of the two said applications.

\n

Run Electron

\n

If you have already built the application as described above, you can launch Electron using

\n
npm run start\n
\n

Run with parameters

\n

To launch a version which supports hardware wallets, you can run

\n
npm run dev-hardware-wallet\n
\n

or to launch electron and receive live updates from already running webpack-dev-server on port 8080 and you can run

\n
LISK_HUB_URL="http://localhost:8080" DEBUG=true npm run start\n
\n

This comes with Redux dev tools.

\n

Distribution

\n

Windows

\n

Build package for Windows (on Windows in Git BASH).

\n
npm run pack:win\n
\n

macOS

\n

Build package for macOS (on macOs)

\n
npm run pack \n
\n

Linux

\n

Build package for Linux (on Linux).

\n
npm run pack \n
\n

Testing

\n

Unit tests

\n

Single run

\n
npm run test\n
\n

Run each time a file changes

\n
npm run test-live\n
\n

E2E tests

\n

In order to run e2e tests you need to install lisk-core

\n

Setup core

\n

Setup a lisk test node as described in Preparing Node headline under the tests section of Lisk Framework README.

\n

Run lisk test node with pm2 on localhost:4000

\n

Run

\n

Start the development version of Lisk:

\n
npm run dev\n
\n

Apply blockchain snapshot

\n
./test/e2e-test-setup.sh ~/git/lisk/\n
\n

(replace ~/git/lisk/ with your path to lisk core)

\n

Run e2e tests

\n
npm run cypress:run\n
\n

React Storybook

\n

To launch storybook sandbox with components run

\n
npm run storybook\n
\n

and navigate to

\n

http://localhost:6006/

\n

Directory Layout

\n
├── __mocks__/                     # Modules used to mock dependencies for testing purpose.\n├── .storybook/                    # React storybooks reside here.\n├── app/                           # Electron based application that launces the react app.\n├── build/                         # Build specific materials.\n├── config/                        # Automation scripts (Webpack configurations, i18n scanner, etc)\n├── coverage/                      # Results of Jest test coverage.\n├── dist/                          # Platform specific built outputs.\n├── docs/                          # Project documentations such as contribution guides and development guidelines.\n├── i18n/                          # Localization files inluding setup scripts and translation json files.\n├── libs/                          # Modules which can be consumed individually in other projects.\n├── node_modules/                  # 3rd-party libraries and utilities.\n├── src/                           # Application source code.\n│   ├── actions/                   # Store actions reside here and are broken into script files dedicated to each system entity.\n│   ├── app/                       # The bootstrap React application\n│   ├── assets/                    # Static files (images, fonts, etc)\n│   ├── components/                # React presentational components are located here.\n│   │   ├── screens/               # These are the component that represent screens with dedicated URL.\n│   │   ├── shared/                # These are the React components used at least in 2 other components (calendar, liskAmount, etc)\n│   │   └── toolbox/               # Basic elements with basic styles and functionality which are used in numerous places (button, input, etc)\n│   ├── constants/                 # Names, addresses, static configurations and other values used throughout the application\n│   ├── context/                   # React context configuration files\n│   ├── hooks/                     # React custom hooks\n│   ├── store/                     # Redux store resides here.\n│   │   ├── middlewares/           # All the Redux middlewares are places here and have their dedicated script files based on the system entities.\n│   │   ├── reducers/              # Redux reducers are located here. similar to actions and reducers, they are placed in script files named after the entity they represent.\n│   ├── utils/                     # Utility functions\n└──test/                           # E2E tests written with Cypress.io and Cucumber; also some helpers used by unit test that live in /src\n
\n

Contributors

\n

See contributors section.

\n

License

\n

Copyright © 2016-2018 Lisk Foundation

\n

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

\n

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

\n

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

\n
", + "readmeOriginal": "

Lisk Desktop

\n

\"Build\n\"Coverage\n\"License:\n\"GitHub\n\"DeepScan\n\"Dependencies\n\"devDependencies

\n

For Contributors

\n

Please see CONTRIBUTING_GUIDE.md for more information.

\n

Development

\n

Using Commercial Fonts

\n

Basier Circle and Gilroy used in the production version are commercial fonts. This repository only contains open fonts and uses Open Sans as a replacement for the commercial ones.

\n

If you have licensed copies of Basier Circle and Gilroy, you can add them to fonts folder. If you don't have the fonts, you need to remove lines 25 - 81 of type.css. After that, the build and dev npm scripts run without any errors.

\n

Setup environemnt

\n
git clone https://github.com/LiskHQ/lisk-desktop.git\ncd lisk-desktop\nnpm install\nnpm run dev\n
\n

Run on browser

\n

Open http://localhost:8080

\n

For ease of development, you can set the following query string to see network options in login page:

\n
http://localhost:8080/#/?showNetwork=true\n
\n

If you are actively developing in a specific route, and want to be automatically signed in every time you reload the page, please add the following input pairs to your localStorage:

\n

loginKey: a valid passphrase

\n

Add the above pair using the storage tab in your dev tools or via JavaScript command:

\n
localStorage.setItem('loginKey', 'wagon stock borrow episode laundry kitten salute link globe zero feed marble') // desired account passphrase\n
\n

When developing with hardware wallet, this will sign you in using the first account on the first connected hardware wallet:

\n
localStorage.setItem('hwWalletAutoLogin', true);\n
\n

You can use the same approach to define a desired network to which Lisk Desktop connects:

\n
localStorage.setItem('liskCoreUrl', 'http://localhost:4000') // desired node to log in into\n
\n

Build

\n

Production build

\n

To build the project simply run

\n
npm run build\n
\n

Under the hood, this script runs

\n
npm run build-prod\n
\n

to build the React app under src/ and

\n
npm run build-electron\n
\n

to build the electron app under app/ using webpack. You can run the above scripts individually if you're looking to see the changes solely on one of the two said applications.

\n

Run Electron

\n

If you have already built the application as described above, you can launch Electron using

\n
npm run start\n
\n

Run with parameters

\n

To launch a version which supports hardware wallets, you can run

\n
npm run dev-hardware-wallet\n
\n

or to launch electron and receive live updates from already running webpack-dev-server on port 8080 and you can run

\n
LISK_HUB_URL=\"http://localhost:8080\" DEBUG=true npm run start\n
\n

This comes with Redux dev tools.

\n

Distribution

\n

Windows

\n

Build package for Windows (on Windows in Git BASH).

\n
npm run pack:win\n
\n

macOS

\n

Build package for macOS (on macOs)

\n
npm run pack \n
\n

Linux

\n

Build package for Linux (on Linux).

\n
npm run pack \n
\n

Testing

\n

Unit tests

\n

Single run

\n
npm run test\n
\n

Run each time a file changes

\n
npm run test-live\n
\n

E2E tests

\n

In order to run e2e tests you need to install lisk-core

\n

Setup core

\n

Setup a lisk test node as described in Preparing Node headline under the tests section of Lisk Framework README.

\n

Run lisk test node with pm2 on localhost:4000

\n

Run

\n

Start the development version of Lisk:

\n
npm run dev\n
\n

Apply blockchain snapshot

\n
./test/e2e-test-setup.sh ~/git/lisk/\n
\n

(replace ~/git/lisk/ with your path to lisk core)

\n

Run e2e tests

\n
npm run cypress:run\n
\n

React Storybook

\n

To launch storybook sandbox with components run

\n
npm run storybook\n
\n

and navigate to

\n

http://localhost:6006/

\n

Directory Layout

\n
├── __mocks__/                     # Modules used to mock dependencies for testing purpose.\n├── .storybook/                    # React storybooks reside here.\n├── app/                           # Electron based application that launces the react app.\n├── build/                         # Build specific materials.\n├── config/                        # Automation scripts (Webpack configurations, i18n scanner, etc)\n├── coverage/                      # Results of Jest test coverage.\n├── dist/                          # Platform specific built outputs.\n├── docs/                          # Project documentations such as contribution guides and development guidelines.\n├── i18n/                          # Localization files inluding setup scripts and translation json files.\n├── libs/                          # Modules which can be consumed individually in other projects.\n├── node_modules/                  # 3rd-party libraries and utilities.\n├── src/                           # Application source code.\n│   ├── actions/                   # Store actions reside here and are broken into script files dedicated to each system entity.\n│   ├── app/                       # The bootstrap React application\n│   ├── assets/                    # Static files (images, fonts, etc)\n│   ├── components/                # React presentational components are located here.\n│   │   ├── screens/               # These are the component that represent screens with dedicated URL.\n│   │   ├── shared/                # These are the React components used at least in 2 other components (calendar, liskAmount, etc)\n│   │   └── toolbox/               # Basic elements with basic styles and functionality which are used in numerous places (button, input, etc)\n│   ├── constants/                 # Names, addresses, static configurations and other values used throughout the application\n│   ├── context/                   # React context configuration files\n│   ├── hooks/                     # React custom hooks\n│   ├── store/                     # Redux store resides here.\n│   │   ├── middlewares/           # All the Redux middlewares are places here and have their dedicated script files based on the system entities.\n│   │   ├── reducers/              # Redux reducers are located here. similar to actions and reducers, they are placed in script files named after the entity they represent.\n│   ├── utils/                     # Utility functions\n└──test/                           # E2E tests written with Cypress.io and Cucumber; also some helpers used by unit test that live in /src\n
\n

Contributors

\n

See contributors section.

\n

License

\n

Copyright © 2016-2018 Lisk Foundation

\n

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

\n

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

\n

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

\n
", + "readmeFetchedAt": "2020-09-18T00:10:43.438Z" }, "magiccap": { "readmeCleaned": "

\"MagicCap\"

\n

\n \n \"\"\n \n \n \"\"\n \n \n \"\"\n \n \n \"\"\n \n \n \"\"\n \n

\n

MagicCap is a image/GIF capture suite for Mac and Linux. You can get a precompiled copy from the releases page of this GitHub page. It has the following features:

\n
    \n
  • Very cross compatible. You should get the same experience on Mac and Linux.
  • \n
  • Very easy to add to. You don't need to faff around with modifying HTML; instead you write a small file that includes all of the config options and the upload script (most of this is handled by capture.js anyway).
  • \n
  • Very fast. Captures are optimised to be as fast as possible.
  • \n
  • Very flexible. You can choose to upload to whatever service you want to or just save the file.
  • \n
  • Very functional. Want to capture a GIF? No problem. Want to blur a screenshot? No problem. MagicCap is there to help you with whatever you want.
  • \n
\n

This is not for Windows!

\n

ShareX is amazing for that!

\n

Supported Uploaders

\n

MagicCap supports the following uploaders (this list will expand over time):

\n
    \n
  • Custom HTTP POST
  • \n
  • elixi.re
  • \n
  • Passive (S)FTP
  • \n
  • Pomf
  • \n
  • imgur
  • \n
  • Lunus
  • \n
  • i.magiccap
  • \n
  • reUpload
  • \n
  • Ultrashare
  • \n
  • S3 (Amazon and other S3-compatible providers)
  • \n
  • ShareX (upload only)
  • \n
\n

Credit

\n

The following people have done a ton to help in the creation of MagicCap. If you have done something to help and want your name here, feel free to make a pull request. This is in alphabetical order, not the order of the work people have done:

\n
    \n
  • Devon (Da532) - Made all of the branding.
  • \n
  • Harrison (AO554) - Helped us test for Mac.
  • \n
  • Jacob (Kelwing) - Helped with some Go towards the project.
  • \n
  • Jake (JakeMakesStuff) - Made the majority of the GUI/capture code for MagicCap.
  • \n
  • Jake (techfan36) - Helped us test for Linux.
  • \n
  • Matt (IPv4) - Refactored file naming, added random emoji & upload from clipboard.
  • \n
  • Rhys (SunburntRock89) - Helped me with the structure and fixing bugs. Also fixed FTP.
  • \n
  • Sam (REC) - Made the FTP logo.
  • \n
\n

Building

\n

In order to download needed packages, run npm i. This will get all of the needed packages. You can then run one of the following commands:

\n
    \n
  • npm run maccompile - Compiles for Mac.
  • \n
  • npm run linuxcompile - Compiles for Linux.
  • \n
\n

Mac Note

\n

If you are on Mac, you'll need to download XCode.

\n

More Information

\n

For more information on installation/configuration and compiling, please refer to the documentation.

\n
", "readmeOriginal": "

\"MagicCap\"

\n

\n \n \"\"\n \n \n \"\"\n \n \n \"\"\n \n \n \"\"\n \n \n \"\"\n \n

\n

MagicCap is a image/GIF capture suite for Mac and Linux. You can get a precompiled copy from the releases page of this GitHub page. It has the following features:

\n
    \n
  • Very cross compatible. You should get the same experience on Mac and Linux.
  • \n
  • Very easy to add to. You don't need to faff around with modifying HTML; instead you write a small file that includes all of the config options and the upload script (most of this is handled by capture.js anyway).
  • \n
  • Very fast. Captures are optimised to be as fast as possible.
  • \n
  • Very flexible. You can choose to upload to whatever service you want to or just save the file.
  • \n
  • Very functional. Want to capture a GIF? No problem. Want to blur a screenshot? No problem. MagicCap is there to help you with whatever you want.
  • \n
\n

This is not for Windows!

\n

ShareX is amazing for that!

\n

Supported Uploaders

\n

MagicCap supports the following uploaders (this list will expand over time):

\n
    \n
  • Custom HTTP POST
  • \n
  • elixi.re
  • \n
  • Passive (S)FTP
  • \n
  • Pomf
  • \n
  • imgur
  • \n
  • Lunus
  • \n
  • i.magiccap
  • \n
  • reUpload
  • \n
  • Ultrashare
  • \n
  • S3 (Amazon and other S3-compatible providers)
  • \n
  • ShareX (upload only)
  • \n
\n

Credit

\n

The following people have done a ton to help in the creation of MagicCap. If you have done something to help and want your name here, feel free to make a pull request. This is in alphabetical order, not the order of the work people have done:

\n
    \n
  • Devon (Da532) - Made all of the branding.
  • \n
  • Harrison (AO554) - Helped us test for Mac.
  • \n
  • Jacob (Kelwing) - Helped with some Go towards the project.
  • \n
  • Jake (JakeMakesStuff) - Made the majority of the GUI/capture code for MagicCap.
  • \n
  • Jake (techfan36) - Helped us test for Linux.
  • \n
  • Matt (IPv4) - Refactored file naming, added random emoji & upload from clipboard.
  • \n
  • Rhys (SunburntRock89) - Helped me with the structure and fixing bugs. Also fixed FTP.
  • \n
  • Sam (REC) - Made the FTP logo.
  • \n
\n

Building

\n

In order to download needed packages, run npm i. This will get all of the needed packages. You can then run one of the following commands:

\n
    \n
  • npm run maccompile - Compiles for Mac.
  • \n
  • npm run linuxcompile - Compiles for Linux.
  • \n
\n

Mac Note

\n

If you are on Mac, you'll need to download XCode.

\n

More Information

\n

For more information on installation/configuration and compiling, please refer to the documentation.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:30.589Z" + "readmeFetchedAt": "2020-09-18T00:10:43.460Z" }, "mailspring": { "readmeCleaned": "

💌 Mailspring

\n

\"Travis\n\"AppVeyor\n\"Mailspring

\n

Mailspring is a new version of Nylas Mail maintained by one of the original authors. It's faster, leaner, and shipping today! It replaces the JavaScript sync code in Nylas Mail with a new C++ sync engine based on Mailcore2. It uses roughly half the RAM and CPU of Nylas Mail and idles with almost zero "CPU Wakes", which translates to great battery life. It also has an entirely revamped composer and other great new features.

\n

Mailspring's UI is open source (GPLv3) and written in TypeScript with Electron and React - it's built on a plugin architecture and was designed to be easy to extend. Check out CONTRIBUTING.md to get started!

\n

Mailspring's sync engine is spawned by the Electron application and runs locally on your computer. It will be open-sourced in the future but is currently closed source. When you set up your development environment, Mailspring uses the latest version of the sync process we've shipped for your platform so you don't need to pull sources or install its compile-time dependencies.

\n

\"Mailspring

\n

Features

\n

Mailspring comes packed with powerful features like Unified Inbox, Snooze, Send Later, Mail Rules, Templates and more. Mailspring Pro, which you can unlock with a monthly subscription, adds even more features for people who send a ton of email: link tracking, read receipts, mailbox analytics, contact and company profiles. All of these features run in the client - Mailspring does not send your email credentials to the cloud. For a full list of features, check out getmailspring.com.

\n

Download Mailspring

\n

You can download compiled versions of Mailspring for Windows, Mac OS X, and Linux (deb, rpm and snap) from https://getmailspring.com/download.

\n

Contributing

\n

Mailspring's UI is entirely open-source and pull requests and contributions are welcome! There are three ways to contribute: building a plugin, building a theme, and submitting pull requests to the project itself. When you're getting started, you may want to join our public slack so you can ask questions and learn from other people doing development.

\n

Mailspring's MailSync, however, is closed source. You can read more about the reasons why this is in the roadmap.

\n

Building A Plugin

\n

Plugins lie at the heart of Mailspring and give it its powerful features. Building your own plugins allows you to integrate the app with other tools, experiment with new workflows, and more. Follow the Getting Started guide to write your first plugin in five minutes.

\n\n

A plugin "store" like the Chrome Web Store is coming soon, and will make it easy for other users to discover plugins you create. (Right now, users need to "sideload" the plugins into the app by downloading them and copying them into place.)

\n

Building a Theme

\n

The Mailspring user interface is styled using CSS, which means it's easy to modify and extend. Mailspring comes stock with a few beautiful themes, and there are many more which have been built by community developers. To start creating a theme, clone the theme starter!

\n

If you are updating an existing Nylas theme for Mailspring here is a step by step tutorial. Notice: as part of the update process you will probably need to import mailspring base variables.

\n

Localizing / Translating

\n

Mailspring 1.5.0 and above support localization. If you're a fluent speaker of another language, we'd love your help improving translations. Check out the LOCALIZATION guide for more information.

\n

Contributing to Mailspring Core

\n

Pull requests are always welcome - check out CONTRIBUTING for more information about setting up the development environment, running tests locally, and submitting pull requests.

\n
", "readmeOriginal": "

💌 Mailspring

\n

\"Travis\n\"AppVeyor\n\"Mailspring

\n

Mailspring is a new version of Nylas Mail maintained by one of the original authors. It's faster, leaner, and shipping today! It replaces the JavaScript sync code in Nylas Mail with a new C++ sync engine based on Mailcore2. It uses roughly half the RAM and CPU of Nylas Mail and idles with almost zero \"CPU Wakes\", which translates to great battery life. It also has an entirely revamped composer and other great new features.

\n

Mailspring's UI is open source (GPLv3) and written in TypeScript with Electron and React - it's built on a plugin architecture and was designed to be easy to extend. Check out CONTRIBUTING.md to get started!

\n

Mailspring's sync engine is spawned by the Electron application and runs locally on your computer. It will be open-sourced in the future but is currently closed source. When you set up your development environment, Mailspring uses the latest version of the sync process we've shipped for your platform so you don't need to pull sources or install its compile-time dependencies.

\n

\"Mailspring

\n

Features

\n

Mailspring comes packed with powerful features like Unified Inbox, Snooze, Send Later, Mail Rules, Templates and more. Mailspring Pro, which you can unlock with a monthly subscription, adds even more features for people who send a ton of email: link tracking, read receipts, mailbox analytics, contact and company profiles. All of these features run in the client - Mailspring does not send your email credentials to the cloud. For a full list of features, check out getmailspring.com.

\n

Download Mailspring

\n

You can download compiled versions of Mailspring for Windows, Mac OS X, and Linux (deb, rpm and snap) from https://getmailspring.com/download.

\n

Contributing

\n

Mailspring's UI is entirely open-source and pull requests and contributions are welcome! There are three ways to contribute: building a plugin, building a theme, and submitting pull requests to the project itself. When you're getting started, you may want to join our public slack so you can ask questions and learn from other people doing development.

\n

Mailspring's MailSync, however, is closed source. You can read more about the reasons why this is in the roadmap.

\n

Building A Plugin

\n

Plugins lie at the heart of Mailspring and give it its powerful features. Building your own plugins allows you to integrate the app with other tools, experiment with new workflows, and more. Follow the Getting Started guide to write your first plugin in five minutes.

\n\n

A plugin \"store\" like the Chrome Web Store is coming soon, and will make it easy for other users to discover plugins you create. (Right now, users need to \"sideload\" the plugins into the app by downloading them and copying them into place.)

\n

Building a Theme

\n

The Mailspring user interface is styled using CSS, which means it's easy to modify and extend. Mailspring comes stock with a few beautiful themes, and there are many more which have been built by community developers. To start creating a theme, clone the theme starter!

\n

If you are updating an existing Nylas theme for Mailspring here is a step by step tutorial. Notice: as part of the update process you will probably need to import mailspring base variables.

\n

Localizing / Translating

\n

Mailspring 1.5.0 and above support localization. If you're a fluent speaker of another language, we'd love your help improving translations. Check out the LOCALIZATION guide for more information.

\n

Contributing to Mailspring Core

\n

Pull requests are always welcome - check out CONTRIBUTING for more information about setting up the development environment, running tests locally, and submitting pull requests.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:30.635Z" + "readmeFetchedAt": "2020-09-18T00:10:43.498Z" }, "manta": { "readmeCleaned": "

\n \"Manta\n

\n

\n Manta\n \n \"Build\n \n \n \"v1.1.4\"\n \n \n \n \n \n \n \n

\n

A desktop application for creating invoices with beautiful and customizable templates.

\n

Screenshots •\nFeatures •\nDownloads •\nTechnologies •\nWhy? •\nGoals •\nDevelopment •\nFAQ •\nAcknowledgement

\n

Screenshots

\n

Here's a few screenshots of Manta. See more

\n

\"Business

\n

\"Minimal

\n

\"Form\"

\n

\"Invoice\"

\n

Translation

\n

Do you speak multiple languages? We need your help!

\n

If you're interested in translating Manta, please see the detailed instruction here.\nThe following languages are currently being translated, if you would like to Manta to support another language, please submit your request here.

\n\n

Features

\n
    \n
  • 🎚 Flexible form. You can turn on/off field and save as default setting.
  • \n
  • 🏗 Drag & drop for reordering items. This makes editing easier.
  • \n
  • 📐 Use SVGs for logo for better printing.
  • \n
  • 🎨 Custom designed & highly customizable templates.
  • \n
  • 🏷 Custom statuses for invoices.
  • \n
  • 📊 Export PDF for print or email.
  • \n
  • 🔒Complete Privacy. You financial data stays where it belongs.
  • \n
  • 💯 Totally Free.
  • \n
\n

Downloads

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
macOSWindowsLinux
Download v1.1.4Download v1.1.4Download v1.1.4
\n

More Download Options

\n

Supported Platforms

\n

Following platforms are supported by Electron:

\n

macOS\nThe minimum version supported is macOS 10.9.

\n

Windows\nWindows 7 and later are supported

\n

Linux:

\n
    \n
  • Ubuntu 12.04 and later
  • \n
  • Fedora 21
  • \n
  • Debian 8
  • \n
\n

More information.

\n

Note that on Linux, some users might experience a GPU bug where the select options rendered as a black box, see issue #128 of Manta and issue #4322 of Electron. This can be fixed by disabling hardware acceleration like so:

\n
manta --disable-hardware-acceleration
\n
\n

Remember that doing this might lead to some degradation of the app's performance. This is why "the fix" is not included by default.

\n
\n

Technologies

\n\n

Why

\n

The main reason I decided to build this is because I need a simple tool to create good looking invoices, estimates, and receipts but couldn't find one that suits my needs. I don't do invoicing for a living but I do need it occasionally so an ideal invoicing app just needs to be good at one thing and one thing only, which is making invoices. I really don't need a full-fledged bookkeeping or accounting software.

\n

I believe there are many people such as freelance designers, developers, photographers or writers... also have such need. However, most (if not all) products I found have these these problems:

\n

Complexity

\n
    \n
  • Most invoicing products nowadays is web-based, which means you’ll need to maintain a new account (possible a monthly fee, too) just to create an invoice.
  • \n
  • Sure, there some open-source products that can be self-hosted, but that will introduce a new layer of complexity to your workflow. Who will setup the product? Who will maintain the server? Who will cover the cost? ...
  • \n
  • You will always need internet connection to be able to create your invoices. It can be slow sometimes.
  • \n
\n

Privacy

\n
    \n
  • When you use a web service, most of the time, you’re giving away your data whether you want it or not. Financial data is sensitive and I believe that no one should know about your data except yourself.
  • \n
\n

Goals

\n

With that in mind, I know that Manta would need to satisfy these criteria:

\n
    \n
  • \n

    🚀 Fast!!!

    \n
  • \n
  • \n

    👍 Friendly UI & UX

    \n
  • \n
  • \n

    🎉 Has nice looking templates

    \n
  • \n
  • \n

    🔒 Does not touch user’s data

    \n
  • \n
  • \n

    💰 Free! :)

    \n

    If you think Manta delivers these, let me know by putting a star on this project 😉

    \n
  • \n
\n

Development

\n

It's very easy to get started with these 3 steps:

\n
    \n
  • Clone this project to your local machine.
  • \n
  • Open terminal and cd into the cloned folder, usually cd Manta.
  • \n
  • Run yarn install to install dependencies.
  • \n
  • Run yarn dev in one tab to start webpack-dev-server.
  • \n
  • Run yarn start in another tab to open the app.
  • \n
\n

This is still in beta and it's far from perfect so feedbacks, issues or PRs are greatly appreciated! :)

\n

Note that on Linux you will need additional dependencies to provide the icns2png and gm commands.\nUbuntu/Debian users can run: sudo apt install -y icnsutils graphicsmagick.

\n

FAQ

\n
    \n
  • Is this app built with Electron?
  • \n
\n

Yes, it's built on top of Electron. Please see the Technologies section for more info.

\n
    \n
  • What boilerplate did you use
  • \n
\n

None. This is my attempt to integrate Electron with React from scratch. The idea was to get a better understanding of how things work together, especially Webpack.\nBut I do take cue from other projects.

\n
    \n
  • What CSS/UI Framework did you use?
  • \n
\n

I wrote all the CSS myself. I only use Bootstrap for prototyping at first. But I gradually encapsulate most of the style to the component with the help of styled-components. There is some places still use Bootstrap mostly for layout purpose but I'll get rid of it eventually.

\n
    \n
  • Where did you get the icons?
  • \n
\n

ionicons. They're great!

\n
    \n
  • Why did you name the project Manta? It has nothing to do with invoicing.
  • \n
\n

It's actually very common to associate an animal with your brand. There's a reason behind the Twitter bird, the famous MailChimp Freddy or the Docker whale ... It's called the Baby-Face bias. You can read more about it in the book Designing for Emotion by Aaron Walter.\nIn my case, I was inspired by the movie Racing Extinction and by naming this project Manta, I hope to raise people's awareness on some environmental issues mentioned in the movie. You can read more about it here

\n
    \n
  • I like Manta's logo, did you design it?
  • \n
\n

Yes, I actually did all the illustrations as well as the templates that you see in the app.

\n
    \n
  • Are you available for hire?
  • \n
\n

Yes, I'm exploring new opportunities at the moment. Please let me know what you have in mind.

\n
    \n
  • How do I contact you?
  • \n
\n

If you find an issue, please report it here. For everything else, please drop me a line at hi@getmanta.app

\n

Acknowledgement

\n

Special thanks to Crowdin for providing an open-source license for Manta. Feel free to check out their website for more information about this amazing localization management platform.

\n
", "readmeOriginal": "

\n \"Manta\n

\n

\n Manta\n \n \"Build\n \n \n \"v1.1.4\"\n \n \n \n \n \n \n \n

\n

A desktop application for creating invoices with beautiful and customizable templates.

\n

Screenshots •\nFeatures •\nDownloads •\nTechnologies •\nWhy? •\nGoals •\nDevelopment •\nFAQ •\nAcknowledgement

\n

Screenshots

\n

Here's a few screenshots of Manta. See more

\n

\"Business

\n

\"Minimal

\n

\"Form\"

\n

\"Invoice\"

\n

Translation

\n

Do you speak multiple languages? We need your help!

\n

If you're interested in translating Manta, please see the detailed instruction here.\nThe following languages are currently being translated, if you would like to Manta to support another language, please submit your request here.

\n\n

Features

\n
    \n
  • 🎚 Flexible form. You can turn on/off field and save as default setting.
  • \n
  • 🏗 Drag & drop for reordering items. This makes editing easier.
  • \n
  • 📐 Use SVGs for logo for better printing.
  • \n
  • 🎨 Custom designed & highly customizable templates.
  • \n
  • 🏷 Custom statuses for invoices.
  • \n
  • 📊 Export PDF for print or email.
  • \n
  • 🔒Complete Privacy. You financial data stays where it belongs.
  • \n
  • 💯 Totally Free.
  • \n
\n

Downloads

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
macOSWindowsLinux
Download v1.1.4Download v1.1.4Download v1.1.4
\n

More Download Options

\n

Supported Platforms

\n

Following platforms are supported by Electron:

\n

macOS\nThe minimum version supported is macOS 10.9.

\n

Windows\nWindows 7 and later are supported

\n

Linux:

\n
    \n
  • Ubuntu 12.04 and later
  • \n
  • Fedora 21
  • \n
  • Debian 8
  • \n
\n

More information.

\n

Note that on Linux, some users might experience a GPU bug where the select options rendered as a black box, see issue #128 of Manta and issue #4322 of Electron. This can be fixed by disabling hardware acceleration like so:

\n
manta --disable-hardware-acceleration
\n
\n

Remember that doing this might lead to some degradation of the app's performance. This is why \"the fix\" is not included by default.

\n
\n

Technologies

\n\n

Why

\n

The main reason I decided to build this is because I need a simple tool to create good looking invoices, estimates, and receipts but couldn't find one that suits my needs. I don't do invoicing for a living but I do need it occasionally so an ideal invoicing app just needs to be good at one thing and one thing only, which is making invoices. I really don't need a full-fledged bookkeeping or accounting software.

\n

I believe there are many people such as freelance designers, developers, photographers or writers... also have such need. However, most (if not all) products I found have these these problems:

\n

Complexity

\n
    \n
  • Most invoicing products nowadays is web-based, which means you’ll need to maintain a new account (possible a monthly fee, too) just to create an invoice.
  • \n
  • Sure, there some open-source products that can be self-hosted, but that will introduce a new layer of complexity to your workflow. Who will setup the product? Who will maintain the server? Who will cover the cost? ...
  • \n
  • You will always need internet connection to be able to create your invoices. It can be slow sometimes.
  • \n
\n

Privacy

\n
    \n
  • When you use a web service, most of the time, you’re giving away your data whether you want it or not. Financial data is sensitive and I believe that no one should know about your data except yourself.
  • \n
\n

Goals

\n

With that in mind, I know that Manta would need to satisfy these criteria:

\n
    \n
  • \n

    🚀 Fast!!!

    \n
  • \n
  • \n

    👍 Friendly UI & UX

    \n
  • \n
  • \n

    🎉 Has nice looking templates

    \n
  • \n
  • \n

    🔒 Does not touch user’s data

    \n
  • \n
  • \n

    💰 Free! :)

    \n

    If you think Manta delivers these, let me know by putting a star on this project 😉

    \n
  • \n
\n

Development

\n

It's very easy to get started with these 3 steps:

\n
    \n
  • Clone this project to your local machine.
  • \n
  • Open terminal and cd into the cloned folder, usually cd Manta.
  • \n
  • Run yarn install to install dependencies.
  • \n
  • Run yarn dev in one tab to start webpack-dev-server.
  • \n
  • Run yarn start in another tab to open the app.
  • \n
\n

This is still in beta and it's far from perfect so feedbacks, issues or PRs are greatly appreciated! :)

\n

Note that on Linux you will need additional dependencies to provide the icns2png and gm commands.\nUbuntu/Debian users can run: sudo apt install -y icnsutils graphicsmagick.

\n

FAQ

\n
    \n
  • Is this app built with Electron?
  • \n
\n

Yes, it's built on top of Electron. Please see the Technologies section for more info.

\n
    \n
  • What boilerplate did you use
  • \n
\n

None. This is my attempt to integrate Electron with React from scratch. The idea was to get a better understanding of how things work together, especially Webpack.\nBut I do take cue from other projects.

\n
    \n
  • What CSS/UI Framework did you use?
  • \n
\n

I wrote all the CSS myself. I only use Bootstrap for prototyping at first. But I gradually encapsulate most of the style to the component with the help of styled-components. There is some places still use Bootstrap mostly for layout purpose but I'll get rid of it eventually.

\n
    \n
  • Where did you get the icons?
  • \n
\n

ionicons. They're great!

\n
    \n
  • Why did you name the project Manta? It has nothing to do with invoicing.
  • \n
\n

It's actually very common to associate an animal with your brand. There's a reason behind the Twitter bird, the famous MailChimp Freddy or the Docker whale ... It's called the Baby-Face bias. You can read more about it in the book Designing for Emotion by Aaron Walter.\nIn my case, I was inspired by the movie Racing Extinction and by naming this project Manta, I hope to raise people's awareness on some environmental issues mentioned in the movie. You can read more about it here

\n
    \n
  • I like Manta's logo, did you design it?
  • \n
\n

Yes, I actually did all the illustrations as well as the templates that you see in the app.

\n
    \n
  • Are you available for hire?
  • \n
\n

Yes, I'm exploring new opportunities at the moment. Please let me know what you have in mind.

\n
    \n
  • How do I contact you?
  • \n
\n

If you find an issue, please report it here. For everything else, please drop me a line at hi@getmanta.app

\n

Acknowledgement

\n

Special thanks to Crowdin for providing an open-source license for Manta. Feel free to check out their website for more information about this amazing localization management platform.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:30.823Z" + "readmeFetchedAt": "2020-09-18T00:10:43.545Z" }, "markdown-c3": { "readmeCleaned": "
", "readmeOriginal": "
", - "readmeFetchedAt": "2020-09-17T12:09:30.955Z" - }, - "lps-studio": { - "readmeCleaned": "

LPS Studio

\n

\n\"LPS\n

\n

\"LPS

\n

LPS Studio is an interactive storytelling tool for visualising Logic Production System (LPS) programs using the lps.js interpreter on top of using Electron and Angular frameworks.

\n

Self-contained installers of LPS Studio for various platforms are available in the Releases page.

\n

\"LPS

\n

Development Setup

\n

To setup for development, ensure you have Node.js and npm installed on your system. After cloning this repository, install all dependencies using:

\n
npm install\n
\n

Once all dependencies are installed, you can run an instance of LPS Studio by running the command:

\n
npm run electron:local\n
\n

If incompatible Node.js or npm version warnings show up, follow the instructions given and update your Node.js / npm as required. Angular compilation requires at least Node.js v8.9 or newer.

\n

Packaging

\n

To package LPS Studio for distribution, you will need to run one of the following commands:

\n
    \n
  • For Windows (msi and Setup): npm run electron:windows
  • \n
  • For macOS (DMG): npm run electron:mac
  • \n
  • For Linux (AppImage and Debian): npm run electron:linux
  • \n
  • For all three paltforms: npm run electron:all
  • \n
\n

License

\n

LPS Studio is open source and licensed under the BSD 3-Clause. The implementation depends on the LPS runtime lps.js and several other open source . lps.js was implemented as part of Sam Yong's MSc Computer Science Individual Project and thesis at Imperial College London in 2018.

\n

Images and illustrations in this repository, otherwise explicitly stated, are made by Sam Yong and are licensed under CC BY-NC-SA 3.0.

\n
", - "readmeOriginal": "

LPS Studio

\n

\n\"LPS\n

\n

\"LPS

\n

LPS Studio is an interactive storytelling tool for visualising Logic Production System (LPS) programs using the lps.js interpreter on top of using Electron and Angular frameworks.

\n

Self-contained installers of LPS Studio for various platforms are available in the Releases page.

\n

\"LPS

\n

Development Setup

\n

To setup for development, ensure you have Node.js and npm installed on your system. After cloning this repository, install all dependencies using:

\n
npm install\n
\n

Once all dependencies are installed, you can run an instance of LPS Studio by running the command:

\n
npm run electron:local\n
\n

If incompatible Node.js or npm version warnings show up, follow the instructions given and update your Node.js / npm as required. Angular compilation requires at least Node.js v8.9 or newer.

\n

Packaging

\n

To package LPS Studio for distribution, you will need to run one of the following commands:

\n
    \n
  • For Windows (msi and Setup): npm run electron:windows
  • \n
  • For macOS (DMG): npm run electron:mac
  • \n
  • For Linux (AppImage and Debian): npm run electron:linux
  • \n
  • For all three paltforms: npm run electron:all
  • \n
\n

License

\n

LPS Studio is open source and licensed under the BSD 3-Clause. The implementation depends on the LPS runtime lps.js and several other open source . lps.js was implemented as part of Sam Yong's MSc Computer Science Individual Project and thesis at Imperial College London in 2018.

\n

Images and illustrations in this repository, otherwise explicitly stated, are made by Sam Yong and are licensed under CC BY-NC-SA 3.0.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:30.962Z" + "readmeFetchedAt": "2020-09-18T00:10:43.554Z" }, "markdown-explorer": { "readmeCleaned": "

Markdown Explorer

\n

Easily explore, view and edit markdown documentation of a file tree.

\n

Common use case

\n

If your projects documentation is written in Markdown, with md files dispersed throughout your project tree, Markdown Explorer displays md files in a tree structure, and it allows filtering by file name or by file content.

\n

Quick start

\n

Just drop a folder on the window (or click on the folder icon on top left) to show the Markdown documentation of this folder. Then, explore the tree on the left, and toggle view/edit mode on md file with the button on the top right.

\n

Features

\n
    \n
  • md file Tree\n
      \n
    • Show only md file in a file tree
    • \n
    • Filter\n
        \n
      • Filter file tree by file content
      • \n
      • Filter file tree by file name
      • \n
      • Filter file tree by file path
      • \n
      • Highlight occurrences
      • \n
      \n
    • \n
    • Ignore some folder names
    • \n
    • Tree and file content cache to speed up search/tree display
    • \n
    • Remove number and underscore from file/folder names in tree view
    • \n
    \n
  • \n
  • md files\n
      \n
    • View md file
    • \n
    • Add generated table of content automatically at begin of render view
    • \n
    • Edit md file
    • \n
    • Automatic save
    • \n
    • Quick md syntax help
    • \n
    \n
  • \n
  • Navigate:\n
      \n
    • previous/next opened md with scroll position
    • \n
    • relative reference md links
    • \n
    \n
  • \n
  • Remember last opened tree/file
  • \n
  • Pass configuration from command line: set tree/md path to show, and folders to ignore in tree
  • \n
\n

Screenshots

\n

Md tree and view mode :

\n

\"\"

\n

Edit mode :

\n

\"\"

\n

How To Use

\n
$ git clone https://github.com/jersou/markdown-explorer\n$ cd markdown-explorer\n$ npm install\n$ npm start\n
\n

or \"\" download the app

\n

Documentation

\n

The app documentation is available inside the doc folder

\n

Stack

\n\n

Note

\n

This app is my first Electron app (except very small tests), then it's probably not a good example ;-), it's a quick dev to learn Electron and it would be necessary to refactor the code in the (near) future (but it's functional :-) ).

\n

Contributor

\n

Jeremy Soulary

\n

\"\"

\n

License

\n

MIT License

\n

Copyright (c) 2018 Jeremy Soulary http://www.soulary.com/

\n

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

\n

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

\n

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

\n
", "readmeOriginal": "

Markdown Explorer

\n

Easily explore, view and edit markdown documentation of a file tree.

\n

Common use case

\n

If your projects documentation is written in Markdown, with md files dispersed throughout your project tree, Markdown Explorer displays md files in a tree structure, and it allows filtering by file name or by file content.

\n

Quick start

\n

Just drop a folder on the window (or click on the folder icon on top left) to show the Markdown documentation of this folder. Then, explore the tree on the left, and toggle view/edit mode on md file with the button on the top right.

\n

Features

\n
    \n
  • md file Tree\n
      \n
    • Show only md file in a file tree
    • \n
    • Filter\n
        \n
      • Filter file tree by file content
      • \n
      • Filter file tree by file name
      • \n
      • Filter file tree by file path
      • \n
      • Highlight occurrences
      • \n
      \n
    • \n
    • Ignore some folder names
    • \n
    • Tree and file content cache to speed up search/tree display
    • \n
    • Remove number and underscore from file/folder names in tree view
    • \n
    \n
  • \n
  • md files\n
      \n
    • View md file
    • \n
    • Add generated table of content automatically at begin of render view
    • \n
    • Edit md file
    • \n
    • Automatic save
    • \n
    • Quick md syntax help
    • \n
    \n
  • \n
  • Navigate:\n
      \n
    • previous/next opened md with scroll position
    • \n
    • relative reference md links
    • \n
    \n
  • \n
  • Remember last opened tree/file
  • \n
  • Pass configuration from command line: set tree/md path to show, and folders to ignore in tree
  • \n
\n

Screenshots

\n

Md tree and view mode :

\n

\"\"

\n

Edit mode :

\n

\"\"

\n

How To Use

\n
$ git clone https://github.com/jersou/markdown-explorer\n$ cd markdown-explorer\n$ npm install\n$ npm start\n
\n

or \"\" download the app

\n

Documentation

\n

The app documentation is available inside the doc folder

\n

Stack

\n\n

Note

\n

This app is my first Electron app (except very small tests), then it's probably not a good example ;-), it's a quick dev to learn Electron and it would be necessary to refactor the code in the (near) future (but it's functional :-) ).

\n

Contributor

\n

Jeremy Soulary

\n

\"\"

\n

License

\n

MIT License

\n

Copyright (c) 2018 Jeremy Soulary http://www.soulary.com/

\n

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

\n

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

\n

THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:30.966Z" + "readmeFetchedAt": "2020-09-18T00:10:43.570Z" }, "marksearch": { "readmeCleaned": "

Note: I am no longer maintaining this app.

\n

See https://darkle.github.io/MarkSearch/ for details and help.

\n

Privacy Policy:

\n

MarkSearch does not collect any information about you. It also does no tracking, has no analytics and sends nothing to the internet.

\n
", "readmeOriginal": "

Note: I am no longer maintaining this app.

\n

See https://darkle.github.io/MarkSearch/ for details and help.

\n

Privacy Policy:

\n

MarkSearch does not collect any information about you. It also does no tracking, has no analytics and sends nothing to the internet.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:31.111Z" + "readmeFetchedAt": "2020-09-18T00:10:43.573Z" + }, + "lps-studio": { + "readmeCleaned": "

LPS Studio

\n

\n\"LPS\n

\n

\"LPS

\n

LPS Studio is an interactive storytelling tool for visualising Logic Production System (LPS) programs using the lps.js interpreter on top of using Electron and Angular frameworks.

\n

Self-contained installers of LPS Studio for various platforms are available in the Releases page.

\n

\"LPS

\n

Development Setup

\n

To setup for development, ensure you have Node.js and npm installed on your system. After cloning this repository, install all dependencies using:

\n
npm install\n
\n

Once all dependencies are installed, you can run an instance of LPS Studio by running the command:

\n
npm run electron:local\n
\n

If incompatible Node.js or npm version warnings show up, follow the instructions given and update your Node.js / npm as required. Angular compilation requires at least Node.js v8.9 or newer.

\n

Packaging

\n

To package LPS Studio for distribution, you will need to run one of the following commands:

\n
    \n
  • For Windows (msi and Setup): npm run electron:windows
  • \n
  • For macOS (DMG): npm run electron:mac
  • \n
  • For Linux (AppImage and Debian): npm run electron:linux
  • \n
  • For all three paltforms: npm run electron:all
  • \n
\n

License

\n

LPS Studio is open source and licensed under the BSD 3-Clause. The implementation depends on the LPS runtime lps.js and several other open source . lps.js was implemented as part of Sam Yong's MSc Computer Science Individual Project and thesis at Imperial College London in 2018.

\n

Images and illustrations in this repository, otherwise explicitly stated, are made by Sam Yong and are licensed under CC BY-NC-SA 3.0.

\n
", + "readmeOriginal": "

LPS Studio

\n

\n\"LPS\n

\n

\"LPS

\n

LPS Studio is an interactive storytelling tool for visualising Logic Production System (LPS) programs using the lps.js interpreter on top of using Electron and Angular frameworks.

\n

Self-contained installers of LPS Studio for various platforms are available in the Releases page.

\n

\"LPS

\n

Development Setup

\n

To setup for development, ensure you have Node.js and npm installed on your system. After cloning this repository, install all dependencies using:

\n
npm install\n
\n

Once all dependencies are installed, you can run an instance of LPS Studio by running the command:

\n
npm run electron:local\n
\n

If incompatible Node.js or npm version warnings show up, follow the instructions given and update your Node.js / npm as required. Angular compilation requires at least Node.js v8.9 or newer.

\n

Packaging

\n

To package LPS Studio for distribution, you will need to run one of the following commands:

\n
    \n
  • For Windows (msi and Setup): npm run electron:windows
  • \n
  • For macOS (DMG): npm run electron:mac
  • \n
  • For Linux (AppImage and Debian): npm run electron:linux
  • \n
  • For all three paltforms: npm run electron:all
  • \n
\n

License

\n

LPS Studio is open source and licensed under the BSD 3-Clause. The implementation depends on the LPS runtime lps.js and several other open source . lps.js was implemented as part of Sam Yong's MSc Computer Science Individual Project and thesis at Imperial College London in 2018.

\n

Images and illustrations in this repository, otherwise explicitly stated, are made by Sam Yong and are licensed under CC BY-NC-SA 3.0.

\n
", + "readmeFetchedAt": "2020-09-18T00:10:43.579Z" }, "markdownify": { "readmeCleaned": "

\n
\n \"Markdownify\"\n
\n Markdownify\n
\n

\n

A minimal Markdown Editor desktop app built on top of Electron.

\n

\n \n \"Gitter\"\n \n \n \n \n \n \n \n \n

\n

\n Key Features •\n How To Use •\n Download •\n Credits •\n Related •\n License\n

\n

\"screenshot\"

\n

Key Features

\n
    \n
  • LivePreview - Make changes, See changes\n
      \n
    • Instantly see what your Markdown documents look like in HTML as you create them.
    • \n
    \n
  • \n
  • Sync Scrolling\n
      \n
    • While you type, LivePreview will automatically scroll to the current location you're editing.
    • \n
    \n
  • \n
  • GitHub Flavored Markdown
  • \n
  • Syntax highlighting
  • \n
  • KaTeX Support
  • \n
  • Dark/Light mode
  • \n
  • Toolbar for basic Markdown formatting
  • \n
  • Supports multiple cursors
  • \n
  • Save the Markdown preview as PDF
  • \n
  • Emoji support in preview 🎉
  • \n
  • App will keep alive in tray for quick usage
  • \n
  • Full screen mode\n
      \n
    • Write distraction free.
    • \n
    \n
  • \n
  • Cross platform\n
      \n
    • Windows, macOS and Linux ready.
    • \n
    \n
  • \n
\n

How To Use

\n

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

\n
# Clone this repository\n$ git clone https://github.com/amitmerchant1990/electron-markdownify\n\n# Go into the repository\n$ cd electron-markdownify\n\n# Install dependencies\n$ npm install\n\n# Run the app\n$ npm start
\n

Note: If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

\n

Download

\n

You can download the latest installable version of Markdownify for Windows, macOS and Linux.

\n

Emailware

\n

Markdownify is an emailware. Meaning, if you liked using this app or it has helped you in any way, I'd like you send me an email at bullredeyes@gmail.com about anything you'd want to say about this software. I'd really appreciate it!

\n

Credits

\n

This software uses the following open source packages:

\n\n

Related

\n

markdownify-web - Web version of Markdownify

\n

Support

\n

\"Buy

\n

Or

\n\n\t\n\n

You may also like...

\n
    \n
  • Pomolectron - A pomodoro app
  • \n
  • Correo - A menubar/taskbar Gmail App for Windows and macOS
  • \n
\n

License

\n

MIT

\n
\n
\n

amitmerchant.com  · \nGitHub @amitmerchant1990  · \nTwitter @amit_merchant

\n
\n
", "readmeOriginal": "

\n
\n \"Markdownify\"\n
\n Markdownify\n
\n

\n

A minimal Markdown Editor desktop app built on top of Electron.

\n

\n \n \"Gitter\"\n \n \n \n \n \n \n \n \n

\n

\n Key Features •\n How To Use •\n Download •\n Credits •\n Related •\n License\n

\n

\"screenshot\"

\n

Key Features

\n
    \n
  • LivePreview - Make changes, See changes\n
      \n
    • Instantly see what your Markdown documents look like in HTML as you create them.
    • \n
    \n
  • \n
  • Sync Scrolling\n
      \n
    • While you type, LivePreview will automatically scroll to the current location you're editing.
    • \n
    \n
  • \n
  • GitHub Flavored Markdown
  • \n
  • Syntax highlighting
  • \n
  • KaTeX Support
  • \n
  • Dark/Light mode
  • \n
  • Toolbar for basic Markdown formatting
  • \n
  • Supports multiple cursors
  • \n
  • Save the Markdown preview as PDF
  • \n
  • Emoji support in preview 🎉
  • \n
  • App will keep alive in tray for quick usage
  • \n
  • Full screen mode\n
      \n
    • Write distraction free.
    • \n
    \n
  • \n
  • Cross platform\n
      \n
    • Windows, macOS and Linux ready.
    • \n
    \n
  • \n
\n

How To Use

\n

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

\n
# Clone this repository\n$ git clone https://github.com/amitmerchant1990/electron-markdownify\n\n# Go into the repository\n$ cd electron-markdownify\n\n# Install dependencies\n$ npm install\n\n# Run the app\n$ npm start
\n

Note: If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

\n

Download

\n

You can download the latest installable version of Markdownify for Windows, macOS and Linux.

\n

Emailware

\n

Markdownify is an emailware. Meaning, if you liked using this app or it has helped you in any way, I'd like you send me an email at bullredeyes@gmail.com about anything you'd want to say about this software. I'd really appreciate it!

\n

Credits

\n

This software uses the following open source packages:

\n\n

Related

\n

markdownify-web - Web version of Markdownify

\n

Support

\n

\"Buy

\n

Or

\n\n\t\n\n

You may also like...

\n
    \n
  • Pomolectron - A pomodoro app
  • \n
  • Correo - A menubar/taskbar Gmail App for Windows and macOS
  • \n
\n

License

\n

MIT

\n
\n
\n

amitmerchant.com  · \nGitHub @amitmerchant1990  · \nTwitter @amit_merchant

\n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:31.125Z" + "readmeFetchedAt": "2020-09-18T00:10:43.586Z" }, "marp": { "readmeCleaned": "

\n \n \"It's\n \n

\n

It's a time to migrate into Marp Next!

\n

The publication of classic Marp app has ended.

\n

Marp desktop app, a simple Markdown presentation writer, already had stopped maintenance since 2017. Today Marp team is focusing into Marp Next project, the brand-new presentation ecosystem for the future.

\n

See more details in our blog post.

\n

Why?

\n

We had kept publishing app for stuck users that are thinking Marp Next is too complex.

\n

But recently, we received a serious security report for outdated app. By opening a malicious Markdown, an attacker can execute arbitrary code through remote. We are responsible for saving users from malicious.

\n

If you are currently using Marp app, please stop using as soon as possible and migrate into well-maintained Marp Next tools.

\n

Marp Next tools

\n

Marp Next is not complex! Simply you can just use either one if you want to create slide deck.

\n

Marp for VS Code (Recommended)

\n

Marp for VS Code, an extension for Visual Studio Code, is the best alternative for desktop app users. There are key features inherited from the classic Marp app.

\n
    \n
  • Live preview
  • \n
  • Export to PDF, HTML, and PPTX (via Marp CLI)
  • \n
  • Support built-in 3 themes and custom theme CSS
  • \n
\n

Marp CLI

\n

Marp CLI is simple but powerful CLI converter from Marp Markdown into PDF, HTML, PPTX, and images. You can use it if you don't want GUI editor.

\n

I also have an example repository to automate generating slide deck and serving through Marp CLI + Netlify or ZEIT Now.

\n

Migrate Markdown

\n

Marp Next is losing Markdown compatibility with classic app, but your slide would keep appearance as before just by some changes in most cases. Please see our blog post for details.

\n

Thanks

\n

Thanks for a lot of users / contributors of desktop app. Marp has changed my life as developer without doubt, and I've learned a lot from many feedbacks.

\n

Now Marp Next project is evolving built on them. I hope you like it too.

\n
\n

— Yuki Hattori (@yhatt)

\n
", "readmeOriginal": "

\n \n \"It's\n \n

\n

It's a time to migrate into Marp Next!

\n

The publication of classic Marp app has ended.

\n

Marp desktop app, a simple Markdown presentation writer, already had stopped maintenance since 2017. Today Marp team is focusing into Marp Next project, the brand-new presentation ecosystem for the future.

\n

See more details in our blog post.

\n

Why?

\n

We had kept publishing app for stuck users that are thinking Marp Next is too complex.

\n

But recently, we received a serious security report for outdated app. By opening a malicious Markdown, an attacker can execute arbitrary code through remote. We are responsible for saving users from malicious.

\n

If you are currently using Marp app, please stop using as soon as possible and migrate into well-maintained Marp Next tools.

\n

Marp Next tools

\n

Marp Next is not complex! Simply you can just use either one if you want to create slide deck.

\n

Marp for VS Code (Recommended)

\n

Marp for VS Code, an extension for Visual Studio Code, is the best alternative for desktop app users. There are key features inherited from the classic Marp app.

\n
    \n
  • Live preview
  • \n
  • Export to PDF, HTML, and PPTX (via Marp CLI)
  • \n
  • Support built-in 3 themes and custom theme CSS
  • \n
\n

Marp CLI

\n

Marp CLI is simple but powerful CLI converter from Marp Markdown into PDF, HTML, PPTX, and images. You can use it if you don't want GUI editor.

\n

I also have an example repository to automate generating slide deck and serving through Marp CLI + Netlify or ZEIT Now.

\n

Migrate Markdown

\n

Marp Next is losing Markdown compatibility with classic app, but your slide would keep appearance as before just by some changes in most cases. Please see our blog post for details.

\n

Thanks

\n

Thanks for a lot of users / contributors of desktop app. Marp has changed my life as developer without doubt, and I've learned a lot from many feedbacks.

\n

Now Marp Next project is evolving built on them. I hope you like it too.

\n
\n

— Yuki Hattori (@yhatt)

\n
", - "readmeFetchedAt": "2020-09-17T12:09:31.333Z" + "readmeFetchedAt": "2020-09-18T00:10:43.641Z" }, "masscode": { "readmeCleaned": "

massCode

\n

A free and open source code snippets manager for developers.

\n

\n \n

\n

\n \"GitHub\n \"GitHub\n \"GitHub\n \"GitHub\"\n

\n

\n \n

\n

\n Built with Electron, Vue & Monaco editor.\n
\n Inspired by applications like SnippetsLab and Quiver.\n

\n

\n Official Website | Documentation | Change Log\n

\n

Supporting

\n

massCode is open source project and completely free to use.

\n

However, the amount of effort needed to maintain and develop new features for the project is not sustainable without proper financial backing. You can support massCode development via the following methods:

\n
\n

\"Donate\n\"Donate\n\"Donate\n\"Donate

\n
\n

Overview

\n

The goal of creating this application was mostly my own growth as a developer. Also, I wanted this project to absorb the best of such applications already on the market (both free and paid). At the same time, I wanted this project to be an open source project.

\n

massCode allows you to organize snippets using multi-level folders as well as tags. Each snippet has fragments - tabs, which gives even greater level of organization

\n

A snippets manager must not only provide organization of snippets but also have a good code editor. That's why under the hood of massCode there's Monaco editor. Monaco is a modern code editor from Microsoft which is used in one of the most popular editor VS Code. The editor provides IntelliSense, validation for TypeScript, JavaScript, CSS, LESS, SCSS, JSON, HTML. It's also added a super productive Emmet and Prettier to code formatter.

\n

Development

\n
# install dependencies\nyarn\n# serve with hot reload\nyarn dev
\n

Building

\n
## build application for production\nyarn build
\n

License

\n

AGPL-3.0

\n

Copyright (c) 2019-present, Anton Reshetov.

\n
", "readmeOriginal": "

massCode

\n

A free and open source code snippets manager for developers.

\n

\n \n

\n

\n \"GitHub\n \"GitHub\n \"GitHub\n \"GitHub\"\n

\n

\n \n

\n

\n Built with Electron, Vue & Monaco editor.\n
\n Inspired by applications like SnippetsLab and Quiver.\n

\n

\n Official Website | Documentation | Change Log\n

\n

Supporting

\n

massCode is open source project and completely free to use.

\n

However, the amount of effort needed to maintain and develop new features for the project is not sustainable without proper financial backing. You can support massCode development via the following methods:

\n
\n

\"Donate\n\"Donate\n\"Donate\n\"Donate

\n
\n

Overview

\n

The goal of creating this application was mostly my own growth as a developer. Also, I wanted this project to absorb the best of such applications already on the market (both free and paid). At the same time, I wanted this project to be an open source project.

\n

massCode allows you to organize snippets using multi-level folders as well as tags. Each snippet has fragments - tabs, which gives even greater level of organization

\n

A snippets manager must not only provide organization of snippets but also have a good code editor. That's why under the hood of massCode there's Monaco editor. Monaco is a modern code editor from Microsoft which is used in one of the most popular editor VS Code. The editor provides IntelliSense, validation for TypeScript, JavaScript, CSS, LESS, SCSS, JSON, HTML. It's also added a super productive Emmet and Prettier to code formatter.

\n

Development

\n
# install dependencies\nyarn\n# serve with hot reload\nyarn dev
\n

Building

\n
## build application for production\nyarn build
\n

License

\n

AGPL-3.0

\n

Copyright (c) 2019-present, Anton Reshetov.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:31.436Z" - }, - "mattermost": { - "readmeCleaned": "

Mattermost Desktop

\n

Native desktop application for Mattermost running on Windows, Mac, and Linux.

\n

Originally created as "electron-mattermost" by Yuya Ochiai. Developed using Electron.

\n

\"screenshot_20\"

\n

\"Circle

\n

Features

\n

Desktop integration

\n
    \n
  • Tabs for multiple teams across multiple servers
  • \n
  • Desktop Notifications\n
      \n
    • Windows 10: Toast
    • \n
    • Windows 7-8.1: Popup like Toast
    • \n
    • OS X: Notification Center
    • \n
    • Linux: libnotify
    • \n
    \n
  • \n
  • Badges for unread channels and mentions
  • \n
  • Installs as native application
  • \n
\n

Pre-packaged

\n

You don't have to install any other software.\nPackages are available on the releases page.

\n

Usage

\n

Installation

\n

Detailed guides are available at docs.mattermost.com.

\n
    \n
  1. Download a file from the downloads page.
  2. \n
  3. Launch Mattermost in the unarchived folder.
  4. \n
  5. On the first launch, please input name and URL for your Mattermost server. For example, myserver : https://mattermost.example.com.
  6. \n
\n

Quit

\n

Ctrl or Command + Q to quit.

\n

Configuration

\n

You can show the dialog from menu bar.

\n

Configuration will be saved into Electron's userData directory:

\n
    \n
  • %APPDATA%\\Mattermost on Windows
  • \n
  • ~/Library/Application Support/Mattermost on OS X
  • \n
  • ~/.config/Mattermost on Linux
  • \n
\n

A custom data directory location can be specified with:

\n
    \n
  • Mattermost.exe --args --data-dir C:\\my-mattermost-data on Windows
  • \n
  • open /Applications/Mattermost.app/ --args --data-dir ~/my-mattermost-data/ on macOS
  • \n
  • ./mattermost-desktop --args --data-dir ~/my-mattermost-data/ on Linux
  • \n
\n

When you upgrade from electron-mattermost, please copy config.json from electron-mattermost.\nOtherwise, you have to configure again.

\n

Proxy

\n

Normally, the application will follow your system settings to use a proxy, or you can set up a proxy by the following command line options.

\n
    \n
  • --proxy-server=<SERVER>:<PORT>
  • \n
  • --proxy-pac-url=<URL>
  • \n
\n

On Windows, please make sure to add -- before options. For example, Mattermost.exe -- --proxy-server=....

\n

Custom App Deployments

\n

Our docs provide a guide on how to customize and distribute your own Mattermost Desktop App, including how to distribute the official Windows Desktop App silently to end users, pre-configured with the server URL and other app settings.

\n

Contributing

\n

Please see CONTRIBUTING.md.

\n

Development

\n

Please see docs/development.md.

\n
", - "readmeOriginal": "

Mattermost Desktop

\n

Native desktop application for Mattermost running on Windows, Mac, and Linux.

\n

Originally created as \"electron-mattermost\" by Yuya Ochiai. Developed using Electron.

\n

\"screenshot_20\"

\n

\"Circle

\n

Features

\n

Desktop integration

\n
    \n
  • Tabs for multiple teams across multiple servers
  • \n
  • Desktop Notifications\n
      \n
    • Windows 10: Toast
    • \n
    • Windows 7-8.1: Popup like Toast
    • \n
    • OS X: Notification Center
    • \n
    • Linux: libnotify
    • \n
    \n
  • \n
  • Badges for unread channels and mentions
  • \n
  • Installs as native application
  • \n
\n

Pre-packaged

\n

You don't have to install any other software.\nPackages are available on the releases page.

\n

Usage

\n

Installation

\n

Detailed guides are available at docs.mattermost.com.

\n
    \n
  1. Download a file from the downloads page.
  2. \n
  3. Launch Mattermost in the unarchived folder.
  4. \n
  5. On the first launch, please input name and URL for your Mattermost server. For example, myserver : https://mattermost.example.com.
  6. \n
\n

Quit

\n

Ctrl or Command + Q to quit.

\n

Configuration

\n

You can show the dialog from menu bar.

\n

Configuration will be saved into Electron's userData directory:

\n
    \n
  • %APPDATA%\\Mattermost on Windows
  • \n
  • ~/Library/Application Support/Mattermost on OS X
  • \n
  • ~/.config/Mattermost on Linux
  • \n
\n

A custom data directory location can be specified with:

\n
    \n
  • Mattermost.exe --args --data-dir C:\\my-mattermost-data on Windows
  • \n
  • open /Applications/Mattermost.app/ --args --data-dir ~/my-mattermost-data/ on macOS
  • \n
  • ./mattermost-desktop --args --data-dir ~/my-mattermost-data/ on Linux
  • \n
\n

When you upgrade from electron-mattermost, please copy config.json from electron-mattermost.\nOtherwise, you have to configure again.

\n

Proxy

\n

Normally, the application will follow your system settings to use a proxy, or you can set up a proxy by the following command line options.

\n
    \n
  • --proxy-server=<SERVER>:<PORT>
  • \n
  • --proxy-pac-url=<URL>
  • \n
\n

On Windows, please make sure to add -- before options. For example, Mattermost.exe -- --proxy-server=....

\n

Custom App Deployments

\n

Our docs provide a guide on how to customize and distribute your own Mattermost Desktop App, including how to distribute the official Windows Desktop App silently to end users, pre-configured with the server URL and other app settings.

\n

Contributing

\n

Please see CONTRIBUTING.md.

\n

Development

\n

Please see docs/development.md.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:31.449Z" + "readmeFetchedAt": "2020-09-18T00:10:43.683Z" }, "marktext": { "readmeCleaned": "

\"Mark

\n

Mark Text

\n
\n \n \"twitter\"\n \n
\n
\n 🔆 Next generation markdown editor 🌙
\n A simple and elegant open-source markdown editor that focused on speed and usability.
\n Available for Linux, macOS and Windows.\n
\n
\n
\n \n \n \"website\"\n \n \n \n \"LICENSE\"\n \n \n \n \"build\"\n \n \n \"build\"\n \n \n \n \"total\n \n \n \n \"latest\n \n \n \n \"sponsors\"\n \n
\n
\n

\n \n Website\n \n | \n \n Features\n \n | \n \n Downloads\n \n | \n \n Development\n \n | \n \n Contribution\n \n

\n
\n
\n Translations:\n \n 🇨🇳\n \n \n 🇹🇼\n \n \n 🇵🇱\n \n \n 🇯🇵\n \n \n 🇫🇷\n \n \n 🇹🇷\n \n \n 🇪🇸\n \n \n 🇵🇹\n \n \n 🇰🇷\n \n
\n
\n This Markdown editor that could. Built with ❤︎ by\n Jocs and\n \n contributors\n \n \n
\n
\n

Supporting Mark Text

\n

Mark Text is an MIT licensed open source project, and the latest version will always be downloadable for free from the GitHub release page. Mark Text is still in development, and its development is inseparable from all sponsors. I hope you join them:

\n\n
What's the difference between Patreon and Open Collective?
\n

Patreon: Funds will be directly sponsored to Luo Ran (@jocs) who created Mark Text and continues to maintain it.\nOpen Collective: All expenses are transparent. The funds will be used for the development and maintenance of Mark Text, funding online and offline activities, and acquiring other necessary resources.\nNames and company logos of all sponsors (from both Patreon and Open Collective) will appear on the official website for Mark Text and in its README.md file.

\n

Special Sponsors

\n\n \n\n

Platinum Sponsors

\n\n \n\n

Gold Sponsors

\n\n \n\n

Silver Sponsors

\n\n \n\n

Bronze Sponsors

\n\n \n\n

Backers

\n\n \n\n

Screenshot

\n

\"\"

\n

Features

\n
    \n
  • Realtime preview (WYSIWYG) and a clean and simple interface to get a distraction-free writing experience.
  • \n
  • Support CommonMark Spec, GitHub Flavored Markdown Spec and selective support Pandoc markdown.
  • \n
  • Markdown extensions such as math expressions (KaTeX), front matter and emojis.
  • \n
  • Support paragraphs and inline style shortcuts to improve your writing efficiency.
  • \n
  • Output HTML and PDF files.
  • \n
  • Various themes: Cadmium Light, Material Dark etc.
  • \n
  • Various editing modes: Source Code mode, Typewriter mode, Focus mode.
  • \n
  • Paste images directly from clipboard
  • \n
\n

🌙themes🔆

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Cadmium LightDark
\"\"\"\"
Graphite LightMaterial Dark
\"\"\"\"
Ulysses LightOne Dark
\"\"\"\"
\n

😸Edit modes🐶

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Source CodeTypewriterFocus
\"\"\"\"\"\"
\n

Why write another editor?

\n
    \n
  1. I love writing. I have used a lot of markdown editors, yet there is still not an editor that can fully meet my needs. I don't like to be disturbed when I write by some unbearable bug. Mark Text uses virtual DOM to render pages which has the added benefits of being highly efficient and being open source. That way anyone who loves markdown and writing can use Mark Text.
  2. \n
  3. As mentioned above, Mark Text is completely free and open source and will be open source forever. We hope that all markdown lovers will contribute their own code and help develop Mark Text into a popular markdown editor.
  4. \n
  5. There are many markdown editors and all have their own merits, some have features which others don't. It's difficult to satisfy each markdown users' needs but we hope Mark Text will be able to satisfy each markdown user as much as possible. Although the latest Mark Text is still not perfect, we will try to make it as best as we possibly can.
  6. \n
\n

Download and Installation

\n

\"platform\"

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\"\"\"\"\"\"
\"latest\"latest\"latest
\n

Want to see new features of the latest version? Please refer to CHANGELOG.

\n

macOS

\n

You can either download the latest marktext-%version%.dmg from the release page or install Mark Text using homebrew cask. To use Homebrew-Cask you just need to have Homebrew installed.

\n
brew cask install mark-text
\n

Windows

\n

Simply download and install Mark Text via setup wizard (marktext-setup-%version%.exe) and choose whether to install per-user or machine wide.

\n

Alternatively, install Mark Text using Chocolatey. To use Chocolatey you need to have Chocolatey installed.

\n
choco install marktext
\n

Linux

\n

Please follow the Linux installation instructions.

\n

Other

\n

All binaries for Linux, macOS and Windows can be downloaded from the release page. If a version is unavailable for your system, then please open an issue.

\n

Development

\n

If you wish to build Mark Text yourself, please check out our build instructions.

\n\n

If you have any questions regarding Mark Text, you are welcome to write an issue. When doing so please use the default format found when opening an issue. Of course, if you submit a PR directly, it will be greatly appreciated.

\n

Integrations

\n
    \n
  • Alfred Workflow: A Workflow for the macOS app Alfred: Use "mt" to open files/folder with Mark Text.
  • \n
\n

Contribution

\n

Mark Text is in full development, please make sure to read the Contributing Guide before making a pull request. Want to add some features to Mark Text? Refer to our roadmap and open issues.

\n

Contributors

\n

Thank you to all the people who have already contributed to Mark Text[contributors]

\n

Special thanks to @Yasujizr who designed the Mark Text logo.

\n

\n

License

\n

MIT.

\n

\"FOSSA

\n
", "readmeOriginal": "

\"Mark

\n

Mark Text

\n
\n \n \"twitter\"\n \n
\n
\n 🔆 Next generation markdown editor 🌙
\n A simple and elegant open-source markdown editor that focused on speed and usability.
\n Available for Linux, macOS and Windows.\n
\n
\n
\n \n \n \"website\"\n \n \n \n \"LICENSE\"\n \n \n \n \"build\"\n \n \n \"build\"\n \n \n \n \"total\n \n \n \n \"latest\n \n \n \n \"sponsors\"\n \n
\n
\n

\n \n Website\n \n | \n \n Features\n \n | \n \n Downloads\n \n | \n \n Development\n \n | \n \n Contribution\n \n

\n
\n
\n Translations:\n \n 🇨🇳\n \n \n 🇹🇼\n \n \n 🇵🇱\n \n \n 🇯🇵\n \n \n 🇫🇷\n \n \n 🇹🇷\n \n \n 🇪🇸\n \n \n 🇵🇹\n \n \n 🇰🇷\n \n
\n
\n This Markdown editor that could. Built with ❤︎ by\n Jocs and\n \n contributors\n \n \n
\n
\n

Supporting Mark Text

\n

Mark Text is an MIT licensed open source project, and the latest version will always be downloadable for free from the GitHub release page. Mark Text is still in development, and its development is inseparable from all sponsors. I hope you join them:

\n\n
What's the difference between Patreon and Open Collective?
\n

Patreon: Funds will be directly sponsored to Luo Ran (@jocs) who created Mark Text and continues to maintain it.\nOpen Collective: All expenses are transparent. The funds will be used for the development and maintenance of Mark Text, funding online and offline activities, and acquiring other necessary resources.\nNames and company logos of all sponsors (from both Patreon and Open Collective) will appear on the official website for Mark Text and in its README.md file.

\n

Special Sponsors

\n\n \n\n

Platinum Sponsors

\n\n \n\n

Gold Sponsors

\n\n \n\n

Silver Sponsors

\n\n \n\n

Bronze Sponsors

\n\n \n\n

Backers

\n\n \n\n

Screenshot

\n

\"\"

\n

Features

\n
    \n
  • Realtime preview (WYSIWYG) and a clean and simple interface to get a distraction-free writing experience.
  • \n
  • Support CommonMark Spec, GitHub Flavored Markdown Spec and selective support Pandoc markdown.
  • \n
  • Markdown extensions such as math expressions (KaTeX), front matter and emojis.
  • \n
  • Support paragraphs and inline style shortcuts to improve your writing efficiency.
  • \n
  • Output HTML and PDF files.
  • \n
  • Various themes: Cadmium Light, Material Dark etc.
  • \n
  • Various editing modes: Source Code mode, Typewriter mode, Focus mode.
  • \n
  • Paste images directly from clipboard
  • \n
\n

🌙themes🔆

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Cadmium LightDark
\"\"\"\"
Graphite LightMaterial Dark
\"\"\"\"
Ulysses LightOne Dark
\"\"\"\"
\n

😸Edit modes🐶

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Source CodeTypewriterFocus
\"\"\"\"\"\"
\n

Why write another editor?

\n
    \n
  1. I love writing. I have used a lot of markdown editors, yet there is still not an editor that can fully meet my needs. I don't like to be disturbed when I write by some unbearable bug. Mark Text uses virtual DOM to render pages which has the added benefits of being highly efficient and being open source. That way anyone who loves markdown and writing can use Mark Text.
  2. \n
  3. As mentioned above, Mark Text is completely free and open source and will be open source forever. We hope that all markdown lovers will contribute their own code and help develop Mark Text into a popular markdown editor.
  4. \n
  5. There are many markdown editors and all have their own merits, some have features which others don't. It's difficult to satisfy each markdown users' needs but we hope Mark Text will be able to satisfy each markdown user as much as possible. Although the latest Mark Text is still not perfect, we will try to make it as best as we possibly can.
  6. \n
\n

Download and Installation

\n

\"platform\"

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\"\"\"\"\"\"
\"latest\"latest\"latest
\n

Want to see new features of the latest version? Please refer to CHANGELOG.

\n

macOS

\n

You can either download the latest marktext-%version%.dmg from the release page or install Mark Text using homebrew cask. To use Homebrew-Cask you just need to have Homebrew installed.

\n
brew cask install mark-text
\n

Windows

\n

Simply download and install Mark Text via setup wizard (marktext-setup-%version%.exe) and choose whether to install per-user or machine wide.

\n

Alternatively, install Mark Text using Chocolatey. To use Chocolatey you need to have Chocolatey installed.

\n
choco install marktext
\n

Linux

\n

Please follow the Linux installation instructions.

\n

Other

\n

All binaries for Linux, macOS and Windows can be downloaded from the release page. If a version is unavailable for your system, then please open an issue.

\n

Development

\n

If you wish to build Mark Text yourself, please check out our build instructions.

\n\n

If you have any questions regarding Mark Text, you are welcome to write an issue. When doing so please use the default format found when opening an issue. Of course, if you submit a PR directly, it will be greatly appreciated.

\n

Integrations

\n
    \n
  • Alfred Workflow: A Workflow for the macOS app Alfred: Use \"mt\" to open files/folder with Mark Text.
  • \n
\n

Contribution

\n

Mark Text is in full development, please make sure to read the Contributing Guide before making a pull request. Want to add some features to Mark Text? Refer to our roadmap and open issues.

\n

Contributors

\n

Thank you to all the people who have already contributed to Mark Text[contributors]

\n

Special thanks to @Yasujizr who designed the Mark Text logo.

\n

\n

License

\n

MIT.

\n

\"FOSSA

\n
", - "readmeFetchedAt": "2020-09-17T12:09:31.458Z" + "readmeFetchedAt": "2020-09-18T00:10:43.753Z" + }, + "mattermost": { + "readmeCleaned": "

Mattermost Desktop

\n

Native desktop application for Mattermost running on Windows, Mac, and Linux.

\n

Originally created as "electron-mattermost" by Yuya Ochiai. Developed using Electron.

\n

\"screenshot_20\"

\n

\"Circle

\n

Features

\n

Desktop integration

\n
    \n
  • Tabs for multiple teams across multiple servers
  • \n
  • Desktop Notifications\n
      \n
    • Windows 10: Toast
    • \n
    • Windows 7-8.1: Popup like Toast
    • \n
    • OS X: Notification Center
    • \n
    • Linux: libnotify
    • \n
    \n
  • \n
  • Badges for unread channels and mentions
  • \n
  • Installs as native application
  • \n
\n

Pre-packaged

\n

You don't have to install any other software.\nPackages are available on the releases page.

\n

Usage

\n

Installation

\n

Detailed guides are available at docs.mattermost.com.

\n
    \n
  1. Download a file from the downloads page.
  2. \n
  3. Launch Mattermost in the unarchived folder.
  4. \n
  5. On the first launch, please input name and URL for your Mattermost server. For example, myserver : https://mattermost.example.com.
  6. \n
\n

Quit

\n

Ctrl or Command + Q to quit.

\n

Configuration

\n

You can show the dialog from menu bar.

\n

Configuration will be saved into Electron's userData directory:

\n
    \n
  • %APPDATA%\\Mattermost on Windows
  • \n
  • ~/Library/Application Support/Mattermost on OS X
  • \n
  • ~/.config/Mattermost on Linux
  • \n
\n

A custom data directory location can be specified with:

\n
    \n
  • Mattermost.exe --args --data-dir C:\\my-mattermost-data on Windows
  • \n
  • open /Applications/Mattermost.app/ --args --data-dir ~/my-mattermost-data/ on macOS
  • \n
  • ./mattermost-desktop --args --data-dir ~/my-mattermost-data/ on Linux
  • \n
\n

When you upgrade from electron-mattermost, please copy config.json from electron-mattermost.\nOtherwise, you have to configure again.

\n

Proxy

\n

Normally, the application will follow your system settings to use a proxy, or you can set up a proxy by the following command line options.

\n
    \n
  • --proxy-server=<SERVER>:<PORT>
  • \n
  • --proxy-pac-url=<URL>
  • \n
\n

On Windows, please make sure to add -- before options. For example, Mattermost.exe -- --proxy-server=....

\n

Custom App Deployments

\n

Our docs provide a guide on how to customize and distribute your own Mattermost Desktop App, including how to distribute the official Windows Desktop App silently to end users, pre-configured with the server URL and other app settings.

\n

Contributing

\n

Please see CONTRIBUTING.md.

\n

Development

\n

Please see docs/development.md.

\n
", + "readmeOriginal": "

Mattermost Desktop

\n

Native desktop application for Mattermost running on Windows, Mac, and Linux.

\n

Originally created as \"electron-mattermost\" by Yuya Ochiai. Developed using Electron.

\n

\"screenshot_20\"

\n

\"Circle

\n

Features

\n

Desktop integration

\n
    \n
  • Tabs for multiple teams across multiple servers
  • \n
  • Desktop Notifications\n
      \n
    • Windows 10: Toast
    • \n
    • Windows 7-8.1: Popup like Toast
    • \n
    • OS X: Notification Center
    • \n
    • Linux: libnotify
    • \n
    \n
  • \n
  • Badges for unread channels and mentions
  • \n
  • Installs as native application
  • \n
\n

Pre-packaged

\n

You don't have to install any other software.\nPackages are available on the releases page.

\n

Usage

\n

Installation

\n

Detailed guides are available at docs.mattermost.com.

\n
    \n
  1. Download a file from the downloads page.
  2. \n
  3. Launch Mattermost in the unarchived folder.
  4. \n
  5. On the first launch, please input name and URL for your Mattermost server. For example, myserver : https://mattermost.example.com.
  6. \n
\n

Quit

\n

Ctrl or Command + Q to quit.

\n

Configuration

\n

You can show the dialog from menu bar.

\n

Configuration will be saved into Electron's userData directory:

\n
    \n
  • %APPDATA%\\Mattermost on Windows
  • \n
  • ~/Library/Application Support/Mattermost on OS X
  • \n
  • ~/.config/Mattermost on Linux
  • \n
\n

A custom data directory location can be specified with:

\n
    \n
  • Mattermost.exe --args --data-dir C:\\my-mattermost-data on Windows
  • \n
  • open /Applications/Mattermost.app/ --args --data-dir ~/my-mattermost-data/ on macOS
  • \n
  • ./mattermost-desktop --args --data-dir ~/my-mattermost-data/ on Linux
  • \n
\n

When you upgrade from electron-mattermost, please copy config.json from electron-mattermost.\nOtherwise, you have to configure again.

\n

Proxy

\n

Normally, the application will follow your system settings to use a proxy, or you can set up a proxy by the following command line options.

\n
    \n
  • --proxy-server=<SERVER>:<PORT>
  • \n
  • --proxy-pac-url=<URL>
  • \n
\n

On Windows, please make sure to add -- before options. For example, Mattermost.exe -- --proxy-server=....

\n

Custom App Deployments

\n

Our docs provide a guide on how to customize and distribute your own Mattermost Desktop App, including how to distribute the official Windows Desktop App silently to end users, pre-configured with the server URL and other app settings.

\n

Contributing

\n

Please see CONTRIBUTING.md.

\n

Development

\n

Please see docs/development.md.

\n
", + "readmeFetchedAt": "2020-09-18T00:10:43.762Z" }, "mbod": { "readmeCleaned": "

\n \n

\n
\n

MBoD - Mobile Browser on Desktop

\n\"Version\"\n\"GitHub\"\n

A minimalistic, fast and lightweight mobile browser on the desktop.

\n
\n

Features

\n
    \n
  • MBoD current target macOS.
  • \n
  • MBoD is built with Electron.
  • \n
  • Browser
  • \n
  • Collectons
  • \n
  • Settings
  • \n
\n

Screenshot

\n

\n

Install

\n
npm install
\n

Run tests

\n
npm run test
\n
", "readmeOriginal": "

\n \n

\n
\n

MBoD - Mobile Browser on Desktop

\n\"Version\"\n\"GitHub\"\n

A minimalistic, fast and lightweight mobile browser on the desktop.

\n
\n

Features

\n
    \n
  • MBoD current target macOS.
  • \n
  • MBoD is built with Electron.
  • \n
  • Browser
  • \n
  • Collectons
  • \n
  • Settings
  • \n
\n

Screenshot

\n

\n

Install

\n
npm install
\n

Run tests

\n
npm run test
\n
", - "readmeFetchedAt": "2020-09-17T12:09:31.664Z" - }, - "mdp": { - "readmeCleaned": "

\n

mdp

\n

markdown preview using marked, highlight.js, mermaid, node-emoji and live reload

\n

https://ericlink.github.io/mdp/

\n

\"markdown.png\"

\n

\"mermaid.png\"

\n

features

\n

highlight.js

\n

syntax highlighting https://highlightjs.org/

\n

mermaid diagrams

\n

https://mermaidjs.github.io/

\n

node-emoji

\n

https://github.com/omnidan/node-emoji

\n

supported emoji

\n

marked markdown parsing

\n

github flavored markdown

\n

https://marked.js.org/

\n

https://github.com/markedjs/marked

\n

example.md

\n

keys

\n

Open as HTML ⌘K

\n

Edit Markdown ⌘E

\n

Zoom - zoom in ⌘+, zoom out ⌘-, actual size ⌘0

\n

macOS

\n

full screen support

\n

dark mode window

\n

command line

\n

put mdp.app/Contents/Resources/app/package/mdp script in your path

\n

logs

\n

on Linux - ~/.config/<app name>/log.log

\n

on macOS - ~/Library/Logs/<app name>/log.log

\n

on Windows - %USERPROFILE%\\AppData\\Roaming\\<app name>\\log.log

\n
", - "readmeOriginal": "

\n

mdp

\n

markdown preview using marked, highlight.js, mermaid, node-emoji and live reload

\n

https://ericlink.github.io/mdp/

\n

\"markdown.png\"

\n

\"mermaid.png\"

\n

features

\n

highlight.js

\n

syntax highlighting https://highlightjs.org/

\n

mermaid diagrams

\n

https://mermaidjs.github.io/

\n

node-emoji

\n

https://github.com/omnidan/node-emoji

\n

supported emoji

\n

marked markdown parsing

\n

github flavored markdown

\n

https://marked.js.org/

\n

https://github.com/markedjs/marked

\n

example.md

\n

keys

\n

Open as HTML ⌘K

\n

Edit Markdown ⌘E

\n

Zoom - zoom in ⌘+, zoom out ⌘-, actual size ⌘0

\n

macOS

\n

full screen support

\n

dark mode window

\n

command line

\n

put mdp.app/Contents/Resources/app/package/mdp script in your path

\n

logs

\n

on Linux - ~/.config/<app name>/log.log

\n

on macOS - ~/Library/Logs/<app name>/log.log

\n

on Windows - %USERPROFILE%\\AppData\\Roaming\\<app name>\\log.log

\n
", - "readmeFetchedAt": "2020-09-17T12:09:31.781Z" + "readmeFetchedAt": "2020-09-18T00:10:43.777Z" }, "md5app": { "readmeCleaned": "

\n

MD5 Application

\n

It's a free application that creates and verifies an MD5 hash value.

\n

Screenshots

\n

\"ss1\"\n\"ss2\"\n\"ss3\"

\n

Download

\n

You can simply choose the suitable installation for your Windows OS in the releases section.

\n

Test your first hash with the app!

\n
    \n
  • MD5 hash value for [32bit.exe] file is:\nfd774881dde272b2269d37fbcb57c1dc
  • \n
  • And for [64bit.exe] file is:\nbdab194e1463417593655730fca0f153
  • \n
\n
", "readmeOriginal": "

\n

MD5 Application

\n

It's a free application that creates and verifies an MD5 hash value.

\n

Screenshots

\n

\"ss1\"\n\"ss2\"\n\"ss3\"

\n

Download

\n

You can simply choose the suitable installation for your Windows OS in the releases section.

\n

Test your first hash with the app!

\n
    \n
  • MD5 hash value for [32bit.exe] file is:\nfd774881dde272b2269d37fbcb57c1dc
  • \n
  • And for [64bit.exe] file is:\nbdab194e1463417593655730fca0f153
  • \n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:31.784Z" + "readmeFetchedAt": "2020-09-18T00:10:43.790Z" + }, + "mdp": { + "readmeCleaned": "

\n

mdp

\n

markdown preview using marked, highlight.js, mermaid, node-emoji and live reload

\n

https://ericlink.github.io/mdp/

\n

\"markdown.png\"

\n

\"mermaid.png\"

\n

features

\n

highlight.js

\n

syntax highlighting https://highlightjs.org/

\n

mermaid diagrams

\n

https://mermaidjs.github.io/

\n

node-emoji

\n

https://github.com/omnidan/node-emoji

\n

supported emoji

\n

marked markdown parsing

\n

github flavored markdown

\n

https://marked.js.org/

\n

https://github.com/markedjs/marked

\n

example.md

\n

keys

\n

Open as HTML ⌘K

\n

Edit Markdown ⌘E

\n

Zoom - zoom in ⌘+, zoom out ⌘-, actual size ⌘0

\n

macOS

\n

full screen support

\n

dark mode window

\n

command line

\n

put mdp.app/Contents/Resources/app/package/mdp script in your path

\n

logs

\n

on Linux - ~/.config/<app name>/log.log

\n

on macOS - ~/Library/Logs/<app name>/log.log

\n

on Windows - %USERPROFILE%\\AppData\\Roaming\\<app name>\\log.log

\n
", + "readmeOriginal": "

\n

mdp

\n

markdown preview using marked, highlight.js, mermaid, node-emoji and live reload

\n

https://ericlink.github.io/mdp/

\n

\"markdown.png\"

\n

\"mermaid.png\"

\n

features

\n

highlight.js

\n

syntax highlighting https://highlightjs.org/

\n

mermaid diagrams

\n

https://mermaidjs.github.io/

\n

node-emoji

\n

https://github.com/omnidan/node-emoji

\n

supported emoji

\n

marked markdown parsing

\n

github flavored markdown

\n

https://marked.js.org/

\n

https://github.com/markedjs/marked

\n

example.md

\n

keys

\n

Open as HTML ⌘K

\n

Edit Markdown ⌘E

\n

Zoom - zoom in ⌘+, zoom out ⌘-, actual size ⌘0

\n

macOS

\n

full screen support

\n

dark mode window

\n

command line

\n

put mdp.app/Contents/Resources/app/package/mdp script in your path

\n

logs

\n

on Linux - ~/.config/<app name>/log.log

\n

on macOS - ~/Library/Logs/<app name>/log.log

\n

on Windows - %USERPROFILE%\\AppData\\Roaming\\<app name>\\log.log

\n
", + "readmeFetchedAt": "2020-09-18T00:10:43.830Z" }, "mdyna": { "readmeCleaned": "

Welcome to MDyna 👋

\n

\n \n \n \"Documentation\"\n \n \n \"Maintenance\"\n \n \n \"License:\n \n \n \"Twitter:\n \n

\n
\n

MDyna is a markdown notes application that syncs with Github gists, and much more

\n
\n

🏠 Homepage

\n

Linux and Windows Build:\n\"CircleCI\"\nMacOS Build\n\"GitHub\nLanding Page:\n\"Netlify\n\"GitHub

\n

Main Features

\n
    \n
  • Git Flavoured Markdown (GFM) support
  • \n
  • macOs + Windows + Linux
  • \n
  • Code syntax highlighting for several languages
  • \n
  • Dark Mode
  • \n
  • Tag notes with labels
  • \n
  • Organize cards through boards
  • \n
  • Cloud syncing through custom directory
  • \n
  • Github gist sync
  • \n
  • Export boards as markdown files
  • \n
  • Import .md files from directory
  • \n
\n

Author

\n

👤 David Morais

\n\n

🤝 Contributing

\n

http://mdyna.dev/\nContributions, issues and feature requests are welcome!
\nFeel free to check our community page issues page.
\nYou can also open an issue via Github issues

\n

Show your support

\n

Give a ⭐️ if this project helped you!

\n

📝 License

\n

Copyright © 2019 David Morais.
\nThis project is MIT licensed.

\n
\n

This README was generated with ❤️ by readme-md-generator

\n
", "readmeOriginal": "

Welcome to MDyna 👋

\n

\n \n \n \"Documentation\"\n \n \n \"Maintenance\"\n \n \n \"License:\n \n \n \"Twitter:\n \n

\n
\n

MDyna is a markdown notes application that syncs with Github gists, and much more

\n
\n

🏠 Homepage

\n

Linux and Windows Build:\n\"CircleCI\"\nMacOS Build\n\"GitHub\nLanding Page:\n\"Netlify\n\"GitHub

\n

Main Features

\n
    \n
  • Git Flavoured Markdown (GFM) support
  • \n
  • macOs + Windows + Linux
  • \n
  • Code syntax highlighting for several languages
  • \n
  • Dark Mode
  • \n
  • Tag notes with labels
  • \n
  • Organize cards through boards
  • \n
  • Cloud syncing through custom directory
  • \n
  • Github gist sync
  • \n
  • Export boards as markdown files
  • \n
  • Import .md files from directory
  • \n
\n

Author

\n

👤 David Morais

\n\n

🤝 Contributing

\n

http://mdyna.dev/\nContributions, issues and feature requests are welcome!
\nFeel free to check our community page issues page.
\nYou can also open an issue via Github issues

\n

Show your support

\n

Give a ⭐️ if this project helped you!

\n

📝 License

\n

Copyright © 2019 David Morais.
\nThis project is MIT licensed.

\n
\n

This README was generated with ❤️ by readme-md-generator

\n
", - "readmeFetchedAt": "2020-09-17T12:09:31.984Z" + "readmeFetchedAt": "2020-09-18T00:10:43.867Z" }, "media-dupes": { "readmeCleaned": "

\n \n

\n
\n

media-dupes

\n

a minimal content duplicator for common media services like youtube

\n

available for:

\n

\"linux\"\n\"apple\"\n\"windows\"

\n

\"DeepScan\n\"Codacy\n\"GitHub\n\"GitHub\n\"GitHub\n\"GitHub\n\"GitHub\n\"GitHub\n\"GitHub\n\"GitHub\n\"Merged\n\"GitHub\n\"GitHub\n\"jsdoc\"\n\"GitHub

\n

\"ui\"

\n
\n

project is discontinued

\n

about

\n

media-dupes can1:

\n
    \n
  • download video
  • \n
  • download audio
  • \n
\n

media-dupes is:

\n
    \n
  • based on electron
  • \n
  • using bundled versions of youtube-dl and ffmpeg to do it's magic
  • \n
  • available for freebsd, linux, macOS and windows.
  • \n
  • free and open source
  • \n
\n

getting started

\n

download

\n

You'll find the latest releases here.

\n

install

\n

Please see the installation instructions for more details.

\n

updates

\n

media-dupes checks on application launch if there is a newer media-dupes version available.\nUpdates must be installed manually as automatic updating of electron applications requires that the builds are code-signed, which i can't provide so far.

\n

media-dupes checks as well on application launch if there are updates available for the bundled youtube-dl tool.

\n

Be aware:

\n

Updating the bundled youtube-dl package is only possible if the user has write access to the media-dupes installation path (which does not work for all available packages/installation types).

\n

changelog

\n

Please see the changelog for more details.

\n

license

\n

Please see the LICENSE for more details.

\n

debugging / verbose / logging

\n

Please see the verbose informations for more details.

\n

privacy

\n
    \n
  • media-dupes is using sentry to collect error reports and do some anonymous usage stats. This helps heavily finding bugs which might occur only in some specific use-cases.
  • \n
  • reporting is enabled by default, but can be disabled in the application settings UI.
  • \n
  • media-dupes is not tracking it's users (i.e. using Google Analytics or similar)
  • \n
  • no ip addresses are stored
  • \n
\n

Please check here how media-dupes is using sentry and why.

\n

discussion

\n

If you have question regarding media-dupes click here to create an issue

\n

support / fund

\n

If you want to support the development of media-dupes you can fund me on:

\n\n

disclosure

\n

media-dupes is not affiliated with any of the supported apps/services.

\n

developers

\n

You are always welcome to check and even improve the code.

\n\n
\n
footnotes
\n

1: Assuming the provided url is supported by youtube-dl.

\n
", "readmeOriginal": "

\n \n

\n
\n

media-dupes

\n

a minimal content duplicator for common media services like youtube

\n

available for:

\n

\"linux\"\n\"apple\"\n\"windows\"

\n

\"DeepScan\n\"Codacy\n\"GitHub\n\"GitHub\n\"GitHub\n\"GitHub\n\"GitHub\n\"GitHub\n\"GitHub\n\"GitHub\n\"Merged\n\"GitHub\n\"GitHub\n\"jsdoc\"\n\"GitHub

\n

\"ui\"

\n
\n

project is discontinued

\n

about

\n

media-dupes can1:

\n
    \n
  • download video
  • \n
  • download audio
  • \n
\n

media-dupes is:

\n
    \n
  • based on electron
  • \n
  • using bundled versions of youtube-dl and ffmpeg to do it's magic
  • \n
  • available for freebsd, linux, macOS and windows.
  • \n
  • free and open source
  • \n
\n

getting started

\n

download

\n

You'll find the latest releases here.

\n

install

\n

Please see the installation instructions for more details.

\n

updates

\n

media-dupes checks on application launch if there is a newer media-dupes version available.\nUpdates must be installed manually as automatic updating of electron applications requires that the builds are code-signed, which i can't provide so far.

\n

media-dupes checks as well on application launch if there are updates available for the bundled youtube-dl tool.

\n

Be aware:

\n

Updating the bundled youtube-dl package is only possible if the user has write access to the media-dupes installation path (which does not work for all available packages/installation types).

\n

changelog

\n

Please see the changelog for more details.

\n

license

\n

Please see the LICENSE for more details.

\n

debugging / verbose / logging

\n

Please see the verbose informations for more details.

\n

privacy

\n
    \n
  • media-dupes is using sentry to collect error reports and do some anonymous usage stats. This helps heavily finding bugs which might occur only in some specific use-cases.
  • \n
  • reporting is enabled by default, but can be disabled in the application settings UI.
  • \n
  • media-dupes is not tracking it's users (i.e. using Google Analytics or similar)
  • \n
  • no ip addresses are stored
  • \n
\n

Please check here how media-dupes is using sentry and why.

\n

discussion

\n

If you have question regarding media-dupes click here to create an issue

\n

support / fund

\n

If you want to support the development of media-dupes you can fund me on:

\n\n

disclosure

\n

media-dupes is not affiliated with any of the supported apps/services.

\n

developers

\n

You are always welcome to check and even improve the code.

\n\n
\n
footnotes
\n

1: Assuming the provided url is supported by youtube-dl.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:32.089Z" + "readmeFetchedAt": "2020-09-18T00:10:43.885Z" + }, + "merge-request-notifier": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:43.891Z" }, "mercury": { "readmeCleaned": "

\"icon\"

\n

Mercury

\n

\"Codacy

\n

Current version packed : v1.1.2
\nThe budget planner of the 21st century

\n

🚧 Please be aware that Mercury is in constant development, you may encounter unknown bug 🚧

\n

If you like my work, please donate for coffee !

\n
\n

Mercury offer basic budget planner functionality, such as managing account, add / edit / delete operation... I always wanted a tool as MSMoney or HomeBank, but with improved and modern UI. HomeBank was the software I used to use, and many features come from there.
\nThis application is built on top of Electron

\n

Developped with for you

\n

Supported languages : English,Français
\nSend an e-mail if you want to help to translate in your language!

\n
\n

Previews

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Dark UI (default)White UI
\"mainView\"\"mainView\"
\"mainView\"\"mainView\"
\n

Features

\n
    \n
  • Create or delete any account
  • \n
  • Create / Edit / Delete any operation
  • \n
  • Create / Edit / Delete recurring operation
  • \n
  • Filter operation with easy-to-access basic filters
  • \n
  • Manage your outcome with reports over time / categories
  • \n
  • Manage beneficiaries and categories in the settings
  • \n
  • MacOS TouchBar integration
  • \n
  • Choose your (theme) side
  • \n
\n

Available languages

\n\n

Roadmap :

\n
    \n
  • Add version update checker
  • \n
  • Add transaction binding from other currency (issue#3)
  • \n
  • Add data encryption (issue#8)
  • \n
  • Add webDav / cloud sync (issue#8)
  • \n
  • Add advanced filters
  • \n
  • More translations !
  • \n
\n

How to use

\n

Clone the GitHub repository. You need Node.js and npm installed on your system. Go to terminal:

\n
# Clone the repository\n$ git clone https://github.com/Delni/mercury.git\n\n# Go to directory\n$ cd mercury\n\n# Install dependencies\n$ yarn\n\n# Start the app\n$ yarn run dev\n
\n

Downloads

\n

Go to downloads page
\nDownload for MacOS & Windows

\n

Linux coming soon (as soon as tested)
\nNot available at the moment.

\n

Contribute

\n

If the application has any kind of bugs, feel free to open an issue. We will look into it & come up with a solution. Create a new pull request if you have fixed any kind of bugs.

\n

The request would be merged if it fixes the bug & does not disturb the whole application in any way.

\n

⚠️ Huge change ahead

\n

The current work is to migrate Mercury from a JQuery-based interface to Vue.js for better scalability, maintainability, testing, etc. If you have already worked or forked this repo, find v1 under the branch legacy/v1

\n

Third-party

\n\n

License

\n
MIT License\n\nCopyright (c) 2018 Nicolas Delauney\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n
\n
", "readmeOriginal": "

\"icon\"

\n

Mercury

\n

\"Codacy

\n

Current version packed : v1.1.2
\nThe budget planner of the 21st century

\n

🚧 Please be aware that Mercury is in constant development, you may encounter unknown bug 🚧

\n

If you like my work, please donate for coffee !

\n
\n

Mercury offer basic budget planner functionality, such as managing account, add / edit / delete operation... I always wanted a tool as MSMoney or HomeBank, but with improved and modern UI. HomeBank was the software I used to use, and many features come from there.
\nThis application is built on top of Electron

\n

Developped with for you

\n

Supported languages : English,Français
\nSend an e-mail if you want to help to translate in your language!

\n
\n

Previews

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Dark UI (default)White UI
\"mainView\"\"mainView\"
\"mainView\"\"mainView\"
\n

Features

\n
    \n
  • Create or delete any account
  • \n
  • Create / Edit / Delete any operation
  • \n
  • Create / Edit / Delete recurring operation
  • \n
  • Filter operation with easy-to-access basic filters
  • \n
  • Manage your outcome with reports over time / categories
  • \n
  • Manage beneficiaries and categories in the settings
  • \n
  • MacOS TouchBar integration
  • \n
  • Choose your (theme) side
  • \n
\n

Available languages

\n\n

Roadmap :

\n
    \n
  • Add version update checker
  • \n
  • Add transaction binding from other currency (issue#3)
  • \n
  • Add data encryption (issue#8)
  • \n
  • Add webDav / cloud sync (issue#8)
  • \n
  • Add advanced filters
  • \n
  • More translations !
  • \n
\n

How to use

\n

Clone the GitHub repository. You need Node.js and npm installed on your system. Go to terminal:

\n
# Clone the repository\n$ git clone https://github.com/Delni/mercury.git\n\n# Go to directory\n$ cd mercury\n\n# Install dependencies\n$ yarn\n\n# Start the app\n$ yarn run dev\n
\n

Downloads

\n

Go to downloads page
\nDownload for MacOS & Windows

\n

Linux coming soon (as soon as tested)
\nNot available at the moment.

\n

Contribute

\n

If the application has any kind of bugs, feel free to open an issue. We will look into it & come up with a solution. Create a new pull request if you have fixed any kind of bugs.

\n

The request would be merged if it fixes the bug & does not disturb the whole application in any way.

\n

⚠️ Huge change ahead

\n

The current work is to migrate Mercury from a JQuery-based interface to Vue.js for better scalability, maintainability, testing, etc. If you have already worked or forked this repo, find v1 under the branch legacy/v1

\n

Third-party

\n\n

License

\n
MIT License\n\nCopyright (c) 2018 Nicolas Delauney\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:32.262Z" - }, - "merge-request-notifier": { - "readmeCleaned": "

Merge Request Notifier

\n

This app shows your GitLab merge requests grouped by projects and WIP status. It is accessible from the system tray.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Light ModeDark Mode
\"App\"App
\n

Tray Icon

\n

In the system tray you wil see the number of all open merge requests.

\n

\"System

\n

Notification

\n

You will receive a desktop notification when a new merge request is created.

\n

\"Notification

\n

App Updates (macOS only)

\n

You will be always up to date with our integrated in app updates 🎉 Once there is a new update\navailable you will be notified with a prominent alert above the merge requests. On the details page you find the release notes from github.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n
New Update AlertRelease Notes
\"New\"Release
\n

Installation

\n

macOS

\n

Manual installation

\n

The macOS installer is uploaded at the releases page. Please download and install.

\n

With homebrew-cask

\n

If you're using homebrew-cask, this app can be installed via it. Please tap the repository URL and install this app via brew cask as follows.

\n
brew tap codecentric/merge-request-notifier https://github.com/codecentric/merge-request-notifier\nbrew cask install merge-request-notifier\n
\n

It's the easiest way to install and manage this app on macOS.

\n

Windows

\n

The Windows installer is uploaded at the releases page. Please download and install.

\n

Linux

\n

Dependencies

\n

This app is using a library that uses libsecret to store the personal access token on your device.

\n

Depending on your distribution, you will need to run the following command:

\n
    \n
  • Debian/Ubuntu: sudo apt-get install libsecret-1-dev
  • \n
  • Red Hat-based: sudo yum install libsecret-devel
  • \n
  • Arch Linux: sudo pacman -S libsecret
  • \n
\n

Arch Linux

\n

merge-request-notifier is available from the AUR. Install it using yay (or any other AUR helper):

\n
$ yay -S merge-request-notifier\n
\n

Other

\n

Check the releases page for packages for your distribution.

\n

Development

\n

Install all dependencies

\n
yarn install
\n

Usage

\n

This will start the application with hot-reload so you can instantly start developing your application.

\n
# start the renderer process with webpack-dev-server\nyarn start-renderer\n\n# start the main process (electron app)\nyarn start-main
\n

Logs

\n

You will find the application logs in the following folders

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
OSFolder
Linux~/.config/merge-request-notifier/logs/{process type}.log
macOS~/Library/Logs/merge-request-notifier/{process type}.log
Windows%USERPROFILE%\\AppData\\Roaming\\merge-request-notifier\\logs{process type}.log
\n

App Settings

\n

You will find the application settings in the following folders

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
OSFolder
Linux$XDG_CONFIG_HOME/merge-request-notifier/Settings or ~/.config/merge-request-notifier/Settings
macOS~/Library/Application\\ Support/merge-request-notifier/Settings
Windows%APPDATA%/merge-request-notifier/Settings
\n

New Releases

\n

Create a new Release and Publish it

\n
yarn dist
\n
", - "readmeOriginal": "

Merge Request Notifier

\n

This app shows your GitLab merge requests grouped by projects and WIP status. It is accessible from the system tray.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Light ModeDark Mode
\"App\"App
\n

Tray Icon

\n

In the system tray you wil see the number of all open merge requests.

\n

\"System

\n

Notification

\n

You will receive a desktop notification when a new merge request is created.

\n

\"Notification

\n

App Updates (macOS only)

\n

You will be always up to date with our integrated in app updates 🎉 Once there is a new update\navailable you will be notified with a prominent alert above the merge requests. On the details page you find the release notes from github.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n
New Update AlertRelease Notes
\"New\"Release
\n

Installation

\n

macOS

\n

Manual installation

\n

The macOS installer is uploaded at the releases page. Please download and install.

\n

With homebrew-cask

\n

If you're using homebrew-cask, this app can be installed via it. Please tap the repository URL and install this app via brew cask as follows.

\n
brew tap codecentric/merge-request-notifier https://github.com/codecentric/merge-request-notifier\nbrew cask install merge-request-notifier\n
\n

It's the easiest way to install and manage this app on macOS.

\n

Windows

\n

The Windows installer is uploaded at the releases page. Please download and install.

\n

Linux

\n

Dependencies

\n

This app is using a library that uses libsecret to store the personal access token on your device.

\n

Depending on your distribution, you will need to run the following command:

\n
    \n
  • Debian/Ubuntu: sudo apt-get install libsecret-1-dev
  • \n
  • Red Hat-based: sudo yum install libsecret-devel
  • \n
  • Arch Linux: sudo pacman -S libsecret
  • \n
\n

Arch Linux

\n

merge-request-notifier is available from the AUR. Install it using yay (or any other AUR helper):

\n
$ yay -S merge-request-notifier\n
\n

Other

\n

Check the releases page for packages for your distribution.

\n

Development

\n

Install all dependencies

\n
yarn install
\n

Usage

\n

This will start the application with hot-reload so you can instantly start developing your application.

\n
# start the renderer process with webpack-dev-server\nyarn start-renderer\n\n# start the main process (electron app)\nyarn start-main
\n

Logs

\n

You will find the application logs in the following folders

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
OSFolder
Linux~/.config/merge-request-notifier/logs/{process type}.log
macOS~/Library/Logs/merge-request-notifier/{process type}.log
Windows%USERPROFILE%\\AppData\\Roaming\\merge-request-notifier\\logs{process type}.log
\n

App Settings

\n

You will find the application settings in the following folders

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
OSFolder
Linux$XDG_CONFIG_HOME/merge-request-notifier/Settings or ~/.config/merge-request-notifier/Settings
macOS~/Library/Application\\ Support/merge-request-notifier/Settings
Windows%APPDATA%/merge-request-notifier/Settings
\n

New Releases

\n

Create a new Release and Publish it

\n
yarn dist
\n
", - "readmeFetchedAt": "2020-09-17T12:09:32.337Z" - }, - "messenger-demo-viewer": { - "readmeCleaned": "

Made by @kilianvalkhof

\n

Other projects:

\n
    \n
  • 💻 Polypane - Develop responsive websites and apps twice as fast on multiple screens at once
  • \n
  • 🖌️ Superposition - Kickstart your design system by extracting design tokens from your website
  • \n
  • 🗒️ FromScratch - A smart but simple autosaving scratchpad
  • \n
\n
\n

\n

Messenger Demo Viewer

\n

Demo Facebook Messenger (bot) interactions without showing personal chats. Hides the sidebar automatically.

\n

Usage

\n

By default the sidebar is hidden. Press Ctrl + b or Cmd + b or the menu to toggle it on and off. Use Messenger like you normally do.

\n

Installation

\n

Recent downloads for macOS, Windows and Linux available on the website or the releases page on Github

\n

Development

\n
git clone https://github.com/Kilian/messenger-demo-viewer.git\ncd messenger-demo-viewer\nnpm install
\n

To run development version:

\n
npm run dev\n
\n

Build your own executables

\n

To create packaged excecutables for all platforms:

\n
npm run package\n
\n

To create an installer:

\n
# for windows (exe)\nnpm run dist:win\n\n# for mac (dmg) only available on mac.\nnpm run dist:mac\n\n# for linux (deb and tar)\nnpm run dist:lin
\n

License

\n

Messenger demo viewer is licensed under ISC. It is not affiliated with Facebook or Messenger.

\n
", - "readmeOriginal": "

Made by @kilianvalkhof

\n

Other projects:

\n
    \n
  • 💻 Polypane - Develop responsive websites and apps twice as fast on multiple screens at once
  • \n
  • 🖌️ Superposition - Kickstart your design system by extracting design tokens from your website
  • \n
  • 🗒️ FromScratch - A smart but simple autosaving scratchpad
  • \n
\n
\n

\n

Messenger Demo Viewer

\n

Demo Facebook Messenger (bot) interactions without showing personal chats. Hides the sidebar automatically.

\n

Usage

\n

By default the sidebar is hidden. Press Ctrl + b or Cmd + b or the menu to toggle it on and off. Use Messenger like you normally do.

\n

Installation

\n

Recent downloads for macOS, Windows and Linux available on the website or the releases page on Github

\n

Development

\n
git clone https://github.com/Kilian/messenger-demo-viewer.git\ncd messenger-demo-viewer\nnpm install
\n

To run development version:

\n
npm run dev\n
\n

Build your own executables

\n

To create packaged excecutables for all platforms:

\n
npm run package\n
\n

To create an installer:

\n
# for windows (exe)\nnpm run dist:win\n\n# for mac (dmg) only available on mac.\nnpm run dist:mac\n\n# for linux (deb and tar)\nnpm run dist:lin
\n

License

\n

Messenger demo viewer is licensed under ISC. It is not affiliated with Facebook or Messenger.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:32.383Z" - }, - "metastream": { - "readmeCleaned": "

\n
\n \n \"Metastream\"\n \n
\n Metastream\n
\n
\n

\n

Watch streaming media with friends.

\n

\n \"discord\"\n \"patreon\"\n

\n

Features

\n
    \n
  • Supports Chromium and Firefox browsers.
  • \n
  • Synchronized playback of streaming media across various websites.
  • \n
  • Public, private, and offline sessions.
  • \n
  • Support for WebRTC peer-to-peer connections.
  • \n
  • Real-time chat.
  • \n
  • Collaborative media queue.
  • \n
  • Timestamp cue points parsed from media description.
  • \n
  • Auto-fullscreen of embedded media.
  • \n
  • Per-user playback permissions, managed by the host.
  • \n
  • Basic host administrative functionality (kicking peers).
  • \n
  • Localization—see info on contributing.
  • \n
\n

Are you a website owner?

\n

Easily add watch party support to your website by redirecting the user to Metastream.

\n
<a href="https://app.getmetastream.com/?url=https://youtu.be/3bNITQR4Uso">Watch in Metastream</a>
\n

Roadmap

\n
    \n
  • Add localization (#5)
  • \n
  • Improve networking reliability (#74)
  • \n
  • Port Metastream from Electron to a web app (#94)
  • \n
  • Improve UX and stability
  • \n
  • Add favorites/bookmarks (#21)
  • \n
  • Add playlists
  • \n
  • Add audio mode (#22)
  • \n
\n

Have a feature in mind? Make a request by creating a GitHub issue.

\n

Screenshots

\n

\"Screenshot1\"

\n

\"Screenshot2\"

\n

\"Screenshot3\"

\n

How to Contribute

\n

Get the code

\n

Requires Yarn for monorepo workspaces.

\n
git clone https://github.com/samuelmaddock/metastream.git\ncd metastream\nyarn\n
\n

Start the dev server

\n

Creates a development web server accessible from http://localhost:8080

\n
cd packages/metastream-signal-server\nyarn build\ncd ../packages/metastream-app\nyarn start\n
\n

Build the web app

\n

Produces the web app build which gets deployed to https://app.getmetastream.com

\n
cd packages/metastream-app\nyarn build\n
\n

Legacy desktop app

\n

Metastream used to be an Electron desktop application until development was stopped due to roadblocks in acquiring a Widevine license. The latest version can be found on the GitHub releases page. Please note that the legacy app is insecure and not recommended.

\n
", - "readmeOriginal": "

\n
\n \n \"Metastream\"\n \n
\n Metastream\n
\n
\n

\n

Watch streaming media with friends.

\n

\n \"discord\"\n \"patreon\"\n

\n

Features

\n
    \n
  • Supports Chromium and Firefox browsers.
  • \n
  • Synchronized playback of streaming media across various websites.
  • \n
  • Public, private, and offline sessions.
  • \n
  • Support for WebRTC peer-to-peer connections.
  • \n
  • Real-time chat.
  • \n
  • Collaborative media queue.
  • \n
  • Timestamp cue points parsed from media description.
  • \n
  • Auto-fullscreen of embedded media.
  • \n
  • Per-user playback permissions, managed by the host.
  • \n
  • Basic host administrative functionality (kicking peers).
  • \n
  • Localization—see info on contributing.
  • \n
\n

Are you a website owner?

\n

Easily add watch party support to your website by redirecting the user to Metastream.

\n
<a href=\"https://app.getmetastream.com/?url=https://youtu.be/3bNITQR4Uso\">Watch in Metastream</a>
\n

Roadmap

\n
    \n
  • Add localization (#5)
  • \n
  • Improve networking reliability (#74)
  • \n
  • Port Metastream from Electron to a web app (#94)
  • \n
  • Improve UX and stability
  • \n
  • Add favorites/bookmarks (#21)
  • \n
  • Add playlists
  • \n
  • Add audio mode (#22)
  • \n
\n

Have a feature in mind? Make a request by creating a GitHub issue.

\n

Screenshots

\n

\"Screenshot1\"

\n

\"Screenshot2\"

\n

\"Screenshot3\"

\n

How to Contribute

\n

Get the code

\n

Requires Yarn for monorepo workspaces.

\n
git clone https://github.com/samuelmaddock/metastream.git\ncd metastream\nyarn\n
\n

Start the dev server

\n

Creates a development web server accessible from http://localhost:8080

\n
cd packages/metastream-signal-server\nyarn build\ncd ../packages/metastream-app\nyarn start\n
\n

Build the web app

\n

Produces the web app build which gets deployed to https://app.getmetastream.com

\n
cd packages/metastream-app\nyarn build\n
\n

Legacy desktop app

\n

Metastream used to be an Electron desktop application until development was stopped due to roadblocks in acquiring a Widevine license. The latest version can be found on the GitHub releases page. Please note that the legacy app is insecure and not recommended.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:32.405Z" - }, - "metrogit": { - "readmeCleaned": "

\n\n

Metro themed Git UI

\n

MetroGit is a native desktop git app with JIRA, AppVeyor and other tools integrated into one consistent UI. So no more switching windows and jumping between browser tabs 🤓. More integration and feature still yet to come...

\n

\"alt

\n

Feature Highlight

\n
    \n
  • Subway map style git visualization with commit details
  • \n
  • Basic repo operations (pull, push, commit, stash, pop, create branch)
  • \n
  • JIRA integration with native UI
  • \n
  • Map integrated AppVeyor build status with periodic update and on-demand log download
  • \n
  • Credential caching with Windows Credential Manager (through keytar)
  • \n
  • Repository specific settings
  • \n
\n

Built On

\n

This app is built with some really awsome frameworks, including:

\n

\n

\n

\n

Feathericons

\n

Getting Started

\n

Downlading and Installation

\n

Github Releases

\n

To start using this app, go to Releases, download and run the latest setup.exe or dmg and off you go.

\n

Building

\n

This app is built on: NodeJS 8.10

\n

To build this from the scratch, global dependencies electron-builder and @angular/cli is needed.

\n
    \n
  • You can install global dependencies via npm install -g electron-builder @angular/cli
  • \n
\n

After installing correct dependencies, do the following.

\n
    \n
  1. Clone this repo
  2. \n
  3. cd into this repo, yarn install
  4. \n
  5. cd app/frontend
  6. \n
  7. yarn install
  8. \n
  9. cd ../.. back to project root directory
  10. \n
  11. .\\build.ps1 (for windows) or .\\build.sh (for Mac)
  12. \n
  13. The output is in dist folder
  14. \n
\n

Support this app

\n

Hi there, if you like this app, find it useful or just like this subway map, I'd loved to hear your feedback and experiences, you can share them with admin@rhodiumcode.com

\n

Also, please consider \"BuyBuy me a tea, I live on black tea basically 😉

\n

Or, alternatively

\n

BTC: 3CAgw9vNPNXHR1YaWmJe98DDiTqdgKkv8Y

\n

ETH: 0xea96AA397a799E77f5991A2568099698329C3D39

\n

FAQ and Issues

\n

Checkout the Wiki FAQ Page for frequently asked questions. If you've found a bug, security issue or want to suggest a feature, feel free to post them to the Issues section (please search for existing issues and FAQ before posting new ones 🙂)

\n

Contributing

\n

Interested in contributing? Please read our Contributing Guide and Code of Conduct

\n

License

\n

MIT © Ming-Hung (Michael) Lu

\n
", - "readmeOriginal": "

\n\n

Metro themed Git UI

\n

MetroGit is a native desktop git app with JIRA, AppVeyor and other tools integrated into one consistent UI. So no more switching windows and jumping between browser tabs 🤓. More integration and feature still yet to come...

\n

\"alt

\n

Feature Highlight

\n
    \n
  • Subway map style git visualization with commit details
  • \n
  • Basic repo operations (pull, push, commit, stash, pop, create branch)
  • \n
  • JIRA integration with native UI
  • \n
  • Map integrated AppVeyor build status with periodic update and on-demand log download
  • \n
  • Credential caching with Windows Credential Manager (through keytar)
  • \n
  • Repository specific settings
  • \n
\n

Built On

\n

This app is built with some really awsome frameworks, including:

\n

\n

\n

\n

Feathericons

\n

Getting Started

\n

Downlading and Installation

\n

Github Releases

\n

To start using this app, go to Releases, download and run the latest setup.exe or dmg and off you go.

\n

Building

\n

This app is built on: NodeJS 8.10

\n

To build this from the scratch, global dependencies electron-builder and @angular/cli is needed.

\n
    \n
  • You can install global dependencies via npm install -g electron-builder @angular/cli
  • \n
\n

After installing correct dependencies, do the following.

\n
    \n
  1. Clone this repo
  2. \n
  3. cd into this repo, yarn install
  4. \n
  5. cd app/frontend
  6. \n
  7. yarn install
  8. \n
  9. cd ../.. back to project root directory
  10. \n
  11. .\\build.ps1 (for windows) or .\\build.sh (for Mac)
  12. \n
  13. The output is in dist folder
  14. \n
\n

Support this app

\n

Hi there, if you like this app, find it useful or just like this subway map, I'd loved to hear your feedback and experiences, you can share them with admin@rhodiumcode.com

\n

Also, please consider \"BuyBuy me a tea, I live on black tea basically 😉

\n

Or, alternatively

\n

BTC: 3CAgw9vNPNXHR1YaWmJe98DDiTqdgKkv8Y

\n

ETH: 0xea96AA397a799E77f5991A2568099698329C3D39

\n

FAQ and Issues

\n

Checkout the Wiki FAQ Page for frequently asked questions. If you've found a bug, security issue or want to suggest a feature, feel free to post them to the Issues section (please search for existing issues and FAQ before posting new ones 🙂)

\n

Contributing

\n

Interested in contributing? Please read our Contributing Guide and Code of Conduct

\n

License

\n

MIT © Ming-Hung (Michael) Lu

\n
", - "readmeFetchedAt": "2020-09-17T12:09:32.542Z" + "readmeFetchedAt": "2020-09-18T00:10:43.896Z" }, "media-mate": { "readmeCleaned": "

Media Mate

\n

\"Greenkeeper\n\"FOSSA

\n
\n

A full media server/player/downloader - in one program

\n
\n

\"Github

\n

\n\n\n\n

\"FOSSA

\n

What is it?

\n

Media Mate is a media centre, along the lines of Plex, with the features of Sonarr, downloading and organising your media in a good looking way. Media Mate also allows you to automatically download the shows that you want to watch, thanks to ShowRSS.

\n

Whats it look like then?

\n

Homepage

\n

\"Media

\n

Downloader

\n

\"Media

\n

Viewer

\n

\"Media

\n

Streamer

\n

\"Media

\n

Tutorial

\n

\"Media

\n

Disclaimer

\n

Media Mate (and its team) am not responsible for anything that is done with Media Mate. Media Mate recommends viewing the free media below.

\n

Links to free media

\n

https://durian.blender.org/

\n

https://en.wikipedia.org/wiki/Open-source_film

\n

https://en.wikipedia.org/wiki/Elephants_Dream

\n

http://www.hdehal.com/filmandvideo.php

\n

License

\n

MIT © Willyb321

\n

Support on Beerpay

\n

Hey dude! If you like this, why not chuck a buck my way!

\n

\"Beerpay\" \"Beerpay\"

\n

Paypal Donate

\n

\"Paypal

\n
", "readmeOriginal": "

Media Mate

\n

\"Greenkeeper\n\"FOSSA

\n
\n

A full media server/player/downloader - in one program

\n
\n

\"Github

\n

\n\n\n\n

\"FOSSA

\n

What is it?

\n

Media Mate is a media centre, along the lines of Plex, with the features of Sonarr, downloading and organising your media in a good looking way. Media Mate also allows you to automatically download the shows that you want to watch, thanks to ShowRSS.

\n

Whats it look like then?

\n

Homepage

\n

\"Media

\n

Downloader

\n

\"Media

\n

Viewer

\n

\"Media

\n

Streamer

\n

\"Media

\n

Tutorial

\n

\"Media

\n

Disclaimer

\n

Media Mate (and its team) am not responsible for anything that is done with Media Mate. Media Mate recommends viewing the free media below.

\n

Links to free media

\n

https://durian.blender.org/

\n

https://en.wikipedia.org/wiki/Open-source_film

\n

https://en.wikipedia.org/wiki/Elephants_Dream

\n

http://www.hdehal.com/filmandvideo.php

\n

License

\n

MIT © Willyb321

\n

Support on Beerpay

\n

Hey dude! If you like this, why not chuck a buck my way!

\n

\"Beerpay\" \"Beerpay\"

\n

Paypal Donate

\n

\"Paypal

\n
", - "readmeFetchedAt": "2020-09-17T12:09:32.566Z" + "readmeFetchedAt": "2020-09-18T00:10:43.928Z" + }, + "metastream": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:43.929Z" }, "metronome-wallet": { - "readmeCleaned": "

\n \"Metronome\n

\n

💻💰 Metronome Wallet for desktop computers

\n

\"Build\n\"JavaScript

\n

\"Metronome

\n

Development

\n

Requirements

\n\n

Launch

\n
# Install dependencies\nnpm i\n\n# Run dev mode\nnpm run dev
\n

Logs

\n

The log output is in the next directories:

\n
    \n
  • Linux: ~/.config/<app name>/log.log
  • \n
  • macOS: ~/Library/Logs/<app name>/log.log
  • \n
  • Windows: %USERPROFILE%\\AppData\\Roaming\\<app name>\\log.log
  • \n
\n

More info github.com/megahertz/electron-log

\n

Settings

\n
    \n
  • Linux: ~/.config/metronome-desktop-wallet/Settings
  • \n
  • macOS: ~/Library/Application Support/metronome-desktop-wallet/Settings
  • \n
  • Windows: %APPDATA%\\\\metronome-desktop-wallet\\\\Settings
  • \n
\n

To completely remove the application and start over, remove the settings file too.

\n

Production Build

\n
# Run build process\nnpm run dist\n\n# Run build process and publish to GitHub releases\nnpm run release
\n

To sign the macOS installers, execute npm run dist:mac.\nThe signing certificate shall be in the root folder and be named met.p12.\nThe certificate password will be required before signing.

\n

License

\n

MIT

\n
", - "readmeOriginal": "

\n \"Metronome\n

\n

💻💰 Metronome Wallet for desktop computers

\n

\"Build\n\"JavaScript

\n

\"Metronome

\n

Development

\n

Requirements

\n\n

Launch

\n
# Install dependencies\nnpm i\n\n# Run dev mode\nnpm run dev
\n

Logs

\n

The log output is in the next directories:

\n
    \n
  • Linux: ~/.config/<app name>/log.log
  • \n
  • macOS: ~/Library/Logs/<app name>/log.log
  • \n
  • Windows: %USERPROFILE%\\AppData\\Roaming\\<app name>\\log.log
  • \n
\n

More info github.com/megahertz/electron-log

\n

Settings

\n
    \n
  • Linux: ~/.config/metronome-desktop-wallet/Settings
  • \n
  • macOS: ~/Library/Application Support/metronome-desktop-wallet/Settings
  • \n
  • Windows: %APPDATA%\\\\metronome-desktop-wallet\\\\Settings
  • \n
\n

To completely remove the application and start over, remove the settings file too.

\n

Production Build

\n
# Run build process\nnpm run dist\n\n# Run build process and publish to GitHub releases\nnpm run release
\n

To sign the macOS installers, execute npm run dist:mac.\nThe signing certificate shall be in the root folder and be named met.p12.\nThe certificate password will be required before signing.

\n

License

\n

MIT

\n
", - "readmeFetchedAt": "2020-09-17T12:09:32.637Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:43.935Z" }, "metube": { - "readmeCleaned": "

[2019-06-24] v1.7.8 UPDATE

\n

\n \n \n

\n

\n \n

\n

A must read

\n

Hello.\nNow many of you are using different versions. "Metube" updates very quickly. Automatic updates are not supported for versions 1.6.0 or earlier, and we cannot provide additional support. So please always keep the latest version. Thank you.\nAutomatic updates are supported from 1.6.x version.

\n

Project Information

\n

This project is a personal project developed with the excellent Electron and Vue.JS.\nWe are creating a simple YouTube video player. The main purpose is a music player, but YouTube is video-based, so you can use it as a video player or you can watch all videos without advertising. Please see below for details.

\n

Reference

\n

New version releases are always deployed in the repository. The new version update is fast\nTo keep up to date, always subscribe to the parent "watch release".\nIf you like the program, please click on the star! It will help developers a lot.

\n

Feature

\n

"Metube" is simple and very fast. While basic search lookup is network dependent, collection management is very fast because it uses IndexedDB

\n

Roadmap

\n
    \n
  1. Multiple selection when adding video
  2. \n
  3. Copy and move videos added to my collection
  4. \n
  5. PouchDB Backup and Restore
  6. \n
\n
\n

Installation

\n
# install\n> yarn\n\n# run\n> yarn run dev\n> (Default Player Port: 7070)\n\n# build\n> project root create 'static' folder (require)\n> yarn run build\n
\n
\n

History

\n

Click Trello

\n

License

\n

MIT

\n
", - "readmeOriginal": "

[2019-06-24] v1.7.8 UPDATE

\n

\n \n \n

\n

\n \n

\n

A must read

\n

Hello.\nNow many of you are using different versions. \"Metube\" updates very quickly. Automatic updates are not supported for versions 1.6.0 or earlier, and we cannot provide additional support. So please always keep the latest version. Thank you.\nAutomatic updates are supported from 1.6.x version.

\n

Project Information

\n

This project is a personal project developed with the excellent Electron and Vue.JS.\nWe are creating a simple YouTube video player. The main purpose is a music player, but YouTube is video-based, so you can use it as a video player or you can watch all videos without advertising. Please see below for details.

\n

Reference

\n

New version releases are always deployed in the repository. The new version update is fast\nTo keep up to date, always subscribe to the parent \"watch release\".\nIf you like the program, please click on the star! It will help developers a lot.

\n

Feature

\n

\"Metube\" is simple and very fast. While basic search lookup is network dependent, collection management is very fast because it uses IndexedDB

\n

Roadmap

\n
    \n
  1. Multiple selection when adding video
  2. \n
  3. Copy and move videos added to my collection
  4. \n
  5. PouchDB Backup and Restore
  6. \n
\n
\n

Installation

\n
# install\n> yarn\n\n# run\n> yarn run dev\n> (Default Player Port: 7070)\n\n# build\n> project root create 'static' folder (require)\n> yarn run build\n
\n
\n

History

\n

Click Trello

\n

License

\n

MIT

\n
", - "readmeFetchedAt": "2020-09-17T12:09:32.737Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:43.943Z" + }, + "metrogit": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:43.960Z" + }, + "messenger-demo-viewer": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:43.963Z" }, "min": { - "readmeCleaned": "

Min

\n

Min is a fast, minimal browser that protects your privacy. It includes an interface designed to minimize distractions, and features such as:

\n
    \n
  • Information from DuckDuckGo in the search bar.
  • \n
  • Full-text search for visited pages
  • \n
  • Ad and tracker blocking
  • \n
  • Automatic reader view
  • \n
  • Tasks (tab groups)
  • \n
  • Password manager integration
  • \n
  • Dark theme
  • \n
\n

Download Min from the releases page, or learn more on the website.

\n

Min is made possible by these sponsors:

\n\n\n\n\n\n\n\n\n\n\n\n\n\n
@shalva97
\n

Become a sponsor

\n

Screenshots

\n

\"The

\n

\"The

\n

\"Reader

\n

Installing

\n

You can find prebuilt binaries for Min here. Alternatively, skip to the section below for instructions on how to build Min directly from source.

\n

Installation on Linux

\n
    \n
  • To install the .deb file, use sudo dpkg -i /path/to/download
  • \n
  • To install the RPM build, use sudo rpm -i /path/to/download --ignoreos
  • \n
\n

Developing

\n

If you want to develop Min:

\n
    \n
  • Install Node.
  • \n
  • Run npm install to install dependencies.
  • \n
  • Start Min in development mode by running npm run start.
  • \n
  • After you make changes, you can press ctrl+r (or cmd+r on Mac) twice to restart the browser.
  • \n
\n

Building binaries

\n

In order to build Min from source, follow the installation instructions above, then use one of the following commands to create binaries:

\n
    \n
  • npm run buildWindows
  • \n
  • npm run buildMac
  • \n
  • npm run buildDebian
  • \n
  • npm run buildRaspi (for Raspberry Pi, Raspberry Pi OS)
  • \n
  • npm run buildLinuxArm64
  • \n
  • npm run buildRedhat
  • \n
\n

Depending on the platform you are building for, you may need to install additional dependencies:

\n
    \n
  • If you are using macOS and building a package for Linux, install Homebrew, then run brew install fakeroot dpkg first.
  • \n
  • If you are using macOS or Linux and building a package for Windows, you will need to install Mono and Wine.
  • \n
\n

Contributing to Min

\n

Thanks for taking the time to contribute to Min! If you have any questions or run into any problems, please open an issue.

\n

Contributing Code

\n
    \n
  • Start by following the development instructions listed above.
  • \n
  • The wiki has an overview of Min's architecture.
  • \n
  • Min uses the Standard code style; most editors have plugins available to auto-format your code.
  • \n
  • If you see something that's missing, or run into any problems, please open an issue!
  • \n
\n

Contributing Translations

\n

Adding a new language

\n
    \n
  • Find the language code that goes with your language from this list.
  • \n
  • In the localization/languages directory, create a new file, and name it "[your language code].json".
  • \n
  • Open your new file, and copy the contents of the localization/languages/en-US.json file into your new file.
  • \n
  • Change the "identifier" field in the new file to the language code from step 1.
  • \n
  • Inside the file, replace each English string in the right-hand column with the equivalent translation.
  • \n
  • (Optional) See your translations live by following the development instructions above. Min will display in the same language as your operating system, so make sure your computer is set to the same language that you're translating.
  • \n
  • That's it! Make a pull request with your changes.
  • \n
\n

Updating an existing language

\n
    \n
  • Find the language file for your language in the localization/languages directory.
  • \n
  • Look through the file for any items that have a value of "null", or that have a comment saying "missing translation".
  • \n
  • For each of these items, look for the item with the same name in the en-US.json file.
  • \n
  • Translate the value from the English file, replace "null" with your translation, and remove the "missing translation" comment.
  • \n
  • Make a pull request with the updated file.
  • \n
\n
", - "readmeOriginal": "

Min

\n

Min is a fast, minimal browser that protects your privacy. It includes an interface designed to minimize distractions, and features such as:

\n
    \n
  • Information from DuckDuckGo in the search bar.
  • \n
  • Full-text search for visited pages
  • \n
  • Ad and tracker blocking
  • \n
  • Automatic reader view
  • \n
  • Tasks (tab groups)
  • \n
  • Password manager integration
  • \n
  • Dark theme
  • \n
\n

Download Min from the releases page, or learn more on the website.

\n

Min is made possible by these sponsors:

\n\n\n\n\n\n\n\n\n\n\n\n\n\n
@shalva97
\n

Become a sponsor

\n

Screenshots

\n

\"The

\n

\"The

\n

\"Reader

\n

Installing

\n

You can find prebuilt binaries for Min here. Alternatively, skip to the section below for instructions on how to build Min directly from source.

\n

Installation on Linux

\n
    \n
  • To install the .deb file, use sudo dpkg -i /path/to/download
  • \n
  • To install the RPM build, use sudo rpm -i /path/to/download --ignoreos
  • \n
\n

Developing

\n

If you want to develop Min:

\n
    \n
  • Install Node.
  • \n
  • Run npm install to install dependencies.
  • \n
  • Start Min in development mode by running npm run start.
  • \n
  • After you make changes, you can press ctrl+r (or cmd+r on Mac) twice to restart the browser.
  • \n
\n

Building binaries

\n

In order to build Min from source, follow the installation instructions above, then use one of the following commands to create binaries:

\n
    \n
  • npm run buildWindows
  • \n
  • npm run buildMac
  • \n
  • npm run buildDebian
  • \n
  • npm run buildRaspi (for Raspberry Pi, Raspberry Pi OS)
  • \n
  • npm run buildLinuxArm64
  • \n
  • npm run buildRedhat
  • \n
\n

Depending on the platform you are building for, you may need to install additional dependencies:

\n
    \n
  • If you are using macOS and building a package for Linux, install Homebrew, then run brew install fakeroot dpkg first.
  • \n
  • If you are using macOS or Linux and building a package for Windows, you will need to install Mono and Wine.
  • \n
\n

Contributing to Min

\n

Thanks for taking the time to contribute to Min! If you have any questions or run into any problems, please open an issue.

\n

Contributing Code

\n
    \n
  • Start by following the development instructions listed above.
  • \n
  • The wiki has an overview of Min's architecture.
  • \n
  • Min uses the Standard code style; most editors have plugins available to auto-format your code.
  • \n
  • If you see something that's missing, or run into any problems, please open an issue!
  • \n
\n

Contributing Translations

\n

Adding a new language

\n
    \n
  • Find the language code that goes with your language from this list.
  • \n
  • In the localization/languages directory, create a new file, and name it \"[your language code].json\".
  • \n
  • Open your new file, and copy the contents of the localization/languages/en-US.json file into your new file.
  • \n
  • Change the \"identifier\" field in the new file to the language code from step 1.
  • \n
  • Inside the file, replace each English string in the right-hand column with the equivalent translation.
  • \n
  • (Optional) See your translations live by following the development instructions above. Min will display in the same language as your operating system, so make sure your computer is set to the same language that you're translating.
  • \n
  • That's it! Make a pull request with your changes.
  • \n
\n

Updating an existing language

\n
    \n
  • Find the language file for your language in the localization/languages directory.
  • \n
  • Look through the file for any items that have a value of \"null\", or that have a comment saying \"missing translation\".
  • \n
  • For each of these items, look for the item with the same name in the en-US.json file.
  • \n
  • Translate the value from the English file, replace \"null\" with your translation, and remove the \"missing translation\" comment.
  • \n
  • Make a pull request with the updated file.
  • \n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:32.768Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:43.971Z" }, "minetime": { - "readmeCleaned": "
\n \n

MineTime (Release repo)

\n

\n \"Version\"\n \"Platform\"\n

\n
\n

MineTime is a modern, intuitive and smart calendar application.\nConnect all your calendar services and start optimizing your time. For more information about MineTime visit minetime.ai.

\n

MineTime is free to use but not open-source (yet). This repository is meant to provide a transparent discussion hub for issues, feedback and ideas.

\n

\"Image

\n

Linux dependencies

\n

MineTime store your account passwords in the local keychain. On Linux, this service is provided by libsecret so you may need to install it before running MineTime.

\n

Depending on your distribution, you will need to run the following command:

\n
    \n
  • Debian/Ubuntu: sudo apt-get install libsecret-1-dev
  • \n
  • Red Hat-based: sudo yum install libsecret-devel
  • \n
  • Arch Linux: sudo pacman -S libsecret
  • \n
\n

Some Linux distributions also require gnome-keyring (see https://github.com/marcoancona/MineTime/issues/98) and libgconf-2-4 (see https://github.com/electron/electron/issues/1518).

\n

If you find a distribution that needs additional dependencies, please contact us.

\n

Support

\n

While we can not provide individual support at the moment, you can see this repository as a public hub to collect feedbacks, bug reports and feature requests.

\n

Please refer to the issue page and feel free to open a ticket.

\n

Features

\n

Keep all your calendars in one place

\n

MineTime connects natively with Google, Outlook.com, Microsoft Exchange, iCloud and any CalDAV calendar: this means you can add your calendar accounts directly into MineTime.

\n

Time Insights

\n

Understanding how time is spent is important to improve future scheduling decisions.

\n

MineTime instantly shows you how often you met your colleagues in the past months, how many times an event has been already rescheduled and much more...

\n

Smart scheduling

\n

Finding a time that works for everybody is a pain! MineTime automatically checks all participants calendars and suggests you the options that are likely to work best.

\n

You privacy is important to us and MineTime will never show other people your calendar!

\n

Schedule events using natural language

\n

MineTime's assistant understands what you say. You can easily schedule new events or perform actions on the calendar by using the most intuitive interface: English.

\n

Cross-platform experience

\n

MineTime is a calendar built on Electron, allowing it to run natively on Windows, Mac and - yes! - Linux. Enjoy the same smooth experience across all three!

\n
", - "readmeOriginal": "
\n \n

MineTime (Release repo)

\n

\n \"Version\"\n \"Platform\"\n

\n
\n

MineTime is a modern, intuitive and smart calendar application.\nConnect all your calendar services and start optimizing your time. For more information about MineTime visit minetime.ai.

\n

MineTime is free to use but not open-source (yet). This repository is meant to provide a transparent discussion hub for issues, feedback and ideas.

\n

\"Image

\n

Linux dependencies

\n

MineTime store your account passwords in the local keychain. On Linux, this service is provided by libsecret so you may need to install it before running MineTime.

\n

Depending on your distribution, you will need to run the following command:

\n
    \n
  • Debian/Ubuntu: sudo apt-get install libsecret-1-dev
  • \n
  • Red Hat-based: sudo yum install libsecret-devel
  • \n
  • Arch Linux: sudo pacman -S libsecret
  • \n
\n

Some Linux distributions also require gnome-keyring (see https://github.com/marcoancona/MineTime/issues/98) and libgconf-2-4 (see https://github.com/electron/electron/issues/1518).

\n

If you find a distribution that needs additional dependencies, please contact us.

\n

Support

\n

While we can not provide individual support at the moment, you can see this repository as a public hub to collect feedbacks, bug reports and feature requests.

\n

Please refer to the issue page and feel free to open a ticket.

\n

Features

\n

Keep all your calendars in one place

\n

MineTime connects natively with Google, Outlook.com, Microsoft Exchange, iCloud and any CalDAV calendar: this means you can add your calendar accounts directly into MineTime.

\n

Time Insights

\n

Understanding how time is spent is important to improve future scheduling decisions.

\n

MineTime instantly shows you how often you met your colleagues in the past months, how many times an event has been already rescheduled and much more...

\n

Smart scheduling

\n

Finding a time that works for everybody is a pain! MineTime automatically checks all participants calendars and suggests you the options that are likely to work best.

\n

You privacy is important to us and MineTime will never show other people your calendar!

\n

Schedule events using natural language

\n

MineTime's assistant understands what you say. You can easily schedule new events or perform actions on the calendar by using the most intuitive interface: English.

\n

Cross-platform experience

\n

MineTime is a calendar built on Electron, allowing it to run natively on Windows, Mac and - yes! - Linux. Enjoy the same smooth experience across all three!

\n
", - "readmeFetchedAt": "2020-09-17T12:09:32.959Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:43.988Z" }, - "minimalist": { + "mindmapp": { "readmeOriginal": null, - "readmeFetchedAt": "2020-09-17T12:09:33.012Z" + "readmeFetchedAt": "2020-09-18T00:10:43.994Z" }, "mini-diary": { - "readmeCleaned": "
\n \n

Mini Diary

\n Simple and secure journal app\n \"Screenshot\"\n
\n

Download

\n

Features and download links can be found on the website:

\n

minidiary.app

\n

Development

\n

The application is built with Electron and React. To run or build the app yourself, you'll need to have Node.js and Yarn installed.

\n

Running the app

\n
    \n
  1. Clone this repository: git clone REPO_URL
  2. \n
  3. Navigate into the project directory: cd mini-diary
  4. \n
  5. Install the dependencies: yarn
  6. \n
  7. Run the app: yarn start
  8. \n
\n

Building the app

\n

After cloning the repo and installing the dependencies, run yarn build. The packaged app can be found in the dist folder.

\n

Contributing

\n

Features and Bugs

\n

Suggestions and contributions are always welcome! Please first discuss changes via issue before submitting a pull request.

\n

Adding missing translations

\n

The list of all English strings can be found in en.ts. If there are translations missing for your language and you'd like to help with the translation, you can add the translated strings to your language's file in src/main/i18n/translations and submit a PR.

\n

Adding a new language

\n

If the app isn't translated into your language yet and you'd like to help out, you can easily add translations with the following steps:

\n
    \n
  1. The translation files can be found in src/main/i18n/translations. Duplicate the en.ts file as [LANG].ts, where [LANG] is the shortcode of your language.
  2. \n
  3. In the file you just created, replace the English translations with your own.
  4. \n
  5. Import your file in the ALL_TRANSLATIONS object in src/main/i18n/i18n.ts.
  6. \n
  7. Add your language shortcode to the electronLanguages array in package.json.
  8. \n
  9. Run the app in your language (see the steps above) and make sure that the translations fit into the app (e.g. that they aren't too long for input fields).
  10. \n
  11. Submit a PR. Thanks for your help!
  12. \n
\n
", - "readmeOriginal": "
\n \n

Mini Diary

\n Simple and secure journal app\n \"Screenshot\"\n
\n

Download

\n

Features and download links can be found on the website:

\n

minidiary.app

\n

Development

\n

The application is built with Electron and React. To run or build the app yourself, you'll need to have Node.js and Yarn installed.

\n

Running the app

\n
    \n
  1. Clone this repository: git clone REPO_URL
  2. \n
  3. Navigate into the project directory: cd mini-diary
  4. \n
  5. Install the dependencies: yarn
  6. \n
  7. Run the app: yarn start
  8. \n
\n

Building the app

\n

After cloning the repo and installing the dependencies, run yarn build. The packaged app can be found in the dist folder.

\n

Contributing

\n

Features and Bugs

\n

Suggestions and contributions are always welcome! Please first discuss changes via issue before submitting a pull request.

\n

Adding missing translations

\n

The list of all English strings can be found in en.ts. If there are translations missing for your language and you'd like to help with the translation, you can add the translated strings to your language's file in src/main/i18n/translations and submit a PR.

\n

Adding a new language

\n

If the app isn't translated into your language yet and you'd like to help out, you can easily add translations with the following steps:

\n
    \n
  1. The translation files can be found in src/main/i18n/translations. Duplicate the en.ts file as [LANG].ts, where [LANG] is the shortcode of your language.
  2. \n
  3. In the file you just created, replace the English translations with your own.
  4. \n
  5. Import your file in the ALL_TRANSLATIONS object in src/main/i18n/i18n.ts.
  6. \n
  7. Add your language shortcode to the electronLanguages array in package.json.
  8. \n
  9. Run the app in your language (see the steps above) and make sure that the translations fit into the app (e.g. that they aren't too long for input fields).
  10. \n
  11. Submit a PR. Thanks for your help!
  12. \n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:33.043Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:43.996Z" }, - "mindmapp": { - "readmeCleaned": "

\n

\n 💔 Project no longer supported\n

\n

Fork it to continue development!

\n

\n\n \n\n

\n

\n \n Mindmapp beta\n

\n

Web application to draw mind maps.

\n

\n

\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n

\n
\n

📎 Table of Contents

\n\n

🚀 Features

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
FeatureStatusDescription
Basic mind map properties✔️Set node images, colors and font properties.
Undo/Redo✔️History of map changes.
Map centering✔️Center map in x, y, z axes.
Shortcuts✔️Main shortcuts to speed things up.
Local storage✔️Save maps in the browser local storage.
JSON import/export✔️Export and import maps as JSON file.
Image & PDF export✔️Export maps as image (png, jpg) or PDF document.
PWA support✔️Support of desktop and mobile browser PWA (Progressive Web App).
p2p databaseOrbit (or something else) peer-to-peer database to share and eventually sync maps.
Plugin systemA plugin system to add third-party features.
Multiple selectionSelect multiple nodes at the same time.
Multiple maps✔️Multiple maps at the same time with multi-tabs.
\n

🔨 Install

\n

With the following installed:

\n
    \n
  • git
  • \n
  • node >= 12
  • \n
  • npm >= 6
  • \n
\n

Clone the repo and install the dependencies from npm.

\n
git clone https://github.com/Mindmapp/mindmapp.git\ncd mindmapp\nnpm i
\n

🎮 Usage

\n

For local development with angular dev server:

\n
npm start
\n

Then open http://localhost:4200 in your browser.

\n

If you want to generate the project documentation:

\n
npm run doc
\n

A documentation folder will be generated in the project path.

\n

📈 Development

\n

📜 Rules

\n

Commits

\n
    \n
  • \n

    Use this commit message format (angular style):

    \n

    [<type>] <subject>\n<BLANK LINE>\n<body>

    \n

    where type must be one of the following:

    \n
      \n
    • feat: A new feature
    • \n
    • fix: A bug fix
    • \n
    • docs: Documentation only changes
    • \n
    • style: Changes that do not affect the meaning of the code
    • \n
    • refactor: A code change that neither fixes a bug nor adds a feature
    • \n
    • test: Adding missing or correcting existing tests
    • \n
    • chore: Changes to the build process or auxiliary tools and libraries such as documentation generation
    • \n
    • update: Update of the library version or of the dependencies
    • \n
    \n
  • \n
\n

and body must be should include the motivation for the change and contrast this with previous behavior (do not add body if the commit is trivial).

\n
    \n
  • Use the imperative, present tense: "change" not "changed" nor "changes".
  • \n
  • Don't capitalize first letter.
  • \n
  • No dot (.) at the end.
  • \n
\n

Branches

\n
    \n
  • There is a master branch, used only for release.
  • \n
  • There is a dev branch, used to merge all sub dev branch.
  • \n
  • Avoid long descriptive names for long-lived branches.
  • \n
  • No CamelCase.
  • \n
  • Use grouping tokens (words) at the beginning of your branch names (in a similar way to the type of commit).
  • \n
  • Define and use short lead tokens to differentiate branches in a way that is meaningful to your workflow.
  • \n
  • Use slashes to separate parts of your branch names.
  • \n
  • Remove branch after merge if it is not important.
  • \n
\n

Examples:

\n
git branch -b docs/README\ngit branch -b test/one-function\ngit branch -b feat/side-bar\ngit branch -b style/header\n
\n

Contributors

\n

Mindmapp is a work in progress. Remember that if you want you can make a small contribution with a pull request.

\n

💻 Code Contributors

\n

This project exists thanks to all the people who contribute. [Contribute].\n

\n

💰 Financial Contributors

\n

Become a financial contributor and help us sustain our community. [Contribute]

\n

Individuals

\n

\n

Organizations

\n

Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]

\n

\n\n\n\n\n\n\n\n\n

\n

📄 License

\n\n

📞 Contacts

\n

👦 Developers

\n\n
", - "readmeOriginal": "

\n

\n 💔 Project no longer supported\n

\n

Fork it to continue development!

\n

\n\n \n\n

\n

\n \n Mindmapp beta\n

\n

Web application to draw mind maps.

\n

\n

\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n

\n
\n

📎 Table of Contents

\n\n

🚀 Features

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
FeatureStatusDescription
Basic mind map properties✔️Set node images, colors and font properties.
Undo/Redo✔️History of map changes.
Map centering✔️Center map in x, y, z axes.
Shortcuts✔️Main shortcuts to speed things up.
Local storage✔️Save maps in the browser local storage.
JSON import/export✔️Export and import maps as JSON file.
Image & PDF export✔️Export maps as image (png, jpg) or PDF document.
PWA support✔️Support of desktop and mobile browser PWA (Progressive Web App).
p2p databaseOrbit (or something else) peer-to-peer database to share and eventually sync maps.
Plugin systemA plugin system to add third-party features.
Multiple selectionSelect multiple nodes at the same time.
Multiple maps✔️Multiple maps at the same time with multi-tabs.
\n

🔨 Install

\n

With the following installed:

\n
    \n
  • git
  • \n
  • node >= 12
  • \n
  • npm >= 6
  • \n
\n

Clone the repo and install the dependencies from npm.

\n
git clone https://github.com/Mindmapp/mindmapp.git\ncd mindmapp\nnpm i
\n

🎮 Usage

\n

For local development with angular dev server:

\n
npm start
\n

Then open http://localhost:4200 in your browser.

\n

If you want to generate the project documentation:

\n
npm run doc
\n

A documentation folder will be generated in the project path.

\n

📈 Development

\n

📜 Rules

\n

Commits

\n
    \n
  • \n

    Use this commit message format (angular style):

    \n

    [<type>] <subject>\n<BLANK LINE>\n<body>

    \n

    where type must be one of the following:

    \n
      \n
    • feat: A new feature
    • \n
    • fix: A bug fix
    • \n
    • docs: Documentation only changes
    • \n
    • style: Changes that do not affect the meaning of the code
    • \n
    • refactor: A code change that neither fixes a bug nor adds a feature
    • \n
    • test: Adding missing or correcting existing tests
    • \n
    • chore: Changes to the build process or auxiliary tools and libraries such as documentation generation
    • \n
    • update: Update of the library version or of the dependencies
    • \n
    \n
  • \n
\n

and body must be should include the motivation for the change and contrast this with previous behavior (do not add body if the commit is trivial).

\n
    \n
  • Use the imperative, present tense: \"change\" not \"changed\" nor \"changes\".
  • \n
  • Don't capitalize first letter.
  • \n
  • No dot (.) at the end.
  • \n
\n

Branches

\n
    \n
  • There is a master branch, used only for release.
  • \n
  • There is a dev branch, used to merge all sub dev branch.
  • \n
  • Avoid long descriptive names for long-lived branches.
  • \n
  • No CamelCase.
  • \n
  • Use grouping tokens (words) at the beginning of your branch names (in a similar way to the type of commit).
  • \n
  • Define and use short lead tokens to differentiate branches in a way that is meaningful to your workflow.
  • \n
  • Use slashes to separate parts of your branch names.
  • \n
  • Remove branch after merge if it is not important.
  • \n
\n

Examples:

\n
git branch -b docs/README\ngit branch -b test/one-function\ngit branch -b feat/side-bar\ngit branch -b style/header\n
\n

Contributors

\n

Mindmapp is a work in progress. Remember that if you want you can make a small contribution with a pull request.

\n

💻 Code Contributors

\n

This project exists thanks to all the people who contribute. [Contribute].\n

\n

💰 Financial Contributors

\n

Become a financial contributor and help us sustain our community. [Contribute]

\n

Individuals

\n

\n

Organizations

\n

Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]

\n

\n\n\n\n\n\n\n\n\n

\n

📄 License

\n\n

📞 Contacts

\n

👦 Developers

\n\n
", - "readmeFetchedAt": "2020-09-17T12:09:33.295Z" + "minimalist": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.016Z" }, "minta": { - "readmeCleaned": "
", - "readmeOriginal": "
", - "readmeFetchedAt": "2020-09-17T12:09:33.332Z" - }, - "mjml-app": { - "readmeCleaned": "

\n\tMJML App\n\t\n

\n

\"os\"

\n

\n\t✉️ The desktop app for MJML -\n\tDownload\n

\n

\"screenshot\"

\n

See CHANGELOG.md for releases details.

\n

Installation

\n

Visit the website to download the version that fits your platform, or just go to the release page.

\n

Build from source

\n
# install dependencies\nyarn\n\n# build for your platform\nyarn dist\n\n# the binary can be found in the release/ folder
\n

Development

\n
# launch the dev server and the electron renderer\nyarn dev
\n

For contributing, make sure that your commit passes the yarn lint and yarn prettier command 😄.

\n
", - "readmeOriginal": "

\n\tMJML App\n\t\n

\n

\"os\"

\n

\n\t✉️ The desktop app for MJML -\n\tDownload\n

\n

\"screenshot\"

\n

See CHANGELOG.md for releases details.

\n

Installation

\n

Visit the website to download the version that fits your platform, or just go to the release page.

\n

Build from source

\n
# install dependencies\nyarn\n\n# build for your platform\nyarn dist\n\n# the binary can be found in the release/ folder
\n

Development

\n
# launch the dev server and the electron renderer\nyarn dev
\n

For contributing, make sure that your commit passes the yarn lint and yarn prettier command 😄.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:33.485Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.041Z" }, "mist": { - "readmeCleaned": "

Mist Browser [Deprecated]

\n

\"Github\n\"Build\n\"Build\n\"Join\n\"Code

\n
\n

Mist and Ethereum Wallet have been deprecated. See the announcement and view the migration guide.

\n
\n

The Mist browser is the tool of choice to browse and use Ðapps.

\n

For the Mist API see MISTAPI.md.

\n

This repository is also the Electron host for the Meteor-based wallet dapp.

\n

Help and troubleshooting

\n

In order to get help regarding Mist or Ethereum Wallet:

\n
    \n
  1. Please check the Mist troubleshooting guide.
  2. \n
  3. Go to our Gitter channel to connect with the community for instant help.
  4. \n
  5. Search for similar issues and potential help.
  6. \n
  7. Or create a new issue and provide as much information as you can to recreate your problem.
  8. \n
\n

How to contribute

\n

Contributions via Pull Requests are welcome. You can see where to help looking for issues with the Enhancement or Bug labels. We can help guide you towards the solution.

\n

You can also help by responding to issues. Sign up on CodeTriage and it'll send you gentle notifications with a configurable frequency. It is a nice way to help while learning.

\n

Installation

\n

If you want to install the app from a pre-built version on the release page, you can simply run the executable after download.

\n

For updating, simply download the new version and copy it over the old one (keep a backup of the old one if you want to be sure).

\n

Linux .zip installs

\n

In order to install from .zip files, please install libgconf2-4 first:

\n
apt-get install libgconf2-4
\n

Config folder

\n

The data folder for Mist depends on your operating system:

\n
    \n
  • Windows %APPDATA%\\Mist
  • \n
  • macOS ~/Library/Application\\ Support/Mist
  • \n
  • Linux ~/.config/Mist
  • \n
\n

Development

\n

For development, a Meteor server assists with live reload and CSS injection.

\n

Once a Mist version is released the Meteor frontend part is bundled using the meteor-build-client npm package to create pure static files.

\n

Dependencies

\n

To run mist in development you need:

\n
    \n
  • Node.js v7.x (use the preferred installation method for your OS)
  • \n
  • Meteor javascript app framework
  • \n
  • Yarn package manager
  • \n
\n

Install the latter ones via:

\n
$ curl https://install.meteor.com/ | sh\n$ curl -o- -L https://yarnpkg.com/install.sh | bash
\n

Initialization

\n

Now you're ready to initialize Mist for development:

\n
$ git clone https://github.com/ethereum/mist.git\n$ cd mist\n$ git submodule update --init --recursive\n$ yarn
\n

Run Mist

\n

For development we start the interface with a Meteor server for auto-reload etc.

\n

Start the interface in a separate terminal window:

\n
$ yarn dev:meteor
\n

In the original window you can then start Mist with:

\n
$ cd mist\n$ yarn dev:electron
\n

NOTE: Client binaries (e.g. geth) specified in clientBinaries.json will be checked during every startup and downloaded if out-of-date, binaries are stored in the config folder.

\n

NOTE: use --help to display available options, e.g. --loglevel debug (or trace) for verbose output

\n

Run the Wallet

\n

Start the wallet app for development, in a separate terminal window:

\n
$ yarn dev:meteor
\n

In another terminal:

\n
$ cd my/path/meteor-dapp-wallet/app && meteor --port 3050
\n

In the original window you can then start Mist using wallet mode:

\n
$ cd mist\n$ yarn dev:electron --mode wallet
\n

Connect your own node

\n

This is useful if you are already running your own node or would like to connect with a private or development network.

\n
$ yarn dev:electron --rpc path/to/geth.ipc
\n

Passing options to Geth

\n

You can pass command-line options directly to Geth by prefixing them with --node- in\nthe command-line invocation:

\n
$ yarn dev:electron --mode mist --node-rpcport 19343 --node-networkid 2
\n

The --rpc Mist option is a special case. If you set this to an IPC socket file\npath then the --ipcpath option automatically gets set, i.e.:

\n
$ yarn dev:electron --rpc path/to/geth.ipc
\n

...is the same as doing...

\n
$ yarn dev:electron --rpc /my/geth.ipc --node-ipcpath /path/to/geth.ipc
\n

Creating a local private net

\n

If you would like to quickly set up a local private network on your computer, run:

\n
geth --dev
\n

Look for the IPC path in the resulting geth output, then start Mist with:

\n
$ yarn dev:electron --rpc path/to/geth.ipc
\n

Deployment

\n

Our build system relies on gulp and electron-builder.

\n

Dependencies

\n

Cross-platform builds require additional dependencies needed by Electron Builder. Please follow their instructions for up to date dependency information.

\n

Generate packages

\n

To generate the binaries for Mist run:

\n
$ yarn build:mist
\n

To generate the Ethereum Wallet:

\n
$ yarn build:wallet
\n

The generated binaries will be under dist_mist/release or dist_wallet/release. Starting from 0.11.0, both Ethereum Wallet and Mist ships with a meteor-dapp-wallet instance (https://github.com/ethereum/meteor-dapp-wallet).

\n

Options

\n
platform
\n

To build binaries for specific platforms (default: all available) use the following flags:

\n
$ yarn build:mist --mac      # mac\n$ yarn build:mist --linux    # linux\n$ yarn build:mist --win      # windows
\n
skipTasks
\n

When building a binary, you can optionally skip some tasks — generally for testing purposes.

\n
$ yarn build:mist --mac --skipTasks=build-interface,release-dist
\n
Checksums
\n

Prints the SHA-256 checksums of the distributables.

\n

It expects installer/zip files to be in the generated folders e.g. dist_mist/release

\n
$ yarn task checksums [--wallet]
\n

Tasks found in gulpfile.js and gulpTasks/

\n

Any other gulp task can be run using yarn task.

\n
$ yarn task clean-dist
\n

Testing

\n

Tests run using Spectron, a webdriver.io runner built for Electron.

\n

First make sure to build Mist with:

\n
$ yarn build:mist
\n

Then run the tests:

\n
$ yarn test:unit:once\n$ yarn test:e2e
\n

Note: Integration tests are not yet supported on Windows.

\n
", - "readmeOriginal": "

Mist Browser [Deprecated]

\n

\"Github\n\"Build\n\"Build\n\"Join\n\"Code

\n
\n

Mist and Ethereum Wallet have been deprecated. See the announcement and view the migration guide.

\n
\n

The Mist browser is the tool of choice to browse and use Ðapps.

\n

For the Mist API see MISTAPI.md.

\n

This repository is also the Electron host for the Meteor-based wallet dapp.

\n

Help and troubleshooting

\n

In order to get help regarding Mist or Ethereum Wallet:

\n
    \n
  1. Please check the Mist troubleshooting guide.
  2. \n
  3. Go to our Gitter channel to connect with the community for instant help.
  4. \n
  5. Search for similar issues and potential help.
  6. \n
  7. Or create a new issue and provide as much information as you can to recreate your problem.
  8. \n
\n

How to contribute

\n

Contributions via Pull Requests are welcome. You can see where to help looking for issues with the Enhancement or Bug labels. We can help guide you towards the solution.

\n

You can also help by responding to issues. Sign up on CodeTriage and it'll send you gentle notifications with a configurable frequency. It is a nice way to help while learning.

\n

Installation

\n

If you want to install the app from a pre-built version on the release page, you can simply run the executable after download.

\n

For updating, simply download the new version and copy it over the old one (keep a backup of the old one if you want to be sure).

\n

Linux .zip installs

\n

In order to install from .zip files, please install libgconf2-4 first:

\n
apt-get install libgconf2-4
\n

Config folder

\n

The data folder for Mist depends on your operating system:

\n
    \n
  • Windows %APPDATA%\\Mist
  • \n
  • macOS ~/Library/Application\\ Support/Mist
  • \n
  • Linux ~/.config/Mist
  • \n
\n

Development

\n

For development, a Meteor server assists with live reload and CSS injection.

\n

Once a Mist version is released the Meteor frontend part is bundled using the meteor-build-client npm package to create pure static files.

\n

Dependencies

\n

To run mist in development you need:

\n
    \n
  • Node.js v7.x (use the preferred installation method for your OS)
  • \n
  • Meteor javascript app framework
  • \n
  • Yarn package manager
  • \n
\n

Install the latter ones via:

\n
$ curl https://install.meteor.com/ | sh\n$ curl -o- -L https://yarnpkg.com/install.sh | bash
\n

Initialization

\n

Now you're ready to initialize Mist for development:

\n
$ git clone https://github.com/ethereum/mist.git\n$ cd mist\n$ git submodule update --init --recursive\n$ yarn
\n

Run Mist

\n

For development we start the interface with a Meteor server for auto-reload etc.

\n

Start the interface in a separate terminal window:

\n
$ yarn dev:meteor
\n

In the original window you can then start Mist with:

\n
$ cd mist\n$ yarn dev:electron
\n

NOTE: Client binaries (e.g. geth) specified in clientBinaries.json will be checked during every startup and downloaded if out-of-date, binaries are stored in the config folder.

\n

NOTE: use --help to display available options, e.g. --loglevel debug (or trace) for verbose output

\n

Run the Wallet

\n

Start the wallet app for development, in a separate terminal window:

\n
$ yarn dev:meteor
\n

In another terminal:

\n
$ cd my/path/meteor-dapp-wallet/app && meteor --port 3050
\n

In the original window you can then start Mist using wallet mode:

\n
$ cd mist\n$ yarn dev:electron --mode wallet
\n

Connect your own node

\n

This is useful if you are already running your own node or would like to connect with a private or development network.

\n
$ yarn dev:electron --rpc path/to/geth.ipc
\n

Passing options to Geth

\n

You can pass command-line options directly to Geth by prefixing them with --node- in\nthe command-line invocation:

\n
$ yarn dev:electron --mode mist --node-rpcport 19343 --node-networkid 2
\n

The --rpc Mist option is a special case. If you set this to an IPC socket file\npath then the --ipcpath option automatically gets set, i.e.:

\n
$ yarn dev:electron --rpc path/to/geth.ipc
\n

...is the same as doing...

\n
$ yarn dev:electron --rpc /my/geth.ipc --node-ipcpath /path/to/geth.ipc
\n

Creating a local private net

\n

If you would like to quickly set up a local private network on your computer, run:

\n
geth --dev
\n

Look for the IPC path in the resulting geth output, then start Mist with:

\n
$ yarn dev:electron --rpc path/to/geth.ipc
\n

Deployment

\n

Our build system relies on gulp and electron-builder.

\n

Dependencies

\n

Cross-platform builds require additional dependencies needed by Electron Builder. Please follow their instructions for up to date dependency information.

\n

Generate packages

\n

To generate the binaries for Mist run:

\n
$ yarn build:mist
\n

To generate the Ethereum Wallet:

\n
$ yarn build:wallet
\n

The generated binaries will be under dist_mist/release or dist_wallet/release. Starting from 0.11.0, both Ethereum Wallet and Mist ships with a meteor-dapp-wallet instance (https://github.com/ethereum/meteor-dapp-wallet).

\n

Options

\n
platform
\n

To build binaries for specific platforms (default: all available) use the following flags:

\n
$ yarn build:mist --mac      # mac\n$ yarn build:mist --linux    # linux\n$ yarn build:mist --win      # windows
\n
skipTasks
\n

When building a binary, you can optionally skip some tasks — generally for testing purposes.

\n
$ yarn build:mist --mac --skipTasks=build-interface,release-dist
\n
Checksums
\n

Prints the SHA-256 checksums of the distributables.

\n

It expects installer/zip files to be in the generated folders e.g. dist_mist/release

\n
$ yarn task checksums [--wallet]
\n

Tasks found in gulpfile.js and gulpTasks/

\n

Any other gulp task can be run using yarn task.

\n
$ yarn task clean-dist
\n

Testing

\n

Tests run using Spectron, a webdriver.io runner built for Electron.

\n

First make sure to build Mist with:

\n
$ yarn build:mist
\n

Then run the tests:

\n
$ yarn test:unit:once\n$ yarn test:e2e
\n

Note: Integration tests are not yet supported on Windows.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:33.540Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.050Z" }, - "mocker": { - "readmeCleaned": "

\n

Mocker

\n

中文文档

\n

HTTP/HTTPS mock tool, supports browsers and local server requests, can be used to mock response data returns and facilitate development and testing.
\nBased on Node.js and Electron.

\n

Preview

\n

\"image\"

\n

Features

\n
    \n
  • Intercepting and simulating response based on proxy server mechanism.
  • \n
  • Normally no need to manually set proxy.
  • \n
  • You can mock data without modifying the request link in your code, do not pollute the source code.
  • \n
  • Mock data support requests from browsers and local servers.
  • \n
  • Support HTTP and HTTPS requests, automatically generate local SSL certificates.
  • \n
  • Fully custom response content.
  • \n
\n

🎁 Download

\n

https://github.com/eshengsky/Mocker/releases

\n

Note

\n
    \n
  • Currently only support Windows platform.
  • \n
  • Please make sure that your Windows has been installed PowerShell (Win7+ systems are usually installed by default).
  • \n
  • Run Mocker as administrator as possible.
  • \n
\n

Quick Start

\n

Firstly install Node.js and NPM.

\n

install dependencies

\n
$ npm install
\n

lauch app

\n
$ npm start
\n

If you want to lauch the application in debug mode, use:

\n
$ npm run dev
\n

Enjoy it! 😄

\n

How to package

\n

You can use electron-packager to package the program to distribute the app.

\n

install electron-packager

\n
$ npm install -g electron-packager
\n

package app

\n

After complete Quick Start, go into the directory which app you want to package, execute:

\n
$ npm run package
\n

Note

\n

In the packing process, electron-packager will automatically download the required files and store it in user/yourname/.electron, automatic downloading may be slow, it is recommended that use download tool to download the files in Electron Release then put in the above directory.

\n

FAQ

\n
    \n
  • \n

    How to mock https response?
    \nClick Mocker menu bar SSL - Download certificate..., save the SSL certificate to any location, then click SSL - Open certmgr, choose Trusted root certification authority - certificate, right click and choose all tasks - import, select the certificate you just downloaded, and the other options default, complete the import.

    \n
  • \n
  • \n

    How to mock data sent by local servers (such as Node.js server)?
    \nMocker is based on proxy servers, so you only need to set agent as http://127.0.0.1:28369 or https://127.0.0.1:28369. Take Node.js server as an example, use set HTTP_PROXY=http://127.0.0.1:28369&&node ./bin/www.

    \n
  • \n
  • \n

    I can't get to the Internet after close Mocker.
    \nIn normal circumstances, Mocker will automatically reset the system agent to empty before exiting the program, but in some special cases (such as manually killing process, direct shutdown, program exception, etc.), the system agent may not automatically reset, you need to manually set it, square: open the IE - Internet option - Connection - LAN settings, uncheck the proxy server.

    \n
  • \n
  • \n

    I can't use it correctly, or did I have an unusual error.
    \nTry to run app as administrator, if still not working, please submit Issue.

    \n
  • \n
\n

License

\n

The MIT License (MIT)

\n

Copyright (c) 2018 Sky

\n

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

\n

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

\n

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

\n
", - "readmeOriginal": "

\n

Mocker

\n

中文文档

\n

HTTP/HTTPS mock tool, supports browsers and local server requests, can be used to mock response data returns and facilitate development and testing.
\nBased on Node.js and Electron.

\n

Preview

\n

\"image\"

\n

Features

\n
    \n
  • Intercepting and simulating response based on proxy server mechanism.
  • \n
  • Normally no need to manually set proxy.
  • \n
  • You can mock data without modifying the request link in your code, do not pollute the source code.
  • \n
  • Mock data support requests from browsers and local servers.
  • \n
  • Support HTTP and HTTPS requests, automatically generate local SSL certificates.
  • \n
  • Fully custom response content.
  • \n
\n

🎁 Download

\n

https://github.com/eshengsky/Mocker/releases

\n

Note

\n
    \n
  • Currently only support Windows platform.
  • \n
  • Please make sure that your Windows has been installed PowerShell (Win7+ systems are usually installed by default).
  • \n
  • Run Mocker as administrator as possible.
  • \n
\n

Quick Start

\n

Firstly install Node.js and NPM.

\n

install dependencies

\n
$ npm install
\n

lauch app

\n
$ npm start
\n

If you want to lauch the application in debug mode, use:

\n
$ npm run dev
\n

Enjoy it! 😄

\n

How to package

\n

You can use electron-packager to package the program to distribute the app.

\n

install electron-packager

\n
$ npm install -g electron-packager
\n

package app

\n

After complete Quick Start, go into the directory which app you want to package, execute:

\n
$ npm run package
\n

Note

\n

In the packing process, electron-packager will automatically download the required files and store it in user/yourname/.electron, automatic downloading may be slow, it is recommended that use download tool to download the files in Electron Release then put in the above directory.

\n

FAQ

\n
    \n
  • \n

    How to mock https response?
    \nClick Mocker menu bar SSL - Download certificate..., save the SSL certificate to any location, then click SSL - Open certmgr, choose Trusted root certification authority - certificate, right click and choose all tasks - import, select the certificate you just downloaded, and the other options default, complete the import.

    \n
  • \n
  • \n

    How to mock data sent by local servers (such as Node.js server)?
    \nMocker is based on proxy servers, so you only need to set agent as http://127.0.0.1:28369 or https://127.0.0.1:28369. Take Node.js server as an example, use set HTTP_PROXY=http://127.0.0.1:28369&&node ./bin/www.

    \n
  • \n
  • \n

    I can't get to the Internet after close Mocker.
    \nIn normal circumstances, Mocker will automatically reset the system agent to empty before exiting the program, but in some special cases (such as manually killing process, direct shutdown, program exception, etc.), the system agent may not automatically reset, you need to manually set it, square: open the IE - Internet option - Connection - LAN settings, uncheck the proxy server.

    \n
  • \n
  • \n

    I can't use it correctly, or did I have an unusual error.
    \nTry to run app as administrator, if still not working, please submit Issue.

    \n
  • \n
\n

License

\n

The MIT License (MIT)

\n

Copyright (c) 2018 Sky

\n

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

\n

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

\n

THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:33.817Z" + "mobirise": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.071Z" }, - "moderndeck": { - "readmeCleaned": "

ModernDeck 8

\n

\"Build\n\"dependencies\n\"devDependencies\n\"Crowdin\"

\n

ModernDeck is an app/extension running atop TweetDeck that brings a new, Material Design-inspired interface, as well as new customization features.

\n

\"ModernDeck

\n

ModernDeck is designed by dangeredwolf and released under the MIT License.

\n

Building ModernDeck

\n

Dependencies

\n

To build ModernDeck, you need to first install Node.js (which comes with npm) and git if you don't have it installed already

\n

ModernDeck is tested against the latest current version of Node.js, but it will likely work fine with the LTS version as well.

\n

Windows

\n

For Windows, you can download Node.js here

\n

On Windows, you will need to download git if you haven't yet already. You can either download just git itself, or download GitHub's Windows client, which also includes git and other tools, even if you don't use the GUI portion.

\n

macOS

\n

For macOS, you can install the necessary packages using Homebrew.

\n

brew install git node

\n

Xcode Command Line Tools also include git. If you already have it, you can remove "git" from the command.

\n

Alternatively, you can also install nodejs using the .pkg installer

\n

Linux

\n

On Linux, it varies depending on your distribution. If you're using Ubuntu or Debian, you just need to run:

\n

sudo apt install git nodejs

\n

Checking out

\n

You'll want to use your Terminal (macOS and Linux) or PowerShell (Windows) for this.

\n

First, of course, cd into a directory where you want to clone the source to.

\n

Next, clone the git.

\n

git clone https://github.com/dangeredwolf/ModernDeck.git

\n

Finally, install all the necessary NPM dependencies

\n

npm install

\n

This may take several minutes

\n

Building the Electron app

\n

From the main folder where you just were, you can run the app for testing using:

\n

npm start

\n

This will run rollup and create an electron instance for it.

\n

Building ModernDeck's source with Rollup increments the Build number as well

\n

To start without building...\nnpm run startNoBuild

\n

To update language data (DataI18n) from tweetdeck-i18n.csv...\nnpm run updatei18n

\n

If you want to create the proper installers, you can run:

\n

npm run build\n...to build for every platform your OS supports building for

\n

npm run buildWindows\n...to build for Windows

\n

npm run buildMac\n...to build for macOS

\n

npm run buildLinux\n...to build for Linux

\n

Click here for more information about electron-builder code signing.

\n

ModernDeck also includes build.bat for Windows.\nIt requires Windows 10 or Windows Server 2019, with WSL installed (including wsl.exe), with the proper tools (node, npm) installed on both WSL and Windows.

\n

This makes it very quick to build for every platform, including extension, except macOS, particularly because it doesn't require the electron build server.

\n

For more advanced users, you may prefer to run electron-builder directly.

\n

Building for macOS requires running under macOS. Under macOS, you can build for Windows, macOS, and Linux. Under both Linux and Windows, you can build for both Linux and Windows. (Windows requires WSL, see above)

\n

Building the browser extension

\n

First, you need to run rollup.

\n

npm run rollup

\n

This will transpile moderndeck.js and dependencies. This needs to be run if you make JS changes under the ModernDeck/src directory

\n

Building ModernDeck's source with Rollup increments the Build number as well

\n

To test the extension, you'll want to load the unpacked extension. This, of course, varies by browser.

\n

Chrome

\n

Open the Chrome menu, go to More tools > Extensions

\n

Turn on Developer Mode in the top right corner if you haven't already.

\n

Click the Load unpacked button

\n

Navigate to ModernDeck/common and click Select Folder

\n

Firefox

\n

Go to about:debugging

\n

Click This Firefox

\n

Click Load Temporary Add-on...

\n

Navigate to ModernDeck/common/manifest.json

\n

Microsoft Edge

\n

Open the ... menu

\n

Click Extensions

\n

Turn on Developer Mode in the bottom left corner if you haven't already

\n

Click the Load unpacked button

\n

Navigate to ModernDeck/common and click Select Folder

\n

Microsoft Edge Legacy (The EdgeHTML-based browser) is no longer supported as of ModernDeck 8.0. It might still work, but no problems with it will be corrected.

\n

Opera

\n

Click the Extensions button in the bar on the left side (the icon looks like a box)

\n

Turn on Developer Mode in the top right if you haven't already

\n

Click Load unpacked

\n

Select ModernDeck/common and click Select Folder

\n

Building Extension for Release

\n

Run npm install && node build/build.js from the root ModernDeck directory. The corresponding ZIPs will appear in the dist folder

\n

Problems or questions?

\n

Don't hesitate to ask!\ntwitter@dangeredwolf, twitter@ModernDeck, or telegram@dangeredwolf

\n
", - "readmeOriginal": "

ModernDeck 8

\n

\"Build\n\"dependencies\n\"devDependencies\n\"Crowdin\"

\n

ModernDeck is an app/extension running atop TweetDeck that brings a new, Material Design-inspired interface, as well as new customization features.

\n

\"ModernDeck

\n

ModernDeck is designed by dangeredwolf and released under the MIT License.

\n

Building ModernDeck

\n

Dependencies

\n

To build ModernDeck, you need to first install Node.js (which comes with npm) and git if you don't have it installed already

\n

ModernDeck is tested against the latest current version of Node.js, but it will likely work fine with the LTS version as well.

\n

Windows

\n

For Windows, you can download Node.js here

\n

On Windows, you will need to download git if you haven't yet already. You can either download just git itself, or download GitHub's Windows client, which also includes git and other tools, even if you don't use the GUI portion.

\n

macOS

\n

For macOS, you can install the necessary packages using Homebrew.

\n

brew install git node

\n

Xcode Command Line Tools also include git. If you already have it, you can remove \"git\" from the command.

\n

Alternatively, you can also install nodejs using the .pkg installer

\n

Linux

\n

On Linux, it varies depending on your distribution. If you're using Ubuntu or Debian, you just need to run:

\n

sudo apt install git nodejs

\n

Checking out

\n

You'll want to use your Terminal (macOS and Linux) or PowerShell (Windows) for this.

\n

First, of course, cd into a directory where you want to clone the source to.

\n

Next, clone the git.

\n

git clone https://github.com/dangeredwolf/ModernDeck.git

\n

Finally, install all the necessary NPM dependencies

\n

npm install

\n

This may take several minutes

\n

Building the Electron app

\n

From the main folder where you just were, you can run the app for testing using:

\n

npm start

\n

This will run rollup and create an electron instance for it.

\n

Building ModernDeck's source with Rollup increments the Build number as well

\n

To start without building...\nnpm run startNoBuild

\n

To update language data (DataI18n) from tweetdeck-i18n.csv...\nnpm run updatei18n

\n

If you want to create the proper installers, you can run:

\n

npm run build\n...to build for every platform your OS supports building for

\n

npm run buildWindows\n...to build for Windows

\n

npm run buildMac\n...to build for macOS

\n

npm run buildLinux\n...to build for Linux

\n

Click here for more information about electron-builder code signing.

\n

ModernDeck also includes build.bat for Windows.\nIt requires Windows 10 or Windows Server 2019, with WSL installed (including wsl.exe), with the proper tools (node, npm) installed on both WSL and Windows.

\n

This makes it very quick to build for every platform, including extension, except macOS, particularly because it doesn't require the electron build server.

\n

For more advanced users, you may prefer to run electron-builder directly.

\n

Building for macOS requires running under macOS. Under macOS, you can build for Windows, macOS, and Linux. Under both Linux and Windows, you can build for both Linux and Windows. (Windows requires WSL, see above)

\n

Building the browser extension

\n

First, you need to run rollup.

\n

npm run rollup

\n

This will transpile moderndeck.js and dependencies. This needs to be run if you make JS changes under the ModernDeck/src directory

\n

Building ModernDeck's source with Rollup increments the Build number as well

\n

To test the extension, you'll want to load the unpacked extension. This, of course, varies by browser.

\n

Chrome

\n

Open the Chrome menu, go to More tools > Extensions

\n

Turn on Developer Mode in the top right corner if you haven't already.

\n

Click the Load unpacked button

\n

Navigate to ModernDeck/common and click Select Folder

\n

Firefox

\n

Go to about:debugging

\n

Click This Firefox

\n

Click Load Temporary Add-on...

\n

Navigate to ModernDeck/common/manifest.json

\n

Microsoft Edge

\n

Open the ... menu

\n

Click Extensions

\n

Turn on Developer Mode in the bottom left corner if you haven't already

\n

Click the Load unpacked button

\n

Navigate to ModernDeck/common and click Select Folder

\n

Microsoft Edge Legacy (The EdgeHTML-based browser) is no longer supported as of ModernDeck 8.0. It might still work, but no problems with it will be corrected.

\n

Opera

\n

Click the Extensions button in the bar on the left side (the icon looks like a box)

\n

Turn on Developer Mode in the top right if you haven't already

\n

Click Load unpacked

\n

Select ModernDeck/common and click Select Folder

\n

Building Extension for Release

\n

Run npm install && node build/build.js from the root ModernDeck directory. The corresponding ZIPs will appear in the dist folder

\n

Problems or questions?

\n

Don't hesitate to ask!\ntwitter@dangeredwolf, twitter@ModernDeck, or telegram@dangeredwolf

\n
", - "readmeFetchedAt": "2020-09-17T12:09:33.883Z" + "mjml-app": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.074Z" }, "mockman": { - "readmeCleaned": "

\"Mockman\"

\n

中文文档

\n

\"\"\n\"\"\n\"\"\n\"Build\n\"Build

\n
\n

Mockman is a powerful and convenient tool that helps you to manage and start mock servers locally.

\n

With the app, you can easily configure the routes, request format and response of a mock server

\n
\n

Screenshot

\n

\"Mockman\"\n\"Logger\"

\n

Usage

\n

\"Feature\"

\n
    \n
  1. Create your mock server - click the add button
  2. \n
  3. Configure the name, port and prefix of your move server, make sure the port is not in use, or Mockman will give you a error notification.
  4. \n
  5. Add some apis for your mock server.
  6. \n
  7. Configure the method, route, response code, latency, required request options and reponse data of each api.
  8. \n
  9. Start the server - click the start button.
  10. \n
  11. After all, you can test your api locally.
  12. \n
\n
\n

Where will your api data be stored?

\n
\n

Your data will be stored as a sqlite file absolutely on your local, the path will be different on different operation system.

\n
\n
\n
    \n
  • %APPDATA% for Windows
  • \n
  • $XDG_CONFIG_HOME or ~/.config for Linux
  • \n
  • ~/Library/Application Support for macOS
  • \n
\n
\n

Be attention before you start https server

\n
\n
    \n
  • Mockman is using self-signed-certification to create https server
  • \n
  • Install rootCA on your client and trust it before you send https requests
  • \n
\n
\n
\n

Todos

\n

Server

\n
    \n
  • ipcMain && ipcRender communication
  • \n
  • dababase support
  • \n
  • create a new mock
  • \n
  • update a mock
  • \n
  • remove a mock
  • \n
  • query a mock info
  • \n
  • create an api
  • \n
  • update an api
  • \n
  • remove an api
  • \n
  • query an api info
  • \n
  • start an express server with a mock config
  • \n
  • handle errors while starting the server
  • \n
\n

Client

\n
    \n
  • brand header dislay
  • \n
  • mock sider display
  • \n
  • mock-detail and api-list display
  • \n
  • api-detail display
  • \n
  • create a new mock
  • \n
  • update a mock
  • \n
  • remove a mock
  • \n
  • query a mock info
  • \n
  • create an api
  • \n
  • update an api
  • \n
  • remove an api
  • \n
  • query an api info
  • \n
  • request params check list
  • \n
  • response k-v input group
  • \n
  • response code editor
  • \n
  • add blur event to jsonEditor
  • \n
  • add a log panel to show the logs of an active mock server process
  • \n
  • add https support
  • \n
  • group the apis with tag
  • \n
  • check the conflict of all mocks
  • \n
  • Export/Import mock or api configurations
  • \n
\n

License

\n

\"license\"

\n

Contribute

\n
# install the dependencies \nnpm install\n\n# serve with hot reload at localhost:9080\nnpm run dev \n\n# build mockman\nnpm run build\n\n# run unit tests\nnpm test \n\n# lint all JS/Vue component files in `src/`\nnpm run lint \n
\n
\n
", - "readmeOriginal": "

\"Mockman\"

\n

中文文档

\n

\"\"\n\"\"\n\"\"\n\"Build\n\"Build

\n
\n

Mockman is a powerful and convenient tool that helps you to manage and start mock servers locally.

\n

With the app, you can easily configure the routes, request format and response of a mock server

\n
\n

Screenshot

\n

\"Mockman\"\n\"Logger\"

\n

Usage

\n

\"Feature\"

\n
    \n
  1. Create your mock server - click the add button
  2. \n
  3. Configure the name, port and prefix of your move server, make sure the port is not in use, or Mockman will give you a error notification.
  4. \n
  5. Add some apis for your mock server.
  6. \n
  7. Configure the method, route, response code, latency, required request options and reponse data of each api.
  8. \n
  9. Start the server - click the start button.
  10. \n
  11. After all, you can test your api locally.
  12. \n
\n
\n

Where will your api data be stored?

\n
\n

Your data will be stored as a sqlite file absolutely on your local, the path will be different on different operation system.

\n
\n
\n
    \n
  • %APPDATA% for Windows
  • \n
  • $XDG_CONFIG_HOME or ~/.config for Linux
  • \n
  • ~/Library/Application Support for macOS
  • \n
\n
\n

Be attention before you start https server

\n
\n
    \n
  • Mockman is using self-signed-certification to create https server
  • \n
  • Install rootCA on your client and trust it before you send https requests
  • \n
\n
\n
\n

Todos

\n

Server

\n
    \n
  • ipcMain && ipcRender communication
  • \n
  • dababase support
  • \n
  • create a new mock
  • \n
  • update a mock
  • \n
  • remove a mock
  • \n
  • query a mock info
  • \n
  • create an api
  • \n
  • update an api
  • \n
  • remove an api
  • \n
  • query an api info
  • \n
  • start an express server with a mock config
  • \n
  • handle errors while starting the server
  • \n
\n

Client

\n
    \n
  • brand header dislay
  • \n
  • mock sider display
  • \n
  • mock-detail and api-list display
  • \n
  • api-detail display
  • \n
  • create a new mock
  • \n
  • update a mock
  • \n
  • remove a mock
  • \n
  • query a mock info
  • \n
  • create an api
  • \n
  • update an api
  • \n
  • remove an api
  • \n
  • query an api info
  • \n
  • request params check list
  • \n
  • response k-v input group
  • \n
  • response code editor
  • \n
  • add blur event to jsonEditor
  • \n
  • add a log panel to show the logs of an active mock server process
  • \n
  • add https support
  • \n
  • group the apis with tag
  • \n
  • check the conflict of all mocks
  • \n
  • Export/Import mock or api configurations
  • \n
\n

License

\n

\"license\"

\n

Contribute

\n
# install the dependencies \nnpm install\n\n# serve with hot reload at localhost:9080\nnpm run dev \n\n# build mockman\nnpm run build\n\n# run unit tests\nnpm test \n\n# lint all JS/Vue component files in `src/`\nnpm run lint \n
\n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:33.888Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.084Z" }, - "mobirise": { - "readmeCleaned": "

Mobirise Bootstrap Builder

\n

Mobirise AMP Website Builder

\n

The Accelerated Mobile Pages Project (AMP) is an online publishing format, originally created by Google as an alternative to Facebook’s Instant Articles. It’s a way to optimize web pages for mobile browsing using a special code–AMP-HTML.

\n
    \n
  • AMP sites are loading smoothly and fast. Users like pages they don't have to wait, so you keep your visitors.
  • \n
  • Goggle Search adds to AMP articles an AMP iсon, and when you use a mobile device, these pages are shown first.
  • \n
  • AMP is a great solution for internet magazines, blogs and news sites.
  • \n
\n

\n

Mobirise v4.12

\n
    \n
  • Important: After the 4.12 is installed, update your extensions in "Menu->Extensions->Update All" and then restart the Mobirise
  • \n
  • Compatibility with MacOs Catalina
  • \n
  • FTP profile is filled from a project file
  • \n
  • User Blocks search added
  • \n
  • Issues with project import/export with different fonts fixed
  • \n
  • Fixed saving the Resize Images site setting
  • \n
  • Blockpack for M4
  • \n
  • Minor fixes
  • \n
\n

DinerM4

\n
    \n
  • DinerM4 - Great Bootstrap cafe theme. It's the perfect choice for owners of pizzerie, tea-houses, cafeterias and other restaurants.
  • \n
\n

\n

AudioM4

\n
    \n
  • AudioM4 - Need a stunning website for your songs? Feel free to use this exceptional music theme with great looking designs!
  • \n
\n

\n

BlockPack for M4

\n
    \n
  • BlockPack for M4 - 350+ best and most unique blocks from premium Mobirise themes. Compatible with all M4 themes.
  • \n
\n

\n

InnovationAMP

\n
    \n
  • InnovationAMP - Multipurpose theme for corporate and science websites. Let your future website look innovative and ultra-modern!
  • \n
\n

\n

BranchM4

\n
    \n
  • BranchM4 - Well-designed corporate theme for small and medium businesses. Use this theme to create a website for your company or agency with a unique and professional look.
  • \n
\n

\n

KidsM4 Theme

\n
    \n
  • KidsM4 Theme - A cute website template perfect for preschools and babysitting. It also suits online stores selling children clothes and toys. Create a kids related site with ease!
  • \n
\n

\n

PetsM4 Theme

\n
    \n
  • PetsM4 Theme - Contemporary pets website template. It's the ideal choice for animal care organizations, veterinarians and animal clinics.
  • \n
\n

\n

Mobirise v4.11.5

\n
    \n
  • Issue with images in AMP themes fixed
  • \n
  • M4 themes are updates with fixes for gallery and shop block filters
  • \n
\n

Mobirise v4.11.4

\n
    \n
  • Cookies Alert update: added the 'Explicit Consent' option which creates a cookie modal
  • \n
  • Mobirise4 Theme: fix color change for 'table1' block
  • \n
  • Editing galleries fixed
  • \n
  • The LazyLoad extension is available
  • \n
\n

\n

CourseAMP Theme

\n
    \n
  • CourseAMP Theme - Sleek courses website theme spiced up with nice-looking designs and exciting animations. It's the best fit for online schools and web courses\nLive Demos: University, Consulting.
  • \n
\n

\n

Mobirise v4.11.2

\n
    \n
  • Update of Code Editor extension. New features: Edit Block Anchor, Edit Site Styles.
  • \n
  • Edit user block name
  • \n
  • Choose a Social sharing image
  • \n
  • New Site Settings interface
  • \n
  • Fixed saving Site Styles
  • \n
  • Fixed publish Popup Builder on several pages in amp themes
  • \n
  • Fixed captcha
  • \n
  • Mobirise4 theme: fixed gallery styles, fixed line height
  • \n
\n

LuxuryM4 Theme

\n
    \n
  • LuxuryM4 Theme - Wish to impress clients with your online luxury store? Easily create one in no longer than a few hours with this exclusive theme.
  • \n
\n

\n

TrainingAMP Theme

\n
    \n
  • TrainingAMP Theme - Creating a great website for sport gyms, workout clubs and individual sportsmen with this website theme is just like 123. Start your own sport website with ease!
  • \n
\n

\n

InsightAMP Theme

\n
    \n
  • InsightAMP Theme - Impressive corporate template for creating clean and minimalist websites for any kind of business. Increase yur brand exposure with this creative template.
  • \n
\n

\n

Mobirise v4.10.10

\n
    \n
  • FormBuilder updated: The reCAPTCHA label support
  • \n
  • PWA Builder updated: iOS Support
  • \n
  • M4 optimization
  • \n
  • Facebook authorization fixed for Social Feed (partly)
  • \n
\n

PhotoM4 Theme

\n
    \n
  • PhotoM4 Theme - Ideal theme for professional and hobby photographers. Build a stylish and clean website to impress anyone with beautiful galleries and portfolios.
  • \n
\n

\n

WoodM4 Theme

\n
    \n
  • WoodM4 Theme - Have a carpentry shop, forestry manufacture or timber company? This theme helps you present your woodworks excellently.
  • \n
\n

\n

Mobirise v4.10.8

\n
    \n
  • Form Builder updated. reCAPTCHA support and form submissions w/o the Mobirise label. More info
  • \n
  • Countdown blocks updated: floating point numbers supported now
  • \n
  • The issue with adding global components fixed
  • \n
\n

\n

Mobirise v4.10.7

\n
    \n
  • Mobirise AMP: new slider block with bullets, new manager for galleries and sliders, you can select the link type now: to full screen image or to your link
  • \n
  • Page Settings: preview of your page in Google Search
  • \n
  • Remove unused CSS for AMP: fixes
  • \n
  • Batch adding images to gallery: fixes
  • \n
  • Mobirise Publish: now you can publish sites made in M themes
  • \n
  • Fixes for shop blocks
  • \n
\n

\n

PersonaM4 Theme

\n
    \n
  • PersonaM4 Theme - A modern and lovely Bootstrap theme for creatives, freelancers, professionals, and creative studios.
  • \n
\n

\n

CorporateAMP Theme

\n
    \n
  • CorporateAMP Theme - A minimalistic and laconic AMP theme for brands and digital agencies.
  • \n
\n

\n

ShopAMP Theme

\n
    \n
  • ShopAMP Theme - An easy-to-use multipurpose AMP theme for creating websites to promote and offer every kind of services online.
  • \n
\n

\n

DepotAMP Theme

\n
    \n
  • DepotAMP Theme - This elegant theme is perfect for stores to showcase goods, inform about discounts, present prices, and highlight special offers.
  • \n
\n

\n

Mobirise v4.10.6

\n
    \n
  • Templates for sites are available in the app now
  • \n
  • Placeholder on empty pages
  • \n
  • The Search field in the Extensions list added
  • \n
  • The Crop Image functionality fixed
  • \n
  • Global blocks can be added on all pages and removed from all pages
  • \n
  • Code Editor is available offline for a longer time
  • \n
  • Popup Builder improvements: created popup blocks are available on all pages, minor fixes
  • \n
\n

\n

\n

Mobirise v4.10.5

\n
    \n
  • Link Editor updated: messenger link types are added
  • \n
  • New thumbnails for extensions, the Create New Site dialog is updated
  • \n
  • Image crop feature updated, fixed for jpg images
  • \n
  • Fixed disappearing parameter buttons in top right corner of block
  • \n
  • Minor fixes for Mobirise4
  • \n
  • Fix update style of global component\nExtensions:
  • \n
  • PayPal Shopping Cart is updated: new look
  • \n
  • TechM4: new blocks, update for an accordion block
  • \n
  • PoliticsM4: reverse block feature for a team block
  • \n
  • Bug fixes in SimpleAMP, BusinessM4, AgencyM4
  • \n
\n

\n

\n

Mobirise v4.10.4

\n
    \n
  • Editing extension blocks in M themes fixed (for example, popup builder)
  • \n
  • The menu fix in the MobiriseAMP theme
  • \n
  • The dropdown menu fix in M4 themes
  • \n
  • The gallery now keeps images in User Blocks
  • \n
  • The Extensions list is updated
  • \n
\n

Popup Builder

\n
    \n
  • Create a modal/popup/lightbox with text, image, video, form. Live demo
  • \n
\n

\n

\n

Mobirise v4.10.3

\n
    \n
  • Mobirise 4 Theme fixes: user blocks, smooth scrolling, card blocks, galleries
  • \n
  • Form Builder fixes
  • \n
\n

PoliticsM4 Theme

\n
    \n
  • PoliticsM4 Theme - If you represent a party, candidate, political organization or social movement, this theme will be your best match. It's perfect for government sites, campaign pages and other political websites.
  • \n
\n

\n

IndustryM4 Theme

\n
    \n
  • IndustryM4 Theme - An eye-catching industrial website theme. Promote your company services and advertise your industrial business with a professionally built website.
  • \n
\n

\n

Mobirise v4.10.1

\n
    \n
  • Site Library is optimized (it should work much faster now)
  • \n
  • Form fixes: the app doesn't hang if the long email addresses are used, forms work correctly in IE, minor fixes
  • \n
  • Issue with duplicating IDs on cloned pages fixed
  • \n
  • Mobirise 4 theme fixes: background video, features blocks
  • \n
  • Batch images adding: small fixes
  • \n
  • Smooth scroll fixed for M and M4 themes
  • \n
\n

Mobirise v4.10

\n
    \n
  • Code Editor improvements
  • \n
  • Reverse mode for timeline blocks
  • \n
  • Remove unused CSS from AMP pages. This option is available in Site Settings. It noticeably reduces the number of CSS rules on a page and makes the size of inline CSS smaller. CSS you use on your page should not be larger than 50,000 bytes. Otherwise, pages are not AMP-valid. Use the option if you have many blocks on your pages. Please check carefully if your page elements are displayed correctly with this option enabled.
  • \n
\n

\n
    \n
  • Bug fixes: menu block fixes; the active undo button in new projects disabled; italic/bold text color is preserved now; '$1' is shown after publication; lightbox incorrect size fixed; the reveal effect in Mobirise 4 footers is disabled for IE; images renaming fixed when use batch adding and 'Resize Images' turned off; other minor fixed.
  • \n
\n

TechM4 Theme

\n
    \n
  • TechM4 Theme - This theme helps you build a powerful online presence for your tech business. Save time and effort when creating a top-notch website for your tech company.
  • \n
\n

\n

CompanyAMP Theme

\n
    \n
  • CompanyAMP Theme - Stylish and universal theme for any type of companies. When building your company landing page, consider this captivating theme that sparks everyone's interest.
  • \n
\n

\n

SimpleAMP Theme

\n
    \n
  • SimpleAMP Theme - Сreate neat and trim websites for service agencies, shops, and creatives. This mutipurpose template contains more than 50 various blocks.
  • \n
\n

\n

TasteM4 Theme

\n
    \n
  • TasteM4 Theme is a fantastic and flexible clothing website theme. Benefit from the ready-made layouts. Build a website to your taste and present your brand in the best possible way.
  • \n
\n

\n

Mobirise v4.9.7

\n
    \n
  • Extensions Social Feed, SoundCloud, Facebook Comments supported in AMP themes
  • \n
  • Online Image Library now saves the last active tab
  • \n
  • All themes are updated: small fixes and new FormBuilder extension support
  • \n
\n

FormBuilder Extension

\n

Use the drag-n-drop builder to draw up the form you want. Learn more

\n
    \n
  • Create forms with complex layout, set the width of form fields
  • \n
  • Add your own labels, placeholders, default values, and input patterns
  • \n
  • Use the built-in Mobirise solution to receive submissions or use your own Action URL
  • \n
\n

\n

Mobirise v4.9.5

\n
    \n
  • New "Add Block" panel: now with block categories
  • \n
\n

\n
    \n
  • Online Image Library: enlarged preview on hover
  • \n
\n

\n
    \n
  • Updated Mobirise4 and MobiriseAMP themes: fixes, new blocks
  • \n
  • Code Editor: fixed inserting scripts to custom HTML block
  • \n
  • Fix for menus (scroll-line on mobile view)
  • \n
  • Fixed tags in image galleries
  • \n
\n

Mobirise v4.9.3

\n
    \n
  • 'Update All' button for extensions with a progress bar
  • \n
\n

\n
    \n
  • Adding images by drag and drop in Image Media
  • \n
\n

\n
    \n
  • Adding multiple images at once to sliders and galleries (non-AMP themes)
  • \n
  • Updated M4 themes to latest Bootstrap v4.2.1
  • \n
  • Updated free MobiriseAMP theme - 20 new blocks: gallery, slider, accordion, contact forms, testimonials, google maps.
  • \n
  • Code Editor loading speed improved
  • \n
  • Bug fixes for Google Maps
  • \n
  • Fixes for editing menu colors
  • \n
  • Fixes with page cloning
  • \n
\n

LifestyleAMP Theme

\n
    \n
  • LifestyleAMP Theme - Easily create a personal, fashion, relationshop and lifestyle website that will be a real eye candy and inspiration for everyone.
  • \n
\n

\n

WorkshopAMP Theme

\n
    \n
  • WorkshopAMP Theme - If you offer repair services and have a workshop, this is the right theme for you.
  • \n
\n

\n

GamingAMP Theme

\n
    \n
  • GamingAMP Theme is a dark and neat design will excite and entertain every video game fan that visits your website.
  • \n
\n

\n

Mobirise v4.9.1

\n
    \n
  • Code Editor update:
  • \n
  • Mobirise mentions removal - clear the HTML code from "made with Mobirise" etc..
  • \n
  • New color schemes - light and contrast
  • \n
  • Undo-Redo buttons
  • \n
\n

\n
    \n
  • PayPal Shopping Cart update:
  • \n
  • Support for AMP themes
  • \n
  • Subscribe and Donate options
  • \n
  • Info on "How to add shipping, VAT, and tax."
  • \n
\n

\n
    \n
  • Mobirise 4 default theme update: 15 new blocks, fixes
  • \n
  • AMP Canonical URL for AMP sites. Menu -> Sites -> Site Settings.
  • \n
  • Bug Fixes
  • \n
\n

StrategyAMP Theme

\n
    \n
  • StrategyAMP is a solid, informative, laconic and smart template for strategies of any business spheres: design, content, social media, sales, and business development. It is also suitable for consulting agencies to present services and make them plain and attractive for clients.
  • \n
\n

\n

ChurchAMP Theme

\n
    \n
  • ChurchAMP is a modern theme designed for churches and religious movements around the world. It is also suitable for creating a charity or charitable foundation website.
  • \n
\n

\n

Mobirise v4.8.6

\n
    \n
  • Mobirise Icons are available for AMP themes now
  • \n
  • Mobirise 2 Icons added
  • \n
\n

\n

Mobirise v4.8.4

\n
    \n
  • Publishing issues fixed
  • \n
  • Scroll-to-top button issues fixed
  • \n
  • Minor bug fixes
  • \n
\n

AppAMP Theme

\n
    \n
  • AppAMP is a neat AMP theme best suited for landing pages showcasing your mobile and desktop apps.
  • \n
\n

\n

ConsultingAMP Theme

\n
    \n
  • ConsultingAMP - an exclusive AMP theme to create a site for consulting and other professional services.
  • \n
\n

\n

Mobirise v4.8.2

\n
    \n
  • Bug fixes: broken themes, galleries
  • \n
  • Stability improvements: projects list, project saving, restoring projects
  • \n
\n

Mobirise v4.8

\n

New Publish option allows you to put the site online with a single click, to be viewed by the public with your subdomain at mobirisesite.com\nWhat's included:

\n
    \n
  • Custom subdomain on mobirisesite.com (eg https://sitename.mobirisesite.com)
  • \n
  • SSL certificate (url with https)
  • \n
  • Lightning-fast global CDN (Content Delivery Network)
  • \n
  • Unlimited pages
  • \n
  • Unlimited space and bandwidth\nIMPORTANT! Currently this option is in beta status - please use it for testing only. The subdomains can be removed without a notice.
  • \n
\n

\n

SchoolAMP Theme

\n
    \n
  • SchoolAMP - A trendy and neat looking theme for online schools. Use this theme to create a website for your school, courses, online lessons, and other educational services.
  • \n
\n

\n

EducationM4 Theme

\n
    \n
  • EducationM4 - A flexible and modern educational theme. It is suitable for schools, colleges, online courses, and other educational institutions.
  • \n
\n

\n

RealtyM4 Theme

\n
    \n
  • RealtyM4 Theme - An ultimate and modern real estate theme. It fulfills needs of realtors, agencies, real estate holdings when it comes to creating responsive and versatile websites to sell properties online.
  • \n
\n

\n

OrganicAMP Theme

\n
    \n
  • OrganicAMP Theme - Mouth-watering and trendy AMP theme for building online food stores. It's ideal for launching vegetarian food shops, cooking websites and healthy nutrition pages.
  • \n
\n

\n

Mobirise v4.7.8

\n
    \n
  • Bug Fixes for AMP Themes: video autoplay, map layout, video lightbox.
  • \n
\n

ResumeAMP Theme

\n
    \n
  • ResumeAMP Theme - Lovely and creative AMP theme for creating online resumes. It is great for starting online profiles and portfolios.
  • \n
\n

\n

WeddingAMP Theme

\n
    \n
  • WeddingAMP Theme - The lovely AMP theme for weddings, celebrations, and event planners.
  • \n
\n

\n

FitnessAMP Theme

\n\n

\n

ArchitectAMP Theme

\n
    \n
  • ArchitectAMP - The AMP theme for architectural building, exterior design, and construction business owners.
  • \n
\n

\n

Mobirise v4.7.7

\n
    \n
  • Improved app loading
  • \n
  • Fixed inserting icons in menu in m3 themes
  • \n
  • Fixed and updated translations
  • \n
  • Fixed disappearance of text placeholders
  • \n
  • Select all text on first click
  • \n
  • Fixed font dropdown panel height
  • \n
\n

Mobirise v4.7.6

\n
    \n
  • Improved block reordering and dragging
  • \n
  • Bug fixes for projects loading
  • \n
  • AMP themes support improved
  • \n
  • Image optimization improved
  • \n
  • Updated translations: Spanish, Greek, Hungarian, Polish, Italian
  • \n
  • Updated login/signup dialog
  • \n
  • Minor bug fixes
  • \n
  • Mobirise for Android (works on Android 4.4+)
  • \n
\n

\n

HandymanAMP Theme

\n
    \n
  • HandymanAMP Theme - Perfect theme for plumber or electrician, painter or similar craftsman, construction, handyman, carpenter, craftsman workshop or repair business website. AMP themes are compatible, and you can use blocks from HandymanAMP in other AMP themes provided by Mobirise. Ready site demos: Cleaning Services, Dream House, Repair Services.
  • \n
\n

\n

BeautyAMP Theme

\n
    \n
  • BeautyAMP Theme - AMP theme for beauty studios, barber shops, tattoo salons, massage parlors, and gyms.
  • \n
\n

\n

SoundAMP Theme

\n
    \n
  • SoundAMP Theme - The AMP theme for music industry sites. A great choice to present music producers, DJs, singers, record studions, music labels, bands and grounps, sound pros.
  • \n
\n

\n

Mobirise v4.7.2

\n
    \n
  • Cookie Alert Extension updated - now it is "Cookie Alert and GDPR Compliance" - After activating GDPR compliance, all web forms on your website will have checkbox for agreeing to your Terms and Privacy Policy.
  • \n
  • Code Editor Extension updated - some fixes
  • \n
  • Different fixes in translation engine
  • \n
  • New AMP themes - StartupAMP and SpaceAMP
  • \n
\n

StartupAMP Theme

\n
    \n
  • StartupAMP Theme - AMP theme for startup websites with rounded corners and deep gradient colors. View demo templates: Best Mobile App, Co-working Template, Business School Template.\nCheck available blocks: headers, features, tabs and accordions, content blocks, sliders and videos, social blocks and maps, footers.
  • \n
\n

\n

SpaceAMP Theme

\n
    \n
  • SpaceAMP Theme - Clean and spacious AMP theme with 60+ slick blocks. View demo templates: Apartments for Sale, Beauty Salon, Health Food Store.\nCheck available blocks: headers, subscribe and form blocks, social blocks, map blocks, footer blocks, content blocks, text and titles blocks, news and team blocks, progress bars, accordions, counters and pricing tables, images, sliders, and video blocks.
  • \n
\n

\n

Mobirise v4.7.1

\n
    \n
  • Scroll to top Button Issue fixed
  • \n
  • Images publication issue fixed
  • \n
\n

LightAMP Theme

\n
    \n
  • LightAMP Theme - Large set of beautiful AMP blocks including sliders, timelines, lightboxes, tables, and media blocks. Based on AMP and compatible with other AMP themes in Mobirise. View demo templates: Interior Design, Dance School, Riding School.\nCheck available blocks: headers, menus, images & videos, features, articles, forms & maps, pricing tables, toggles & accordions, and footers.
  • \n
\n

\n

EventAMP Theme

\n
    \n
  • EventAMP Theme - AMP-based remake of popular Mobirise3 theme. Good to promote your special events, meetings, presentations. View demo templates: Horizon Festival, Business Meet Up, Culinary Master Class.\nView blocks demos.
  • \n
\n

\n

Mobirise v4.6.7

\n
    \n
  • Code Editor extension is fixed for M3 themes
  • \n
  • Favicon issue is fixed
  • \n
  • Minor bug fixes
  • \n
\n

Mobirise v4.6.6

\n
    \n
  • Bug fixes for projects loading
  • \n
  • AMP themes support improved
  • \n
  • Image optimization improved
  • \n
  • Languages: French, Slovenian, Hungarian, Polish, Croatian
  • \n
\n

BusinessM4 Theme

\n
    \n
  • BusinessM4 Theme - Clean, light, responsive theme with gradients and shadows. Build websites to present your business and many more. BusinessM4 is compatible with Mobirise 4 Themes. View demo templates: Creative agency, Travel Agency. Check available blocks: headers, menus, images & videos, features, articles, call to action blocks, team blocks, forms & maps, pricing tables, clients & partners blocks, tabs & accordions, and footers.
  • \n
\n

\n

Mobirise v4.6.5

\n
    \n
  • Bug fixes: Issue with missing projects fixed; Issue with missing user blocks fixed; Mobirise 3: sliders; Alignment in AgencyM4 and LawyerM4; Text style for forms in StoreM4
  • \n
  • Languages: Polish
  • \n
\n

CommerceM4 Theme

\n
    \n
  • CommerceM4 Theme - A nice Bootstrap theme for commercial websites with some blocks to sell products. Present yourself, your products, your services, and your team. CommerceM4 is compatible with Mobirise 4 Themes. View demo templates: Cafe Demo, Shoes Demo, Headphones Demo. Check available blocks: headers, menus,images & videos, sliders & galleries, shops, features, content blocks, info blocks, team blocks and testimonials, forms & maps, pricing tables and tables, social blocks, countdowns & accordions, footers.
  • \n
\n

\n

HotelM4 Theme

\n
    \n
  • HotelM4 Theme - Bootstrap theme for hotel and resort websites. HotelM4 is an M4 compatible theme. View live demos: menus, headers, features, images and videos, sliders and galleries, content blocks, forms, pricing tables, testimonials and team blocks, toggles and accordions, maps, info blocks, footers.
  • \n
\n

\n

Mobirise v4.6.0

\n
    \n
  • Hotkey: if your Sites list is empty, you can load the list of previously used projects: open your Sites list and press Ctrl+Shift+L when it opened.
  • \n
  • Mobirise Translator extension: you can translate Mobirise interface to your language and share your translations with other users.
  • \n
\n

Mobirise AMP

\n

Mobirise AMP Theme - accelerate your site with Google AMP. Check AMP theme components demos: headers, images & videos, testimonials & info, features, articles, maps & social, footers.

\n

\"free

\n

Mobirise v4.5.0

\n
    \n
  • Translation: German
  • \n
  • Bug fixes for saving User blocks
  • \n
  • Bug fixes for themes: Blockpack for Mobirise 3, AgencyM4, PortfolioM4, LawyerM4, DirectM, SpaceM\nTo change the interface language, open the main menu in the app, select the Account tab, and open App Settings.
  • \n
\n

\n

Mobirise v4.4.0

\n
    \n
  • Now you can crop images right in Mobirise application
  • \n
  • Fixed compatibility with Internet Explorer in Mobirise 4 theme
  • \n
\n

\n

\n

Mobirise v4.3.5

\n
    \n
  • StoreM4 Bootstrap Theme
  • \n
  • App Settings: "Show All Block Buttons" option added
  • \n
  • Bug Fixes:
  • \n
  • Mobirise4 Theme: Fix for counters
  • \n
  • Gallery Video - fixed youtube thumbnails in Mobirise 3 and Mobirise 4 compatible themes
  • \n
  • Links - fixed long domain in web address
  • \n
\n

StoreM4 Bootstrap Theme - spacious, clean and attractive ecommerce theme designed mainly for stores. 80+ blocks for your new online shop. This theme includes several menu blocks, headers, sliders and galleries, shops, content and info sections, pricing tables, testimonials, team blocks and more. StoreM4 is compatible with Mobirise 4 themes - you can interchange user blocks between your projects.

\n

\n

Mobirise v4.3.4

\n
    \n
  • Facebook and Google Authorization: Now you can sign up using your Google and Facebook accounts.
  • \n
  • Clone Sites - clone not only pages, but also entire sites.
  • \n
  • App settings - open your Menu->Account->App settings to adjust your app settings: show the redo button, the tablet view mode, keep the Site Styles button shown.
  • \n
  • FTP publishing fixes
  • \n
  • Mobirise Help Center - visit our Help Center if you have some issues, and if you can't find a solution, you can visit our forums or contact our Support Team.
  • \n
\n

\n

\n

\n
    \n
  • PortfolioM4 Bootstrap Theme - Modern and bright theme to present your projects - for designers, illustrators, artists, and developers. Comes with moving background intro, "typed" effect, step-by-step process, our clients, portfoilio gallery, counters, about me blocks. PortfolioM4 is compatible with Mobirise 4 themes - you can interchange user blocks between your projects.
  • \n
\n

\n

Mobirise v4.3.1

\n
    \n
  • Built-in "Mobirise Icons Bold" icon font
  • \n
  • "Icons" extension updated. Now 8700+ icons total
  • \n
  • New fonts: Icon54 v.3, Icon54 v.4, Simple Line Icons, "Font Awesome" updated
  • \n
  • Site Library:\nFixed bug with removing images that are used on site\nFixed hanging\nFixed bug with duplication of images
  • \n
  • Mobirise4: fixed bug with buttons in 'pricing tables'
  • \n
  • Fixed vimeo thumbnails in gallery
  • \n
  • "Link to" dialog: "open in new window" is added to the "file" tab
  • \n
\n

Mobirise v4.3.0

\n
    \n
  • New "Link to" dialog with: Option to add files to site and link them (pdf, doc, xls, etc..); Email; Phone; Web Address
  • \n
  • Updated PayPal Shopping Cart
  • \n
  • Fixed duplicated images on publishing
  • \n
  • Minor fixes
  • \n
  • LawyerM4 Bootstrap Theme - Dark, minimal and tidy theme for lawyers, legal firms, attorneys and related legal professionals. LawyerM4 is compatible with Mobirise 4 themes - you can interchange user blocks between your projects.
  • \n
\n\n\n\n

Mobirise v4.2.4

\n
    \n
  • New AgencyM4 Theme. Theme for companies and agencies with 70+ blocks. New gradient overlays, working hours sections, and an extended set of dropdown menus and intro sections. AgencyM4 is compatible with Mobirise 4 Theme: you can move Mobirise4 and AgencyM4 user blocks between your projects.
  • \n
  • WOW Slider extension fixed
  • \n
  • Extensions updated – Social Feed, Social Comments, SoundCloud
  • \n
  • Compatibility issue with some 3rd-party themes fixed (Clarus, Sleek, Unicore..)
  • \n
  • Site thumbnail creation fixed
  • \n
  • Fix: WOWSlider extension
  • \n
  • Update: Home pages in Italian (please contact at support@mobirise.com if you find mistakes in texts)
  • \n
\n\n\n\n

Mobirise v4.2.3

\n
    \n
  • Bootstrap updated to latest v4.0.0-beta (for Mobirise4 theme only)
  • \n
  • Fix: Fonts crush on start
  • \n
  • Fix: Bug in images publishing
  • \n
  • Fix: Parameters in extension blocks
  • \n
  • Fix: WOWSlider extension
  • \n
  • Update: Home pages in Chinese, Slovak, Polish, French, Albanian, Finnish, Swedish, Japanese, Portugal (please contact at support@mobirise.com if you find mistakes in texts)
  • \n
\n

Mobirise v4.1.6

\n

Search by font name in Google font library

\n
    \n
  • Fix: "Browse computer for image" doesn't save last dir
  • \n
  • Fix: Hot key COPY/PASTE on Mac
  • \n
  • Fix: "Clone page" doesn't work with some blocks
  • \n
  • Fix: Rubik Google font bug on Windows
  • \n
  • Update: Home pages in German, Spanish, Danish, Norwegian, Dutch, Russian (please contact at support@mobirise.com if you find mistakes in texts)
  • \n
\n

Mobirise v4.1

\n
    \n
  • Brand-new core engine - the app works much faster and smoother now
  • \n
  • New Mobirise4 theme - 107 new blocks
  • \n
  • Updated interface
  • \n
  • Code Editor is updated
  • \n
  • Undo is added
  • \n
  • Updated Mobirise Icons
  • \n
  • 840 Google fonts
  • \n
  • Option to add any custom fonts
  • \n
  • Improved page management
  • \n
  • FTP client fixes
  • \n
  • Changes in inline editor
  • \n
\n\n\"Free\n\n\n\"Mobirise\n\n\n\"Free\n\n

Free Bootstrap Website Builder

\n

Free HTML Bootstrap Template

\n

Free Icon Font

\n

Mobirise v4.0 Beta

\n
    \n
  • Brand-new core engine - the app works much faster and smoother now
  • \n
  • New Mobirise4 theme - 91 new blocks
  • \n
  • Updated interface
  • \n
  • Code Editor is updated
  • \n
  • Undo feature is added
  • \n
  • Updated Mobirise Icons
  • \n
\n

Mobirise v3.12

\n
    \n
  • Users with paid extensions can install versions of extensions they have after the end of the free update period
  • \n
  • Site image library improvement - overall speed increased, you don't have to wait images loading
  • \n
  • Mobirise 3: RTL (you can enable this feature in Style Changer), minor fixes
  • \n
  • WowSlider: wrong image size issue fixed
  • \n
\n

Mobirise v3.11.1

\n
    \n
  • Site Image Library - view, manage and select images already used on the site. Easily find and remove duplicates
  • \n
  • Free Online library - select beautiful, hi-res images from the free, Creative Commons collection
  • \n
  • Bug fixes
  • \n
  • Resize images in media blocks in Mobirise 3.10.2
  • \n
\n\n\n\n

Mobirise v3.10.8

\n
    \n
  • Bug fixes for themes, FTP, Link dialog
  • \n
\n

Mobirise v3.10.2

\n
    \n
  • "Media size" control to easyly resize images and videos in all themes (don't forget update your themes)
  • \n
  • "Code Editor" extension update: now you can still edit text blocks and buttons visualy with unlocked HTML editor
  • \n
  • Free image Library added to sliders, galleries and backgrounds
  • \n
  • Bug fixes for themes, FTP, GitHub
  • \n
  • Resize images in media blocks in Mobirise 3.10.2
  • \n
\n\n\n\n

Mobirise v3.10

\n
    \n
  • New DirectM business theme. 80 blocks with gradients, forms, tables, tabs, accordions etc.
  • \n
  • Free images library - select beautiful, hi-res images from the free, Creative Commons collection.
  • \n
  • Fully updated FTP client: SFTP, FTPS, FTP supported, bug fixes
  • \n
  • Mobirise Icons - 124 pixel-perfect icons in 24px and 30px format
  • \n
\n\n\n\n

Mobirise v3.09

\n
    \n
  • Publish to GitHub Pages
  • \n
  • Publish changed files only to FTP and GitHub
  • \n
  • Support for Vimeo in Gallery blocks
  • \n
\n\n\n\n

Mobirise v3.08.5

\n
    \n
  • Added 'Mobirise Icons' font. You can use it in all themes
  • \n
  • New blocks in "ColorM" theme:\n
      \n
    • Full-width headers
    • \n
    • Intro with video pop up
    • \n
    • Full-screen intro with "typed" text effect
    • \n
    • Blocks with 'contact us' and 'subscribe' forms
    • \n
    • Round progress bars
    • \n
    • Tabs, accordionds and toggle blocks
    • \n
    • Different footers
    • \n
    \n
  • \n
  • Bug fixes in mobirise3 and other themes.
  • \n
\n

Mobirise v3.08.4

\n
    \n
  • New "ColorM" theme added. Take a look at some blocks:
  • \n
  • Shop
  • \n
  • Blocks with forms
  • \n
  • Accordions & toggles
  • \n
  • Countdowns
  • \n
  • 'Team' blocks
  • \n
  • Progressbars
  • \n
  • Block with animated text background
  • \n
  • Added anchor preview. Hover on page anchors and you will see a thumbnail on the right side
  • \n
  • Added project history. Revert to any previous version of your project
  • \n
  • Mobirise application now supports high screen resolution (e.g. retina)
  • \n
  • Added 'Table' block to the 'Block Pack' extension
  • \n
  • Bug fixes in 'BlockPack', 'SpaceM', 'Mobirise1' and 'Mobirse3' themes
  • \n
\n

Mobirise v3.08.1

\n
    \n
  • Save and Reuse Blocks - Now you can save blocks and use them on other pages or sites if they are created with same theme
  • \n
  • Block Filter - filter the block list by "Blocks from Theme", "Blocks from Extensions", "Blocks Saved by User"
  • \n
  • Some UI improvements
  • \n
  • Bug fixes in BlockPack, SpaceM, Mobirise1 and Mobirse3 themes
  • \n
\n

Mobirise v3.07

\n
    \n
  • Added 'Shop' block to the 'Block Pack' extension. Sort and filter your items by price and category. Select your best sellers and 'On Sale' products
  • \n
  • Updated and fixed inline text editor. Now only main options are shown by default. Click 'More' button to expand the editor
  • \n
  • Bug fixes
  • \n
\n

What's new in Mobirise v3.06.4

\n
    \n
  • New SpaceM theme
  • \n
  • Updated Icons extension - 1000 new icons added (6600+ icons total)
  • \n
  • Several new blocks in BlockPack extension
  • \n
  • "Scroll-to-top" button option in StyleChanger
  • \n
  • Now you can re-order the page list with drag-n-drop
  • \n
  • Bug fixes
  • \n
\n

What's new in Mobirise v3.06.1

\n
    \n
  • New 'Social Feed' extension - live feed with latest posts from multiple social accounts
  • \n
  • New 'Social Comments' extension - increase visitor engagement with Facebook, Google+ and Disqus comments
  • \n
  • 'Icons' extension is updated with fresh 2100 icons - now 5600 icons in total
  • \n
  • Improved on scroll animation. You can turn off animation in 'Style Changer' panel
  • \n
  • Fixed bug when Code editor breaks the forms
  • \n
\n

New features available in Mobirise v3.06

\n
    \n
  • Added "Site Style Changer". Now you can edit fonts, colors and other options of the whole site in one click. (Mobirise 3 theme only)
  • \n
  • Added "Resize Images" option - if turned OFF, the images will be added "as is" to page. If ON, images will be optimized for web.
  • \n
  • Added 8 new blocks to the 'Block Pack' extension, now 61 blocks total:\n
      \n
    • Timelines with adjustable number of elements
    • \n
    • "Our Clients" logo carousel
    • \n
    • "1,2,3 Steps" blocks
    • \n
    • "Coming soon" intro with countdown, logo and animated subscribe form
    • \n
    • Intro with countdown and subscribe form
    • \n
    • Full-screen intro with subscribe form and image section on the left side
    • \n
    \n
  • \n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n

What's new in Mobirise v3.05.3

\n
    \n
  • Added 10 new blocks to the 'Block Pack' extension:
  • \n
  • Full-screen Kenburns & parallax slider
  • \n
  • Boxed-layout slider with Kenburns & parallax
  • \n
  • Full-screen intro with typed text effect
  • \n
  • Full-screen intro with animated text background
  • \n
  • Media block with animated text background
  • \n
  • Testimonials sliders with adjustable number of visible slides
  • \n
\n

What's new in Mobirise v3.05

\n
    \n
  • Added 30+ new blocksfor Mobirise 3 theme
  • \n
  • Added tags filter to gallery blocks
  • \n
  • Added new 2100 perfect icons to Icons extension
  • \n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n

What's new in Mobirise v3.04

\n\n

What's new in Mobirise v3.03

\n
    \n
  • Paddings for article blocks
  • \n
  • Background color for article blocks
  • \n
  • Changes in menu and footer apply for all pages automatically
  • \n
  • Fixed "non-loading" bug with old extensions and themes
  • \n
\n

What's new in Mobirise v3.0

\n
    \n
  • Brand-new free default theme - new blocks, colors, fonts, icons
  • \n
  • New image gallery and slider - now with video slides
  • \n
  • New drop-down menu - included by default
  • \n
  • Added animation on scroll
  • \n
  • Fixed Google Maps
  • \n
  • Improved inline editor - works faster
  • \n
  • Massive bug fixes
  • \n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n

What's new in Mobirise v2.14

\n
    \n
  • 'Icons' extension updated:
  • \n
  • Now it supports several fonts
  • \n
  • Added 'Font Awesome', 'Linecons' fonts
  • \n
  • Added 'Show Bullets' parameter in gallery blocks
  • \n
  • Improvements to overall application stability
  • \n
  • Fixed bug with links in gallery captions
  • \n
  • Other bug fixes
  • \n
\n

\n* Updated "PayPal Shopping Cart" extension - To update see "Menu" -> "Extensions & Themes"\n\n\n\n\n\n\n\n\n\n

What's new in Mobirise Bootstrap Website Builder v2.11:

\n
    \n
  • New "Dropdown Menu" extension
  • \n
  • New "PayPal Shopping Cart" extension
  • \n
  • Bug fixes
  • \n
\n\n\n\n\n\n\n

What's new in Mobirise Bootstrap Website Builder v2.10:

\n
    \n
  • Adjust the top and bottom paddings of blocks
  • \n
  • Now you can add captions to your gallery images
  • \n
  • Bug fixes
  • \n
\n\n\n\n\n\n\n

What's new in Mobirise Bootstrap Website Builder v2.9.10:

\n
    \n
  • Now you can contact us directly from the app, see "Menu->Help me!"
  • \n
  • New 'Cookies Alert' extension
  • \n
\n\n\n\n\n\n\n

What's new in Mobirise Bootstrap Builder v2.9.8:

\n
    \n
  • Launched Mobirise Forum - Connect with other Mobirise users, ask questions, get answers and have some fun! Use your existing Mobirise login!
  • \n
  • First 3rd party "Youplay" theme ported to Mobirise
  • \n
  • New 'Twitter Feed' extension
  • \n
  • Minor bug fixes
  • \n
\n\n\n\n\n\n\n

Create beautiful mobile-first websites!

\n

MobiRise Free Bootstrap Builder creates responsive, retina and mobile friendly websites in a few clicks. Easy and fast.

\n

Bootstrap 4 Template

\n\n\n\n

Mobirise Review

\n\n\n\n

Make your own bootstrap-based site in minutes!

\n\n\n\n

What's new in Mobirise Bootstrap Builder v2.9.7:

\n
    \n
  • Menu: now you can change hamburger button color in parameters
  • \n
  • Slider: Added 'Show Bullets' parameter, slide overlay, content alignment
  • \n
  • Fixed Code Editor PHP code insertion
  • \n
  • Minor fixes in "PurityM" theme
  • \n
\n\n\n\n\n\n\n

What's new in Mobirise Web Site Builder v2.8.5:

\n
    \n
  • Extended form editor
  • \n
  • Bugs fixes
  • \n
\n\n\n\n

What's new in Mobirise HTML Page Creator v2.8.4:

\n
    \n
  • New "PurityM" Bootstrap 4-based Mobirise theme
  • \n
  • Added "Facebook Comments" extension
  • \n
  • Added "Icons" extension
  • \n
  • Updated "Code Editor" extension
  • \n
  • Redesign of some components
  • \n
  • Bugs fixed
  • \n
\n\n\n\n\n\n\n\n\n\n

What's new in Mobirise Responsive Website Builder v2.6:

\n
    \n
  • Account panel
  • \n
  • Media editor
  • \n
  • Soundcloud extension
  • \n
  • PHP support for code editor
  • \n
  • Now all footer blocks will look the same on different pages
  • \n
  • Fixed a bug when menu overlaps the first block
  • \n
  • Some minor fixes
  • \n
\n\n\n\n\n\n\n\n\"website\n\n\n\"html\n\n\n\"web\n\n

What's new in Mobirise Landing Page Creator v2.4:

\n
    \n
  • Mobirise now supports extensions - external blocks, themes, addons
  • \n
  • Added a new extension: Google Analytics - it inserts your Analytics or any other tracking codes to every site page
  • \n
  • Improved site save function (now saves continuously)
  • \n
  • Updated "Pages" panel
  • \n
  • Bug fixes
  • \n
\n\n\"website\n\n\n\"website\n\n

What's new in Mobirise Bootstrap Theme Generator v2.3:

\n
    \n
  • Brand new 'Sites' panel
  • \n
\n\n\"website\n\n

What's new in Mobirise HTML Builder v2.0:

\n
    \n
  • Form blocks with email notifications without any server-side integration. Just type your email in parameters and get submissions instantly.
  • \n
  • Menu block redesigned. Now menu can have buttons, larger logo, be sticky, and collapsed.
  • \n
  • Slider supports autoplay.
  • \n
  • Smooth scroll added.
  • \n
  • Massive bug fixes.
  • \n
  • Mobirise.com site updated.
  • \n
\n\n\n\n\n\n\n\n\n\n

Main changes in Bootstrap Builder v1.6:

\n
    \n
  • Link now can be set to the in-page anchors (with smooth scroll) and other project pages
  • \n
  • Video background for all blocks
  • \n
  • "Preview" button to test your site in the browser
  • \n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n

Main changes in Bootstrap Builder v1.7:

\n
    \n
  • New Footer, "Follow Us", "Testimonials" blocks
  • \n
  • Now you can edit and reorder menu items inline
  • \n
\n\n\n\n\n\n\n\n\n\n\n\n\n

Main changes in Bootstrap Builder v1.8:

\n
    \n
  • New "Publish" window
  • \n
  • New Google Maps block
  • \n
  • New footer block with Google Maps
  • \n
  • Added extended toolbar for text editor (activated for some art
  • \n
  • New floating "Block Parameters" panel
  • \n
  • New "Article" blocks with many text, image and video elements
  • \n
  • Fixed some W3C Validator errors
  • \n
  • Some internal optimization and code cleanup
  • \n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n

Main changes in Bootstrap Builder v1.9:

\n
    \n
  • Added Slider block
  • \n
  • Fixed Share buttons
  • \n
  • Hide component params / editor toolbar / colorpicker on page change or on unfocus component
  • \n
  • Changed project files --> project.mobirise (but old project.json supported also)
  • \n
  • Some components bug fixes
  • \n
  • Fixed devices navbar active color
  • \n
\n\n\n\n\n\n\n

Main changes in Bootstrap Website Builder v1.9.7:

\n
    \n
  • Image Gallery block - Masonry Image Gallery with Lightbox
  • \n
  • Form blocks - Contact Us & Subscribe forms (NOTE: Current version doesn't have a handler to send submissions to your e-mail - will be added later.)
  • \n
  • Fixed-width slider block
  • \n
  • Touch-swipe support for slider and gallery
  • \n
  • Support for *.gif and *.svg
  • \n
  • Fix for https videos and https google fonts
  • \n
  • Bug fixes for image and project files saving
  • \n
\n\n\n\n\n\n\n\n\n\n\n\n\n

Responsive menu

\n\n\n\n

Mobile friendly website

\n\n\n\n

Bootstrap builders

\n

Bootstrap website builder makes it very easy to prototype, test, and build a custom responsive website quickly, without having to understand the Bootstrap framework system. They, although different in capabilities, all offer a form of drag-and-drop functionality that fully utilizes the enormous library of Bootstrap’s components.\n\n\n

\n

Bootstrap image gallery

\n

Adding a css image gallery to your website does not need to be difficult or time-consuming. There are a wide range of options to choose from, whether you opt to go with the standard html5 image gallery, to customize it using one of a wide-range of plugins and tutorials or if you opt for Mobirise’s drag-and-drop builder. Good luck with your website!\n\n\n

\n

Bootstrap carousel

\n

The bootstrap image slider component that comes with the bootstrap framework is a lightweight carousel which uses JavaScript. It’s a standards-compliant piece of functionality, with a clean design that will fit easily into any website. It’s also easy to modify and extend with additional functionality such as CSS3 animations and more.\n\n\n

\n

Website builders reviews

\n

Today you are able to use different techniques and tools, from using an open-source CMS such as WordPress along with a free theme, to using website building software.\nMobirise is one such website builder. Website software has a few advantages over a CMS...\n\n\n

\n

Drag and drop website builder

\n

Make your own mobile website in minutes! Mobirise helps you cut down development time by providing you with a flexible website editor with a drag and drop interface.

\n

Live preview

\n

See the result instantly without a need to save or export!

\n

Modern styles

\n

Mobirise has provided for website developers a growing library of modern blocks which can be used either partially or in full for every website developed through the builder.

\n

Bootstrap 3

\n

Bootstrap 3 has been noted as one of the most reliable and proven frameworks and Mobirise has been equipped to develop websites using this framework.

\n

Create a beautiful website.

\n

Whether you want to create a blog, eCommerce store, portfolio, or all of the above, you can express your idea with a website powered by our elegant yet intuitive platform.

\n

What's new in Mobirise Web Site Builder v2.11:

\n
    \n
  • New "Dropdown Menu" extension
  • \n
  • New "PayPal Shopping Cart" extension
  • \n
  • Bug fixes
  • \n
\n\n\n\n\n\n\n

What's new in Mobirise Bootstrap Builder v2.10:

\n
    \n
  • Adjust the top and bottom paddings of blocks
  • \n
  • Now you can add captions to your gallery images
  • \n
  • Bug fixes
  • \n
\n\n\n\n\n\n\n

What's new in Mobirise Web Site Builder v2.9.10:

\n
    \n
  • Now you can contact us directly from the app, see "Menu->Help me!"
  • \n
  • New 'Cookies Alert' extension
  • \n
\n\n\n\n\n\n\n

What's new in Mobirise Web Site Builder v2.9.8:

\n
    \n
  • Launched Mobirise Forum - Connect with other Mobirise users, ask questions, get answers and have some fun! Use your existing Mobirise login!
  • \n
  • First 3rd party "Youplay" theme ported to Mobirise
  • \n
  • New 'Twitter Feed' extension
  • \n
  • Minor bug fixes
  • \n
\n\n\n\n\n\n\n

Create beautiful mobile-first websites!

\n

MobiRise Bootstrap Website Builder creates responsive, retina and mobile friendly websites in a few clicks. Easy and fast.

\n

Bootstrap 4 Template

\n\n\n\n

Mobirise Review

\n\n\n\n

Make your own bootstrap-based site in minutes!

\n\n\n\n

What's new in Mobirise Web Site Builder v2.9.7:

\n
    \n
  • Menu: now you can change hamburger button color in parameters
  • \n
  • Slider: Added 'Show Bullets' parameter, slide overlay, content alignment
  • \n
  • Fixed Code Editor PHP code insertion
  • \n
  • Minor fixes in "PurityM" theme
  • \n
\n\n\n\n\n\n\n

What's new in Mobirise Web Site Builder v2.8.5:

\n
    \n
  • Extended form editor
  • \n
  • Bugs fixes
  • \n
\n\n\n\n

What's new in Mobirise HTML Page Creator v2.8.4:

\n
    \n
  • New "PurityM" Bootstrap 4-based Mobirise theme
  • \n
  • Added "Facebook Comments" extension
  • \n
  • Added "Icons" extension
  • \n
  • Updated "Code Editor" extension
  • \n
  • Redesign of some components
  • \n
  • Bugs fixed
  • \n
\n\n\n\n\n\n\n\n\n\n

What's new in Mobirise Responsive Website Builder v2.6:

\n
    \n
  • Account panel
  • \n
  • Media editor
  • \n
  • Soundcloud extension
  • \n
  • PHP support for code editor
  • \n
  • Now all footer blocks will look the same on different pages
  • \n
  • Fixed a bug when menu overlaps the first block
  • \n
  • Some minor fixes
  • \n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n

What's new in Mobirise Landing Page Creator v2.4:

\n
    \n
  • Mobirise now supports extensions - external blocks, themes, addons
  • \n
  • Added a new extension: Google Analytics - it inserts your Analytics or any other tracking codes to every site page
  • \n
  • Improved site save function (now saves continuously)
  • \n
  • Updated "Pages" panel
  • \n
  • Bug fixes
  • \n
\n\n\n\n\n\n\n

What's new in Mobirise Bootstrap Theme Generator v2.3:

\n
    \n
  • Brand new 'Sites' panel
  • \n
\n\n\n\n

What's new in Mobirise HTML Builder v2.0:

\n
    \n
  • Form blocks with email notifications without any server-side integration. Just type your email in parameters and get submissions instantly.
  • \n
  • Menu block redesigned. Now menu can have buttons, larger logo, be sticky, and collapsed.
  • \n
  • Slider supports autoplay.
  • \n
  • Smooth scroll added.
  • \n
  • Massive bug fixes.
  • \n
  • Mobirise.com site updated.
  • \n
\n\n\n\n\n\n\n\n\n\n

Main changes in v1.6:

\n
    \n
  • Link now can be set to the in-page anchors (with smooth scroll) and other project pages
  • \n
  • Video background for all blocks
  • \n
  • "Preview" button to test your site in the browser
  • \n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n

Main changes in Bootstrap Builder v1.7:

\n
    \n
  • New Footer, "Follow Us", "Testimonials" blocks
  • \n
  • Now you can edit and reorder menu items inline
  • \n
\n\n\n\n\n\n\n\n\n\n\n\n\n

Main changes in v1.8:

\n
    \n
  • New "Publish" window
  • \n
  • New Google Maps block
  • \n
  • New footer block with Google Maps
  • \n
  • Added extended toolbar for text editor (activated for some art
  • \n
  • New floating "Block Parameters" panel
  • \n
  • New "Article" blocks with many text, image and video elements
  • \n
  • Fixed some W3C Validator errors
  • \n
  • Some internal optimization and code cleanup
  • \n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n

Main changes in Bootstrap Builder v1.9:

\n
    \n
  • Added Slider block
  • \n
  • Fixed Share buttons
  • \n
  • Hide component params / editor toolbar / colorpicker on page change or on unfocus component
  • \n
  • Changed project files --> project.mobirise (but old project.json supported also)
  • \n
  • Some components bug fixes
  • \n
  • Fixed devices navbar active color
  • \n
\n\n\n\n\n\n\n

Main changes in v1.9.7:

\n
    \n
  • Image Gallery block - Masonry Image Gallery with Lightbox
  • \n
  • Form blocks - Contact Us & Subscribe forms (NOTE: Current version doesn't have a handler to send submissions to your e-mail - will be added later.)
  • \n
  • Fixed-width slider block
  • \n
  • Touch-swipe support for slider and gallery
  • \n
  • Support for *.gif and *.svg
  • \n
  • Fix for https videos and https google fonts
  • \n
  • Bug fixes for image and project files saving
  • \n
\n\n\n\n\n\n\n\n\n\n\n\n\n

Responsive menu

\n\n\n\n

Mobile friendly website

\n\n\n\n

Bootstrap builders

\n

Bootstrap website builder makes it very easy to prototype, test, and build a custom responsive website quickly, without having to understand the Bootstrap framework system. They, although different in capabilities, all offer a form of drag-and-drop functionality that fully utilizes the enormous library of Bootstrap’s components.\n\n\n

\n

Bootstrap image gallery

\n

Adding a css image gallery to your website does not need to be difficult or time-consuming. There are a wide range of options to choose from, whether you opt to go with the standard html5 image gallery, to customize it using one of a wide-range of plugins and tutorials or if you opt for Mobirise’s drag-and-drop builder. Good luck with your website!\n\n\n

\n

Bootstrap carousel

\n

The bootstrap image slider component that comes with the bootstrap framework is a lightweight carousel which uses JavaScript. It’s a standards-compliant piece of functionality, with a clean design that will fit easily into any website. It’s also easy to modify and extend with additional functionality such as CSS3 animations and more.\n\n\n

\n

Website builders reviews

\n

Today you are able to use different techniques and tools, from using an open-source CMS such as WordPress along with a free theme, to using website building software.\nMobirise is one such website builder. Website software has a few advantages over a CMS...\n\n\n

\n

Drag and drop website builder

\n

Make your own mobile website in minutes! Mobirise helps you cut down development time by providing you with a flexible website editor with a drag and drop interface.

\n

Live preview

\n

See the result instantly without a need to save or export!

\n

Modern styles

\n

Mobirise has provided for website developers a growing library of modern blocks which can be used either partially or in full for every website developed through the builder.

\n

Bootstrap 3

\n

Bootstrap 3 has been noted as one of the most reliable and proven frameworks and Mobirise has been equipped to develop websites using this framework.

\n

Create a beautiful website.

\n

Whether you want to create a blog, eCommerce store, portfolio, or all of the above, you can express your idea with a website powered by our elegant yet intuitive platform.

\n
", - "readmeOriginal": "

Mobirise Bootstrap Builder

\n

Mobirise AMP Website Builder

\n

The Accelerated Mobile Pages Project (AMP) is an online publishing format, originally created by Google as an alternative to Facebook’s Instant Articles. It’s a way to optimize web pages for mobile browsing using a special code–AMP-HTML.

\n
    \n
  • AMP sites are loading smoothly and fast. Users like pages they don't have to wait, so you keep your visitors.
  • \n
  • Goggle Search adds to AMP articles an AMP iсon, and when you use a mobile device, these pages are shown first.
  • \n
  • AMP is a great solution for internet magazines, blogs and news sites.
  • \n
\n

\n

Mobirise v4.12

\n
    \n
  • Important: After the 4.12 is installed, update your extensions in \"Menu->Extensions->Update All\" and then restart the Mobirise
  • \n
  • Compatibility with MacOs Catalina
  • \n
  • FTP profile is filled from a project file
  • \n
  • User Blocks search added
  • \n
  • Issues with project import/export with different fonts fixed
  • \n
  • Fixed saving the Resize Images site setting
  • \n
  • Blockpack for M4
  • \n
  • Minor fixes
  • \n
\n

DinerM4

\n
    \n
  • DinerM4 - Great Bootstrap cafe theme. It's the perfect choice for owners of pizzerie, tea-houses, cafeterias and other restaurants.
  • \n
\n

\n

AudioM4

\n
    \n
  • AudioM4 - Need a stunning website for your songs? Feel free to use this exceptional music theme with great looking designs!
  • \n
\n

\n

BlockPack for M4

\n
    \n
  • BlockPack for M4 - 350+ best and most unique blocks from premium Mobirise themes. Compatible with all M4 themes.
  • \n
\n

\n

InnovationAMP

\n
    \n
  • InnovationAMP - Multipurpose theme for corporate and science websites. Let your future website look innovative and ultra-modern!
  • \n
\n

\n

BranchM4

\n
    \n
  • BranchM4 - Well-designed corporate theme for small and medium businesses. Use this theme to create a website for your company or agency with a unique and professional look.
  • \n
\n

\n

KidsM4 Theme

\n
    \n
  • KidsM4 Theme - A cute website template perfect for preschools and babysitting. It also suits online stores selling children clothes and toys. Create a kids related site with ease!
  • \n
\n

\n

PetsM4 Theme

\n
    \n
  • PetsM4 Theme - Contemporary pets website template. It's the ideal choice for animal care organizations, veterinarians and animal clinics.
  • \n
\n

\n

Mobirise v4.11.5

\n
    \n
  • Issue with images in AMP themes fixed
  • \n
  • M4 themes are updates with fixes for gallery and shop block filters
  • \n
\n

Mobirise v4.11.4

\n
    \n
  • Cookies Alert update: added the 'Explicit Consent' option which creates a cookie modal
  • \n
  • Mobirise4 Theme: fix color change for 'table1' block
  • \n
  • Editing galleries fixed
  • \n
  • The LazyLoad extension is available
  • \n
\n

\n

CourseAMP Theme

\n
    \n
  • CourseAMP Theme - Sleek courses website theme spiced up with nice-looking designs and exciting animations. It's the best fit for online schools and web courses\nLive Demos: University, Consulting.
  • \n
\n

\n

Mobirise v4.11.2

\n
    \n
  • Update of Code Editor extension. New features: Edit Block Anchor, Edit Site Styles.
  • \n
  • Edit user block name
  • \n
  • Choose a Social sharing image
  • \n
  • New Site Settings interface
  • \n
  • Fixed saving Site Styles
  • \n
  • Fixed publish Popup Builder on several pages in amp themes
  • \n
  • Fixed captcha
  • \n
  • Mobirise4 theme: fixed gallery styles, fixed line height
  • \n
\n

LuxuryM4 Theme

\n
    \n
  • LuxuryM4 Theme - Wish to impress clients with your online luxury store? Easily create one in no longer than a few hours with this exclusive theme.
  • \n
\n

\n

TrainingAMP Theme

\n
    \n
  • TrainingAMP Theme - Creating a great website for sport gyms, workout clubs and individual sportsmen with this website theme is just like 123. Start your own sport website with ease!
  • \n
\n

\n

InsightAMP Theme

\n
    \n
  • InsightAMP Theme - Impressive corporate template for creating clean and minimalist websites for any kind of business. Increase yur brand exposure with this creative template.
  • \n
\n

\n

Mobirise v4.10.10

\n
    \n
  • FormBuilder updated: The reCAPTCHA label support
  • \n
  • PWA Builder updated: iOS Support
  • \n
  • M4 optimization
  • \n
  • Facebook authorization fixed for Social Feed (partly)
  • \n
\n

PhotoM4 Theme

\n
    \n
  • PhotoM4 Theme - Ideal theme for professional and hobby photographers. Build a stylish and clean website to impress anyone with beautiful galleries and portfolios.
  • \n
\n

\n

WoodM4 Theme

\n
    \n
  • WoodM4 Theme - Have a carpentry shop, forestry manufacture or timber company? This theme helps you present your woodworks excellently.
  • \n
\n

\n

Mobirise v4.10.8

\n
    \n
  • Form Builder updated. reCAPTCHA support and form submissions w/o the Mobirise label. More info
  • \n
  • Countdown blocks updated: floating point numbers supported now
  • \n
  • The issue with adding global components fixed
  • \n
\n

\n

Mobirise v4.10.7

\n
    \n
  • Mobirise AMP: new slider block with bullets, new manager for galleries and sliders, you can select the link type now: to full screen image or to your link
  • \n
  • Page Settings: preview of your page in Google Search
  • \n
  • Remove unused CSS for AMP: fixes
  • \n
  • Batch adding images to gallery: fixes
  • \n
  • Mobirise Publish: now you can publish sites made in M themes
  • \n
  • Fixes for shop blocks
  • \n
\n

\n

PersonaM4 Theme

\n
    \n
  • PersonaM4 Theme - A modern and lovely Bootstrap theme for creatives, freelancers, professionals, and creative studios.
  • \n
\n

\n

CorporateAMP Theme

\n
    \n
  • CorporateAMP Theme - A minimalistic and laconic AMP theme for brands and digital agencies.
  • \n
\n

\n

ShopAMP Theme

\n
    \n
  • ShopAMP Theme - An easy-to-use multipurpose AMP theme for creating websites to promote and offer every kind of services online.
  • \n
\n

\n

DepotAMP Theme

\n
    \n
  • DepotAMP Theme - This elegant theme is perfect for stores to showcase goods, inform about discounts, present prices, and highlight special offers.
  • \n
\n

\n

Mobirise v4.10.6

\n
    \n
  • Templates for sites are available in the app now
  • \n
  • Placeholder on empty pages
  • \n
  • The Search field in the Extensions list added
  • \n
  • The Crop Image functionality fixed
  • \n
  • Global blocks can be added on all pages and removed from all pages
  • \n
  • Code Editor is available offline for a longer time
  • \n
  • Popup Builder improvements: created popup blocks are available on all pages, minor fixes
  • \n
\n

\n

\n

Mobirise v4.10.5

\n
    \n
  • Link Editor updated: messenger link types are added
  • \n
  • New thumbnails for extensions, the Create New Site dialog is updated
  • \n
  • Image crop feature updated, fixed for jpg images
  • \n
  • Fixed disappearing parameter buttons in top right corner of block
  • \n
  • Minor fixes for Mobirise4
  • \n
  • Fix update style of global component\nExtensions:
  • \n
  • PayPal Shopping Cart is updated: new look
  • \n
  • TechM4: new blocks, update for an accordion block
  • \n
  • PoliticsM4: reverse block feature for a team block
  • \n
  • Bug fixes in SimpleAMP, BusinessM4, AgencyM4
  • \n
\n

\n

\n

Mobirise v4.10.4

\n
    \n
  • Editing extension blocks in M themes fixed (for example, popup builder)
  • \n
  • The menu fix in the MobiriseAMP theme
  • \n
  • The dropdown menu fix in M4 themes
  • \n
  • The gallery now keeps images in User Blocks
  • \n
  • The Extensions list is updated
  • \n
\n

Popup Builder

\n
    \n
  • Create a modal/popup/lightbox with text, image, video, form. Live demo
  • \n
\n

\n

\n

Mobirise v4.10.3

\n
    \n
  • Mobirise 4 Theme fixes: user blocks, smooth scrolling, card blocks, galleries
  • \n
  • Form Builder fixes
  • \n
\n

PoliticsM4 Theme

\n
    \n
  • PoliticsM4 Theme - If you represent a party, candidate, political organization or social movement, this theme will be your best match. It's perfect for government sites, campaign pages and other political websites.
  • \n
\n

\n

IndustryM4 Theme

\n
    \n
  • IndustryM4 Theme - An eye-catching industrial website theme. Promote your company services and advertise your industrial business with a professionally built website.
  • \n
\n

\n

Mobirise v4.10.1

\n
    \n
  • Site Library is optimized (it should work much faster now)
  • \n
  • Form fixes: the app doesn't hang if the long email addresses are used, forms work correctly in IE, minor fixes
  • \n
  • Issue with duplicating IDs on cloned pages fixed
  • \n
  • Mobirise 4 theme fixes: background video, features blocks
  • \n
  • Batch images adding: small fixes
  • \n
  • Smooth scroll fixed for M and M4 themes
  • \n
\n

Mobirise v4.10

\n
    \n
  • Code Editor improvements
  • \n
  • Reverse mode for timeline blocks
  • \n
  • Remove unused CSS from AMP pages. This option is available in Site Settings. It noticeably reduces the number of CSS rules on a page and makes the size of inline CSS smaller. CSS you use on your page should not be larger than 50,000 bytes. Otherwise, pages are not AMP-valid. Use the option if you have many blocks on your pages. Please check carefully if your page elements are displayed correctly with this option enabled.
  • \n
\n

\n
    \n
  • Bug fixes: menu block fixes; the active undo button in new projects disabled; italic/bold text color is preserved now; '$1' is shown after publication; lightbox incorrect size fixed; the reveal effect in Mobirise 4 footers is disabled for IE; images renaming fixed when use batch adding and 'Resize Images' turned off; other minor fixed.
  • \n
\n

TechM4 Theme

\n
    \n
  • TechM4 Theme - This theme helps you build a powerful online presence for your tech business. Save time and effort when creating a top-notch website for your tech company.
  • \n
\n

\n

CompanyAMP Theme

\n
    \n
  • CompanyAMP Theme - Stylish and universal theme for any type of companies. When building your company landing page, consider this captivating theme that sparks everyone's interest.
  • \n
\n

\n

SimpleAMP Theme

\n
    \n
  • SimpleAMP Theme - Сreate neat and trim websites for service agencies, shops, and creatives. This mutipurpose template contains more than 50 various blocks.
  • \n
\n

\n

TasteM4 Theme

\n
    \n
  • TasteM4 Theme is a fantastic and flexible clothing website theme. Benefit from the ready-made layouts. Build a website to your taste and present your brand in the best possible way.
  • \n
\n

\n

Mobirise v4.9.7

\n
    \n
  • Extensions Social Feed, SoundCloud, Facebook Comments supported in AMP themes
  • \n
  • Online Image Library now saves the last active tab
  • \n
  • All themes are updated: small fixes and new FormBuilder extension support
  • \n
\n

FormBuilder Extension

\n

Use the drag-n-drop builder to draw up the form you want. Learn more

\n
    \n
  • Create forms with complex layout, set the width of form fields
  • \n
  • Add your own labels, placeholders, default values, and input patterns
  • \n
  • Use the built-in Mobirise solution to receive submissions or use your own Action URL
  • \n
\n

\n

Mobirise v4.9.5

\n
    \n
  • New \"Add Block\" panel: now with block categories
  • \n
\n

\n
    \n
  • Online Image Library: enlarged preview on hover
  • \n
\n

\n
    \n
  • Updated Mobirise4 and MobiriseAMP themes: fixes, new blocks
  • \n
  • Code Editor: fixed inserting scripts to custom HTML block
  • \n
  • Fix for menus (scroll-line on mobile view)
  • \n
  • Fixed tags in image galleries
  • \n
\n

Mobirise v4.9.3

\n
    \n
  • 'Update All' button for extensions with a progress bar
  • \n
\n

\n
    \n
  • Adding images by drag and drop in Image Media
  • \n
\n

\n
    \n
  • Adding multiple images at once to sliders and galleries (non-AMP themes)
  • \n
  • Updated M4 themes to latest Bootstrap v4.2.1
  • \n
  • Updated free MobiriseAMP theme - 20 new blocks: gallery, slider, accordion, contact forms, testimonials, google maps.
  • \n
  • Code Editor loading speed improved
  • \n
  • Bug fixes for Google Maps
  • \n
  • Fixes for editing menu colors
  • \n
  • Fixes with page cloning
  • \n
\n

LifestyleAMP Theme

\n
    \n
  • LifestyleAMP Theme - Easily create a personal, fashion, relationshop and lifestyle website that will be a real eye candy and inspiration for everyone.
  • \n
\n

\n

WorkshopAMP Theme

\n
    \n
  • WorkshopAMP Theme - If you offer repair services and have a workshop, this is the right theme for you.
  • \n
\n

\n

GamingAMP Theme

\n
    \n
  • GamingAMP Theme is a dark and neat design will excite and entertain every video game fan that visits your website.
  • \n
\n

\n

Mobirise v4.9.1

\n
    \n
  • Code Editor update:
  • \n
  • Mobirise mentions removal - clear the HTML code from \"made with Mobirise\" etc..
  • \n
  • New color schemes - light and contrast
  • \n
  • Undo-Redo buttons
  • \n
\n

\n
    \n
  • PayPal Shopping Cart update:
  • \n
  • Support for AMP themes
  • \n
  • Subscribe and Donate options
  • \n
  • Info on \"How to add shipping, VAT, and tax.\"
  • \n
\n

\n
    \n
  • Mobirise 4 default theme update: 15 new blocks, fixes
  • \n
  • AMP Canonical URL for AMP sites. Menu -> Sites -> Site Settings.
  • \n
  • Bug Fixes
  • \n
\n

StrategyAMP Theme

\n
    \n
  • StrategyAMP is a solid, informative, laconic and smart template for strategies of any business spheres: design, content, social media, sales, and business development. It is also suitable for consulting agencies to present services and make them plain and attractive for clients.
  • \n
\n

\n

ChurchAMP Theme

\n
    \n
  • ChurchAMP is a modern theme designed for churches and religious movements around the world. It is also suitable for creating a charity or charitable foundation website.
  • \n
\n

\n

Mobirise v4.8.6

\n
    \n
  • Mobirise Icons are available for AMP themes now
  • \n
  • Mobirise 2 Icons added
  • \n
\n

\n

Mobirise v4.8.4

\n
    \n
  • Publishing issues fixed
  • \n
  • Scroll-to-top button issues fixed
  • \n
  • Minor bug fixes
  • \n
\n

AppAMP Theme

\n
    \n
  • AppAMP is a neat AMP theme best suited for landing pages showcasing your mobile and desktop apps.
  • \n
\n

\n

ConsultingAMP Theme

\n
    \n
  • ConsultingAMP - an exclusive AMP theme to create a site for consulting and other professional services.
  • \n
\n

\n

Mobirise v4.8.2

\n
    \n
  • Bug fixes: broken themes, galleries
  • \n
  • Stability improvements: projects list, project saving, restoring projects
  • \n
\n

Mobirise v4.8

\n

New Publish option allows you to put the site online with a single click, to be viewed by the public with your subdomain at mobirisesite.com\nWhat's included:

\n
    \n
  • Custom subdomain on mobirisesite.com (eg https://sitename.mobirisesite.com)
  • \n
  • SSL certificate (url with https)
  • \n
  • Lightning-fast global CDN (Content Delivery Network)
  • \n
  • Unlimited pages
  • \n
  • Unlimited space and bandwidth\nIMPORTANT! Currently this option is in beta status - please use it for testing only. The subdomains can be removed without a notice.
  • \n
\n

\n

SchoolAMP Theme

\n
    \n
  • SchoolAMP - A trendy and neat looking theme for online schools. Use this theme to create a website for your school, courses, online lessons, and other educational services.
  • \n
\n

\n

EducationM4 Theme

\n
    \n
  • EducationM4 - A flexible and modern educational theme. It is suitable for schools, colleges, online courses, and other educational institutions.
  • \n
\n

\n

RealtyM4 Theme

\n
    \n
  • RealtyM4 Theme - An ultimate and modern real estate theme. It fulfills needs of realtors, agencies, real estate holdings when it comes to creating responsive and versatile websites to sell properties online.
  • \n
\n

\n

OrganicAMP Theme

\n
    \n
  • OrganicAMP Theme - Mouth-watering and trendy AMP theme for building online food stores. It's ideal for launching vegetarian food shops, cooking websites and healthy nutrition pages.
  • \n
\n

\n

Mobirise v4.7.8

\n
    \n
  • Bug Fixes for AMP Themes: video autoplay, map layout, video lightbox.
  • \n
\n

ResumeAMP Theme

\n
    \n
  • ResumeAMP Theme - Lovely and creative AMP theme for creating online resumes. It is great for starting online profiles and portfolios.
  • \n
\n

\n

WeddingAMP Theme

\n
    \n
  • WeddingAMP Theme - The lovely AMP theme for weddings, celebrations, and event planners.
  • \n
\n

\n

FitnessAMP Theme

\n\n

\n

ArchitectAMP Theme

\n
    \n
  • ArchitectAMP - The AMP theme for architectural building, exterior design, and construction business owners.
  • \n
\n

\n

Mobirise v4.7.7

\n
    \n
  • Improved app loading
  • \n
  • Fixed inserting icons in menu in m3 themes
  • \n
  • Fixed and updated translations
  • \n
  • Fixed disappearance of text placeholders
  • \n
  • Select all text on first click
  • \n
  • Fixed font dropdown panel height
  • \n
\n

Mobirise v4.7.6

\n
    \n
  • Improved block reordering and dragging
  • \n
  • Bug fixes for projects loading
  • \n
  • AMP themes support improved
  • \n
  • Image optimization improved
  • \n
  • Updated translations: Spanish, Greek, Hungarian, Polish, Italian
  • \n
  • Updated login/signup dialog
  • \n
  • Minor bug fixes
  • \n
  • Mobirise for Android (works on Android 4.4+)
  • \n
\n

\n

HandymanAMP Theme

\n
    \n
  • HandymanAMP Theme - Perfect theme for plumber or electrician, painter or similar craftsman, construction, handyman, carpenter, craftsman workshop or repair business website. AMP themes are compatible, and you can use blocks from HandymanAMP in other AMP themes provided by Mobirise. Ready site demos: Cleaning Services, Dream House, Repair Services.
  • \n
\n

\n

BeautyAMP Theme

\n
    \n
  • BeautyAMP Theme - AMP theme for beauty studios, barber shops, tattoo salons, massage parlors, and gyms.
  • \n
\n

\n

SoundAMP Theme

\n
    \n
  • SoundAMP Theme - The AMP theme for music industry sites. A great choice to present music producers, DJs, singers, record studions, music labels, bands and grounps, sound pros.
  • \n
\n

\n

Mobirise v4.7.2

\n
    \n
  • Cookie Alert Extension updated - now it is \"Cookie Alert and GDPR Compliance\" - After activating GDPR compliance, all web forms on your website will have checkbox for agreeing to your Terms and Privacy Policy.
  • \n
  • Code Editor Extension updated - some fixes
  • \n
  • Different fixes in translation engine
  • \n
  • New AMP themes - StartupAMP and SpaceAMP
  • \n
\n

StartupAMP Theme

\n
    \n
  • StartupAMP Theme - AMP theme for startup websites with rounded corners and deep gradient colors. View demo templates: Best Mobile App, Co-working Template, Business School Template.\nCheck available blocks: headers, features, tabs and accordions, content blocks, sliders and videos, social blocks and maps, footers.
  • \n
\n

\n

SpaceAMP Theme

\n
    \n
  • SpaceAMP Theme - Clean and spacious AMP theme with 60+ slick blocks. View demo templates: Apartments for Sale, Beauty Salon, Health Food Store.\nCheck available blocks: headers, subscribe and form blocks, social blocks, map blocks, footer blocks, content blocks, text and titles blocks, news and team blocks, progress bars, accordions, counters and pricing tables, images, sliders, and video blocks.
  • \n
\n

\n

Mobirise v4.7.1

\n
    \n
  • Scroll to top Button Issue fixed
  • \n
  • Images publication issue fixed
  • \n
\n

LightAMP Theme

\n
    \n
  • LightAMP Theme - Large set of beautiful AMP blocks including sliders, timelines, lightboxes, tables, and media blocks. Based on AMP and compatible with other AMP themes in Mobirise. View demo templates: Interior Design, Dance School, Riding School.\nCheck available blocks: headers, menus, images & videos, features, articles, forms & maps, pricing tables, toggles & accordions, and footers.
  • \n
\n

\n

EventAMP Theme

\n
    \n
  • EventAMP Theme - AMP-based remake of popular Mobirise3 theme. Good to promote your special events, meetings, presentations. View demo templates: Horizon Festival, Business Meet Up, Culinary Master Class.\nView blocks demos.
  • \n
\n

\n

Mobirise v4.6.7

\n
    \n
  • Code Editor extension is fixed for M3 themes
  • \n
  • Favicon issue is fixed
  • \n
  • Minor bug fixes
  • \n
\n

Mobirise v4.6.6

\n
    \n
  • Bug fixes for projects loading
  • \n
  • AMP themes support improved
  • \n
  • Image optimization improved
  • \n
  • Languages: French, Slovenian, Hungarian, Polish, Croatian
  • \n
\n

BusinessM4 Theme

\n
    \n
  • BusinessM4 Theme - Clean, light, responsive theme with gradients and shadows. Build websites to present your business and many more. BusinessM4 is compatible with Mobirise 4 Themes. View demo templates: Creative agency, Travel Agency. Check available blocks: headers, menus, images & videos, features, articles, call to action blocks, team blocks, forms & maps, pricing tables, clients & partners blocks, tabs & accordions, and footers.
  • \n
\n

\n

Mobirise v4.6.5

\n
    \n
  • Bug fixes: Issue with missing projects fixed; Issue with missing user blocks fixed; Mobirise 3: sliders; Alignment in AgencyM4 and LawyerM4; Text style for forms in StoreM4
  • \n
  • Languages: Polish
  • \n
\n

CommerceM4 Theme

\n
    \n
  • CommerceM4 Theme - A nice Bootstrap theme for commercial websites with some blocks to sell products. Present yourself, your products, your services, and your team. CommerceM4 is compatible with Mobirise 4 Themes. View demo templates: Cafe Demo, Shoes Demo, Headphones Demo. Check available blocks: headers, menus,images & videos, sliders & galleries, shops, features, content blocks, info blocks, team blocks and testimonials, forms & maps, pricing tables and tables, social blocks, countdowns & accordions, footers.
  • \n
\n

\n

HotelM4 Theme

\n
    \n
  • HotelM4 Theme - Bootstrap theme for hotel and resort websites. HotelM4 is an M4 compatible theme. View live demos: menus, headers, features, images and videos, sliders and galleries, content blocks, forms, pricing tables, testimonials and team blocks, toggles and accordions, maps, info blocks, footers.
  • \n
\n

\n

Mobirise v4.6.0

\n
    \n
  • Hotkey: if your Sites list is empty, you can load the list of previously used projects: open your Sites list and press Ctrl+Shift+L when it opened.
  • \n
  • Mobirise Translator extension: you can translate Mobirise interface to your language and share your translations with other users.
  • \n
\n

Mobirise AMP

\n

Mobirise AMP Theme - accelerate your site with Google AMP. Check AMP theme components demos: headers, images & videos, testimonials & info, features, articles, maps & social, footers.

\n

\"free

\n

Mobirise v4.5.0

\n
    \n
  • Translation: German
  • \n
  • Bug fixes for saving User blocks
  • \n
  • Bug fixes for themes: Blockpack for Mobirise 3, AgencyM4, PortfolioM4, LawyerM4, DirectM, SpaceM\nTo change the interface language, open the main menu in the app, select the Account tab, and open App Settings.
  • \n
\n

\n

Mobirise v4.4.0

\n
    \n
  • Now you can crop images right in Mobirise application
  • \n
  • Fixed compatibility with Internet Explorer in Mobirise 4 theme
  • \n
\n

\n

\n

Mobirise v4.3.5

\n
    \n
  • StoreM4 Bootstrap Theme
  • \n
  • App Settings: \"Show All Block Buttons\" option added
  • \n
  • Bug Fixes:
  • \n
  • Mobirise4 Theme: Fix for counters
  • \n
  • Gallery Video - fixed youtube thumbnails in Mobirise 3 and Mobirise 4 compatible themes
  • \n
  • Links - fixed long domain in web address
  • \n
\n

StoreM4 Bootstrap Theme - spacious, clean and attractive ecommerce theme designed mainly for stores. 80+ blocks for your new online shop. This theme includes several menu blocks, headers, sliders and galleries, shops, content and info sections, pricing tables, testimonials, team blocks and more. StoreM4 is compatible with Mobirise 4 themes - you can interchange user blocks between your projects.

\n

\n

Mobirise v4.3.4

\n
    \n
  • Facebook and Google Authorization: Now you can sign up using your Google and Facebook accounts.
  • \n
  • Clone Sites - clone not only pages, but also entire sites.
  • \n
  • App settings - open your Menu->Account->App settings to adjust your app settings: show the redo button, the tablet view mode, keep the Site Styles button shown.
  • \n
  • FTP publishing fixes
  • \n
  • Mobirise Help Center - visit our Help Center if you have some issues, and if you can't find a solution, you can visit our forums or contact our Support Team.
  • \n
\n

\n

\n

\n
    \n
  • PortfolioM4 Bootstrap Theme - Modern and bright theme to present your projects - for designers, illustrators, artists, and developers. Comes with moving background intro, \"typed\" effect, step-by-step process, our clients, portfoilio gallery, counters, about me blocks. PortfolioM4 is compatible with Mobirise 4 themes - you can interchange user blocks between your projects.
  • \n
\n

\n

Mobirise v4.3.1

\n
    \n
  • Built-in \"Mobirise Icons Bold\" icon font
  • \n
  • \"Icons\" extension updated. Now 8700+ icons total
  • \n
  • New fonts: Icon54 v.3, Icon54 v.4, Simple Line Icons, \"Font Awesome\" updated
  • \n
  • Site Library:\nFixed bug with removing images that are used on site\nFixed hanging\nFixed bug with duplication of images
  • \n
  • Mobirise4: fixed bug with buttons in 'pricing tables'
  • \n
  • Fixed vimeo thumbnails in gallery
  • \n
  • \"Link to\" dialog: \"open in new window\" is added to the \"file\" tab
  • \n
\n

Mobirise v4.3.0

\n
    \n
  • New \"Link to\" dialog with: Option to add files to site and link them (pdf, doc, xls, etc..); Email; Phone; Web Address
  • \n
  • Updated PayPal Shopping Cart
  • \n
  • Fixed duplicated images on publishing
  • \n
  • Minor fixes
  • \n
  • LawyerM4 Bootstrap Theme - Dark, minimal and tidy theme for lawyers, legal firms, attorneys and related legal professionals. LawyerM4 is compatible with Mobirise 4 themes - you can interchange user blocks between your projects.
  • \n
\n\n\n\n

Mobirise v4.2.4

\n
    \n
  • New AgencyM4 Theme. Theme for companies and agencies with 70+ blocks. New gradient overlays, working hours sections, and an extended set of dropdown menus and intro sections. AgencyM4 is compatible with Mobirise 4 Theme: you can move Mobirise4 and AgencyM4 user blocks between your projects.
  • \n
  • WOW Slider extension fixed
  • \n
  • Extensions updated – Social Feed, Social Comments, SoundCloud
  • \n
  • Compatibility issue with some 3rd-party themes fixed (Clarus, Sleek, Unicore..)
  • \n
  • Site thumbnail creation fixed
  • \n
  • Fix: WOWSlider extension
  • \n
  • Update: Home pages in Italian (please contact at support@mobirise.com if you find mistakes in texts)
  • \n
\n\n\n\n

Mobirise v4.2.3

\n
    \n
  • Bootstrap updated to latest v4.0.0-beta (for Mobirise4 theme only)
  • \n
  • Fix: Fonts crush on start
  • \n
  • Fix: Bug in images publishing
  • \n
  • Fix: Parameters in extension blocks
  • \n
  • Fix: WOWSlider extension
  • \n
  • Update: Home pages in Chinese, Slovak, Polish, French, Albanian, Finnish, Swedish, Japanese, Portugal (please contact at support@mobirise.com if you find mistakes in texts)
  • \n
\n

Mobirise v4.1.6

\n

Search by font name in Google font library

\n
    \n
  • Fix: \"Browse computer for image\" doesn't save last dir
  • \n
  • Fix: Hot key COPY/PASTE on Mac
  • \n
  • Fix: \"Clone page\" doesn't work with some blocks
  • \n
  • Fix: Rubik Google font bug on Windows
  • \n
  • Update: Home pages in German, Spanish, Danish, Norwegian, Dutch, Russian (please contact at support@mobirise.com if you find mistakes in texts)
  • \n
\n

Mobirise v4.1

\n
    \n
  • Brand-new core engine - the app works much faster and smoother now
  • \n
  • New Mobirise4 theme - 107 new blocks
  • \n
  • Updated interface
  • \n
  • Code Editor is updated
  • \n
  • Undo is added
  • \n
  • Updated Mobirise Icons
  • \n
  • 840 Google fonts
  • \n
  • Option to add any custom fonts
  • \n
  • Improved page management
  • \n
  • FTP client fixes
  • \n
  • Changes in inline editor
  • \n
\n\n\"Free\n\n\n\"Mobirise\n\n\n\"Free\n\n

Free Bootstrap Website Builder

\n

Free HTML Bootstrap Template

\n

Free Icon Font

\n

Mobirise v4.0 Beta

\n
    \n
  • Brand-new core engine - the app works much faster and smoother now
  • \n
  • New Mobirise4 theme - 91 new blocks
  • \n
  • Updated interface
  • \n
  • Code Editor is updated
  • \n
  • Undo feature is added
  • \n
  • Updated Mobirise Icons
  • \n
\n

Mobirise v3.12

\n
    \n
  • Users with paid extensions can install versions of extensions they have after the end of the free update period
  • \n
  • Site image library improvement - overall speed increased, you don't have to wait images loading
  • \n
  • Mobirise 3: RTL (you can enable this feature in Style Changer), minor fixes
  • \n
  • WowSlider: wrong image size issue fixed
  • \n
\n

Mobirise v3.11.1

\n
    \n
  • Site Image Library - view, manage and select images already used on the site. Easily find and remove duplicates
  • \n
  • Free Online library - select beautiful, hi-res images from the free, Creative Commons collection
  • \n
  • Bug fixes
  • \n
  • Resize images in media blocks in Mobirise 3.10.2
  • \n
\n\n\n\n

Mobirise v3.10.8

\n
    \n
  • Bug fixes for themes, FTP, Link dialog
  • \n
\n

Mobirise v3.10.2

\n
    \n
  • \"Media size\" control to easyly resize images and videos in all themes (don't forget update your themes)
  • \n
  • \"Code Editor\" extension update: now you can still edit text blocks and buttons visualy with unlocked HTML editor
  • \n
  • Free image Library added to sliders, galleries and backgrounds
  • \n
  • Bug fixes for themes, FTP, GitHub
  • \n
  • Resize images in media blocks in Mobirise 3.10.2
  • \n
\n\n\n\n

Mobirise v3.10

\n
    \n
  • New DirectM business theme. 80 blocks with gradients, forms, tables, tabs, accordions etc.
  • \n
  • Free images library - select beautiful, hi-res images from the free, Creative Commons collection.
  • \n
  • Fully updated FTP client: SFTP, FTPS, FTP supported, bug fixes
  • \n
  • Mobirise Icons - 124 pixel-perfect icons in 24px and 30px format
  • \n
\n\n\n\n

Mobirise v3.09

\n
    \n
  • Publish to GitHub Pages
  • \n
  • Publish changed files only to FTP and GitHub
  • \n
  • Support for Vimeo in Gallery blocks
  • \n
\n\n\n\n

Mobirise v3.08.5

\n
    \n
  • Added 'Mobirise Icons' font. You can use it in all themes
  • \n
  • New blocks in \"ColorM\" theme:\n
      \n
    • Full-width headers
    • \n
    • Intro with video pop up
    • \n
    • Full-screen intro with \"typed\" text effect
    • \n
    • Blocks with 'contact us' and 'subscribe' forms
    • \n
    • Round progress bars
    • \n
    • Tabs, accordionds and toggle blocks
    • \n
    • Different footers
    • \n
    \n
  • \n
  • Bug fixes in mobirise3 and other themes.
  • \n
\n

Mobirise v3.08.4

\n
    \n
  • New \"ColorM\" theme added. Take a look at some blocks:
  • \n
  • Shop
  • \n
  • Blocks with forms
  • \n
  • Accordions & toggles
  • \n
  • Countdowns
  • \n
  • 'Team' blocks
  • \n
  • Progressbars
  • \n
  • Block with animated text background
  • \n
  • Added anchor preview. Hover on page anchors and you will see a thumbnail on the right side
  • \n
  • Added project history. Revert to any previous version of your project
  • \n
  • Mobirise application now supports high screen resolution (e.g. retina)
  • \n
  • Added 'Table' block to the 'Block Pack' extension
  • \n
  • Bug fixes in 'BlockPack', 'SpaceM', 'Mobirise1' and 'Mobirse3' themes
  • \n
\n

Mobirise v3.08.1

\n
    \n
  • Save and Reuse Blocks - Now you can save blocks and use them on other pages or sites if they are created with same theme
  • \n
  • Block Filter - filter the block list by \"Blocks from Theme\", \"Blocks from Extensions\", \"Blocks Saved by User\"
  • \n
  • Some UI improvements
  • \n
  • Bug fixes in BlockPack, SpaceM, Mobirise1 and Mobirse3 themes
  • \n
\n

Mobirise v3.07

\n
    \n
  • Added 'Shop' block to the 'Block Pack' extension. Sort and filter your items by price and category. Select your best sellers and 'On Sale' products
  • \n
  • Updated and fixed inline text editor. Now only main options are shown by default. Click 'More' button to expand the editor
  • \n
  • Bug fixes
  • \n
\n

What's new in Mobirise v3.06.4

\n
    \n
  • New SpaceM theme
  • \n
  • Updated Icons extension - 1000 new icons added (6600+ icons total)
  • \n
  • Several new blocks in BlockPack extension
  • \n
  • \"Scroll-to-top\" button option in StyleChanger
  • \n
  • Now you can re-order the page list with drag-n-drop
  • \n
  • Bug fixes
  • \n
\n

What's new in Mobirise v3.06.1

\n
    \n
  • New 'Social Feed' extension - live feed with latest posts from multiple social accounts
  • \n
  • New 'Social Comments' extension - increase visitor engagement with Facebook, Google+ and Disqus comments
  • \n
  • 'Icons' extension is updated with fresh 2100 icons - now 5600 icons in total
  • \n
  • Improved on scroll animation. You can turn off animation in 'Style Changer' panel
  • \n
  • Fixed bug when Code editor breaks the forms
  • \n
\n

New features available in Mobirise v3.06

\n
    \n
  • Added \"Site Style Changer\". Now you can edit fonts, colors and other options of the whole site in one click. (Mobirise 3 theme only)
  • \n
  • Added \"Resize Images\" option - if turned OFF, the images will be added \"as is\" to page. If ON, images will be optimized for web.
  • \n
  • Added 8 new blocks to the 'Block Pack' extension, now 61 blocks total:\n
      \n
    • Timelines with adjustable number of elements
    • \n
    • \"Our Clients\" logo carousel
    • \n
    • \"1,2,3 Steps\" blocks
    • \n
    • \"Coming soon\" intro with countdown, logo and animated subscribe form
    • \n
    • Intro with countdown and subscribe form
    • \n
    • Full-screen intro with subscribe form and image section on the left side
    • \n
    \n
  • \n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n

What's new in Mobirise v3.05.3

\n
    \n
  • Added 10 new blocks to the 'Block Pack' extension:
  • \n
  • Full-screen Kenburns & parallax slider
  • \n
  • Boxed-layout slider with Kenburns & parallax
  • \n
  • Full-screen intro with typed text effect
  • \n
  • Full-screen intro with animated text background
  • \n
  • Media block with animated text background
  • \n
  • Testimonials sliders with adjustable number of visible slides
  • \n
\n

What's new in Mobirise v3.05

\n
    \n
  • Added 30+ new blocksfor Mobirise 3 theme
  • \n
  • Added tags filter to gallery blocks
  • \n
  • Added new 2100 perfect icons to Icons extension
  • \n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n

What's new in Mobirise v3.04

\n\n

What's new in Mobirise v3.03

\n
    \n
  • Paddings for article blocks
  • \n
  • Background color for article blocks
  • \n
  • Changes in menu and footer apply for all pages automatically
  • \n
  • Fixed \"non-loading\" bug with old extensions and themes
  • \n
\n

What's new in Mobirise v3.0

\n
    \n
  • Brand-new free default theme - new blocks, colors, fonts, icons
  • \n
  • New image gallery and slider - now with video slides
  • \n
  • New drop-down menu - included by default
  • \n
  • Added animation on scroll
  • \n
  • Fixed Google Maps
  • \n
  • Improved inline editor - works faster
  • \n
  • Massive bug fixes
  • \n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n

What's new in Mobirise v2.14

\n
    \n
  • 'Icons' extension updated:
  • \n
  • Now it supports several fonts
  • \n
  • Added 'Font Awesome', 'Linecons' fonts
  • \n
  • Added 'Show Bullets' parameter in gallery blocks
  • \n
  • Improvements to overall application stability
  • \n
  • Fixed bug with links in gallery captions
  • \n
  • Other bug fixes
  • \n
\n

\n* Updated \"PayPal Shopping Cart\" extension - To update see \"Menu\" -> \"Extensions & Themes\"\n\n\n\n\n\n\n\n\n\n

What's new in Mobirise Bootstrap Website Builder v2.11:

\n
    \n
  • New \"Dropdown Menu\" extension
  • \n
  • New \"PayPal Shopping Cart\" extension
  • \n
  • Bug fixes
  • \n
\n\n\n\n\n\n\n

What's new in Mobirise Bootstrap Website Builder v2.10:

\n
    \n
  • Adjust the top and bottom paddings of blocks
  • \n
  • Now you can add captions to your gallery images
  • \n
  • Bug fixes
  • \n
\n\n\n\n\n\n\n

What's new in Mobirise Bootstrap Website Builder v2.9.10:

\n
    \n
  • Now you can contact us directly from the app, see \"Menu->Help me!\"
  • \n
  • New 'Cookies Alert' extension
  • \n
\n\n\n\n\n\n\n

What's new in Mobirise Bootstrap Builder v2.9.8:

\n
    \n
  • Launched Mobirise Forum - Connect with other Mobirise users, ask questions, get answers and have some fun! Use your existing Mobirise login!
  • \n
  • First 3rd party \"Youplay\" theme ported to Mobirise
  • \n
  • New 'Twitter Feed' extension
  • \n
  • Minor bug fixes
  • \n
\n\n\n\n\n\n\n

Create beautiful mobile-first websites!

\n

MobiRise Free Bootstrap Builder creates responsive, retina and mobile friendly websites in a few clicks. Easy and fast.

\n

Bootstrap 4 Template

\n\n\n\n

Mobirise Review

\n\n\n\n

Make your own bootstrap-based site in minutes!

\n\n\n\n

What's new in Mobirise Bootstrap Builder v2.9.7:

\n
    \n
  • Menu: now you can change hamburger button color in parameters
  • \n
  • Slider: Added 'Show Bullets' parameter, slide overlay, content alignment
  • \n
  • Fixed Code Editor PHP code insertion
  • \n
  • Minor fixes in \"PurityM\" theme
  • \n
\n\n\n\n\n\n\n

What's new in Mobirise Web Site Builder v2.8.5:

\n
    \n
  • Extended form editor
  • \n
  • Bugs fixes
  • \n
\n\n\n\n

What's new in Mobirise HTML Page Creator v2.8.4:

\n
    \n
  • New \"PurityM\" Bootstrap 4-based Mobirise theme
  • \n
  • Added \"Facebook Comments\" extension
  • \n
  • Added \"Icons\" extension
  • \n
  • Updated \"Code Editor\" extension
  • \n
  • Redesign of some components
  • \n
  • Bugs fixed
  • \n
\n\n\n\n\n\n\n\n\n\n

What's new in Mobirise Responsive Website Builder v2.6:

\n
    \n
  • Account panel
  • \n
  • Media editor
  • \n
  • Soundcloud extension
  • \n
  • PHP support for code editor
  • \n
  • Now all footer blocks will look the same on different pages
  • \n
  • Fixed a bug when menu overlaps the first block
  • \n
  • Some minor fixes
  • \n
\n\n\n\n\n\n\n\n\"website\n\n\n\"html\n\n\n\"web\n\n

What's new in Mobirise Landing Page Creator v2.4:

\n
    \n
  • Mobirise now supports extensions - external blocks, themes, addons
  • \n
  • Added a new extension: Google Analytics - it inserts your Analytics or any other tracking codes to every site page
  • \n
  • Improved site save function (now saves continuously)
  • \n
  • Updated \"Pages\" panel
  • \n
  • Bug fixes
  • \n
\n\n\"website\n\n\n\"website\n\n

What's new in Mobirise Bootstrap Theme Generator v2.3:

\n
    \n
  • Brand new 'Sites' panel
  • \n
\n\n\"website\n\n

What's new in Mobirise HTML Builder v2.0:

\n
    \n
  • Form blocks with email notifications without any server-side integration. Just type your email in parameters and get submissions instantly.
  • \n
  • Menu block redesigned. Now menu can have buttons, larger logo, be sticky, and collapsed.
  • \n
  • Slider supports autoplay.
  • \n
  • Smooth scroll added.
  • \n
  • Massive bug fixes.
  • \n
  • Mobirise.com site updated.
  • \n
\n\n\n\n\n\n\n\n\n\n

Main changes in Bootstrap Builder v1.6:

\n
    \n
  • Link now can be set to the in-page anchors (with smooth scroll) and other project pages
  • \n
  • Video background for all blocks
  • \n
  • \"Preview\" button to test your site in the browser
  • \n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n

Main changes in Bootstrap Builder v1.7:

\n
    \n
  • New Footer, \"Follow Us\", \"Testimonials\" blocks
  • \n
  • Now you can edit and reorder menu items inline
  • \n
\n\n\n\n\n\n\n\n\n\n\n\n\n

Main changes in Bootstrap Builder v1.8:

\n
    \n
  • New \"Publish\" window
  • \n
  • New Google Maps block
  • \n
  • New footer block with Google Maps
  • \n
  • Added extended toolbar for text editor (activated for some art
  • \n
  • New floating \"Block Parameters\" panel
  • \n
  • New \"Article\" blocks with many text, image and video elements
  • \n
  • Fixed some W3C Validator errors
  • \n
  • Some internal optimization and code cleanup
  • \n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n

Main changes in Bootstrap Builder v1.9:

\n
    \n
  • Added Slider block
  • \n
  • Fixed Share buttons
  • \n
  • Hide component params / editor toolbar / colorpicker on page change or on unfocus component
  • \n
  • Changed project files --> project.mobirise (but old project.json supported also)
  • \n
  • Some components bug fixes
  • \n
  • Fixed devices navbar active color
  • \n
\n\n\n\n\n\n\n

Main changes in Bootstrap Website Builder v1.9.7:

\n
    \n
  • Image Gallery block - Masonry Image Gallery with Lightbox
  • \n
  • Form blocks - Contact Us & Subscribe forms (NOTE: Current version doesn't have a handler to send submissions to your e-mail - will be added later.)
  • \n
  • Fixed-width slider block
  • \n
  • Touch-swipe support for slider and gallery
  • \n
  • Support for *.gif and *.svg
  • \n
  • Fix for https videos and https google fonts
  • \n
  • Bug fixes for image and project files saving
  • \n
\n\n\n\n\n\n\n\n\n\n\n\n\n

Responsive menu

\n\n\n\n

Mobile friendly website

\n\n\n\n

Bootstrap builders

\n

Bootstrap website builder makes it very easy to prototype, test, and build a custom responsive website quickly, without having to understand the Bootstrap framework system. They, although different in capabilities, all offer a form of drag-and-drop functionality that fully utilizes the enormous library of Bootstrap’s components.\n\n\n

\n

Bootstrap image gallery

\n

Adding a css image gallery to your website does not need to be difficult or time-consuming. There are a wide range of options to choose from, whether you opt to go with the standard html5 image gallery, to customize it using one of a wide-range of plugins and tutorials or if you opt for Mobirise’s drag-and-drop builder. Good luck with your website!\n\n\n

\n

Bootstrap carousel

\n

The bootstrap image slider component that comes with the bootstrap framework is a lightweight carousel which uses JavaScript. It’s a standards-compliant piece of functionality, with a clean design that will fit easily into any website. It’s also easy to modify and extend with additional functionality such as CSS3 animations and more.\n\n\n

\n

Website builders reviews

\n

Today you are able to use different techniques and tools, from using an open-source CMS such as WordPress along with a free theme, to using website building software.\nMobirise is one such website builder. Website software has a few advantages over a CMS...\n\n\n

\n

Drag and drop website builder

\n

Make your own mobile website in minutes! Mobirise helps you cut down development time by providing you with a flexible website editor with a drag and drop interface.

\n

Live preview

\n

See the result instantly without a need to save or export!

\n

Modern styles

\n

Mobirise has provided for website developers a growing library of modern blocks which can be used either partially or in full for every website developed through the builder.

\n

Bootstrap 3

\n

Bootstrap 3 has been noted as one of the most reliable and proven frameworks and Mobirise has been equipped to develop websites using this framework.

\n

Create a beautiful website.

\n

Whether you want to create a blog, eCommerce store, portfolio, or all of the above, you can express your idea with a website powered by our elegant yet intuitive platform.

\n

What's new in Mobirise Web Site Builder v2.11:

\n
    \n
  • New \"Dropdown Menu\" extension
  • \n
  • New \"PayPal Shopping Cart\" extension
  • \n
  • Bug fixes
  • \n
\n\n\n\n\n\n\n

What's new in Mobirise Bootstrap Builder v2.10:

\n
    \n
  • Adjust the top and bottom paddings of blocks
  • \n
  • Now you can add captions to your gallery images
  • \n
  • Bug fixes
  • \n
\n\n\n\n\n\n\n

What's new in Mobirise Web Site Builder v2.9.10:

\n
    \n
  • Now you can contact us directly from the app, see \"Menu->Help me!\"
  • \n
  • New 'Cookies Alert' extension
  • \n
\n\n\n\n\n\n\n

What's new in Mobirise Web Site Builder v2.9.8:

\n
    \n
  • Launched Mobirise Forum - Connect with other Mobirise users, ask questions, get answers and have some fun! Use your existing Mobirise login!
  • \n
  • First 3rd party \"Youplay\" theme ported to Mobirise
  • \n
  • New 'Twitter Feed' extension
  • \n
  • Minor bug fixes
  • \n
\n\n\n\n\n\n\n

Create beautiful mobile-first websites!

\n

MobiRise Bootstrap Website Builder creates responsive, retina and mobile friendly websites in a few clicks. Easy and fast.

\n

Bootstrap 4 Template

\n\n\n\n

Mobirise Review

\n\n\n\n

Make your own bootstrap-based site in minutes!

\n\n\n\n

What's new in Mobirise Web Site Builder v2.9.7:

\n
    \n
  • Menu: now you can change hamburger button color in parameters
  • \n
  • Slider: Added 'Show Bullets' parameter, slide overlay, content alignment
  • \n
  • Fixed Code Editor PHP code insertion
  • \n
  • Minor fixes in \"PurityM\" theme
  • \n
\n\n\n\n\n\n\n

What's new in Mobirise Web Site Builder v2.8.5:

\n
    \n
  • Extended form editor
  • \n
  • Bugs fixes
  • \n
\n\n\n\n

What's new in Mobirise HTML Page Creator v2.8.4:

\n
    \n
  • New \"PurityM\" Bootstrap 4-based Mobirise theme
  • \n
  • Added \"Facebook Comments\" extension
  • \n
  • Added \"Icons\" extension
  • \n
  • Updated \"Code Editor\" extension
  • \n
  • Redesign of some components
  • \n
  • Bugs fixed
  • \n
\n\n\n\n\n\n\n\n\n\n

What's new in Mobirise Responsive Website Builder v2.6:

\n
    \n
  • Account panel
  • \n
  • Media editor
  • \n
  • Soundcloud extension
  • \n
  • PHP support for code editor
  • \n
  • Now all footer blocks will look the same on different pages
  • \n
  • Fixed a bug when menu overlaps the first block
  • \n
  • Some minor fixes
  • \n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n

What's new in Mobirise Landing Page Creator v2.4:

\n
    \n
  • Mobirise now supports extensions - external blocks, themes, addons
  • \n
  • Added a new extension: Google Analytics - it inserts your Analytics or any other tracking codes to every site page
  • \n
  • Improved site save function (now saves continuously)
  • \n
  • Updated \"Pages\" panel
  • \n
  • Bug fixes
  • \n
\n\n\n\n\n\n\n

What's new in Mobirise Bootstrap Theme Generator v2.3:

\n
    \n
  • Brand new 'Sites' panel
  • \n
\n\n\n\n

What's new in Mobirise HTML Builder v2.0:

\n
    \n
  • Form blocks with email notifications without any server-side integration. Just type your email in parameters and get submissions instantly.
  • \n
  • Menu block redesigned. Now menu can have buttons, larger logo, be sticky, and collapsed.
  • \n
  • Slider supports autoplay.
  • \n
  • Smooth scroll added.
  • \n
  • Massive bug fixes.
  • \n
  • Mobirise.com site updated.
  • \n
\n\n\n\n\n\n\n\n\n\n

Main changes in v1.6:

\n
    \n
  • Link now can be set to the in-page anchors (with smooth scroll) and other project pages
  • \n
  • Video background for all blocks
  • \n
  • \"Preview\" button to test your site in the browser
  • \n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n

Main changes in Bootstrap Builder v1.7:

\n
    \n
  • New Footer, \"Follow Us\", \"Testimonials\" blocks
  • \n
  • Now you can edit and reorder menu items inline
  • \n
\n\n\n\n\n\n\n\n\n\n\n\n\n

Main changes in v1.8:

\n
    \n
  • New \"Publish\" window
  • \n
  • New Google Maps block
  • \n
  • New footer block with Google Maps
  • \n
  • Added extended toolbar for text editor (activated for some art
  • \n
  • New floating \"Block Parameters\" panel
  • \n
  • New \"Article\" blocks with many text, image and video elements
  • \n
  • Fixed some W3C Validator errors
  • \n
  • Some internal optimization and code cleanup
  • \n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n

Main changes in Bootstrap Builder v1.9:

\n
    \n
  • Added Slider block
  • \n
  • Fixed Share buttons
  • \n
  • Hide component params / editor toolbar / colorpicker on page change or on unfocus component
  • \n
  • Changed project files --> project.mobirise (but old project.json supported also)
  • \n
  • Some components bug fixes
  • \n
  • Fixed devices navbar active color
  • \n
\n\n\n\n\n\n\n

Main changes in v1.9.7:

\n
    \n
  • Image Gallery block - Masonry Image Gallery with Lightbox
  • \n
  • Form blocks - Contact Us & Subscribe forms (NOTE: Current version doesn't have a handler to send submissions to your e-mail - will be added later.)
  • \n
  • Fixed-width slider block
  • \n
  • Touch-swipe support for slider and gallery
  • \n
  • Support for *.gif and *.svg
  • \n
  • Fix for https videos and https google fonts
  • \n
  • Bug fixes for image and project files saving
  • \n
\n\n\n\n\n\n\n\n\n\n\n\n\n

Responsive menu

\n\n\n\n

Mobile friendly website

\n\n\n\n

Bootstrap builders

\n

Bootstrap website builder makes it very easy to prototype, test, and build a custom responsive website quickly, without having to understand the Bootstrap framework system. They, although different in capabilities, all offer a form of drag-and-drop functionality that fully utilizes the enormous library of Bootstrap’s components.\n\n\n

\n

Bootstrap image gallery

\n

Adding a css image gallery to your website does not need to be difficult or time-consuming. There are a wide range of options to choose from, whether you opt to go with the standard html5 image gallery, to customize it using one of a wide-range of plugins and tutorials or if you opt for Mobirise’s drag-and-drop builder. Good luck with your website!\n\n\n

\n

Bootstrap carousel

\n

The bootstrap image slider component that comes with the bootstrap framework is a lightweight carousel which uses JavaScript. It’s a standards-compliant piece of functionality, with a clean design that will fit easily into any website. It’s also easy to modify and extend with additional functionality such as CSS3 animations and more.\n\n\n

\n

Website builders reviews

\n

Today you are able to use different techniques and tools, from using an open-source CMS such as WordPress along with a free theme, to using website building software.\nMobirise is one such website builder. Website software has a few advantages over a CMS...\n\n\n

\n

Drag and drop website builder

\n

Make your own mobile website in minutes! Mobirise helps you cut down development time by providing you with a flexible website editor with a drag and drop interface.

\n

Live preview

\n

See the result instantly without a need to save or export!

\n

Modern styles

\n

Mobirise has provided for website developers a growing library of modern blocks which can be used either partially or in full for every website developed through the builder.

\n

Bootstrap 3

\n

Bootstrap 3 has been noted as one of the most reliable and proven frameworks and Mobirise has been equipped to develop websites using this framework.

\n

Create a beautiful website.

\n

Whether you want to create a blog, eCommerce store, portfolio, or all of the above, you can express your idea with a website powered by our elegant yet intuitive platform.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:34.039Z" + "mocker": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.087Z" + }, + "moderndeck": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.109Z" }, "moeditor": { - "readmeCleaned": "

Moeditor

\n

Your all-purpose markdown editor.

\n

Built with Electron.

\n

Discuss on Telegram: https://t.me/Moeditor and help me work on the new version!

\n

Visit our homepage or download releases.

\n

Features

\n
    \n
  • GitHub Flavored Markdown
  • \n
  • TeX math expressions
  • \n
  • UML diagrams
  • \n
  • Code highlight in editor
  • \n
  • Read/Write/Preview mode
  • \n
  • Custom font / line height / font size
  • \n
  • Code highlight themes (powered by highlight.js)
  • \n
  • Auto reload
  • \n
  • Localization
  • \n
  • Focus mode
  • \n
\n

Screenshots

\n

\"Moeditor

\n

\"Moeditor

\n

\"Moeditor

\n

\"Moeditor

\n

Building

\n
npm install\nnpm start
\n

In China, you may want to replace npm with cnpm for a faster download speed.

\n
npm install cnpm -g --registry=https://registry.npm.taobao.org\ncnpm install\ncnpm start
\n

Debugging

\n

There's three ways to open the Chromium Developer Tools.

\n
    \n
  • Add --debug to the command line args:
  • \n
\n
npm start -- --debug
\n
    \n
  • \n

    Set debug to true in the config. The config file is stored in ~/.config/configstore/Moeditor.json (for every system).

    \n
  • \n
  • \n

    Ctrl + Shift + I in Linux / Windows or Command + Option + I in OS X / macOS to toggle devtools for a window.

    \n
  • \n
\n

Todo

\n
    \n
  • Custom themes
  • \n
  • Spell check
  • \n
  • UI/UX
  • \n
\n

Localization

\n

Moeditor will auto detect your system language and use the localization.

\n

You can set language manually in the Settings window.

\n

Now the app supports English, Chinese, French, German, Spanish and incomplete Portuguese.

\n

Help us if you can translate this app. Please follow the guide in app/moe-l10n.js.

\n

License

\n

Moeditor itself is licensed under the GPL v3 license.

\n

Some node modules are licensed under other free software license.

\n

The Raleway font is licensed under the OFL open font license.

\n

Credits

\n

The domain moeditor.org is sponsored by Showfom.

\n

Known Bug(s)

\n

Issue #31.

\n
", - "readmeOriginal": "

Moeditor

\n

Your all-purpose markdown editor.

\n

Built with Electron.

\n

Discuss on Telegram: https://t.me/Moeditor and help me work on the new version!

\n

Visit our homepage or download releases.

\n

Features

\n
    \n
  • GitHub Flavored Markdown
  • \n
  • TeX math expressions
  • \n
  • UML diagrams
  • \n
  • Code highlight in editor
  • \n
  • Read/Write/Preview mode
  • \n
  • Custom font / line height / font size
  • \n
  • Code highlight themes (powered by highlight.js)
  • \n
  • Auto reload
  • \n
  • Localization
  • \n
  • Focus mode
  • \n
\n

Screenshots

\n

\"Moeditor

\n

\"Moeditor

\n

\"Moeditor

\n

\"Moeditor

\n

Building

\n
npm install\nnpm start
\n

In China, you may want to replace npm with cnpm for a faster download speed.

\n
npm install cnpm -g --registry=https://registry.npm.taobao.org\ncnpm install\ncnpm start
\n

Debugging

\n

There's three ways to open the Chromium Developer Tools.

\n
    \n
  • Add --debug to the command line args:
  • \n
\n
npm start -- --debug
\n
    \n
  • \n

    Set debug to true in the config. The config file is stored in ~/.config/configstore/Moeditor.json (for every system).

    \n
  • \n
  • \n

    Ctrl + Shift + I in Linux / Windows or Command + Option + I in OS X / macOS to toggle devtools for a window.

    \n
  • \n
\n

Todo

\n
    \n
  • Custom themes
  • \n
  • Spell check
  • \n
  • UI/UX
  • \n
\n

Localization

\n

Moeditor will auto detect your system language and use the localization.

\n

You can set language manually in the Settings window.

\n

Now the app supports English, Chinese, French, German, Spanish and incomplete Portuguese.

\n

Help us if you can translate this app. Please follow the guide in app/moe-l10n.js.

\n

License

\n

Moeditor itself is licensed under the GPL v3 license.

\n

Some node modules are licensed under other free software license.

\n

The Raleway font is licensed under the OFL open font license.

\n

Credits

\n

The domain moeditor.org is sponsored by Showfom.

\n

Known Bug(s)

\n

Issue #31.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:34.088Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.114Z" + }, + "mockoon": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.114Z" }, "mojibar": { - "readmeCleaned": "

Mojibar \"Travis \"JS \"Greenkeeper

\n

A menubar app adaptation of Emoji searcher.

\n

\"screenshot\"

\n

Install

\n

OSX

\n

🚩 Download and drag

\n

Download the latest version for Mac on the releases page (and drag into your apps folder.)

\n

🚩 Install using Homebrew Cask

\n
# Make sure homebrew knows about the latest mojibar\n$ brew update && brew upgrade brew-cask\n# Install mojibar\n$ brew cask install mojibar
\n

After installation, find Mojibar in your apps folder or search Mojibar in spotlight. Mojibar will appear in your tray at the top right corner of your screen.

\n

To upgrade mojibar installed from brew-cask to a newer version:

\n
$ brew cask reinstall mojibar\n
\n

Linux

\n

🚩 Download and drag

\n

Download the latest version for Linux on the releases page (and drag into your apps folder.)

\n

You can use it without install any font, but the not all emoji will work, to get all emoji list you can try these approach:

\n
    \n
  1. Color – Follow these instructions
  2. \n
  3. Black and White – Download this emoji font
  4. \n
\n

Usage

\n

control + shift + space
\nOpen app.

\n

command/control + ,
\nOpen preference (while window is open).

\n

👆/👇/👈/👉
\nNavigate between emojis.

\n

enter
\nCopy emoji unicode char and exit. For example: 💩.

\n

shift + enter
\nCopy emoji code and exit. For example: :poop:.

\n

space
\nNext page.

\n

shift + space
\nPrevious page.

\n

/
\nJump to the search field.

\n

esc
\nExit.

\n

command/control + q
\nQuit Mojibar (while window is open).

\n

Build

\n

🚧

\n
$ git clone https://github.com/muan/mojibar.git\n$ cd mojibar\n$ npm install\n$ npm start\n
\n

Built with

\n\n

❤️

\n
", - "readmeOriginal": "

Mojibar \"Travis \"JS \"Greenkeeper

\n

A menubar app adaptation of Emoji searcher.

\n

\"screenshot\"

\n

Install

\n

OSX

\n

🚩 Download and drag

\n

Download the latest version for Mac on the releases page (and drag into your apps folder.)

\n

🚩 Install using Homebrew Cask

\n
# Make sure homebrew knows about the latest mojibar\n$ brew update && brew upgrade brew-cask\n# Install mojibar\n$ brew cask install mojibar
\n

After installation, find Mojibar in your apps folder or search Mojibar in spotlight. Mojibar will appear in your tray at the top right corner of your screen.

\n

To upgrade mojibar installed from brew-cask to a newer version:

\n
$ brew cask reinstall mojibar\n
\n

Linux

\n

🚩 Download and drag

\n

Download the latest version for Linux on the releases page (and drag into your apps folder.)

\n

You can use it without install any font, but the not all emoji will work, to get all emoji list you can try these approach:

\n
    \n
  1. Color – Follow these instructions
  2. \n
  3. Black and White – Download this emoji font
  4. \n
\n

Usage

\n

control + shift + space
\nOpen app.

\n

command/control + ,
\nOpen preference (while window is open).

\n

👆/👇/👈/👉
\nNavigate between emojis.

\n

enter
\nCopy emoji unicode char and exit. For example: 💩.

\n

shift + enter
\nCopy emoji code and exit. For example: :poop:.

\n

space
\nNext page.

\n

shift + space
\nPrevious page.

\n

/
\nJump to the search field.

\n

esc
\nExit.

\n

command/control + q
\nQuit Mojibar (while window is open).

\n

Build

\n

🚧

\n
$ git clone https://github.com/muan/mojibar.git\n$ cd mojibar\n$ npm install\n$ npm start\n
\n

Built with

\n\n

❤️

\n
", - "readmeFetchedAt": "2020-09-17T12:09:34.184Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.150Z" }, "monerite": { - "readmeCleaned": "

Monerite - Your personal mining software

\n

Ever wish your devices could use their computational power to generate passive income for you? Monerite achieves this purpose by utilizing your system’s CPU to solve cryptographic hashes, generating cryptocurrency that translates to between $5-10 per month, per device. Simply keep the Monerite application open on your computer whenever you’re writing an essay, working on a problem set, watching a movie, or even sleeping. As long as your device is on, Monerite will solve hash functions within your browser and earn money for you.

\n

To log in, simply enter your Venmo username and press the check button. Your account's earnings from mining will be displayed. For every $10 generated, your Venmo account will be credited $8 ($10 minus the 20% operating cost).

\n
", - "readmeOriginal": "

Monerite - Your personal mining software

\n

Ever wish your devices could use their computational power to generate passive income for you? Monerite achieves this purpose by utilizing your system’s CPU to solve cryptographic hashes, generating cryptocurrency that translates to between $5-10 per month, per device. Simply keep the Monerite application open on your computer whenever you’re writing an essay, working on a problem set, watching a movie, or even sleeping. As long as your device is on, Monerite will solve hash functions within your browser and earn money for you.

\n

To log in, simply enter your Venmo username and press the check button. Your account's earnings from mining will be displayed. For every $10 generated, your Venmo account will be credited $8 ($10 minus the 20% operating cost).

\n
", - "readmeFetchedAt": "2020-09-17T12:09:34.266Z" - }, - "mockoon": { - "readmeCleaned": "

\"Mockoon

\n

\"Download \"Website\" \"Newsletter\" \"Twitter\" \"Join

\n

Mockoon is the easiest and quickest way to run mock APIs locally. No remote deployment, no account required, open source.\nIt has been built with Electron and can be used on Windows (exe), Linux (deb, rpm, Appimage and Snap) and MacOS (dmg or brew). You can download it here: mockoon.com

\n

\"screenshot\"

\n

Sponsors

\n

If you like Mockoon, you can support the project with a one-time donation:\n\"Paypal\" \"Buy

\n

You can also sponsor the maintainer (255kb) on GitHub and join all the Sponsors and Backers who helped this project over time!

\n

Features

\n

Mockoon offers many features:

\n
    \n
  • unlimited number of mock local servers and routes
  • \n
  • complete control on routes definition: HTTP methods and statuses, regex paths, file serving, custom headers, etc.
  • \n
  • OpenAPI compatibility
  • \n
  • Record/logs of all entering and forwarded requests
  • \n
  • JSON templating
  • \n
  • proxy forwarding mode
  • \n
  • HTTPS support
  • \n
\n

You can check the complete list on the website.

\n

Download

\n

You can get Mockoon latest release directly from this repository or on the official website. Mockoon is also available through Homebrew brew cask install mockoon, Snap store snap install mockoon, Chocolatey choco install mockoon or AUR yay -S mockoon-bin (or any other AUR helper).

\n

Support/feedback

\n

You can discuss all things related to Mockoon, and ask for help, on the Spectrum community. It's also a good place to discuss bugs and feature requests before opening an issue on this repository.

\n

If community support is not enough and you still want to open an issue for a bug or a new feature, please follow these simple guidelines:

\n
    \n
  • search the opened and closed issues before opening any issue
  • \n
  • try to give detailed instructions in order to reproduce the bug (providing the mock data you used could be useful)
  • \n
  • the purpose of Mockoon is to be simple, fast and easy to use; so keep in mind that some features may not be implemented!
  • \n
\n

Documentation

\n

You will find the documentation on the official website. It covers Mockoon's most complex features. Feel free to contribute or ask for new topics to be covered.

\n

Contributing

\n

If you are interested in contributing to Mockoon, please take a look at the document CONTRIBUTING.

\n

Please also take a look at our Code of Conduct.

\n

Roadmap

\n

If you want to know what will be coming in the next release you can check the milestones and the project "Roadmap".

\n

New releases will be announced on Mockoon's Twitter account @GetMockoon and through the newsletter to which you can subscribe here.

\n
", - "readmeOriginal": "

\"Mockoon

\n

\"Download \"Website\" \"Newsletter\" \"Twitter\" \"Join

\n

Mockoon is the easiest and quickest way to run mock APIs locally. No remote deployment, no account required, open source.\nIt has been built with Electron and can be used on Windows (exe), Linux (deb, rpm, Appimage and Snap) and MacOS (dmg or brew). You can download it here: mockoon.com

\n

\"screenshot\"

\n

Sponsors

\n

If you like Mockoon, you can support the project with a one-time donation:\n\"Paypal\" \"Buy

\n

You can also sponsor the maintainer (255kb) on GitHub and join all the Sponsors and Backers who helped this project over time!

\n

Features

\n

Mockoon offers many features:

\n
    \n
  • unlimited number of mock local servers and routes
  • \n
  • complete control on routes definition: HTTP methods and statuses, regex paths, file serving, custom headers, etc.
  • \n
  • OpenAPI compatibility
  • \n
  • Record/logs of all entering and forwarded requests
  • \n
  • JSON templating
  • \n
  • proxy forwarding mode
  • \n
  • HTTPS support
  • \n
\n

You can check the complete list on the website.

\n

Download

\n

You can get Mockoon latest release directly from this repository or on the official website. Mockoon is also available through Homebrew brew cask install mockoon, Snap store snap install mockoon, Chocolatey choco install mockoon or AUR yay -S mockoon-bin (or any other AUR helper).

\n

Support/feedback

\n

You can discuss all things related to Mockoon, and ask for help, on the Spectrum community. It's also a good place to discuss bugs and feature requests before opening an issue on this repository.

\n

If community support is not enough and you still want to open an issue for a bug or a new feature, please follow these simple guidelines:

\n
    \n
  • search the opened and closed issues before opening any issue
  • \n
  • try to give detailed instructions in order to reproduce the bug (providing the mock data you used could be useful)
  • \n
  • the purpose of Mockoon is to be simple, fast and easy to use; so keep in mind that some features may not be implemented!
  • \n
\n

Documentation

\n

You will find the documentation on the official website. It covers Mockoon's most complex features. Feel free to contribute or ask for new topics to be covered.

\n

Contributing

\n

If you are interested in contributing to Mockoon, please take a look at the document CONTRIBUTING.

\n

Please also take a look at our Code of Conduct.

\n

Roadmap

\n

If you want to know what will be coming in the next release you can check the milestones and the project \"Roadmap\".

\n

New releases will be announced on Mockoon's Twitter account @GetMockoon and through the newsletter to which you can subscribe here.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:34.473Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.164Z" }, - "montenote": { - "readmeCleaned": "

MonteNote

\n

\"MonteNote

\n

MonteNote is a note taking application with a rich set of editing and management features.

\n

Note Page

\n

\"Note

\n

Search Note Content

\n

\"Search

\n

Preview Notes

\n

\"Preview

\n

Responsive Design

\n

\"Responsive

\n

Other Features

\n
    \n
  • Note content gets autosaved
  • \n
  • Add custom tags to notes
  • \n
  • Attach any type of data to a note
  • \n
  • Easily open attachments
  • \n
  • Add and resize images
  • \n
  • A selection of popular web fonts for you to choose
  • \n
  • Rich text editing capabilities\n\"Toolbar\"
  • \n
  • Import note content with ease
  • \n
  • Localized note content
  • \n
  • No 3rd party login requirement for you to access the app (tsk, tsk)
  • \n
\n

Setup

\n

Latest release for Windows x64

\n

Latest release for Debian AMD64

\n

In the Future:

\n
    \n
  • Extend test case coverage
  • \n
  • Export notes to PDF
  • \n
  • Table creation
  • \n
  • Add more keyboard shortcuts
  • \n
  • Package the application for Mac
  • \n
\n

Stack:

\n\n
", - "readmeOriginal": "

MonteNote

\n

\"MonteNote

\n

MonteNote is a note taking application with a rich set of editing and management features.

\n

Note Page

\n

\"Note

\n

Search Note Content

\n

\"Search

\n

Preview Notes

\n

\"Preview

\n

Responsive Design

\n

\"Responsive

\n

Other Features

\n
    \n
  • Note content gets autosaved
  • \n
  • Add custom tags to notes
  • \n
  • Attach any type of data to a note
  • \n
  • Easily open attachments
  • \n
  • Add and resize images
  • \n
  • A selection of popular web fonts for you to choose
  • \n
  • Rich text editing capabilities\n\"Toolbar\"
  • \n
  • Import note content with ease
  • \n
  • Localized note content
  • \n
  • No 3rd party login requirement for you to access the app (tsk, tsk)
  • \n
\n

Setup

\n

Latest release for Windows x64

\n

Latest release for Debian AMD64

\n

In the Future:

\n
    \n
  • Extend test case coverage
  • \n
  • Export notes to PDF
  • \n
  • Table creation
  • \n
  • Add more keyboard shortcuts
  • \n
  • Package the application for Mac
  • \n
\n

Stack:

\n\n
", - "readmeFetchedAt": "2020-09-17T12:09:34.526Z" + "mongoclient": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.170Z" }, "motrix": { - "readmeCleaned": "

Motrix

\n\n \"App\n\n

A full-featured download manager

\n

\"GitHub \"Build/release\" \"Total \"Support

\n

English | 简体中文

\n

Motrix is a full-featured download manager that supports downloading HTTP, FTP, BitTorrent, Magnet, etc.

\n

Motrix has a clean and easy to use interface. I hope you will like it 👻.

\n

✈️ Official Website | 📖 Manual

\n

💽 Installation

\n

Download from GitHub Releases and install it.

\n

Windows

\n

It is recommended to install Motrix using the installation package (Motrix-Setup-x.y.z.exe) to ensure a complete experience, such as associating torrent files, capturing magnet links, etc.

\n

If you prefer the portable version, you can use scoop (need Windows 7+) to install Motrix.

\n
scoop bucket add extras\nscoop install motrix
\n

macOS

\n

The macOS users can install Motrix using brew cask, thanks to PR of Mitscherlich.

\n
brew update && brew cask install motrix
\n

Linux

\n

You can download the AppImage (for all Linux distributions) or snap to install Motrix, see GitHub/release for more Linux installation package formats.

\n

If you want to build from source code, please read the Build section.

\n

AppImage

\n

The latest version of Motrix AppImage requires you to manually perform desktop integration. Please check the documentation of AppImageLauncher .

\n
\n

Desktop Integration\nSince electron-builder 21 desktop integration is not a part of produced AppImage file.\nAppImageLauncher is the recommended way to integrate AppImages.

\n
\n

Deepin 20 Beta users failed to install Motrix, please follow the steps below:

\n

Open the Terminal, paste and run the following command to install Motrix again.

\n
sudo apt --fix-broken install
\n

Snap

\n

Motrix has been listed on Snapcraft , Ubuntu users recommend downloading from the Snap Store.

\n

Tips for v1.5.10

\n

The tray may not display the indicator normally, which makes it inconvenient to exit the application.

\n

Please unchecked Preferences--Basic Settings--Hide App Menu (Windows & Linux Only), click Save & Apply. Then click "Exit" in the File menu to exit the application.

\n

Please update to v1.5.12 and above, you can use the keyboard shortcut Ctrl + q to quickly exit the application.

\n

AUR

\n

For Arch Linux users, Motrix is available in aur, thanks to the maintainer weearc.

\n

Run the following command to install:

\n
yay motrix
\n

Motrix may need to run with sudo for the first time in Linux because there is no permission to create the download session file (/var/cache/aria2.session).

\n

Features

\n
    \n
  • 🕹 Simple and clear user interface
  • \n
  • 🦄 Supports BitTorrent & Magnet
  • \n
  • ☑️ BitTorrent selective download
  • \n
  • 📡 Update tracker list every day automatically
  • \n
  • 🔌 UPnP & NAT-PMP Port Mapping
  • \n
  • 🎛 Up to 10 concurrent download tasks
  • \n
  • 🚀 Supports 64 threads in a single task
  • \n
  • 🚥 Supports speed limit
  • \n
  • 🕶 Mock User-Agent
  • \n
  • 🔔 Download completed Notification
  • \n
  • 💻 Ready for Touch Bar (Mac only)
  • \n
  • 🤖 Resident system tray for quick operation
  • \n
  • 🌑 Dark mode
  • \n
  • 🗑 Delete related files when removing tasks (optional)
  • \n
  • 🌍 I18n, View supported languages.
  • \n
  • 🛠 More features in development
  • \n
\n

🖥 User Interface

\n

\"motrix-screenshot-task-en.png\"

\n

⌨️ Development

\n

Clone Code

\n
git clone git@github.com:agalwood/Motrix.git
\n

Install Dependencies

\n
cd Motrix\nnpm install
\n
\n

Error: Electron failed to install correctly, please delete node_modules/electron and try installing again

\n
\n

Electron failed to install correctly, please refer to https://github.com/electron/electron/issues/8466#issuecomment-571425574

\n

Dev Mode

\n
npm run dev
\n

Build Release

\n
npm run build
\n

After building, the application will be found in the project's release directory.

\n

🛠 Technology Stack

\n\n

☑️ TODO

\n

Development Roadmap see: Trello

\n

🤝 Contribute \"PRs

\n

If you are interested in participating in joint development, PR and Forks are welcome!

\n

🌍 Internationalization

\n

Translations into versions for other languages are welcome 🧐! Please read the translation guide before starting translations.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
KeyNameStatus
bgБългарският език✔️ @null-none
caCatalà✔️ @marcizhu
deDeutsch✔️ @Schloemicher
elΕλληνικά@Likecinema
en-USEnglish✔️
esEspañol✔️ @Chofito
faفارسی✔️ @Nima-Ra
frFrançais✔️ @gpatarin
huHungarian@zalnaRs
idIndonesia✔️ @aarestu
ja日本語✔️ @hbkrkzk
ko한국어✔️ @KOZ39
plPolski@KanarekLife
pt-BRPortuguese (Brazil)✔️ @andrenoberto
ruРусский✔️ @bladeaweb
trTürkçe✔️ @abdullah
ukУкраїнська✔️ @bladeaweb
viTiếng Việt✔️ @duythanhvn
zh-CN简体中文✔️
zh-TW繁體中文✔️ @Yukaii
\n

📜 License

\n

MIT Copyright (c) 2018-present Dr_rOot

\n
", - "readmeOriginal": "

Motrix

\n\n \"App\n\n

A full-featured download manager

\n

\"GitHub \"Build/release\" \"Total \"Support

\n

English | 简体中文

\n

Motrix is a full-featured download manager that supports downloading HTTP, FTP, BitTorrent, Magnet, etc.

\n

Motrix has a clean and easy to use interface. I hope you will like it 👻.

\n

✈️ Official Website | 📖 Manual

\n

💽 Installation

\n

Download from GitHub Releases and install it.

\n

Windows

\n

It is recommended to install Motrix using the installation package (Motrix-Setup-x.y.z.exe) to ensure a complete experience, such as associating torrent files, capturing magnet links, etc.

\n

If you prefer the portable version, you can use scoop (need Windows 7+) to install Motrix.

\n
scoop bucket add extras\nscoop install motrix
\n

macOS

\n

The macOS users can install Motrix using brew cask, thanks to PR of Mitscherlich.

\n
brew update && brew cask install motrix
\n

Linux

\n

You can download the AppImage (for all Linux distributions) or snap to install Motrix, see GitHub/release for more Linux installation package formats.

\n

If you want to build from source code, please read the Build section.

\n

AppImage

\n

The latest version of Motrix AppImage requires you to manually perform desktop integration. Please check the documentation of AppImageLauncher .

\n
\n

Desktop Integration\nSince electron-builder 21 desktop integration is not a part of produced AppImage file.\nAppImageLauncher is the recommended way to integrate AppImages.

\n
\n

Deepin 20 Beta users failed to install Motrix, please follow the steps below:

\n

Open the Terminal, paste and run the following command to install Motrix again.

\n
sudo apt --fix-broken install
\n

Snap

\n

Motrix has been listed on Snapcraft , Ubuntu users recommend downloading from the Snap Store.

\n

Tips for v1.5.10

\n

The tray may not display the indicator normally, which makes it inconvenient to exit the application.

\n

Please unchecked Preferences--Basic Settings--Hide App Menu (Windows & Linux Only), click Save & Apply. Then click \"Exit\" in the File menu to exit the application.

\n

Please update to v1.5.12 and above, you can use the keyboard shortcut Ctrl + q to quickly exit the application.

\n

AUR

\n

For Arch Linux users, Motrix is available in aur, thanks to the maintainer weearc.

\n

Run the following command to install:

\n
yay motrix
\n

Motrix may need to run with sudo for the first time in Linux because there is no permission to create the download session file (/var/cache/aria2.session).

\n

Features

\n
    \n
  • 🕹 Simple and clear user interface
  • \n
  • 🦄 Supports BitTorrent & Magnet
  • \n
  • ☑️ BitTorrent selective download
  • \n
  • 📡 Update tracker list every day automatically
  • \n
  • 🔌 UPnP & NAT-PMP Port Mapping
  • \n
  • 🎛 Up to 10 concurrent download tasks
  • \n
  • 🚀 Supports 64 threads in a single task
  • \n
  • 🚥 Supports speed limit
  • \n
  • 🕶 Mock User-Agent
  • \n
  • 🔔 Download completed Notification
  • \n
  • 💻 Ready for Touch Bar (Mac only)
  • \n
  • 🤖 Resident system tray for quick operation
  • \n
  • 🌑 Dark mode
  • \n
  • 🗑 Delete related files when removing tasks (optional)
  • \n
  • 🌍 I18n, View supported languages.
  • \n
  • 🛠 More features in development
  • \n
\n

🖥 User Interface

\n

\"motrix-screenshot-task-en.png\"

\n

⌨️ Development

\n

Clone Code

\n
git clone git@github.com:agalwood/Motrix.git
\n

Install Dependencies

\n
cd Motrix\nnpm install
\n
\n

Error: Electron failed to install correctly, please delete node_modules/electron and try installing again

\n
\n

Electron failed to install correctly, please refer to https://github.com/electron/electron/issues/8466#issuecomment-571425574

\n

Dev Mode

\n
npm run dev
\n

Build Release

\n
npm run build
\n

After building, the application will be found in the project's release directory.

\n

🛠 Technology Stack

\n\n

☑️ TODO

\n

Development Roadmap see: Trello

\n

🤝 Contribute \"PRs

\n

If you are interested in participating in joint development, PR and Forks are welcome!

\n

🌍 Internationalization

\n

Translations into versions for other languages are welcome 🧐! Please read the translation guide before starting translations.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
KeyNameStatus
bgБългарският език✔️ @null-none
caCatalà✔️ @marcizhu
deDeutsch✔️ @Schloemicher
elΕλληνικά@Likecinema
en-USEnglish✔️
esEspañol✔️ @Chofito
faفارسی✔️ @Nima-Ra
frFrançais✔️ @gpatarin
huHungarian@zalnaRs
idIndonesia✔️ @aarestu
ja日本語✔️ @hbkrkzk
ko한국어✔️ @KOZ39
plPolski@KanarekLife
pt-BRPortuguese (Brazil)✔️ @andrenoberto
ruРусский✔️ @bladeaweb
trTürkçe✔️ @abdullah
ukУкраїнська✔️ @bladeaweb
viTiếng Việt✔️ @duythanhvn
zh-CN简体中文✔️
zh-TW繁體中文✔️ @Yukaii
\n

📜 License

\n

MIT Copyright (c) 2018-present Dr_rOot

\n
", - "readmeFetchedAt": "2020-09-17T12:09:34.605Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.183Z" }, - "movieprint": { - "readmeCleaned": "

\"MoviePrint\"

\n

Website - https://movieprint.org/

\n

A tool which lets you create screenshots of entire movies in an instant.\n

\n
    \n
  • CUSTOMISE LOOK - Set a custom grid, adjust file and frame specific data, margins etc. to create a custom look for your MoviePrints.
  • \n
  • SET IN AND OUT POINTS - Define custom In and Out Points for your MoviePrint if you only want to use a section of the movie.
  • \n
  • INSERT AND MOVE THUMBS - Easily insert thumbs and move them around via drag and drop.
  • \n
  • SELECT FRAMES - Scrub through the movie with ease and select frames for every single thumb individually.
  • \n
  • SAVE THUMBS - Easily save individual thumbs or save all thumbs of a MoviePrint at once.
  • \n
  • BATCH CREATE - Automatically create MoviePrints from all your movies.
  • \n
  • SHOT DETECTION - Scan the movie with a simple shot detection to get more interesting MoviePrints.
  • \n
  • TIMELINE VIEW - Change to timeline view where every thumb is as wide as the shot is long.
  • \n
  • EMBED MOVIEPRINT DATA - Embed the data of the chosen thumbs to reedit your MoviePrint at a later stage.
  • \n
\n

MoviePrint is using openCV as the roadmap includes utilising computer vision algorithms.

\n

Please give feedback

\n

As we are not collecting any data from you, we are dependent on you talking to us. If you have a minute, we would very much appreciate if you tell us

\n
    \n
  • how you found out about MoviePrint
  • \n
  • how you use the software
  • \n
  • what you use MoviePrint images for
  • \n
  • what you like, what you dislike
  • \n
  • and anything else you think we should know to make a better product
  • \n
\n

You can use this form or the Contact us button in the app.

\n

Want to stay updated?

\n

Do you want to be informed when new features are released? Just check Keep me up-to-date in this form or use the Contact us button in the app.\nWe will only ever send you MoviePrint related updates.

\n

Example MoviePrints

\n

Grid view\n\"MoviePrint_v004

\n

Timeline views\n\"MoviePrint_v004\n\"MoviePrint_v004\n\"MoviePrint_v004

\n

How it works

\n

\"MoviePrint_v004\n\"MoviePrint_v004\n\"MoviePrint_v004\n\"MoviePrint_v004\n\"MoviePrint_v004\n\"MoviePrint_v004\n\"MoviePrint_v004\n\"MoviePrint_v004\n\"MoviePrint_v004

\n

Watch explainer

\n

\"MoviePrint_v004\nWatch screencast

\n
\n

Download Mac and Windows releases

\n

https://github.com/fakob/MoviePrint_v004/releases

\n

old version (2014)\nhttp://www.fakob.com/2014/movieprint-an-osx-tool/

\n
\n

MoviePrint_v004 is based on electron-react-boilerplate

\n

For development

\n
    \n
  • The app was tested on Mac OSX and Windows. Running and building it on other platforms might require additional changes to the code. Especially when it comes to linking and packaging the libraries.
  • \n
  • For other details check electron-react-boilerplate documentation
  • \n
\n
Mac setup
\n
    \n
  1. clone the repo via git: git clone --depth=1 https://github.com/fakob/MoviePrint_v004.git MoviePrint_v004
  2. \n
  3. Make sure you have cmake installed brew install cmake
  4. \n
  5. To have ffmpeg support in opencv4nodejs you need to have ffmpeg v3.4.2 and pkg-config installed before opencv4nodejs gets built (ffmpeg v4.x is currently not supported)
  6. \n
  7. Enter the folder cd MoviePrint_v004
  8. \n
  9. Install dependencies with yarn by running the command yarn
  10. \n
\n
Windows setup
\n

These instructions should work, if you run into errors maybe look here and comment.

\n
    \n
  1. git clone --depth=1 https://github.com/fakob/MoviePrint_v004.git MoviePrint_v004
  2. \n
  3. Install CMake (v3.13.2 works), choose "add to PATH" option during installation
  4. \n
  5. Make sure you have yarn (v1.12.3 works) installed
  6. \n
  7. To have ffmpeg support in opencv4nodejs you need to have ffmpeg installed (v3.4.2 works, v4.1 should too)
  8. \n
  9. We'll need opencv4nodejs to work which requires npm install --global windows-build-tools
  10. \n
  11. We need better-sqlite3 to work which additionally requires VC++ 2015.3 v14.00(v140) toolset for desktop\n
      \n
    • Start Visual Studio Installer
    • \n
    • Modify Visual Studio Build Tools 2017
    • \n
    • Click on Individual components
    • \n
    • Tick VC++ 2015.3 v14.00 (v140) toolset for desktop
    • \n
    • Click on Modify/Install
    • \n
    \n
  12. \n
  13. Make sure you have python 2 (not 3) installed (v2.7.15 works), test by running python --version
  14. \n
  15. Run the command yarn (this may take 10+ minutes and may automatically download supporting libraries from Microsoft). If this process errors out, try to debug.
  16. \n
\n

The rest of the instructions are the same for Mac and Windows:

\n
First time
\n
$ yarn includeInDist
\n
Run
\n
$ yarn dev
\n
Packaging
\n

To package the app for your local platform:

\n
$ yarn package
\n

License

\n

MIT © fakob

\n
", - "readmeOriginal": "

\"MoviePrint\"

\n

Website - https://movieprint.org/

\n

A tool which lets you create screenshots of entire movies in an instant.\n

\n
    \n
  • CUSTOMISE LOOK - Set a custom grid, adjust file and frame specific data, margins etc. to create a custom look for your MoviePrints.
  • \n
  • SET IN AND OUT POINTS - Define custom In and Out Points for your MoviePrint if you only want to use a section of the movie.
  • \n
  • INSERT AND MOVE THUMBS - Easily insert thumbs and move them around via drag and drop.
  • \n
  • SELECT FRAMES - Scrub through the movie with ease and select frames for every single thumb individually.
  • \n
  • SAVE THUMBS - Easily save individual thumbs or save all thumbs of a MoviePrint at once.
  • \n
  • BATCH CREATE - Automatically create MoviePrints from all your movies.
  • \n
  • SHOT DETECTION - Scan the movie with a simple shot detection to get more interesting MoviePrints.
  • \n
  • TIMELINE VIEW - Change to timeline view where every thumb is as wide as the shot is long.
  • \n
  • EMBED MOVIEPRINT DATA - Embed the data of the chosen thumbs to reedit your MoviePrint at a later stage.
  • \n
\n

MoviePrint is using openCV as the roadmap includes utilising computer vision algorithms.

\n

Please give feedback

\n

As we are not collecting any data from you, we are dependent on you talking to us. If you have a minute, we would very much appreciate if you tell us

\n
    \n
  • how you found out about MoviePrint
  • \n
  • how you use the software
  • \n
  • what you use MoviePrint images for
  • \n
  • what you like, what you dislike
  • \n
  • and anything else you think we should know to make a better product
  • \n
\n

You can use this form or the Contact us button in the app.

\n

Want to stay updated?

\n

Do you want to be informed when new features are released? Just check Keep me up-to-date in this form or use the Contact us button in the app.\nWe will only ever send you MoviePrint related updates.

\n

Example MoviePrints

\n

Grid view\n\"MoviePrint_v004

\n

Timeline views\n\"MoviePrint_v004\n\"MoviePrint_v004\n\"MoviePrint_v004

\n

How it works

\n

\"MoviePrint_v004\n\"MoviePrint_v004\n\"MoviePrint_v004\n\"MoviePrint_v004\n\"MoviePrint_v004\n\"MoviePrint_v004\n\"MoviePrint_v004\n\"MoviePrint_v004\n\"MoviePrint_v004

\n

Watch explainer

\n

\"MoviePrint_v004\nWatch screencast

\n
\n

Download Mac and Windows releases

\n

https://github.com/fakob/MoviePrint_v004/releases

\n

old version (2014)\nhttp://www.fakob.com/2014/movieprint-an-osx-tool/

\n
\n

MoviePrint_v004 is based on electron-react-boilerplate

\n

For development

\n
    \n
  • The app was tested on Mac OSX and Windows. Running and building it on other platforms might require additional changes to the code. Especially when it comes to linking and packaging the libraries.
  • \n
  • For other details check electron-react-boilerplate documentation
  • \n
\n
Mac setup
\n
    \n
  1. clone the repo via git: git clone --depth=1 https://github.com/fakob/MoviePrint_v004.git MoviePrint_v004
  2. \n
  3. Make sure you have cmake installed brew install cmake
  4. \n
  5. To have ffmpeg support in opencv4nodejs you need to have ffmpeg v3.4.2 and pkg-config installed before opencv4nodejs gets built (ffmpeg v4.x is currently not supported)
  6. \n
  7. Enter the folder cd MoviePrint_v004
  8. \n
  9. Install dependencies with yarn by running the command yarn
  10. \n
\n
Windows setup
\n

These instructions should work, if you run into errors maybe look here and comment.

\n
    \n
  1. git clone --depth=1 https://github.com/fakob/MoviePrint_v004.git MoviePrint_v004
  2. \n
  3. Install CMake (v3.13.2 works), choose \"add to PATH\" option during installation
  4. \n
  5. Make sure you have yarn (v1.12.3 works) installed
  6. \n
  7. To have ffmpeg support in opencv4nodejs you need to have ffmpeg installed (v3.4.2 works, v4.1 should too)
  8. \n
  9. We'll need opencv4nodejs to work which requires npm install --global windows-build-tools
  10. \n
  11. We need better-sqlite3 to work which additionally requires VC++ 2015.3 v14.00(v140) toolset for desktop\n
      \n
    • Start Visual Studio Installer
    • \n
    • Modify Visual Studio Build Tools 2017
    • \n
    • Click on Individual components
    • \n
    • Tick VC++ 2015.3 v14.00 (v140) toolset for desktop
    • \n
    • Click on Modify/Install
    • \n
    \n
  12. \n
  13. Make sure you have python 2 (not 3) installed (v2.7.15 works), test by running python --version
  14. \n
  15. Run the command yarn (this may take 10+ minutes and may automatically download supporting libraries from Microsoft). If this process errors out, try to debug.
  16. \n
\n

The rest of the instructions are the same for Mac and Windows:

\n
First time
\n
$ yarn includeInDist
\n
Run
\n
$ yarn dev
\n
Packaging
\n

To package the app for your local platform:

\n
$ yarn package
\n

License

\n

MIT © fakob

\n
", - "readmeFetchedAt": "2020-09-17T12:09:35.065Z" + "montenote": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.184Z" }, "move-more": { - "readmeCleaned": "

\"Sit

\n

Sit Healthy

\n

Sit Healthy is a lightweight desktop app that runs in the background.

\n
    \n
  • Smart reminders notify you when it's time to get up and move from your desk.
  • \n
  • Quick tips inform you of useful ways to improve your sitting health.
  • \n
  • The app is constantly being updated with new content.
  • \n
  • A serious solution to a serious problem.
  • \n
\n
\n

"Today, our bodies are breaking down from obesity, high blood pressure, diabetes, cancer, depression and the cascade of health ills and everyday malaise that come from what scientists have named sitting disease." - Dr. James Levine

\n
\n

Screenshots

\n

\"Sit\n\"Sit\n\"Sit\n\"Sit

\n
", - "readmeOriginal": "

\"Sit

\n

Sit Healthy

\n

Sit Healthy is a lightweight desktop app that runs in the background.

\n
    \n
  • Smart reminders notify you when it's time to get up and move from your desk.
  • \n
  • Quick tips inform you of useful ways to improve your sitting health.
  • \n
  • The app is constantly being updated with new content.
  • \n
  • A serious solution to a serious problem.
  • \n
\n
\n

\"Today, our bodies are breaking down from obesity, high blood pressure, diabetes, cancer, depression and the cascade of health ills and everyday malaise that come from what scientists have named sitting disease.\" - Dr. James Levine

\n
\n

Screenshots

\n

\"Sit\n\"Sit\n\"Sit\n\"Sit

\n
", - "readmeFetchedAt": "2020-09-17T12:09:35.166Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.211Z" }, - "multiple-file-manager": { - "readmeCleaned": "
\n

Multiple File Manager

\n

application made with electron to modify all of your file in a specified folder
\n\"Gitter\n\"Build\n\"devDependencies\n\"dependencies\n\"version\"

\n
\n

Download

\n

You can check the latest version to release page

\n

How it Work

\n

You can find the explanation for every function in multiple file manager from this wiki page

\n

Contribution

\n

Do you find an error or have feature request? then let's check this repository issues

\n

License

\n

this project is developed under MIT License

\n
", - "readmeOriginal": "
\n

Multiple File Manager

\n

application made with electron to modify all of your file in a specified folder
\n\"Gitter\n\"Build\n\"devDependencies\n\"dependencies\n\"version\"

\n
\n

Download

\n

You can check the latest version to release page

\n

How it Work

\n

You can find the explanation for every function in multiple file manager from this wiki page

\n

Contribution

\n

Do you find an error or have feature request? then let's check this repository issues

\n

License

\n

this project is developed under MIT License

\n
", - "readmeFetchedAt": "2020-09-17T12:09:35.284Z" + "movieprint": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.212Z" }, - "mongoclient": { - "readmeCleaned": "

Nosqlclient (Formerly Mongoclient), MongoDB Management Tool

\n

Cross-platform and self hosted, easy to use, MongoDB 4.0+ support and more features!

\n
\n

Currently only DOCKER builds are supported, desktop distributions will be removed in the next version.

\n
\n

\"Build\n\"Codacy\n\"Code\n\"GitHub\n\"Docker\n\"AGPLv3

\n

\"Nosqlclient\"

\n

Chat

\n

Join us on Slack, feel free to request to join our private #development channel if you're planning to contribute.

\n

Demo

\n

Try Demo Application

\n

Documentation

\n

All documentation can be found in https://www.nosqlclient.com/docs

\n

Docker

\n

docker pull mongoclient/mongoclient

\n

To install latest stable release:

\n

docker pull mongoclient/mongoclient:4.0.0

\n

Then you can run it as a daemon:

\n

docker run -d -p 3000:3000 mongoclient/mongoclient

\n

To set an external mongodb which is required for meteor to work, you can set MONGO_URL environment variable. Otherwise nosqlclient will install mongodb to container and use it.

\n

To persist your connections and settings simply bind /data/db directory to your local machine as below.

\n

docker run -d -p 3000:3000 -v <your_path>:/data/db mongoclient/mongoclient

\n

History

\n

Please check history file for version information.

\n

License

\n

Nosqlclient is licensed under MIT for prior version 2.0.0, but for 2.0.0 and higher versions are licensed under AGPLv3.

\n

We use JetBrains products to develop Nosqlclient !

\n

\"www.jetbrains.com\"

\n
", - "readmeOriginal": "

Nosqlclient (Formerly Mongoclient), MongoDB Management Tool

\n

Cross-platform and self hosted, easy to use, MongoDB 4.0+ support and more features!

\n
\n

Currently only DOCKER builds are supported, desktop distributions will be removed in the next version.

\n
\n

\"Build\n\"Codacy\n\"Code\n\"GitHub\n\"Docker\n\"AGPLv3

\n

\"Nosqlclient\"

\n

Chat

\n

Join us on Slack, feel free to request to join our private #development channel if you're planning to contribute.

\n

Demo

\n

Try Demo Application

\n

Documentation

\n

All documentation can be found in https://www.nosqlclient.com/docs

\n

Docker

\n

docker pull mongoclient/mongoclient

\n

To install latest stable release:

\n

docker pull mongoclient/mongoclient:4.0.0

\n

Then you can run it as a daemon:

\n

docker run -d -p 3000:3000 mongoclient/mongoclient

\n

To set an external mongodb which is required for meteor to work, you can set MONGO_URL environment variable. Otherwise nosqlclient will install mongodb to container and use it.

\n

To persist your connections and settings simply bind /data/db directory to your local machine as below.

\n

docker run -d -p 3000:3000 -v <your_path>:/data/db mongoclient/mongoclient

\n

History

\n

Please check history file for version information.

\n

License

\n

Nosqlclient is licensed under MIT for prior version 2.0.0, but for 2.0.0 and higher versions are licensed under AGPLv3.

\n

We use JetBrains products to develop Nosqlclient !

\n

\"www.jetbrains.com\"

\n
", - "readmeFetchedAt": "2020-09-17T12:09:35.287Z" + "mr-noplay": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.229Z" }, "mstream": { - "readmeCleaned": "

mStream

\n

Check Out The Demo!

\n

mStream is a personal music streaming server. You can use mStream to stream your music from your home computer to any device, anywhere.

\n

Server Features

\n
    \n
  • Works Cross Platform. Tested on Windows, OSX, Ubuntu, Arch, and Raspbian
  • \n
  • Light on memory and CPU
  • \n
  • Tested on multi-terabyte libraries
  • \n
  • Runs on ARM board like the Raspberry Pi
  • \n
\n

WebApp Features

\n
    \n
  • Gapless Playback
  • \n
  • Milkdrop Visualizer
  • \n
  • Playlist Sharing
  • \n
  • Upload Files through the file explorer
  • \n
  • AutoDJ - Queues up random songs
  • \n
\n

Mobile App Features

\n
    \n
  • Available on Google Play
  • \n
  • Easily syncs music to your phone for offline playback
  • \n
  • Multi server support
  • \n
  • Coming soon to iOS
  • \n
\n

\"mStream

\n

Install mStream Binaries for Win/OSX/Linux

\n

Download the latest versions from our release page

\n

This is the easiest way to install mStream:

\n
    \n
  • Has no dependencies
  • \n
  • Auto boots server on startup
  • \n
  • Comes with GUI tools for server configuration and management
  • \n
\n

Install mStream with Docker

\n

LinuxServer.io have produced a multiarch Alpine container for mStream for x86-64, arm64 & armhf which is rebuilt automatically with any base image package updates or new releases of mStream and features persistent database and album images, and the possibility of advanced usage by editing config.json directly.

\n

Simply pulling linuxserver/mstream should retrieve the correct image for your arch, but you can also pull specific arch images or mStream releases via tags.

\n

See the readme for details on how to get up and running using docker or docker compose on either:

\n\n

Install mStream From The Command Line

\n

If you just want the core part of mStream without all the UI tools, you can install mStream from the NPM or Git repositories.

\n
# Install From Git\ngit clone https://github.com/IrosTheBeggar/mStream.git\ncd mStream\nnpm install\nsudo npm link \n\n# To update mStream just pull from git and reboot the server\ngit pull
\n

You can also install mStream through npm with npm install -g mstream. This is not recommended since some OSes (like Ubuntu) require sudo to do this.

\n

Configuring and Booting

\n

mStream can be configured with a JSON file that is loaded on boot. You can use the built in wizard to manage this file or read the docs on how to edit it by hand.

\n
# Brings up an interactive shell program to edit all things in the config\nmstream --wizard /path/to/config.json\n\n# Boot mStream with the config file\nmstream -j /path/to/config.json
\n

Quick Test Configurations

\n

Command line flags can be used to test different mStream configurations

\n
# the login system will be disabled if these values are not set\nmstream -u username -x password\n# set music directory\nmstream -m /path/to/music
\n

Federation

\n

mStream now supports Federation. Powered by SyncThing.

\n

Federation lets you share directories with other mStream servers. To federate a directory from a another server, you just need an invite token from that server. To generate an invite you have two options:

\n

Public Invitation - A public invite token can be used by any device (before it expires). Your mStream server needs to be available on a public domain name during the invitation process.

\n

Private Invitation - Every mStream server comes with a Federation ID. You can generate a private invite if you have the Federation ID of the server you want to invite. This method does not require your server to be publicly available.

\n

The Federation process one-way. If you invite someone else, changes they make on their server will not be pushed to your server. But changes you make will be pushed to to all servers you have invited.

\n

To use Federation you need to boot mStream with a config file. This is because the Federation process will modify this file to manage directories and permissions. You just need to add the following to the config file:

\n
federation: {\n    "folder": "/Users/username/federation"\n}\n
\n

Without this, Federation will be disabled.

\n

Technical Details

\n
    \n
  • \n

    Dependencies: NodeJS v10 or greater

    \n
  • \n
  • \n

    Supported File Formats: flac, mp3, mp4, wav, ogg, opus, aac, m4a

    \n
  • \n
\n

Contributing

\n

Interested in getting in contact? Check out our Discord channel

\n

The Docs

\n

All the details about mStream are available in the docs folder

\n

Credits

\n

mStream is built on top some great open-source libraries:

\n
    \n
  • music-metadata - The best metadata parser for NodeJS
  • \n
  • LokiJS - A native, in-memory, database written in JavaScript. LokiJS is the reason mStream is so fast and easy to install
  • \n
  • Audioplayers - Cross platform audio library for Android and iOS that powers the mobile apps
  • \n
  • Howler - An audio library that powers the WebApp
  • \n
  • Butterchurn - A clone of Milkdrop Visualizer written in JavaScript
  • \n
  • WebAmp - A WinAmp clone that works in the browser
  • \n
\n

And thanks to the LinuxServer.io group for maintaining the Docker image!

\n
", - "readmeOriginal": "

mStream

\n

Check Out The Demo!

\n

mStream is a personal music streaming server. You can use mStream to stream your music from your home computer to any device, anywhere.

\n

Server Features

\n
    \n
  • Works Cross Platform. Tested on Windows, OSX, Ubuntu, Arch, and Raspbian
  • \n
  • Light on memory and CPU
  • \n
  • Tested on multi-terabyte libraries
  • \n
  • Runs on ARM board like the Raspberry Pi
  • \n
\n

WebApp Features

\n
    \n
  • Gapless Playback
  • \n
  • Milkdrop Visualizer
  • \n
  • Playlist Sharing
  • \n
  • Upload Files through the file explorer
  • \n
  • AutoDJ - Queues up random songs
  • \n
\n

Mobile App Features

\n
    \n
  • Available on Google Play
  • \n
  • Easily syncs music to your phone for offline playback
  • \n
  • Multi server support
  • \n
  • Coming soon to iOS
  • \n
\n

\"mStream

\n

Install mStream Binaries for Win/OSX/Linux

\n

Download the latest versions from our release page

\n

This is the easiest way to install mStream:

\n
    \n
  • Has no dependencies
  • \n
  • Auto boots server on startup
  • \n
  • Comes with GUI tools for server configuration and management
  • \n
\n

Install mStream with Docker

\n

LinuxServer.io have produced a multiarch Alpine container for mStream for x86-64, arm64 & armhf which is rebuilt automatically with any base image package updates or new releases of mStream and features persistent database and album images, and the possibility of advanced usage by editing config.json directly.

\n

Simply pulling linuxserver/mstream should retrieve the correct image for your arch, but you can also pull specific arch images or mStream releases via tags.

\n

See the readme for details on how to get up and running using docker or docker compose on either:

\n\n

Install mStream From The Command Line

\n

If you just want the core part of mStream without all the UI tools, you can install mStream from the NPM or Git repositories.

\n
# Install From Git\ngit clone https://github.com/IrosTheBeggar/mStream.git\ncd mStream\nnpm install\nsudo npm link \n\n# To update mStream just pull from git and reboot the server\ngit pull
\n

You can also install mStream through npm with npm install -g mstream. This is not recommended since some OSes (like Ubuntu) require sudo to do this.

\n

Configuring and Booting

\n

mStream can be configured with a JSON file that is loaded on boot. You can use the built in wizard to manage this file or read the docs on how to edit it by hand.

\n
# Brings up an interactive shell program to edit all things in the config\nmstream --wizard /path/to/config.json\n\n# Boot mStream with the config file\nmstream -j /path/to/config.json
\n

Quick Test Configurations

\n

Command line flags can be used to test different mStream configurations

\n
# the login system will be disabled if these values are not set\nmstream -u username -x password\n# set music directory\nmstream -m /path/to/music
\n

Federation

\n

mStream now supports Federation. Powered by SyncThing.

\n

Federation lets you share directories with other mStream servers. To federate a directory from a another server, you just need an invite token from that server. To generate an invite you have two options:

\n

Public Invitation - A public invite token can be used by any device (before it expires). Your mStream server needs to be available on a public domain name during the invitation process.

\n

Private Invitation - Every mStream server comes with a Federation ID. You can generate a private invite if you have the Federation ID of the server you want to invite. This method does not require your server to be publicly available.

\n

The Federation process one-way. If you invite someone else, changes they make on their server will not be pushed to your server. But changes you make will be pushed to to all servers you have invited.

\n

To use Federation you need to boot mStream with a config file. This is because the Federation process will modify this file to manage directories and permissions. You just need to add the following to the config file:

\n
federation: {\n    \"folder\": \"/Users/username/federation\"\n}\n
\n

Without this, Federation will be disabled.

\n

Technical Details

\n
    \n
  • \n

    Dependencies: NodeJS v10 or greater

    \n
  • \n
  • \n

    Supported File Formats: flac, mp3, mp4, wav, ogg, opus, aac, m4a

    \n
  • \n
\n

Contributing

\n

Interested in getting in contact? Check out our Discord channel

\n

The Docs

\n

All the details about mStream are available in the docs folder

\n

Credits

\n

mStream is built on top some great open-source libraries:

\n
    \n
  • music-metadata - The best metadata parser for NodeJS
  • \n
  • LokiJS - A native, in-memory, database written in JavaScript. LokiJS is the reason mStream is so fast and easy to install
  • \n
  • Audioplayers - Cross platform audio library for Android and iOS that powers the mobile apps
  • \n
  • Howler - An audio library that powers the WebApp
  • \n
  • Butterchurn - A clone of Milkdrop Visualizer written in JavaScript
  • \n
  • WebAmp - A WinAmp clone that works in the browser
  • \n
\n

And thanks to the LinuxServer.io group for maintaining the Docker image!

\n
", - "readmeFetchedAt": "2020-09-17T12:09:35.292Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.244Z" + }, + "multiple-file-manager": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.259Z" }, "multrin": { - "readmeCleaned": "

\n \n

\n
\n

Multrin

\n

\"Travis\"\n\"Downloads\"\n\"FOSSA\n\"PayPal\"\n\"Discord\"

\n

Multrin is a cross-platform app built on Electron that lets you to organize apps in tabs by simply dropping them onto Multrin. It aims to greatly improve your productivity and organization.

\n
\n
\n

NOTE: Multrin works currently only on Windows and macOS. Support for Linux coming soon.

\n
\n

Features

\n
    \n
  • Dark theme
  • \n
  • Ctrl+Tab keyboard shortcut to change selected tab
  • \n
\n

Screenshots

\n

\"gif\"

\n

\"image\"

\n

Roadmap

\n

Components

\n

Multrin has some very important components:

\n\n

Contributing

\n

If you have found any bugs or just want to see some new features in Multrin, feel free to open an issue. I'm open to any suggestions and bug reports would be really helpful for me and appreciated very much. Multrin is in heavy development and some bugs may occur. Also, please don't hesitate to open a pull request. This is really important to me and for the further development of this project.

\n

Running

\n

Before running Multrin in development mode, please ensure you have Node.js installed on your machine.

\n

When running on Windows, make sure you have build tools installed. You can install them by running as administrator:

\n
$ npm i -g windows-build-tools
\n

Firstly, run this command to install all needed dependencies. If you have encountered any problems, please report it. I will try to help as much as I can.

\n
$ npm i
\n

Now the native modules need to be rebuilt with Electron's headers. To do that, please run:

\n
$ npm run rebuild
\n

The given command below will run Multrin in the development mode.

\n
$ npm run dev
\n

And in other terminal:

\n
$ npm start
\n

Sponsors

\n

\"Sponsors\"

\n

Backers

\n

\"Backers\"

\n\n \n\n

License

\n

\"FOSSA

\n
", - "readmeOriginal": "

\n \n

\n
\n

Multrin

\n

\"Travis\"\n\"Downloads\"\n\"FOSSA\n\"PayPal\"\n\"Discord\"

\n

Multrin is a cross-platform app built on Electron that lets you to organize apps in tabs by simply dropping them onto Multrin. It aims to greatly improve your productivity and organization.

\n
\n
\n

NOTE: Multrin works currently only on Windows and macOS. Support for Linux coming soon.

\n
\n

Features

\n
    \n
  • Dark theme
  • \n
  • Ctrl+Tab keyboard shortcut to change selected tab
  • \n
\n

Screenshots

\n

\"gif\"

\n

\"image\"

\n

Roadmap

\n

Components

\n

Multrin has some very important components:

\n\n

Contributing

\n

If you have found any bugs or just want to see some new features in Multrin, feel free to open an issue. I'm open to any suggestions and bug reports would be really helpful for me and appreciated very much. Multrin is in heavy development and some bugs may occur. Also, please don't hesitate to open a pull request. This is really important to me and for the further development of this project.

\n

Running

\n

Before running Multrin in development mode, please ensure you have Node.js installed on your machine.

\n

When running on Windows, make sure you have build tools installed. You can install them by running as administrator:

\n
$ npm i -g windows-build-tools
\n

Firstly, run this command to install all needed dependencies. If you have encountered any problems, please report it. I will try to help as much as I can.

\n
$ npm i
\n

Now the native modules need to be rebuilt with Electron's headers. To do that, please run:

\n
$ npm run rebuild
\n

The given command below will run Multrin in the development mode.

\n
$ npm run dev
\n

And in other terminal:

\n
$ npm start
\n

Sponsors

\n

\"Sponsors\"

\n

Backers

\n

\"Backers\"

\n\n \n\n

License

\n

\"FOSSA

\n
", - "readmeFetchedAt": "2020-09-17T12:09:35.320Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.260Z" }, "muno": { - "readmeCleaned": "

MUNO-release

\n

MUNO official releases

\n
", - "readmeOriginal": "

MUNO-release

\n

MUNO official releases

\n
", - "readmeFetchedAt": "2020-09-17T12:09:35.582Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.272Z" }, "museeks": { - "readmeCleaned": "

Museeks

\n

\"Build\n\"Dependencies\"\n\"Github

\n

A simple, clean and cross-platform music player. (museeks.io)

\n

\"Screenshot\"

\n

Features

\n

Museeks aims to be a simple and easy to use music player with a clean UI. You will not find tons of features, as its goals is not to compete with more complete and more famous music players. Here is a little preview though:

\n
    \n
  • 💻 Cross-platform music player (Linux, macOS and Windows)
  • \n
  • 🎧 Supported formats: mp3, mp4, m4a/aac, flac, wav, ogg, 3gpp
  • \n
  • Clean and polished
  • \n
  • 🌟 Playlists
  • \n
  • 🎼 Queue management
  • \n
  • Shuffle, loop
  • \n
  • 🌄 Covers support
  • \n
  • 🤓 Dark theme
  • \n
  • 🚤 Playback speed control
  • \n
  • 😴 Sleep mode blocker
  • \n
  • 🔊 Minimize to tray
  • \n
  • 🔄 .m3u import/export
  • \n
\n

Want more? Open a new issue or 👍 an existing one so we can talk about it.

\n

Releases notes

\n

Over here!

\n

Installation

\n

Classic

\n

Builds and installers can be found on this page.

\n

Build (advanced)

\n

Museeks is built upon:

\n\n

Requirements:

\n
    \n
  • node > 10
  • \n
  • npm > 6
  • \n
\n

Please consider that master is unstable.

\n
    \n
  • git clone git@github.com:martpie/museeks.git
  • \n
  • cd museeks
  • \n
  • npm ci
  • \n
  • npm run modules:rebuild
  • \n
  • npm run build or npm run dev
  • \n
  • npm run museeks or npm run museeks:debug
  • \n
\n

Package (advanced)

\n
    \n
  • rm -rf node_modules dist build
  • \n
  • npm ci
  • \n
  • npm run modules:rebuild
  • \n
  • npm run build
  • \n
  • npm run package:lmw
  • \n
\n

Troubleshooting

\n

Museeks is currently in development. This implies some things can break after an update (database schemes changes, config...).

\n

If you encounter freezes or crashes when using the app, you can reset Museeks by following these steps:

\n
    \n
  • Go to the Museeks folder directory\n
      \n
    • Windows: %AppData%\\museeks
    • \n
    • OSX: ~/Library/Application Support/museeks
    • \n
    • Linux: ~/.config/museeks/ or $XDG_CONFIG_HOME/museeks
    • \n
    \n
  • \n
  • Delete:\n
      \n
    • IndexedDB folder
    • \n
    • config.json file
    • \n
    \n
  • \n
  • Restart Museeks
  • \n
\n

If you still get problems after that, please open an issue :)

\n

Bug report

\n

If you want to report a bug, first, thanks a lot, that helps us a lot. Please open an issue and mention your OS, your Museeks version, and how to reproduce it. Adding a screen of the console (Menu -> View -> Toggle Developer Tools) is a big help too.

\n

Contribute

\n
    \n
  • Fork and clone
  • \n
  • Master may be unstable, checkout to a tag to have a stable state of the app
  • \n
  • npm install && npm run dev then run in a separate terminal npm run museeks:debug
  • \n
  • npm run dev will watch for file changes using Webpack which will recompile JSX and CSS files.
  • \n
\n

Please respect a few rules:

\n
    \n
  • Before making complex stuff, don't hesitate to open an issue first to discuss about it ;)
  • \n
  • Make the code readable and comment if needed
  • \n
  • Make sure your build pass
  • \n
\n

Then open a PR :)

\n
", - "readmeOriginal": "

Museeks

\n

\"Build\n\"Dependencies\"\n\"Github

\n

A simple, clean and cross-platform music player. (museeks.io)

\n

\"Screenshot\"

\n

Features

\n

Museeks aims to be a simple and easy to use music player with a clean UI. You will not find tons of features, as its goals is not to compete with more complete and more famous music players. Here is a little preview though:

\n
    \n
  • 💻 Cross-platform music player (Linux, macOS and Windows)
  • \n
  • 🎧 Supported formats: mp3, mp4, m4a/aac, flac, wav, ogg, 3gpp
  • \n
  • Clean and polished
  • \n
  • 🌟 Playlists
  • \n
  • 🎼 Queue management
  • \n
  • Shuffle, loop
  • \n
  • 🌄 Covers support
  • \n
  • 🤓 Dark theme
  • \n
  • 🚤 Playback speed control
  • \n
  • 😴 Sleep mode blocker
  • \n
  • 🔊 Minimize to tray
  • \n
  • 🔄 .m3u import/export
  • \n
\n

Want more? Open a new issue or 👍 an existing one so we can talk about it.

\n

Releases notes

\n

Over here!

\n

Installation

\n

Classic

\n

Builds and installers can be found on this page.

\n

Build (advanced)

\n

Museeks is built upon:

\n\n

Requirements:

\n
    \n
  • node > 10
  • \n
  • npm > 6
  • \n
\n

Please consider that master is unstable.

\n
    \n
  • git clone git@github.com:martpie/museeks.git
  • \n
  • cd museeks
  • \n
  • npm ci
  • \n
  • npm run modules:rebuild
  • \n
  • npm run build or npm run dev
  • \n
  • npm run museeks or npm run museeks:debug
  • \n
\n

Package (advanced)

\n
    \n
  • rm -rf node_modules dist build
  • \n
  • npm ci
  • \n
  • npm run modules:rebuild
  • \n
  • npm run build
  • \n
  • npm run package:lmw
  • \n
\n

Troubleshooting

\n

Museeks is currently in development. This implies some things can break after an update (database schemes changes, config...).

\n

If you encounter freezes or crashes when using the app, you can reset Museeks by following these steps:

\n
    \n
  • Go to the Museeks folder directory\n
      \n
    • Windows: %AppData%\\museeks
    • \n
    • OSX: ~/Library/Application Support/museeks
    • \n
    • Linux: ~/.config/museeks/ or $XDG_CONFIG_HOME/museeks
    • \n
    \n
  • \n
  • Delete:\n
      \n
    • IndexedDB folder
    • \n
    • config.json file
    • \n
    \n
  • \n
  • Restart Museeks
  • \n
\n

If you still get problems after that, please open an issue :)

\n

Bug report

\n

If you want to report a bug, first, thanks a lot, that helps us a lot. Please open an issue and mention your OS, your Museeks version, and how to reproduce it. Adding a screen of the console (Menu -> View -> Toggle Developer Tools) is a big help too.

\n

Contribute

\n
    \n
  • Fork and clone
  • \n
  • Master may be unstable, checkout to a tag to have a stable state of the app
  • \n
  • npm install && npm run dev then run in a separate terminal npm run museeks:debug
  • \n
  • npm run dev will watch for file changes using Webpack which will recompile JSX and CSS files.
  • \n
\n

Please respect a few rules:

\n
    \n
  • Before making complex stuff, don't hesitate to open an issue first to discuss about it ;)
  • \n
  • Make the code readable and comment if needed
  • \n
  • Make sure your build pass
  • \n
\n

Then open a PR :)

\n
", - "readmeFetchedAt": "2020-09-17T12:09:35.620Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.297Z" }, "music-kitten": { - "readmeCleaned": "

\"Music

\n

\"Travis\n\"node.js\n\"node.js\n\"Codacy\n\"License\"

\n

Music Kitten, or simply Kitten, is an Electron application that plays audio\ntracks when CS:GO gives it certain cues. Essentially, this allows you to\ncreate and use your own music kits.

\n

Getting Started

\n

Download the latest stable release\nhere.

\n

To run Music Kitten from source, you'll need node. If you've never\nconfigured node before, I recommend using\nnvm on Linux and Mac OS,\nor nvm for Windows.

\n

Once you have node and npm ready to go, cd to where Kitten was cloned. Next, I\nsuggest that you delete the package-lock.json file since it can cause problems.\nThen run npm install and npm start and you'll be running Kitten.

\n

To build Kitten for your target platform, do npm run dist.

\n

How to use

\n

The first thing Kitten is going to do is request a directory to look in for\nmusic kits. Kitten's configuration file is also stored here. Create/select a\ndedicated folder for Kitten to use.

\n

If you'd like to use a different port than the default, change the value in the\ntextbox, click save, and restart Kitten.

\n

If CS:GO was already open before you started the setup process, you may need to\nrestart it.

\n

Remember to mute in-game music if you haven't done so.

\n

Lastly, you need music kits. A music kit is a collection of audio files grouped\nin a directory in the Kitten save folder. Basically, inside the folder you\npicked at the beginning, you're going to have a folder for each music kit you\nhave. If you don't have any music kits, Kitten will offer to download the\nsample music kit. Otherwise, you can\ndownload one from musickitten.net or make\nyour own. Which brings us to...

\n

Creating kits

\n

First thing is making a folder for the kit. Create a directory in the Kitten\nfolder you chose to use and call it whatever you want the kit to be called.\nInside, you'll need to have these audio files:

\n
    \n
  1. mainmenu
  2. \n
\n
    \n
  • mainmenu plays and loops at the mainmenu. Should be long enough to not drive\npeople crazy since it loops.
  • \n
\n
    \n
  1. startround_01 - startround_03
  2. \n
\n
    \n
  • startround_0X starts playing in the frozen phase of a new round and loops\nuntil the round starts. These should be short, around 8 seconds (or shorter).\nThere are three variants from which Kitten selects randomly.
  • \n
\n
    \n
  1. startaction_01 - startaction_03
  2. \n
\n
    \n
  • startaction_0X plays as soon as the startround track ends and the round has\nalready started. In other words, startround_0X should seamlessly transition\ninto startaction_0X. This track fades out automatically. Make it at least 10\nseconds.
  • \n
\n
    \n
  1. bombplanted
  2. \n
\n
    \n
  • bombplanted plays when the bomb gets planted. It plays and loops (if necessary) for\n30 seconds. The delay before it starts is due to CS:GO taking it's time\nnotifying Kitten. The delay varies from time to time.
  • \n
\n
    \n
  1. bombtenseccount
  2. \n
\n
    \n
  • bombtenseccount plays and loops (if necessary) 30 seconds after bombplanted\nstarted playing. If bombplanted was late, this will be too.
  • \n
\n
    \n
  1. wonround
  2. \n
\n
    \n
  • Plays (and loops) when you win. Anything over 20 seconds is excessive.
  • \n
\n
    \n
  1. lostround
  2. \n
\n
    \n
  • Plays (and loops) when you lose. Anything over 20 seconds is excessive.
  • \n
\n
    \n
  1. roundmvpanthem_01
  2. \n
\n
    \n
  • roundmvpanthem_01 plays (and loops) when you're the MVP*.\nAnything over 20 seconds is excessive. Despite the naming convention,\nthere's only one MVP anthem. The name was chosen to align with the naming\nscheme already in place for real music kits.
  • \n
\n

*Due to how CS:GO sends information, this won't play if you're dead and\nspectating another player. in that case, it'll just play wonround.

\n
\n

You can use any file type that Chrome's audio player can play. I'd recommend\nanything that supports gapless playback (like FLAC). Filenames are CASE\nSENSITIVE

\n

Optionally, you can add a cover.jpeg to the music kit's folder. This is\ndisplayed in Kitten when the kit is selected.

\n

Take a look at the sample music kit for an example of what a music kit could\nlook like:\nBig Croint Music Kit

\n
", - "readmeOriginal": "

\"Music

\n

\"Travis\n\"node.js\n\"node.js\n\"Codacy\n\"License\"

\n

Music Kitten, or simply Kitten, is an Electron application that plays audio\ntracks when CS:GO gives it certain cues. Essentially, this allows you to\ncreate and use your own music kits.

\n

Getting Started

\n

Download the latest stable release\nhere.

\n

To run Music Kitten from source, you'll need node. If you've never\nconfigured node before, I recommend using\nnvm on Linux and Mac OS,\nor nvm for Windows.

\n

Once you have node and npm ready to go, cd to where Kitten was cloned. Next, I\nsuggest that you delete the package-lock.json file since it can cause problems.\nThen run npm install and npm start and you'll be running Kitten.

\n

To build Kitten for your target platform, do npm run dist.

\n

How to use

\n

The first thing Kitten is going to do is request a directory to look in for\nmusic kits. Kitten's configuration file is also stored here. Create/select a\ndedicated folder for Kitten to use.

\n

If you'd like to use a different port than the default, change the value in the\ntextbox, click save, and restart Kitten.

\n

If CS:GO was already open before you started the setup process, you may need to\nrestart it.

\n

Remember to mute in-game music if you haven't done so.

\n

Lastly, you need music kits. A music kit is a collection of audio files grouped\nin a directory in the Kitten save folder. Basically, inside the folder you\npicked at the beginning, you're going to have a folder for each music kit you\nhave. If you don't have any music kits, Kitten will offer to download the\nsample music kit. Otherwise, you can\ndownload one from musickitten.net or make\nyour own. Which brings us to...

\n

Creating kits

\n

First thing is making a folder for the kit. Create a directory in the Kitten\nfolder you chose to use and call it whatever you want the kit to be called.\nInside, you'll need to have these audio files:

\n
    \n
  1. mainmenu
  2. \n
\n
    \n
  • mainmenu plays and loops at the mainmenu. Should be long enough to not drive\npeople crazy since it loops.
  • \n
\n
    \n
  1. startround_01 - startround_03
  2. \n
\n
    \n
  • startround_0X starts playing in the frozen phase of a new round and loops\nuntil the round starts. These should be short, around 8 seconds (or shorter).\nThere are three variants from which Kitten selects randomly.
  • \n
\n
    \n
  1. startaction_01 - startaction_03
  2. \n
\n
    \n
  • startaction_0X plays as soon as the startround track ends and the round has\nalready started. In other words, startround_0X should seamlessly transition\ninto startaction_0X. This track fades out automatically. Make it at least 10\nseconds.
  • \n
\n
    \n
  1. bombplanted
  2. \n
\n
    \n
  • bombplanted plays when the bomb gets planted. It plays and loops (if necessary) for\n30 seconds. The delay before it starts is due to CS:GO taking it's time\nnotifying Kitten. The delay varies from time to time.
  • \n
\n
    \n
  1. bombtenseccount
  2. \n
\n
    \n
  • bombtenseccount plays and loops (if necessary) 30 seconds after bombplanted\nstarted playing. If bombplanted was late, this will be too.
  • \n
\n
    \n
  1. wonround
  2. \n
\n
    \n
  • Plays (and loops) when you win. Anything over 20 seconds is excessive.
  • \n
\n
    \n
  1. lostround
  2. \n
\n
    \n
  • Plays (and loops) when you lose. Anything over 20 seconds is excessive.
  • \n
\n
    \n
  1. roundmvpanthem_01
  2. \n
\n
    \n
  • roundmvpanthem_01 plays (and loops) when you're the MVP*.\nAnything over 20 seconds is excessive. Despite the naming convention,\nthere's only one MVP anthem. The name was chosen to align with the naming\nscheme already in place for real music kits.
  • \n
\n

*Due to how CS:GO sends information, this won't play if you're dead and\nspectating another player. in that case, it'll just play wonround.

\n
\n

You can use any file type that Chrome's audio player can play. I'd recommend\nanything that supports gapless playback (like FLAC). Filenames are CASE\nSENSITIVE

\n

Optionally, you can add a cover.jpeg to the music kit's folder. This is\ndisplayed in Kitten when the kit is selected.

\n

Take a look at the sample music kit for an example of what a music kit could\nlook like:\nBig Croint Music Kit

\n
", - "readmeFetchedAt": "2020-09-17T12:09:35.637Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.307Z" }, - "mr-noplay": { - "readmeCleaned": "

\"Mr

\n
中文介绍
\n

What is it

\n

You said to yourself: 'Now it is time to rest. Let's play for 5 mins.' But it became unstoppable after starting. And in this way, your afternoon was wasted.

\n

You should download Mr Noplay, who gives an end to no-end rests and play times.

\n

Hope you'll like it 😄

\n

Download

\n

For your Windows 7+ or macOS, Go to the website to download.

\n

Other ways: Softpedia

\n

Or you can try the Web Version.

\n

If you need Linux version, plz open an issue. Android & iOS versions might come into being in the future.

\n

For any other questions, open an isuue or contact me at tianze%scris.top (% → @)

\n

Features

\n
    \n
  • A vivid and easy-to-use user interface.
  • \n
  • Multi-platform support: Windows & macOS
  • \n
  • Multi-language support: English & Chinese
  • \n
  • The powerful work routine that makes controlling time reliable
  • \n
  • Go fullscreen on start to make planning time concentrated
  • \n
  • Auto-shutdown when over-time is too long to control the time
  • \n
  • Pause & Resume
  • \n
  • Punishments for example annoying music to impel you to stop
  • \n
  • Today View to set the maximum time you can use today\n
      \n
    • tip set today time to stop you from opening computer for too many times in a day
    • \n
    \n
  • \n
  • A coin system called R Point to spur you to stop in time
  • \n
  • Support start on login
  • \n
  • Lock Mode support\n
      \n
    • tip tired of exiting the app on start and then started wasting time? let other people set a lockmode password for you
    • \n
    \n
  • \n
  • Update system and update notice
  • \n
  • Tutorial
  • \n
  • Default time settings
  • \n
  • Donate system
  • \n
\n

License and Copyright

\n

Copyright (c) 2019-2020 Tianze Ds Qiu and other contributors. All rights reserved.

\n

Mr Noplay is under MPL v2.0.

\n

For the information about which package we used, plz go to Fossa and see.

\n

\"FOSSA

\n

Languages

\n
    \n
  • 简体中文
  • \n
  • English
  • \n
  • Want to contribute? Please first open an isuue.
  • \n
\n

Build Process

\n
# get dependencies\nyarn\ncd electron\nyarn\n\n# dev\nyarn run dev\n\n# build to electron\nyarn run electron-dev\nyarn run electron-mac\nyarn run electron-win\n\n# build to web (at ../mrnoplay.web/)\nyarn run web
\n

Screenshot

\n

\"Mr

\n
", - "readmeOriginal": "

\"Mr

\n
中文介绍
\n

What is it

\n

You said to yourself: 'Now it is time to rest. Let's play for 5 mins.' But it became unstoppable after starting. And in this way, your afternoon was wasted.

\n

You should download Mr Noplay, who gives an end to no-end rests and play times.

\n

Hope you'll like it 😄

\n

Download

\n

For your Windows 7+ or macOS, Go to the website to download.

\n

Other ways: Softpedia

\n

Or you can try the Web Version.

\n

If you need Linux version, plz open an issue. Android & iOS versions might come into being in the future.

\n

For any other questions, open an isuue or contact me at tianze%scris.top (% → @)

\n

Features

\n
    \n
  • A vivid and easy-to-use user interface.
  • \n
  • Multi-platform support: Windows & macOS
  • \n
  • Multi-language support: English & Chinese
  • \n
  • The powerful work routine that makes controlling time reliable
  • \n
  • Go fullscreen on start to make planning time concentrated
  • \n
  • Auto-shutdown when over-time is too long to control the time
  • \n
  • Pause & Resume
  • \n
  • Punishments for example annoying music to impel you to stop
  • \n
  • Today View to set the maximum time you can use today\n
      \n
    • tip set today time to stop you from opening computer for too many times in a day
    • \n
    \n
  • \n
  • A coin system called R Point to spur you to stop in time
  • \n
  • Support start on login
  • \n
  • Lock Mode support\n
      \n
    • tip tired of exiting the app on start and then started wasting time? let other people set a lockmode password for you
    • \n
    \n
  • \n
  • Update system and update notice
  • \n
  • Tutorial
  • \n
  • Default time settings
  • \n
  • Donate system
  • \n
\n

License and Copyright

\n

Copyright (c) 2019-2020 Tianze Ds Qiu and other contributors. All rights reserved.

\n

Mr Noplay is under MPL v2.0.

\n

For the information about which package we used, plz go to Fossa and see.

\n

\"FOSSA

\n

Languages

\n
    \n
  • 简体中文
  • \n
  • English
  • \n
  • Want to contribute? Please first open an isuue.
  • \n
\n

Build Process

\n
# get dependencies\nyarn\ncd electron\nyarn\n\n# dev\nyarn run dev\n\n# build to electron\nyarn run electron-dev\nyarn run electron-mac\nyarn run electron-win\n\n# build to web (at ../mrnoplay.web/)\nyarn run web
\n

Screenshot

\n

\"Mr

\n
", - "readmeFetchedAt": "2020-09-17T12:09:35.650Z" + "musictube-player": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.313Z" }, "music-player": { - "readmeCleaned": "

\n
\n Dusk Player \n

\n

\n\n\n\n\n

\n

A minimalistic music player, designed for simplicity. Built on electron, uses Howler for handling music playback, Svelte for the UI, and music-metadata to retrieve ID3 tags.

\n

This can also serve as a starting point to implement your own front-end/UI for a music Player.

\n

Download here: Releases

\n

How to use

\n

1. The Player

\n

Download the build for your OS. Start the application and then click on the Folders tab on the top left corner, this will bring up a window where you can select the folder where you want to play your audio files from.\nOnce you select a folder with songs, just click play.

\n

2. Building from the repo

\n

Clone the repository, make it your working directory, and then on your terminal run npm install.\nOnce all the dependencies have finished downloading, run npm run app-dev to test it, and npm run build to build it for your platform.

\n

Features

\n
    \n
  • Supports: mp3, opus, ogg, wav, aac, m4a and webm.
  • \n
  • Reads ID3 tags and displays the artist and album art (if they exist)
  • \n
  • Quickly switch tracks from the playlist.
  • \n
  • Search for songs from the search bar.
  • \n
  • Instantly switch between Dark, Light and Disco modes
  • \n
\n

Screenshots

\n

\n\n

\n

\n\n

\n

Upcoming Features

\n

Some new features and under the hood stuff that will be or has already been implemented. They'll be included in the next update

\n
    \n
  • New function to shuffle songs.
  • \n
\n

Changelog

\n

You can find the changelog for all releases here

\n
\n
\n

If you liked this, check out My Blog where I post tutorials and write about projects like this

\n

https://home.aveek.io/blog/

\n
Icons made by Freepik from www.flaticon.com is licensed by CC 3.0 BY
\n
", - "readmeOriginal": "

\n
\n Dusk Player \n

\n

\n\n\n\n\n

\n

A minimalistic music player, designed for simplicity. Built on electron, uses Howler for handling music playback, Svelte for the UI, and music-metadata to retrieve ID3 tags.

\n

This can also serve as a starting point to implement your own front-end/UI for a music Player.

\n

Download here: Releases

\n

How to use

\n

1. The Player

\n

Download the build for your OS. Start the application and then click on the Folders tab on the top left corner, this will bring up a window where you can select the folder where you want to play your audio files from.\nOnce you select a folder with songs, just click play.

\n

2. Building from the repo

\n

Clone the repository, make it your working directory, and then on your terminal run npm install.\nOnce all the dependencies have finished downloading, run npm run app-dev to test it, and npm run build to build it for your platform.

\n

Features

\n
    \n
  • Supports: mp3, opus, ogg, wav, aac, m4a and webm.
  • \n
  • Reads ID3 tags and displays the artist and album art (if they exist)
  • \n
  • Quickly switch tracks from the playlist.
  • \n
  • Search for songs from the search bar.
  • \n
  • Instantly switch between Dark, Light and Disco modes
  • \n
\n

Screenshots

\n

\n\n

\n

\n\n

\n

Upcoming Features

\n

Some new features and under the hood stuff that will be or has already been implemented. They'll be included in the next update

\n
    \n
  • New function to shuffle songs.
  • \n
\n

Changelog

\n

You can find the changelog for all releases here

\n
\n
\n

If you liked this, check out My Blog where I post tutorials and write about projects like this

\n

https://home.aveek.io/blog/

\n
Icons made by Freepik from www.flaticon.com is licensed by CC 3.0 BY
\n
", - "readmeFetchedAt": "2020-09-17T12:09:35.712Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.313Z" }, - "musictube-player": { - "readmeCleaned": "

MusicTube Player

\n
\n

MusicTube is an unofficial YouTube Music Desktop application, with some additions that I feel necessary, notably media keys and system notifications.

\n
\n

\"Build\n\"Release\n\"Download

\n

\"Opening

\n

Installation

\n

OSX

\n
npm install && npm run osx
\n

Windows:

\n
npm install && npm run win
\n

Development setup

\n

The application can be ran in development mode using the command npm below, tests can also be completed and ran through npm.

\n

Development:

\n
npm run start
\n

Tests:

\n
npm run test
\n

Meta

\n

Simon Fraser – @symatree

\n

Distributed under the MIT license. See LICENSE for more information.

\n

Contributing

\n
    \n
  1. Fork it (https://github.com/simon-fraser/MusicTube-Player/fork)
  2. \n
  3. Create your feature branch (git checkout -b feature/fooBar)
  4. \n
  5. Commit your changes (git commit -am 'Add some fooBar')
  6. \n
  7. Push to the branch (git push origin feature/fooBar)
  8. \n
  9. Create a new Pull Request
  10. \n
\n

See CONTRIBUTING for a complete guide on contributing to this project

\n

Acknowledgments

\n

Icon Designed by rocketpixel / Freepik

\n\n
", - "readmeOriginal": "

MusicTube Player

\n
\n

MusicTube is an unofficial YouTube Music Desktop application, with some additions that I feel necessary, notably media keys and system notifications.

\n
\n

\"Build\n\"Release\n\"Download

\n

\"Opening

\n

Installation

\n

OSX

\n
npm install && npm run osx
\n

Windows:

\n
npm install && npm run win
\n

Development setup

\n

The application can be ran in development mode using the command npm below, tests can also be completed and ran through npm.

\n

Development:

\n
npm run start
\n

Tests:

\n
npm run test
\n

Meta

\n

Simon Fraser – @symatree

\n

Distributed under the MIT license. See LICENSE for more information.

\n

Contributing

\n
    \n
  1. Fork it (https://github.com/simon-fraser/MusicTube-Player/fork)
  2. \n
  3. Create your feature branch (git checkout -b feature/fooBar)
  4. \n
  5. Commit your changes (git commit -am 'Add some fooBar')
  6. \n
  7. Push to the branch (git push origin feature/fooBar)
  8. \n
  9. Create a new Pull Request
  10. \n
\n

See CONTRIBUTING for a complete guide on contributing to this project

\n

Acknowledgments

\n

Icon Designed by rocketpixel / Freepik

\n\n
", - "readmeFetchedAt": "2020-09-17T12:09:35.951Z" + "mypsn": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.571Z" }, "musify": { - "readmeCleaned": "

Notice: Due to studies and other reasons, I'm currently unable to continue developing the project, however, new pull requests are welcome and I'll pick it up when my time allows.

\n

Musify

\n

\"JavaScript

\n

Musify is a simple and fast music player, built from the ground up, using web technologies such as HTML, CSS and JavaScript, all wrapped on Electron Framework.\nThis is my first project as a computer science student. I've tried my best to write a code that follows common coding conventions, but keep in mind that you may find common beginner errors. If so, feel free to help and contribute to improve this app.

\n

Development is now in the dev branch

\n

Table of Contents

\n\n

Releases

\n
    \n
  • macOS: Version 0.8.3 - 62.9MB / .zip file Download
  • \n
\n

You can see the latest changes here.

\n

Development

\n

This app is built using Electron. It requires the following dependencies:

\n
    dialogs\n    electron\n    electron-builder\n    musicmetadata\n    photonkit\n    snazzy\n    about-window
\n

To start developing, run the following commands (you'll need Node.js and npm already installed in your system):

\n
    git clone https://github.com/SrGMC/musify.git\n    cd musify\n    npm run-script postinstall
\n

To run the app, simply execute:

\n
    npm start
\n

To fix js files, simply run:

\n
    npm run-script fix
\n

To build binary files, simply run one of the following:

\n
    npm run-script package-mac\n    npm run-script package-windows\n    npm run-script package-linux
\n

TODO

\n
    \n
  • Shuffle songs (WIP in dev branch)
  • \n
  • Loop only one song (WIP in dev branch)
  • \n
  • Start song again when previous song button is pressed
  • \n
  • Prevent adding an already added song
  • \n
  • Code cleanup
  • \n
\n

Contributing

\n

If you want to contribute, please follow this guidelines:

\n

Feedback

\n

Please fill and follow the following structure when opening issues\nSections in bold are required

\n
    \n
  1. Type:
  2. \n
  3. OS:
  4. \n
  5. OS version:
  6. \n
  7. App version:
  8. \n
  9. When did the bug happen?:
  10. \n
  11. What did you try when the bug happened?:
  12. \n
  13. Description/More information:
  14. \n
\n

Code

\n

Check out the CONTRIBUTING.md file

\n

Changelog

\n

All the releases can be found here.

\n

beta 0.8.3:

\n
    \n
  • Security updates
  • \n
\n

beta 0.8.2:

\n
    \n
  • Fixed footer bar that hid the last items on the playlist
  • \n
  • New logo by @moenawar #1
  • \n
  • Added new about window
  • \n
\n

beta 0.8.1:

\n
    \n
  • Fixes a problem where songs removed could still be played
  • \n
  • Adds a clear button
  • \n
  • Songs are now parsed on addition, not on-the-fly
  • \n
  • Fixes a problem that notified continuously a song change when the playlist ended
  • \n
\n

License

\n

Copyright @SrGMC. Released under GPL-3.0.

\n

Acknowledgements

\n\n
", - "readmeOriginal": "

Notice: Due to studies and other reasons, I'm currently unable to continue developing the project, however, new pull requests are welcome and I'll pick it up when my time allows.

\n

Musify

\n

\"JavaScript

\n

Musify is a simple and fast music player, built from the ground up, using web technologies such as HTML, CSS and JavaScript, all wrapped on Electron Framework.\nThis is my first project as a computer science student. I've tried my best to write a code that follows common coding conventions, but keep in mind that you may find common beginner errors. If so, feel free to help and contribute to improve this app.

\n

Development is now in the dev branch

\n

Table of Contents

\n\n

Releases

\n
    \n
  • macOS: Version 0.8.3 - 62.9MB / .zip file Download
  • \n
\n

You can see the latest changes here.

\n

Development

\n

This app is built using Electron. It requires the following dependencies:

\n
    dialogs\n    electron\n    electron-builder\n    musicmetadata\n    photonkit\n    snazzy\n    about-window
\n

To start developing, run the following commands (you'll need Node.js and npm already installed in your system):

\n
    git clone https://github.com/SrGMC/musify.git\n    cd musify\n    npm run-script postinstall
\n

To run the app, simply execute:

\n
    npm start
\n

To fix js files, simply run:

\n
    npm run-script fix
\n

To build binary files, simply run one of the following:

\n
    npm run-script package-mac\n    npm run-script package-windows\n    npm run-script package-linux
\n

TODO

\n
    \n
  • Shuffle songs (WIP in dev branch)
  • \n
  • Loop only one song (WIP in dev branch)
  • \n
  • Start song again when previous song button is pressed
  • \n
  • Prevent adding an already added song
  • \n
  • Code cleanup
  • \n
\n

Contributing

\n

If you want to contribute, please follow this guidelines:

\n

Feedback

\n

Please fill and follow the following structure when opening issues\nSections in bold are required

\n
    \n
  1. Type:
  2. \n
  3. OS:
  4. \n
  5. OS version:
  6. \n
  7. App version:
  8. \n
  9. When did the bug happen?:
  10. \n
  11. What did you try when the bug happened?:
  12. \n
  13. Description/More information:
  14. \n
\n

Code

\n

Check out the CONTRIBUTING.md file

\n

Changelog

\n

All the releases can be found here.

\n

beta 0.8.3:

\n
    \n
  • Security updates
  • \n
\n

beta 0.8.2:

\n
    \n
  • Fixed footer bar that hid the last items on the playlist
  • \n
  • New logo by @moenawar #1
  • \n
  • Added new about window
  • \n
\n

beta 0.8.1:

\n
    \n
  • Fixes a problem where songs removed could still be played
  • \n
  • Adds a clear button
  • \n
  • Songs are now parsed on addition, not on-the-fly
  • \n
  • Fixes a problem that notified continuously a song change when the playlist ended
  • \n
\n

License

\n

Copyright @SrGMC. Released under GPL-3.0.

\n

Acknowledgements

\n\n
", - "readmeFetchedAt": "2020-09-17T12:09:36.090Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.578Z" }, "ndm": { - "readmeCleaned": "

ndm

\n

\"screenshot-npm-desktop-manager\"

\n

The Open Source npm desktop GUI.

\n

Runs on Linux, MacOS and Windows.

\n

ndm stands for "npm desktop manager".

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

\nAbout ndm  \n |\n   Develop it  |\n   Build it \n |\n   Contribute \n |\n   Recommendations \n |\n   FAQ \n |\n   License\n

\n

Download

\n

Download for MacOS   |  Download for Linux   |  Download for Windows  

\n
You can browse all the releases at github.com/720kb/ndm/releases
\n

Homebrew

\n

On MacOS you can install ndm also with Homebrew Cask:

\n
$ brew update\n$ brew cask install ndm
\n

Arch Linux

\n

On Linux you can install ndm also like this:

\n
$ yaourt -S ndm
\n

Debian

\n

On Debian based linux is possible to install ndm doing:

\n
$ echo "deb [trusted=yes] https://apt.fury.io/720kb/ /" | sudo tee\n/etc/apt/sources.list.d/ndm.list && sudo apt-get update && sudo apt-get install ndm
\n

RedHat

\n

On RedHat based linux is possible to install ndm doing:

\n
echo "[fury]               \nname=ndm repository\nbaseurl=https://repo.fury.io/720kb/\nenabled=1\ngpgcheck=0" | sudo tee /etc/yum.repos.d/ndm.repo && sudo yum update && sudo yum install ndm
\n

Core team\n720kb

\n

Contributors All the awesome contributors

\n

Support ndm

\n
\n

Donating to an open source project is the best way to tie your love for it.

\n
\n

If you enjoy ndm consider donating to the project and help mantain and continuously improve it!

\n

Backers

\n

Support us with a monthly donation and help us continue our activities. Become a backer

\n

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n

\n

Sponsors

\n

Become a sponsor and get your logo on our README on Github with a link to your site. Become a sponsor

\n

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n

\n

\n
", - "readmeOriginal": "

ndm

\n

\"screenshot-npm-desktop-manager\"

\n

The Open Source npm desktop GUI.

\n

Runs on Linux, MacOS and Windows.

\n

ndm stands for \"npm desktop manager\".

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

\nAbout ndm  \n |\n   Develop it  |\n   Build it \n |\n   Contribute \n |\n   Recommendations \n |\n   FAQ \n |\n   License\n

\n

Download

\n

Download for MacOS   |  Download for Linux   |  Download for Windows  

\n
You can browse all the releases at github.com/720kb/ndm/releases
\n

Homebrew

\n

On MacOS you can install ndm also with Homebrew Cask:

\n
$ brew update\n$ brew cask install ndm
\n

Arch Linux

\n

On Linux you can install ndm also like this:

\n
$ yaourt -S ndm
\n

Debian

\n

On Debian based linux is possible to install ndm doing:

\n
$ echo \"deb [trusted=yes] https://apt.fury.io/720kb/ /\" | sudo tee\n/etc/apt/sources.list.d/ndm.list && sudo apt-get update && sudo apt-get install ndm
\n

RedHat

\n

On RedHat based linux is possible to install ndm doing:

\n
echo \"[fury]               \nname=ndm repository\nbaseurl=https://repo.fury.io/720kb/\nenabled=1\ngpgcheck=0\" | sudo tee /etc/yum.repos.d/ndm.repo && sudo yum update && sudo yum install ndm
\n

Core team\n720kb

\n

Contributors All the awesome contributors

\n

Support ndm

\n
\n

Donating to an open source project is the best way to tie your love for it.

\n
\n

If you enjoy ndm consider donating to the project and help mantain and continuously improve it!

\n

Backers

\n

Support us with a monthly donation and help us continue our activities. Become a backer

\n

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n

\n

Sponsors

\n

Become a sponsor and get your logo on our README on Github with a link to your site. Become a sponsor

\n

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n

\n

\n
", - "readmeFetchedAt": "2020-09-17T12:09:36.171Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.587Z" }, "negative": { - "readmeCleaned": "

\"Negative\"

\n
\n

An app for making visual comparisons.

\n
\n

\"Negative

\n

Follow @NegativeJS on Twitter for important updates.

\n

Download

\n\n

User Documentation

\n

Please check negative/releases for details on changes between versions.

\n\n

Contributing

\n

All contributions are welcome!! Please check negative/issues for things that need attention, or feel free to create your own. Please make sure you create an issue first, and then do the work and a submit a PR.

\n

Build Negative.app

\n

Currently only Mac OS X is supported.

\n
    \n
  1. Install Node.js >= v8
  2. \n
  3. git clone https://github.com/atdrago/negative.git
  4. \n
  5. cd negative
  6. \n
  7. npm install
  8. \n
  9. npm run build
  10. \n
  11. Locate and copy dist/Negative-darwin-x64/Negative.app to your Applications folder
  12. \n
\n

Testing

\n

Important: Tests get run against the built app. If you are attempting to run tests and the results are not what you expected, you need to npm run build again.

\n
    \n
  1. npm run build
  2. \n
  3. npm test
  4. \n
\n

Developing

\n

Compiling

\n
    \n
  • gulp - Compile, combine, and minify files for the renderer process. This isn't necessary for files in the main process. Make sure this is running when working on UI.
  • \n
\n

NPM Scripts

\n
    \n
  • npm start - Start the app with the following environment variables:\n
      \n
    • NODE_ENV=development
    • \n
    • ELECTRON_ENABLE_LOGGING=true
    • \n
    • ELECTRON_ENABLE_STACK_DUMPING=true
    • \n
    \n
  • \n
  • npm run build - Build the production app\n
      \n
    1. Compiles JavaScript and Sass
    2. \n
    3. Copies necessary files to ./release/
    4. \n
    5. Runs npm install --production in ./release/
    6. \n
    7. Builds the app moves it to ./dist/
    8. \n
    \n
  • \n
  • npm run lint - Run ESLint
  • \n
  • npm test - Run Mocha tests
  • \n
  • npm run travis\n
      \n
    1. Run build
    2. \n
    3. Run test
    4. \n
    \n
  • \n
  • npm run open - Starts the app from dist/Negative-darwin-x64/Negative.app
  • \n
  • npm run build-artifacts\n
      \n
    1. Run build-sign
    2. \n
    3. Create dist/Negative-darwin-x64/Negative-v0.10.3.dmg
    4. \n
    5. Create dist/Negative-darwin-x64/Negative-v0.10.3-mac.zip
    6. \n
    \n
  • \n
\n

About

\n

Created by Adam Drago. Built on Electron.

\n
", - "readmeOriginal": "

\"Negative\"

\n
\n

An app for making visual comparisons.

\n
\n

\"Negative

\n

Follow @NegativeJS on Twitter for important updates.

\n

Download

\n\n

User Documentation

\n

Please check negative/releases for details on changes between versions.

\n\n

Contributing

\n

All contributions are welcome!! Please check negative/issues for things that need attention, or feel free to create your own. Please make sure you create an issue first, and then do the work and a submit a PR.

\n

Build Negative.app

\n

Currently only Mac OS X is supported.

\n
    \n
  1. Install Node.js >= v8
  2. \n
  3. git clone https://github.com/atdrago/negative.git
  4. \n
  5. cd negative
  6. \n
  7. npm install
  8. \n
  9. npm run build
  10. \n
  11. Locate and copy dist/Negative-darwin-x64/Negative.app to your Applications folder
  12. \n
\n

Testing

\n

Important: Tests get run against the built app. If you are attempting to run tests and the results are not what you expected, you need to npm run build again.

\n
    \n
  1. npm run build
  2. \n
  3. npm test
  4. \n
\n

Developing

\n

Compiling

\n
    \n
  • gulp - Compile, combine, and minify files for the renderer process. This isn't necessary for files in the main process. Make sure this is running when working on UI.
  • \n
\n

NPM Scripts

\n
    \n
  • npm start - Start the app with the following environment variables:\n
      \n
    • NODE_ENV=development
    • \n
    • ELECTRON_ENABLE_LOGGING=true
    • \n
    • ELECTRON_ENABLE_STACK_DUMPING=true
    • \n
    \n
  • \n
  • npm run build - Build the production app\n
      \n
    1. Compiles JavaScript and Sass
    2. \n
    3. Copies necessary files to ./release/
    4. \n
    5. Runs npm install --production in ./release/
    6. \n
    7. Builds the app moves it to ./dist/
    8. \n
    \n
  • \n
  • npm run lint - Run ESLint
  • \n
  • npm test - Run Mocha tests
  • \n
  • npm run travis\n
      \n
    1. Run build
    2. \n
    3. Run test
    4. \n
    \n
  • \n
  • npm run open - Starts the app from dist/Negative-darwin-x64/Negative.app
  • \n
  • npm run build-artifacts\n
      \n
    1. Run build-sign
    2. \n
    3. Create dist/Negative-darwin-x64/Negative-v0.10.3.dmg
    4. \n
    5. Create dist/Negative-darwin-x64/Negative-v0.10.3-mac.zip
    6. \n
    \n
  • \n
\n

About

\n

Created by Adam Drago. Built on Electron.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:36.350Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.610Z" + }, + "network-assembler": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.625Z" }, "netron": { - "readmeCleaned": "

\n

Netron is a viewer for neural network, deep learning and machine learning models.

\n

Netron supports ONNX (.onnx, .pb, .pbtxt), Keras (.h5, .keras), Core ML (.mlmodel), Caffe (.caffemodel, .prototxt), Caffe2 (predict_net.pb), Darknet (.cfg), MXNet (.model, -symbol.json), Barracuda (.nn), ncnn (.param), Tengine (.tmfile), TNN (.tnnproto), UFF (.uff) and TensorFlow Lite (.tflite).

\n

Netron has experimental support for TorchScript (.pt, .pth), PyTorch (.pt, .pth), Torch (.t7), Arm NN (.armnn), BigDL (.bigdl, .model), Chainer (.npz, .h5), CNTK (.model, .cntk), Deeplearning4j (.zip), MediaPipe (.pbtxt), ML.NET (.zip), MNN (.mnn), PaddlePaddle (.zip, __model__), OpenVINO (.xml), scikit-learn (.pkl), TensorFlow.js (model.json, .pb) and TensorFlow (.pb, .meta, .pbtxt, .ckpt, .index).

\n

\n

Install

\n

macOS: Download the .dmg file or run brew cask install netron

\n

Linux: Download the .AppImage file or run snap install netron

\n

Windows: Download the .exe installer or run winget install netron

\n

Browser: Start the browser version.

\n

Python Server: Run pip install netron and netron [FILE] or import netron; netron.start('[FILE]').

\n

Models

\n

Sample model files to download or open using the browser version:

\n\n
", - "readmeOriginal": "

\n

Netron is a viewer for neural network, deep learning and machine learning models.

\n

Netron supports ONNX (.onnx, .pb, .pbtxt), Keras (.h5, .keras), Core ML (.mlmodel), Caffe (.caffemodel, .prototxt), Caffe2 (predict_net.pb), Darknet (.cfg), MXNet (.model, -symbol.json), Barracuda (.nn), ncnn (.param), Tengine (.tmfile), TNN (.tnnproto), UFF (.uff) and TensorFlow Lite (.tflite).

\n

Netron has experimental support for TorchScript (.pt, .pth), PyTorch (.pt, .pth), Torch (.t7), Arm NN (.armnn), BigDL (.bigdl, .model), Chainer (.npz, .h5), CNTK (.model, .cntk), Deeplearning4j (.zip), MediaPipe (.pbtxt), ML.NET (.zip), MNN (.mnn), PaddlePaddle (.zip, __model__), OpenVINO (.xml), scikit-learn (.pkl), TensorFlow.js (model.json, .pb) and TensorFlow (.pb, .meta, .pbtxt, .ckpt, .index).

\n

\n

Install

\n

macOS: Download the .dmg file or run brew cask install netron

\n

Linux: Download the .AppImage file or run snap install netron

\n

Windows: Download the .exe installer or run winget install netron

\n

Browser: Start the browser version.

\n

Python Server: Run pip install netron and netron [FILE] or import netron; netron.start('[FILE]').

\n

Models

\n

Sample model files to download or open using the browser version:

\n\n
", - "readmeFetchedAt": "2020-09-17T12:09:36.416Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.635Z" }, "nertivia": { - "readmeCleaned": "

Nertivia - Desktop App

\n

Desktop app for https://nertivia.tk

\n

This app is currently in alpha stages and could break. Please report bugs.

\n

Screenshots

\n

\"alt

\n

Features

\n
    \n
  • Gif Profile Pictures
  • \n
  • Gif Emojis
  • \n
  • Create Themes
  • \n
  • Create Servers + Channels
  • \n
  • Explore Servers, Themes, And more in the future
  • \n
\n

Download

\n

Download the app from here: https://github.com/supertiger1234/nertivia-desktop-app/releases

\n

Mac and Linux support coming soon.

\n
", - "readmeOriginal": "

Nertivia - Desktop App

\n

Desktop app for https://nertivia.tk

\n

This app is currently in alpha stages and could break. Please report bugs.

\n

Screenshots

\n

\"alt

\n

Features

\n
    \n
  • Gif Profile Pictures
  • \n
  • Gif Emojis
  • \n
  • Create Themes
  • \n
  • Create Servers + Channels
  • \n
  • Explore Servers, Themes, And more in the future
  • \n
\n

Download

\n

Download the app from here: https://github.com/supertiger1234/nertivia-desktop-app/releases

\n

Mac and Linux support coming soon.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:36.525Z" - }, - "mypsn": { - "readmeCleaned": "

MyPSN - an unofficial desktop app for My Playstation

\n

Built using Electron.

\n

\"Alt\n\"FOSSA

\n

PSN, Playstation and the Playstation Logo are the registered trademark of Sony.\nThis is in no way related to Sony or Playstation.

\n

License

\n

\"FOSSA

\n
", - "readmeOriginal": "

MyPSN - an unofficial desktop app for My Playstation

\n

Built using Electron.

\n

\"Alt\n\"FOSSA

\n

PSN, Playstation and the Playstation Logo are the registered trademark of Sony.\nThis is in no way related to Sony or Playstation.

\n

License

\n

\"FOSSA

\n
", - "readmeFetchedAt": "2020-09-17T12:09:36.579Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.641Z" }, "neucalculator": { - "readmeCleaned": "

neu-calculator · \"GitHub \"PRs

\n

\n \n
\n

\n Calculate with neumorphism UI and enjoy!\n

\n
\n
\n \n \n \n
\n

\n

Getting started

\n

We use Electron React Boilerplate in this project. So start with:

\n
yarn dev\n
\n

Contributing

\n

Thank you for your interest in contributing! Please feel free to put up a PR for any issue or feature request.

\n

Give me a Star

\n

If you think this project is helpful just give me a ⭐️ Star is enough because i don't drink coffee 😃

\n

License

\n

This project is licensed under the MIT License - see the LICENSE.md file for details

\n

Author

\n

Made with ❤️ by Mohsen Madani.

\n
", - "readmeOriginal": "

neu-calculator · \"GitHub \"PRs

\n

\n \n
\n

\n Calculate with neumorphism UI and enjoy!\n

\n
\n
\n \n \n \n
\n

\n

Getting started

\n

We use Electron React Boilerplate in this project. So start with:

\n
yarn dev\n
\n

Contributing

\n

Thank you for your interest in contributing! Please feel free to put up a PR for any issue or feature request.

\n

Give me a Star

\n

If you think this project is helpful just give me a ⭐️ Star is enough because i don't drink coffee 😃

\n

License

\n

This project is licensed under the MIT License - see the LICENSE.md file for details

\n

Author

\n

Made with ❤️ by Mohsen Madani.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:36.674Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.666Z" }, - "network-assembler": { - "readmeCleaned": "

Network Assembler

\n

Network Assembler allows you to make simple keras neural networks with simple GUI

\n

Installation

\n
!git clone https://github.com/kir486680/Network-Assembler.git\nnpm start
\n

Usage

\n

You just have to drag and drop the layers that you want to add to the model. On the left half of your screen you will see generated code.

\n

Contributing

\n

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

\n

License

\n

MIT

\n
", - "readmeOriginal": "

Network Assembler

\n

Network Assembler allows you to make simple keras neural networks with simple GUI

\n

Installation

\n
!git clone https://github.com/kir486680/Network-Assembler.git\nnpm start
\n

Usage

\n

You just have to drag and drop the layers that you want to add to the model. On the left half of your screen you will see generated code.

\n

Contributing

\n

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

\n

License

\n

MIT

\n
", - "readmeFetchedAt": "2020-09-17T12:09:36.727Z" + "nfov": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.671Z" }, "network-status-check": { - "readmeCleaned": "

Network Status Check application written with Electron, Bootstrap, jQuery

\n

This is a tool to add URLs and ports to check to see if they are open or not. You can add as many items to the list, and edit the list as well if needed. You can save your list and eventually reimport the list as well on launch or by using the Load URLs button.

\n

Main Window

\n

\"main\"

\n

Run Check

\n

\"runcheck\"

\n

Quick Code Tour

\n
    \n
  • The code entry point is in package.json under the key "main". The value is "main.js"
  • \n
  • main.js creates a BrowserWindow and loads index.html. It also has event handlers that enable keyboard shortcuts for Developer Tools on various platforms. Note that loadURL uses a template literal to give the source file's location.`file://${__dirname}/app/index.html`
  • \n
  • index.html loads Bootstrap's CSS in the <head> tag and renderer.js after the closing <body> tag. On the web Bootstrap's JavaScript would also load in this location but the Electron way is to load it in renderer.js with a require(). Note that these src and href attributes use normal relative paths. An HTTP server is not necessary.
  • \n
  • renderer.js loads jQuery, Bootstrap and it's dependency; Tether. Each is assigned to the window object because this is the web application custom. It's not the Node.js or Electron custom because window is a global. For now we must do it this way or it won't work.
  • \n
  • setup.js setups up some overall settings for the application
  • \n
  • app.js is the real worker of functions.
  • \n
\n

Releases

\n

At this time the releases are for Windows as that is my main developing platform and where I use this tool mostly; on Windows environments.

\n

View Releases

\n

Running Application

\n

First download and install dependencies, then start the app.

\n
git clone https://github.com/cjerrington/net-check.git\ncd net-check\nnpm install\nnpm start
\n

Creating Releases

\n

Electron Forge allows us to make builds based on our operating system we are running from. Linux (Debian) and Windows 10 tested.

\n
npm run make
\n

You can check websites like google.com, github.com, or any URL you need and the port. It is best to use the FQDN for local addresses or use the hostnames IP instead.

\n

Please let me know if you have any issues or questions. If you have a suggestion for approval create an issue or a pull request.

\n
", - "readmeOriginal": "

Network Status Check application written with Electron, Bootstrap, jQuery

\n

This is a tool to add URLs and ports to check to see if they are open or not. You can add as many items to the list, and edit the list as well if needed. You can save your list and eventually reimport the list as well on launch or by using the Load URLs button.

\n

Main Window

\n

\"main\"

\n

Run Check

\n

\"runcheck\"

\n

Quick Code Tour

\n
    \n
  • The code entry point is in package.json under the key \"main\". The value is \"main.js\"
  • \n
  • main.js creates a BrowserWindow and loads index.html. It also has event handlers that enable keyboard shortcuts for Developer Tools on various platforms. Note that loadURL uses a template literal to give the source file's location.`file://${__dirname}/app/index.html`
  • \n
  • index.html loads Bootstrap's CSS in the <head> tag and renderer.js after the closing <body> tag. On the web Bootstrap's JavaScript would also load in this location but the Electron way is to load it in renderer.js with a require(). Note that these src and href attributes use normal relative paths. An HTTP server is not necessary.
  • \n
  • renderer.js loads jQuery, Bootstrap and it's dependency; Tether. Each is assigned to the window object because this is the web application custom. It's not the Node.js or Electron custom because window is a global. For now we must do it this way or it won't work.
  • \n
  • setup.js setups up some overall settings for the application
  • \n
  • app.js is the real worker of functions.
  • \n
\n

Releases

\n

At this time the releases are for Windows as that is my main developing platform and where I use this tool mostly; on Windows environments.

\n

View Releases

\n

Running Application

\n

First download and install dependencies, then start the app.

\n
git clone https://github.com/cjerrington/net-check.git\ncd net-check\nnpm install\nnpm start
\n

Creating Releases

\n

Electron Forge allows us to make builds based on our operating system we are running from. Linux (Debian) and Windows 10 tested.

\n
npm run make
\n

You can check websites like google.com, github.com, or any URL you need and the port. It is best to use the FQDN for local addresses or use the hostnames IP instead.

\n

Please let me know if you have any issues or questions. If you have a suggestion for approval create an issue or a pull request.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:36.740Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.677Z" }, - "nfov": { - "readmeCleaned": "

nfov

\n

\"Build\n\"Downloads

\n

nfov is ASCII / ANSI art viewer for macOS powered by Electron and ansilove.js

\n

Features

\n
    \n
  • nfo, diz, asc, ans, xb, pcb, bin, tnd, idf, adf support
  • \n
  • ability to change font, font size, text and background color
  • \n
  • ability to change selection and link color
  • \n
  • ability to toggle font smoothing
  • \n
  • clickable links
  • \n
  • ability to save rendered png
  • \n
\n

Fonts

\n

nfov is bundled with:

\n\n

Installation

\n

Can be easily installed with Homebrew Cask:

\n
brew cask install nfov
\n

Alternatively, binaries are available in the GitHub Releases

\n

Build from source

\n
git submodule update --init --recursive\nnpm install\nnpm run make
\n

Screenshots

\n

\"nfov\n\"nfov\n\"nfov

\n

Similar apps

\n

Editors

\n\n

Viewers

\n\n

Terminal viewers

\n\n

QuickLook plugins

\n\n

License

\n

nfov is released under the MIT License

\n
", - "readmeOriginal": "

nfov

\n

\"Build\n\"Downloads

\n

nfov is ASCII / ANSI art viewer for macOS powered by Electron and ansilove.js

\n

Features

\n
    \n
  • nfo, diz, asc, ans, xb, pcb, bin, tnd, idf, adf support
  • \n
  • ability to change font, font size, text and background color
  • \n
  • ability to change selection and link color
  • \n
  • ability to toggle font smoothing
  • \n
  • clickable links
  • \n
  • ability to save rendered png
  • \n
\n

Fonts

\n

nfov is bundled with:

\n\n

Installation

\n

Can be easily installed with Homebrew Cask:

\n
brew cask install nfov
\n

Alternatively, binaries are available in the GitHub Releases

\n

Build from source

\n
git submodule update --init --recursive\nnpm install\nnpm run make
\n

Screenshots

\n

\"nfov\n\"nfov\n\"nfov

\n

Similar apps

\n

Editors

\n\n

Viewers

\n\n

Terminal viewers

\n\n

QuickLook plugins

\n\n

License

\n

nfov is released under the MIT License

\n
", - "readmeFetchedAt": "2020-09-17T12:09:36.762Z" + "nicepage": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.683Z" }, "nighthawk": { - "readmeCleaned": "

\n\t
\n\tNighthawk\n\t
\n

\n

\"license\"\n\"CircleCI\"

\n

A stealthy, simple, unobtrusive music player that stays out of your way in your Menubar/Taskbar

\n

\n\tKey Features •\n\tHow to Use •\n\tDownload •\n\tCredits •\n\tLicense\n

\n

\"screenshot\"

\n

Key Features

\n
    \n
  • Works completely in the tray. Hides automatically when it looses focus.
  • \n
  • Does not appear in the taskbar and window lists when hidden.
  • \n
  • Supports keyboard media keys to control the player.
  • \n
  • A powerful queue manager to manage your playing queue.
  • \n
  • Saves your state so you can continue from where you left off last time.
  • \n
  • A simple and efficient playlist system.
  • \n
  • Automatically creates playlists based on the Library Sub-Folder Structure
  • \n
  • Highly Efficient.
  • \n
  • More Features to come soon.
  • \n
\n

How To Use

\n
    \n
  • Download the appropriate setup and install.
  • \n
  • The app only lives in the tray. You have to manipulate it from there. - For Windows, the icon will in the tray next to the clock on the taskbar. Click to show the player. Right click will open up the tray menu with extra options. - For Ubuntu and MacOS, the icon will be in the top-right corner of the screen.
  • \n
  • You can change the app to behave as regular windowed app in the settings if you want.
  • \n
\n

For First Time Users:

\n
    \n
  • Click the settings button on the top-right of the window and select the folder with your music files.
  • \n
  • Click of refresh button and wait for the tracks to be loaded.
  • \n
\n

Download

\n

You can download latest installers from your OS from the releases page

\n

Current only the following OS are supported:

\n
    \n
  • Windows 7 and greater
  • \n
  • Ubuntu 14.04 and greater (64 bit) [Tested, should work on other debian based distros]
  • \n
  • MacOS X 10.10 (Yosemite) and greater
  • \n
\n

Credits

\n\n

License

\n

MIT

\n
", - "readmeOriginal": "

\n\t
\n\tNighthawk\n\t
\n

\n

\"license\"\n\"CircleCI\"

\n

A stealthy, simple, unobtrusive music player that stays out of your way in your Menubar/Taskbar

\n

\n\tKey Features •\n\tHow to Use •\n\tDownload •\n\tCredits •\n\tLicense\n

\n

\"screenshot\"

\n

Key Features

\n
    \n
  • Works completely in the tray. Hides automatically when it looses focus.
  • \n
  • Does not appear in the taskbar and window lists when hidden.
  • \n
  • Supports keyboard media keys to control the player.
  • \n
  • A powerful queue manager to manage your playing queue.
  • \n
  • Saves your state so you can continue from where you left off last time.
  • \n
  • A simple and efficient playlist system.
  • \n
  • Automatically creates playlists based on the Library Sub-Folder Structure
  • \n
  • Highly Efficient.
  • \n
  • More Features to come soon.
  • \n
\n

How To Use

\n
    \n
  • Download the appropriate setup and install.
  • \n
  • The app only lives in the tray. You have to manipulate it from there. - For Windows, the icon will in the tray next to the clock on the taskbar. Click to show the player. Right click will open up the tray menu with extra options. - For Ubuntu and MacOS, the icon will be in the top-right corner of the screen.
  • \n
  • You can change the app to behave as regular windowed app in the settings if you want.
  • \n
\n

For First Time Users:

\n
    \n
  • Click the settings button on the top-right of the window and select the folder with your music files.
  • \n
  • Click of refresh button and wait for the tracks to be loaded.
  • \n
\n

Download

\n

You can download latest installers from your OS from the releases page

\n

Current only the following OS are supported:

\n
    \n
  • Windows 7 and greater
  • \n
  • Ubuntu 14.04 and greater (64 bit) [Tested, should work on other debian based distros]
  • \n
  • MacOS X 10.10 (Yosemite) and greater
  • \n
\n

Credits

\n\n

License

\n

MIT

\n
", - "readmeFetchedAt": "2020-09-17T12:09:37.091Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.701Z" }, - "nicepage": { - "readmeCleaned": "

Nicepage Website Builder

\n

Create stunning websites and themes

\n

Nicepage gives the ultimate freedom for Web Design 3.0.\nBuild your mobile-friendly Joomla Templates, WordPress Themes and HTML5 websites with no coding in free desktop aplications for Windows and Mac. Nicepage Page Builder is available as a Joomla Extension and WordPress Plugin. There is also a Nicepage edition with online hosting.

\n

Absolute Creativity With No Coding

\n

Nicepage is simple drag-and-drop editor to implement any ideas.

\n
    \n
  • Easy Drag-n-Drop. Easily drag-n-drop to customize anything on your website.
  • \n
  • No Coding. Add, edit, move, and modify everything. All visually!
  • \n
  • Mobile-Friendly. Build websites that look great on all modern devices.
  • \n
  • 1000s Web Templates. Select from a huge variety of designer-made templates.
  • \n
\n

See all Nicepage features.

\n

\n

Start With Beautiful Templates

\n

Choose from 1000+ awesome, mobile-friendly templates for every kind of websites.\n

\n

\n

Nicepage Update: February 2019

\n

We have updated our Home page with the newest trends in Web Design 3.0. This design is also available in Nicepage Templates.\n

\n

What's new in this update:

\n
    \n
  • New Home Page Design
  • \n
  • White Label Feature
  • \n
  • Firefox browser Beta support for Nicepage Builder
  • \n
  • Bug Fixes and New Features
  • \n
\n

Read more

\n

Web Design 3.0: When Your Web Design Really Matters

\n

\n

This article consists of several chapters:

\n
    \n
  1. The new revolution in Web Design has already happened.
  2. \n
  3. What makes Nicepage that different?
  4. \n
  5. We open the secret of the most trendy web designs on the Web.
  6. \n
\n

Read more

\n

Nicepage Update: December 2018

\n

\n

What's new in this update:

\n
    \n
  • New Videos: How to use Grid and How to use Sections
  • \n
  • New Web Design Gallery
  • \n
  • Growth in Nicepage Pins views
  • \n
  • Upcoming Features, Improvements and Fixes
  • \n
\n

Read more

\n

Nicepage Update: November 2018

\n

\n

What's new in this update:

\n
    \n
  • New Free Version
  • \n
  • New Video: Menu Demo
  • \n
  • New Language Translations for the Nicepage User Interface
  • \n
  • Bug Fixes and New Features
  • \n
\n

Read more

\n

Nicepage Update: October 2018

\n

\n

What's new in this update:

\n
    \n
  • New Video: Menu Demo
  • \n
  • New Language Translations for the Nicepage User Interface
  • \n
  • New Container Options
  • \n
  • New Site Designs
  • \n
  • Bug Fixes and New Features
  • \n
\n

Read more

\n

Nicepage Update: September 2018

\n

\n

What's new in this update:

\n
    \n
  • Client Licenses
  • \n
  • Voting Results
  • \n
  • New Demo Videos: How to use Joomla Positions and WordPress Sidebars
  • \n
  • Bug Fixing and New Features
  • \n
  • New Designs
  • \n
  • Upcoming Features
  • \n
\n

Read more

\n

Nicepage Update: August 2018

\n

\n

What's new in this update:

\n
    \n
  • New Demo: How to create the Responsive Web Design
  • \n
  • Added Export/Import Project
  • \n
  • Added Position and Size properties
  • \n
  • CSS 30% optimization, WP and Joomla Plugin is reduced by 250Kb
  • \n
  • New Breadcrumbs control
  • \n
\n

Read more

\n

Nicepage Update: July 2018

\n

\n

What's new in this update:

\n
    \n
  • New One Minute Design videos
  • \n
  • French and German translations
  • \n
  • Optimized html and stylesheet files in the exported HTML websites
  • \n
  • Improved compatibility with Internet Explorer 11
  • \n
  • Improved the performance and the stability of the application
  • \n
  • In desktop added the Preview in Browser feature
  • \n
  • New Slider Animations
  • \n
  • Form Mail Chimp source support
  • \n
  • Desktop Export / Exporting into Image support
  • \n
\n

Read more

\n

Nicepage Theme and Template Builder: June 2018

\n

Nicepage update for supporting Joomla Templates and Wordpress Themes\n

\n

Theme and Template Features:

\n
    \n
  • Logo Control
  • \n
  • Headline Control
  • \n
  • Search Control
  • \n
  • Sidebar Layout for Blog and Post Templates
  • \n
  • Sidebar Control with Block / Widget styles
  • \n
  • Hide Header / Footer option
  • \n
  • Off-Canvas Menu with addiing and drag’n’drop eidting of menu and controls
  • \n
  • Multi-level menu styles
  • \n
  • Create multi-level menu
  • \n
  • Header Overlapping
  • \n
\n

Desktop Applications:

\n
    \n
  • Full Code Rework. Electron Support in Desktop editions.
  • \n
  • Support for Mac
  • \n
  • Auto-update for Windows and Mac
  • \n
\n

Read more

\n
", - "readmeOriginal": "

Nicepage Website Builder

\n

Create stunning websites and themes

\n

Nicepage gives the ultimate freedom for Web Design 3.0.\nBuild your mobile-friendly Joomla Templates, WordPress Themes and HTML5 websites with no coding in free desktop aplications for Windows and Mac. Nicepage Page Builder is available as a Joomla Extension and WordPress Plugin. There is also a Nicepage edition with online hosting.

\n

Absolute Creativity With No Coding

\n

Nicepage is simple drag-and-drop editor to implement any ideas.

\n
    \n
  • Easy Drag-n-Drop. Easily drag-n-drop to customize anything on your website.
  • \n
  • No Coding. Add, edit, move, and modify everything. All visually!
  • \n
  • Mobile-Friendly. Build websites that look great on all modern devices.
  • \n
  • 1000s Web Templates. Select from a huge variety of designer-made templates.
  • \n
\n

See all Nicepage features.

\n

\n

Start With Beautiful Templates

\n

Choose from 1000+ awesome, mobile-friendly templates for every kind of websites.\n

\n

\n

Nicepage Update: February 2019

\n

We have updated our Home page with the newest trends in Web Design 3.0. This design is also available in Nicepage Templates.\n

\n

What's new in this update:

\n
    \n
  • New Home Page Design
  • \n
  • White Label Feature
  • \n
  • Firefox browser Beta support for Nicepage Builder
  • \n
  • Bug Fixes and New Features
  • \n
\n

Read more

\n

Web Design 3.0: When Your Web Design Really Matters

\n

\n

This article consists of several chapters:

\n
    \n
  1. The new revolution in Web Design has already happened.
  2. \n
  3. What makes Nicepage that different?
  4. \n
  5. We open the secret of the most trendy web designs on the Web.
  6. \n
\n

Read more

\n

Nicepage Update: December 2018

\n

\n

What's new in this update:

\n
    \n
  • New Videos: How to use Grid and How to use Sections
  • \n
  • New Web Design Gallery
  • \n
  • Growth in Nicepage Pins views
  • \n
  • Upcoming Features, Improvements and Fixes
  • \n
\n

Read more

\n

Nicepage Update: November 2018

\n

\n

What's new in this update:

\n
    \n
  • New Free Version
  • \n
  • New Video: Menu Demo
  • \n
  • New Language Translations for the Nicepage User Interface
  • \n
  • Bug Fixes and New Features
  • \n
\n

Read more

\n

Nicepage Update: October 2018

\n

\n

What's new in this update:

\n
    \n
  • New Video: Menu Demo
  • \n
  • New Language Translations for the Nicepage User Interface
  • \n
  • New Container Options
  • \n
  • New Site Designs
  • \n
  • Bug Fixes and New Features
  • \n
\n

Read more

\n

Nicepage Update: September 2018

\n

\n

What's new in this update:

\n
    \n
  • Client Licenses
  • \n
  • Voting Results
  • \n
  • New Demo Videos: How to use Joomla Positions and WordPress Sidebars
  • \n
  • Bug Fixing and New Features
  • \n
  • New Designs
  • \n
  • Upcoming Features
  • \n
\n

Read more

\n

Nicepage Update: August 2018

\n

\n

What's new in this update:

\n
    \n
  • New Demo: How to create the Responsive Web Design
  • \n
  • Added Export/Import Project
  • \n
  • Added Position and Size properties
  • \n
  • CSS 30% optimization, WP and Joomla Plugin is reduced by 250Kb
  • \n
  • New Breadcrumbs control
  • \n
\n

Read more

\n

Nicepage Update: July 2018

\n

\n

What's new in this update:

\n
    \n
  • New One Minute Design videos
  • \n
  • French and German translations
  • \n
  • Optimized html and stylesheet files in the exported HTML websites
  • \n
  • Improved compatibility with Internet Explorer 11
  • \n
  • Improved the performance and the stability of the application
  • \n
  • In desktop added the Preview in Browser feature
  • \n
  • New Slider Animations
  • \n
  • Form Mail Chimp source support
  • \n
  • Desktop Export / Exporting into Image support
  • \n
\n

Read more

\n

Nicepage Theme and Template Builder: June 2018

\n

Nicepage update for supporting Joomla Templates and Wordpress Themes\n

\n

Theme and Template Features:

\n
    \n
  • Logo Control
  • \n
  • Headline Control
  • \n
  • Search Control
  • \n
  • Sidebar Layout for Blog and Post Templates
  • \n
  • Sidebar Control with Block / Widget styles
  • \n
  • Hide Header / Footer option
  • \n
  • Off-Canvas Menu with addiing and drag’n’drop eidting of menu and controls
  • \n
  • Multi-level menu styles
  • \n
  • Create multi-level menu
  • \n
  • Header Overlapping
  • \n
\n

Desktop Applications:

\n
    \n
  • Full Code Rework. Electron Support in Desktop editions.
  • \n
  • Support for Mac
  • \n
  • Auto-update for Windows and Mac
  • \n
\n

Read more

\n
", - "readmeFetchedAt": "2020-09-17T12:09:37.142Z" + "nodejs-package-manager": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.705Z" }, "node-red": { - "readmeCleaned": "

electron-node-red

\n

This is an Electron template to embed Node-RED with a Dashboard generated by node-red-dashboard.

\n

You can base off this model and update the package.json file to include your own required dependencies.

\n

To Use

\n

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

\n
# Clone this repository\ngit clone https://github.com/dceejay/electron-node-red.git\n# Go into the repository\ncd electron-node-red\n# Install dependencies and run the app\nnpm install && npm start
\n

TL:DR - building runtimes

\n

You can run npm run build to build binaries of "everything".

\n

Builds are created in the dist directory.

\n

Packaging your application

\n
# build for OSX 64 bits\nnpm run build:osx\n\n# build for Windows 64 bits\nnpm run build:win64\n\n# build for Linux 64 bits\nnpm run build:linux64\n
\n

Learn more about Electron and its API in the documentation.

\n

Use Node-RED command to run. Flows are stored in ~/.node-red.

\n

If you build Node-RED package with community nodes, rename pakcage-pack.json to package.json.

\n

License CC0 (Public Domain)

\n

See also

\n\n
", - "readmeOriginal": "

electron-node-red

\n

This is an Electron template to embed Node-RED with a Dashboard generated by node-red-dashboard.

\n

You can base off this model and update the package.json file to include your own required dependencies.

\n

To Use

\n

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

\n
# Clone this repository\ngit clone https://github.com/dceejay/electron-node-red.git\n# Go into the repository\ncd electron-node-red\n# Install dependencies and run the app\nnpm install && npm start
\n

TL:DR - building runtimes

\n

You can run npm run build to build binaries of \"everything\".

\n

Builds are created in the dist directory.

\n

Packaging your application

\n
# build for OSX 64 bits\nnpm run build:osx\n\n# build for Windows 64 bits\nnpm run build:win64\n\n# build for Linux 64 bits\nnpm run build:linux64\n
\n

Learn more about Electron and its API in the documentation.

\n

Use Node-RED command to run. Flows are stored in ~/.node-red.

\n

If you build Node-RED package with community nodes, rename pakcage-pack.json to package.json.

\n

License CC0 (Public Domain)

\n

See also

\n\n
", - "readmeFetchedAt": "2020-09-17T12:09:37.187Z" - }, - "nodejs-package-manager": { - "readmeCleaned": "

NodeJs Package Manager

\n

\n

NodeJs Package Manager is an organizer for your npm and Bower packages. So we can call npm package manager and bower package manager\nIt's really easy to check, upgrade or downgrade packages, originally specified during in the one click.\nYou can access all README.md files, Contributors, Dependencies and DevDependencies of package based on their versions.

\n
\n

Screenshot

\n

\"NodeJs

\n

You can

\n\n

Installation

\n

Executable Files

\n

You can access all versions from this link

\n

Note

\n

For now, this is only available on Windows Operation System.

\n

Linux and MacOS versions coming soon!

\n

GitHub - For Developers

\n

Please follow these instructions

\n

Documentation

\n

You can visit the WIKI page.

\n

Theme Options

\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Dark ThemeLight Theme
\"Dark\"Light
\n

Change Logs

\n

You can check logs from this link

\n

License

\n

NodeJs Package Manager is an open source project that is licensed under the MIT license.

\n

Donations

\n

Donations are greatly appreciated!

\n

BUY ME A COFFEE

\n
", - "readmeOriginal": "

NodeJs Package Manager

\n

\n

NodeJs Package Manager is an organizer for your npm and Bower packages. So we can call npm package manager and bower package manager\nIt's really easy to check, upgrade or downgrade packages, originally specified during in the one click.\nYou can access all README.md files, Contributors, Dependencies and DevDependencies of package based on their versions.

\n
\n

Screenshot

\n

\"NodeJs

\n

You can

\n\n

Installation

\n

Executable Files

\n

You can access all versions from this link

\n

Note

\n

For now, this is only available on Windows Operation System.

\n

Linux and MacOS versions coming soon!

\n

GitHub - For Developers

\n

Please follow these instructions

\n

Documentation

\n

You can visit the WIKI page.

\n

Theme Options

\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Dark ThemeLight Theme
\"Dark\"Light
\n

Change Logs

\n

You can check logs from this link

\n

License

\n

NodeJs Package Manager is an open source project that is licensed under the MIT license.

\n

Donations

\n

Donations are greatly appreciated!

\n

BUY ME A COFFEE

\n
", - "readmeFetchedAt": "2020-09-17T12:09:37.305Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.712Z" }, "nodemailer-app": { - "readmeCleaned": "

nodemailer-app

\n

Ultimate email debugging tool.

\n

See Releases for release info or nodemailer.com/app for specific downloads and additional info.

\n

Description

\n

NodemailerApp is the ultimate cross platform email debugging app.

\n

App includes local SMTP and POP3 servers, a sendmail replacement, and it imports emails from EML files, EMLX files, large MBOX files from Gmail takeout, Maildir folders and Postfix queue files for inspection and preview. Ever wanted to view the actual HTML source of a nicely designed email instead of some garbled rfc822 text? Just open the HTML tab of an email to see it.

\n

Features:

\n
    \n
  • Preview emails either in rich text or plain text mode. View the source of the entire message or the decoded HTML content
  • \n
  • Sendmail replacement to catch emails from applications that pipe to sendmail (eg. PHP mail(…)).
  • \n
  • Local development server to catch emails from applications that send via SMTP (Nodemailer, PHPMailer etc.).
  • \n
  • Message upload to relay a caught message either to next SMTP server or to an IMAP server.
  • \n
  • Extensive search to find long lost emails.
  • \n
  • Large mailbox import. Received a 10GB mbox takeout file from Gmail? No problem, just import it to NodemailerApp.
  • \n
  • Catchall service to accept messages from the internet.
  • \n
  • Multi platform to run in Windows, Linux and OSX.
  • \n
\n
", - "readmeOriginal": "

nodemailer-app

\n

Ultimate email debugging tool.

\n

See Releases for release info or nodemailer.com/app for specific downloads and additional info.

\n

Description

\n

NodemailerApp is the ultimate cross platform email debugging app.

\n

App includes local SMTP and POP3 servers, a sendmail replacement, and it imports emails from EML files, EMLX files, large MBOX files from Gmail takeout, Maildir folders and Postfix queue files for inspection and preview. Ever wanted to view the actual HTML source of a nicely designed email instead of some garbled rfc822 text? Just open the HTML tab of an email to see it.

\n

Features:

\n
    \n
  • Preview emails either in rich text or plain text mode. View the source of the entire message or the decoded HTML content
  • \n
  • Sendmail replacement to catch emails from applications that pipe to sendmail (eg. PHP mail(…)).
  • \n
  • Local development server to catch emails from applications that send via SMTP (Nodemailer, PHPMailer etc.).
  • \n
  • Message upload to relay a caught message either to next SMTP server or to an IMAP server.
  • \n
  • Extensive search to find long lost emails.
  • \n
  • Large mailbox import. Received a 10GB mbox takeout file from Gmail? No problem, just import it to NodemailerApp.
  • \n
  • Catchall service to accept messages from the internet.
  • \n
  • Multi platform to run in Windows, Linux and OSX.
  • \n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:37.469Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.728Z" }, "notable": { - "readmeCleaned": "

Notable  

\n

\n \n \"Notable\"\n \n

\n

\n \n \"Download\n \n

\n
\n

I couldn't find a note-taking app that ticked all the boxes I'm interested in: notes are written and rendered in GitHub Flavored Markdown, no WYSIWYG, no proprietary formats, I can run a search & replace across all notes, notes support attachments, the app isn't bloated, the app has a pretty interface, tags are indefinitely nestable and can import Evernote notes (because that's what I was using before).

\n

So I built my own.

\n

Comparison

\n

\"Click

\n

Part of this comparison is personal opinion: you may disagree on the UI front, things I consider bloat may be considered features by somebody else etc. but hopefully this comparison did a good job at illustrating the main differences.

\n

Features

\n

Markdown-based

\n

Notes are written in GitHub Flavored Markdown, and you can also write KaTeX expressions, Mermaid diagrams and so much more, check out our full Markdown cheatsheet.

\n

Notable also gives you a very powerful Markdown editor, it's the same one VS Code uses in fact, so features like multi-cursors, a minimap and best-in-class syntax highlighting are built-in.

\n

\n \n \"Editor\"\n \n

\n

No Vendor Lock-In

\n

Notes and attachments are simply stored on your disk, this is extremely portable and powerful: you could edit your notes with your favorite editor, have them synchronized via Dropbox, run Git on them, run a regex-based search and replace on them etc.

\n

\n \n \"Filesystem\"\n \n

\n

Dark Theme

\n

A dark theme is also available. In the future support for custom themes will be added as well.

\n

If you'd like to change a color or hide a button you are also free to do that via the Devtools.

\n

\n \n \"Dark\n \n

\n

Zen Mode

\n

Zen mode provides a minimalistic editing and reading experience, hiding everything that's not necessary.

\n

Notable is also keyboard friendly, has a quick open window, and we'll soon add a command palette too, so you won't have to click any buttons if you don't want to.

\n

\n \n \"Zen\n \n

\n

Multi-Note Editor

\n

A multi-note editor is available for quickly running an action, like favoriting, pinning, deleting, tagging etc., on multiple notes at once.

\n

If you need to run a more complex action on your notes remember that they are just file stored on your disk so you can do whatever you want with them.

\n

\n \n \"Multi-Note\n \n

\n

Split Editor

\n

A split-editor is available for quickly checking out how your note will be rendered while you're editing it.

\n

\n \n \"Split\n \n

\n

More Features

\n

A lot more features are implemented, some of the most important ones are listed here.

\n

Is a feature you care about currently missing? Make sure to browse the issue tracker and add your "👍" reaction to the issues you care most about, as we also use those reactions to prioritize issues.

\n

Contributing

\n

There are multiple ways to contribute to this project, read about them here.

\n

Useful Links

\n
    \n
  • Chat: we have a public real-time chat, come join us there.
  • \n
  • Cheatsheet: the online version of our built-in Markdown cheatsheet.
  • \n
  • Donations: you can financially support the project via this GitHub Sponsorship page.
  • \n
  • Subreddit: we have a subreddit, where day-to-day discussion happens.
  • \n
  • Tutorial: the online version of our built-in tutorial.
  • \n
  • Twitter: we have a Twitter account, where tips and general updates are posted.
  • \n
  • Website: our official website, this is probably the best link to send to friends and colleagues.
  • \n
  • YouTube: we have a YouTube channel, where all videos are hosted.
  • \n
\n

License

\n

Only older versions of the app are open-sourced, read more about this here.

\n
", - "readmeOriginal": "

Notable  

\n

\n \n \"Notable\"\n \n

\n

\n \n \"Download\n \n

\n
\n

I couldn't find a note-taking app that ticked all the boxes I'm interested in: notes are written and rendered in GitHub Flavored Markdown, no WYSIWYG, no proprietary formats, I can run a search & replace across all notes, notes support attachments, the app isn't bloated, the app has a pretty interface, tags are indefinitely nestable and can import Evernote notes (because that's what I was using before).

\n

So I built my own.

\n

Comparison

\n

\"Click

\n

Part of this comparison is personal opinion: you may disagree on the UI front, things I consider bloat may be considered features by somebody else etc. but hopefully this comparison did a good job at illustrating the main differences.

\n

Features

\n

Markdown-based

\n

Notes are written in GitHub Flavored Markdown, and you can also write KaTeX expressions, Mermaid diagrams and so much more, check out our full Markdown cheatsheet.

\n

Notable also gives you a very powerful Markdown editor, it's the same one VS Code uses in fact, so features like multi-cursors, a minimap and best-in-class syntax highlighting are built-in.

\n

\n \n \"Editor\"\n \n

\n

No Vendor Lock-In

\n

Notes and attachments are simply stored on your disk, this is extremely portable and powerful: you could edit your notes with your favorite editor, have them synchronized via Dropbox, run Git on them, run a regex-based search and replace on them etc.

\n

\n \n \"Filesystem\"\n \n

\n

Dark Theme

\n

A dark theme is also available. In the future support for custom themes will be added as well.

\n

If you'd like to change a color or hide a button you are also free to do that via the Devtools.

\n

\n \n \"Dark\n \n

\n

Zen Mode

\n

Zen mode provides a minimalistic editing and reading experience, hiding everything that's not necessary.

\n

Notable is also keyboard friendly, has a quick open window, and we'll soon add a command palette too, so you won't have to click any buttons if you don't want to.

\n

\n \n \"Zen\n \n

\n

Multi-Note Editor

\n

A multi-note editor is available for quickly running an action, like favoriting, pinning, deleting, tagging etc., on multiple notes at once.

\n

If you need to run a more complex action on your notes remember that they are just file stored on your disk so you can do whatever you want with them.

\n

\n \n \"Multi-Note\n \n

\n

Split Editor

\n

A split-editor is available for quickly checking out how your note will be rendered while you're editing it.

\n

\n \n \"Split\n \n

\n

More Features

\n

A lot more features are implemented, some of the most important ones are listed here.

\n

Is a feature you care about currently missing? Make sure to browse the issue tracker and add your \"👍\" reaction to the issues you care most about, as we also use those reactions to prioritize issues.

\n

Contributing

\n

There are multiple ways to contribute to this project, read about them here.

\n

Useful Links

\n
    \n
  • Chat: we have a public real-time chat, come join us there.
  • \n
  • Cheatsheet: the online version of our built-in Markdown cheatsheet.
  • \n
  • Donations: you can financially support the project via this GitHub Sponsorship page.
  • \n
  • Subreddit: we have a subreddit, where day-to-day discussion happens.
  • \n
  • Tutorial: the online version of our built-in tutorial.
  • \n
  • Twitter: we have a Twitter account, where tips and general updates are posted.
  • \n
  • Website: our official website, this is probably the best link to send to friends and colleagues.
  • \n
  • YouTube: we have a YouTube channel, where all videos are hosted.
  • \n
\n

License

\n

Only older versions of the app are open-sourced, read more about this here.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:37.513Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.741Z" }, "noty": { - "readmeCleaned": "
\n

Warning: This app is now deprecated, you should use Notable instead, which is a much better note-taking app overall, its zen mode can replace Noty's UI pretty effectively and it is very actively developed.

\n
\n

Noty (DOWNLOAD)

\n

\n \"Logo\"\n

\n

Autosaving sticky note with support for multiple notes without needing multiple windows.

\n

Features

\n
    \n
  • Supports multiple notes without needing multiple windows.
  • \n
  • Auto-saves your notes.
  • \n
  • To-Do functionalities built-in.
  • \n
  • Links support.
  • \n
  • Bold/code/italic/strikethrough support.
  • \n
  • Multiple cursors.
  • \n
  • Find and Replace.
  • \n
  • Programmers shortcuts.
  • \n
  • Uses the FiraCode font.
  • \n
\n

Shortcuts

\n
\n

Note: The following are macOS shortcuts, if you're using a different OS replace Cmd with Ctrl, or Alt if Ctrl is already used.

\n
\n
    \n
  • Cmd+N - Create a new note.
  • \n
  • F2 - Rename the current note.
  • \n
  • Cmd+Alt+Backspace - Delete the current note.
  • \n
  • Tab - Indent current line.
  • \n
  • Shift+Tab - Outdent current line.
  • \n
  • Cmd+F - Find.
  • \n
  • Cmd+G - Find next.
  • \n
  • Cmd+Shift+G - Find previous.
  • \n
  • Cmd+Shift+H - Replace.
  • \n
  • Cmd+Shift+Alt+H - Replace all.
  • \n
  • Cmd+Ctrl+Up - Move current line up.
  • \n
  • Cmd+Ctrl+Down - Move current line down.
  • \n
  • Alt+Click - Add a new cursor.
  • \n
  • Cmd+Click - Open the clicked link.
  • \n
  • Cmd+Enter - Toggle a todo's box symbol.
  • \n
  • Alt+D - Toggle a todo's done symbol.
  • \n
  • Alt+C - Toggle a todo's cancelled symbol.
  • \n
  • Cmd+B - Toggle bold.
  • \n
  • Cmd+` - Toggle code.
  • \n
  • Cmd+I - Toggle italic.
  • \n
  • Cmd+S - Toggle strikethrough.
  • \n
  • Cmd+1/9 - Select the 1st/9th note.
  • \n
  • Cmd+Alt+Right - Select the next note.
  • \n
  • Ctrl+Tab - Select the next note.
  • \n
  • Cmd+Alt+Left - Select the previous note.
  • \n
  • Ctrl+Shift+Tab - Select the previous note.
  • \n
\n

Demo

\n

Switching note:

\n

\"Switching

\n

New note and rename:

\n

\"New

\n

Contributing

\n

If you have an idea, or found an problem, please open an issue about it.

\n

If you want to make a pull request, or fork the app, you should:

\n
git clone https://github.com/fabiospampinato/noty.git\ncd noty\nnpm install\nnpm run dev
\n

Related

\n
    \n
  • vscode-todo-plus: Visual Studio Code extension that implements the same To-Do functionalities, and much more.
  • \n
  • Notable: The markdown-based note-taking app that doesn't suck.
  • \n
\n

License

\n

MIT © Fabio Spampinato

\n
", - "readmeOriginal": "
\n

Warning: This app is now deprecated, you should use Notable instead, which is a much better note-taking app overall, its zen mode can replace Noty's UI pretty effectively and it is very actively developed.

\n
\n

Noty (DOWNLOAD)

\n

\n \"Logo\"\n

\n

Autosaving sticky note with support for multiple notes without needing multiple windows.

\n

Features

\n
    \n
  • Supports multiple notes without needing multiple windows.
  • \n
  • Auto-saves your notes.
  • \n
  • To-Do functionalities built-in.
  • \n
  • Links support.
  • \n
  • Bold/code/italic/strikethrough support.
  • \n
  • Multiple cursors.
  • \n
  • Find and Replace.
  • \n
  • Programmers shortcuts.
  • \n
  • Uses the FiraCode font.
  • \n
\n

Shortcuts

\n
\n

Note: The following are macOS shortcuts, if you're using a different OS replace Cmd with Ctrl, or Alt if Ctrl is already used.

\n
\n
    \n
  • Cmd+N - Create a new note.
  • \n
  • F2 - Rename the current note.
  • \n
  • Cmd+Alt+Backspace - Delete the current note.
  • \n
  • Tab - Indent current line.
  • \n
  • Shift+Tab - Outdent current line.
  • \n
  • Cmd+F - Find.
  • \n
  • Cmd+G - Find next.
  • \n
  • Cmd+Shift+G - Find previous.
  • \n
  • Cmd+Shift+H - Replace.
  • \n
  • Cmd+Shift+Alt+H - Replace all.
  • \n
  • Cmd+Ctrl+Up - Move current line up.
  • \n
  • Cmd+Ctrl+Down - Move current line down.
  • \n
  • Alt+Click - Add a new cursor.
  • \n
  • Cmd+Click - Open the clicked link.
  • \n
  • Cmd+Enter - Toggle a todo's box symbol.
  • \n
  • Alt+D - Toggle a todo's done symbol.
  • \n
  • Alt+C - Toggle a todo's cancelled symbol.
  • \n
  • Cmd+B - Toggle bold.
  • \n
  • Cmd+` - Toggle code.
  • \n
  • Cmd+I - Toggle italic.
  • \n
  • Cmd+S - Toggle strikethrough.
  • \n
  • Cmd+1/9 - Select the 1st/9th note.
  • \n
  • Cmd+Alt+Right - Select the next note.
  • \n
  • Ctrl+Tab - Select the next note.
  • \n
  • Cmd+Alt+Left - Select the previous note.
  • \n
  • Ctrl+Shift+Tab - Select the previous note.
  • \n
\n

Demo

\n

Switching note:

\n

\"Switching

\n

New note and rename:

\n

\"New

\n

Contributing

\n

If you have an idea, or found an problem, please open an issue about it.

\n

If you want to make a pull request, or fork the app, you should:

\n
git clone https://github.com/fabiospampinato/noty.git\ncd noty\nnpm install\nnpm run dev
\n

Related

\n
    \n
  • vscode-todo-plus: Visual Studio Code extension that implements the same To-Do functionalities, and much more.
  • \n
  • Notable: The markdown-based note-taking app that doesn't suck.
  • \n
\n

License

\n

MIT © Fabio Spampinato

\n
", - "readmeFetchedAt": "2020-09-17T12:09:37.562Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.745Z" + }, + "now": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.775Z" }, "nteract": { - "readmeCleaned": "

\"nteract

\n

the interactive computing suite for you

\n

\n\n\n\n\n

\n

nteract is an open-source organization committed to creating fantastic interactive computing experiences that allow people to collaborate with ease.

\n

We build SDKs, applications, and libraries that help you and your team make the most of interactive (particularly Jupyter) notebooks and REPLs.

\n

To learn more about the nteract open source organization and the rest of our projects, please visit our website.

\n

What's in this repo?

\n

This repo is a monorepo. It contains the code for the nteract core SDK and nteract's desktop and web applications. It also contains the documentation for the SDK and the applications. Here's a quick guide to the contents of the monorepo.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
FolderDescription
applications/desktopThis folder contains the source code for the nteract desktop application. The desktop application is a cross-platform app built using Electron.
applications/jupyter-extensionThis folder contains the source code the nteract Jupyter extension. This extension can be installed alongside Jupyter classic and JupyterLab in your Jupyter deployments or personal Jupyter server.
changelogsThis folder contains the changelogs for each release of the nteract core SDK and applications.
packagesThis folder contains the JavaScript packages that are part of the nteract core SDK.
\n

How do I contribute to this repo?

\n

If you are interested in contributing to nteract, please read the contribution guidelines for information on how to set up your nteract repo for development, how to write tests and validate changes, how to update documentation, and how to submit your code changes for review on GitHub.

\n

How do I use the nteract core SDK?

\n

If you are a developer who wants to build an nteract-based notebook application, check out the following documentation resources for more info.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
LinkWhat's in it?
docs.nteract.ioThis page contains our how-to and tutorial style documentation. Get started learning about the nteract core SDK here.
packages.nteract.ioThis page contains the API documentation for packages in our core SDK. Bookmark this and use it as a reference when building your nteract-based UI.
components.nteract.ioThis page contains the documentation for our suite of composable React components. It contains code samples that you can reference when building your nteract-based UI.
\n

Our documentation is living. We are always making changes and adding more content. If you have feedback about the documentation, please open an issue in this repo. If you are interested in submitting a change to our documentation page, please review the contribution guidelines and submit a pull request.

\n

How do I use the nteract desktop application?

\n

To get started with the nteract desktop app, head over to the nteract homepage to download the application for your operating system.

\n

Once you've download the app, head over to our documentation page for tutorials and guides on using the app for your data analysis and science workflows.

\n

Supporting nteract

\n

nteract is a non-profit open-source organization fiscally sponsored by NumFOCUS. If you are interested in supporting development on nteract, please consider making a recurring donation.

\n

Development on nteract is also supported by the following organizations.

\n\n\n\n\n\n\n\n\n
\n\"Netflix\n\n\"Microsoft\n
\"Gordon\"Plotly
\n
", - "readmeOriginal": "

\"nteract

\n

the interactive computing suite for you

\n

\n\n\n\n\n

\n

nteract is an open-source organization committed to creating fantastic interactive computing experiences that allow people to collaborate with ease.

\n

We build SDKs, applications, and libraries that help you and your team make the most of interactive (particularly Jupyter) notebooks and REPLs.

\n

To learn more about the nteract open source organization and the rest of our projects, please visit our website.

\n

What's in this repo?

\n

This repo is a monorepo. It contains the code for the nteract core SDK and nteract's desktop and web applications. It also contains the documentation for the SDK and the applications. Here's a quick guide to the contents of the monorepo.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
FolderDescription
applications/desktopThis folder contains the source code for the nteract desktop application. The desktop application is a cross-platform app built using Electron.
applications/jupyter-extensionThis folder contains the source code the nteract Jupyter extension. This extension can be installed alongside Jupyter classic and JupyterLab in your Jupyter deployments or personal Jupyter server.
changelogsThis folder contains the changelogs for each release of the nteract core SDK and applications.
packagesThis folder contains the JavaScript packages that are part of the nteract core SDK.
\n

How do I contribute to this repo?

\n

If you are interested in contributing to nteract, please read the contribution guidelines for information on how to set up your nteract repo for development, how to write tests and validate changes, how to update documentation, and how to submit your code changes for review on GitHub.

\n

How do I use the nteract core SDK?

\n

If you are a developer who wants to build an nteract-based notebook application, check out the following documentation resources for more info.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
LinkWhat's in it?
docs.nteract.ioThis page contains our how-to and tutorial style documentation. Get started learning about the nteract core SDK here.
packages.nteract.ioThis page contains the API documentation for packages in our core SDK. Bookmark this and use it as a reference when building your nteract-based UI.
components.nteract.ioThis page contains the documentation for our suite of composable React components. It contains code samples that you can reference when building your nteract-based UI.
\n

Our documentation is living. We are always making changes and adding more content. If you have feedback about the documentation, please open an issue in this repo. If you are interested in submitting a change to our documentation page, please review the contribution guidelines and submit a pull request.

\n

How do I use the nteract desktop application?

\n

To get started with the nteract desktop app, head over to the nteract homepage to download the application for your operating system.

\n

Once you've download the app, head over to our documentation page for tutorials and guides on using the app for your data analysis and science workflows.

\n

Supporting nteract

\n

nteract is a non-profit open-source organization fiscally sponsored by NumFOCUS. If you are interested in supporting development on nteract, please consider making a recurring donation.

\n

Development on nteract is also supported by the following organizations.

\n\n\n\n\n\n\n\n\n
\n\"Netflix\n\n\"Microsoft\n
\"Gordon\"Plotly
\n
", - "readmeFetchedAt": "2020-09-17T12:09:37.777Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.781Z" }, "octopi-init": { - "readmeCleaned": "

octopi-init

\n

A Node.js & Electron application for easily configuring your freshly-imaged OctoPi microSD adapter

\n
\n

Node.js is an open-source, cross-platform JavaScript run-time environment that executes JavaScript code server-side.

\n

Electron is an open-source framework for developing executable cross-platform desktop applications.

\n

OctoPrint is the leading web software for controlling 3D printers, created/maintained by Gina Häußge

\n

OctoPi is a Raspberry-specific distro of OctoPrint, maintained by Guy Sheffer

\n
\n

Overview

\n

Getting started with OctoPrint—as loaded on a Raspberry Pi computer—involves installing an OctoPi image and then some configuration work before this computer can bootup. This application hopes to make that configuration step much easier by introducing a desktop application to perform this step.

\n

\"screen

\n

Installation

\n

At the moment, only OSX and Windows installers are available. Two Linux versions are available (AppImage and deb) which require a small amount of work to get going.

\n
    \n
  1. Download the latest OctoPi image and follow the instructions there to burn it to your microSD card
  2. \n
  3. Using the octopi-init software here, configure that microSD card from your workstation, ejecting it when finished
  4. \n
  5. Put the microSD card into the Raspberry Pi and boot it to continue
  6. \n
\n

\"OSX \"Windows \"Linux/Ubuntu/Debian/SUSE \"deb

\n

Windows installation

\n

After downloading the setup executable, you may see the error dialog "Windows protected your PC: Windows Defender SmartScreen prevented an unrecognized app from starting. Running this app might put your PC at risk. More info..."

\n

This is Microsoft taking a page out of Apple's playbook and also trying to charge developers each year to digitally sign apps they're giving away for free.

\n

Simply click the More info link and select the Run anyway button to continue.

\n

Linux installation

\n

After downloading the AppImage file, you'll minimally need to mark the file so that it can be executed.

\n

Make it executable by running chmod a+x octopi-init*.AppImage then execute it with ./octopi-init*.AppImage

\n

Alternately, for the deb file image, you'd want to install it with sudo apt install ~/Downloads/octopi-init-1.0.9_amd64.deb, for example.

\n

Apple warning message

\n

When running octopi-init the first time, you'll need to Ctl-Click the application and select Open. Otherwise, you'll see a confusing warning like this:

\n

\"screen

\n

It's just Apple trying to make $99 per developer per year as part of their business model. As suggested, Ctl-Click the program and choose Open to see:

\n

\"screen

\n

Then just click the Open button again and you should be good to go. You won't have to repeat this again, in theory.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
DescriptionVersionAuthorLast Update
octopi-initv1.1.2OutsourcedGuruAugust 23, 2018
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
DonateCryptocurrency
\"eth-receive\"\"btc-receive\"
EthereumBitcoin
\n
", - "readmeOriginal": "

octopi-init

\n

A Node.js & Electron application for easily configuring your freshly-imaged OctoPi microSD adapter

\n
\n

Node.js is an open-source, cross-platform JavaScript run-time environment that executes JavaScript code server-side.

\n

Electron is an open-source framework for developing executable cross-platform desktop applications.

\n

OctoPrint is the leading web software for controlling 3D printers, created/maintained by Gina Häußge

\n

OctoPi is a Raspberry-specific distro of OctoPrint, maintained by Guy Sheffer

\n
\n

Overview

\n

Getting started with OctoPrint—as loaded on a Raspberry Pi computer—involves installing an OctoPi image and then some configuration work before this computer can bootup. This application hopes to make that configuration step much easier by introducing a desktop application to perform this step.

\n

\"screen

\n

Installation

\n

At the moment, only OSX and Windows installers are available. Two Linux versions are available (AppImage and deb) which require a small amount of work to get going.

\n
    \n
  1. Download the latest OctoPi image and follow the instructions there to burn it to your microSD card
  2. \n
  3. Using the octopi-init software here, configure that microSD card from your workstation, ejecting it when finished
  4. \n
  5. Put the microSD card into the Raspberry Pi and boot it to continue
  6. \n
\n

\"OSX \"Windows \"Linux/Ubuntu/Debian/SUSE \"deb

\n

Windows installation

\n

After downloading the setup executable, you may see the error dialog \"Windows protected your PC: Windows Defender SmartScreen prevented an unrecognized app from starting. Running this app might put your PC at risk. More info...\"

\n

This is Microsoft taking a page out of Apple's playbook and also trying to charge developers each year to digitally sign apps they're giving away for free.

\n

Simply click the More info link and select the Run anyway button to continue.

\n

Linux installation

\n

After downloading the AppImage file, you'll minimally need to mark the file so that it can be executed.

\n

Make it executable by running chmod a+x octopi-init*.AppImage then execute it with ./octopi-init*.AppImage

\n

Alternately, for the deb file image, you'd want to install it with sudo apt install ~/Downloads/octopi-init-1.0.9_amd64.deb, for example.

\n

Apple warning message

\n

When running octopi-init the first time, you'll need to Ctl-Click the application and select Open. Otherwise, you'll see a confusing warning like this:

\n

\"screen

\n

It's just Apple trying to make $99 per developer per year as part of their business model. As suggested, Ctl-Click the program and choose Open to see:

\n

\"screen

\n

Then just click the Open button again and you should be good to go. You won't have to repeat this again, in theory.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
DescriptionVersionAuthorLast Update
octopi-initv1.1.2OutsourcedGuruAugust 23, 2018
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
DonateCryptocurrency
\"eth-receive\"\"btc-receive\"
EthereumBitcoin
\n
", - "readmeFetchedAt": "2020-09-17T12:09:37.847Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.781Z" }, "nuclear": { - "readmeCleaned": "

\"nuclear\"

\n

\"Maintainability\" \"Codacy \"nuclear\" \"Travis\"

\n

Desktop music player focused on streaming from free sources

\n

\"Showcase\"

\n

Links

\n

Official website

\n

Mastodon

\n

Twitter

\n

Support channel (Matrix): #nuclear:matrix.org

\n

Discord channel: https://discord.gg/JqPjKxE

\n

Readme translations:

\n\n

What is this?

\n

nuclear is a free music streaming program that pulls content from free sources all over the internet.

\n

If you know mps-youtube, this is a similar music player but with a GUI.\nIt's also focusing more on audio. Imagine Spotify which you don't have to pay for and with a bigger library.

\n

What if I am religiously opposed to Electron?

\n

See this.

\n

Features

\n
    \n
  • Searching for and playing music from YouTube (including integration with playlists), Jamendo, and SoundCloud
  • \n
  • Searching for albums (powered by Last.fm and Discogs), album view, automatic song lookup based on artist and track name (in progress, can be dodgy sometimes)
  • \n
  • Song queue, which can be exported as a playlist
  • \n
  • Loading saved playlists (stored in json files)
  • \n
  • Scrobbling to last.fm (along with updating the 'now playing' status)
  • \n
  • Newest releases with reviews - tracks and albums
  • \n
  • Browsing by genre
  • \n
  • Radio mode (automatically queue similar tracks)
  • \n
  • Unlimited downloads (powered by youtube)
  • \n
  • Realtime lyrics
  • \n
  • Browsing by popularity
  • \n
  • List of favorite tracks
  • \n
  • Listening from local library
  • \n
  • No accounts
  • \n
  • No ads
  • \n
  • No CoC
  • \n
  • No CLA
  • \n
\n

Manual and docs

\n

https://nuclearmusic.rtfd.io/

\n

Community-maintained packages

\n

Here's a list of packages for various managers, most of which are maintained by third parties. We would like to thank the maintainers for their work.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Package typeLinkMaintainer
AUR (Arch)https://aur.archlinux.org/packages/nuclear-player-bin/mikelpint
Choco (Win)https://chocolatey.org/packages/nuclear/JourneyOver
Homebrew (Mac)https://formulae.brew.sh/cask/nuclearHomebrew
Snaphttps://snapcraft.io/nuclearnukeop
Flatpakhttps://flathub.org/apps/details/org.js.nuclear.Nuclearadvaithm
\n

big thanks to ayyeve for letting me (advaithm) use her server as a compile machine.

\n

Community translations

\n

Nuclear has already been translated to several languages, and we're always looking for contributors who would like to add more. Below is a list of currently available languages, along with contributors who helped to translate Nuclear to that language.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
LanguageContributor
EnglishN/A
Frenchcharjac, Zalax
DutchVistaus
DanishHansen1992
Spanishmlucas94, emlautarom1
Polishkazimierczak-robert, gradzka
Germanschippas
Russianramstore07, dmtrshat
Brazilian PortugueseJoaoPedroMoraes
Turkish3DShark
Italiangello94
SlovakMartinT
CzechPetrTodorov
Tagaloggiftofgrub
Traditional Chineseoxygen-TW
SwedishPalleKarlsson
GreekShuin-San
\n

Development process

\n

First of all, be sure to check out the Contribution Wiki Page.

\n

Use npm:

\n
$ npm install # installs dependencies\n$ npm start
\n

A new window should open that will load the web app and run Nuclear.

\n
\n

To build for current operating system:

\n
$ lerna bootstrap\n$ npm run build
\n

Instead of build you can use build:all to build for all operating systems. The binaries will be in packages/app/release

\n
\n

It's also possible to run the development environment using docker containers, but this should be considered experimental.

\n

You will need docker and docker-compose. You need to allow the root user to connect to X11 display, and then you can run docker-compose:

\n
$ xhost SI:localuser:root\n$ sudo docker-compose up dev
\n

As of now you can also build a flatpak version. You will need to install gobject-introspection, and flatpak-builder. After this you will need to install the runtimes and depedencies required by flatapk-builder for the compile process. You will need the 19.08 version of these flatpaks.

\n
$ flatpak install flathub org.freedesktop.Platform\n$ flatpak install flathub org.freedesktop.Sdk\n$ flatpak install flathub io.atom.electron.BaseApp
\n

Next, to build the project (use the --verbose flag to get more output):

\n
$ flatpak-builder build-dir org.js.nuclear.Nuclear.json
\n

To run the built app:

\n
$ flatpak-builder --run build-dir org.js.nuclear.Nuclear.json run.sh
\n

You can turn the app to a local repo. currently the file builds the latest release.

\n

Screenshots

\n

This will be updated as the program evolves.

\n

\"Album

\n

\"Album

\n

\"Artist

\n

\"Dashboard

\n

\"Dashboard

\n

\"Playlist

\n

\"Lyrics

\n

\"Equalizer

\n

License

\n

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

\n
", - "readmeOriginal": "

\"nuclear\"

\n

\"Maintainability\" \"Codacy \"nuclear\" \"Travis\"

\n

Desktop music player focused on streaming from free sources

\n

\"Showcase\"

\n

Links

\n

Official website

\n

Mastodon

\n

Twitter

\n

Support channel (Matrix): #nuclear:matrix.org

\n

Discord channel: https://discord.gg/JqPjKxE

\n

Readme translations:

\n\n

What is this?

\n

nuclear is a free music streaming program that pulls content from free sources all over the internet.

\n

If you know mps-youtube, this is a similar music player but with a GUI.\nIt's also focusing more on audio. Imagine Spotify which you don't have to pay for and with a bigger library.

\n

What if I am religiously opposed to Electron?

\n

See this.

\n

Features

\n
    \n
  • Searching for and playing music from YouTube (including integration with playlists), Jamendo, and SoundCloud
  • \n
  • Searching for albums (powered by Last.fm and Discogs), album view, automatic song lookup based on artist and track name (in progress, can be dodgy sometimes)
  • \n
  • Song queue, which can be exported as a playlist
  • \n
  • Loading saved playlists (stored in json files)
  • \n
  • Scrobbling to last.fm (along with updating the 'now playing' status)
  • \n
  • Newest releases with reviews - tracks and albums
  • \n
  • Browsing by genre
  • \n
  • Radio mode (automatically queue similar tracks)
  • \n
  • Unlimited downloads (powered by youtube)
  • \n
  • Realtime lyrics
  • \n
  • Browsing by popularity
  • \n
  • List of favorite tracks
  • \n
  • Listening from local library
  • \n
  • No accounts
  • \n
  • No ads
  • \n
  • No CoC
  • \n
  • No CLA
  • \n
\n

Manual and docs

\n

https://nuclearmusic.rtfd.io/

\n

Community-maintained packages

\n

Here's a list of packages for various managers, most of which are maintained by third parties. We would like to thank the maintainers for their work.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Package typeLinkMaintainer
AUR (Arch)https://aur.archlinux.org/packages/nuclear-player-bin/mikelpint
Choco (Win)https://chocolatey.org/packages/nuclear/JourneyOver
Homebrew (Mac)https://formulae.brew.sh/cask/nuclearHomebrew
Snaphttps://snapcraft.io/nuclearnukeop
Flatpakhttps://flathub.org/apps/details/org.js.nuclear.Nuclearadvaithm
\n

big thanks to ayyeve for letting me (advaithm) use her server as a compile machine.

\n

Community translations

\n

Nuclear has already been translated to several languages, and we're always looking for contributors who would like to add more. Below is a list of currently available languages, along with contributors who helped to translate Nuclear to that language.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
LanguageContributor
EnglishN/A
Frenchcharjac, Zalax
DutchVistaus
DanishHansen1992
Spanishmlucas94, emlautarom1
Polishkazimierczak-robert, gradzka
Germanschippas
Russianramstore07, dmtrshat
Brazilian PortugueseJoaoPedroMoraes
Turkish3DShark
Italiangello94
SlovakMartinT
CzechPetrTodorov
Tagaloggiftofgrub
Traditional Chineseoxygen-TW
SwedishPalleKarlsson
GreekShuin-San
\n

Development process

\n

First of all, be sure to check out the Contribution Wiki Page.

\n

Use npm:

\n
$ npm install # installs dependencies\n$ npm start
\n

A new window should open that will load the web app and run Nuclear.

\n
\n

To build for current operating system:

\n
$ lerna bootstrap\n$ npm run build
\n

Instead of build you can use build:all to build for all operating systems. The binaries will be in packages/app/release

\n
\n

It's also possible to run the development environment using docker containers, but this should be considered experimental.

\n

You will need docker and docker-compose. You need to allow the root user to connect to X11 display, and then you can run docker-compose:

\n
$ xhost SI:localuser:root\n$ sudo docker-compose up dev
\n

As of now you can also build a flatpak version. You will need to install gobject-introspection, and flatpak-builder. After this you will need to install the runtimes and depedencies required by flatapk-builder for the compile process. You will need the 19.08 version of these flatpaks.

\n
$ flatpak install flathub org.freedesktop.Platform\n$ flatpak install flathub org.freedesktop.Sdk\n$ flatpak install flathub io.atom.electron.BaseApp
\n

Next, to build the project (use the --verbose flag to get more output):

\n
$ flatpak-builder build-dir org.js.nuclear.Nuclear.json
\n

To run the built app:

\n
$ flatpak-builder --run build-dir org.js.nuclear.Nuclear.json run.sh
\n

You can turn the app to a local repo. currently the file builds the latest release.

\n

Screenshots

\n

This will be updated as the program evolves.

\n

\"Album

\n

\"Album

\n

\"Artist

\n

\"Dashboard

\n

\"Dashboard

\n

\"Playlist

\n

\"Lyrics

\n

\"Equalizer

\n

License

\n

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:37.894Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.816Z" + }, + "odrive": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.829Z" }, "odio": { - "readmeCleaned": "

odio is now Strimio!

\n

Today, we have some very special news regarding the evolution of our company.

\n

This new identity aligns with our focus — to provide the best streaming service out there.

\n

Strimio website:

\n

https://www.strimio.com

\n
", - "readmeOriginal": "

odio is now Strimio!

\n

Today, we have some very special news regarding the evolution of our company.

\n

This new identity aligns with our focus — to provide the best streaming service out there.

\n

Strimio website:

\n

https://www.strimio.com

\n
", - "readmeFetchedAt": "2020-09-17T12:09:38.113Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.830Z" }, - "now": { - "readmeCleaned": "

Now Desktop

\n

IMPORTANT: Now Desktop is no longer under active development (with the exception of receiving security updates).

\n

We recommend using our Git Integration instead, or installing our command-line interface if you'd like to deploy from your terminal.

\n
\n

\"macOS\n\"Windows\n\"Join

\n

For more details about Now and why you should use it, head to this page.

\n

Usage

\n

You can download the latest release here.

\n

If you're using Homebrew Cask, you can install it by running these commands:

\n
brew update\nbrew cask install now
\n

Caught a bug?

\n
    \n
  1. Fork this repository to your own GitHub account and then clone it to your local device
  2. \n
  3. Install the dependencies: yarn install
  4. \n
  5. Start the app: yarn start
  6. \n
\n

To make sure that your code works in the bundled application, you can generate the binaries like this:

\n
yarn run build
\n

After that, you'll find them in the ./dist folder!

\n

Authors

\n\n
", - "readmeOriginal": "

Now Desktop

\n

IMPORTANT: Now Desktop is no longer under active development (with the exception of receiving security updates).

\n

We recommend using our Git Integration instead, or installing our command-line interface if you'd like to deploy from your terminal.

\n
\n

\"macOS\n\"Windows\n\"Join

\n

For more details about Now and why you should use it, head to this page.

\n

Usage

\n

You can download the latest release here.

\n

If you're using Homebrew Cask, you can install it by running these commands:

\n
brew update\nbrew cask install now
\n

Caught a bug?

\n
    \n
  1. Fork this repository to your own GitHub account and then clone it to your local device
  2. \n
  3. Install the dependencies: yarn install
  4. \n
  5. Start the app: yarn start
  6. \n
\n

To make sure that your code works in the bundled application, you can generate the binaries like this:

\n
yarn run build
\n

After that, you'll find them in the ./dist folder!

\n

Authors

\n\n
", - "readmeFetchedAt": "2020-09-17T12:09:38.177Z" + "oh-my-desk": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.850Z" }, "ohhai-browser": { - "readmeCleaned": "
\n\n

OhHai Browser

\n

\"GitHub \n \"Discord\"

\n

A browser built on top of Electron using nothing but pure web technologies.

\n

\"Browser

\n
\n

Features

\n
    \n
  • Your web menu - Open tabs, your favorites and history only one click away, no longer hidden behind a scrollbar or menu option.
  • \n
  • Smarter url bar - Our URL bar will show you the true domain of a site just in case you do click anything fishy.
  • \n
  • Minimal UI - The simplest we could possible make the browser without causing more clicks.
  • \n
\n

Contributing

\n

If you find any bugs or want to improve OhHai Browser please feel free to submit a pull request, open an issue or send a homing pigeon. OhHai Browser is under constant development meaning bugs may happen from time to time (we're only human!). It would be great if you could point these our or even help us defeat them.

\n

Running

\n

Before running OhHai Browser please make sure you have the latest Node.js installed on your machine.

\n

To run, open the repo in a terminal and run:

\n
npm install\n
\n

Once this is done you can open the project in your editor of choice and run:

\n
npm run debug\n
\n

This should open the development version of the browser.

\n

Simples!

\n
", - "readmeOriginal": "
\n\n

OhHai Browser

\n

\"GitHub \n \"Discord\"

\n

A browser built on top of Electron using nothing but pure web technologies.

\n

\"Browser

\n
\n

Features

\n
    \n
  • Your web menu - Open tabs, your favorites and history only one click away, no longer hidden behind a scrollbar or menu option.
  • \n
  • Smarter url bar - Our URL bar will show you the true domain of a site just in case you do click anything fishy.
  • \n
  • Minimal UI - The simplest we could possible make the browser without causing more clicks.
  • \n
\n

Contributing

\n

If you find any bugs or want to improve OhHai Browser please feel free to submit a pull request, open an issue or send a homing pigeon. OhHai Browser is under constant development meaning bugs may happen from time to time (we're only human!). It would be great if you could point these our or even help us defeat them.

\n

Running

\n

Before running OhHai Browser please make sure you have the latest Node.js installed on your machine.

\n

To run, open the repo in a terminal and run:

\n
npm install\n
\n

Once this is done you can open the project in your editor of choice and run:

\n
npm run debug\n
\n

This should open the development version of the browser.

\n

Simples!

\n
", - "readmeFetchedAt": "2020-09-17T12:09:38.228Z" - }, - "odrive": { - "readmeCleaned": "

\n \n

\n

\n Sync your files and folders simply\n

\n

\n

\n\n\t\n\n

\n

ODrive

\n

Recommend to use VGrive as alternative of this app :

\n

https://github.com/bcedu/VGrive/

\n

Clone and run for a quick way to see ODrive (OpenSource Drive) in action.

\n\n

Supported Operating Systems

\n

\"Snap\n\"Travis\n\"Dependencies\n\"devDependency\n\"Code

\n\n

To Use

\n

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer.

\n

The first thing you need is the source code, in your command line:

\n
# Clone this repository\ngit clone https://github.com/liberodark/ODrive
\n

This will download all the source code in a "ODrive" folder in the current directory. Alternatively, you can download and extract the zip from github's interface.

\n

The steps below (Setup, Build, Run) are to execute in order to ready everything.

\n

Setup

\n

This step is only needed once, in order to install the necessary environment on your computer for ODrive to run.

\n
# Needed for electron 1.7+ to run, as it's based on chrome\nsudo apt install libgconf-2-4
\n

Note: If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

\n

Build

\n

This step is to execute every new version of the source code.

\n

In the project directory:

\n
npm install
\n

Note: If you're using Ubuntu and you get an error message about a missing node binary, you may want to try this:

\n

sudo ln -s `which nodejs` /usr/bin/node

\n

If you are working on the code yourself and editing some files in app/assets/, you will need to run npm run webpack (or npm install) for those changes to have an impact on the application.

\n

Run

\n

In the project directory:

\n
npm start
\n

On Windows, you can make a .bat file with start cmd /k npm start that then you can double click to launch the program.

\n

The launch-on-startup functionality is only available on bundled releases. See the Deployment section.

\n

Testing

\n

To make sure the code is ok and run some sanity checks on it:

\n
npm test
\n

Deployment

\n

Releases

\n

There are currently three "release" formats supported: nsis (Windows installer) for Windows, AppImage for Linux, and DMG for Mac. You can generate them like this:

\n
npm run release-windows\nnpm run release-linux\nnpm run release-mac
\n

To create a different format, like a deb or rpm package for example:

\n

For DEB

\n
npm run release-linux deb
\n

For RPM

\n
sudo yum install rpm-build -y\nnpm run release-linux rpm\n
\n

The releases are generated in the dist folder.

\n

All formats supported by electron-builder are available, such as 7z, zip, tar.gz, deb, rpm, freebsd, pacman, p5p, apk, dmg, pkg, mas, nsis, appx, msi...

\n

Permissionless deployment

\n

An appimage on linux already runs permissionless. Anyway, you can just do:

\n
# Permissonless deployment\nnpm run release-windows dir # or zip, 7zip, tar.xz, tar.7z, ...
\n

This will create a folder in dist that you can just copy to a Windows machine.

\n

License

\n

GPL v3

\n
", - "readmeOriginal": "

\n \n

\n

\n Sync your files and folders simply\n

\n

\n

\n\n\t\n\n

\n

ODrive

\n

Recommend to use VGrive as alternative of this app :

\n

https://github.com/bcedu/VGrive/

\n

Clone and run for a quick way to see ODrive (OpenSource Drive) in action.

\n\n

Supported Operating Systems

\n

\"Snap\n\"Travis\n\"Dependencies\n\"devDependency\n\"Code

\n\n

To Use

\n

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer.

\n

The first thing you need is the source code, in your command line:

\n
# Clone this repository\ngit clone https://github.com/liberodark/ODrive
\n

This will download all the source code in a \"ODrive\" folder in the current directory. Alternatively, you can download and extract the zip from github's interface.

\n

The steps below (Setup, Build, Run) are to execute in order to ready everything.

\n

Setup

\n

This step is only needed once, in order to install the necessary environment on your computer for ODrive to run.

\n
# Needed for electron 1.7+ to run, as it's based on chrome\nsudo apt install libgconf-2-4
\n

Note: If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

\n

Build

\n

This step is to execute every new version of the source code.

\n

In the project directory:

\n
npm install
\n

Note: If you're using Ubuntu and you get an error message about a missing node binary, you may want to try this:

\n

sudo ln -s `which nodejs` /usr/bin/node

\n

If you are working on the code yourself and editing some files in app/assets/, you will need to run npm run webpack (or npm install) for those changes to have an impact on the application.

\n

Run

\n

In the project directory:

\n
npm start
\n

On Windows, you can make a .bat file with start cmd /k npm start that then you can double click to launch the program.

\n

The launch-on-startup functionality is only available on bundled releases. See the Deployment section.

\n

Testing

\n

To make sure the code is ok and run some sanity checks on it:

\n
npm test
\n

Deployment

\n

Releases

\n

There are currently three \"release\" formats supported: nsis (Windows installer) for Windows, AppImage for Linux, and DMG for Mac. You can generate them like this:

\n
npm run release-windows\nnpm run release-linux\nnpm run release-mac
\n

To create a different format, like a deb or rpm package for example:

\n

For DEB

\n
npm run release-linux deb
\n

For RPM

\n
sudo yum install rpm-build -y\nnpm run release-linux rpm\n
\n

The releases are generated in the dist folder.

\n

All formats supported by electron-builder are available, such as 7z, zip, tar.gz, deb, rpm, freebsd, pacman, p5p, apk, dmg, pkg, mas, nsis, appx, msi...

\n

Permissionless deployment

\n

An appimage on linux already runs permissionless. Anyway, you can just do:

\n
# Permissonless deployment\nnpm run release-windows dir # or zip, 7zip, tar.xz, tar.7z, ...
\n

This will create a folder in dist that you can just copy to a Windows machine.

\n

License

\n

GPL v3

\n
", - "readmeFetchedAt": "2020-09-17T12:09:38.257Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.861Z" }, - "oh-my-desk": { - "readmeCleaned": "

\"Oh-My-Desk-logo\"

\n

Oh-My-Desk

\n

\n \"Circle\n \"Coverage\n \"License\"\n
\n \n \"github\n \"Total\n

\n

It is using web page as a widget that desktop application.

\n

Download

\n

For Window

\n

For MacOS

\n

OverView

\n

Whole view

\n

\n \"oh-my-desk\n

\n

\n Can stick web-site in desktop.\n

\n

Search Window

\n

\n \"oh-my-desk\n

\n

\n Can manage widget. And open using keyboard-hotkey without mouse.\n

\n

Widget Detail

\n

\n \"oh-my-desk\n

\n

\n Widget looks like browser. Can using almost feature about browser.\n

\n

Preference

\n

\n \"oh-my-desk\n

\n

\n Can configure `oh-my-desk` application.\n

\n

Getting Started

\n

This project use yarn for package manager.

\n

Project Clone

\n
git clone https://github.com/AhKi/oh-my-desk.git\ncd oh-my-desk\n
\n

Download Dependency

\n
yarn\n
\n

Start Project

\n
yarn start \n
\n

Unit test

\n
yarn test\nyarn show:coverage // if you want to show coverage\n
\n

Packaging(Make install file)

\n
yarn package\n
\n

Contributing

\n

Welcome about any tiny issue.

\n

We want to using this application widely.

\n

So many registration issues are welcome because we want to receive various opinions.

\n

If you want chat us, Join Oh-My-Desk Open Community in slack

\n

License

\n

oh-my-desk is licensed under the GNU GENERAL PUBLIC LICENSE v3.

\n
Copyright (C) 2017-present,  HyunmoAhn\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program.  If not, see <http://www.gnu.org/licenses/>.\n
\n
", - "readmeOriginal": "

\"Oh-My-Desk-logo\"

\n

Oh-My-Desk

\n

\n \"Circle\n \"Coverage\n \"License\"\n
\n \n \"github\n \"Total\n

\n

It is using web page as a widget that desktop application.

\n

Download

\n

For Window

\n

For MacOS

\n

OverView

\n

Whole view

\n

\n \"oh-my-desk\n

\n

\n Can stick web-site in desktop.\n

\n

Search Window

\n

\n \"oh-my-desk\n

\n

\n Can manage widget. And open using keyboard-hotkey without mouse.\n

\n

Widget Detail

\n

\n \"oh-my-desk\n

\n

\n Widget looks like browser. Can using almost feature about browser.\n

\n

Preference

\n

\n \"oh-my-desk\n

\n

\n Can configure `oh-my-desk` application.\n

\n

Getting Started

\n

This project use yarn for package manager.

\n

Project Clone

\n
git clone https://github.com/AhKi/oh-my-desk.git\ncd oh-my-desk\n
\n

Download Dependency

\n
yarn\n
\n

Start Project

\n
yarn start \n
\n

Unit test

\n
yarn test\nyarn show:coverage // if you want to show coverage\n
\n

Packaging(Make install file)

\n
yarn package\n
\n

Contributing

\n

Welcome about any tiny issue.

\n

We want to using this application widely.

\n

So many registration issues are welcome because we want to receive various opinions.

\n

If you want chat us, Join Oh-My-Desk Open Community in slack

\n

License

\n

oh-my-desk is licensed under the GNU GENERAL PUBLIC LICENSE v3.

\n
Copyright (C) 2017-present,  HyunmoAhn\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program.  If not, see <http://www.gnu.org/licenses/>.\n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:38.274Z" + "onoffice": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.865Z" }, "one-left": { - "readmeCleaned": "
", - "readmeOriginal": "
", - "readmeFetchedAt": "2020-09-17T12:09:38.494Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.882Z" }, "open-ias-scoreboard": { - "readmeCleaned": "

\n

Open IAS Scoreboard

\n

\"Travis\n\"Drone\n\"License:\n\"GitHub\n\"FOSSA

\n

Open IAS Scoreboard is still in development and not ready for production use.

\n

Open IAS Scoreboard is an Electron application originaly for putting scoreboards on IASAS event livestreams.

\n

While this was the original use of Open IAS Scoreboard, feel free to use the program for any purpose. Any pull requests that expand the capabilities of Open IAS Scoreboard, even beyond the original purpose is appreciated.

\n

Features

\n
    \n
  • Scorekeeping
  • \n
  • Game Clock\n
      \n
    • Count Down
    • \n
    • Count Up
    • \n
    • Adjust on the fly
    • \n
    \n
  • \n
  • Keyboard Bindings
  • \n
  • Set Team Logo
  • \n
  • Multiple Scoreboard Tabs\n
      \n
    • Set up future games in a new tab then keep it hidden
    • \n
    • Control multiple Scoreboard scoreboards through one control window.
    • \n
    \n
  • \n
  • Open Source
  • \n
  • Cross Platform
  • \n
\n

\"Control\n\"Scoreboard

\n

Contributing

\n

Contributing

\n

If you found a bug or have a feature request, please make an issue.

\n

Feel free to make pull requests with bug fixes or new features. You may also make an issue with a new feature proposal so that it can be discussed before beginning work.

\n

License

\n

Copyright © 2019 Gary Kim <gary@garykim.dev>

\n

Source code licensed under AGPL-3.0-only

\n

\"FOSSA

\n
", - "readmeOriginal": "

\n

Open IAS Scoreboard

\n

\"Travis\n\"Drone\n\"License:\n\"GitHub\n\"FOSSA

\n

Open IAS Scoreboard is still in development and not ready for production use.

\n

Open IAS Scoreboard is an Electron application originaly for putting scoreboards on IASAS event livestreams.

\n

While this was the original use of Open IAS Scoreboard, feel free to use the program for any purpose. Any pull requests that expand the capabilities of Open IAS Scoreboard, even beyond the original purpose is appreciated.

\n

Features

\n
    \n
  • Scorekeeping
  • \n
  • Game Clock\n
      \n
    • Count Down
    • \n
    • Count Up
    • \n
    • Adjust on the fly
    • \n
    \n
  • \n
  • Keyboard Bindings
  • \n
  • Set Team Logo
  • \n
  • Multiple Scoreboard Tabs\n
      \n
    • Set up future games in a new tab then keep it hidden
    • \n
    • Control multiple Scoreboard scoreboards through one control window.
    • \n
    \n
  • \n
  • Open Source
  • \n
  • Cross Platform
  • \n
\n

\"Control\n\"Scoreboard

\n

Contributing

\n

Contributing

\n

If you found a bug or have a feature request, please make an issue.

\n

Feel free to make pull requests with bug fixes or new features. You may also make an issue with a new feature proposal so that it can be discussed before beginning work.

\n

License

\n

Copyright © 2019 Gary Kim <gary@garykim.dev>

\n

Source code licensed under AGPL-3.0-only

\n

\"FOSSA

\n
", - "readmeFetchedAt": "2020-09-17T12:09:38.534Z" - }, - "onoffice": { - "readmeCleaned": "

On/Office

\n

\"\"

\n

On/Office was created to give you some distraction-free privacy during your work. Making use of powerful Virtual Reality and Web technologies, this application offers you a customisable, virtual room where the screen from your computer is streamed in front of you. Fetch a comfy seat, wear your headset and get ready to work distraction-free.

\n

Features

\n

🏢 Carry a virtual office with you anywhere.

\n

🌍 Change your environment to anything you'd like with a Panoramic image.

\n

🔗 Powered by web technology. Runs on any headset supporting WebVR.

\n

🖱️ A handy virtual cursor to keep your mouse position on the virtual screen synced at all times

\n

💻 Available for Windows and Mac. Linux version pending.

\n

😎 Fully open-source. Read the DEVELOPMENT.md file for more background on how the code is structured and how you can get involved.

\n

Supported headsets

\n
    \n
  • HTC Vive
  • \n
  • Windows MR
  • \n
  • Oculus Quest
  • \n
  • Oculus Go
  • \n
  • Samsung Gear VR
  • \n
  • Google Daydream
  • \n
  • Google Cardboard (Android & iOS)
  • \n
\n

(but technically, any headset with support for WebVR will work)

\n

Roadmap

\n
    \n
  • Provide separate instructions per supported headset (*)
  • \n
  • Add support for environments built in AFrame (*)
  • \n
  • Place applications as separate windows in the virtual environments (*)
  • \n
\n

These issues are sorted in random order. Each item has an entry on the issues page. You can find the current progress there. Feel free to contribute in any way possible. Anything is welcome: Feedback, thoughts on priority, implementations, ideas for new features, etc.

\n

Contributors

\n
    \n
  • Nick van Manen for his invaluable contributions in getting this project up and running.
  • \n
  • Janine Terlouw for the wonderful UX designs
  • \n
  • Peter Kassenaar whose workshop inspired me to rewrite the client to a VueJS project.
  • \n
\n
", - "readmeOriginal": "

On/Office

\n

\"\"

\n

On/Office was created to give you some distraction-free privacy during your work. Making use of powerful Virtual Reality and Web technologies, this application offers you a customisable, virtual room where the screen from your computer is streamed in front of you. Fetch a comfy seat, wear your headset and get ready to work distraction-free.

\n

Features

\n

🏢 Carry a virtual office with you anywhere.

\n

🌍 Change your environment to anything you'd like with a Panoramic image.

\n

🔗 Powered by web technology. Runs on any headset supporting WebVR.

\n

🖱️ A handy virtual cursor to keep your mouse position on the virtual screen synced at all times

\n

💻 Available for Windows and Mac. Linux version pending.

\n

😎 Fully open-source. Read the DEVELOPMENT.md file for more background on how the code is structured and how you can get involved.

\n

Supported headsets

\n
    \n
  • HTC Vive
  • \n
  • Windows MR
  • \n
  • Oculus Quest
  • \n
  • Oculus Go
  • \n
  • Samsung Gear VR
  • \n
  • Google Daydream
  • \n
  • Google Cardboard (Android & iOS)
  • \n
\n

(but technically, any headset with support for WebVR will work)

\n

Roadmap

\n
    \n
  • Provide separate instructions per supported headset (*)
  • \n
  • Add support for environments built in AFrame (*)
  • \n
  • Place applications as separate windows in the virtual environments (*)
  • \n
\n

These issues are sorted in random order. Each item has an entry on the issues page. You can find the current progress there. Feel free to contribute in any way possible. Anything is welcome: Feedback, thoughts on priority, implementations, ideas for new features, etc.

\n

Contributors

\n
    \n
  • Nick van Manen for his invaluable contributions in getting this project up and running.
  • \n
  • Janine Terlouw for the wonderful UX designs
  • \n
  • Peter Kassenaar whose workshop inspired me to rewrite the client to a VueJS project.
  • \n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:38.589Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.890Z" }, "opale-messenger": { - "readmeCleaned": "

\n\"Opale-Messenger\"\n Opale Messenger \n

\n

\n Opale is a wrapper for the famous Facebook Messenger widely used nowadays. More than a wrapper, Opale brings\nsomething very particular, the Opale bubble. You've certainly experienced the Facebook Messenger bubble which you\ncan play with on your Android smartphone, Opale does the same old trick on your computer. The bubble tells you\nhow many conversations you've missed, and it blinks when you get incoming messages. It's really useful when you're\nmulti-tasking and you just don't want to switch between tabs or windows slowly since it's a pain.

\n

\n\"Opale-Messenger\"\n

\n

Features

\n
    \n
  • Messenger app native from Facebook
  • \n
  • Bubble which you can interact with and use to show/hide chat and which you can move around.
  • \n
  • Shortcuts which you can use to show/hide the bubble or show/hide the chat.
  • \n
  • Some settings allowing you to save your account informations and to log you automatically in Messenger.
  • \n
  • The bubble keeps always on top so that you can always have it right under the hand.
  • \n
  • Opale Messenger keeps in your system tray, and the bubble can be toggled by right-cliking on it.
  • \n
\n

Keyboard shortcuts

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
DescriptionKeys
Toggle bubbleAlt Q
Toggle chat windowAlt A
Unfocus the bubbleAlt Z
\n

Install

\n
$ git clone https://github.com/DavidMellul/Opale-Messenger.git\n$ cd Opale-Messenger\n$ npm install\n$ npm start
\n

Platforms supported

\n

Since I'm developing Opale Messenger on Windows, everything should work fine on any Windows OS.

\nSince Electron is cross-platform, it should also work well on Mac OS X & Linux but I can't ensure it.

\n

I've tested Opale Messenger on Mac OS Sierra thank's to vmware, everything seems alright.
\nThank's to @svin83 who has tested on Linux Mint Mate, Opale works on this Linux distribution and certainly on other distros (Note: The bubble's background doesn't work well on Linux -> see issue).

\n

Builds and Installers

\n

Till now (the 20 January 2017 when I'm writing) the only installer I've been making (with electron-packager and innoSetup) is for Windows 32 bits, so that it works on both operating systems no matter it's architecture is wheter x86 or x64.

\n

Installer for Windows 32-64 bits : http://dmware.fr/opale/opale_setup.exe
\nDMG for Mac OS 64 bits : http://dmware.fr/opale/opale.dmg
\nFor Linux users, simply follow the command-line steps

\n

Important: Your antivirus may consider checking the installer and the launcher the first time, nevermind I didn't sign my software, nothing to worry about.

\n

Further improvements

\n

I would be glad if someone could give me a feedback or just tell me how I could simply improve.
\nI would consider being a lot more greatful if someone could package the app so that users could use Opale Messenger on both Windows and Mac (Linux maybe ?) with an installer. ( ---> Further teamworking on cool projects ?)

\n

Bugs and Issues

\n

If you catch any suspect behavior or anything you could simply describe as an "issue" / "bug", please post an issue / pull request about it.

\n

Disclaimer

\n

Remark 1: I'm a student in computer science, I'm mainly focused on software development, please be constructive and keen on anything you could think is a bad habit since I've almost never experienced web development more than some tricky webdesign and some AJAX (JQuery / JS / PHP).

\nRemark 2: I don't believe I'll have time to maintain this project or to make it better since it's purpose was to train cross-platform hybrid software development, any help would be sincerely very appreciated.

\n

License

\n

This software is under the MIT License which can be found in the file named as LICENSE.

\n
", - "readmeOriginal": "

\n\"Opale-Messenger\"\n Opale Messenger \n

\n

\n Opale is a wrapper for the famous Facebook Messenger widely used nowadays. More than a wrapper, Opale brings\nsomething very particular, the Opale bubble. You've certainly experienced the Facebook Messenger bubble which you\ncan play with on your Android smartphone, Opale does the same old trick on your computer. The bubble tells you\nhow many conversations you've missed, and it blinks when you get incoming messages. It's really useful when you're\nmulti-tasking and you just don't want to switch between tabs or windows slowly since it's a pain.

\n

\n\"Opale-Messenger\"\n

\n

Features

\n
    \n
  • Messenger app native from Facebook
  • \n
  • Bubble which you can interact with and use to show/hide chat and which you can move around.
  • \n
  • Shortcuts which you can use to show/hide the bubble or show/hide the chat.
  • \n
  • Some settings allowing you to save your account informations and to log you automatically in Messenger.
  • \n
  • The bubble keeps always on top so that you can always have it right under the hand.
  • \n
  • Opale Messenger keeps in your system tray, and the bubble can be toggled by right-cliking on it.
  • \n
\n

Keyboard shortcuts

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
DescriptionKeys
Toggle bubbleAlt Q
Toggle chat windowAlt A
Unfocus the bubbleAlt Z
\n

Install

\n
$ git clone https://github.com/DavidMellul/Opale-Messenger.git\n$ cd Opale-Messenger\n$ npm install\n$ npm start
\n

Platforms supported

\n

Since I'm developing Opale Messenger on Windows, everything should work fine on any Windows OS.

\nSince Electron is cross-platform, it should also work well on Mac OS X & Linux but I can't ensure it.

\n

I've tested Opale Messenger on Mac OS Sierra thank's to vmware, everything seems alright.
\nThank's to @svin83 who has tested on Linux Mint Mate, Opale works on this Linux distribution and certainly on other distros (Note: The bubble's background doesn't work well on Linux -> see issue).

\n

Builds and Installers

\n

Till now (the 20 January 2017 when I'm writing) the only installer I've been making (with electron-packager and innoSetup) is for Windows 32 bits, so that it works on both operating systems no matter it's architecture is wheter x86 or x64.

\n

Installer for Windows 32-64 bits : http://dmware.fr/opale/opale_setup.exe
\nDMG for Mac OS 64 bits : http://dmware.fr/opale/opale.dmg
\nFor Linux users, simply follow the command-line steps

\n

Important: Your antivirus may consider checking the installer and the launcher the first time, nevermind I didn't sign my software, nothing to worry about.

\n

Further improvements

\n

I would be glad if someone could give me a feedback or just tell me how I could simply improve.
\nI would consider being a lot more greatful if someone could package the app so that users could use Opale Messenger on both Windows and Mac (Linux maybe ?) with an installer. ( ---> Further teamworking on cool projects ?)

\n

Bugs and Issues

\n

If you catch any suspect behavior or anything you could simply describe as an \"issue\" / \"bug\", please post an issue / pull request about it.

\n

Disclaimer

\n

Remark 1: I'm a student in computer science, I'm mainly focused on software development, please be constructive and keen on anything you could think is a bad habit since I've almost never experienced web development more than some tricky webdesign and some AJAX (JQuery / JS / PHP).

\nRemark 2: I don't believe I'll have time to maintain this project or to make it better since it's purpose was to train cross-platform hybrid software development, any help would be sincerely very appreciated.

\n

License

\n

This software is under the MIT License which can be found in the file named as LICENSE.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:38.593Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.904Z" }, - "opencomic": { - "readmeCleaned": "

Download version 0.2.0

\n
Windows
\n\n
macOS
\n\n
Linux
\n\n
Linux Arm64
\n\n

ScreenShot

\n

\"Screenshot\"

\n

Features

\n
    \n
  • Support this image formats: JPG, PNG, APNG, GIF, WEBP, SVG, BMP, ICO
  • \n
  • Support this compressed formats: PDF, RAR, ZIP, 7Z, TAR, CBR, CBZ, CB7, CBT
  • \n
  • Manga read mode
  • \n
  • Webtoon read mode
  • \n
  • Double page view
  • \n
  • Bookmarks and continue reading
  • \n
  • Floating magnifying glass
  • \n
  • Reading in scroll or slide
  • \n
\n

Installation and Starting for development

\n

Requirements: Git, Node and NPM

\n
git clone https://github.com/ollm/OpenComic.git\ncd OpenComic\nnpm install\nnpm install --only=dev\nnpm run rebuild\nnpm start
\n

Pepper & Carrot

\n

This application contains as example the webcomic Pepper&Carrot by David Revoy\nlicensed under the Creative Commons Attribution 4.0 International (CC BY 4.0).

\n

Based on the universe of Hereva created by David Revoy with contributions by Craig Maloney.\nCorrections by Willem Sonke, Moini, Hali, CGand and Alex Gryson.\nTranslated into Spanish by TheFaico

\n
", - "readmeOriginal": "

Download version 0.2.0

\n
Windows
\n\n
macOS
\n\n
Linux
\n\n
Linux Arm64
\n\n

ScreenShot

\n

\"Screenshot\"

\n

Features

\n
    \n
  • Support this image formats: JPG, PNG, APNG, GIF, WEBP, SVG, BMP, ICO
  • \n
  • Support this compressed formats: PDF, RAR, ZIP, 7Z, TAR, CBR, CBZ, CB7, CBT
  • \n
  • Manga read mode
  • \n
  • Webtoon read mode
  • \n
  • Double page view
  • \n
  • Bookmarks and continue reading
  • \n
  • Floating magnifying glass
  • \n
  • Reading in scroll or slide
  • \n
\n

Installation and Starting for development

\n

Requirements: Git, Node and NPM

\n
git clone https://github.com/ollm/OpenComic.git\ncd OpenComic\nnpm install\nnpm install --only=dev\nnpm run rebuild\nnpm start
\n

Pepper & Carrot

\n

This application contains as example the webcomic Pepper&Carrot by David Revoy\nlicensed under the Creative Commons Attribution 4.0 International (CC BY 4.0).

\n

Based on the universe of Hereva created by David Revoy with contributions by Craig Maloney.\nCorrections by Willem Sonke, Moini, Hali, CGand and Alex Gryson.\nTranslated into Spanish by TheFaico

\n
", - "readmeFetchedAt": "2020-09-17T12:09:38.872Z" + "openbazaar": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.914Z" }, "open-log-viewer": { - "readmeCleaned": "

\n \"Open\n
\n Open Log Viewer\n

\n

\n A multi-platform log viewer built with Electron and styled with Material Design.\n

\n

\n Key Features •\n Installation •\n Download •\n Release Notes •\n Credits •\n License\n

\n

\"screenshot\"

\n

Key Features

\n
    \n
  • Multiple opened files in tabs.
  • \n
  • Tail file changes.
  • \n
  • Filter log levels.
  • \n
  • Colored log entries.
  • \n
  • Customize log levels pattern.
  • \n
  • Customize log levels color.
  • \n
  • Cross platform\n
      \n
    • Windows, macOS and Linux ready.
    • \n
    \n
  • \n
\n

Installation

\n
# Clone this repository\n$ git clone https://github.com/tmoreno/open-log-viewer\n\n# Go into the repository\n$ cd open-log-viewer\n\n# Install dependencies\n$ npm install\n\n# Build app\n$ npm run build\n\n# Run the app\n$ npm run start
\n

Download

\n

Open Log Viewer is available for Linux, Mac and Windows

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
macOSWindowsLinux
DownloadDownloadDebian-based
RedHat-based
\n

Release Notes

\n

Version 1.4.1

\n

Bugs Fixed

\n
    \n
  • When a line starts with more than 4 spaces the line is whited.
  • \n
\n

Version 1.4.0

\n

Improvements

\n
    \n
  • Update to Electron 8 and the rest of dependencies.
  • \n
\n

Version 1.3.0

\n

Improvements

\n
    \n
  • Now you can use valid Java Script regular expressions when you specify a pattern for a log severity.
  • \n
\n

Bugs Fixed

\n
    \n
  • A button to close the about dialog should appear for linux and mac.
  • \n
\n

Version 1.2.1

\n

Improvements

\n\n

Version 1.2.0

\n

Improvements

\n
    \n
  • Added font size setting.
  • \n
  • Restart app when change a log pattern.
  • \n
\n

Bugs Fixed

\n
    \n
  • Reset settings when click on cancel button.
  • \n
\n

Version 1.1.2

\n

Bugs Fixed

\n
    \n
  • When there are more than one file opened then files with no line matches has the previous severity color.
  • \n
\n

Version 1.1.1

\n

Bugs Fixed

\n
    \n
  • If the first line does not match any log severity pattern, then the viewer was empty.
  • \n
\n

Version 1.1.0

\n

Improvements

\n
    \n
  • Enabled search feature. Press Ctrl+F or Command+F to find words or text in the log file.
  • \n
  • Show line numbers.
  • \n
\n

Drawbacks

\n
    \n
  • Color and patterns settings are global instead of by file.
  • \n
  • Changes on patterns are applied after restarting the application.
  • \n
  • Color and pattern settings are not migrated to this version, so you will lost them.
  • \n
\n

Credits

\n

This software uses the following open source packages:

\n\n

License

\n

This project is licensed under the GPLv3 License - see the LICENSE file for details

\n
\n
\n

Tomás Moreno Bernal  · \nGitHub @tmoreno  · \nTwitter @tmorenobernal

\n
\n
", - "readmeOriginal": "

\n \"Open\n
\n Open Log Viewer\n

\n

\n A multi-platform log viewer built with Electron and styled with Material Design.\n

\n

\n Key Features •\n Installation •\n Download •\n Release Notes •\n Credits •\n License\n

\n

\"screenshot\"

\n

Key Features

\n
    \n
  • Multiple opened files in tabs.
  • \n
  • Tail file changes.
  • \n
  • Filter log levels.
  • \n
  • Colored log entries.
  • \n
  • Customize log levels pattern.
  • \n
  • Customize log levels color.
  • \n
  • Cross platform\n
      \n
    • Windows, macOS and Linux ready.
    • \n
    \n
  • \n
\n

Installation

\n
# Clone this repository\n$ git clone https://github.com/tmoreno/open-log-viewer\n\n# Go into the repository\n$ cd open-log-viewer\n\n# Install dependencies\n$ npm install\n\n# Build app\n$ npm run build\n\n# Run the app\n$ npm run start
\n

Download

\n

Open Log Viewer is available for Linux, Mac and Windows

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
macOSWindowsLinux
DownloadDownloadDebian-based
RedHat-based
\n

Release Notes

\n

Version 1.4.1

\n

Bugs Fixed

\n
    \n
  • When a line starts with more than 4 spaces the line is whited.
  • \n
\n

Version 1.4.0

\n

Improvements

\n
    \n
  • Update to Electron 8 and the rest of dependencies.
  • \n
\n

Version 1.3.0

\n

Improvements

\n
    \n
  • Now you can use valid Java Script regular expressions when you specify a pattern for a log severity.
  • \n
\n

Bugs Fixed

\n
    \n
  • A button to close the about dialog should appear for linux and mac.
  • \n
\n

Version 1.2.1

\n

Improvements

\n\n

Version 1.2.0

\n

Improvements

\n
    \n
  • Added font size setting.
  • \n
  • Restart app when change a log pattern.
  • \n
\n

Bugs Fixed

\n
    \n
  • Reset settings when click on cancel button.
  • \n
\n

Version 1.1.2

\n

Bugs Fixed

\n
    \n
  • When there are more than one file opened then files with no line matches has the previous severity color.
  • \n
\n

Version 1.1.1

\n

Bugs Fixed

\n
    \n
  • If the first line does not match any log severity pattern, then the viewer was empty.
  • \n
\n

Version 1.1.0

\n

Improvements

\n
    \n
  • Enabled search feature. Press Ctrl+F or Command+F to find words or text in the log file.
  • \n
  • Show line numbers.
  • \n
\n

Drawbacks

\n
    \n
  • Color and patterns settings are global instead of by file.
  • \n
  • Changes on patterns are applied after restarting the application.
  • \n
  • Color and pattern settings are not migrated to this version, so you will lost them.
  • \n
\n

Credits

\n

This software uses the following open source packages:

\n\n

License

\n

This project is licensed under the GPLv3 License - see the LICENSE file for details

\n
\n
\n

Tomás Moreno Bernal  · \nGitHub @tmoreno  · \nTwitter @tmorenobernal

\n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:38.941Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.915Z" }, "opus": { - "readmeCleaned": "

\n \n

\n

Opus

\n

Opus is a minimal note-taking application.

\n

It aims to be a mix between a text-editor and code-editor. It reads and writes .note files from your native file system. This means it works well with tools like Dropbox for syncing files across your devices.

\n

Much like a code-editor, Opus opens folders and allows you to edit the files inside. You can have multiple windows open, each with a different folder.

\n

Features

\n
    \n
  • 🖋 Editing: Supports rich text editing with all the features you'd expect.
  • \n
  • 📄 Uses Files: Uses tangible files in JSON format, not inaccessible databases.
  • \n
  • 🌙 Dark Mode: Includes a dark mode for late night writing.
  • \n
  • ⚙️ Customizable: The sidebar and footer can be hidden for a more focused experience.
  • \n
  • 📂 Multiple Projects: Opus supports opening multiple folders at once.
  • \n
  • Simple: Opus has only the features you need.
  • \n
\n

Installation

\n

You can download the latest macOS binary from releases.

\n

Alternatively, you can run Opus locally from the command line:

\n
$ git clone https://github.com/pacocoursey/Opus.git\n$ cd opus\n$ npm install\n$ npm start
\n

Screenshots

\n

\"Opus\n\"Opus

\n

More Features

\n
    \n
  • Find, replace, goto functionalities.
  • \n
  • Spellchecker, easily replace with suggestions via right-click.
  • \n
  • Window settings (position, size, dark mode, etc...) are remembered between sessions.
  • \n
  • Export notes to plain text, html, and markdown files.
  • \n
  • Automatically ask to update note contents if it is edited elsewhere.
  • \n
  • Document statistics shown in the footer (line count, word count, cursor position).
  • \n
\n

Related

\n
    \n
  • Left: distractionless plain text writing application.
  • \n
  • Quill: The rich text editor that runs inside Opus.
  • \n
\n
", - "readmeOriginal": "

\n \n

\n

Opus

\n

Opus is a minimal note-taking application.

\n

It aims to be a mix between a text-editor and code-editor. It reads and writes .note files from your native file system. This means it works well with tools like Dropbox for syncing files across your devices.

\n

Much like a code-editor, Opus opens folders and allows you to edit the files inside. You can have multiple windows open, each with a different folder.

\n

Features

\n
    \n
  • 🖋 Editing: Supports rich text editing with all the features you'd expect.
  • \n
  • 📄 Uses Files: Uses tangible files in JSON format, not inaccessible databases.
  • \n
  • 🌙 Dark Mode: Includes a dark mode for late night writing.
  • \n
  • ⚙️ Customizable: The sidebar and footer can be hidden for a more focused experience.
  • \n
  • 📂 Multiple Projects: Opus supports opening multiple folders at once.
  • \n
  • Simple: Opus has only the features you need.
  • \n
\n

Installation

\n

You can download the latest macOS binary from releases.

\n

Alternatively, you can run Opus locally from the command line:

\n
$ git clone https://github.com/pacocoursey/Opus.git\n$ cd opus\n$ npm install\n$ npm start
\n

Screenshots

\n

\"Opus\n\"Opus

\n

More Features

\n
    \n
  • Find, replace, goto functionalities.
  • \n
  • Spellchecker, easily replace with suggestions via right-click.
  • \n
  • Window settings (position, size, dark mode, etc...) are remembered between sessions.
  • \n
  • Export notes to plain text, html, and markdown files.
  • \n
  • Automatically ask to update note contents if it is edited elsewhere.
  • \n
  • Document statistics shown in the footer (line count, word count, cursor position).
  • \n
\n

Related

\n
    \n
  • Left: distractionless plain text writing application.
  • \n
  • Quill: The rich text editor that runs inside Opus.
  • \n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:38.945Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.936Z" }, - "openbazaar": { - "readmeCleaned": "

OpenBazaar Client v2

\n

This is the reference client for the OpenBazaar network. It is an interface for your OpenBazaar node, to use it you will need to run an OpenBazaar node either locally or on a remote server.

\n

For full installable versions of the OpenBazaar app, with the server and client bundled together, go to the OpenBazaar download page.

\n

\"Build

\n

Getting Started

\n

To create a local development copy of the reference client, clone the client repository into a directory of your choice:

\n
    \n
  • git clone https://github.com/OpenBazaar/openbazaar-desktop
  • \n
\n

Make sure you have Node.js and NPM installed. Node versions older than 8.9.2 or NPM versions older than 5.5.1 may not work.

\n

This client uses Babel to compile ES6 JavaScript. You should be familiar with ES6 before modifying its code.

\n

Installation

\n
    \n
  1. Navigate to the directory you cloned the repo into.
  2. \n
  3. Enter npm install
  4. \n
\n

Running

\n

npm start will:

\n
    \n
  • compile your Sass / re-compile on changes
  • \n
  • run BrowserSync in watch mode so the app automatically refreshes on JS and HTML changes and dynamically injects any CSS / Sass changes**.
  • \n
  • launch the Electron app
  • \n
\n

** At this time, the app will not refresh on main.js (or other root folder JS changes). This would require the entire Electron app to refresh and BrowserSync is only refreshing our browser.

\n

Linux Troubleshooting

\n

If you see an ENOSPC error after trying npm start and you are using Linux, you may need to do the following:

\n
    \n
  1. Enter this on the command line:\necho fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
  2. \n
\n

For Arch Linux add this line to /etc/sysctl.d/99-sysctl.conf:\nfs.inotify.max_user_watches=524288

\n
    \n
  1. Execute: sysctl --system
  2. \n
\n

This will prevent your system from having errors due to too many files being watched.

\n

Linting

\n

npm run lint will run eslint on the JS files.

\n

npm run lint:watch will run eslint on any JS file changes.

\n

Testing

\n

npm run test will execute test files in the test folder.

\n

npm run test:watch will execute the tests on any file changes.

\n

Built With

\n\n

Contributing

\n

We welcome contributions to the reference client. The best way to get started is to look for an issue with the Help Wanted label.

\n

You can also look for issues with the bug label. These are confirmed bugs that need to be fixed.

\n

Contributions are expected to match the coding style already present in this repo, and must pass es-lint with no errors.

\n

Contributions that make visual changes are also expected to match the repo's current style.

\n

If you want to help with translations, please request to join the translation team at https://www.transifex.com/ob1/openbazaar.

\n

You can request new languages there, and contribute to the translation of existing languages.

\n

New languages are usually added when they reach 80% or more completion, and not removed from the client unless they fall below 60% for several releases.

\n

License

\n

This project is licensed under the MIT License. You can view LICENSE.MD for more details.

\n
", - "readmeOriginal": "

OpenBazaar Client v2

\n

This is the reference client for the OpenBazaar network. It is an interface for your OpenBazaar node, to use it you will need to run an OpenBazaar node either locally or on a remote server.

\n

For full installable versions of the OpenBazaar app, with the server and client bundled together, go to the OpenBazaar download page.

\n

\"Build

\n

Getting Started

\n

To create a local development copy of the reference client, clone the client repository into a directory of your choice:

\n
    \n
  • git clone https://github.com/OpenBazaar/openbazaar-desktop
  • \n
\n

Make sure you have Node.js and NPM installed. Node versions older than 8.9.2 or NPM versions older than 5.5.1 may not work.

\n

This client uses Babel to compile ES6 JavaScript. You should be familiar with ES6 before modifying its code.

\n

Installation

\n
    \n
  1. Navigate to the directory you cloned the repo into.
  2. \n
  3. Enter npm install
  4. \n
\n

Running

\n

npm start will:

\n
    \n
  • compile your Sass / re-compile on changes
  • \n
  • run BrowserSync in watch mode so the app automatically refreshes on JS and HTML changes and dynamically injects any CSS / Sass changes**.
  • \n
  • launch the Electron app
  • \n
\n

** At this time, the app will not refresh on main.js (or other root folder JS changes). This would require the entire Electron app to refresh and BrowserSync is only refreshing our browser.

\n

Linux Troubleshooting

\n

If you see an ENOSPC error after trying npm start and you are using Linux, you may need to do the following:

\n
    \n
  1. Enter this on the command line:\necho fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
  2. \n
\n

For Arch Linux add this line to /etc/sysctl.d/99-sysctl.conf:\nfs.inotify.max_user_watches=524288

\n
    \n
  1. Execute: sysctl --system
  2. \n
\n

This will prevent your system from having errors due to too many files being watched.

\n

Linting

\n

npm run lint will run eslint on the JS files.

\n

npm run lint:watch will run eslint on any JS file changes.

\n

Testing

\n

npm run test will execute test files in the test folder.

\n

npm run test:watch will execute the tests on any file changes.

\n

Built With

\n\n

Contributing

\n

We welcome contributions to the reference client. The best way to get started is to look for an issue with the Help Wanted label.

\n

You can also look for issues with the bug label. These are confirmed bugs that need to be fixed.

\n

Contributions are expected to match the coding style already present in this repo, and must pass es-lint with no errors.

\n

Contributions that make visual changes are also expected to match the repo's current style.

\n

If you want to help with translations, please request to join the translation team at https://www.transifex.com/ob1/openbazaar.

\n

You can request new languages there, and contribute to the translation of existing languages.

\n

New languages are usually added when they reach 80% or more completion, and not removed from the client unless they fall below 60% for several releases.

\n

License

\n

This project is licensed under the MIT License. You can view LICENSE.MD for more details.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:38.950Z" + "opencomic": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.938Z" + }, + "orb": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.942Z" }, "overlay": { - "readmeCleaned": "

\"Build

\n

Overlay

\n

\"\"

\n

Overlay is a set of tools for developers and designers to measure, align and overlay on-screen graphics and layouts. Similar to xScope but with a simple interface, limited functionality and open source.

\n

Download (Mac only)

\n

Goals

\n
    \n
  • Minimal interface
  • \n
  • Simple to use
  • \n
  • Free - always
  • \n
\n

Toolbox

\n

\"\"

\n

From the toolbox you can manage, add tools, display the help page, and show or hide all the items in the screen.

\n

Tools

\n

Guides

\n

Horizontal and vertical guides are useful when you need to align several items in the same axis.

\n

\"\"

\n

Rulers

\n

Rulers are great to measure objects, they are semi-transparent, in different colors, and can be cloned.

\n

\"\"

\n

Onion images

\n

The onion image serve as a visual guide to match a layout. Opacity and inverted colors can be applied.

\n

\"\"

\n

\"\"

\n

The Grid

\n

The grid is similar to the ruler but covers the whole screen and has no background color. It is a 10x10 pixels fixed grid but that value can be defined in the settings.

\n

\"\"

\n

Columns

\n

In progress. Not ready yet.

\n
", - "readmeOriginal": "

\"Build

\n

Overlay

\n

\"\"

\n

Overlay is a set of tools for developers and designers to measure, align and overlay on-screen graphics and layouts. Similar to xScope but with a simple interface, limited functionality and open source.

\n

Download (Mac only)

\n

Goals

\n
    \n
  • Minimal interface
  • \n
  • Simple to use
  • \n
  • Free - always
  • \n
\n

Toolbox

\n

\"\"

\n

From the toolbox you can manage, add tools, display the help page, and show or hide all the items in the screen.

\n

Tools

\n

Guides

\n

Horizontal and vertical guides are useful when you need to align several items in the same axis.

\n

\"\"

\n

Rulers

\n

Rulers are great to measure objects, they are semi-transparent, in different colors, and can be cloned.

\n

\"\"

\n

Onion images

\n

The onion image serve as a visual guide to match a layout. Opacity and inverted colors can be applied.

\n

\"\"

\n

\"\"

\n

The Grid

\n

The grid is similar to the ruler but covers the whole screen and has no background color. It is a 10x10 pixels fixed grid but that value can be defined in the settings.

\n

\"\"

\n

Columns

\n

In progress. Not ready yet.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:39.237Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.965Z" }, - "orb": { - "readmeCleaned": "

\"\"\n\"\"\n\"\"\n\"\"

\n

\"Build

\n

Orb is a tool built specifically for running Live Site for your services. Orb is used by engineers in Azure to manage internal Azure services.

\n

Installation

\n

Download the latest installer from the releases page.

\n

To setup Orb for your organization, take a look at the onboarding guide.

\n

Features

\n

Object and Context Driven

\n

Orb allows you to rapidly browse through information based on an object hierarchy.

\n

When any resource on the object tree is clicked, all context associated with that object is passed to the resource link.\nSince all variables for an object are automatically injected for you, this allows you to rapidly explore shared queries, dashboards, links, scripts and more.

\n

\"\"

\n

Backed by Azure Data Explorer

\n

Object heirarchies are user defined and backed by ADX queries. ADX integration allows rapidly searching for objects and discovering hierarchies dynamically.

\n

\"\"

\n

Extensible and Shareable

\n

All object definitions and hierarchies are defined as JSON config. You can edit object definitions, add resources and share your changes from within Orb.

\n

These config files are stored on a Git repository - this provides a shared view of Live Site resources across the entire organization.

\n

\"\"

\n

PowerShell Support

\n

Orb allows you to save and share PowerShell snippets. The results of these PowerShell snippets are displayed as web pages rendered using Markdown. These snippets could be common mitigation actions, data collection triggers and more.

\n

Since Orb allows multiple tabs, you can open up saved snippets and run them in parallel. Since the script result is a web page, you can Ctrl + F to search through the output.

\n

You can also use PowerShell scripts to define your Object Hierarchy if you don't have an ADX cluster.

\n

\"\"

\n

Terminal Integration

\n

In addition to PowerShell Markdown support, you can open a fully functional PowerShell terminal in Orb.\nYou can define custom terminal profiles to launch terminals with custom startup scripts. These startup scripts can also be shared through the git repository, allowing teams to use consistent startup scripts.

\n

\"\"

\n

Orb Files and Links

\n

You can save Orb state to a file, edit it, pin it to your JumpList to accelerate repeated workflows.

\n

You can also share your Orb state as a link.

\n

Built On Electron

\n

Orb is built on Electron.

\n

Every tab in Orb is a Chromium process.

\n

OS Support

\n

Orb is currently only supported on Windows machines. Since electron is cross-platform, Linux/MacOs support is possible through future updates.

\n

Announcement Blog

\n

Contributing

\n
", - "readmeOriginal": "

\"\"\n\"\"\n\"\"\n\"\"

\n

\"Build

\n

Orb is a tool built specifically for running Live Site for your services. Orb is used by engineers in Azure to manage internal Azure services.

\n

Installation

\n

Download the latest installer from the releases page.

\n

To setup Orb for your organization, take a look at the onboarding guide.

\n

Features

\n

Object and Context Driven

\n

Orb allows you to rapidly browse through information based on an object hierarchy.

\n

When any resource on the object tree is clicked, all context associated with that object is passed to the resource link.\nSince all variables for an object are automatically injected for you, this allows you to rapidly explore shared queries, dashboards, links, scripts and more.

\n

\"\"

\n

Backed by Azure Data Explorer

\n

Object heirarchies are user defined and backed by ADX queries. ADX integration allows rapidly searching for objects and discovering hierarchies dynamically.

\n

\"\"

\n

Extensible and Shareable

\n

All object definitions and hierarchies are defined as JSON config. You can edit object definitions, add resources and share your changes from within Orb.

\n

These config files are stored on a Git repository - this provides a shared view of Live Site resources across the entire organization.

\n

\"\"

\n

PowerShell Support

\n

Orb allows you to save and share PowerShell snippets. The results of these PowerShell snippets are displayed as web pages rendered using Markdown. These snippets could be common mitigation actions, data collection triggers and more.

\n

Since Orb allows multiple tabs, you can open up saved snippets and run them in parallel. Since the script result is a web page, you can Ctrl + F to search through the output.

\n

You can also use PowerShell scripts to define your Object Hierarchy if you don't have an ADX cluster.

\n

\"\"

\n

Terminal Integration

\n

In addition to PowerShell Markdown support, you can open a fully functional PowerShell terminal in Orb.\nYou can define custom terminal profiles to launch terminals with custom startup scripts. These startup scripts can also be shared through the git repository, allowing teams to use consistent startup scripts.

\n

\"\"

\n

Orb Files and Links

\n

You can save Orb state to a file, edit it, pin it to your JumpList to accelerate repeated workflows.

\n

You can also share your Orb state as a link.

\n

Built On Electron

\n

Orb is built on Electron.

\n

Every tab in Orb is a Chromium process.

\n

OS Support

\n

Orb is currently only supported on Windows machines. Since electron is cross-platform, Linux/MacOs support is possible through future updates.

\n

Announcement Blog

\n

Contributing

\n
", - "readmeFetchedAt": "2020-09-17T12:09:39.317Z" + "p3x-onenote": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.967Z" }, "oversetter": { - "readmeCleaned": "

\n \"App\n

\n

\n \"Release\"\n \"Downloads\"\n \"Downloads\"\n

\n

Oversetter is an translation app, which allows you to translate content directly from your menu bar. Oversetter is an open-source project based on Angular and Electron. It uses free API of Yandex Translate for text translation.

\n

Features

\n
    \n
  • 93 languages - Thanks to Yandex Translate API
  • \n
  • Built-in dictionary - Save words and phrases for later
  • \n
  • Themes support - Includes dark and light theme
  • \n
  • Cross-platform support - Available for MacOs, Linux and Windows
  • \n
  • Fast and easy access - Open Oversetter directly from the system tray
  • \n
  • Offline mode - Save and learn vocabulary also in offline mode
  • \n
\n

Screenshots

\n

\n \"App\n
Light theme\n

\n

\n \"Dark\n
Dark theme\n

\n

\n \"Dictionary\"\n
Dictionary\n

\n

Download

\n

You can download the latest version of the application for macOS, Windows and Linux.

\n

Oversetter is also available as snap package:

\n
sudo snap install oversetter\n
\n

\"Get

\n

How to use

\n
    \n
  1. Register free Yandex Translate API-Key (or use built-in dev-key for the first time).
  2. \n
  3. Install dependencies, build and run application with electron:
  4. \n
\n
npm install\nnpm run build\nnpm run run:electron\n
\n

Development

\n
npm run build-dev\n
\n

and

\n
NODE_ENV=dev npm run run:electron\n
\n

App Packaging

\n
npm run build:mac\nnpm run build:linux\nnpm run build:windows\nnpm run build:all\n
\n

or

\n
npm run package:all\n
\n

ToDo: Next steps

\n

See Projects-tab.\nFeel free to contribute!

\n
", - "readmeOriginal": "

\n \"App\n

\n

\n \"Release\"\n \"Downloads\"\n \"Downloads\"\n

\n

Oversetter is an translation app, which allows you to translate content directly from your menu bar. Oversetter is an open-source project based on Angular and Electron. It uses free API of Yandex Translate for text translation.

\n

Features

\n
    \n
  • 93 languages - Thanks to Yandex Translate API
  • \n
  • Built-in dictionary - Save words and phrases for later
  • \n
  • Themes support - Includes dark and light theme
  • \n
  • Cross-platform support - Available for MacOs, Linux and Windows
  • \n
  • Fast and easy access - Open Oversetter directly from the system tray
  • \n
  • Offline mode - Save and learn vocabulary also in offline mode
  • \n
\n

Screenshots

\n

\n \"App\n
Light theme\n

\n

\n \"Dark\n
Dark theme\n

\n

\n \"Dictionary\"\n
Dictionary\n

\n

Download

\n

You can download the latest version of the application for macOS, Windows and Linux.

\n

Oversetter is also available as snap package:

\n
sudo snap install oversetter\n
\n

\"Get

\n

How to use

\n
    \n
  1. Register free Yandex Translate API-Key (or use built-in dev-key for the first time).
  2. \n
  3. Install dependencies, build and run application with electron:
  4. \n
\n
npm install\nnpm run build\nnpm run run:electron\n
\n

Development

\n
npm run build-dev\n
\n

and

\n
NODE_ENV=dev npm run run:electron\n
\n

App Packaging

\n
npm run build:mac\nnpm run build:linux\nnpm run build:windows\nnpm run build:all\n
\n

or

\n
npm run package:all\n
\n

ToDo: Next steps

\n

See Projects-tab.\nFeel free to contribute!

\n
", - "readmeFetchedAt": "2020-09-17T12:09:39.333Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:44.989Z" }, - "p3x-onenote": { - "readmeCleaned": "

\"NPM\"

\n

\"Donate \"Contact \"Corifeus \"Build\n\"Uptime

\n

📚 P3X OneNote Linux v2020.10.123

\n

Bugs are evident™ - MATRIX️

\n

Description

\n

A Linux compatible version of OneNote

\n

\"Screenshot

\n

Warning

\n

Suspend/Sleep/Wake up

\n

I recognized, that after suspend/sleep and then wake up, the app is not saving the pages anymore. For now, the solution is, that after wake up, restart the app.

\n

Not working on SNAP on some versions

\n

Usually, on stable distros are working with SNAP, but usually non stable Linux distros could not work. Please, try using the AppImage, that is usually better than SNAP.

\n

Tray issues

\n

It is possible, that the tray is not working, it is an upstream issue!

\n

For me, on Linux Mint, is only working, if I am using the AppImage, and have System Settings -> General -> Enable support for indicators.

\n

Snap is working on Linux Mint as well, except the tray....

\n

I only test Linux Mint, help is welcome!

\n

Error in auto-updater: Redirect was cancelled

\n

Sometimes, you get an AppImage error for update, just download the latest release and replace the AppImage from here:
\nhttps://github.com/patrikx3/onenote/releases

\n

Rasberry and ARM is experimental

\n

I have no ARM computer to test it out, I could build AppImage on ARM, but I think, it is required to add an argument to the program with the --no-sandbox argument.

\n

Downloadable installer

\n

Snap

\n\n

\"LINK\"

\n

AppImage

\n

https://github.com/patrikx3/onenote/releases

\n

After downloading the AppImage, make it an executable.

\n
mkdir -p $HOME/opt\nmv ~/Downloads/p3x-onenote-a.b.c-x86_64.AppImage $HOME/opt/\nchmod +x $HOME/opt/p3x-onenote-a.b.c-x86_64.AppImage\n# Then you can run it\n$HOME/opt/p3x-onenote-a.b.c-x86_64.AppImage &
\n

It then actually integrates itself into the menus and it will auto update itself.

\n\n

The app can be found on ElectronJs Apps

\n

Change log

\n\n

If you are a NodeJs Ninja

\n

You want to install via NPM...

\n

Original version

\n

https://github.com/peterforgacs/electron-onenote

\n

Props for Peter Forgacs! 😎

\n

Main Features

\n

P3X OneNote Linux is, actually, an independent browser window for the online OneNote. You can use this program without having to clutter your browser. The main functions are:

\n
    \n
  • that is independent from any browser, as it works in it's own process
  • \n
  • it provides a tray, that allows you to close your browser while it keeps running in the tray
  • \n
  • the data is cached and is faster than always opening a new window
  • \n
  • it allows you to sign in with the corporate or the personal login
  • \n
  • when there is a new update, it auto updates itself (Only in the AppImage version.)
  • \n
  • the program allows to use other Microsoft online applications, but the dedicated purpose is to use OneNote
  • \n
\n

Verbose feature info

\n
    \n
  • To show the menu, click ALT
  • \n
  • Desktop menu
  • \n
  • Icon
  • \n
  • There is a bottom bar\n
      \n
    • It shows the current location
    • \n
    • When you click on this bar, the location URL is copied into the clipboard
    • \n
    \n
  • \n
  • There is a new button on the Edit menu\n
      \n
    • Copy this location to the clipboard\n
        \n
      • This is the same function that is on the bottom bar when you click on it
      • \n
      \n
    • \n
    \n
  • \n
  • Restart button (empty your cache, you can login again if there is an error)
  • \n
  • Remember last notebook (as much Online Onenote allows ...)
  • \n
  • Menu > Settings\n
      \n
    • Close to the tray\n
        \n
      • If checked, will minimize to the tray instead of quit
      • \n
      • If un-checked, default quit close button behaviour (quit the app)
      • \n
      \n
    • \n
    \n
  • \n
  • You are able to set a proxy in the settings menu.
  • \n
  • There is now a menu called Corporate home\n
      \n
    • Given, I do not have a Corporate login, I cannot debug it at all.\n
        \n
      • If something is not working, the only way is to provide your login and I could probably fix it. Otherwise, I see nothing.
      • \n
      \n
    • \n
    \n
  • \n
  • The OneNote language is controlled by Microsoft, and we try to work with Online OneNote, but we are getting a hard time, but the Electron UI is now able to use any language.\n\n
  • \n
  • Allows using multiple instances (with some quirks, as the config will not be synchronized using multiple instances at once, so it can provide wrong results - to make it to work, configure with 1 instance, exit, then use multiple instances).\n
      \n
    • Multiple instances is not recommended (it was requested and provided).
    • \n
    \n
  • \n
\n\n

Issues

\n

Not loading the pages / freezes

\n

Sometimes, it is possible, that OneNote Online does not load properly or freezes, the solutions is to quit and start the program again. (I know, you won't like it at all! 😡)

\n\n

Online OneNote Change language

\n

Although the main page's language can be changed, it reverts back when an actual page is accessed.\nThis is being investigated.

\n

https://github.com/patrikx3/onenote/issues/14

\n

Electron problem

\n

🐞 Since Electron v3, the tray left click is executing as the right click, Electron bug.

\n

https://github.com/patrikx3/onenote/issues/38

\n

Fedora

\n

https://github.com/patrikx3/onenote/issues/3#issuecomment-312711801

\n

Development

\n

For file names do not use camelCase, but use kebab-case. Folder should be named as kebab-case as well. As you can see, all code filenames are using it like that, please do not change that.\nPlease apply the .editorconfig settings in your IDE.

\n

If you try to build the app with AppImage, you have to change from electron dependencies to devDependencies, this is because it is created to be able to run this app from NPM instead of an AppImage.

\n

URL links

\n

P3X OneNote Linux playground

\n

Corifeus P3X OneNote Linux

\n

AlternativeTo OneNote Linux

\n

NPM P3X OneNote

\n

Snap Store

\n

Github.IO Page

\n
\n

🙏 This is an open-source project. Star this repository, if you like it, or even donate to maintain the servers and the development. Thank you so much!

\n

Possible, this server, rarely, is down, please, hang on for 15-30 minutes and the server will be back up.

\n

All my domains (patrikx3.com and corifeus.com) could have minor errors, since I am developing in my free time. However, it is usually stable.

\n

Note about versioning: Versions are cut in Major.Minor.Patch schema. Major is always the current year. Minor is either 4 (January - June) or 10 (July - December). Patch is incremental by every build. If there is a breaking change, it should be noted in the readme.

\n
\n

P3X-ONENOTE Build v2020.10.123

\n

\"Donate \"Contact \"Like

\n

P3X Sponsor

\n

IntelliJ - The most intelligent Java IDE

\n

\"JetBrains\"

\n
", - "readmeOriginal": "

\"NPM\"

\n

\"Donate \"Contact \"Corifeus \"Build\n\"Uptime

\n

📚 P3X OneNote Linux v2020.10.123

\n

Bugs are evident™ - MATRIX️

\n

Description

\n

A Linux compatible version of OneNote

\n

\"Screenshot

\n

Warning

\n

Suspend/Sleep/Wake up

\n

I recognized, that after suspend/sleep and then wake up, the app is not saving the pages anymore. For now, the solution is, that after wake up, restart the app.

\n

Not working on SNAP on some versions

\n

Usually, on stable distros are working with SNAP, but usually non stable Linux distros could not work. Please, try using the AppImage, that is usually better than SNAP.

\n

Tray issues

\n

It is possible, that the tray is not working, it is an upstream issue!

\n

For me, on Linux Mint, is only working, if I am using the AppImage, and have System Settings -> General -> Enable support for indicators.

\n

Snap is working on Linux Mint as well, except the tray....

\n

I only test Linux Mint, help is welcome!

\n

Error in auto-updater: Redirect was cancelled

\n

Sometimes, you get an AppImage error for update, just download the latest release and replace the AppImage from here:
\nhttps://github.com/patrikx3/onenote/releases

\n

Rasberry and ARM is experimental

\n

I have no ARM computer to test it out, I could build AppImage on ARM, but I think, it is required to add an argument to the program with the --no-sandbox argument.

\n

Downloadable installer

\n

Snap

\n\n

\"LINK\"

\n

AppImage

\n

https://github.com/patrikx3/onenote/releases

\n

After downloading the AppImage, make it an executable.

\n
mkdir -p $HOME/opt\nmv ~/Downloads/p3x-onenote-a.b.c-x86_64.AppImage $HOME/opt/\nchmod +x $HOME/opt/p3x-onenote-a.b.c-x86_64.AppImage\n# Then you can run it\n$HOME/opt/p3x-onenote-a.b.c-x86_64.AppImage &
\n

It then actually integrates itself into the menus and it will auto update itself.

\n\n

The app can be found on ElectronJs Apps

\n

Change log

\n\n

If you are a NodeJs Ninja

\n

You want to install via NPM...

\n

Original version

\n

https://github.com/peterforgacs/electron-onenote

\n

Props for Peter Forgacs! 😎

\n

Main Features

\n

P3X OneNote Linux is, actually, an independent browser window for the online OneNote. You can use this program without having to clutter your browser. The main functions are:

\n
    \n
  • that is independent from any browser, as it works in it's own process
  • \n
  • it provides a tray, that allows you to close your browser while it keeps running in the tray
  • \n
  • the data is cached and is faster than always opening a new window
  • \n
  • it allows you to sign in with the corporate or the personal login
  • \n
  • when there is a new update, it auto updates itself (Only in the AppImage version.)
  • \n
  • the program allows to use other Microsoft online applications, but the dedicated purpose is to use OneNote
  • \n
\n

Verbose feature info

\n
    \n
  • To show the menu, click ALT
  • \n
  • Desktop menu
  • \n
  • Icon
  • \n
  • There is a bottom bar\n
      \n
    • It shows the current location
    • \n
    • When you click on this bar, the location URL is copied into the clipboard
    • \n
    \n
  • \n
  • There is a new button on the Edit menu\n
      \n
    • Copy this location to the clipboard\n
        \n
      • This is the same function that is on the bottom bar when you click on it
      • \n
      \n
    • \n
    \n
  • \n
  • Restart button (empty your cache, you can login again if there is an error)
  • \n
  • Remember last notebook (as much Online Onenote allows ...)
  • \n
  • Menu > Settings\n
      \n
    • Close to the tray\n
        \n
      • If checked, will minimize to the tray instead of quit
      • \n
      • If un-checked, default quit close button behaviour (quit the app)
      • \n
      \n
    • \n
    \n
  • \n
  • You are able to set a proxy in the settings menu.
  • \n
  • There is now a menu called Corporate home\n
      \n
    • Given, I do not have a Corporate login, I cannot debug it at all.\n
        \n
      • If something is not working, the only way is to provide your login and I could probably fix it. Otherwise, I see nothing.
      • \n
      \n
    • \n
    \n
  • \n
  • The OneNote language is controlled by Microsoft, and we try to work with Online OneNote, but we are getting a hard time, but the Electron UI is now able to use any language.\n\n
  • \n
  • Allows using multiple instances (with some quirks, as the config will not be synchronized using multiple instances at once, so it can provide wrong results - to make it to work, configure with 1 instance, exit, then use multiple instances).\n
      \n
    • Multiple instances is not recommended (it was requested and provided).
    • \n
    \n
  • \n
\n\n

Issues

\n

Not loading the pages / freezes

\n

Sometimes, it is possible, that OneNote Online does not load properly or freezes, the solutions is to quit and start the program again. (I know, you won't like it at all! 😡)

\n\n

Online OneNote Change language

\n

Although the main page's language can be changed, it reverts back when an actual page is accessed.\nThis is being investigated.

\n

https://github.com/patrikx3/onenote/issues/14

\n

Electron problem

\n

🐞 Since Electron v3, the tray left click is executing as the right click, Electron bug.

\n

https://github.com/patrikx3/onenote/issues/38

\n

Fedora

\n

https://github.com/patrikx3/onenote/issues/3#issuecomment-312711801

\n

Development

\n

For file names do not use camelCase, but use kebab-case. Folder should be named as kebab-case as well. As you can see, all code filenames are using it like that, please do not change that.\nPlease apply the .editorconfig settings in your IDE.

\n

If you try to build the app with AppImage, you have to change from electron dependencies to devDependencies, this is because it is created to be able to run this app from NPM instead of an AppImage.

\n

URL links

\n

P3X OneNote Linux playground

\n

Corifeus P3X OneNote Linux

\n

AlternativeTo OneNote Linux

\n

NPM P3X OneNote

\n

Snap Store

\n

Github.IO Page

\n
\n

🙏 This is an open-source project. Star this repository, if you like it, or even donate to maintain the servers and the development. Thank you so much!

\n

Possible, this server, rarely, is down, please, hang on for 15-30 minutes and the server will be back up.

\n

All my domains (patrikx3.com and corifeus.com) could have minor errors, since I am developing in my free time. However, it is usually stable.

\n

Note about versioning: Versions are cut in Major.Minor.Patch schema. Major is always the current year. Minor is either 4 (January - June) or 10 (July - December). Patch is incremental by every build. If there is a breaking change, it should be noted in the readme.

\n
\n

P3X-ONENOTE Build v2020.10.123

\n

\"Donate \"Contact \"Like

\n

P3X Sponsor

\n

IntelliJ - The most intelligent Java IDE

\n

\"JetBrains\"

\n
", - "readmeFetchedAt": "2020-09-17T12:09:39.426Z" + "panwriter": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:45.001Z" + }, + "p3x-redis-ui": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:45.005Z" }, "paperarxiv": { - "readmeCleaned": "

PaperArxiv

\n

\n

PaperArxiv is a new paper management tool that help to organise your mind. It focus on taking notes, organising and archiving your files. Different from existing paper manage tools, PaperArxiv does not focus on reference making, but emphasize on eliminating the gap between your ideas and your document.

\n

Highlights

\n
    \n
  • Auto Extraction: It can extract almost all information from pdf files and generate default meta information;
  • \n
  • Portable: all information is stored in one folder and you can put in your cloud disk and take it everywhere;
  • \n
  • Universal Search: You can use its powerful find tool to find whatever you want, tags, names, notes... No matter what comes into your mind.
  • \n
\n

Getting Start

\n
    \n
  1. Download PaperArxiv;
  2. \n
  3. Unzip the file and put the app into your Application folder;
  4. \n
  5. Open PaperArxiv;
  6. \n
  7. Click Add Button to select a paper in pdf format, Paper will automatically generate a new item;
  8. \n
  9. Double Click the item and add some notes;
  10. \n
\n

\n \n

\n

Download

\n

Download

\n

Compile

\n

On Mac you can run

\n
npm install\n./node_modules/.bin/electron-rebuild\nnpm run buildmac\n
\n
", - "readmeOriginal": "

PaperArxiv

\n

\n

PaperArxiv is a new paper management tool that help to organise your mind. It focus on taking notes, organising and archiving your files. Different from existing paper manage tools, PaperArxiv does not focus on reference making, but emphasize on eliminating the gap between your ideas and your document.

\n

Highlights

\n
    \n
  • Auto Extraction: It can extract almost all information from pdf files and generate default meta information;
  • \n
  • Portable: all information is stored in one folder and you can put in your cloud disk and take it everywhere;
  • \n
  • Universal Search: You can use its powerful find tool to find whatever you want, tags, names, notes... No matter what comes into your mind.
  • \n
\n

Getting Start

\n
    \n
  1. Download PaperArxiv;
  2. \n
  3. Unzip the file and put the app into your Application folder;
  4. \n
  5. Open PaperArxiv;
  6. \n
  7. Click Add Button to select a paper in pdf format, Paper will automatically generate a new item;
  8. \n
  9. Double Click the item and add some notes;
  10. \n
\n

\n \n

\n

Download

\n

Download

\n

Compile

\n

On Mac you can run

\n
npm install\n./node_modules/.bin/electron-rebuild\nnpm run buildmac\n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:39.734Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:45.012Z" }, "papercubes": { - "readmeCleaned": "

\n \"Icon\"\n

🏡🖨 PaperCubes

\n

\nA desktop app which converts your minecraft .schematic files
you got from worldedit to blueprints for papercraft.\n

\n PaperCubes is still in BETA. Errors may occur.
When you found one, please open an issue for me.

\n \"forthebadge\"\n \"forthebadge\"\n \"forthebadge\"\n

\n

\n
\n

🚀 How to use?

\n
    \n
  1. 🏡 You need an installed Minecraft Version
  2. \n
  3. 🏗 You need to install the Minecraft mod Worldedit
  4. \n
  5. 🔨 Start Minecraft and build something amazing
  6. \n
  7. 💾 //Copy what you built and //schematic save it
  8. \n
  9. 🌴 Download a Texturepack
  10. \n
  11. 💿 Start this desktop app
  12. \n
  13. 🏝 Drop schematic file and texturepack in it
  14. \n
  15. 🌟 Let the Program do its magic
  16. \n
  17. 🖨 Print out the blueprints
  18. \n
  19. 🏘 Make amazing minecraft builds in real!
  20. \n
\n

📝 Source Code

\n

In order to use this source code you need to have Node.js, Git and Bower installed globally. After that you have to follow the steps below.

\n

Only for Windows (as admin)

\n
npm install --global --production windows-build-tools\nnpm config set msvs_version 2015 --global
\n

For all platforms

\n
# Clone this repository\ngit clone https://github.com/florianfe/PaperCubes\n# Go into the repository\ncd PaperCubes\n# Install npm dependencies\nnpm install\n# Install bower dependencies\nbower install\n# Compile C++ sources\nnpm run-script compile\n# Run the app in test mode\nnpm start\n# build application for release\n[sudo] npm run-script dist
\n

🖼 Preview

\n

\"screenshot\n\"screenshot\n\"screenshot\n\"screenshot\n\"screenshot

\n

💾 Download

\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
PlatformVersionDownload\n
Mac1.3.0 BETADownload
Windows1.3.0 BETADownload
Linux (.deb)1.3.0 BETADownload
\n

🗒 Note

\n
    \n
  • This Project was inspired by Orthogami (made by mikolalysenko).
  • \n
  • The Texture Pack Pixel Perfection (Link) which is used for the Screenshots was made by Hugh "XSSheep" Rutland.
  • \n
\n

📖 License

\n

\"forthebadge\"

\n
", - "readmeOriginal": "

\n \"Icon\"\n

🏡🖨 PaperCubes

\n

\nA desktop app which converts your minecraft .schematic files
you got from worldedit to blueprints for papercraft.\n

\n PaperCubes is still in BETA. Errors may occur.
When you found one, please open an issue for me.

\n \"forthebadge\"\n \"forthebadge\"\n \"forthebadge\"\n

\n

\n
\n

🚀 How to use?

\n
    \n
  1. 🏡 You need an installed Minecraft Version
  2. \n
  3. 🏗 You need to install the Minecraft mod Worldedit
  4. \n
  5. 🔨 Start Minecraft and build something amazing
  6. \n
  7. 💾 //Copy what you built and //schematic save it
  8. \n
  9. 🌴 Download a Texturepack
  10. \n
  11. 💿 Start this desktop app
  12. \n
  13. 🏝 Drop schematic file and texturepack in it
  14. \n
  15. 🌟 Let the Program do its magic
  16. \n
  17. 🖨 Print out the blueprints
  18. \n
  19. 🏘 Make amazing minecraft builds in real!
  20. \n
\n

📝 Source Code

\n

In order to use this source code you need to have Node.js, Git and Bower installed globally. After that you have to follow the steps below.

\n

Only for Windows (as admin)

\n
npm install --global --production windows-build-tools\nnpm config set msvs_version 2015 --global
\n

For all platforms

\n
# Clone this repository\ngit clone https://github.com/florianfe/PaperCubes\n# Go into the repository\ncd PaperCubes\n# Install npm dependencies\nnpm install\n# Install bower dependencies\nbower install\n# Compile C++ sources\nnpm run-script compile\n# Run the app in test mode\nnpm start\n# build application for release\n[sudo] npm run-script dist
\n

🖼 Preview

\n

\"screenshot\n\"screenshot\n\"screenshot\n\"screenshot\n\"screenshot

\n

💾 Download

\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
PlatformVersionDownload\n
Mac1.3.0 BETADownload
Windows1.3.0 BETADownload
Linux (.deb)1.3.0 BETADownload
\n

🗒 Note

\n
    \n
  • This Project was inspired by Orthogami (made by mikolalysenko).
  • \n
  • The Texture Pack Pixel Perfection (Link) which is used for the Screenshots was made by Hugh \"XSSheep\" Rutland.
  • \n
\n

📖 License

\n

\"forthebadge\"

\n
", - "readmeFetchedAt": "2020-09-17T12:09:39.785Z" - }, - "panwriter": { - "readmeCleaned": "

\n

PanWriter

\n

PanWriter is a distraction-free markdown editor with two unique features:

\n
    \n
  1. Tight integration with pandoc for import/export to/from plenty of file formats (including HTML, docx, LaTeX and EPUB).
  2. \n
  3. Preview pane that can show pages – including page breaks etc. Layout adjustments are done in-file using CSS, and are immediately reflected in the preview.
  4. \n
\n

\"\"

\n

Download PanWriter

\n

PanWriter is very usable, but also very much a work in progress, as there are still a few rough edges (see TODOs below). Feedback, suggestions and contributions very much welcome! Please open an issue to start a conversation.

\n

Usage

\n

Export preview to PDF

\n

Select File -> 'Print / PDF' and PDF -> 'Save as PDF' in the print dialog (exact naming might depend on your OS).

\n

This will export exactly what’s shown in the preview, and not use pandoc at all.

\n

By adding a style field to your YAML metadata, you can change the styling of the preview and immediately see the changes. (You can later save your CSS as a theme, see Document types below.)

\n
---\ntitle: my document\nstyle: |\n  @page {\n    size: A4;\n    margin-top: 2cm;\n  }\n  body {\n    font-size: 20px; /* set base */\n  }\n  h1 {\n    font-size: 1.5em; /* scale relative to base */\n  }\n---\n\n# my document\n
\n

\"\"

\n

(To include that CSS when exporting to HTML/EPUB with pandoc, you would have to use a custom pandoc template with the snippet <style>$style$</style>. We’ll try to make this more straight-forward in the future.)

\n

Export via pandoc

\n

First, install the latest pandoc version, then:

\n

Select File -> Export and choose a format.

\n

\"\"

\n

If you have a YAML metadata block, like in the following example, PanWriter will look at the extension of the filename you chose in the dialog, and look up the corresponding key in the output YAML metadata, for example when exporting the following markdown to test.html:

\n
---\ntitle: my document\npdf-format: latex  # optional\noutput:\n  html:\n    katex: true  # for math output\n    include-in-header:\n      - foo.css\n      - bar.js\n  latex:\n    pdf-engine: xelatex\n    toc: true\n    toc-depth: 3\n    template: letter.tex\n    metadata:\n      fontsize: 12pt\n  epub:\n    to: epub2  # default would be epub3\n---\n\n# my document\n
\n

this command will be executed:

\n
pandoc --toc --include-in-header foo.css --include-in-header bar.js --output test.html --to html --standalone\n
\n

See the pandoc user's guide for available options.

\n

There are two exceptions to the rule that the key in the output YAML is the file extension:

\n
    \n
  1. When exporting to a .tex file, the key should be named latex.
  2. \n
  3. When exporting to a .pdf file, the key for PanWriter to look up in the output YAML can be specified with the pdf-format key (see example above). Default is also latex, but you can also use context, html, ms, beamer, revealjs, etc. In fact, you could set it to anything, if you had a corresponding key in the output YAML with a to: field. See also Creating a PDF with pandoc.
  4. \n
\n

User Data Directory

\n

You can place certain files in the PanWriter user directory, which should be:

\n
    \n
  • macOS: /Users/your-user-name/Library/Application Support/PanWriterUserData
  • \n
  • Linux: ~/.config/PanWriterUserData
  • \n
  • Windows: C:\\Users\\your-user-name\\AppData\\Local\\PanWriterUserData
  • \n
\n

If the directory does not exist, you can create it.

\n

Default CSS and YAML

\n

PanWriter will look for a default.css file in the user data directory, to load CSS for the preview. If that file is not found, it will use sensible defaults.

\n

If you put a default.yaml file in the data directory, PanWriter will merge this with the YAML in your input file (to determine the command-line arguments to call pandoc with) and add the --metadata-file option. The YAML should be in the same format as above.

\n

Document types / themes

\n

You can e.g. put type: letter in the YAML of your input document. In that case, PanWriter will look for letter.yaml and letter.css instead of default.yaml and default.css in the user data directory.

\n

Markdown syntax

\n

We use markdown-it for the preview pane, which is fully CommonMark-compliant. We also added a bunch of plugins, to make the preview behave as much as pandoc as possible (including attributes, fenced_divs, definition_lists, footnotes, implicit_figures, subscript, superscript, yaml_metadata_block and tex_math_dollars). We explicitly don't support raw_html or raw_tex, since everything should be doable with the fenced_divs, bracketed_spans and raw_attribute extensions.

\n

However, there might still be minor differences between the preview and File -> 'Print / PDF' on one hand, and File -> Export on the other.

\n

Things we should emulate in the preview, but for which there are no markdown-it plugins yet:

\n
    \n
  • grid_tables: grid tables are the only ones in pandoc, that can have e.g. a list in a cell
  • \n
  • raw_attribute: we should probably just strip them from preview
  • \n
  • backslash at end of paragraph, e.g. ![](foo.png) \\ An ugly workaround that already works is ![](foo.png) &nbsp;
  • \n
\n

Pandoc markdown supports a few more things which will not render correctly in the preview, but which are not so commonly used. However, you can still use them in your markdown file, and export via pandoc will work.

\n

Launching from the command-line

\n

You can set up your system to launch PanWriter with:

\n
panwriter myfile.md\n
\n

On macOS, you should put the following in your ~/.bash_profile or similar:

\n
function panwriter(){ open -a PanWriter "$@"; }\n
\n

On Linux and Windows, you can make an alias to the correct location of the panwriter executable.

\n

About CSS for print

\n

Unfortunately, still no browser fully implements the CSS specs for paged media (paged media are e.g. print or PDF). Therefore, PanWriter's preview is powered by pagedjs – a collection of paged media polyfills by pagedmedia.org. Some background on using CSS for print:

\n\n

Develop

\n

Install yarn, then:

\n
## Download source code\ngit clone git@github.com:mb21/panwriter.git\ncd panwriter\n\n## Install npm dependencies, PureScript compiler, etc\nyarn install\n\n## Build the PureScript project\nyarn build\n\n## To run the app in development mode:\nyarn start\n\n## To build distributable app package (goes to ./dist):\nyarn dist\n
\n

TODOs

\n
    \n
  • Preview:\n
      \n
    • respect css, header-includes, toc metadata fields
    • \n
    \n
  • \n
  • Editor:\n
      \n
    • expand Format menu
    • \n
    • spell check
    • \n
    • improve find/replace
    • \n
    \n
  • \n
  • add a Settings/Preferences window (or should this just be a settings.yaml file?) where you can:\n
      \n
    • set a CodeMirror editor theme css
    • \n
    • edit the default CSS and YAML files
    • \n
    • choose pandoc executable (probably with file-open dialog, which we can use for app sandboxing with security-scoped bookmarks)
    • \n
    \n
  • \n
  • Write pandoc lua filter that does some PanWriter-specific transformations:\n\n
  • \n
  • GUI popup on file import: at least allow to set -f, -t, --track-changes and --extract-media pandoc options.
  • \n
  • Unify PanWriter custom document type and pandoc template concepts?
  • \n
  • Rename type metadata key to doctype?
  • \n
\n

Powered by

\n

PanWriter is powered by (amongst other open source libraries):

\n\n
", - "readmeOriginal": "

\n

PanWriter

\n

PanWriter is a distraction-free markdown editor with two unique features:

\n
    \n
  1. Tight integration with pandoc for import/export to/from plenty of file formats (including HTML, docx, LaTeX and EPUB).
  2. \n
  3. Preview pane that can show pages – including page breaks etc. Layout adjustments are done in-file using CSS, and are immediately reflected in the preview.
  4. \n
\n

\"\"

\n

Download PanWriter

\n

PanWriter is very usable, but also very much a work in progress, as there are still a few rough edges (see TODOs below). Feedback, suggestions and contributions very much welcome! Please open an issue to start a conversation.

\n

Usage

\n

Export preview to PDF

\n

Select File -> 'Print / PDF' and PDF -> 'Save as PDF' in the print dialog (exact naming might depend on your OS).

\n

This will export exactly what’s shown in the preview, and not use pandoc at all.

\n

By adding a style field to your YAML metadata, you can change the styling of the preview and immediately see the changes. (You can later save your CSS as a theme, see Document types below.)

\n
---\ntitle: my document\nstyle: |\n  @page {\n    size: A4;\n    margin-top: 2cm;\n  }\n  body {\n    font-size: 20px; /* set base */\n  }\n  h1 {\n    font-size: 1.5em; /* scale relative to base */\n  }\n---\n\n# my document\n
\n

\"\"

\n

(To include that CSS when exporting to HTML/EPUB with pandoc, you would have to use a custom pandoc template with the snippet <style>$style$</style>. We’ll try to make this more straight-forward in the future.)

\n

Export via pandoc

\n

First, install the latest pandoc version, then:

\n

Select File -> Export and choose a format.

\n

\"\"

\n

If you have a YAML metadata block, like in the following example, PanWriter will look at the extension of the filename you chose in the dialog, and look up the corresponding key in the output YAML metadata, for example when exporting the following markdown to test.html:

\n
---\ntitle: my document\npdf-format: latex  # optional\noutput:\n  html:\n    katex: true  # for math output\n    include-in-header:\n      - foo.css\n      - bar.js\n  latex:\n    pdf-engine: xelatex\n    toc: true\n    toc-depth: 3\n    template: letter.tex\n    metadata:\n      fontsize: 12pt\n  epub:\n    to: epub2  # default would be epub3\n---\n\n# my document\n
\n

this command will be executed:

\n
pandoc --toc --include-in-header foo.css --include-in-header bar.js --output test.html --to html --standalone\n
\n

See the pandoc user's guide for available options.

\n

There are two exceptions to the rule that the key in the output YAML is the file extension:

\n
    \n
  1. When exporting to a .tex file, the key should be named latex.
  2. \n
  3. When exporting to a .pdf file, the key for PanWriter to look up in the output YAML can be specified with the pdf-format key (see example above). Default is also latex, but you can also use context, html, ms, beamer, revealjs, etc. In fact, you could set it to anything, if you had a corresponding key in the output YAML with a to: field. See also Creating a PDF with pandoc.
  4. \n
\n

User Data Directory

\n

You can place certain files in the PanWriter user directory, which should be:

\n
    \n
  • macOS: /Users/your-user-name/Library/Application Support/PanWriterUserData
  • \n
  • Linux: ~/.config/PanWriterUserData
  • \n
  • Windows: C:\\Users\\your-user-name\\AppData\\Local\\PanWriterUserData
  • \n
\n

If the directory does not exist, you can create it.

\n

Default CSS and YAML

\n

PanWriter will look for a default.css file in the user data directory, to load CSS for the preview. If that file is not found, it will use sensible defaults.

\n

If you put a default.yaml file in the data directory, PanWriter will merge this with the YAML in your input file (to determine the command-line arguments to call pandoc with) and add the --metadata-file option. The YAML should be in the same format as above.

\n

Document types / themes

\n

You can e.g. put type: letter in the YAML of your input document. In that case, PanWriter will look for letter.yaml and letter.css instead of default.yaml and default.css in the user data directory.

\n

Markdown syntax

\n

We use markdown-it for the preview pane, which is fully CommonMark-compliant. We also added a bunch of plugins, to make the preview behave as much as pandoc as possible (including attributes, fenced_divs, definition_lists, footnotes, implicit_figures, subscript, superscript, yaml_metadata_block and tex_math_dollars). We explicitly don't support raw_html or raw_tex, since everything should be doable with the fenced_divs, bracketed_spans and raw_attribute extensions.

\n

However, there might still be minor differences between the preview and File -> 'Print / PDF' on one hand, and File -> Export on the other.

\n

Things we should emulate in the preview, but for which there are no markdown-it plugins yet:

\n
    \n
  • grid_tables: grid tables are the only ones in pandoc, that can have e.g. a list in a cell
  • \n
  • raw_attribute: we should probably just strip them from preview
  • \n
  • backslash at end of paragraph, e.g. ![](foo.png) \\ An ugly workaround that already works is ![](foo.png) &nbsp;
  • \n
\n

Pandoc markdown supports a few more things which will not render correctly in the preview, but which are not so commonly used. However, you can still use them in your markdown file, and export via pandoc will work.

\n

Launching from the command-line

\n

You can set up your system to launch PanWriter with:

\n
panwriter myfile.md\n
\n

On macOS, you should put the following in your ~/.bash_profile or similar:

\n
function panwriter(){ open -a PanWriter \"$@\"; }\n
\n

On Linux and Windows, you can make an alias to the correct location of the panwriter executable.

\n

About CSS for print

\n

Unfortunately, still no browser fully implements the CSS specs for paged media (paged media are e.g. print or PDF). Therefore, PanWriter's preview is powered by pagedjs – a collection of paged media polyfills by pagedmedia.org. Some background on using CSS for print:

\n\n

Develop

\n

Install yarn, then:

\n
## Download source code\ngit clone git@github.com:mb21/panwriter.git\ncd panwriter\n\n## Install npm dependencies, PureScript compiler, etc\nyarn install\n\n## Build the PureScript project\nyarn build\n\n## To run the app in development mode:\nyarn start\n\n## To build distributable app package (goes to ./dist):\nyarn dist\n
\n

TODOs

\n
    \n
  • Preview:\n
      \n
    • respect css, header-includes, toc metadata fields
    • \n
    \n
  • \n
  • Editor:\n
      \n
    • expand Format menu
    • \n
    • spell check
    • \n
    • improve find/replace
    • \n
    \n
  • \n
  • add a Settings/Preferences window (or should this just be a settings.yaml file?) where you can:\n
      \n
    • set a CodeMirror editor theme css
    • \n
    • edit the default CSS and YAML files
    • \n
    • choose pandoc executable (probably with file-open dialog, which we can use for app sandboxing with security-scoped bookmarks)
    • \n
    \n
  • \n
  • Write pandoc lua filter that does some PanWriter-specific transformations:\n\n
  • \n
  • GUI popup on file import: at least allow to set -f, -t, --track-changes and --extract-media pandoc options.
  • \n
  • Unify PanWriter custom document type and pandoc template concepts?
  • \n
  • Rename type metadata key to doctype?
  • \n
\n

Powered by

\n

PanWriter is powered by (amongst other open source libraries):

\n\n
", - "readmeFetchedAt": "2020-09-17T12:09:39.792Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:45.024Z" }, "papyrus": { - "readmeCleaned": "

\"Papyrus\"

\n

\"devDependencies\"

\n

Unofficial Dropbox Paper desktop application.

\n

Preview

\n

\"\"\nPapyrus is currently at version 1.0.2.

\n

Installation

\n

Homebrew Cask

\n
$ brew update && brew cask install morkro-papyrus\n
\n

Manually

\n
    \n
  • Download the installer
  • \n
  • Unzip
  • \n
  • Install the application to any location.
  • \n
\n

macOS

\n

It's recommended to move the Papyrus.app file to the Applications directory. macOS will prompt you to accept that this runs from an unidentified developer.

\n

Shortcuts

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Description  Keybinding
Create a new documentCmd/Ctrl N
Create a new folderCmd/Ctrl T
\n

All keybindings can also be found under the File menu.

\n

Development

\n

The application wraps the official Dropbox Paper website in an Electron browser window (and does some more minor things to round it up).

\n

git clone the repository, npm install all dependencies and you are good to go. You might have to run brew install wine before building the application.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
CommandDescription
npm startStarts the application
npm run buildCreates packages for all supported platforms (bundles all below commands)
npm run build:macosBuilds the macOS application
npm run build:windowsBuilds the Windows application
npm run build:linuxBuilds the Linux application
\n

Contribution

\n

Any form of contribution is very welcome!

\n

License

\n

The code is available under MIT License.

\n
", - "readmeOriginal": "

\"Papyrus\"

\n

\"devDependencies\"

\n

Unofficial Dropbox Paper desktop application.

\n

Preview

\n

\"\"\nPapyrus is currently at version 1.0.2.

\n

Installation

\n

Homebrew Cask

\n
$ brew update && brew cask install morkro-papyrus\n
\n

Manually

\n
    \n
  • Download the installer
  • \n
  • Unzip
  • \n
  • Install the application to any location.
  • \n
\n

macOS

\n

It's recommended to move the Papyrus.app file to the Applications directory. macOS will prompt you to accept that this runs from an unidentified developer.

\n

Shortcuts

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Description  Keybinding
Create a new documentCmd/Ctrl N
Create a new folderCmd/Ctrl T
\n

All keybindings can also be found under the File menu.

\n

Development

\n

The application wraps the official Dropbox Paper website in an Electron browser window (and does some more minor things to round it up).

\n

git clone the repository, npm install all dependencies and you are good to go. You might have to run brew install wine before building the application.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
CommandDescription
npm startStarts the application
npm run buildCreates packages for all supported platforms (bundles all below commands)
npm run build:macosBuilds the macOS application
npm run build:windowsBuilds the Windows application
npm run build:linuxBuilds the Linux application
\n

Contribution

\n

Any form of contribution is very welcome!

\n

License

\n

The code is available under MIT License.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:39.942Z" - }, - "p3x-redis-ui": { - "readmeCleaned": "

\"NPM\"

\n

\"Donate \"Contact \"Corifeus \"Build\n\"Uptime

\n

📡 P3X Redis UI is a very functional handy database GUI and works on the responsive web and desktop (Electron) v2020.10.354

\n

Bugs are evident™ - MATRIX️

\n

NodeJs LTS Version Requirement

\n
>=12.13.0\n
\n

Built on NodeJs

\n
v12.18.3\n
\n

The async and await keywords are required. Only the latest LTS variant is supported.

\n

Install NodeJs:\nhttps://nodejs.org/en/download/package-manager/

\n

Description

\n

p3x-redis-ui is a new Redis GUI which can serve as a backend server or as a desktop application.

\n

Some of the features are coming below.

\n

The best use case for this Redis GUI, if you manage tons of JSON, as it includes JSONEditor and ACE.

\n\n \n

Warning

\n

If you are reading the readme fom Docker, the links are not working, please read the readme from GitHub or Corifeus @

\n\n

The online current version

\n

https://p3x.redis.patrikx3.com

\n

This Redis database every day in the morning European time CET restores some data, so you may do whatever you want to do.

\n

Besides, you could experience the test app to exit for 1 second, because it could auto update itself. It auto updates itself when the code from Git changes.

\n

Third, it is a snapshot, it is possible, that the features are different from GitHub or NPM as the releases are usually monthly or as they happen.

\n

Screenshots

\n

Screenshots readme

\n

Releases

\n

Snap

\n\n

\"LINK\"

\n

AppImage

\n

https://github.com/patrikx3/redis-ui/releases

\n

After downloading the AppImage, make it an executable.

\n
mkdir -p $HOME/opt\nmv ~/Downloads/p3x-redis-ui-a.b.c-x86_64.AppImage $HOME/opt/\nchmod +x $HOME/opt/p3x-redis-ui-a.b.c-x86_64.AppImage\n# Then you can run it\n$HOME/opt/p3x-redis-ui-a.b.c-x86_64.AppImage &
\n

It then actually integrates itself into the menus and it will auto update itself.

\n

On ElectronJs

\n

(The GitHub versions are always instant, while the ElectronJs Apps releases are delayed.)
\nhttps://electronjs.org/apps/p3x-redis-ui

\n

Start up with a server or via a browser and NodeJs/NPM

\n

Start up with a server readme

\n

Some description about the config file readme

\n

Docker

\n

https://hub.docker.com/r/patrikx3/p3x-redis-ui

\n

Compose

\n

https://github.com/patrikx3/redis-ui/blob/master/docker-compose.yml

\n
wget https://raw.githubusercontent.com/patrikx3/redis-ui/master/docker-compose.yml\n# You might want to tune the settings folder in the docker-compose.yml.\n# the /home/user/p3x-redis-ui-settings settings folder in yml should be set by yourself.\ndocker-compose up
\n

Bare

\n
# you can tune the settings folder\n# in the -v first part is where you can set your own folder\nmkdir -p ./p3x-redis-ui-settings\ndocker run -v $PWD/p3x-redis-ui-settings:/settings -h docker-p3x-redis-ui -p 7843:7843 -t -i patrikx3/p3x-redis-ui
\n

The GUI will be @ http://localhost:7843

\n

Kubernetes

\n

A complete example of deployment p3x-redis-ui in kubernetes using raw manifests\nhttps://github.com/patrikx3/redis-ui/blob/master/k8s/manifests

\n
kubectl apply -f namespace.yaml\n# Do not forget to edit redis host and password configuration\nkubectl apply -f configmap.yaml\nkubectl apply -f deployment.yaml\nkubectl apply -f service.yaml\nkubectl apply -f ingress.yaml
\n

Helm chart p3x-redis-ui deployment in kubernetes\nhttps://github.com/patrikx3/redis-ui/blob/master/k8s/chart

\n
helm template -f values.yaml release --namespace namespace . > generated.yaml\nkubectl apply -f generated.yaml
\n

Features

\n
    \n
  • It is not working in a sub-directory
  • \n
  • When in the desktop app (Electron), your port must be not blocked on 7844
  • \n
  • To show the menu in the desktop version, click ALT
  • \n
  • There is a new feature in the settings/tree setting, which limits the received keys, the minimum is 100, the maximum is 100k, so there is no more crash, because of that
  • \n
  • To make more responsive the GUI, start with search in a key set, instead of loading every keys...
  • \n
  • Since v2020.4.189, the tree can handle bigger key count, as of now, we are using deferred rendering for the tree - only rendering what is in the viewport, so it should be much faster versus rendering everything at once
  • \n
  • Please, check out your Redis use case, if this program can cover your requirements
  • \n
  • Does not handle binary data
  • \n
  • Does not work with sentinel, but it will be developed at some point of time
  • \n
  • Has experimental cluster support\n
      \n
    • Thanks so much for the awesome contribution by @idetoile of the cluster function.
    • \n
    \n
  • \n
  • Able to monitor all channel messages on the console by using a checkbox.
  • \n
  • Works with multiple languages
  • \n
  • Works as a backend
  • \n
  • Works as a desktop via Electron\n
      \n
    • Linux
    • \n
    • Windows
    • \n
    • macOS
    • \n
    \n
  • \n
  • I took very careful of the error handling (as much I can find errors)
  • \n
  • Starts with no settings without config, or setup your own config
  • \n
  • Able to create, test, save, delete multiple connections or a readonly connections setup, for shared usage
  • \n
  • Able to use the console and interact with Redis\n
      \n
    • TAB or SHIFT + TAB completion like bash is enabled
    • \n
    • Cursor UP or DOWN history is enabled
    • \n
    \n
  • \n
  • Online you are able to choose the tree separator, for example :, /, -, space etc... or even empty separator
  • \n
  • It is based on Redis-Commander and phpRedisAdmin
  • \n
  • You can select the database via console or the drop down.\n
      \n
    • The database select drop down shows if the checked database is empty or filled, so you can always know which is filled
    • \n
    \n
  • \n
  • Save button to save the db
  • \n
  • Full statistics pages, can be useful
  • \n
  • This is just a New Kind on the Block in the Redis world, so, of course, there are advantages and disadvantages in the other Redis GUIs
  • \n
  • Dark - Dracula / light themes
  • \n
  • Search\n
      \n
    • Client side mode searching in keys - small key set
    • \n
    • Server side mode searching in keys - large key set
    • \n
    • Search mode\n
        \n
      • the search keys starts with a string key
      • \n
      • the search keys includes a string in the key
      • \n
      \n
    • \n
    \n
  • \n
  • From 320px width, it is supposed to be 100% responsive
  • \n
  • There is a key sorting function, which has a penalty, because it sorts with natural compare, which means it is more human display, then just raw characters, but up to 100k the keys is still ok.
  • \n
  • Maximum keys for this App\n
      \n
    • This application is usable up to 100k keys - given it pre-loads all keys and related info at once plus sorting - with natural comparing ...\n
        \n
      • For big key set to be usable paging should be a maximum 1000 keys / page, though for 250 is the sweetest spot
      • \n
      \n
    • \n
    \n
  • \n
\n

TODO

\n

The to do readme

\n

Change log

\n

The change log readme

\n

Contributors

\n

The contributors readme

\n

Development

\n

For file names do not use camelCase, but use kebab-case. Folder should be named as kebab-case as well. As you can see, all code filenames are using it like that, please do not change that.\nPlease apply the .editorconfig settings in your IDE.

\n

It creates a package that allows you to compose p3x-redis-ui-server and p3x-redis-ui-material into one:

\n

Server on GitHub
\nClient on GitHub

\n

If you develop on this app, you are required to test, that all JS you code write is working with Electron (as the embedded Electron NodeJs version is usually below the real NodeJs). Once the server and client is running as above, you clone this repo and test like this:

\n
# terminal 1\ngit clone https://github.com/patrikx3/redis-ui-material.git\ncd redis-ui-material\nnpm install\nnpm run dev\n\n# terminal 2\ngit clone https://github.com/patrikx3/redis-ui-server.git\ncd redis-ui-server\nnpm install\nnpm run dev\n\n# if you are not working on Electron, at this point you can fire the browser\n# @ http://localhost:8080/\n\n# terminal 3 \ngit clone https://github.com/patrikx3/redis-ui.git\ncd redis-ui\nnpm install\n./scripts/start-local.sh\n# or\n./scripts/start-local.cmd
\n

Development of the translations

\n

By default, only English is created, but given all strings are from a JS file, it is very quick to spawn another language eg. German, French, Spanish etc ...

\n

English strings, for the web UI
\nEnglish strings, for the Electron

\n

For a new language:\nAdd into redis-ui-material/src/bundle.js.

\n

This solution is not using REST at all, but instead uses Socket.IO 🤣, which is weird, but I like it, it is supposed to be more responsive, as there is no big overhead in the HTTP protocol.

\n

Reference for Socket.IO speed

\n

https://www.google.com/search?q=rest+vs+websocket+comparison+benchmarks

\n

URL links

\n

P3X Redis UI playground

\n

Corifeus P3X Redis UI

\n

AlternativeTo Redis UI

\n

NPM P3X Redis UI

\n

Snap Store

\n

Github.IO Page

\n
\n

🙏 This is an open-source project. Star this repository, if you like it, or even donate to maintain the servers and the development. Thank you so much!

\n

Possible, this server, rarely, is down, please, hang on for 15-30 minutes and the server will be back up.

\n

All my domains (patrikx3.com and corifeus.com) could have minor errors, since I am developing in my free time. However, it is usually stable.

\n

Note about versioning: Versions are cut in Major.Minor.Patch schema. Major is always the current year. Minor is either 4 (January - June) or 10 (July - December). Patch is incremental by every build. If there is a breaking change, it should be noted in the readme.

\n
\n

P3X-REDIS-UI Build v2020.10.354

\n

\"Donate \"Contact \"Like

\n

P3X Sponsor

\n

IntelliJ - The most intelligent Java IDE

\n

\"JetBrains\"

\n
", - "readmeOriginal": "

\"NPM\"

\n

\"Donate \"Contact \"Corifeus \"Build\n\"Uptime

\n

📡 P3X Redis UI is a very functional handy database GUI and works on the responsive web and desktop (Electron) v2020.10.354

\n

Bugs are evident™ - MATRIX️

\n

NodeJs LTS Version Requirement

\n
>=12.13.0\n
\n

Built on NodeJs

\n
v12.18.3\n
\n

The async and await keywords are required. Only the latest LTS variant is supported.

\n

Install NodeJs:\nhttps://nodejs.org/en/download/package-manager/

\n

Description

\n

p3x-redis-ui is a new Redis GUI which can serve as a backend server or as a desktop application.

\n

Some of the features are coming below.

\n

The best use case for this Redis GUI, if you manage tons of JSON, as it includes JSONEditor and ACE.

\n\n \n

Warning

\n

If you are reading the readme fom Docker, the links are not working, please read the readme from GitHub or Corifeus @

\n\n

The online current version

\n

https://p3x.redis.patrikx3.com

\n

This Redis database every day in the morning European time CET restores some data, so you may do whatever you want to do.

\n

Besides, you could experience the test app to exit for 1 second, because it could auto update itself. It auto updates itself when the code from Git changes.

\n

Third, it is a snapshot, it is possible, that the features are different from GitHub or NPM as the releases are usually monthly or as they happen.

\n

Screenshots

\n

Screenshots readme

\n

Releases

\n

Snap

\n\n

\"LINK\"

\n

AppImage

\n

https://github.com/patrikx3/redis-ui/releases

\n

After downloading the AppImage, make it an executable.

\n
mkdir -p $HOME/opt\nmv ~/Downloads/p3x-redis-ui-a.b.c-x86_64.AppImage $HOME/opt/\nchmod +x $HOME/opt/p3x-redis-ui-a.b.c-x86_64.AppImage\n# Then you can run it\n$HOME/opt/p3x-redis-ui-a.b.c-x86_64.AppImage &
\n

It then actually integrates itself into the menus and it will auto update itself.

\n

On ElectronJs

\n

(The GitHub versions are always instant, while the ElectronJs Apps releases are delayed.)
\nhttps://electronjs.org/apps/p3x-redis-ui

\n

Start up with a server or via a browser and NodeJs/NPM

\n

Start up with a server readme

\n

Some description about the config file readme

\n

Docker

\n

https://hub.docker.com/r/patrikx3/p3x-redis-ui

\n

Compose

\n

https://github.com/patrikx3/redis-ui/blob/master/docker-compose.yml

\n
wget https://raw.githubusercontent.com/patrikx3/redis-ui/master/docker-compose.yml\n# You might want to tune the settings folder in the docker-compose.yml.\n# the /home/user/p3x-redis-ui-settings settings folder in yml should be set by yourself.\ndocker-compose up
\n

Bare

\n
# you can tune the settings folder\n# in the -v first part is where you can set your own folder\nmkdir -p ./p3x-redis-ui-settings\ndocker run -v $PWD/p3x-redis-ui-settings:/settings -h docker-p3x-redis-ui -p 7843:7843 -t -i patrikx3/p3x-redis-ui
\n

The GUI will be @ http://localhost:7843

\n

Kubernetes

\n

A complete example of deployment p3x-redis-ui in kubernetes using raw manifests\nhttps://github.com/patrikx3/redis-ui/blob/master/k8s/manifests

\n
kubectl apply -f namespace.yaml\n# Do not forget to edit redis host and password configuration\nkubectl apply -f configmap.yaml\nkubectl apply -f deployment.yaml\nkubectl apply -f service.yaml\nkubectl apply -f ingress.yaml
\n

Helm chart p3x-redis-ui deployment in kubernetes\nhttps://github.com/patrikx3/redis-ui/blob/master/k8s/chart

\n
helm template -f values.yaml release --namespace namespace . > generated.yaml\nkubectl apply -f generated.yaml
\n

Features

\n
    \n
  • It is not working in a sub-directory
  • \n
  • When in the desktop app (Electron), your port must be not blocked on 7844
  • \n
  • To show the menu in the desktop version, click ALT
  • \n
  • There is a new feature in the settings/tree setting, which limits the received keys, the minimum is 100, the maximum is 100k, so there is no more crash, because of that
  • \n
  • To make more responsive the GUI, start with search in a key set, instead of loading every keys...
  • \n
  • Since v2020.4.189, the tree can handle bigger key count, as of now, we are using deferred rendering for the tree - only rendering what is in the viewport, so it should be much faster versus rendering everything at once
  • \n
  • Please, check out your Redis use case, if this program can cover your requirements
  • \n
  • Does not handle binary data
  • \n
  • Does not work with sentinel, but it will be developed at some point of time
  • \n
  • Has experimental cluster support\n
      \n
    • Thanks so much for the awesome contribution by @idetoile of the cluster function.
    • \n
    \n
  • \n
  • Able to monitor all channel messages on the console by using a checkbox.
  • \n
  • Works with multiple languages
  • \n
  • Works as a backend
  • \n
  • Works as a desktop via Electron\n
      \n
    • Linux
    • \n
    • Windows
    • \n
    • macOS
    • \n
    \n
  • \n
  • I took very careful of the error handling (as much I can find errors)
  • \n
  • Starts with no settings without config, or setup your own config
  • \n
  • Able to create, test, save, delete multiple connections or a readonly connections setup, for shared usage
  • \n
  • Able to use the console and interact with Redis\n
      \n
    • TAB or SHIFT + TAB completion like bash is enabled
    • \n
    • Cursor UP or DOWN history is enabled
    • \n
    \n
  • \n
  • Online you are able to choose the tree separator, for example :, /, -, space etc... or even empty separator
  • \n
  • It is based on Redis-Commander and phpRedisAdmin
  • \n
  • You can select the database via console or the drop down.\n
      \n
    • The database select drop down shows if the checked database is empty or filled, so you can always know which is filled
    • \n
    \n
  • \n
  • Save button to save the db
  • \n
  • Full statistics pages, can be useful
  • \n
  • This is just a New Kind on the Block in the Redis world, so, of course, there are advantages and disadvantages in the other Redis GUIs
  • \n
  • Dark - Dracula / light themes
  • \n
  • Search\n
      \n
    • Client side mode searching in keys - small key set
    • \n
    • Server side mode searching in keys - large key set
    • \n
    • Search mode\n
        \n
      • the search keys starts with a string key
      • \n
      • the search keys includes a string in the key
      • \n
      \n
    • \n
    \n
  • \n
  • From 320px width, it is supposed to be 100% responsive
  • \n
  • There is a key sorting function, which has a penalty, because it sorts with natural compare, which means it is more human display, then just raw characters, but up to 100k the keys is still ok.
  • \n
  • Maximum keys for this App\n
      \n
    • This application is usable up to 100k keys - given it pre-loads all keys and related info at once plus sorting - with natural comparing ...\n
        \n
      • For big key set to be usable paging should be a maximum 1000 keys / page, though for 250 is the sweetest spot
      • \n
      \n
    • \n
    \n
  • \n
\n

TODO

\n

The to do readme

\n

Change log

\n

The change log readme

\n

Contributors

\n

The contributors readme

\n

Development

\n

For file names do not use camelCase, but use kebab-case. Folder should be named as kebab-case as well. As you can see, all code filenames are using it like that, please do not change that.\nPlease apply the .editorconfig settings in your IDE.

\n

It creates a package that allows you to compose p3x-redis-ui-server and p3x-redis-ui-material into one:

\n

Server on GitHub
\nClient on GitHub

\n

If you develop on this app, you are required to test, that all JS you code write is working with Electron (as the embedded Electron NodeJs version is usually below the real NodeJs). Once the server and client is running as above, you clone this repo and test like this:

\n
# terminal 1\ngit clone https://github.com/patrikx3/redis-ui-material.git\ncd redis-ui-material\nnpm install\nnpm run dev\n\n# terminal 2\ngit clone https://github.com/patrikx3/redis-ui-server.git\ncd redis-ui-server\nnpm install\nnpm run dev\n\n# if you are not working on Electron, at this point you can fire the browser\n# @ http://localhost:8080/\n\n# terminal 3 \ngit clone https://github.com/patrikx3/redis-ui.git\ncd redis-ui\nnpm install\n./scripts/start-local.sh\n# or\n./scripts/start-local.cmd
\n

Development of the translations

\n

By default, only English is created, but given all strings are from a JS file, it is very quick to spawn another language eg. German, French, Spanish etc ...

\n

English strings, for the web UI
\nEnglish strings, for the Electron

\n

For a new language:\nAdd into redis-ui-material/src/bundle.js.

\n

This solution is not using REST at all, but instead uses Socket.IO 🤣, which is weird, but I like it, it is supposed to be more responsive, as there is no big overhead in the HTTP protocol.

\n

Reference for Socket.IO speed

\n

https://www.google.com/search?q=rest+vs+websocket+comparison+benchmarks

\n

URL links

\n

P3X Redis UI playground

\n

Corifeus P3X Redis UI

\n

AlternativeTo Redis UI

\n

NPM P3X Redis UI

\n

Snap Store

\n

Github.IO Page

\n
\n

🙏 This is an open-source project. Star this repository, if you like it, or even donate to maintain the servers and the development. Thank you so much!

\n

Possible, this server, rarely, is down, please, hang on for 15-30 minutes and the server will be back up.

\n

All my domains (patrikx3.com and corifeus.com) could have minor errors, since I am developing in my free time. However, it is usually stable.

\n

Note about versioning: Versions are cut in Major.Minor.Patch schema. Major is always the current year. Minor is either 4 (January - June) or 10 (July - December). Patch is incremental by every build. If there is a breaking change, it should be noted in the readme.

\n
\n

P3X-REDIS-UI Build v2020.10.354

\n

\"Donate \"Contact \"Like

\n

P3X Sponsor

\n

IntelliJ - The most intelligent Java IDE

\n

\"JetBrains\"

\n
", - "readmeFetchedAt": "2020-09-17T12:09:40.013Z" - }, - "patchwork": { - "readmeCleaned": "

Patchwork

\n
\n

A decentralized messaging and sharing app built on top of Secure Scuttlebutt (SSB).

\n
\n
    \n
  • Connect with friends without depending on any central servers.
  • \n
  • Don't worry about spam, you only get messages from people you follow.
  • \n
  • Use Patchwork online or offline, the data you need is stored on your device.
  • \n
  • Sync messages with friends when you're on the same Wi-Fi network.
  • \n
  • Keep secrets with private messages, which are always end-to-end encrypted.
  • \n
  • Change and improve Patchwork however you'd like, it's free and open source.
  • \n
\n

Usage

\n

\"Screenshot

\n

New to Scuttlebutt? Join the network by connecting to a pub.

\n
    \n
  1. Choose a pub from the pub list and copy an invite code.
  2. \n
  3. Open Patchwork and select Join Pub.
  4. \n
  5. Paste the invite code and select Redeem Invite.
  6. \n
\n

You're done! Check out #new-people to see who else has recently joined.

\n

Installation

\n

Most people should download Patchwork for Windows, macOS, or Linux.

\n

Alternatively, you can install Patchwork with your favorite package manager.

\n
    \n
  • npm: npm install --global ssb-patchwork
  • \n
  • yarn: yarn global add ssb-patchwork
  • \n
  • brew: brew cask install patchwork
  • \n
  • yay: yay -S ssb-patchwork
  • \n
\n

Building from source? Check out INSTALL.md for more information.

\n

Contributing

\n

Create a new issue to report problems or request features. See\nCONTRIBUTING.md for more information on how to get involved.\nYou can also support the project via donations.

\n

Please note that this project is released with a Contributor Code of\nConduct. By participating in this project you agree to abide by its\nterms.

\n

See Also

\n\n

License

\n

AGPL-3.0

\n
", - "readmeOriginal": "

Patchwork

\n
\n

A decentralized messaging and sharing app built on top of Secure Scuttlebutt (SSB).

\n
\n
    \n
  • Connect with friends without depending on any central servers.
  • \n
  • Don't worry about spam, you only get messages from people you follow.
  • \n
  • Use Patchwork online or offline, the data you need is stored on your device.
  • \n
  • Sync messages with friends when you're on the same Wi-Fi network.
  • \n
  • Keep secrets with private messages, which are always end-to-end encrypted.
  • \n
  • Change and improve Patchwork however you'd like, it's free and open source.
  • \n
\n

Usage

\n

\"Screenshot

\n

New to Scuttlebutt? Join the network by connecting to a pub.

\n
    \n
  1. Choose a pub from the pub list and copy an invite code.
  2. \n
  3. Open Patchwork and select Join Pub.
  4. \n
  5. Paste the invite code and select Redeem Invite.
  6. \n
\n

You're done! Check out #new-people to see who else has recently joined.

\n

Installation

\n

Most people should download Patchwork for Windows, macOS, or Linux.

\n

Alternatively, you can install Patchwork with your favorite package manager.

\n
    \n
  • npm: npm install --global ssb-patchwork
  • \n
  • yarn: yarn global add ssb-patchwork
  • \n
  • brew: brew cask install patchwork
  • \n
  • yay: yay -S ssb-patchwork
  • \n
\n

Building from source? Check out INSTALL.md for more information.

\n

Contributing

\n

Create a new issue to report problems or request features. See\nCONTRIBUTING.md for more information on how to get involved.\nYou can also support the project via donations.

\n

Please note that this project is released with a Contributor Code of\nConduct. By participating in this project you agree to abide by its\nterms.

\n

See Also

\n\n

License

\n

AGPL-3.0

\n
", - "readmeFetchedAt": "2020-09-17T12:09:40.037Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:45.032Z" }, "particl": { - "readmeCleaned": "

Particl Desktop

\n
\n

"Particl is an open source project that aims to restore the balance of privacy on the internet."

\n
\n

\"UI

\n

Table of Contents

\n\n

About

\n

Particl Desktop is our feature-rich flagship client, recommended for most users for interacting with Particl network.

\n

We provide a decentralized privacy platform with a suite of tools to enhance your online privacy:

\n
    \n
  • An anonymous cryptocurrency – send and receive the PART cryptocurrency without revealing the transaction history
  • \n
  • End-to-end encrypted messaging – communicate in a secure and decentralized manner without revealing your IP address
  • \n
  • A private marketplace – buy and sell goods without leaving a trace (WIP on market branch)
  • \n
  • Community governance – anyone can submit proposals to Particl network via decentralized voting & governance (WIP on market branch)
  • \n
\n

This repository is the user interface that works in combination with our particl-core.

\n

Download

\n

\"Download

\n

Contribute

\n

\"Snyk\"\n\"Build\n\"Coverage\n\"Code\n\"Greenkeeper

\n

For contributing to Particl Desktop, please read our Contributing Guidelines first.

\n

Join us in #particl-dev:matrix.org on Riot for more info and/or assistance.

\n

Getting started

\n

Requirements

\n\n

Installation

\n
git clone https://github.com/particl/particl-desktop\ncd particl-desktop\nyarn install
\n

Development

\n
\n

Note: most recent development happens on market branch

\n
\n
    \n
  1. Run ng serve to start the dev server and keep it running
  2. \n
  3. In another terminal window, run yarn run start:electron:dev -testnet --devtools to start Particl Desktop on testnet (daemon will be updated and launched automatically)\n
      \n
    • -testnet – for running on testnet (omit for running the client on mainnet)
    • \n
    • -reindex – reindexes the blockchain (in case you're stuck)
    • \n
    • --devtools – automatically opens Developer Tools on client launch
    • \n
    \n
  4. \n
\n

Interact with particl-core daemon

\n

You can directly interact with the daemon ran by the Electron version.

\n
./particl-cli -testnet getblockchaininfo\n
\n

Packaging

\n

Windows-only requirements

\n

Building for Windows requires the 32-bit libraries to be available:

\n
sudo apt-get install gcc-multilib\nsudo apt-get install g++-multilib\n
\n

Packaging commands

\n
    \n
  • yarn run package:win – Windows
  • \n
  • yarn run package:mac – macOS
  • \n
  • yarn run package:linux – Linux
  • \n
\n

Troubleshooting

\n

Development issues

\n

Blockchain syncing stuck

\n

Restart the app with -reindex flag:

\n
yarn run start:electron:dev -testnet --devtools -reindex\n
\n

Marketplace fails to load

\n

Delete marketplace database folder and restart app:

\n
    \n
  • Windows: %appdata%\\particl-market\\testnet\\
  • \n
  • macOS: ~/Library/Application Support/Particl/particl-market/testnet/
  • \n
  • Linux: ~/.particl-market/testnet/
  • \n
\n

Other issues

\n

See our Particl Wiki for most common problems or join #particlhelp:matrix.org on Riot for community help.

\n

Licence

\n

Particl Desktop is released under GNU General Public License v2.0.

\n
", - "readmeOriginal": "

Particl Desktop

\n
\n

\"Particl is an open source project that aims to restore the balance of privacy on the internet.\"

\n
\n

\"UI

\n

Table of Contents

\n\n

About

\n

Particl Desktop is our feature-rich flagship client, recommended for most users for interacting with Particl network.

\n

We provide a decentralized privacy platform with a suite of tools to enhance your online privacy:

\n
    \n
  • An anonymous cryptocurrency – send and receive the PART cryptocurrency without revealing the transaction history
  • \n
  • End-to-end encrypted messaging – communicate in a secure and decentralized manner without revealing your IP address
  • \n
  • A private marketplace – buy and sell goods without leaving a trace (WIP on market branch)
  • \n
  • Community governance – anyone can submit proposals to Particl network via decentralized voting & governance (WIP on market branch)
  • \n
\n

This repository is the user interface that works in combination with our particl-core.

\n

Download

\n

\"Download

\n

Contribute

\n

\"Snyk\"\n\"Build\n\"Coverage\n\"Code\n\"Greenkeeper

\n

For contributing to Particl Desktop, please read our Contributing Guidelines first.

\n

Join us in #particl-dev:matrix.org on Riot for more info and/or assistance.

\n

Getting started

\n

Requirements

\n\n

Installation

\n
git clone https://github.com/particl/particl-desktop\ncd particl-desktop\nyarn install
\n

Development

\n
\n

Note: most recent development happens on market branch

\n
\n
    \n
  1. Run ng serve to start the dev server and keep it running
  2. \n
  3. In another terminal window, run yarn run start:electron:dev -testnet --devtools to start Particl Desktop on testnet (daemon will be updated and launched automatically)\n
      \n
    • -testnet – for running on testnet (omit for running the client on mainnet)
    • \n
    • -reindex – reindexes the blockchain (in case you're stuck)
    • \n
    • --devtools – automatically opens Developer Tools on client launch
    • \n
    \n
  4. \n
\n

Interact with particl-core daemon

\n

You can directly interact with the daemon ran by the Electron version.

\n
./particl-cli -testnet getblockchaininfo\n
\n

Packaging

\n

Windows-only requirements

\n

Building for Windows requires the 32-bit libraries to be available:

\n
sudo apt-get install gcc-multilib\nsudo apt-get install g++-multilib\n
\n

Packaging commands

\n
    \n
  • yarn run package:win – Windows
  • \n
  • yarn run package:mac – macOS
  • \n
  • yarn run package:linux – Linux
  • \n
\n

Troubleshooting

\n

Development issues

\n

Blockchain syncing stuck

\n

Restart the app with -reindex flag:

\n
yarn run start:electron:dev -testnet --devtools -reindex\n
\n

Marketplace fails to load

\n

Delete marketplace database folder and restart app:

\n
    \n
  • Windows: %appdata%\\particl-market\\testnet\\
  • \n
  • macOS: ~/Library/Application Support/Particl/particl-market/testnet/
  • \n
  • Linux: ~/.particl-market/testnet/
  • \n
\n

Other issues

\n

See our Particl Wiki for most common problems or join #particlhelp:matrix.org on Riot for community help.

\n

Licence

\n

Particl Desktop is released under GNU General Public License v2.0.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:40.119Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:45.043Z" }, "peacock": { - "readmeCleaned": "

Peacock

\n

\n

\n 🦚 Open source experimental private-by-default web browser.
\n Docs |\n Download |\n FAQ\n

\n \"GitHub\n \"GitHub\n \"Discord\"\n


\n

⚠️ Peacock has been discontinued.

\n

Contents

\n\n

Download

\n

Windows

\n

Download the .exe file from our releases page.

\n

Releasing Peacock for the Windows package, Chocolatey, might be our next step.

\n

Mac

\n

Unfortunately, Mac builds are failing and there hasn't been enough testing yet for Peacock to be confident enough in releasing a public build for MacOS.

\n

Linux

\n

Here, you can download Linux builds for Peacock. Hopefully Peacock will have a Flatpak release and possibly an RPM build in the near future.

\n
\n

Ubuntu, Debian and Debian derivatives

\n

Download the .deb file from our releases page.

\n
\n

Arch Linux (AUR)

\n

\"AUR

\n

Download Peacock from the Arch User Repository here. (thank you to u/sunflsks!)

\n
\n

AppImage (Everything else)

\n

Download the .AppImage file from our releases page.

\n

Screenshots

\n

New screenshots coming soon!\n\n

\n

Building

\n

Both of the build commands use electron-builder and output executables for their respective operating system in the dist/ folder.

\n

Download and initialize Peacock's source code with these commands:

\n
    \n
  1. git clone https://github.com/peacockweb/peacock.git && cd peacock
  2. \n
  3. npm i
  4. \n
\n

Run peacock from source:

\n

npm run start

\n

Build instructions for Windows:

\n

npm run build-win

\n

Build instructions for Linux:

\n

npm run build-linux

\n

F.A.Q.

\n

How does Peacock compare to other privacy browsers like Firefox and Brave?

\n

Both Firefox and Brave are spectacular and every day, Peacock gets closer and closer to their status of privacy. Peacock isn't stable enough yet to be used as a daily driver, but is an awesome experiment nonetheless to test the limits of the web and help make the internet a safer place.

\n

How do I know Peacock doesn't take telemetry?

\n

Peacock is built around on open source technologies and therefore we love transparency. You're welcome to perform your own audits on our entirely open source code! We also include a Components entry in our docs which breaks down all the technologies used in the production of Peacock.

\n

How experimental is Peacock? Can I process any sensitive data on it yet?

\n

Using should hold off on doing anything too sensitive on Peacock for now, it's still in development and bugs are getting patched all the time, but like all apps, some may be missed along the way.

\n

Why use Electron?

\n

Some people are skeptical about Electron for its generally high memory usage, but Electron makes the development process incredibly simple. Electron lets us build a desktop app using web technologies. Eventually, we may switch to something more practical like forking Chromium or Firefox.

\n

How to bypass security warnings?

\n

On Windows, apps are deemed as insecure if they haven't been code-signed with a certificate. Sigining certificates are expensive and therefore, Peacock doesn't have one (yet). This means that Peacock may show up to antiviruses or Windows Defender as a 'suspicious application' but can be easily bypsased selecting "More Info" > "Run Anyway":

\n

\n
", - "readmeOriginal": "

Peacock

\n

\n

\n 🦚 Open source experimental private-by-default web browser.
\n Docs |\n Download |\n FAQ\n

\n \"GitHub\n \"GitHub\n \"Discord\"\n


\n

⚠️ Peacock has been discontinued.

\n

Contents

\n\n

Download

\n

Windows

\n

Download the .exe file from our releases page.

\n

Releasing Peacock for the Windows package, Chocolatey, might be our next step.

\n

Mac

\n

Unfortunately, Mac builds are failing and there hasn't been enough testing yet for Peacock to be confident enough in releasing a public build for MacOS.

\n

Linux

\n

Here, you can download Linux builds for Peacock. Hopefully Peacock will have a Flatpak release and possibly an RPM build in the near future.

\n
\n

Ubuntu, Debian and Debian derivatives

\n

Download the .deb file from our releases page.

\n
\n

Arch Linux (AUR)

\n

\"AUR

\n

Download Peacock from the Arch User Repository here. (thank you to u/sunflsks!)

\n
\n

AppImage (Everything else)

\n

Download the .AppImage file from our releases page.

\n

Screenshots

\n

New screenshots coming soon!\n\n

\n

Building

\n

Both of the build commands use electron-builder and output executables for their respective operating system in the dist/ folder.

\n

Download and initialize Peacock's source code with these commands:

\n
    \n
  1. git clone https://github.com/peacockweb/peacock.git && cd peacock
  2. \n
  3. npm i
  4. \n
\n

Run peacock from source:

\n

npm run start

\n

Build instructions for Windows:

\n

npm run build-win

\n

Build instructions for Linux:

\n

npm run build-linux

\n

F.A.Q.

\n

How does Peacock compare to other privacy browsers like Firefox and Brave?

\n

Both Firefox and Brave are spectacular and every day, Peacock gets closer and closer to their status of privacy. Peacock isn't stable enough yet to be used as a daily driver, but is an awesome experiment nonetheless to test the limits of the web and help make the internet a safer place.

\n

How do I know Peacock doesn't take telemetry?

\n

Peacock is built around on open source technologies and therefore we love transparency. You're welcome to perform your own audits on our entirely open source code! We also include a Components entry in our docs which breaks down all the technologies used in the production of Peacock.

\n

How experimental is Peacock? Can I process any sensitive data on it yet?

\n

Using should hold off on doing anything too sensitive on Peacock for now, it's still in development and bugs are getting patched all the time, but like all apps, some may be missed along the way.

\n

Why use Electron?

\n

Some people are skeptical about Electron for its generally high memory usage, but Electron makes the development process incredibly simple. Electron lets us build a desktop app using web technologies. Eventually, we may switch to something more practical like forking Chromium or Firefox.

\n

How to bypass security warnings?

\n

On Windows, apps are deemed as insecure if they haven't been code-signed with a certificate. Sigining certificates are expensive and therefore, Peacock doesn't have one (yet). This means that Peacock may show up to antiviruses or Windows Defender as a 'suspicious application' but can be easily bypsased selecting \"More Info\" > \"Run Anyway\":

\n

\n
", - "readmeFetchedAt": "2020-09-17T12:09:40.200Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:45.062Z" + }, + "patchwork": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:45.069Z" }, "pencil": { - "readmeCleaned": "

\"Image

\n

About The Next Version

\n

Pencil V3 is a rewrite of Pencil that aims to fix major performance and scalability issues of the application. The new version is under heavy development and we are expecting GA builds in June. The following list summarizes important changes in the new version:

\n
    \n
  • Pencil V3 uses Electron instead of Mozilla XULRunner as the runtime. We expect that by moving into this Nodejs-based environment, the Pencil source code can be much easier for all fellow developers to play with. The fact that Mozilla XULRunner is outdated is also a reason for the movement.
  • \n
  • A new, zip-based file format was introduced to support large documents and better embedding of external bitmaps/resources.
  • \n
  • A new mechanism for page management that dramatically reduces memory usage for large documents.
  • \n
  • Document pages can now be structured into a tree-like model.
  • \n
  • Custom fonts can now be embedded into Pencil .epz documents
  • \n
  • Printing and PDF export will be improved to support all platforms and with many options
  • \n
  • New UI approach
  • \n
\n

Setting up

\n

Pencil uses Atom Electron as the runtime, follow the these steps to setup the environment:

\n
    \n
  • \n

    Clone this repository

    \n
  • \n
  • \n

    Make sure you are using nodejs 5+ (Pencil development only needs npm for package management. Node runtime is not required.)

    \n
  • \n
  • \n

    Checkout this development branch:

    \n
    $ git checkout development
    \n
  • \n
  • \n

    Install dependencies:

    \n
    $ npm install
    \n
  • \n
  • \n

    Start Pencil using the prebuilt version of Electron

    \n
      $ npm start
    \n
  • \n
\n

Supported Platforms

\n

OS X

\n

Only OSX 64bit 10.9 and later are supported.

\n

Windows

\n

Windows 7 and later are supported, older operating systems are not supported (and do not work).

\n

Linux

\n\n
", - "readmeOriginal": "

\"Image

\n

About The Next Version

\n

Pencil V3 is a rewrite of Pencil that aims to fix major performance and scalability issues of the application. The new version is under heavy development and we are expecting GA builds in June. The following list summarizes important changes in the new version:

\n
    \n
  • Pencil V3 uses Electron instead of Mozilla XULRunner as the runtime. We expect that by moving into this Nodejs-based environment, the Pencil source code can be much easier for all fellow developers to play with. The fact that Mozilla XULRunner is outdated is also a reason for the movement.
  • \n
  • A new, zip-based file format was introduced to support large documents and better embedding of external bitmaps/resources.
  • \n
  • A new mechanism for page management that dramatically reduces memory usage for large documents.
  • \n
  • Document pages can now be structured into a tree-like model.
  • \n
  • Custom fonts can now be embedded into Pencil .epz documents
  • \n
  • Printing and PDF export will be improved to support all platforms and with many options
  • \n
  • New UI approach
  • \n
\n

Setting up

\n

Pencil uses Atom Electron as the runtime, follow the these steps to setup the environment:

\n
    \n
  • \n

    Clone this repository

    \n
  • \n
  • \n

    Make sure you are using nodejs 5+ (Pencil development only needs npm for package management. Node runtime is not required.)

    \n
  • \n
  • \n

    Checkout this development branch:

    \n
    $ git checkout development
    \n
  • \n
  • \n

    Install dependencies:

    \n
    $ npm install
    \n
  • \n
  • \n

    Start Pencil using the prebuilt version of Electron

    \n
      $ npm start
    \n
  • \n
\n

Supported Platforms

\n

OS X

\n

Only OSX 64bit 10.9 and later are supported.

\n

Windows

\n

Windows 7 and later are supported, older operating systems are not supported (and do not work).

\n

Linux

\n\n
", - "readmeFetchedAt": "2020-09-17T12:09:40.329Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:45.076Z" }, "pendulums": { - "readmeCleaned": "

Pendulums Web/Desktop/Android Clients

\n

This repository keeps track of Pendulums client source.

\n

Development server

\n

Run npm run start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

\n

Help us to improve Pendulums and keep it alive

\n

Maintaining servers, fixing issues and bringing new features to Pendulums cost a lot of time and money. We will be grateful if you can show us some love using donations.

\n
", - "readmeOriginal": "

Pendulums Web/Desktop/Android Clients

\n

This repository keeps track of Pendulums client source.

\n

Development server

\n

Run npm run start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

\n

Help us to improve Pendulums and keep it alive

\n

Maintaining servers, fixing issues and bringing new features to Pendulums cost a lot of time and money. We will be grateful if you can show us some love using donations.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:40.369Z" - }, - "pennywise": { - "readmeCleaned": "

\n \n

Pennywise

\n

Cross-platform application to open website or media in a floating window

\n

\n \n \n \n \n \t\"platforms\"\n \n \n\t \"prs\n \n

\n

\n

Pennywise opens any website or media in a small floating window that remains on top of all other applications. Pennywise windows stays up all the time. No need to keep struggling with alt + tab, use Pennywise for easy multitasking.

\n

Features

\n
    \n
  • Always stays on top of any open applications
  • \n
  • Adjustable opacity – it gets out of your way while you work
  • \n
  • Resize and place it anywhere
  • \n
  • Shortcuts to make you more productive
  • \n
  • Lets you multitask while you work
  • \n
  • Open source licensed under MIT
  • \n
  • Lean small resource footprint, minimal User Interface.
  • \n
  • Cross-platform works on MacOS, Windows and Linux
  • \n
\n

Installation

\n

Download and install the relevant distribution from the releases page.

\n

If you are on MacOS, you can use Homebrew to install it

\n
brew cask install pennywise\n
\n

Enable Flash Support

\n

To enable flash support, copy or link Chrome's Pepperflash plugin into your $HOME/.pennywise-flash. You can find the plugin at the installation path of the Chrome. For example, on MacOS, you can do the below to enable Flash support

\n
ln -s ~/Library/Application\\ Support/Google/Chrome/PepperFlash/[version]/PepperFlashPlayer.plugin" ~/.pennywise-flash\n
\n

Usecases

\n
\n

Here is the list of some of the possible use cases off the top of my head

\n
\n
    \n
  • Use it as a floating window for your calendar/checklist/assigned-tickets etc
  • \n
  • Watching tutorial while you code? Open the video in Pennywise and keep it in front of you
  • \n
  • Making a video course? Open the demo in Pennywise and show the output in real time
  • \n
  • Working on some web UI? Open it in Pennywise to avoid pressing alt + tab again and again
  • \n
  • Play some video, watch some talk or play some TV series while you work
  • \n
  • Working on something non-familiar? Open the docs in Pennywise
  • \n
  • Open that live football match that you won't want to miss
  • \n
  • Use it as a desktop widget
  • \n
\n

Development

\n

Clone the repository, install the dependencies and start the app

\n
yarn install\nyarn start
\n

Shortcuts

\n
\n

Here is the list of available shortcuts that you may use

\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
ShortcutDescription
Cmd/Ctrl + LShow Navbar and focus URL input
Cmd/Ctrl + Shift + DEnable detached mode
Cmd/Ctrl + MRefresh Page
Cmd/Ctrl + Shift + LToggle Navbar on WebPages
Cmd/Ctrl + Shift + UpIncrease Opacity
Cmd/Ctrl + Shift + DownDecrease Opacity
Cmd/Ctrl + Alt + IShow Developer Tools
Cmd/Ctrl + [0-9]Switch Window Opacity
\n
\n

Note – Changing the opacity is only supported in Windows and MacOS

\n
\n

Detached Mode

\n
    \n
  • Enabling the detached mode makes Pennywise non-interactive – it will let any interactions fall through to the window below it. To remove the detached mode, focus the window either by clicking the dock icon or by activating it using alt + tab
  • \n
\n

Screenshots

\n
\n

Homescreen for the application

\n
\n

\"\"

\n

\"\"

\n
\n

Anything running in pennywise stays on top of everything

\n
\n

\"\"

\n

\"\"

\n
\n

You can change the opacity too

\n
\n

\"\"

\n

\"\"

\n

Auto-embed Videos

\n

For some video streaming websites such as Youtube, Vimeo, Twitch, Daily Motion etc, Pennywise shows you the video only web page by default (using the auto-generated embed links), showing you the video in a distract free manner. You can disable that by toggling the Edit > Embed Videos.

\n
\n

Note – In case of youtube, it might not work sometime when the user has put restrictions on the video – in that case, you will have to disable "Auto Embed" option from the Edit menu to make them work.

\n
\n

Why is it named Pennywise?

\n

Because the application helps in floating and Pennywise loved to do that

\n

\"\"

\n

Planned Roadmap

\n
    \n
  • Persist options and linking options to website
  • \n
  • Bookmarking links for later use
  • \n
  • Write tests
  • \n
\n

Contributions

\n

Feel free to implement anything from the roadmap, submit pull requests, create issues, discuss ideas or spread the word.

\n

License

\n

MIT © Kamran Ahmed

\n
", - "readmeOriginal": "

\n \n

Pennywise

\n

Cross-platform application to open website or media in a floating window

\n

\n \n \n \n \n \t\"platforms\"\n \n \n\t \"prs\n \n

\n

\n

Pennywise opens any website or media in a small floating window that remains on top of all other applications. Pennywise windows stays up all the time. No need to keep struggling with alt + tab, use Pennywise for easy multitasking.

\n

Features

\n
    \n
  • Always stays on top of any open applications
  • \n
  • Adjustable opacity – it gets out of your way while you work
  • \n
  • Resize and place it anywhere
  • \n
  • Shortcuts to make you more productive
  • \n
  • Lets you multitask while you work
  • \n
  • Open source licensed under MIT
  • \n
  • Lean small resource footprint, minimal User Interface.
  • \n
  • Cross-platform works on MacOS, Windows and Linux
  • \n
\n

Installation

\n

Download and install the relevant distribution from the releases page.

\n

If you are on MacOS, you can use Homebrew to install it

\n
brew cask install pennywise\n
\n

Enable Flash Support

\n

To enable flash support, copy or link Chrome's Pepperflash plugin into your $HOME/.pennywise-flash. You can find the plugin at the installation path of the Chrome. For example, on MacOS, you can do the below to enable Flash support

\n
ln -s ~/Library/Application\\ Support/Google/Chrome/PepperFlash/[version]/PepperFlashPlayer.plugin\" ~/.pennywise-flash\n
\n

Usecases

\n
\n

Here is the list of some of the possible use cases off the top of my head

\n
\n
    \n
  • Use it as a floating window for your calendar/checklist/assigned-tickets etc
  • \n
  • Watching tutorial while you code? Open the video in Pennywise and keep it in front of you
  • \n
  • Making a video course? Open the demo in Pennywise and show the output in real time
  • \n
  • Working on some web UI? Open it in Pennywise to avoid pressing alt + tab again and again
  • \n
  • Play some video, watch some talk or play some TV series while you work
  • \n
  • Working on something non-familiar? Open the docs in Pennywise
  • \n
  • Open that live football match that you won't want to miss
  • \n
  • Use it as a desktop widget
  • \n
\n

Development

\n

Clone the repository, install the dependencies and start the app

\n
yarn install\nyarn start
\n

Shortcuts

\n
\n

Here is the list of available shortcuts that you may use

\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
ShortcutDescription
Cmd/Ctrl + LShow Navbar and focus URL input
Cmd/Ctrl + Shift + DEnable detached mode
Cmd/Ctrl + MRefresh Page
Cmd/Ctrl + Shift + LToggle Navbar on WebPages
Cmd/Ctrl + Shift + UpIncrease Opacity
Cmd/Ctrl + Shift + DownDecrease Opacity
Cmd/Ctrl + Alt + IShow Developer Tools
Cmd/Ctrl + [0-9]Switch Window Opacity
\n
\n

Note – Changing the opacity is only supported in Windows and MacOS

\n
\n

Detached Mode

\n
    \n
  • Enabling the detached mode makes Pennywise non-interactive – it will let any interactions fall through to the window below it. To remove the detached mode, focus the window either by clicking the dock icon or by activating it using alt + tab
  • \n
\n

Screenshots

\n
\n

Homescreen for the application

\n
\n

\"\"

\n

\"\"

\n
\n

Anything running in pennywise stays on top of everything

\n
\n

\"\"

\n

\"\"

\n
\n

You can change the opacity too

\n
\n

\"\"

\n

\"\"

\n

Auto-embed Videos

\n

For some video streaming websites such as Youtube, Vimeo, Twitch, Daily Motion etc, Pennywise shows you the video only web page by default (using the auto-generated embed links), showing you the video in a distract free manner. You can disable that by toggling the Edit > Embed Videos.

\n
\n

Note – In case of youtube, it might not work sometime when the user has put restrictions on the video – in that case, you will have to disable \"Auto Embed\" option from the Edit menu to make them work.

\n
\n

Why is it named Pennywise?

\n

Because the application helps in floating and Pennywise loved to do that

\n

\"\"

\n

Planned Roadmap

\n
    \n
  • Persist options and linking options to website
  • \n
  • Bookmarking links for later use
  • \n
  • Write tests
  • \n
\n

Contributions

\n

Feel free to implement anything from the roadmap, submit pull requests, create issues, discuss ideas or spread the word.

\n

License

\n

MIT © Kamran Ahmed

\n
", - "readmeFetchedAt": "2020-09-17T12:09:40.452Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:45.091Z" }, "pepefe": { - "readmeCleaned": "

\n

Pepefe

\n

Pepefe is unofficial desktop notification for free ebook from Packtpub.

\n

\"screenshot\"

\n
    \n
  • Autostart when os start, default is false.
  • \n
  • Autohide, default is false.
  • \n
  • Double click tray icon to show or hide app.
  • \n
  • Schedule reload at 7.45 am.
  • \n
\n

Install

\n

Download and unzip binary file from https://github.com/junwatu/pepefe/releases

\n

How To Contribute

\n

If you found any bugs or you have any suggestion just shout it on https://github.com/junwatu/pepefe/issues. Thanks

\n
\n

MIT License

\n
", - "readmeOriginal": "

\n

Pepefe

\n

Pepefe is unofficial desktop notification for free ebook from Packtpub.

\n

\"screenshot\"

\n
    \n
  • Autostart when os start, default is false.
  • \n
  • Autohide, default is false.
  • \n
  • Double click tray icon to show or hide app.
  • \n
  • Schedule reload at 7.45 am.
  • \n
\n

Install

\n

Download and unzip binary file from https://github.com/junwatu/pepefe/releases

\n

How To Contribute

\n

If you found any bugs or you have any suggestion just shout it on https://github.com/junwatu/pepefe/issues. Thanks

\n
\n

MIT License

\n
", - "readmeFetchedAt": "2020-09-17T12:09:40.516Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:45.123Z" }, "perlotto": { - "readmeCleaned": "

Perlotto - minimal google music / youtube wrapper wrapper

\n

\"Screenshot\"

\n

Perlotto is a minimal wrapper around Google Music and Youtube services\nthat turnes them into real platers but does not add tons of crap on top.\nSo, what's inside?

\n
    \n
  • Google music and Youtube support
  • \n
  • Multimedia keys
  • \n
  • Last.FM scrobbling
  • \n
  • No notifications
  • \n
\n

That's it.

\n

Development

\n
$ npm install\n$ npm start
\n

My favorite music service is not supported! What can I do?

\n

Adding new music service ranges from trivial to somewhat\ncomplicated in case this service works with external plugins\n(like spotify). Nevertheless, Google music implementation\ncan serve as a boilerplate.

\n

You need to be able to reason of several things to get the\nfull integration:

\n
    \n
  • \n

    How to understand that player page is loaded

    \n

    This is playerLoadedp function in inject.js script.

    \n
  • \n
  • \n

    How to understand that player is playing

    \n

    This is isPlaying function in inject.js script.

    \n
  • \n
  • \n

    How to do play/pause ot switch to the next or previous track

    \n

    The javascript to be executed for this commands is defined\nin content.js script.

    \n
  • \n
  • \n

    How to get information about current song.

    \n

    This is trackInfo function in inject.js script. Please\nnote that this information is only required for last.fm stuff\nbut who knows if we need it for something else, right?

    \n
  • \n
  • \n

    And of course you need to be able to make your service work\ninside Perlotto app.

    \n
  • \n
\n

Packaging

\n
$ npm run dist
\n

Issues

\n

Whenever you encounter any feel free to raise issues in bugtracker or, what's better,\nto solve them and send pull requests.

\n

License

\n

MIT, except app icon, which was just found on iconfinder. If you are\nthe owner and don't want it to be there, please contact me.

\n
", - "readmeOriginal": "

Perlotto - minimal google music / youtube wrapper wrapper

\n

\"Screenshot\"

\n

Perlotto is a minimal wrapper around Google Music and Youtube services\nthat turnes them into real platers but does not add tons of crap on top.\nSo, what's inside?

\n
    \n
  • Google music and Youtube support
  • \n
  • Multimedia keys
  • \n
  • Last.FM scrobbling
  • \n
  • No notifications
  • \n
\n

That's it.

\n

Development

\n
$ npm install\n$ npm start
\n

My favorite music service is not supported! What can I do?

\n

Adding new music service ranges from trivial to somewhat\ncomplicated in case this service works with external plugins\n(like spotify). Nevertheless, Google music implementation\ncan serve as a boilerplate.

\n

You need to be able to reason of several things to get the\nfull integration:

\n
    \n
  • \n

    How to understand that player page is loaded

    \n

    This is playerLoadedp function in inject.js script.

    \n
  • \n
  • \n

    How to understand that player is playing

    \n

    This is isPlaying function in inject.js script.

    \n
  • \n
  • \n

    How to do play/pause ot switch to the next or previous track

    \n

    The javascript to be executed for this commands is defined\nin content.js script.

    \n
  • \n
  • \n

    How to get information about current song.

    \n

    This is trackInfo function in inject.js script. Please\nnote that this information is only required for last.fm stuff\nbut who knows if we need it for something else, right?

    \n
  • \n
  • \n

    And of course you need to be able to make your service work\ninside Perlotto app.

    \n
  • \n
\n

Packaging

\n
$ npm run dist
\n

Issues

\n

Whenever you encounter any feel free to raise issues in bugtracker or, what's better,\nto solve them and send pull requests.

\n

License

\n

MIT, except app icon, which was just found on iconfinder. If you are\nthe owner and don't want it to be there, please contact me.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:40.706Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:45.139Z" + }, + "petal": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:45.143Z" + }, + "pennywise": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:45.150Z" }, "phonegap": { - "readmeCleaned": "

**NOTE: The Phonegap Desktop App is a deprecated project. We advise users to move over to Apache Cordova tooling.

\n

Phonegap Desktop App

\n

\"Build

\n

Quick Start - Developer Mode

\n
    \n
  1. Run npm install from the root of this project to set up the project dependencies
  2. \n
  3. cd into the www folder and run npm install for the app dependencies
  4. \n
  5. cd .. back to the root and run npm run reload to start up the live reload server for live code updates
  6. \n
  7. Run electron www from the root folder or electron . from the www folder
  8. \n
\n

NOTE: Steps 1 & 2 only need to be done if you've never run a local build or when the dependencies are updated.

\n

Build Setup for macOS & Windows

\n
# install grunt cli\n$ [sudo] npm install -g grunt-cli\n\n# install dev dependencies\n$ npm install\n\n# Create a fork of the phonegap-app-desktop repository.\n# Clone your fork of the repository.\n# Navigate to project folder on your local machine.\n# Follow instructions in the Build Commands section.\n
\n

Windows Gotchas

\n

Once the build is complete, you will need to follow the instructions under Installation for Windows.

\n

Build Commands

\n
# builds development version\n$ grunt\n\n# builds release version\n$ grunt release\n
\n

Installation for Windows

\n

If you are using the zip file to run the Desktop App, you will need to run the\npostInstall.bat file to install the required dependencies. The file is in\n./build/PhoneGap-win32-ia32/resources/app.asar.unpacked/bin. Right click on the file\nand select "Run as administrator", once the script has finished running you will\nbe able to use the app.

\n
", - "readmeOriginal": "

**NOTE: The Phonegap Desktop App is a deprecated project. We advise users to move over to Apache Cordova tooling.

\n

Phonegap Desktop App

\n

\"Build

\n

Quick Start - Developer Mode

\n
    \n
  1. Run npm install from the root of this project to set up the project dependencies
  2. \n
  3. cd into the www folder and run npm install for the app dependencies
  4. \n
  5. cd .. back to the root and run npm run reload to start up the live reload server for live code updates
  6. \n
  7. Run electron www from the root folder or electron . from the www folder
  8. \n
\n

NOTE: Steps 1 & 2 only need to be done if you've never run a local build or when the dependencies are updated.

\n

Build Setup for macOS & Windows

\n
# install grunt cli\n$ [sudo] npm install -g grunt-cli\n\n# install dev dependencies\n$ npm install\n\n# Create a fork of the phonegap-app-desktop repository.\n# Clone your fork of the repository.\n# Navigate to project folder on your local machine.\n# Follow instructions in the Build Commands section.\n
\n

Windows Gotchas

\n

Once the build is complete, you will need to follow the instructions under Installation for Windows.

\n

Build Commands

\n
# builds development version\n$ grunt\n\n# builds release version\n$ grunt release\n
\n

Installation for Windows

\n

If you are using the zip file to run the Desktop App, you will need to run the\npostInstall.bat file to install the required dependencies. The file is in\n./build/PhoneGap-win32-ia32/resources/app.asar.unpacked/bin. Right click on the file\nand select \"Run as administrator\", once the script has finished running you will\nbe able to use the app.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:40.766Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:45.156Z" }, "photoscreensaver": { - "readmeCleaned": "

photo-screen-saver

\n

\"icon.png\"

\n

Windows screen saver that displays a photo slideshow, based on the Electron framework.

\n

Why?

\n

Since modern LCD displays aren't subject to burn-in, screen savers are a thing of the past... right?

\n

Not if you have your HTPC hooked up to a plasma TV -- plasma still has a big problem with burn-in.\nFinding myself in that situation, I needed a screen saver that would protect the screen while a movie is paused.\nI also wanted it to look great -- it's in my living room, after all -- but every screen saver I tried looked\nlike it was written decades ago. (Most of them were.)

\n

Modern web technologies make it incredibly easy to create engaging animations. All I needed was a way\nto marry the web tools we know and love to the Windows screen saver framework. That's where Electron comes in.

\n

Please note: This is currently a Windows-specific project. You can run the code in Electron\non other platforms, but you won't get the screen saver integration with the OS.

\n

Before You Build

\n

This screen saver displays a photo slideshow with a simple "Ken Burns" effect. It supports three photo sources:

\n
    \n
  • Flickr: Photos from the group "Flickr's Best Landscape Photographers (Post 1 Award 2)"
  • \n
  • 500px: Photos from "Popular"
  • \n
  • A local folder on your computer
  • \n
\n

Since I didn't feel like implementing a Settings window, you'll need to make some simple code changes to set up\na source. If you take a look at the top of src/index.ts, you'll find the following snippet of code. Do what it\nsays and uncomment only the source you want to use:

\n
// Uncomment ONE of the following photo sources:\nimport { getPhotos } from "./flickr";\n// import { getPhotos } from "./500px";\n// import { getPhotos } from "./local-images";\n
\n

Then do one of the following:

\n
    \n
  • \n

    Flickr: Get a Flickr API key and put it in src/api-keys.ts:

    \n
      export const FLICKR_API_KEY = "<your API key goes here>";\n
    \n
  • \n
  • \n

    500px: Get a 500px consumer key and put it in src/api-keys.ts:

    \n
      export const _500PX_API_KEY = "<your consumer key goes here>";\n
    \n
  • \n
  • \n

    Local: Edit src/local-images.ts and set the FOLDER_PATH to point to your image folder:

    \n
      const FOLDER_PATH = "<your path goes here>";\n
    \n
  • \n
\n

A quick warning: When you display random photos from the web, there's always a chance you'll get something you\nwouldn't want your kids, your grandma, or your boss to see. These Flickr and 500px API calls are supposed to\navoid anything NSFW, but photos do end up in the wrong category from time to time -- don't say I didn't warn you.\nIf you want to stay on the safe side, you can always use your own local folder of photos.

\n

How to Build

\n

Install: This project requires Node.js -- if you've read this far, you\nprobably already have it. Once you have Node.js, go to the project folder and run the following command:

\n
npm install\n
\n

Build: Go to the project folder and run the following command:

\n
npm run build\n
\n

Run: Once the build is complete, you have a couple of options. If you want to quickly fire it up and see what it does, go to the project folder and run:

\n
npm start\n
\n

If you want to install it as a screen saver, look in the package\\photo-screen-saver-win32-x64 subfolder\nand find the file photo-screen-saver.scr. Right-click the file and choose Install. When you go to the Windows screen\nsaver settings, you'll see that photo-screen-saver is now your selected screen saver.

\n

Behind the Scenes

\n

It's a lot easier than I thought to create a screen saver for Windows -- it's just a normal executable\nwith a .scr extension. The program just needs to display a topmost full-screen window and\nexit on mouse or keyboard activity. These requirements are really easy to meet in Electron!

\n

Note: This project is the bare minimum and won't give you the mini-preview or Settings features.\nThe mini-preview is a pain to implement, and to my mind unnecessary. To support Settings you just\nneed to handle the /S command line argument and display an appropriate UI. (I was too lazy to implement\na Settings UI, but you might feel differently!)

\n

Possibilities

\n

This project is a good (if minimal) framework for any screen saver you might want to create. For starters, you could\nchange the Flickr or 500px API calls to get different types of photos. Or you could get photos from\nanother source entirely. If photos aren't your cup of tea, try Googling WebGL demo\nor three.js demo, pick the coolest animation you can\nfind, and incorporate it into index.ts and index.css. CodePen is another\ngreat source of inspiration. Whatever you use, make sure to comply with the license terms!

\n

License

\n

The MIT License

\n

Copyright (c) 2016 Rand Scullard

\n
", - "readmeOriginal": "

photo-screen-saver

\n

\"icon.png\"

\n

Windows screen saver that displays a photo slideshow, based on the Electron framework.

\n

Why?

\n

Since modern LCD displays aren't subject to burn-in, screen savers are a thing of the past... right?

\n

Not if you have your HTPC hooked up to a plasma TV -- plasma still has a big problem with burn-in.\nFinding myself in that situation, I needed a screen saver that would protect the screen while a movie is paused.\nI also wanted it to look great -- it's in my living room, after all -- but every screen saver I tried looked\nlike it was written decades ago. (Most of them were.)

\n

Modern web technologies make it incredibly easy to create engaging animations. All I needed was a way\nto marry the web tools we know and love to the Windows screen saver framework. That's where Electron comes in.

\n

Please note: This is currently a Windows-specific project. You can run the code in Electron\non other platforms, but you won't get the screen saver integration with the OS.

\n

Before You Build

\n

This screen saver displays a photo slideshow with a simple \"Ken Burns\" effect. It supports three photo sources:

\n
    \n
  • Flickr: Photos from the group \"Flickr's Best Landscape Photographers (Post 1 Award 2)\"
  • \n
  • 500px: Photos from \"Popular\"
  • \n
  • A local folder on your computer
  • \n
\n

Since I didn't feel like implementing a Settings window, you'll need to make some simple code changes to set up\na source. If you take a look at the top of src/index.ts, you'll find the following snippet of code. Do what it\nsays and uncomment only the source you want to use:

\n
// Uncomment ONE of the following photo sources:\nimport { getPhotos } from \"./flickr\";\n// import { getPhotos } from \"./500px\";\n// import { getPhotos } from \"./local-images\";\n
\n

Then do one of the following:

\n
    \n
  • \n

    Flickr: Get a Flickr API key and put it in src/api-keys.ts:

    \n
      export const FLICKR_API_KEY = \"<your API key goes here>\";\n
    \n
  • \n
  • \n

    500px: Get a 500px consumer key and put it in src/api-keys.ts:

    \n
      export const _500PX_API_KEY = \"<your consumer key goes here>\";\n
    \n
  • \n
  • \n

    Local: Edit src/local-images.ts and set the FOLDER_PATH to point to your image folder:

    \n
      const FOLDER_PATH = \"<your path goes here>\";\n
    \n
  • \n
\n

A quick warning: When you display random photos from the web, there's always a chance you'll get something you\nwouldn't want your kids, your grandma, or your boss to see. These Flickr and 500px API calls are supposed to\navoid anything NSFW, but photos do end up in the wrong category from time to time -- don't say I didn't warn you.\nIf you want to stay on the safe side, you can always use your own local folder of photos.

\n

How to Build

\n

Install: This project requires Node.js -- if you've read this far, you\nprobably already have it. Once you have Node.js, go to the project folder and run the following command:

\n
npm install\n
\n

Build: Go to the project folder and run the following command:

\n
npm run build\n
\n

Run: Once the build is complete, you have a couple of options. If you want to quickly fire it up and see what it does, go to the project folder and run:

\n
npm start\n
\n

If you want to install it as a screen saver, look in the package\\photo-screen-saver-win32-x64 subfolder\nand find the file photo-screen-saver.scr. Right-click the file and choose Install. When you go to the Windows screen\nsaver settings, you'll see that photo-screen-saver is now your selected screen saver.

\n

Behind the Scenes

\n

It's a lot easier than I thought to create a screen saver for Windows -- it's just a normal executable\nwith a .scr extension. The program just needs to display a topmost full-screen window and\nexit on mouse or keyboard activity. These requirements are really easy to meet in Electron!

\n

Note: This project is the bare minimum and won't give you the mini-preview or Settings features.\nThe mini-preview is a pain to implement, and to my mind unnecessary. To support Settings you just\nneed to handle the /S command line argument and display an appropriate UI. (I was too lazy to implement\na Settings UI, but you might feel differently!)

\n

Possibilities

\n

This project is a good (if minimal) framework for any screen saver you might want to create. For starters, you could\nchange the Flickr or 500px API calls to get different types of photos. Or you could get photos from\nanother source entirely. If photos aren't your cup of tea, try Googling WebGL demo\nor three.js demo, pick the coolest animation you can\nfind, and incorporate it into index.ts and index.css. CodePen is another\ngreat source of inspiration. Whatever you use, make sure to comply with the license terms!

\n

License

\n

The MIT License

\n

Copyright (c) 2016 Rand Scullard

\n
", - "readmeFetchedAt": "2020-09-17T12:09:40.770Z" - }, - "petal": { - "readmeCleaned": "

\n \"Petal\n

\n

Petal

\n

\n \n \"Greenkeeper\n \n \n \n \n \n \"David\"\n \"GitHub\n \"GitHub\n \"GitHub\n \n \n \n \n \"Gitter\"\n \n

\n

🌺 Douban.FM Client With Extra - - -

\n

喜欢 Petal 的话,可以给它一个 star ,这样就能让更多的人知道它啦,十分感谢🙏

\n
\n

另外,因为我个人已经没有很多精力单独维护它了,所以,Look For Maintainers,如果你喜欢 豆瓣 FM 或者 Petal,并且有意愿了解和贡献 Petal,可以邮件到 g1enyy0ung@gmail.com,注明来意,我会帮助你了解整个项目。

\n
\n

v3.0 计划

\n

https://github.com/ilime/Petal/releases/tag/v2.20.0

\n

Current Maintainers

\n\n

如果你有任何问题,可以邮件联系我们。

\n

Screenshot

\n

\n \"Petal\n

\n

Use it

\n

Releases

\n

Go to the release page and download the latest app.

\n

Arch Linux

\n

You can also install petal-bin from AUR.

\n

百度云

\n

如果 GitHub 下载速度缓慢的话,可以前往百度网盘下载:

\n

链接:https://pan.baidu.com/s/1l-3ExzKzsim3LBiJHzCY_Q 密码:cjp1

\n

How to develop

\n
git clone git@github.com:ilime/Petal.git && cd Petal/\nyarn && yarn start\n\n// Open a new terminal\nyarn build:electron:dev\nyarn start:electron
\n

How to build

\n
chmod +x build.sh\n./build.sh
\n

For single platform:

\n
# OSX\n./build-platform.sh -m\n\n# Win\n./build-platform.sh -w\n\n# Linux\n./build-platform.sh -l
\n

How to contribute

\n

Open an issue or pull a request to describe your problems or changes.

\n

Contributors

\n

Very thankful to all the people below:

\n\n

License

\n

MIT © ilime

\n

Credits

\n

kapetan/titlebar

\n
", - "readmeOriginal": "

\n \"Petal\n

\n

Petal

\n

\n \n \"Greenkeeper\n \n \n \n \n \n \"David\"\n \"GitHub\n \"GitHub\n \"GitHub\n \n \n \n \n \"Gitter\"\n \n

\n

🌺 Douban.FM Client With Extra - - -

\n

喜欢 Petal 的话,可以给它一个 star ,这样就能让更多的人知道它啦,十分感谢🙏

\n
\n

另外,因为我个人已经没有很多精力单独维护它了,所以,Look For Maintainers,如果你喜欢 豆瓣 FM 或者 Petal,并且有意愿了解和贡献 Petal,可以邮件到 g1enyy0ung@gmail.com,注明来意,我会帮助你了解整个项目。

\n
\n

v3.0 计划

\n

https://github.com/ilime/Petal/releases/tag/v2.20.0

\n

Current Maintainers

\n\n

如果你有任何问题,可以邮件联系我们。

\n

Screenshot

\n

\n \"Petal\n

\n

Use it

\n

Releases

\n

Go to the release page and download the latest app.

\n

Arch Linux

\n

You can also install petal-bin from AUR.

\n

百度云

\n

如果 GitHub 下载速度缓慢的话,可以前往百度网盘下载:

\n

链接:https://pan.baidu.com/s/1l-3ExzKzsim3LBiJHzCY_Q 密码:cjp1

\n

How to develop

\n
git clone git@github.com:ilime/Petal.git && cd Petal/\nyarn && yarn start\n\n// Open a new terminal\nyarn build:electron:dev\nyarn start:electron
\n

How to build

\n
chmod +x build.sh\n./build.sh
\n

For single platform:

\n
# OSX\n./build-platform.sh -m\n\n# Win\n./build-platform.sh -w\n\n# Linux\n./build-platform.sh -l
\n

How to contribute

\n

Open an issue or pull a request to describe your problems or changes.

\n

Contributors

\n

Very thankful to all the people below:

\n\n

License

\n

MIT © ilime

\n

Credits

\n

kapetan/titlebar

\n
", - "readmeFetchedAt": "2020-09-17T12:09:40.827Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:45.173Z" }, "phreshistant": { - "readmeCleaned": "

Phreshistant

\n

Simple cross-platform project manager and todo app for single persons (freelancers for example).\nOrganize your ideas, projects, tasks, notes.

\n
    \n
  • Nice, clean, oreview design.
  • \n
  • Privacy focus.
  • \n
  • From the idea to launch. (project states)
  • \n
  • Track your work time each todos and all of project.
  • \n
  • Get to-dos out of your head and more focus to the present. Free your mind!
  • \n
\n

Private sphere

\n

Your data is yours.\nPhreshistant not communicate any clouds. All your data is keep on your machine.\nDon't need internet connection or extrernal accounts.

\n

Features

\n
Choose your workspace folder.
\n
Import/Export database files.
\n
Choose theme (at moment: light, dark, coffee).
\n
Resize views (project and todo columbs).
\n
Project states (order by this sequence)
\n
    \n
  • Processing (running)
  • \n
  • Testing (in review)
  • \n
  • Freeze (temporary parked. Ex.: don't want work on it for a while, but in the future maybe wants again)
  • \n
  • Idea (all new project start in this state)
  • \n
  • Notes (It isn't a really state, you can use this for categories other notes. Even separate life things. For example project name is recipes, todo is the recipe title and the todo note is the recipe description)
  • \n
  • Stopped (killed project, but you don't want delete )
  • \n
  • Finished (you can re-set states from all to all exept Idea)
  • \n
\n

Project delete is remove all todos and todo notes also!

\n
Todo states (order by this sequence, secondary order is the priority)
\n
    \n
  • Processing (running)
  • \n
  • Testing (in review)
  • \n
  • Idle (stopped)
  • \n
  • Finished (you can re-set states from all to all)
  • \n
\n
Todos
\n
    \n
  • Home (todos without any project)
  • \n
  • Colorize texts on mouse over (for the easy distinction and for fun :D )
  • \n
  • You can create one note (simple text or markdown) each todo with "Edit note". Use for description, spec, sub-tasks, etc
  • \n
  • Set priority (Low, Medium, High)
  • \n
  • Search in todos for quick find it (texts and todo notes in all projects)
  • \n
  • Time tracking per todo (auto activate in "Processing" and "Testing" states and show the elapsed time in realtime)
  • \n
  • Auto filter tasks to states (tabs)
  • \n
  • Built-in simple (wooden) markdown editor (bold, italic, headers 1-6, blockquote, link, file, code, lists, checkboxes, separator, table) - autosave in every 10sec.
  • \n
  • Todos notes rendered with "markdown-it".
  • \n
\n
Reminder types
\n
    \n
  • Once (trigger at time)
  • \n
  • Periodic (trigger every setted time, between 5-600 mins)
  • \n
  • Dialy (trigger every day once at time)
  • \n
  • Weekly (trigger every week once at time)
  • \n
  • Monthly (trigger every month once at time)
  • \n
  • Yearly (trigger every year once at time)
  • \n
\n
Reminder
\n
    \n
  • Set date and time
  • \n
  • Set a text you want show on trigger
  • \n
  • Choose the type
  • \n
  • Alert window on trigger (optional, default false)
  • \n
  • Modal window on trigger (optional, default true)
  • \n
  • Focus app window on trigger (optional, default true)
  • \n
  • Restore todos to Idle state (flexible scheduling)
  • \n
\n

You can pick up todos for all types of reminders. On trigger the choosed todos (re)set to "Idle" state.

\n

Upgrade 1.1.2 Features

\n
    \n
  • Todo note editor toolbar position fixed on scroll also
  • \n
  • Views height resize on maximize and restore also
  • \n
  • Electron version upgrade to 4.0
  • \n
\n

Upgrade 1.1.1 Features

\n
    \n
  • Settings added: Toggle show clock
  • \n
  • Settings added: Reload app
  • \n
  • Themes added: Purple
  • \n
  • Themes added: Hello Kitty (pink)
  • \n
  • Themes added: Ubuntu glass
  • \n
  • Project- Todo list worktime is now divided to hours only (the old style is still divided to days and years, now it shows in popup on the worktime hover)
  • \n
  • Project- Todo list state menu added: 'Workprice'\n(The value of the todo(s) price per hour. Add it to the project for set global price to all todos and/or add to a todo for overwrite/add price just for the task.)
  • \n
  • Markdown links (links in todo notes text) opens in your default browser from now on. (This is only valid for the new links, if you want to use the old links, please recreate them in your todo notes.)
  • \n
\n

Screenshots

\n

\"App\n\"Todo\n\"Todo\n\"Todo\n\"Todo

\n

Licence

\n

Copyright (c) 2018, Krisztián Kis - Phresh-IT. All rights reserved.

\n

Licensed under the MIT License.

\n

Builds

\n

Phreshistant v1.1.1.0

\n

Phreshistant v1.1.1

\n

Phreshistant v1.0.0

\n

Web

\n

Phresh-IT

\n

Phreshistant

\n

Dev

\n

Clone or download the repo and navigate in console to the program's root folder.

\n

Install

\n
npm install\n
\n

Run

\n
npm start\n
\n

Packaging (win32 is x86, others x64)

\n
npm run pack-win32\n\nnpm run pack-win\n\nnpm run pack-lin\n\nnpm run pack-mac\n
\n

Packaged zips not required installion, just unzip and run the executeable file.

\n

Build

\n
npm run dist\n
\n

Support

\n

If you like my work(s), please buy me a coffee or support/donate me. Contributions, issues(problems, ideas) and donates are welcome.

\n

Thank you, Have a nice day!

\n
", - "readmeOriginal": "

Phreshistant

\n

Simple cross-platform project manager and todo app for single persons (freelancers for example).\nOrganize your ideas, projects, tasks, notes.

\n
    \n
  • Nice, clean, oreview design.
  • \n
  • Privacy focus.
  • \n
  • From the idea to launch. (project states)
  • \n
  • Track your work time each todos and all of project.
  • \n
  • Get to-dos out of your head and more focus to the present. Free your mind!
  • \n
\n

Private sphere

\n

Your data is yours.\nPhreshistant not communicate any clouds. All your data is keep on your machine.\nDon't need internet connection or extrernal accounts.

\n

Features

\n
Choose your workspace folder.
\n
Import/Export database files.
\n
Choose theme (at moment: light, dark, coffee).
\n
Resize views (project and todo columbs).
\n
Project states (order by this sequence)
\n
    \n
  • Processing (running)
  • \n
  • Testing (in review)
  • \n
  • Freeze (temporary parked. Ex.: don't want work on it for a while, but in the future maybe wants again)
  • \n
  • Idea (all new project start in this state)
  • \n
  • Notes (It isn't a really state, you can use this for categories other notes. Even separate life things. For example project name is recipes, todo is the recipe title and the todo note is the recipe description)
  • \n
  • Stopped (killed project, but you don't want delete )
  • \n
  • Finished (you can re-set states from all to all exept Idea)
  • \n
\n

Project delete is remove all todos and todo notes also!

\n
Todo states (order by this sequence, secondary order is the priority)
\n
    \n
  • Processing (running)
  • \n
  • Testing (in review)
  • \n
  • Idle (stopped)
  • \n
  • Finished (you can re-set states from all to all)
  • \n
\n
Todos
\n
    \n
  • Home (todos without any project)
  • \n
  • Colorize texts on mouse over (for the easy distinction and for fun :D )
  • \n
  • You can create one note (simple text or markdown) each todo with \"Edit note\". Use for description, spec, sub-tasks, etc
  • \n
  • Set priority (Low, Medium, High)
  • \n
  • Search in todos for quick find it (texts and todo notes in all projects)
  • \n
  • Time tracking per todo (auto activate in \"Processing\" and \"Testing\" states and show the elapsed time in realtime)
  • \n
  • Auto filter tasks to states (tabs)
  • \n
  • Built-in simple (wooden) markdown editor (bold, italic, headers 1-6, blockquote, link, file, code, lists, checkboxes, separator, table) - autosave in every 10sec.
  • \n
  • Todos notes rendered with \"markdown-it\".
  • \n
\n
Reminder types
\n
    \n
  • Once (trigger at time)
  • \n
  • Periodic (trigger every setted time, between 5-600 mins)
  • \n
  • Dialy (trigger every day once at time)
  • \n
  • Weekly (trigger every week once at time)
  • \n
  • Monthly (trigger every month once at time)
  • \n
  • Yearly (trigger every year once at time)
  • \n
\n
Reminder
\n
    \n
  • Set date and time
  • \n
  • Set a text you want show on trigger
  • \n
  • Choose the type
  • \n
  • Alert window on trigger (optional, default false)
  • \n
  • Modal window on trigger (optional, default true)
  • \n
  • Focus app window on trigger (optional, default true)
  • \n
  • Restore todos to Idle state (flexible scheduling)
  • \n
\n

You can pick up todos for all types of reminders. On trigger the choosed todos (re)set to \"Idle\" state.

\n

Upgrade 1.1.2 Features

\n
    \n
  • Todo note editor toolbar position fixed on scroll also
  • \n
  • Views height resize on maximize and restore also
  • \n
  • Electron version upgrade to 4.0
  • \n
\n

Upgrade 1.1.1 Features

\n
    \n
  • Settings added: Toggle show clock
  • \n
  • Settings added: Reload app
  • \n
  • Themes added: Purple
  • \n
  • Themes added: Hello Kitty (pink)
  • \n
  • Themes added: Ubuntu glass
  • \n
  • Project- Todo list worktime is now divided to hours only (the old style is still divided to days and years, now it shows in popup on the worktime hover)
  • \n
  • Project- Todo list state menu added: 'Workprice'\n(The value of the todo(s) price per hour. Add it to the project for set global price to all todos and/or add to a todo for overwrite/add price just for the task.)
  • \n
  • Markdown links (links in todo notes text) opens in your default browser from now on. (This is only valid for the new links, if you want to use the old links, please recreate them in your todo notes.)
  • \n
\n

Screenshots

\n

\"App\n\"Todo\n\"Todo\n\"Todo\n\"Todo

\n

Licence

\n

Copyright (c) 2018, Krisztián Kis - Phresh-IT. All rights reserved.

\n

Licensed under the MIT License.

\n

Builds

\n

Phreshistant v1.1.1.0

\n

Phreshistant v1.1.1

\n

Phreshistant v1.0.0

\n

Web

\n

Phresh-IT

\n

Phreshistant

\n

Dev

\n

Clone or download the repo and navigate in console to the program's root folder.

\n

Install

\n
npm install\n
\n

Run

\n
npm start\n
\n

Packaging (win32 is x86, others x64)

\n
npm run pack-win32\n\nnpm run pack-win\n\nnpm run pack-lin\n\nnpm run pack-mac\n
\n

Packaged zips not required installion, just unzip and run the executeable file.

\n

Build

\n
npm run dist\n
\n

Support

\n

If you like my work(s), please buy me a coffee or support/donate me. Contributions, issues(problems, ideas) and donates are welcome.

\n

Thank you, Have a nice day!

\n
", - "readmeFetchedAt": "2020-09-17T12:09:41.096Z" - }, - "picturama": { - "readmeCleaned": "

Picturama

\n

Digital image organizer powered by the web

\n

\"\"

\n

Download

\n

Please visit the Picturama website.

\n

Features

\n
    \n
  • Scan local files - Keep your privacy, don't upload your personal photos to a cloud service
  • \n
  • Non-Destructive - The original images won't be touched (unless you purge the trash)
  • \n
  • Read various photo formats: JPG, PNG, TIF, WebP, HEIC / HEIF
  • \n
  • Read raw formats of a whole bunch of cameras (only on Mac and Linux, see Issue #25)
  • \n
  • Browse photos by dates
  • \n
  • View photo in detail (zoomable)
  • \n
  • View EXIF information
  • \n
  • Tags
  • \n
  • Favorites
  • \n
  • Rotate photos
  • \n
  • Delete photos
  • \n
\n

Develop

\n

See DEVELOP.md for details about how to build Picturama.

\n
", - "readmeOriginal": "

Picturama

\n

Digital image organizer powered by the web

\n

\"\"

\n

Download

\n

Please visit the Picturama website.

\n

Features

\n
    \n
  • Scan local files - Keep your privacy, don't upload your personal photos to a cloud service
  • \n
  • Non-Destructive - The original images won't be touched (unless you purge the trash)
  • \n
  • Read various photo formats: JPG, PNG, TIF, WebP, HEIC / HEIF
  • \n
  • Read raw formats of a whole bunch of cameras (only on Mac and Linux, see Issue #25)
  • \n
  • Browse photos by dates
  • \n
  • View photo in detail (zoomable)
  • \n
  • View EXIF information
  • \n
  • Tags
  • \n
  • Favorites
  • \n
  • Rotate photos
  • \n
  • Delete photos
  • \n
\n

Develop

\n

See DEVELOP.md for details about how to build Picturama.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:41.127Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:45.184Z" }, "phreshplayer": { - "readmeCleaned": "

Phreshplayer

\n

Inspired by mpv player (with old hud) - I'm really liked it.. :( and PotPlayer.

\n

Developed using Electron.

\n

Keep It Simple!

\n

I'm sick of so much bullsh.t features in modern mediaplayers like kmp, vlc, etc.\nFilters, useless view modes and more..

\n

At last time I used PotPlayer but at this time is overhyped too.

\n

The lot of extra features is it would be awesome, but finaly the program can't do that normally what it created first.\nSo I make my own..

\n

I don't planning more features to the updates (exept audioTrack support/changes if will supported..), only neccessary bug fixes.

\n

The Phresh media player is a simple and intuitive desktop app for Windows, Mac and Linux. It plays media files.. end of story.

\n

In turn, I pays great attention to the naturality, easy and clear usage with much (and usual) keyboard shortcuts and some mouse gestures.

\n

The player has an right click menu also for more powerful support the handling.

\n

PhreshPlayer knows read the '.srt' subtitles also, only '.srt'. The '.sub' files not supported.

\n

Changelog

\n

Changes & Version history.

\n

New features

\n

For new features, please check the player plugins: PhreshPlayer plugins.

\n

Supported file types (extendable with plugin)

\n
    \n
  • mp4
  • \n
  • webm
  • \n
  • mkv (aac audio only. ac3 not, but you can convert to aac)
  • \n
  • m4v
  • \n
  • ogg (ogv)
  • \n
  • mov
  • \n
  • mp3
  • \n
  • flac
  • \n
\n

Shortcuts

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
keyaction
ltoggle (show/hide) playlist
ftoggle fullscreen
entertoggle fullscreen
escexit fullscreen
mtoggle mute
upvolume increase
downvolume decrease
leftseek -5 sec
rightseek +5 sec
pprevious video
bprevious video
nnext video
spacetoggle play/pause
ttoggle always on top
qquit
\n

Mouse events

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
eventaction
mouse moveshow controls (auto hide after 1 sec)
leave cursor on controls boxshow controls (still visible)
left doubleclicktoggle fullscreen
scroll upvolume increase
scroll downvolume decrease
left click on progressbarseek to the point
right clickmenu open
\n

File/Folder drops

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
placeaction
videoplayer areaclear actual playlist, and refill with the new files
playlist areaappend files to the actual playlist
\n

The application can read folders also, but just 1 level deep:

\n
    \n
  • \n

    .

    \n
  • \n
  • \n

    ..

    \n
  • \n
  • \n

    Folder

    \n
      \n
    • Folder2\n
        \n
      • file level 3
      • \n
      \n
    • \n
    • file level 2
    • \n
    • file2 level 2
    • \n
    \n
  • \n
  • \n

    file level 1

    \n
  • \n
  • \n

    file2 level 1

    \n
  • \n
\n

level 1 and level 2 files will append also to the playlist if you drop in at the same time, but level 3 file in Folder2 won't.

\n

'Sorry bro, no mana..'

\n

The electron (and the original too) Chromium/Chrome currently not support multi audio tracks in html 5 video players, so the language change unavilable yet in multi language videos.. :(

\n

Unfortunately I can't test on MacOS, so if you want better support for Mac, buy me a MacBook.. :D .. Or write to me the problems and deficiency what you found and i'll try to fix it.

\n

Screenshots

\n

\"PhreshPlayer\"

\n

\"Player,

\n

\"Playing

\n

\"Show

\n

\"Right

\n

\"Convert

\n

\"Still

\n

\"After

\n

Licence

\n

Copyright (c) 2018, Krisztián Kis - Phresh-IT. All rights reserved.

\n

Licensed under the MIT License.

\n

Builds

\n

PhreshPlayer v1.1.3

\n

Web

\n

Phresh-IT

\n

PhreshPlayer

\n

Dev

\n

Clone or download the repo and navigate in console to the program's root folder.

\n

Install

\n
npm install\n
\n

Run

\n
npm start\n
\n

Build

\n
npm run dist\n
\n

Support

\n

If you like my work(s), please buy me a coffee or support/donate me. Contributions, issues(problems, ideas) and donates are welcome.

\n

Thank you, Have a nice day!

\n
", - "readmeOriginal": "

Phreshplayer

\n

Inspired by mpv player (with old hud) - I'm really liked it.. :( and PotPlayer.

\n

Developed using Electron.

\n

Keep It Simple!

\n

I'm sick of so much bullsh.t features in modern mediaplayers like kmp, vlc, etc.\nFilters, useless view modes and more..

\n

At last time I used PotPlayer but at this time is overhyped too.

\n

The lot of extra features is it would be awesome, but finaly the program can't do that normally what it created first.\nSo I make my own..

\n

I don't planning more features to the updates (exept audioTrack support/changes if will supported..), only neccessary bug fixes.

\n

The Phresh media player is a simple and intuitive desktop app for Windows, Mac and Linux. It plays media files.. end of story.

\n

In turn, I pays great attention to the naturality, easy and clear usage with much (and usual) keyboard shortcuts and some mouse gestures.

\n

The player has an right click menu also for more powerful support the handling.

\n

PhreshPlayer knows read the '.srt' subtitles also, only '.srt'. The '.sub' files not supported.

\n

Changelog

\n

Changes & Version history.

\n

New features

\n

For new features, please check the player plugins: PhreshPlayer plugins.

\n

Supported file types (extendable with plugin)

\n
    \n
  • mp4
  • \n
  • webm
  • \n
  • mkv (aac audio only. ac3 not, but you can convert to aac)
  • \n
  • m4v
  • \n
  • ogg (ogv)
  • \n
  • mov
  • \n
  • mp3
  • \n
  • flac
  • \n
\n

Shortcuts

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
keyaction
ltoggle (show/hide) playlist
ftoggle fullscreen
entertoggle fullscreen
escexit fullscreen
mtoggle mute
upvolume increase
downvolume decrease
leftseek -5 sec
rightseek +5 sec
pprevious video
bprevious video
nnext video
spacetoggle play/pause
ttoggle always on top
qquit
\n

Mouse events

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
eventaction
mouse moveshow controls (auto hide after 1 sec)
leave cursor on controls boxshow controls (still visible)
left doubleclicktoggle fullscreen
scroll upvolume increase
scroll downvolume decrease
left click on progressbarseek to the point
right clickmenu open
\n

File/Folder drops

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
placeaction
videoplayer areaclear actual playlist, and refill with the new files
playlist areaappend files to the actual playlist
\n

The application can read folders also, but just 1 level deep:

\n
    \n
  • \n

    .

    \n
  • \n
  • \n

    ..

    \n
  • \n
  • \n

    Folder

    \n
      \n
    • Folder2\n
        \n
      • file level 3
      • \n
      \n
    • \n
    • file level 2
    • \n
    • file2 level 2
    • \n
    \n
  • \n
  • \n

    file level 1

    \n
  • \n
  • \n

    file2 level 1

    \n
  • \n
\n

level 1 and level 2 files will append also to the playlist if you drop in at the same time, but level 3 file in Folder2 won't.

\n

'Sorry bro, no mana..'

\n

The electron (and the original too) Chromium/Chrome currently not support multi audio tracks in html 5 video players, so the language change unavilable yet in multi language videos.. :(

\n

Unfortunately I can't test on MacOS, so if you want better support for Mac, buy me a MacBook.. :D .. Or write to me the problems and deficiency what you found and i'll try to fix it.

\n

Screenshots

\n

\"PhreshPlayer\"

\n

\"Player,

\n

\"Playing

\n

\"Show

\n

\"Right

\n

\"Convert

\n

\"Still

\n

\"After

\n

Licence

\n

Copyright (c) 2018, Krisztián Kis - Phresh-IT. All rights reserved.

\n

Licensed under the MIT License.

\n

Builds

\n

PhreshPlayer v1.1.3

\n

Web

\n

Phresh-IT

\n

PhreshPlayer

\n

Dev

\n

Clone or download the repo and navigate in console to the program's root folder.

\n

Install

\n
npm install\n
\n

Run

\n
npm start\n
\n

Build

\n
npm run dist\n
\n

Support

\n

If you like my work(s), please buy me a coffee or support/donate me. Contributions, issues(problems, ideas) and donates are welcome.

\n

Thank you, Have a nice day!

\n
", - "readmeFetchedAt": "2020-09-17T12:09:41.148Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:45.193Z" }, "pic-crop": { - "readmeCleaned": "

\n \n

\n

Welcome to pic-crop 👋

\n

\n \n \"Version\"\n \n \n \"License:\n \n \n \"Twitter:\n \n

\n
\n

Mac app for picture cropping, written in electron js.

\n
\n

Install

\n
npm install pic-crop
\n

Usage

\n
npm start
\n

Author

\n

👤 ujw0l

\n\n

Show your support

\n

Give a ⭐️ if this project helped you!

\n\n \n\n
\n

This README was generated with ❤️ by readme-md-generator

\n
", - "readmeOriginal": "

\n \n

\n

Welcome to pic-crop 👋

\n

\n \n \"Version\"\n \n \n \"License:\n \n \n \"Twitter:\n \n

\n
\n

Mac app for picture cropping, written in electron js.

\n
\n

Install

\n
npm install pic-crop
\n

Usage

\n
npm start
\n

Author

\n

👤 ujw0l

\n\n

Show your support

\n

Give a ⭐️ if this project helped you!

\n\n \n\n
\n

This README was generated with ❤️ by readme-md-generator

\n
", - "readmeFetchedAt": "2020-09-17T12:09:41.151Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:45.204Z" }, "pinesql": { - "readmeCleaned": "

PineSQL

\n

PineSQL is Electron-based SQL manager, which can help you manage your MySQL database, execute remote code, and use constructor to build requests (coming soon).

\n

\"Screenshot\"

\n

Commands and syntax

\n

Commands are available from this page.

\n

To use port, different then 3306, use hostname:port, e.g ping localhost:1234 admin admin

\n

'querydb' supports building response, using build parameter. e.g querydb localhost admin admin db build

\n

Installation

\n
    \n
  1. Download installer from releases
  2. \n
  3. Open it, wait until installation ends.
  4. \n
  5. App should open automatically, and add shortcut to Start Menu and desktop.
  6. \n
\n

Credits

\n

ivan770 as ivan770

\n

Pinecone made by Freepik from Flaticon

\n

Installation (old way)

\n
    \n
  1. Download source-code from GitHub
  2. \n
  3. Use npm i and wait until package installation ends
  4. \n
  5. Finally, execute npm start.
  6. \n
\n
", - "readmeOriginal": "

PineSQL

\n

PineSQL is Electron-based SQL manager, which can help you manage your MySQL database, execute remote code, and use constructor to build requests (coming soon).

\n

\"Screenshot\"

\n

Commands and syntax

\n

Commands are available from this page.

\n

To use port, different then 3306, use hostname:port, e.g ping localhost:1234 admin admin

\n

'querydb' supports building response, using build parameter. e.g querydb localhost admin admin db build

\n

Installation

\n
    \n
  1. Download installer from releases
  2. \n
  3. Open it, wait until installation ends.
  4. \n
  5. App should open automatically, and add shortcut to Start Menu and desktop.
  6. \n
\n

Credits

\n

ivan770 as ivan770

\n

Pinecone made by Freepik from Flaticon

\n

Installation (old way)

\n
    \n
  1. Download source-code from GitHub
  2. \n
  3. Use npm i and wait until package installation ends
  4. \n
  5. Finally, execute npm start.
  6. \n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:41.442Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:45.220Z" }, - "piqture": { - "readmeCleaned": "

PiQture

\n

\"Build

\n

PiQture is Electron-based screenshot tool, which allows you to use global shortcuts, cross-platform usage and high-quality capture

\n

\"Screenshot\"

\n

Now open-source

\n

Now, PiQture is available for everyone. Everyone can review and edit the code. Let's make PiQture better!

\n

PiQture uses a number of open source projects to work properly:

\n\n

Installation

\n

Currently, PiQture supports Windows and Linux x64, but you can build app using any Electron packaging tool for your platform.\nPiQture doesn't require installation, just run piqture.exe file and you're done!

\n

URL Handler

\n

By default, PiQture handle "piqture://" url's. If you try to visit this url in browser, PiQture will open up in windowed mode.

\n

Global shortcut

\n

PiQture will take Ctrl(Cmd)+Alt+S shortcut to take quick screenshots. Even if PiQture is minimized to tray, this shortcut will work.

\n

License

\n

MIT

\n
", - "readmeOriginal": "

PiQture

\n

\"Build

\n

PiQture is Electron-based screenshot tool, which allows you to use global shortcuts, cross-platform usage and high-quality capture

\n

\"Screenshot\"

\n

Now open-source

\n

Now, PiQture is available for everyone. Everyone can review and edit the code. Let's make PiQture better!

\n

PiQture uses a number of open source projects to work properly:

\n\n

Installation

\n

Currently, PiQture supports Windows and Linux x64, but you can build app using any Electron packaging tool for your platform.\nPiQture doesn't require installation, just run piqture.exe file and you're done!

\n

URL Handler

\n

By default, PiQture handle \"piqture://\" url's. If you try to visit this url in browser, PiQture will open up in windowed mode.

\n

Global shortcut

\n

PiQture will take Ctrl(Cmd)+Alt+S shortcut to take quick screenshots. Even if PiQture is minimized to tray, this shortcut will work.

\n

License

\n

MIT

\n
", - "readmeFetchedAt": "2020-09-17T12:09:41.524Z" + "picturama": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:45.232Z" }, "pile": { - "readmeCleaned": "

\n \"\"\n

\n

\n \n \"\"\n \n \n \"\"\n \n \n \"\"\n \n

\n

Pile

\n
\n

Organize your piled work at one place.

\n
\n

README | 中文说明

\n

\n \"\"\n

\n

Why Pile?

\n

The way we get things done is often project-oriented. However, the files, applications, tasklists, etc. are scattered everywhere. Pile is a place for you to put them all together.

\n

Usage

\n

Before we get started, let me help you get it more clear how to use Pile.

\n

Board

\n

A board (or tab) is a place to hold all the resources of your project or workspace. You can organize your things related to the project/workspace using hubs.

\n

Hub

\n

A hub (or card) is an area for specific stuff. There are currently three kinds of hubs:

\n

App/File

\n

You can add apps or files you may use in this area so that you can quickly access them and open them.

\n

\n \"\"\n

\n

Notes

\n

Online resources (often appeared as links) or your thoughts can be taken down here. Markdown is supported! 🎉

\n

\n \"\"\n

\n

Todo

\n

A simple todolist related to the project.

\n

\n \"\"\n

\n

Features

\n
    \n
  • Drag and drop, easy and convenient.
  • \n
  • Various application scenarios.
  • \n
  • Endless possibilities. Developer, designer, writer...
  • \n
  • Pin your workspace/project to your desktop.
  • \n
  • Markdown support, emoji included.
  • \n
\n

Installation

\n

🎉 Support Windows/Linux/macOS

\n

Windows

\n
    \n
  • Go to the release page
  • \n
  • Download and run the setup .exe file and Pile will be insalled automatically
  • \n
  • Or download the portable .zip file, unzip it and run Pile.exe
  • \n
\n

Linux / macOS

\n
    \n
  • Go to the release page
  • \n
  • Linux user: Download .AppImage and run it
  • \n
  • Mac user: Download portable .zip file or .dmg installation file
  • \n
  • You can build by yourself, see Build Steps
  • \n
\n

Technical

\n

Stack

\n\n

Build Setup

\n
# install dependencies\nyarn # or npm install\n\n# serve with hot reload at localhost:9080\nyarn run dev # or npm run dev\n\n# build electron application for production\nyarn run build:dir # or npm run build:dir\n
\n
\n

Changelog

\n

Detailed changes for each release are documented in the CHANGELOG.md

\n

Acknowledgment

\n\n

License

\n

Licensed under the GPL v3.0 License.

\n

Copyright (c) 2018 Fing.\nAll rights reserved.

\n
", - "readmeOriginal": "

\n \"\"\n

\n

\n \n \"\"\n \n \n \"\"\n \n \n \"\"\n \n

\n

Pile

\n
\n

Organize your piled work at one place.

\n
\n

README | 中文说明

\n

\n \"\"\n

\n

Why Pile?

\n

The way we get things done is often project-oriented. However, the files, applications, tasklists, etc. are scattered everywhere. Pile is a place for you to put them all together.

\n

Usage

\n

Before we get started, let me help you get it more clear how to use Pile.

\n

Board

\n

A board (or tab) is a place to hold all the resources of your project or workspace. You can organize your things related to the project/workspace using hubs.

\n

Hub

\n

A hub (or card) is an area for specific stuff. There are currently three kinds of hubs:

\n

App/File

\n

You can add apps or files you may use in this area so that you can quickly access them and open them.

\n

\n \"\"\n

\n

Notes

\n

Online resources (often appeared as links) or your thoughts can be taken down here. Markdown is supported! 🎉

\n

\n \"\"\n

\n

Todo

\n

A simple todolist related to the project.

\n

\n \"\"\n

\n

Features

\n
    \n
  • Drag and drop, easy and convenient.
  • \n
  • Various application scenarios.
  • \n
  • Endless possibilities. Developer, designer, writer...
  • \n
  • Pin your workspace/project to your desktop.
  • \n
  • Markdown support, emoji included.
  • \n
\n

Installation

\n

🎉 Support Windows/Linux/macOS

\n

Windows

\n
    \n
  • Go to the release page
  • \n
  • Download and run the setup .exe file and Pile will be insalled automatically
  • \n
  • Or download the portable .zip file, unzip it and run Pile.exe
  • \n
\n

Linux / macOS

\n
    \n
  • Go to the release page
  • \n
  • Linux user: Download .AppImage and run it
  • \n
  • Mac user: Download portable .zip file or .dmg installation file
  • \n
  • You can build by yourself, see Build Steps
  • \n
\n

Technical

\n

Stack

\n\n

Build Setup

\n
# install dependencies\nyarn # or npm install\n\n# serve with hot reload at localhost:9080\nyarn run dev # or npm run dev\n\n# build electron application for production\nyarn run build:dir # or npm run build:dir\n
\n
\n

Changelog

\n

Detailed changes for each release are documented in the CHANGELOG.md

\n

Acknowledgment

\n\n

License

\n

Licensed under the GPL v3.0 License.

\n

Copyright (c) 2018 Fing.\nAll rights reserved.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:41.554Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:45.235Z" }, - "pixel-weather": { - "readmeCleaned": "

\n\t
\n\t Pixel Weather \n

\n

\n \n \n \n\t\n

\n

A small and compact 8 bit style weather widget designed for your desktop.

\n

Features

\n
    \n
  • It's transparent background allows it to blend in with your current setup
  • \n
  • Always stays on your desktop so it won't get in your way. This means it's hidden when you switch windows with alt+tab
  • \n
  • Switch between dark mode and light mode, for lighter and darker backgrounds respectively.
  • \n
  • Clean interface, with no clutter, all options can be accessed by right clicking.
  • \n
\n

How to use

\n
    \n
  • Install the package.
  • \n
  • Sign up and get your API key from the Dark Sky console.
  • \n
  • When you open the app for the first time, a settings menu pops up, paste your API key there.
  • \n
  • You can also change how often the weather is updated.
  • \n
  • After submitting the settings, right click, refresh and wait for the weather to update.
  • \n
  • You can choose where to place the widget by choosing from the Position menu.
  • \n
  • The menu can be accessed by right clicking anywhere on the widget.
  • \n
\n

Known Issues

\n
    \n
  • Sometimes on startup, the background becomes black, instead of transparent. This can be resolved by closing and restarting the application.
  • \n
  • The widget can be built for Windows, but the application won't stick to your desktop. This is because the desktop window type in electron only works on X11 and Linux systems.
  • \n
  • Sometimes the widget takes too long to load the weather, in that case check your internet connection, and try refreshing a couple of times.
  • \n
\n

To uninstall

\n

Run this in the terminal

\n
sudo apt-get remove pixelweather\n
\n

Other cool things I made

\n
    \n
  • Dusk Player: A minimalistic music player, designed for simplicity.
  • \n
  • YTDX: A YouTube audio downloader
  • \n
  • Hasty Heroes: An endless 2D jumping game
  • \n
\n

Credits

\n\n
", - "readmeOriginal": "

\n\t
\n\t Pixel Weather \n

\n

\n \n \n \n\t\n

\n

A small and compact 8 bit style weather widget designed for your desktop.

\n

Features

\n
    \n
  • It's transparent background allows it to blend in with your current setup
  • \n
  • Always stays on your desktop so it won't get in your way. This means it's hidden when you switch windows with alt+tab
  • \n
  • Switch between dark mode and light mode, for lighter and darker backgrounds respectively.
  • \n
  • Clean interface, with no clutter, all options can be accessed by right clicking.
  • \n
\n

How to use

\n
    \n
  • Install the package.
  • \n
  • Sign up and get your API key from the Dark Sky console.
  • \n
  • When you open the app for the first time, a settings menu pops up, paste your API key there.
  • \n
  • You can also change how often the weather is updated.
  • \n
  • After submitting the settings, right click, refresh and wait for the weather to update.
  • \n
  • You can choose where to place the widget by choosing from the Position menu.
  • \n
  • The menu can be accessed by right clicking anywhere on the widget.
  • \n
\n

Known Issues

\n
    \n
  • Sometimes on startup, the background becomes black, instead of transparent. This can be resolved by closing and restarting the application.
  • \n
  • The widget can be built for Windows, but the application won't stick to your desktop. This is because the desktop window type in electron only works on X11 and Linux systems.
  • \n
  • Sometimes the widget takes too long to load the weather, in that case check your internet connection, and try refreshing a couple of times.
  • \n
\n

To uninstall

\n

Run this in the terminal

\n
sudo apt-get remove pixelweather\n
\n

Other cool things I made

\n
    \n
  • Dusk Player: A minimalistic music player, designed for simplicity.
  • \n
  • YTDX: A YouTube audio downloader
  • \n
  • Hasty Heroes: An endless 2D jumping game
  • \n
\n

Credits

\n\n
", - "readmeFetchedAt": "2020-09-17T12:09:41.558Z" + "piqture": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:45.242Z" }, - "playback": { - "readmeCleaned": "

Playback

\n

Video player built using electron and node.js

\n

Features

\n
    \n
  • Plays .MP4 and .WebM videos
  • \n
  • Streaming to Chromecast
  • \n
  • Streaming from http links, torrent magnet links, and IPFS links
  • \n
  • WebTorrent support – can torrent from/to WebRTC peers ("web peers")
  • \n
\n

Installation

\n

To install it download the latest release for your platform.

\n

Currently supported releases:

\n
    \n
  • OS X
  • \n
  • Windows
  • \n
  • Linux (not supported yet)
  • \n
\n

Pull requests are welcome that adds builds for other platforms.

\n

If you think it is missing a feature or you've found a bug feel free to open an issue, or even better sending a PR that fixes that.

\n

Development

\n

Simply clone this repo and run npm install and then npm run rebuild.\nAfterwards you can run npm start to run the app.

\n

License

\n

MIT

\n
", - "readmeOriginal": "

Playback

\n

Video player built using electron and node.js

\n

Features

\n
    \n
  • Plays .MP4 and .WebM videos
  • \n
  • Streaming to Chromecast
  • \n
  • Streaming from http links, torrent magnet links, and IPFS links
  • \n
  • WebTorrent support – can torrent from/to WebRTC peers (\"web peers\")
  • \n
\n

Installation

\n

To install it download the latest release for your platform.

\n

Currently supported releases:

\n
    \n
  • OS X
  • \n
  • Windows
  • \n
  • Linux (not supported yet)
  • \n
\n

Pull requests are welcome that adds builds for other platforms.

\n

If you think it is missing a feature or you've found a bug feel free to open an issue, or even better sending a PR that fixes that.

\n

Development

\n

Simply clone this repo and run npm install and then npm run rebuild.\nAfterwards you can run npm start to run the app.

\n

License

\n

MIT

\n
", - "readmeFetchedAt": "2020-09-17T12:09:41.742Z" + "pixel-weather": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:45.256Z" }, "playbox": { - "readmeCleaned": "

\"Playbox

\n

Playbox

\n

\"Travis\n\"GitHub\n\"GitHub\n\"GitHub\n\"GitHub\"

\n

Playbox is a system for playing back audio during live productions.

\n

\"Screenshot

\n

Donate

\n

Feel free to donate over here: https://donorbox.org/denio-software

\n

Features

\n
    \n
  • Super simple interface
  • \n
  • Cues can be any color
  • \n
  • Stage display allows performers to see playing cue
  • \n
  • It's free, so what more can you ask for?
  • \n
  • Did I mention it's cross-platform too? It works on Windows, MacOS, and pretty much any Linux distribution.
  • \n
  • And it's open-source, so you aspiring developers can play around with it.
  • \n
  • It has a sweet logo
  • \n
\n

Get Playbox

\n

Convinced yet? You can download Playbox over at yonder Releases page.

\n

Documentation

\n

Documentation is available over at the Wiki

\n

Request a feature (or report a bug)

\n

Do you have a great idea that could make Playbox even better? Go submit it over here!

\n

\"Screenshot\n\"Screenshot

\n
", - "readmeOriginal": "

\"Playbox

\n

Playbox

\n

\"Travis\n\"GitHub\n\"GitHub\n\"GitHub\n\"GitHub\"

\n

Playbox is a system for playing back audio during live productions.

\n

\"Screenshot

\n

Donate

\n

Feel free to donate over here: https://donorbox.org/denio-software

\n

Features

\n
    \n
  • Super simple interface
  • \n
  • Cues can be any color
  • \n
  • Stage display allows performers to see playing cue
  • \n
  • It's free, so what more can you ask for?
  • \n
  • Did I mention it's cross-platform too? It works on Windows, MacOS, and pretty much any Linux distribution.
  • \n
  • And it's open-source, so you aspiring developers can play around with it.
  • \n
  • It has a sweet logo
  • \n
\n

Get Playbox

\n

Convinced yet? You can download Playbox over at yonder Releases page.

\n

Documentation

\n

Documentation is available over at the Wiki

\n

Request a feature (or report a bug)

\n

Do you have a great idea that could make Playbox even better? Go submit it over here!

\n

\"Screenshot\n\"Screenshot

\n
", - "readmeFetchedAt": "2020-09-17T12:09:41.813Z" - }, - "playlist": { - "readmeCleaned": "

Playlist

\n

\n \n

\nUm player de vídeo para playlists de filmes e compartilhamento com o Chromecast.\nDesenvolvido com Electron, NodeJS, Javascript and JQuery.\n

Download para Macos executable aqui:

\n

http://danielsiqueira.net/playlist/macos/Playlist.zip

\n
    \n
  • \n

    Para rodar o aplicativo no macos, habilite a opção que permite programas oriundos de qualquer fonte.Passo a passo => Techtudo: Rodando programas de fora da Apple Store

    \n
  • \n
  • \n

    Requer a descoberta da rede para compartilhar com o chromecast. Lembre-se de habilitar o modo visitante do Chromecast para deixá-lo público na sua rede wifi e poder compartilhar através do PC / Mac / Laptop.

    \n
  • \n
\n

Sobre os formatos de vídeo e as legendas

\n
\n

Nessa primeira versão, são suportados vídeos mp4 e legendas srt.\nO aplicativo converte as legendas srt em vtt enquanto faz o carregamento do vídeo.\nPara carregar as legendas corretamente, lembre-se de que o arquivo de legenda deve ter o mesmo nome do arquivo de vídeo\ne deve estar no mesmo diretório.

\n

Controles do vídeo com o mouse e o teclado

\n
\n
\n

No teclado:

\n
\n
    \n
  • ctrl + l => [LOAD] Abre a tela para selecionar os vídeos
  • \n
  • ctrl + p or ctrl + space-bar => Play/Pause
  • \n
  • ctrl + m => [MENU] Abre o menu com a lista de vídeos carregados com as opções para acrescentar mais filmes.
  • \n
  • ctrl + u => [UNSOUND] Alterna entre Mudo e com Áudio
  • \n
  • ctrl+ f => [FULLSCREEN] Entra e sai do modo de Tela cheia
  • \n
  • ctrl + q => [QUIT] Fecha o aplicativo
  • \n
\n

Instruções

\n
\n
    \n
  • Requer o módulo nativo do mdns
  • \n
\n

Na raiz do projeto...\nPrimeiro execute:

\n
\n

sudo npm install ( É necessário usar o sudo aqui porque o Node faz o rebuild do node-gyp e precisa de permissão de root )

\n
\n

Baixa todas as dependências do projeto.

\n

Depois, execute:

\n
\n

npm start

\n
\n

Inicia a aplicação electron

\n

Sobre o módulo mdns( Esse módulo é necessário, porque é utilizado para fazer a comunicação com o chromecast.)

\n

Na raiz do projeto...

\n
\n

Se você não tiver o mdns pode ter alguns erros. Nesse caso, resolva-os assim:

\n
\n

No linux, instale o mdns com:

\n
\n

sudo npm run ubuntu-mdns && sudo npm run dependecy-ubuntu

\n
\n

SE aparecem erros de permissão EACCES, faça isso:

\n
\n

sudo npm run permission

\n
\n

Para gerar o executável para Macos:

\n
\n

npm run pack-osx

\n
\n
\n

Para as ditribuições linux (.deb), siga esses passos:

\n
\n

npm run pack-linux64 ( Gera o executável e dá permissão de escrita no diretório criado.Sua senha pode ser solicitada. )\nnpm run install-deb64 ( Com executável gerado, faz a criação de diretório na Home do usuário e aloca os arquivos, registrando um atalho na lista de programas instalados )

\n
\n
\n

Para gerar o executável para windows:

\n
\n

npm run pack-win64 ( A versão para windows ainda não foi testada. Ajudem-me a testar! )

\n
\n
\n

Para contribuir com o projeto, faça um fork dele

\n

Siga esses passos para contribuir:\nhttps://imasters.com.br/desenvolvimento/como-contribuir-com-um-projeto-no-github/?trace=1519021197&source=single

\n
", - "readmeOriginal": "

Playlist

\n

\n \n

\nUm player de vídeo para playlists de filmes e compartilhamento com o Chromecast.\nDesenvolvido com Electron, NodeJS, Javascript and JQuery.\n

Download para Macos executable aqui:

\n

http://danielsiqueira.net/playlist/macos/Playlist.zip

\n
    \n
  • \n

    Para rodar o aplicativo no macos, habilite a opção que permite programas oriundos de qualquer fonte.Passo a passo => Techtudo: Rodando programas de fora da Apple Store

    \n
  • \n
  • \n

    Requer a descoberta da rede para compartilhar com o chromecast. Lembre-se de habilitar o modo visitante do Chromecast para deixá-lo público na sua rede wifi e poder compartilhar através do PC / Mac / Laptop.

    \n
  • \n
\n

Sobre os formatos de vídeo e as legendas

\n
\n

Nessa primeira versão, são suportados vídeos mp4 e legendas srt.\nO aplicativo converte as legendas srt em vtt enquanto faz o carregamento do vídeo.\nPara carregar as legendas corretamente, lembre-se de que o arquivo de legenda deve ter o mesmo nome do arquivo de vídeo\ne deve estar no mesmo diretório.

\n

Controles do vídeo com o mouse e o teclado

\n
\n
\n

No teclado:

\n
\n
    \n
  • ctrl + l => [LOAD] Abre a tela para selecionar os vídeos
  • \n
  • ctrl + p or ctrl + space-bar => Play/Pause
  • \n
  • ctrl + m => [MENU] Abre o menu com a lista de vídeos carregados com as opções para acrescentar mais filmes.
  • \n
  • ctrl + u => [UNSOUND] Alterna entre Mudo e com Áudio
  • \n
  • ctrl+ f => [FULLSCREEN] Entra e sai do modo de Tela cheia
  • \n
  • ctrl + q => [QUIT] Fecha o aplicativo
  • \n
\n

Instruções

\n
\n
    \n
  • Requer o módulo nativo do mdns
  • \n
\n

Na raiz do projeto...\nPrimeiro execute:

\n
\n

sudo npm install ( É necessário usar o sudo aqui porque o Node faz o rebuild do node-gyp e precisa de permissão de root )

\n
\n

Baixa todas as dependências do projeto.

\n

Depois, execute:

\n
\n

npm start

\n
\n

Inicia a aplicação electron

\n

Sobre o módulo mdns( Esse módulo é necessário, porque é utilizado para fazer a comunicação com o chromecast.)

\n

Na raiz do projeto...

\n
\n

Se você não tiver o mdns pode ter alguns erros. Nesse caso, resolva-os assim:

\n
\n

No linux, instale o mdns com:

\n
\n

sudo npm run ubuntu-mdns && sudo npm run dependecy-ubuntu

\n
\n

SE aparecem erros de permissão EACCES, faça isso:

\n
\n

sudo npm run permission

\n
\n

Para gerar o executável para Macos:

\n
\n

npm run pack-osx

\n
\n
\n

Para as ditribuições linux (.deb), siga esses passos:

\n
\n

npm run pack-linux64 ( Gera o executável e dá permissão de escrita no diretório criado.Sua senha pode ser solicitada. )\nnpm run install-deb64 ( Com executável gerado, faz a criação de diretório na Home do usuário e aloca os arquivos, registrando um atalho na lista de programas instalados )

\n
\n
\n

Para gerar o executável para windows:

\n
\n

npm run pack-win64 ( A versão para windows ainda não foi testada. Ajudem-me a testar! )

\n
\n
\n

Para contribuir com o projeto, faça um fork dele

\n

Siga esses passos para contribuir:\nhttps://imasters.com.br/desenvolvimento/como-contribuir-com-um-projeto-no-github/?trace=1519021197&source=single

\n
", - "readmeFetchedAt": "2020-09-17T12:09:41.861Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:47.589Z" }, "playcode": { - "readmeCleaned": "

\n

\n

Playcode

\n
\n

Desktop client for Playcode Online Javascript Editor

\n
\n
\n
\n

Screenshots

\n

\"Playcode\"

\n

Development

\n
$ git clone https://github.com/playcode/playcode-desktop.git\n$ cd Playcode-desktop\n$ npm install\n$ npm start\n$ npm run dist\n
\n

License

\n

This program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.

\n

This program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.

\n

You should have received a copy of the GNU General Public License\nalong with this program. If not, see http://www.gnu.org/licenses/.

\n
", - "readmeOriginal": "

\n

\n

Playcode

\n
\n

Desktop client for Playcode Online Javascript Editor

\n
\n
\n
\n

Screenshots

\n

\"Playcode\"

\n

Development

\n
$ git clone https://github.com/playcode/playcode-desktop.git\n$ cd Playcode-desktop\n$ npm install\n$ npm start\n$ npm run dist\n
\n

License

\n

This program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.

\n

This program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.

\n

You should have received a copy of the GNU General Public License\nalong with this program. If not, see http://www.gnu.org/licenses/.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:41.890Z" - }, - "playme": { - "readmeCleaned": "

\n

PlayMe is an unofficial YouTube Music desktop app with some additional tweaks on top.

\n

Why? So that you can enjoy your YouTube Music on desktop, without having to worry about the browser tab which plays it.

\n

How does it work?

\n

It's a basic Electron WebView with Youtube Music. on top of that, additional system functionalities were added. The idea is not to use the Youtube API, but instead, to re-use the original youtube music functionality.

\n

Features:

\n
    \n
  • Handle Media Keys: Play/Pause, Next, Previous
  • \n
  • Responsive Window
  • \n
\n

\"preview\"

\n

Install:

\n

macOS 10.9+, Linux, and Windows 7+ are supported

\n

Download the latest version on the website or below.

\n

macOS

\n

Download the .dmg file.

\n

Linux

\n

Download the .AppImage file.

\n

The AppImage needs to be made executable after download.

\n

Windows

\n

Download the .exe file.

\n

Future Plans:

\n
    \n
  • track player starts
  • \n
  • create & set an icon
  • \n
  • display system tray icon & allow basic controls from there
  • \n
  • display current song & current playlist in system tray
  • \n
  • display notification on song changed (if window not visible)
  • \n
  • seek while holding forward/backward media controls button
  • \n
  • implement preferences
  • \n
  • start on launch
  • \n
  • customizable global shortcuts
  • \n
  • set up automatic updates delivery
  • \n
  • create a landing page
  • \n
  • suggestions?
  • \n
\n

Contributing:

\n

Thank you for deciding to contribute! In order to keep it clean & mainainable long term, we'd prefer to follow some good git practices.

\n
    \n
  1. Fork the repo
  2. \n
  3. Create a local brach off develop (usually) named as following: issue-number/1-3-keywords
  4. \n
  5. Make the changes
  6. \n
  7. Follow the \"Commit for your commit title(s).
  8. \n
  9. Rebase & clean up commit history (or leave it as it is, but we'll squash & merge)
  10. \n
  11. Push the branch to your own fork
  12. \n
  13. Create a Pull Request from your fork to this repo
  14. \n
  15. Name the PR using the message used in commit, which follows the Commit Guidelines
  16. \n
\n
", - "readmeOriginal": "

\n

PlayMe is an unofficial YouTube Music desktop app with some additional tweaks on top.

\n

Why? So that you can enjoy your YouTube Music on desktop, without having to worry about the browser tab which plays it.

\n

How does it work?

\n

It's a basic Electron WebView with Youtube Music. on top of that, additional system functionalities were added. The idea is not to use the Youtube API, but instead, to re-use the original youtube music functionality.

\n

Features:

\n
    \n
  • Handle Media Keys: Play/Pause, Next, Previous
  • \n
  • Responsive Window
  • \n
\n

\"preview\"

\n

Install:

\n

macOS 10.9+, Linux, and Windows 7+ are supported

\n

Download the latest version on the website or below.

\n

macOS

\n

Download the .dmg file.

\n

Linux

\n

Download the .AppImage file.

\n

The AppImage needs to be made executable after download.

\n

Windows

\n

Download the .exe file.

\n

Future Plans:

\n
    \n
  • track player starts
  • \n
  • create & set an icon
  • \n
  • display system tray icon & allow basic controls from there
  • \n
  • display current song & current playlist in system tray
  • \n
  • display notification on song changed (if window not visible)
  • \n
  • seek while holding forward/backward media controls button
  • \n
  • implement preferences
  • \n
  • start on launch
  • \n
  • customizable global shortcuts
  • \n
  • set up automatic updates delivery
  • \n
  • create a landing page
  • \n
  • suggestions?
  • \n
\n

Contributing:

\n

Thank you for deciding to contribute! In order to keep it clean & mainainable long term, we'd prefer to follow some good git practices.

\n
    \n
  1. Fork the repo
  2. \n
  3. Create a local brach off develop (usually) named as following: issue-number/1-3-keywords
  4. \n
  5. Make the changes
  6. \n
  7. Follow the \"Commit for your commit title(s).
  8. \n
  9. Rebase & clean up commit history (or leave it as it is, but we'll squash & merge)
  10. \n
  11. Push the branch to your own fork
  12. \n
  13. Create a Pull Request from your fork to this repo
  14. \n
  15. Name the PR using the message used in commit, which follows the Commit Guidelines
  16. \n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:42.153Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:47.603Z" }, - "playork": { - "readmeCleaned": "

Description

\n

\"logo.png\"

\n

\"Screenshot\"

\n

Playork is a Collection of Some Simple Tools and Games.

\n

If you like my App please consider buying me a coffee at HERE!

\n

Install

\n

In linux Use Snap to install Stable version[Link]

\n

In windows Use Official Website to install Stable version[Link]

\n

For Development Version Follow the instuctions below

\n

if you want to try it install nodejs, git and clone this repository

\n
 git clone https://github.com/Playork/Playork
\n

point to source directory

\n
 cd /path/to/source/Playork
\n

and install depencise by

\n
 npm install
\n

after this start this application by this command

\n
 npm start
\n

Licence

\n

MIT License (MIT)

\n

Copyright (c) 2018 Playork

\n

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

\n

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

\n

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

\n
", - "readmeOriginal": "

Description

\n

\"logo.png\"

\n

\"Screenshot\"

\n

Playork is a Collection of Some Simple Tools and Games.

\n

If you like my App please consider buying me a coffee at HERE!

\n

Install

\n

In linux Use Snap to install Stable version[Link]

\n

In windows Use Official Website to install Stable version[Link]

\n

For Development Version Follow the instuctions below

\n

if you want to try it install nodejs, git and clone this repository

\n
 git clone https://github.com/Playork/Playork
\n

point to source directory

\n
 cd /path/to/source/Playork
\n

and install depencise by

\n
 npm install
\n

after this start this application by this command

\n
 npm start
\n

Licence

\n

MIT License (MIT)

\n

Copyright (c) 2018 Playork

\n

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

\n

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

\n

THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:42.227Z" + "playback": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:47.604Z" }, - "poddycast-app": { - "readmeCleaned": "

Poddycast [BETA] 🚧

\n

A Podcast app made with Electron because I love Podcasts.

\n

\"screenshot_1\"

\n

Install

\n

Download the latest release from the release page.

\n

Platform Support

\n
    \n
  • macOS
  • \n
  • Windows
  • \n
  • Linux
  • \n
\n

Features

\n
    \n
  • Uses the iTunes API to search for Podcasts
  • \n
  • Find all episodes in the New Episodes menu item
  • \n
  • See all your Favorite Podcasts in one place
  • \n
  • Browse through the History of podcasts you've already listened to
  • \n
  • See some Statistics
  • \n
  • Manage Playlists for custom playback
  • \n
  • Dark mode
  • \n
  • Speedy playback
  • \n
  • Keyboard shortcuts for audio player actions
  • \n
  • Proxy mode for company environments
  • \n
  • Internatialization
  • \n
\n

Tutorial

\n

Subscribe

\n

\"gif_1\"

\n

Episodes

\n

\"gif_2\"

\n

Playlist

\n

\"gif_3\"

\n

Dark Mode

\n

\"gif_4\"

\n

Contact

\n

🐦 Twitter: @poddycastapp

\n
", - "readmeOriginal": "

Poddycast [BETA] 🚧

\n

A Podcast app made with Electron because I love Podcasts.

\n

\"screenshot_1\"

\n

Install

\n

Download the latest release from the release page.

\n

Platform Support

\n
    \n
  • macOS
  • \n
  • Windows
  • \n
  • Linux
  • \n
\n

Features

\n
    \n
  • Uses the iTunes API to search for Podcasts
  • \n
  • Find all episodes in the New Episodes menu item
  • \n
  • See all your Favorite Podcasts in one place
  • \n
  • Browse through the History of podcasts you've already listened to
  • \n
  • See some Statistics
  • \n
  • Manage Playlists for custom playback
  • \n
  • Dark mode
  • \n
  • Speedy playback
  • \n
  • Keyboard shortcuts for audio player actions
  • \n
  • Proxy mode for company environments
  • \n
  • Internatialization
  • \n
\n

Tutorial

\n

Subscribe

\n

\"gif_1\"

\n

Episodes

\n

\"gif_2\"

\n

Playlist

\n

\"gif_3\"

\n

Dark Mode

\n

\"gif_4\"

\n

Contact

\n

🐦 Twitter: @poddycastapp

\n
", - "readmeFetchedAt": "2020-09-17T12:09:42.251Z" + "playlist": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:47.606Z" }, "poddr": { - "readmeCleaned": "
\n \"Poddr\"\n

Poddr

\n \n \n \n \n
\n

Poddr website

\n

Podcast client built with Electron and Angular.

\n

Poddr uses iTunes RSS feeds and Search API to gather information.

\n

Screenshots

\n

\"Screenshot\"

\n

\"Screenshot\"

\n

\"Screenshot\"

\n

Downloads

\n

GitHub Releases

\n

Windows

\n

The downloaded file is a normal .exe file. Just doubleclick it and install as usual.

\n

Linux

\n

Snap

\n

\"Get

\n

or

\n

snap install poddr

\n

AppImage

\n

Quotes from AppImage projectpage

\n
\n

AppImages can be downloaded and run without installation or the need for root rights.

\n
\n
\n

The key idea of the AppImage format is one app = one file. Every AppImage contains an app and all the files the app needs to run. In other words, each AppImage has no dependencies other than what is included in the targeted base operating system(s).

\n
\n

Download and make the file executable

\n

Mac

\n

A normal .dmg file, install as you would normally do with any Mac software.

\n
\n

Build

\n

To build Poddr from source check out BUILDING.

\n

Sponsors

\n

Becoming a Main sponsor will grant you a place here. Read more in the section below if you want to learn how you can contribute to Poddr.

\n
\n

Sponsoring Poddr

\n

If you enjoy using Poddr and want to contribute to keeping development alive you can make a monetary donation.

\n

There are a number of different ways you can do this.

\n\n

I've recently been invited to the GitHub sponsor program which means you can sponsor me directly on GitHub and during my first year GitHub will match any sponsorship.

\n

Sponsor me here.

\n\n

For those of you who wants to make a monthly donation but don't have GitHub there's a Patreon page available aswell.

\n
    \n
  • \n

    One-time donations

    \n
  • \n
\n

If you want to make a onetime donation there's two different ways, either PayPal or Ko-Fi.

\n
\n
\n\n

A big thanks to Radu Dan for creating the logo for Poddr!

\n
\n
\n
", - "readmeOriginal": "
\n \"Poddr\"\n

Poddr

\n \n \n \n \n
\n

Poddr website

\n

Podcast client built with Electron and Angular.

\n

Poddr uses iTunes RSS feeds and Search API to gather information.

\n

Screenshots

\n

\"Screenshot\"

\n

\"Screenshot\"

\n

\"Screenshot\"

\n

Downloads

\n

GitHub Releases

\n

Windows

\n

The downloaded file is a normal .exe file. Just doubleclick it and install as usual.

\n

Linux

\n

Snap

\n

\"Get

\n

or

\n

snap install poddr

\n

AppImage

\n

Quotes from AppImage projectpage

\n
\n

AppImages can be downloaded and run without installation or the need for root rights.

\n
\n
\n

The key idea of the AppImage format is one app = one file. Every AppImage contains an app and all the files the app needs to run. In other words, each AppImage has no dependencies other than what is included in the targeted base operating system(s).

\n
\n

Download and make the file executable

\n

Mac

\n

A normal .dmg file, install as you would normally do with any Mac software.

\n
\n

Build

\n

To build Poddr from source check out BUILDING.

\n

Sponsors

\n

Becoming a Main sponsor will grant you a place here. Read more in the section below if you want to learn how you can contribute to Poddr.

\n
\n

Sponsoring Poddr

\n

If you enjoy using Poddr and want to contribute to keeping development alive you can make a monetary donation.

\n

There are a number of different ways you can do this.

\n\n

I've recently been invited to the GitHub sponsor program which means you can sponsor me directly on GitHub and during my first year GitHub will match any sponsorship.

\n

Sponsor me here.

\n\n

For those of you who wants to make a monthly donation but don't have GitHub there's a Patreon page available aswell.

\n
    \n
  • \n

    One-time donations

    \n
  • \n
\n

If you want to make a onetime donation there's two different ways, either PayPal or Ko-Fi.

\n
\n
\n\n

A big thanks to Radu Dan for creating the logo for Poddr!

\n
\n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:42.310Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:47.633Z" }, - "poi": { - "readmeCleaned": "

\"Header\"

\n

poi

\n

poi is a scalable browser and tool set for Kantai Collection(KanColle).

\n

Key features include:

\n
    \n
  • Proxy: HTTP, Socks5 and PAC (Experimental)
  • \n
  • Cache, including custom cache
  • \n
  • Data synthesis and analysis
  • \n
  • Notification
  • \n
  • Plugin support for extensive functionalities, see plugin List
  • \n
\n

\"Codacy\n\"Dependencies\"\n\"DevDependencies\"

\n

\"Build\n\"Build\n\"Azure

\n

\"Backers\n\"Sponsors\n\"license:mit\"

\n

Screenshots

\n

\"Preview

\n

More screenshots are available here

\n

Installation

\n

GitHub release

\n

TAONPM (CN Mainland).

\n

Community maintained releases (unofficial)

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
PlatformMaintainerInstruction
AUR / Arch Linux@swordfengsee AUR page
Homebrew Cask / macOS@darg20127brew update && brew cask install poi
Chocolatey / Windows@chocolatey and @drelchoco install poi
\n

Nightlies

\n\n

Please note that artifacts could be periodically emptied.

\n

Starting from this repository

\n
git clone https://github.com/poooi/poi && cd poi\nnpm install\nnpm start
\n

For more details see here

\n

Development

\n

Libraries backing poi

\n\n

Documentation

\n

On plugin development, the docs are available in English.

\n

Contact us

\n

Bug reports, suggestions, ideas, pull requests, and devs are always welcome :)

\n

Please feel free to contact us via:

\n\n

Contributors

\n

This project exists thanks to all the people who contribute.\n

\n

Backers

\n

Thank you to all our backers! 🙏 [Become a backer]

\n

\n

Sponsors

\n

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

\n

\n\n\n\n\n\n\n\n\n

\n

License

\n

The MIT License

\n

NOTE: THE SOFTWARE ICON AND SVG ICONS IS NOT LICENSED BY MIT AND COULD NOT BE USED\nIN PROJECTS NOT ASSOCIATED WITH POI.

\n
", - "readmeOriginal": "

\"Header\"

\n

poi

\n

poi is a scalable browser and tool set for Kantai Collection(KanColle).

\n

Key features include:

\n
    \n
  • Proxy: HTTP, Socks5 and PAC (Experimental)
  • \n
  • Cache, including custom cache
  • \n
  • Data synthesis and analysis
  • \n
  • Notification
  • \n
  • Plugin support for extensive functionalities, see plugin List
  • \n
\n

\"Codacy\n\"Dependencies\"\n\"DevDependencies\"

\n

\"Build\n\"Build\n\"Azure

\n

\"Backers\n\"Sponsors\n\"license:mit\"

\n

Screenshots

\n

\"Preview

\n

More screenshots are available here

\n

Installation

\n

GitHub release

\n

TAONPM (CN Mainland).

\n

Community maintained releases (unofficial)

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
PlatformMaintainerInstruction
AUR / Arch Linux@swordfengsee AUR page
Homebrew Cask / macOS@darg20127brew update && brew cask install poi
Chocolatey / Windows@chocolatey and @drelchoco install poi
\n

Nightlies

\n\n

Please note that artifacts could be periodically emptied.

\n

Starting from this repository

\n
git clone https://github.com/poooi/poi && cd poi\nnpm install\nnpm start
\n

For more details see here

\n

Development

\n

Libraries backing poi

\n\n

Documentation

\n

On plugin development, the docs are available in English.

\n

Contact us

\n

Bug reports, suggestions, ideas, pull requests, and devs are always welcome :)

\n

Please feel free to contact us via:

\n\n

Contributors

\n

This project exists thanks to all the people who contribute.\n

\n

Backers

\n

Thank you to all our backers! 🙏 [Become a backer]

\n

\n

Sponsors

\n

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

\n

\n\n\n\n\n\n\n\n\n

\n

License

\n

The MIT License

\n

NOTE: THE SOFTWARE ICON AND SVG ICONS IS NOT LICENSED BY MIT AND COULD NOT BE USED\nIN PROJECTS NOT ASSOCIATED WITH POI.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:42.606Z" + "playork": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:47.640Z" + }, + "poddycast-app": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:47.653Z" }, "pokerclock": { - "readmeCleaned": "

Phresh Poker Clock

\n

Short story

\n
    \n
  • Who deals?
  • \n
  • Am I the blind?"
  • \n
\n

Does it sound familiar? - then this app will be useful for you!"

\n

A friendly poker party in da' house, a bit drinking, talking, laughing, etc.\nSometimes I forgot about I'm the one of the blinds.. and you?

\n

Features

\n
    \n
  • Save tokens
  • \n
  • Save players
  • \n
  • Setup the match (select 2-10 players, 5 tokens, blindlift type and time, etc)
  • \n
  • track rebuys (optional), tokens (at start and rebuy value), blind values and blindlift time, real bets (optional)
  • \n
\n

Blindlift types

\n
    \n
  • Fix (Fix on the two smallest value token and not lift it) - for slower games
  • \n
  • Gradual (the next small blind is always the previous big blind) - for normal games
  • \n
  • Token pairs (the next small blind is the next value token after previous big blind, and after the highest token double the values of blinds) - for faster games
  • \n
\n

Screenshots

\n

\"Welcome\n\"Tokens\"\n\"Players\"\n\"Match\n\"Game\n\"Game\n\"Game

\n

Licence

\n

Copyright (c) 2018, Krisztián Kis - Phresh-IT. All rights reserved.

\n

Licensed under the MIT License.

\n

Builds

\n

Poker Clock v1.0.0

\n

Web

\n

Phresh-IT

\n

Poker Clock

\n

Dev

\n

Clone or download the repo and navigate in console to the program's root folder.

\n

Install

\n
npm install\n
\n

Run

\n
npm start\n
\n

Packaging (win32 is x86, others x64)

\n
npm run pack-win32\n\nnpm run pack-win\n\nnpm run pack-lin\n\nnpm run pack-mac\n
\n

Packaged zips not required installion, just unzip and run the executeable file.

\n

Support

\n

If you like my work(s), please buy me a coffee or support/donate me. Contributions, issues(problems, ideas) and donates are welcome.

\n

Thank you, Have a nice day!

\n
", - "readmeOriginal": "

Phresh Poker Clock

\n

Short story

\n
    \n
  • Who deals?
  • \n
  • Am I the blind?\"
  • \n
\n

Does it sound familiar? - then this app will be useful for you!\"

\n

A friendly poker party in da' house, a bit drinking, talking, laughing, etc.\nSometimes I forgot about I'm the one of the blinds.. and you?

\n

Features

\n
    \n
  • Save tokens
  • \n
  • Save players
  • \n
  • Setup the match (select 2-10 players, 5 tokens, blindlift type and time, etc)
  • \n
  • track rebuys (optional), tokens (at start and rebuy value), blind values and blindlift time, real bets (optional)
  • \n
\n

Blindlift types

\n
    \n
  • Fix (Fix on the two smallest value token and not lift it) - for slower games
  • \n
  • Gradual (the next small blind is always the previous big blind) - for normal games
  • \n
  • Token pairs (the next small blind is the next value token after previous big blind, and after the highest token double the values of blinds) - for faster games
  • \n
\n

Screenshots

\n

\"Welcome\n\"Tokens\"\n\"Players\"\n\"Match\n\"Game\n\"Game\n\"Game

\n

Licence

\n

Copyright (c) 2018, Krisztián Kis - Phresh-IT. All rights reserved.

\n

Licensed under the MIT License.

\n

Builds

\n

Poker Clock v1.0.0

\n

Web

\n

Phresh-IT

\n

Poker Clock

\n

Dev

\n

Clone or download the repo and navigate in console to the program's root folder.

\n

Install

\n
npm install\n
\n

Run

\n
npm start\n
\n

Packaging (win32 is x86, others x64)

\n
npm run pack-win32\n\nnpm run pack-win\n\nnpm run pack-lin\n\nnpm run pack-mac\n
\n

Packaged zips not required installion, just unzip and run the executeable file.

\n

Support

\n

If you like my work(s), please buy me a coffee or support/donate me. Contributions, issues(problems, ideas) and donates are welcome.

\n

Thank you, Have a nice day!

\n
", - "readmeFetchedAt": "2020-09-17T12:09:42.614Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:47.691Z" }, "polar": { - "readmeCleaned": "

\n \n

\n
\n

Polar Bookshelf

\n\n \n\n\n \n\n\n \n\n\n \n\n\n\n \n\n\n\n
\n
\n

Polar is personal knowledge repository which supports advanced\nfeatures like incremental reading, annotation, comments, and spaced repetition.\nIt supports reading PDF and the web content and was created using the Electron\nframework and\nPDF.js

\n
\n

Features

\n
    \n
  • \n

    PDF support We have first-class PDF support thanks to PDF.js. PDFs work well when reading content in book format or when reading scientific\nresearch which is often stored as PDF.

    \n
  • \n
  • \n

    Captured Web Pages Download HTML content and save them as offline documents which can be annotated.

    \n
  • \n
  • \n

    Pagemarks Easily keep track of what you're reading and the progress of each document.

    \n
  • \n
  • \n

    Text Highlights Highlight text in PDF and web pages.

    \n
  • \n
  • \n

    Area Highlights Capture a region of the page as a highlight which can be a chart, figure, infographic, etc.

    \n
  • \n
  • \n

    Local Storage All content is stored locally.

    \n
  • \n
  • \n

    Standards Based All content is stored as JSON in a well documented schema. Annotations never mutate the original content.

    \n
  • \n
  • \n

    Portable Run across any platform. Linux, MacOS, and Windows supported.

    \n
  • \n
\n

Downloads

\n

Packages for Windows, MacOS, and Linux are available on the downloads page.

\n

We also have a CHANGELOG available if you're interested into what went into each release.

\n

Discussion

\n

We have both a Discord group and\nReddit group if you want to discuss\nPolar.

\n

If it's a very technical issue it might be best to create a Github Issue.

\n

Personal Knowledge Repository

\n

Polar is a document manager for PDF and web content as well as a personal\nknowledge repository.

\n

Polar allows you to keep all important reading material in one place including\nannotations and flashcards for spaced repetition.

\n

It supports for features like pagemarks, text highlights, and progress tracking\nby keeping track of how much you've read including restoring pagemarks when you\nre-open documents.

\n

Pagemarks are a new concept for tracking your reading inspired from incremental\nreading. They allow suspend\nand resume of reading for weeks and months in the future until you're ready to\nresume, without losing your place.

\n

Since you can create multiple pagemarks they work even if you jump around in a\nbook (which is often in technical or research work).

\n

Web Content

\n

PDF is an excellent document format but we've found that many HTML pages don't\nconvert to PDF well since they were not intended to be printed.

\n

Text Highlights

\n

\"Text

\n

Text highlights allow you to work with content like you're using a text\nhighlighter in a book.

\n

Area Highlights

\n

\"Area

\n

Area highlights allow you highlight a figure, infographic, or anything visual\nin a document.

\n

Create an area highlight.

\n

Right click on a page and select "Create area highlight"

\n

Delete an highlight.

\n

Right click the highlight and select delete.

\n

Flashcards

\n

\"Flashcards\"

\n

Flashcards allow you to retain information long term by using a spaced repetition\nsystem like Anki to continually re-train yourself on material you want to retain.

\n

Flashcards can be created by right clicking an annotation and selecting\n"Create Flashcard". The resulting flashcards are stored as annotations in your\nrepository.

\n

To specify the Anki deck for a document, add a tag starting with deck:. Slashes are used to specify subdecks.\nFor instance, to set a document to the Anki deck ML::100PageMLBook, use the Polar tag deck:ML/100PageMLBook.

\n

Build from source

\n

Install NodeJS and npm for your platform.

\n

To run:

\n

Install latest stable node and npm versions.

\n

You can check which version you need at

\n

https://nodejs.org/

\n

... then run:

\n
$ git clone https://github.com/burtonator/polar-bookshelf\n$ cd polar-bookshelf\n$ npm install && npm run-script compile && npm start\n
\n

Contributors

\n

This project exists thanks to all the people who contribute.

\n

Sponsors

\n

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

\n

\n\n\n\n\n\n\n\n\n

\n

License

\n

Polar is distributed under the GPLv3.

\n

PDF.js is available under the Apache License.\nElectron is released under the MIT License.\nRest of the code is MIT-licensed.

\n
", - "readmeOriginal": "

\n \n

\n
\n

Polar Bookshelf

\n\n \n\n\n \n\n\n \n\n\n \n\n\n\n \n\n\n\n
\n
\n

Polar is personal knowledge repository which supports advanced\nfeatures like incremental reading, annotation, comments, and spaced repetition.\nIt supports reading PDF and the web content and was created using the Electron\nframework and\nPDF.js

\n
\n

Features

\n
    \n
  • \n

    PDF support We have first-class PDF support thanks to PDF.js. PDFs work well when reading content in book format or when reading scientific\nresearch which is often stored as PDF.

    \n
  • \n
  • \n

    Captured Web Pages Download HTML content and save them as offline documents which can be annotated.

    \n
  • \n
  • \n

    Pagemarks Easily keep track of what you're reading and the progress of each document.

    \n
  • \n
  • \n

    Text Highlights Highlight text in PDF and web pages.

    \n
  • \n
  • \n

    Area Highlights Capture a region of the page as a highlight which can be a chart, figure, infographic, etc.

    \n
  • \n
  • \n

    Local Storage All content is stored locally.

    \n
  • \n
  • \n

    Standards Based All content is stored as JSON in a well documented schema. Annotations never mutate the original content.

    \n
  • \n
  • \n

    Portable Run across any platform. Linux, MacOS, and Windows supported.

    \n
  • \n
\n

Downloads

\n

Packages for Windows, MacOS, and Linux are available on the downloads page.

\n

We also have a CHANGELOG available if you're interested into what went into each release.

\n

Discussion

\n

We have both a Discord group and\nReddit group if you want to discuss\nPolar.

\n

If it's a very technical issue it might be best to create a Github Issue.

\n

Personal Knowledge Repository

\n

Polar is a document manager for PDF and web content as well as a personal\nknowledge repository.

\n

Polar allows you to keep all important reading material in one place including\nannotations and flashcards for spaced repetition.

\n

It supports for features like pagemarks, text highlights, and progress tracking\nby keeping track of how much you've read including restoring pagemarks when you\nre-open documents.

\n

Pagemarks are a new concept for tracking your reading inspired from incremental\nreading. They allow suspend\nand resume of reading for weeks and months in the future until you're ready to\nresume, without losing your place.

\n

Since you can create multiple pagemarks they work even if you jump around in a\nbook (which is often in technical or research work).

\n

Web Content

\n

PDF is an excellent document format but we've found that many HTML pages don't\nconvert to PDF well since they were not intended to be printed.

\n

Text Highlights

\n

\"Text

\n

Text highlights allow you to work with content like you're using a text\nhighlighter in a book.

\n

Area Highlights

\n

\"Area

\n

Area highlights allow you highlight a figure, infographic, or anything visual\nin a document.

\n

Create an area highlight.

\n

Right click on a page and select \"Create area highlight\"

\n

Delete an highlight.

\n

Right click the highlight and select delete.

\n

Flashcards

\n

\"Flashcards\"

\n

Flashcards allow you to retain information long term by using a spaced repetition\nsystem like Anki to continually re-train yourself on material you want to retain.

\n

Flashcards can be created by right clicking an annotation and selecting\n\"Create Flashcard\". The resulting flashcards are stored as annotations in your\nrepository.

\n

To specify the Anki deck for a document, add a tag starting with deck:. Slashes are used to specify subdecks.\nFor instance, to set a document to the Anki deck ML::100PageMLBook, use the Polar tag deck:ML/100PageMLBook.

\n

Build from source

\n

Install NodeJS and npm for your platform.

\n

To run:

\n

Install latest stable node and npm versions.

\n

You can check which version you need at

\n

https://nodejs.org/

\n

... then run:

\n
$ git clone https://github.com/burtonator/polar-bookshelf\n$ cd polar-bookshelf\n$ npm install && npm run-script compile && npm start\n
\n

Contributors

\n

This project exists thanks to all the people who contribute.

\n

Sponsors

\n

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

\n

\n\n\n\n\n\n\n\n\n

\n

License

\n

Polar is distributed under the GPLv3.

\n

PDF.js is available under the Apache License.\nElectron is released under the MIT License.\nRest of the code is MIT-licensed.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:42.666Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:47.705Z" }, - "pomodoro-logger": { - "readmeCleaned": "

\n \n

\n

\n \n \n \n \n \n \n \n \n \n \n \n \n

\n

Pomodoro Logger 🕤

\n
\n

Invest your time easily

\n
\n

中文README

\n

\n
    \n
  • Use Pomodoro Technique to manage your time
  • \n
  • Collect and visualize your desktop working activities, i.e., the names and titles of the using apps, locally
  • \n
  • Use integrated Kanban Board to make your schedule control easier
  • \n
  • Analyse your efficiency
  • \n
\n

Pomodoro Technique 🍅

\n

The working loop in the Pomodoro Technique is split into a 25-minute focus session and a 5-minute rest session. During a work session, the user focuses on one todo item and should not do anything irrelevant. The Pomodoro Technique can greatly improve the efficiency of work and study and alleviate work fatigue.

\n

In the Pomodoro Logger, the app will record the names and titles of the apps you use on your PC during the working sessions. The titles of apps contain rich semantic information. For example, the browser title includes the title of the website being viewed, and the IDE often provides the project path or project name.

\n
    \n
  • Pomodoro Technique - Wikipedia - Google Chrome
  • \n
  • DeepMind (@DeepMindAI) | Twitter - Google Chrome
  • \n
  • pomodoro-logger [C:\\code\\pomodoro-logger] .\\src\\renderer\\components\\src\\Application.tsx - WebStorm
  • \n
\n

By connecting your todo items with the corresponding recorded Pomodoro sessions, you can analyze how often you are interrupted by email and social software, the time distribution of the application and application title used to complete the task. It will help you have a more comprehensive understanding of your working hours on PC.

\n

Efficiency Analysis

\n

Pomodoro Logger keeps a list of distracting app (you can config it in the setting). When it detect your using distracting apps, you lose your efficiency.

\n

It calculates user efficiency by a heuristic method.

\n

Demonstrating your efficiency by the dots. The larger the hole, the less efficient you are.

\n

\n

You can view the record in detail by clicking the circle

\n

\n \n\n

Data 📈

\n

Pomodoro Logger records your desktop activities when you are in a working session of Pomodoro.

\n

It only records your application activities, including the name and title of the focused application.

\n

You can import / export / delete all your data in the settings.

\n

All the data is saved and processed locally.

\n

Kanban Board

\n

Pomodoro Logger has integrated Kanban Board to help you organize and estimate the time spent of your todos easily with confidence.

\n

The lists in Kanban are divided into Todo, In Progress, and Done. Though lists customization is possible, you are required to preserve In Progress list and Done list in order to track, estimate and analyze your project time spent. You can set the estimated time cost on each todo card. Pomodoro Logger will assist you with the corresponding actual time spent record. i.e., When you are focusing on a Kanban board, it will automatically associate your Pomodoro session with the todo cards of In Progress list in the Kanban, which makes further analysis possible.

\n

To make the statistics more accurate, you can keep the cards of the In Progress list as few as possible to precisely reflect the tasks you are focusing on.

\n

Download

\n

Win10 / macOS / Linux

\n

To download, go to release page.

\n

Contribution

\n

I'd love to see you're involved! Read the Contribution Guide for detail.

\n\n

Screenshot

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
PomodoroShow Countdown in Tray
Session FinishedSwitch Mode
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Kanban BoardDraggable Card
Estimate Your Time SpentSearch Your Cards
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Visulization
\n

License

\n

GPL-3.0 License

\n

Copyright © 2019 Zixuan Chen.

\n
", - "readmeOriginal": "

\n \n

\n

\n \n \n \n \n \n \n \n \n \n \n \n \n

\n

Pomodoro Logger 🕤

\n
\n

Invest your time easily

\n
\n

中文README

\n

\n
    \n
  • Use Pomodoro Technique to manage your time
  • \n
  • Collect and visualize your desktop working activities, i.e., the names and titles of the using apps, locally
  • \n
  • Use integrated Kanban Board to make your schedule control easier
  • \n
  • Analyse your efficiency
  • \n
\n

Pomodoro Technique 🍅

\n

The working loop in the Pomodoro Technique is split into a 25-minute focus session and a 5-minute rest session. During a work session, the user focuses on one todo item and should not do anything irrelevant. The Pomodoro Technique can greatly improve the efficiency of work and study and alleviate work fatigue.

\n

In the Pomodoro Logger, the app will record the names and titles of the apps you use on your PC during the working sessions. The titles of apps contain rich semantic information. For example, the browser title includes the title of the website being viewed, and the IDE often provides the project path or project name.

\n
    \n
  • Pomodoro Technique - Wikipedia - Google Chrome
  • \n
  • DeepMind (@DeepMindAI) | Twitter - Google Chrome
  • \n
  • pomodoro-logger [C:\\code\\pomodoro-logger] .\\src\\renderer\\components\\src\\Application.tsx - WebStorm
  • \n
\n

By connecting your todo items with the corresponding recorded Pomodoro sessions, you can analyze how often you are interrupted by email and social software, the time distribution of the application and application title used to complete the task. It will help you have a more comprehensive understanding of your working hours on PC.

\n

Efficiency Analysis

\n

Pomodoro Logger keeps a list of distracting app (you can config it in the setting). When it detect your using distracting apps, you lose your efficiency.

\n

It calculates user efficiency by a heuristic method.

\n

Demonstrating your efficiency by the dots. The larger the hole, the less efficient you are.

\n

\n

You can view the record in detail by clicking the circle

\n

\n \n\n

Data 📈

\n

Pomodoro Logger records your desktop activities when you are in a working session of Pomodoro.

\n

It only records your application activities, including the name and title of the focused application.

\n

You can import / export / delete all your data in the settings.

\n

All the data is saved and processed locally.

\n

Kanban Board

\n

Pomodoro Logger has integrated Kanban Board to help you organize and estimate the time spent of your todos easily with confidence.

\n

The lists in Kanban are divided into Todo, In Progress, and Done. Though lists customization is possible, you are required to preserve In Progress list and Done list in order to track, estimate and analyze your project time spent. You can set the estimated time cost on each todo card. Pomodoro Logger will assist you with the corresponding actual time spent record. i.e., When you are focusing on a Kanban board, it will automatically associate your Pomodoro session with the todo cards of In Progress list in the Kanban, which makes further analysis possible.

\n

To make the statistics more accurate, you can keep the cards of the In Progress list as few as possible to precisely reflect the tasks you are focusing on.

\n

Download

\n

Win10 / macOS / Linux

\n

To download, go to release page.

\n

Contribution

\n

I'd love to see you're involved! Read the Contribution Guide for detail.

\n\n

Screenshot

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
PomodoroShow Countdown in Tray
Session FinishedSwitch Mode
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Kanban BoardDraggable Card
Estimate Your Time SpentSearch Your Cards
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Visulization
\n

License

\n

GPL-3.0 License

\n

Copyright © 2019 Zixuan Chen.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:42.718Z" + "poi": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:47.708Z" }, "pomolectron": { - "readmeCleaned": "

\n
\n \"Pomolectron\"\n
\n

\n

A pomodoro app for your menubar/tray.

\n

\n \n \"npm\n \n \n \n \n \n \n \n \n \n \n

\n\n\n\n\n\n\n\n\n\n\n\n\n\n
macOSWindows
\"pomolectron-macos\"\"\"
\n

Key Features

\n
    \n
  • Pomodoro, Short break and Long break timers
  • \n
  • Notifies via a system notification when time is up
  • \n
  • Lives in a tray/menubar
  • \n
  • Cross platform\n
      \n
    • Windows, macOS and Linux ready.
    • \n
    \n
  • \n
\n\n\t\n\n

Dark Mode

\n
\n

How To Use

\n

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

\n
# Clone this repository\n$ git clone https://github.com/amitmerchant1990/pomolectron\n\n# Go into the repository\n$ cd pomolectron\n\n# Install dependencies\n$ npm install\n\n# Run the app\n$ npm start
\n

On macOS, you can install Pomolectron via cask.

\n
$ brew cask install pomolectron 
\n

On Windows, you can install Pomolectron via chocolatey as well.

\n
C:\\> choco install pomolectron
\n

Note: If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

\n

Download

\n

You can download the latest installable version of Pomolectron for Windows, Linux and macOS.

\n

You can also get the Windows binaries from Softpedia.

\n

News

\n

Pomolectron was trending on the Hacker News and on GitHub during the day of its launch.

\n

You may also like..

\n\n

License

\n

MIT

\n
\n
\n

amitmerchant.com  · \nGitHub @amitmerchant1990  · \nTwitter @amit_merchant

\n
\n
", - "readmeOriginal": "

\n
\n \"Pomolectron\"\n
\n

\n

A pomodoro app for your menubar/tray.

\n

\n \n \"npm\n \n \n \n \n \n \n \n \n \n \n

\n\n\n\n\n\n\n\n\n\n\n\n\n\n
macOSWindows
\"pomolectron-macos\"\"\"
\n

Key Features

\n
    \n
  • Pomodoro, Short break and Long break timers
  • \n
  • Notifies via a system notification when time is up
  • \n
  • Lives in a tray/menubar
  • \n
  • Cross platform\n
      \n
    • Windows, macOS and Linux ready.
    • \n
    \n
  • \n
\n\n\t\n\n

Dark Mode

\n
\n

How To Use

\n

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

\n
# Clone this repository\n$ git clone https://github.com/amitmerchant1990/pomolectron\n\n# Go into the repository\n$ cd pomolectron\n\n# Install dependencies\n$ npm install\n\n# Run the app\n$ npm start
\n

On macOS, you can install Pomolectron via cask.

\n
$ brew cask install pomolectron 
\n

On Windows, you can install Pomolectron via chocolatey as well.

\n
C:\\> choco install pomolectron
\n

Note: If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

\n

Download

\n

You can download the latest installable version of Pomolectron for Windows, Linux and macOS.

\n

You can also get the Windows binaries from Softpedia.

\n

News

\n

Pomolectron was trending on the Hacker News and on GitHub during the day of its launch.

\n

You may also like..

\n\n

License

\n

MIT

\n
\n
\n

amitmerchant.com  · \nGitHub @amitmerchant1990  · \nTwitter @amit_merchant

\n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:42.892Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:47.728Z" }, - "pomotroid": { - "readmeCleaned": "
\n \"Pomotroid\"\n
\n
\n \"Pomotroid\n
\n

Simple and visually-pleasing Pomodoro timer.

\n
\n

\"Build

\n\n

Overview

\n

Pomotroid is a simple and configurable Pomodoro timer. It aims to provide a visually-pleasing and reliable way to track productivity using the Pomodoro Technique.

\n

Pomotroid is in its early stages, so feedback and contributions are welcome and appreciated! 🌱

\n

Features

\n
    \n
  • Customize times and number of rounds (persistent)
  • \n
  • Charming timer alert sounds (optional)
  • \n
  • Desktop notifications (optional)
  • \n
  • Minimize to tray (optional)
  • \n
  • Several themes included with the ability to create custom themes.
  • \n
  • Timer activity logging.
  • \n
\n

Themes

\n

Pomotroid provides many themes. It's also theme-able, allowing you to customize its appearance.

\n

\"Screenshots

\n

Visit the theme documentation to view the full list of official themes and for instruction on creating your own.

\n

Install

\n

Download

\n

Download the latest version from the releases page.

\n

Pomotroid is available for Windows, Mac OSX and Linux.

\n

Homebrew

\n

You can also install Pomotroid on macOS with Homebrew:

\n
brew cask install pomotroid
\n

Scoop

\n

You can install Pomotroid on Windows with scoop

\n
scoop install https://raw.githubusercontent.com/Splode/pomotroid/master/pomotroid.json
\n

AppGet

\n

You can install Pomotroid on Windows with AppGet

\n
appget install pomotroid
\n

Roadmap

\n

📝 Future plans for enhancements and development:

\n
    \n
  • Mini-mode
  • \n
\n

Development

\n

Pomotroid is built with Vue.js, Electron, and electron-vue.

\n

Note: depending on your OS settings, you may receive a security warning upon installation. This has to do with Pomotroid being an unsigned application. You can find out more by researching code-signing for Apple and Microsoft.

\n

Build Setup

\n
# install dependencies\nnpm i\n\n# serve with hot reload at localhost:9080\nnpm run dev\n\n# build Pomotroid for production\nnpm run build
\n

License

\n

MIT © Christopher Murphy

\n
", - "readmeOriginal": "
\n \"Pomotroid\"\n
\n
\n \"Pomotroid\n
\n

Simple and visually-pleasing Pomodoro timer.

\n
\n

\"Build

\n\n

Overview

\n

Pomotroid is a simple and configurable Pomodoro timer. It aims to provide a visually-pleasing and reliable way to track productivity using the Pomodoro Technique.

\n

Pomotroid is in its early stages, so feedback and contributions are welcome and appreciated! 🌱

\n

Features

\n
    \n
  • Customize times and number of rounds (persistent)
  • \n
  • Charming timer alert sounds (optional)
  • \n
  • Desktop notifications (optional)
  • \n
  • Minimize to tray (optional)
  • \n
  • Several themes included with the ability to create custom themes.
  • \n
  • Timer activity logging.
  • \n
\n

Themes

\n

Pomotroid provides many themes. It's also theme-able, allowing you to customize its appearance.

\n

\"Screenshots

\n

Visit the theme documentation to view the full list of official themes and for instruction on creating your own.

\n

Install

\n

Download

\n

Download the latest version from the releases page.

\n

Pomotroid is available for Windows, Mac OSX and Linux.

\n

Homebrew

\n

You can also install Pomotroid on macOS with Homebrew:

\n
brew cask install pomotroid
\n

Scoop

\n

You can install Pomotroid on Windows with scoop

\n
scoop install https://raw.githubusercontent.com/Splode/pomotroid/master/pomotroid.json
\n

AppGet

\n

You can install Pomotroid on Windows with AppGet

\n
appget install pomotroid
\n

Roadmap

\n

📝 Future plans for enhancements and development:

\n
    \n
  • Mini-mode
  • \n
\n

Development

\n

Pomotroid is built with Vue.js, Electron, and electron-vue.

\n

Note: depending on your OS settings, you may receive a security warning upon installation. This has to do with Pomotroid being an unsigned application. You can find out more by researching code-signing for Apple and Microsoft.

\n

Build Setup

\n
# install dependencies\nnpm i\n\n# serve with hot reload at localhost:9080\nnpm run dev\n\n# build Pomotroid for production\nnpm run build
\n

License

\n

MIT © Christopher Murphy

\n
", - "readmeFetchedAt": "2020-09-17T12:09:42.952Z" + "pomodoro-logger": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:47.762Z" }, - "pomotron": { - "readmeCleaned": "

Welcome to pomotron 👋

\n

\n \"Version\"\n \n \"Documentation\"\n \n \n \"License:\n \n \n \"Twitter:\n \n

\n
\n

Pomdoro timer

\n
\n

🏠 Homepage

\n

Install

\n
yarn
\n

Usage

\n
yarn start
\n

Run tests

\n
yarn test
\n

Author

\n

👤 mattbudde

\n\n

🤝 Contributing

\n

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

\n

Show your support

\n

Give a ⭐️ if this project helped you!

\n
\n
", - "readmeOriginal": "

Welcome to pomotron 👋

\n

\n \"Version\"\n \n \"Documentation\"\n \n \n \"License:\n \n \n \"Twitter:\n \n

\n
\n

Pomdoro timer

\n
\n

🏠 Homepage

\n

Install

\n
yarn
\n

Usage

\n
yarn start
\n

Run tests

\n
yarn test
\n

Author

\n

👤 mattbudde

\n\n

🤝 Contributing

\n

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

\n

Show your support

\n

Give a ⭐️ if this project helped you!

\n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:42.983Z" + "playme": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:47.765Z" }, - "postbird": { - "readmeCleaned": "

Postbird

\n

\"Backers \"Sponsors

\n

Postbird is a cross-platform PostgreSQL GUI client, written in JavaScript, runs with Electron

\n

\"Connection

\n

\"Table

\n

\"Table

\n

Download

\n

Version 0.8.4

\n

MacOS: Postbird-0.8.4.dmg - MacOS 10.9+

\n

Linux packages:

\n\n

Via snap:

\n
sudo snap install postbird\n
\n

Snap page: https://snapcraft.io/postbird

\n

Windows installer: Postbird.Setup.0.8.4.exe
\nWindows portable: Postbird-0.8.4-win.zip

\n

Latest artifacts: https://postbird.paxa.kuber.host/

\n

Development

\n

\"Codeship\n\"Build

\n

Pull requests and suggestions are welcome

\n

To run newest version, simply:

\n
git clone git@github.com:Paxa/postbird.git\ncd postbird\nyarn\nyarn rebuild_ext\nyarn start
\n

Build package:

\n
yarn dist\nls ./dist
\n

See CONTRIBUTING.md for more details

\n

Help Project

\n

Your donations will help to publish to app stores, more frequent releases, faster feature requests implementation.\nPostbird at opencollective: https://opencollective.com/postbird

\n

Contributors

\n

This project exists thanks to all the people who contribute. [Contribute].\n

\n

Backers

\n

Thank you to all our backers! 🙏 [Become a backer]

\n

\n

Sponsors

\n

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

\n

\n\n\n\n\n\n\n\n\n

\n
", - "readmeOriginal": "

Postbird

\n

\"Backers \"Sponsors

\n

Postbird is a cross-platform PostgreSQL GUI client, written in JavaScript, runs with Electron

\n

\"Connection

\n

\"Table

\n

\"Table

\n

Download

\n

Version 0.8.4

\n

MacOS: Postbird-0.8.4.dmg - MacOS 10.9+

\n

Linux packages:

\n\n

Via snap:

\n
sudo snap install postbird\n
\n

Snap page: https://snapcraft.io/postbird

\n

Windows installer: Postbird.Setup.0.8.4.exe
\nWindows portable: Postbird-0.8.4-win.zip

\n

Latest artifacts: https://postbird.paxa.kuber.host/

\n

Development

\n

\"Codeship\n\"Build

\n

Pull requests and suggestions are welcome

\n

To run newest version, simply:

\n
git clone git@github.com:Paxa/postbird.git\ncd postbird\nyarn\nyarn rebuild_ext\nyarn start
\n

Build package:

\n
yarn dist\nls ./dist
\n

See CONTRIBUTING.md for more details

\n

Help Project

\n

Your donations will help to publish to app stores, more frequent releases, faster feature requests implementation.\nPostbird at opencollective: https://opencollective.com/postbird

\n

Contributors

\n

This project exists thanks to all the people who contribute. [Contribute].\n

\n

Backers

\n

Thank you to all our backers! 🙏 [Become a backer]

\n

\n

Sponsors

\n

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

\n

\n\n\n\n\n\n\n\n\n

\n
", - "readmeFetchedAt": "2020-09-17T12:09:43.088Z" + "pomotroid": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:47.768Z" }, "premid": { - "readmeCleaned": "
\n


\n

PreMiD

\n

Your Rich Presence for web services!

\n

\"GitHub\"\n\"GitHub\n\"Chrome\n\"Chrome\n\"Website\"\n\"FOSSA

\n


\n

About

\n

PreMiD is a simple, configurable utility that allows you to show what you're doing on the web in your Discord now playing status. It supports many different websites, and will support multiple users watching the same content simultaneously in an upcoming update.

\n

Features

\n

· Displays your current web service in Discord as your status.
\n· Grants full control over Presences.
\n· Supports over 100 web services, still rising!
\n· Watch parties and more are coming soon!

\n

Installation/Troubleshooting

\n

Installation instructions, Troubleshooting guides etc. can be located at our docs.

\n

Support us

\n
\n \n \n \n \n \"Join\n \n
\n

License

\n

\"FOSSA

\n
", - "readmeOriginal": "
\n


\n

PreMiD

\n

Your Rich Presence for web services!

\n

\"GitHub\"\n\"GitHub\n\"Chrome\n\"Chrome\n\"Website\"\n\"FOSSA

\n


\n

About

\n

PreMiD is a simple, configurable utility that allows you to show what you're doing on the web in your Discord now playing status. It supports many different websites, and will support multiple users watching the same content simultaneously in an upcoming update.

\n

Features

\n

· Displays your current web service in Discord as your status.
\n· Grants full control over Presences.
\n· Supports over 100 web services, still rising!
\n· Watch parties and more are coming soon!

\n

Installation/Troubleshooting

\n

Installation instructions, Troubleshooting guides etc. can be located at our docs.

\n

Support us

\n
\n \n \n \n \n \"Join\n \n
\n

License

\n

\"FOSSA

\n
", - "readmeFetchedAt": "2020-09-17T12:09:43.220Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:47.793Z" }, - "pretzel": { - "readmeCleaned": "

\n \n \"Parcel\"\n \n

\n

Pretzel is Mac desktop app that shows and search keyboard shortcuts based on your current app. Checkout the landing page here.

\n

Features

\n
    \n
  • 🔍 In-App quick search: Find your specific shortcut with quick search among hundreds.
  • \n
  • Detects the currently focused app.
  • \n
  • 🐠 Little distraction from your current task. Clicking on the menubar icon or hit CmdorCtrl + (backtick) on keyboard will automatically opens the shortcut panel.
  • \n
\n

\"app-screen-shot\"

\n

Download for Mac

\n

Download the latest release

\n

Run it locally (if you are curious):

\n

Important: Use v8 Node

\n

Because Pretzel has a dependency node-ffi that requires node v8, until node-ffi is compaitable with\nlatest node, you should use nvm to install node v8 to run Pretzel locally. Otherwise, npm install would give you some error regarding node-gyp.

\n
nvm install 8.11.3 # I personally use this version\nnvm ls # to make sure we are currently using node v8\n\nnpm install\nnpm start\n
\n

Compile Scss

\n
sass --watch sass/main.scss:main.css\n
\n

To compile:

\n
npm run build:mac\nnpm run build:win\n
\n

Add a shortcut:

\n

If you have github account, please check the roadmap first then read the Contributing doc here

\n

If you don't have a github account, please check the roadmap first. If you don't see desired apps under development, follow these steps:

\n
    \n
  1. Create a text file with .yml as the file name. For example, Photoshop.yml.
  2. \n
  3. Find your app's shortcuts on the web and add them to your .yml file, in the same format as the files in /shortcuts folder.
  4. \n
  5. Send me the .yml file so I could add it in.
  6. \n
\n

License

\n

MIT © Amie Chen

\n
", - "readmeOriginal": "

\n \n \"Parcel\"\n \n

\n

Pretzel is Mac desktop app that shows and search keyboard shortcuts based on your current app. Checkout the landing page here.

\n

Features

\n
    \n
  • 🔍 In-App quick search: Find your specific shortcut with quick search among hundreds.
  • \n
  • Detects the currently focused app.
  • \n
  • 🐠 Little distraction from your current task. Clicking on the menubar icon or hit CmdorCtrl + (backtick) on keyboard will automatically opens the shortcut panel.
  • \n
\n

\"app-screen-shot\"

\n

Download for Mac

\n

Download the latest release

\n

Run it locally (if you are curious):

\n

Important: Use v8 Node

\n

Because Pretzel has a dependency node-ffi that requires node v8, until node-ffi is compaitable with\nlatest node, you should use nvm to install node v8 to run Pretzel locally. Otherwise, npm install would give you some error regarding node-gyp.

\n
nvm install 8.11.3 # I personally use this version\nnvm ls # to make sure we are currently using node v8\n\nnpm install\nnpm start\n
\n

Compile Scss

\n
sass --watch sass/main.scss:main.css\n
\n

To compile:

\n
npm run build:mac\nnpm run build:win\n
\n

Add a shortcut:

\n

If you have github account, please check the roadmap first then read the Contributing doc here

\n

If you don't have a github account, please check the roadmap first. If you don't see desired apps under development, follow these steps:

\n
    \n
  1. Create a text file with .yml as the file name. For example, Photoshop.yml.
  2. \n
  3. Find your app's shortcuts on the web and add them to your .yml file, in the same format as the files in /shortcuts folder.
  4. \n
  5. Send me the .yml file so I could add it in.
  6. \n
\n

License

\n

MIT © Amie Chen

\n
", - "readmeFetchedAt": "2020-09-17T12:09:43.343Z" + "postbird": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:47.806Z" + }, + "pomotron": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:47.808Z" }, "preserver": { - "readmeCleaned": "

\n
\n \"\"\n
\n Preserver\n
\n

\n

Preserver is a notes organizer desktop app built upon Electron.

\n
Organize your life with one of these incredibly useful Desktop applications for keeping track of notes, tasks, and to-do lists.
\n

\"screenshot\"\n
\n\"screenshot\"

\n

Useful features:

\n
    \n
  • Create notes
  • \n
  • Archive notes
  • \n
  • Set up reminders for your notes
  • \n
  • Move notes to trash & restore back
  • \n
  • Assign labels to notes
  • \n
  • Create todo list
  • \n
  • Set color to Notes as per your priority
  • \n
\n

Next, To Run an electron application what you have to do is !

\n
$ npm install\n\n$ npm install typings -g\n\n$ typings install \n\n$ npm run build\n  \n$ npm start
\n
\n

For developement npm run dev (application running at localhost:8080)

\n
\n

Library stack used

\n\n

Download

\n

You can download Preserver application for Windows, Darwin and Linux.

\n

License

\n

MIT

\n
", - "readmeOriginal": "

\n
\n \"\"\n
\n Preserver\n
\n

\n

Preserver is a notes organizer desktop app built upon Electron.

\n
Organize your life with one of these incredibly useful Desktop applications for keeping track of notes, tasks, and to-do lists.
\n

\"screenshot\"\n
\n\"screenshot\"

\n

Useful features:

\n
    \n
  • Create notes
  • \n
  • Archive notes
  • \n
  • Set up reminders for your notes
  • \n
  • Move notes to trash & restore back
  • \n
  • Assign labels to notes
  • \n
  • Create todo list
  • \n
  • Set color to Notes as per your priority
  • \n
\n

Next, To Run an electron application what you have to do is !

\n
$ npm install\n\n$ npm install typings -g\n\n$ typings install \n\n$ npm run build\n  \n$ npm start
\n
\n

For developement npm run dev (application running at localhost:8080)

\n
\n

Library stack used

\n\n

Download

\n

You can download Preserver application for Windows, Darwin and Linux.

\n

License

\n

MIT

\n
", - "readmeFetchedAt": "2020-09-17T12:09:43.354Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:47.821Z" }, "prettyearth": { - "readmeCleaned": "

\"\" \"\" \"\" \"\"

\n
\n

\n \n \"Logo\"\n \n
\n

ℹ️ About The Project

\n

Our planet is a beautiful place. The Google Chrome Earth View extension by Google is a wonderful way to deliver stunning satellite images to us every time we open a new tab, inspiring us on our next web adventure. But why stop there? Why don't get impressed by these the wonders of the earth as well when gazing at this more important rectangle on our screen, our wallpaper. PrettyEarth now grants you the opportunity to bring our blue marble to your desktop.

\n

PrettyEarth can be downloaded from the website »

\n

🌇 Screenshots

\n

\"Screenshot

\n

\"Screenshot

\n

\"Screenshot

\n

👾 Technitcal

\n

🔨 Structure

\n

PrettyEarth is Electron based. It is, to be more particular, based around the menubar-package.

\n

Currently, only macOS is supported. However, adaptation on other operating systems will be provided in the future. Few modifications are needed.

\n

🐛 Known issues and future developements

\n
    \n
  • Windows support
  • \n
\n

👷 Build

\n

Use the package manager npm to install dependencies and build PrettyEarth.

\n
npm install\nnpm run package-mac
\n

💙 Contributing

\n

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

\n

📄 License

\n

PrettyEarth is available under the MIT license.

\n

Coffee!

\n

\"drawing\"

\n
", - "readmeOriginal": "

\"\" \"\" \"\" \"\"

\n
\n

\n \n \"Logo\"\n \n
\n

ℹ️ About The Project

\n

Our planet is a beautiful place. The Google Chrome Earth View extension by Google is a wonderful way to deliver stunning satellite images to us every time we open a new tab, inspiring us on our next web adventure. But why stop there? Why don't get impressed by these the wonders of the earth as well when gazing at this more important rectangle on our screen, our wallpaper. PrettyEarth now grants you the opportunity to bring our blue marble to your desktop.

\n

PrettyEarth can be downloaded from the website »

\n

🌇 Screenshots

\n

\"Screenshot

\n

\"Screenshot

\n

\"Screenshot

\n

👾 Technitcal

\n

🔨 Structure

\n

PrettyEarth is Electron based. It is, to be more particular, based around the menubar-package.

\n

Currently, only macOS is supported. However, adaptation on other operating systems will be provided in the future. Few modifications are needed.

\n

🐛 Known issues and future developements

\n
    \n
  • Windows support
  • \n
\n

👷 Build

\n

Use the package manager npm to install dependencies and build PrettyEarth.

\n
npm install\nnpm run package-mac
\n

💙 Contributing

\n

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

\n

📄 License

\n

PrettyEarth is available under the MIT license.

\n

Coffee!

\n

\"drawing\"

\n
", - "readmeFetchedAt": "2020-09-17T12:09:43.367Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:47.851Z" }, "primitive-nextgen": { - "readmeCleaned": "

primitive.nextgen

\n

Electron port of the primitive.js / primitive.lol application.

\n

\"logo\"

\n

How does it look?

\n

Check out the Masterpieces gallery for several cool samples.

\n

Building

\n

Written in client-side JavaScript, uses Rollup for JS bundling and LESS for CSS pre-processing.

\n
    \n
  1. git clone https://github.com/cielito-lindo-productions/primitive.nextgen.git
  2. \n
  3. npm install
  4. \n
  5. npm start
  6. \n
\n

Saving of images

\n

After the image is calculated you have 2 options to save the result:

\n
    \n
  1. The first one which is selected by default is to save the generated image directly as an image file (option Raster image) - for this after calculating a "Save as" dialog shows up in which you can select the name and folder of the file
  2. \n
  3. Alternatively you can choose the option "vector image" and then copy&paste the image date from primitive.nextgen into a file with the ending .svg (eg. via Notepad++ or another text editor). Then open the .svg file in eg. inkscape, make some edits if you want and save the result as an image file with the ending .jpg, .png or any other format
  4. \n
\n

Hint: According to issue #2 there seem to occur problems on OS X devices with the first option, so please use the second option then.

\n

License

\n

MIT

\n

TODO

\n
    \n
  1. Batch-processing (Opening, processing and saving of several files at a time)
  2. \n
\n
", - "readmeOriginal": "

primitive.nextgen

\n

Electron port of the primitive.js / primitive.lol application.

\n

\"logo\"

\n

How does it look?

\n

Check out the Masterpieces gallery for several cool samples.

\n

Building

\n

Written in client-side JavaScript, uses Rollup for JS bundling and LESS for CSS pre-processing.

\n
    \n
  1. git clone https://github.com/cielito-lindo-productions/primitive.nextgen.git
  2. \n
  3. npm install
  4. \n
  5. npm start
  6. \n
\n

Saving of images

\n

After the image is calculated you have 2 options to save the result:

\n
    \n
  1. The first one which is selected by default is to save the generated image directly as an image file (option Raster image) - for this after calculating a \"Save as\" dialog shows up in which you can select the name and folder of the file
  2. \n
  3. Alternatively you can choose the option \"vector image\" and then copy&paste the image date from primitive.nextgen into a file with the ending .svg (eg. via Notepad++ or another text editor). Then open the .svg file in eg. inkscape, make some edits if you want and save the result as an image file with the ending .jpg, .png or any other format
  4. \n
\n

Hint: According to issue #2 there seem to occur problems on OS X devices with the first option, so please use the second option then.

\n

License

\n

MIT

\n

TODO

\n
    \n
  1. Batch-processing (Opening, processing and saving of several files at a time)
  2. \n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:43.605Z" - }, - "protegopdf": { - "readmeCleaned": "

ProtegoPdf

\n

A simple application to set a password to a PDF Document (windows only).

\n

Download

\n

Features

\n
    \n
  • Protect Pdf Documents with a password
  • \n
  • Save most used passwords as favorites
  • \n
  • Get suggestions on how strong a password is
  • \n
  • Generate a random password for your documents
  • \n
  • Unlock an previously protected document by supplying required password
  • \n
\n
", - "readmeOriginal": "

ProtegoPdf

\n

A simple application to set a password to a PDF Document (windows only).

\n

Download

\n

Features

\n
    \n
  • Protect Pdf Documents with a password
  • \n
  • Save most used passwords as favorites
  • \n
  • Get suggestions on how strong a password is
  • \n
  • Generate a random password for your documents
  • \n
  • Unlock an previously protected document by supplying required password
  • \n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:43.700Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:47.855Z" }, "prosecrec": { - "readmeCleaned": "

ProSecrec

\n

\n \"Secrec\n

\n

\n Pro Secrec App - Secure Vault for your important information. https://prosecrec.com



Secrec /ˈsēkrəsē/, is your secure, portable and personal vault for organizing your confidential information like private keys, passwords etc.\n

\n

\"Secrec

\n
\n

Request for Beta program access

\n

Website

\n
\n

Visit the website

\n

website

\n

Explainer Video

\n

\"YouTube

\n
\n
", - "readmeOriginal": "

ProSecrec

\n

\n \"Secrec\n

\n

\n Pro Secrec App - Secure Vault for your important information. https://prosecrec.com



Secrec /ˈsēkrəsē/, is your secure, portable and personal vault for organizing your confidential information like private keys, passwords etc.\n

\n

\"Secrec

\n
\n

Request for Beta program access

\n

Website

\n
\n

Visit the website

\n

website

\n

Explainer Video

\n

\"YouTube

\n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:43.703Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:47.869Z" }, - "protoman": { - "readmeCleaned": "

Protoman

\n

\n

A Postman-like API client for protobuf-based messages.

\n

Usage

\n
    \n
  1. Register your .proto files to enable protobuf-related features. Right click on the collection, select 'Manage .proto files' to register the file paths.
  2. \n
\n

\n

\n
    \n
  1. \n

    The rest of the request-building interface is similar to Postman.

    \n

    a. Enter your good old http request parameters (method, url, headers)

    \n

    b. Select request/response proto messages you want.

    \n

    c. Fill out the fields in your request proto message.

    \n

    d. Click send.

    \n

    e. The response is shown below the request section.

    \n
  2. \n
\n

\n
    \n
  1. As of version 0.2.0, you can also set up environments, and reuse variables there throughout your requests on the top-right corner!
  2. \n
\n

\n

\n
    \n
  1. As of version 0.3.0, you can also import / export collections as JSON
  2. \n
\n
    \n
  • When importing a collection, all the proto definitions / path to .proto files are also imported. Hence, it's recommended to fix the paths to keep the proto definitions up-to-date.
  • \n
  • Note that it's not compatible with Postman collections.
  • \n
\n
    \n
  1. \n

    As of version 0.4.0, you can also reorder requests / set different expected messages for success(2XX) and failures(others)

    \n
  2. \n
  3. \n

    That's it for the current version. Enjoy and leave a star if you like it !

    \n
  4. \n
\n

Installation

\n

Mac

\n

Protoman-0.4.0.dmg

\n

Windows

\n

Protoman Setup 0.4.0.exe - Unlike mac, I don't currently own a license to sign the app. So it might give you some security warnings!

\n

Linux

\n

Protoman-0.4.0.AppImage

\n

As a fallback, you can clone the repo and run npm install && npm run build to build, and npm run start to launch the app. Or, you can actually find configurations on electron builder to get the right distribution version yourself!

\n

Contributing

\n

If you are interested in reporting/fixing issues and contributing directly to the codebase, follow the standard procedures.

\n
    \n
  1. Create an issue.
  2. \n
  3. Fork the repo.
  4. \n
  5. Submit a PR.
  6. \n
  7. We'll get back to you as soon as we can!
  8. \n
\n

Make sure to run npm run lint before submitting your PR!

\n

Licence

\n

MIT

\n
", - "readmeOriginal": "

Protoman

\n

\n

A Postman-like API client for protobuf-based messages.

\n

Usage

\n
    \n
  1. Register your .proto files to enable protobuf-related features. Right click on the collection, select 'Manage .proto files' to register the file paths.
  2. \n
\n

\n

\n
    \n
  1. \n

    The rest of the request-building interface is similar to Postman.

    \n

    a. Enter your good old http request parameters (method, url, headers)

    \n

    b. Select request/response proto messages you want.

    \n

    c. Fill out the fields in your request proto message.

    \n

    d. Click send.

    \n

    e. The response is shown below the request section.

    \n
  2. \n
\n

\n
    \n
  1. As of version 0.2.0, you can also set up environments, and reuse variables there throughout your requests on the top-right corner!
  2. \n
\n

\n

\n
    \n
  1. As of version 0.3.0, you can also import / export collections as JSON
  2. \n
\n
    \n
  • When importing a collection, all the proto definitions / path to .proto files are also imported. Hence, it's recommended to fix the paths to keep the proto definitions up-to-date.
  • \n
  • Note that it's not compatible with Postman collections.
  • \n
\n
    \n
  1. \n

    As of version 0.4.0, you can also reorder requests / set different expected messages for success(2XX) and failures(others)

    \n
  2. \n
  3. \n

    That's it for the current version. Enjoy and leave a star if you like it !

    \n
  4. \n
\n

Installation

\n

Mac

\n

Protoman-0.4.0.dmg

\n

Windows

\n

Protoman Setup 0.4.0.exe - Unlike mac, I don't currently own a license to sign the app. So it might give you some security warnings!

\n

Linux

\n

Protoman-0.4.0.AppImage

\n

As a fallback, you can clone the repo and run npm install && npm run build to build, and npm run start to launch the app. Or, you can actually find configurations on electron builder to get the right distribution version yourself!

\n

Contributing

\n

If you are interested in reporting/fixing issues and contributing directly to the codebase, follow the standard procedures.

\n
    \n
  1. Create an issue.
  2. \n
  3. Fork the repo.
  4. \n
  5. Submit a PR.
  6. \n
  7. We'll get back to you as soon as we can!
  8. \n
\n

Make sure to run npm run lint before submitting your PR!

\n

Licence

\n

MIT

\n
", - "readmeFetchedAt": "2020-09-17T12:09:43.725Z" + "pretzel": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:47.871Z" }, - "punycodeconverter": { + "protegopdf": { "readmeOriginal": null, - "readmeFetchedAt": "2020-09-17T12:09:43.943Z" + "readmeFetchedAt": "2020-09-18T00:10:47.899Z" + }, + "pullp": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:47.915Z" }, "pubvendorstool": { - "readmeCleaned": "

pubvendors-tool

\n

\"Screenshot\"

\n

Simple electron app that lets non-devs generate a new pubvendors.json that is needed for new IAB compliant cookie-consent solutions. See https://github.com/InteractiveAdvertisingBureau/GDPR-Transparency-and-Consent-Framework.

\n

It loads the default global vendor list from https://vendorlist.consensu.org/vendorlist.json and lets users pick which vendors they want to export into a new pubvendors.json file.

\n

Uses a stripped down version of https://github.com/electron-react-boilerplate/electron-react-boilerplate

\n
", - "readmeOriginal": "

pubvendors-tool

\n

\"Screenshot\"

\n

Simple electron app that lets non-devs generate a new pubvendors.json that is needed for new IAB compliant cookie-consent solutions. See https://github.com/InteractiveAdvertisingBureau/GDPR-Transparency-and-Consent-Framework.

\n

It loads the default global vendor list from https://vendorlist.consensu.org/vendorlist.json and lets users pick which vendors they want to export into a new pubvendors.json file.

\n

Uses a stripped down version of https://github.com/electron-react-boilerplate/electron-react-boilerplate

\n
", - "readmeFetchedAt": "2020-09-17T12:09:43.973Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:47.918Z" }, - "pullp": { - "readmeCleaned": "

Pullp \"pullp

\n

Pullp is a tool to help you manage pull requests and reviews on your Github repositories, available for Mac, Linux and Windows.

\n

An interactive dashboard shows all the open pull requests for your chosen repositories and highlights where your review has been requested. This information syncs with Github every minute! To help you keep track of things, Pullp has configurable desktop notifications to keep you in the loop.

\n

\"pullp

\n

Want to find out more about the pull requests on a particular repository? Selecting a repository shows a full summary of each pull request, including all of the requested reviewers and submitted reviews. If you need to action anything, a click will take you directly to the pull request in Github.

\n

\"pullp

\n

You are also shown the five most recently closed pull requests:

\n

\"pullp

\n

Want to change the way that Pullp notifies you of changes? On the settings screen you can toggle a number of different options:

\n

\"pullp

\n

Pullp is an Electron application built with React.

\n

Getting Started

\n
    \n
  • Download and install the latest release. You'll want the .dmg file for MacOS or the .AppImage file for Linux
  • \n
  • Open the app
  • \n
  • On MacOS, if your security settings block you from opening the app, right-click it and select Open. You can then click Open on the warning dialogue that opens up.
  • \n
  • Follow the on screen instructions to sign in with Github
  • \n
  • Select the repositories you want to monitor with Pullp (you are able to choose from all the ones that you watch on Github
  • \n
  • Click Monitor to go to the dashboard screen.
  • \n
  • Pullp will refresh the dashboard every minute!
  • \n
\n
\n

FAQs

\n

Why does my repository only show a maximum of 50 open pull requests?

\n
\n

💡 Github applies a cost in points to each request Pullp makes for data. Each hour you are permitted to spend 5000 points. By restricting the maximum pull requests to 50, the cost of each request is manageable. This means Pullp can make more frequent requests, giving you a more "near-time" experience. Allowing this maximum limit to be configurable by the user could be a feature in the future.

\n
\n

I am seeing an error saying The amount of pull request data for your selected repositories exceeds Github's maximum limit.

\n
\n

💡 Github places a limit on the maximum number of data nodes that can be returned from a single request. This limit may be breached if you have selected a large number of repositories that have many pull requests. The only solution to this currently is to select fewer repositories.

\n
\n

Can I access the console/Chrome dev tools inside the app?

\n
\n

💡 Yes! Just use the normal Chrome shortcut to open them, e.g. cmd + opt + i on Mac. React and Redux dev tools are not available in the production app, but are enabled if you are running the app in the dev environment.

\n
\n

I can't see my repository on the Select screen.

\n
\n

💡 Make sure you are watching the repository in Github, otherwise it won't appear on the select screen.

\n
\n
\n

🏁 Developer Instructions 🏁

\n

🚀 Running dev environment - The simplest way

\n

After npm install, run npm start to start the webpack dev server and electron app.

\n

React and Apollo dev tools will be available inside the Chrome dev tools.

\n

Running the tests

\n
    \n
  • Run npm test.
  • \n
  • To run the tests without the file watcher, run npm run test:no-watcher
  • \n
\n

💫 Optional - Running a local oAuth server

\n

Pullp uses an external auth server to complete Github sign in and receive a token for the Github API. You may want to host a local version of this server. Clone it from https://github.com/rkclark/pullp-oauth-gatekeeper, run it on the port of your choosing and then add the server URL to REACT_APP_OAUTH_GATEKEEPER_URL in the /env/.env.development file inside of Pullp.

\n

Your oauth server will need set of Github oAuth app credentials. To make these:

\n
    \n
  • In Github, go to your settings
  • \n
  • Go to Developer Settings, select oAuth Apps (usually selected by default)
  • \n
  • Click New oAuth App
  • \n
  • Give the app a name, this will be seen when/if your app requests access to any organisations that you are a part of. I suggest pullp!
  • \n
  • Set the homepage to whatever you like
  • \n
  • The authorization callback URL is not actually used by Pullp, I'd suggest just setting it to http://localhost:3001/auth/github/callback
  • \n
  • Click to register the app
  • \n
  • Make a note of the client ID and client secret that you are shown on the next screen
  • \n
\n

Once you have the credentials, create a new .env file in the server project root and add them as

\n
OAUTH_CLIENT_ID=xxx\nOAUTH_CLIENT_SECRET=xxx\n
\n

\":octocat:\" Optional - Stubbing Github

\n

The project includes a server that provides stub responses for all external dependencies:

\n
    \n
  • Github login page
  • \n
  • Github oAuth flow
  • \n
  • Github GraphQl server
  • \n
\n

To run the stub server run npm run stub. This will start the server along with the webpack dev server. Then just run npm run electron:start:dev in another terminal window.

\n

This can be used if you want to work offline or have finer control over the data being received by the app.

\n

Limitations:

\n
    \n
  • The GraphQl endpoint is not a real GraphQl implementation! If you change any queries then they will not work without updating the stub endpoint to watch for them.
  • \n
  • To have repos appear on the dashboard, do not select any on the Select screen
  • \n
  • Images are not currently stubbed so will simply not be loaded
  • \n
\n

🔮 Other developer scripts

\n
    \n
  • npm run serve: Run a server that hosts the production files
  • \n
  • npm run react:build: Build the React/CSS production files
  • \n
  • npm run style: Run the linter report
  • \n
  • npm run style-fix: Fix all auto-fixable lint errors
  • \n
  • npm run precommit: Runs the linter and test suite - used by Husky whenever a git commit is created
  • \n
  • npm run electron: Runs electron against the built production files,
  • \n
  • npm run pack: Packages distributable for the current OS and leaves unpackaged files available for inspection for debugging
  • \n
  • npm run dist: Builds the production files and then packages them into a distributable for the current OS
  • \n
  • npm run ship: Builds the production files, packages them for the current OS, and then pushes them to a draft Github release on the Pullp repository. For this to work, you must have the relevant access rights on the Pullp repository. In addition, you must create a personal token on Github and add it as GH_TOKEN=**YOURTOKEN** in a new file electron-builder.env in the project root. See electron-builder.example.env for an example.
  • \n
  • npm run install-wsl: Installs linux versions of all packages except for Electron which is installed as the Windows version. For use when developing using Windows Subsystem for Linux (WSL). This is currently the best workaround available.
  • \n
\n

\":shipit:\" CI/CD and Releasing

\n

Pullp uses Travis for CI/CD. This is configured so that any branch that is pushed with a name in the format vX.X.X will be automatically packaged for Mac and Linux and uploaded to Github as a draft release.

\n

Any branch name that doesn't match will have the test suite and linter run against it.

\n

e.g.

\n
    \n
  • a branch with a name v1.9.70 will be created as a draft release with both the Mac and Linux installation files attached.
  • \n
  • a branch with a name add-new-feature will not be created as a draft release, but will be tested and linted.
  • \n
\n

Once the draft release is on Github it can have release notes added and then be published! 👌

\n
", - "readmeOriginal": "

Pullp \"pullp

\n

Pullp is a tool to help you manage pull requests and reviews on your Github repositories, available for Mac, Linux and Windows.

\n

An interactive dashboard shows all the open pull requests for your chosen repositories and highlights where your review has been requested. This information syncs with Github every minute! To help you keep track of things, Pullp has configurable desktop notifications to keep you in the loop.

\n

\"pullp

\n

Want to find out more about the pull requests on a particular repository? Selecting a repository shows a full summary of each pull request, including all of the requested reviewers and submitted reviews. If you need to action anything, a click will take you directly to the pull request in Github.

\n

\"pullp

\n

You are also shown the five most recently closed pull requests:

\n

\"pullp

\n

Want to change the way that Pullp notifies you of changes? On the settings screen you can toggle a number of different options:

\n

\"pullp

\n

Pullp is an Electron application built with React.

\n

Getting Started

\n
    \n
  • Download and install the latest release. You'll want the .dmg file for MacOS or the .AppImage file for Linux
  • \n
  • Open the app
  • \n
  • On MacOS, if your security settings block you from opening the app, right-click it and select Open. You can then click Open on the warning dialogue that opens up.
  • \n
  • Follow the on screen instructions to sign in with Github
  • \n
  • Select the repositories you want to monitor with Pullp (you are able to choose from all the ones that you watch on Github
  • \n
  • Click Monitor to go to the dashboard screen.
  • \n
  • Pullp will refresh the dashboard every minute!
  • \n
\n
\n

FAQs

\n

Why does my repository only show a maximum of 50 open pull requests?

\n
\n

💡 Github applies a cost in points to each request Pullp makes for data. Each hour you are permitted to spend 5000 points. By restricting the maximum pull requests to 50, the cost of each request is manageable. This means Pullp can make more frequent requests, giving you a more \"near-time\" experience. Allowing this maximum limit to be configurable by the user could be a feature in the future.

\n
\n

I am seeing an error saying The amount of pull request data for your selected repositories exceeds Github's maximum limit.

\n
\n

💡 Github places a limit on the maximum number of data nodes that can be returned from a single request. This limit may be breached if you have selected a large number of repositories that have many pull requests. The only solution to this currently is to select fewer repositories.

\n
\n

Can I access the console/Chrome dev tools inside the app?

\n
\n

💡 Yes! Just use the normal Chrome shortcut to open them, e.g. cmd + opt + i on Mac. React and Redux dev tools are not available in the production app, but are enabled if you are running the app in the dev environment.

\n
\n

I can't see my repository on the Select screen.

\n
\n

💡 Make sure you are watching the repository in Github, otherwise it won't appear on the select screen.

\n
\n
\n

🏁 Developer Instructions 🏁

\n

🚀 Running dev environment - The simplest way

\n

After npm install, run npm start to start the webpack dev server and electron app.

\n

React and Apollo dev tools will be available inside the Chrome dev tools.

\n

Running the tests

\n
    \n
  • Run npm test.
  • \n
  • To run the tests without the file watcher, run npm run test:no-watcher
  • \n
\n

💫 Optional - Running a local oAuth server

\n

Pullp uses an external auth server to complete Github sign in and receive a token for the Github API. You may want to host a local version of this server. Clone it from https://github.com/rkclark/pullp-oauth-gatekeeper, run it on the port of your choosing and then add the server URL to REACT_APP_OAUTH_GATEKEEPER_URL in the /env/.env.development file inside of Pullp.

\n

Your oauth server will need set of Github oAuth app credentials. To make these:

\n
    \n
  • In Github, go to your settings
  • \n
  • Go to Developer Settings, select oAuth Apps (usually selected by default)
  • \n
  • Click New oAuth App
  • \n
  • Give the app a name, this will be seen when/if your app requests access to any organisations that you are a part of. I suggest pullp!
  • \n
  • Set the homepage to whatever you like
  • \n
  • The authorization callback URL is not actually used by Pullp, I'd suggest just setting it to http://localhost:3001/auth/github/callback
  • \n
  • Click to register the app
  • \n
  • Make a note of the client ID and client secret that you are shown on the next screen
  • \n
\n

Once you have the credentials, create a new .env file in the server project root and add them as

\n
OAUTH_CLIENT_ID=xxx\nOAUTH_CLIENT_SECRET=xxx\n
\n

\":octocat:\" Optional - Stubbing Github

\n

The project includes a server that provides stub responses for all external dependencies:

\n
    \n
  • Github login page
  • \n
  • Github oAuth flow
  • \n
  • Github GraphQl server
  • \n
\n

To run the stub server run npm run stub. This will start the server along with the webpack dev server. Then just run npm run electron:start:dev in another terminal window.

\n

This can be used if you want to work offline or have finer control over the data being received by the app.

\n

Limitations:

\n
    \n
  • The GraphQl endpoint is not a real GraphQl implementation! If you change any queries then they will not work without updating the stub endpoint to watch for them.
  • \n
  • To have repos appear on the dashboard, do not select any on the Select screen
  • \n
  • Images are not currently stubbed so will simply not be loaded
  • \n
\n

🔮 Other developer scripts

\n
    \n
  • npm run serve: Run a server that hosts the production files
  • \n
  • npm run react:build: Build the React/CSS production files
  • \n
  • npm run style: Run the linter report
  • \n
  • npm run style-fix: Fix all auto-fixable lint errors
  • \n
  • npm run precommit: Runs the linter and test suite - used by Husky whenever a git commit is created
  • \n
  • npm run electron: Runs electron against the built production files,
  • \n
  • npm run pack: Packages distributable for the current OS and leaves unpackaged files available for inspection for debugging
  • \n
  • npm run dist: Builds the production files and then packages them into a distributable for the current OS
  • \n
  • npm run ship: Builds the production files, packages them for the current OS, and then pushes them to a draft Github release on the Pullp repository. For this to work, you must have the relevant access rights on the Pullp repository. In addition, you must create a personal token on Github and add it as GH_TOKEN=**YOURTOKEN** in a new file electron-builder.env in the project root. See electron-builder.example.env for an example.
  • \n
  • npm run install-wsl: Installs linux versions of all packages except for Electron which is installed as the Windows version. For use when developing using Windows Subsystem for Linux (WSL). This is currently the best workaround available.
  • \n
\n

\":shipit:\" CI/CD and Releasing

\n

Pullp uses Travis for CI/CD. This is configured so that any branch that is pushed with a name in the format vX.X.X will be automatically packaged for Mac and Linux and uploaded to Github as a draft release.

\n

Any branch name that doesn't match will have the test suite and linter run against it.

\n

e.g.

\n
    \n
  • a branch with a name v1.9.70 will be created as a draft release with both the Mac and Linux installation files attached.
  • \n
  • a branch with a name add-new-feature will not be created as a draft release, but will be tested and linted.
  • \n
\n

Once the draft release is on Github it can have release notes added and then be published! 👌

\n
", - "readmeFetchedAt": "2020-09-17T12:09:44.122Z" + "protoman": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:47.923Z" }, "punk": { - "readmeCleaned": "

\"Punk

\n

\"Punk

\n

\"Build\n\"Dependency\n\"devDependencies\n\"Steam

\n

Punk is a cross-platform Steam client for desktop built on top of Vapor and Electron.

\n

The UI is powered by React, Flux and the visuals are handled by Photon.

\n

Features

\n
    \n
  • \n

    Friends list

    \n
      \n
    • Add, remove or block friends
    • \n
    • Send, accept, decline or cancel friend requests
    • \n
    • Display offline messages
    • \n
    \n
  • \n
  • \n

    Chatting

    \n
      \n
    • Chat with people in your friends list
    • \n
    • Built-in chat logger
    • \n
    \n
  • \n
  • \n

    Trading

    \n
      \n
    • Accept, decline or cancel regular trades
    • \n
    • Accept or send trade offers
    • \n
    \n
  • \n
  • \n

    Notifications

    \n
      \n
    • Dedicated notification badge for trade offers
    • \n
    • Desktop notifications for chat messages and trade offers
    • \n
    \n
  • \n
  • \n

    Steam Community & Steam Store integration

    \n
      \n
    • Full interaction with these websites
    • \n
    \n
  • \n
\n

Download

\n

Pre-built binaries as well as the source code snapshots can be found in the releases section.

\n

Developers

\n

Build & develop

\n

After cloning the repo, run:

\n
npm install\nnpm run build\n# or\nnpm run watch
\n

A dist folder will be created.

\n

Running the application

\n
npm start
\n

Building the packages

\n
npm run package
\n

This will build package for your current platform in package/{platform}.

\n

You can also override your current platform by passing it as a command line argument.

\n
npm run package -- --platform={win32,darwin}
\n

Data

\n

Punk stores all of your data in a single folder. The folder path depends on your operating system:

\n
    \n
  • %APPDATA%/Punk on Windows
  • \n
  • $XDG_CONFIG_HOME/Punk or ~/.config/Punk on Linux
  • \n
  • ~/Library/Application Support/Punk on OS X
  • \n
\n

This folder contains user data, cache files, chat logs and application log.\nMake sure to remove this folder in case you decide to stop using Punk.

\n

LICENSE

\n

MIT. See LICENSE.

\n
", - "readmeOriginal": "

\"Punk

\n

\"Punk

\n

\"Build\n\"Dependency\n\"devDependencies\n\"Steam

\n

Punk is a cross-platform Steam client for desktop built on top of Vapor and Electron.

\n

The UI is powered by React, Flux and the visuals are handled by Photon.

\n

Features

\n
    \n
  • \n

    Friends list

    \n
      \n
    • Add, remove or block friends
    • \n
    • Send, accept, decline or cancel friend requests
    • \n
    • Display offline messages
    • \n
    \n
  • \n
  • \n

    Chatting

    \n
      \n
    • Chat with people in your friends list
    • \n
    • Built-in chat logger
    • \n
    \n
  • \n
  • \n

    Trading

    \n
      \n
    • Accept, decline or cancel regular trades
    • \n
    • Accept or send trade offers
    • \n
    \n
  • \n
  • \n

    Notifications

    \n
      \n
    • Dedicated notification badge for trade offers
    • \n
    • Desktop notifications for chat messages and trade offers
    • \n
    \n
  • \n
  • \n

    Steam Community & Steam Store integration

    \n
      \n
    • Full interaction with these websites
    • \n
    \n
  • \n
\n

Download

\n

Pre-built binaries as well as the source code snapshots can be found in the releases section.

\n

Developers

\n

Build & develop

\n

After cloning the repo, run:

\n
npm install\nnpm run build\n# or\nnpm run watch
\n

A dist folder will be created.

\n

Running the application

\n
npm start
\n

Building the packages

\n
npm run package
\n

This will build package for your current platform in package/{platform}.

\n

You can also override your current platform by passing it as a command line argument.

\n
npm run package -- --platform={win32,darwin}
\n

Data

\n

Punk stores all of your data in a single folder. The folder path depends on your operating system:

\n
    \n
  • %APPDATA%/Punk on Windows
  • \n
  • $XDG_CONFIG_HOME/Punk or ~/.config/Punk on Linux
  • \n
  • ~/Library/Application Support/Punk on OS X
  • \n
\n

This folder contains user data, cache files, chat logs and application log.\nMake sure to remove this folder in case you decide to stop using Punk.

\n

LICENSE

\n

MIT. See LICENSE.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:44.166Z" - }, - "pupafm": { - "readmeCleaned": "

PupaFM

\n

\"screen\"

\n

douban.fm Music Desktop Player.

\n

\"Build\n\"js-standard-style\"\n\"Dependency\n\"MIT

\n

中文说明

\n

based on

\n

\"based

\n
    \n
  1. Framework: Electron
  2. \n
  3. Bundler: Webpack,\nBabel,\nelectron-builder
  4. \n
  5. Language: ES2015, Sass
  6. \n
  7. Library: React, Redux,\nReact Router,\nReact Hot Loader,\nRedux Thunk
  8. \n
  9. Lint: ESLint
  10. \n
\n

Release Page

\n

Releases

\n

Development

\n

\"based

\n

Redux DevTools

\n

See redux-devtools-dock-monitor for more information.

\n

Install

\n

First, clone the repo via git:

\n
git clone git@github.com:xwartz/PupaFM.git
\n

And then install dependencies.

\n
$ cd PupaFM && npm i
\n

run

\n
$ npm run hot-server\n$ npm run hot-start
\n

or enable watch with pm2 eco.json

\n
$ npm start\n$ npm stop\n$ npm restart
\n

Package

\n
$ npm run compile\n$ npm run pack
\n

or just run package

\n
$ npm run package
\n

Build installer App

\n

By default build for current platform and current arch.

\n
$ npm run builder
\n

Build app for Windows

\n
$ npm run builder:win
\n

Build app for Linux

\n
$ npm run builder:linux
\n

Note

\n

Before runing package or builder, you should read electron-builder docs and checkout Code Signing

\n

Contribution

\n

Follow this code style

\n
$ npm install\n# install pre-commit lint hook\n$ npm run install-hook
\n

License

\n

MIT © xwartz

\n
", - "readmeOriginal": "

PupaFM

\n

\"screen\"

\n

douban.fm Music Desktop Player.

\n

\"Build\n\"js-standard-style\"\n\"Dependency\n\"MIT

\n

中文说明

\n

based on

\n

\"based

\n
    \n
  1. Framework: Electron
  2. \n
  3. Bundler: Webpack,\nBabel,\nelectron-builder
  4. \n
  5. Language: ES2015, Sass
  6. \n
  7. Library: React, Redux,\nReact Router,\nReact Hot Loader,\nRedux Thunk
  8. \n
  9. Lint: ESLint
  10. \n
\n

Release Page

\n

Releases

\n

Development

\n

\"based

\n

Redux DevTools

\n

See redux-devtools-dock-monitor for more information.

\n

Install

\n

First, clone the repo via git:

\n
git clone git@github.com:xwartz/PupaFM.git
\n

And then install dependencies.

\n
$ cd PupaFM && npm i
\n

run

\n
$ npm run hot-server\n$ npm run hot-start
\n

or enable watch with pm2 eco.json

\n
$ npm start\n$ npm stop\n$ npm restart
\n

Package

\n
$ npm run compile\n$ npm run pack
\n

or just run package

\n
$ npm run package
\n

Build installer App

\n

By default build for current platform and current arch.

\n
$ npm run builder
\n

Build app for Windows

\n
$ npm run builder:win
\n

Build app for Linux

\n
$ npm run builder:linux
\n

Note

\n

Before runing package or builder, you should read electron-builder docs and checkout Code Signing

\n

Contribution

\n

Follow this code style

\n
$ npm install\n# install pre-commit lint hook\n$ npm run install-hook
\n

License

\n

MIT © xwartz

\n
", - "readmeFetchedAt": "2020-09-17T12:09:44.371Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:47.932Z" }, - "q-player": { - "readmeCleaned": "

Listen to Q-dance Radio in the most convenient way. Just open this tiny app, hit a play button and that's it.

\n

\"Q-player

\n

Features

\n
    \n
  • Supports Windows/macOS
  • \n
  • Listen to the Q-dance Radio station in the most convenient way.
  • \n
  • Always on top.
  • \n
  • Automatically opens in the left top corner of the screen.
  • \n
  • Now playing information like album cover, name and artist.
  • \n
  • Start the playback with alt+p.
  • \n
  • Quickly mute the playback with alt+m shortcut.
  • \n
  • Automatic "Dark mode"
  • \n
  • Ability to set specific volume.
  • \n
\n

Upcoming releases:

\n
    \n
  • support for more stations.
  • \n
  • Upcoming track information.
  • \n
  • Previous track information.
  • \n
  • Integration with Spotify and other streaming services.
  • \n
  • Google Search for current track
  • \n
  • Linux support for major distributions.
  • \n
  • Default opening position will depend on platform.
  • \n
  • Airplay/chromecast support.
  • \n
  • Auto updates
  • \n
\n
", - "readmeOriginal": "

Listen to Q-dance Radio in the most convenient way. Just open this tiny app, hit a play button and that's it.

\n

\"Q-player

\n

Features

\n
    \n
  • Supports Windows/macOS
  • \n
  • Listen to the Q-dance Radio station in the most convenient way.
  • \n
  • Always on top.
  • \n
  • Automatically opens in the left top corner of the screen.
  • \n
  • Now playing information like album cover, name and artist.
  • \n
  • Start the playback with alt+p.
  • \n
  • Quickly mute the playback with alt+m shortcut.
  • \n
  • Automatic \"Dark mode\"
  • \n
  • Ability to set specific volume.
  • \n
\n

Upcoming releases:

\n
    \n
  • support for more stations.
  • \n
  • Upcoming track information.
  • \n
  • Previous track information.
  • \n
  • Integration with Spotify and other streaming services.
  • \n
  • Google Search for current track
  • \n
  • Linux support for major distributions.
  • \n
  • Default opening position will depend on platform.
  • \n
  • Airplay/chromecast support.
  • \n
  • Auto updates
  • \n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:44.406Z" + "punycodeconverter": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:47.950Z" }, - "qawl": { - "readmeCleaned": "
\n \"logo\"\n
\n

Why Qawl?

\n

There are dozens of amazing Qur'ān applications on mobile devices, and some great ones online for all devices (like the awesome quran.com) — but there was nothing up-to-date that targeted desktop computers/laptops with only useful features (without excess) and beautiful design.

\n

Qawl is an uncompromising desktop Qur'ān reading app, featuring:

\n
    \n
  • Lightning-fast startup and performance
  • \n
  • Ultra high-quality scanned mushaf 📷
  • \n
  • Beautiful-yet-effective design 🔮
  • \n
  • Powerful navigation using table of contents, page flip, or direct entry 🎯
  • \n
  • Precise, user-controlled zoom 🔎
  • \n
  • One-click access to recitations, tafsir and translations 🖱
  • \n
  • Offline support
  • \n
  • Comprehensive keyboard shortcuts 🎹
  • \n
  • Stunning dark theme 🌙
  • \n
  • Resume directly at your last read page, zoom and theme 💾
  • \n
  • Natural controls with simple click-and-drag scrolling, touchpad pinch gestures, and automatic entry of page when pressing number keys ✋🏼
  • \n
  • Helpful tooltips to explain all features and teach keyboard shortcuts 💭
  • \n
\n

See Qawl in action.

\n

Installation

\n

Head to the releases page and choose the appropriate download for your operating system.

\n

Keyboard Shortcuts

\n

Tooltips within the app also explain the keyboard shortcuts for the respective function

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
ActionShortcut
Turn page leftA
Turn page rightD
Next SurahW
Previous SurahS
Zoom in=
Zoom out-
Toggle fullscreenF11
Toggle themeT
Jump to last pageE
Open on quran.comQ
\n
\n

Development

\n
    \n
  1. Clone the repo
  2. \n
  3. cd to the directory
  4. \n
  5. Run npm i to install (dev) dependencies
  6. \n
  7. npm start to run the app locally
  8. \n
  9. Build using npm run dist
  10. \n
\n

New Mushaf Source: From the King Fahd Glorious Quran Printing Complex online site.

\n

Structure: package.json calls main.js, which loads index.html, which then loads script.js/surahs.js/style.css.

\n

Design Decisions:

\n
    \n
  • Mobile devices will not be supported; there are already amazing native apps built for them. Qawl supports tablet screen-sizes, though.
  • \n
  • This is meant to replicate the mushaf, so single-page view won't be supported.
  • \n
  • Notes & bookmarks will not be added to the app; keeping separate (digital/manual) notebooks is encouraged instead.
  • \n
\n
", - "readmeOriginal": "
\n \"logo\"\n
\n

Why Qawl?

\n

There are dozens of amazing Qur'ān applications on mobile devices, and some great ones online for all devices (like the awesome quran.com) — but there was nothing up-to-date that targeted desktop computers/laptops with only useful features (without excess) and beautiful design.

\n

Qawl is an uncompromising desktop Qur'ān reading app, featuring:

\n
    \n
  • Lightning-fast startup and performance
  • \n
  • Ultra high-quality scanned mushaf 📷
  • \n
  • Beautiful-yet-effective design 🔮
  • \n
  • Powerful navigation using table of contents, page flip, or direct entry 🎯
  • \n
  • Precise, user-controlled zoom 🔎
  • \n
  • One-click access to recitations, tafsir and translations 🖱
  • \n
  • Offline support
  • \n
  • Comprehensive keyboard shortcuts 🎹
  • \n
  • Stunning dark theme 🌙
  • \n
  • Resume directly at your last read page, zoom and theme 💾
  • \n
  • Natural controls with simple click-and-drag scrolling, touchpad pinch gestures, and automatic entry of page when pressing number keys ✋🏼
  • \n
  • Helpful tooltips to explain all features and teach keyboard shortcuts 💭
  • \n
\n

See Qawl in action.

\n

Installation

\n

Head to the releases page and choose the appropriate download for your operating system.

\n

Keyboard Shortcuts

\n

Tooltips within the app also explain the keyboard shortcuts for the respective function

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
ActionShortcut
Turn page leftA
Turn page rightD
Next SurahW
Previous SurahS
Zoom in=
Zoom out-
Toggle fullscreenF11
Toggle themeT
Jump to last pageE
Open on quran.comQ
\n
\n

Development

\n
    \n
  1. Clone the repo
  2. \n
  3. cd to the directory
  4. \n
  5. Run npm i to install (dev) dependencies
  6. \n
  7. npm start to run the app locally
  8. \n
  9. Build using npm run dist
  10. \n
\n

New Mushaf Source: From the King Fahd Glorious Quran Printing Complex online site.

\n

Structure: package.json calls main.js, which loads index.html, which then loads script.js/surahs.js/style.css.

\n

Design Decisions:

\n
    \n
  • Mobile devices will not be supported; there are already amazing native apps built for them. Qawl supports tablet screen-sizes, though.
  • \n
  • This is meant to replicate the mushaf, so single-page view won't be supported.
  • \n
  • Notes & bookmarks will not be added to the app; keeping separate (digital/manual) notebooks is encouraged instead.
  • \n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:44.438Z" + "pupafm": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:47.955Z" }, "puppetry": { - "readmeCleaned": "

\n\t
\n\t\"Puppetry\"\n\t
\n\tPuppetry\n\t
\n

\n

\"Build\n\"Gitter\n\n\"Total\n\"Latest

\n

CODELESS END-TO-END AUTOMATED TESTING

\n

Puppetry is an open-source cross-platform desktop application that gives non-developers the ability to create, manage, and integrate automated tests for Web

\n

\"Puppetry

\n\n

Welcome Puppetry

\n

Puppetry offers you an easy-to-use UI where you choose browser methods and assertions from a predefined list, with predefined settings, guided by extensive tips.\nNamely you can do the following:

\n
    \n
  • record user flow
  • \n
  • declare element targets as pairs variable = locator, where locator can be either CSS selector or Xpath.
  • \n
  • manage your test structure in BDD style (project, suite, test context, test case)
  • \n
  • manage page/element methods and assertions
  • \n
  • run the tests in Headless Chromium/Chromium/Chrome/🔥 Firefox
  • \n
  • export the project as Jest/Puppeteer bundle ready to run in CLI (e.g. by a continuous integration server)
  • \n
\n

Key Features

\n\n

Download

\n

You can download latest installers for your platform from the releases page

\n

Current only the following OS are supported:

\n
    \n
  • Windows 7 and greater (64 bit)
  • \n
  • Ubuntu 14.04 and greater (64 bit)
  • \n
  • MacOS X 10.10 (Yosemite) and greater (64 bit)
  • \n
\n

On Linux can be installed with Snapcraft:

\n
sudo snap install puppetry\n
\n

On Mac can be installed with Homebrew:

\n
brew cask install puppetry\n
\n

FAQ

\n\n

Feedback

\n\n

Contributing

\n
    \n
  • get acquainted with guides\n\n
  • \n
  • examine the Backlog, suggest new features
  • \n
  • look into existing Issues, come up with a fix (master branch)
  • \n
  • implement new features (dev branch)
  • \n
  • check Developer Guide
  • \n
\n

Please adhere the coding style. We have one based on jQuery's JavaScript Style Guide. You can find the validation rules in .eslintrc\nand lint the code by running npm run lint

\n

Thanks

\n

A special thanks to\nMonika Rao,\nvteixeira19,\nGernot Messow,\nCarlos Mantilla,\nkkmuffme,\nRavindra Jadhav\nfor the ideas and support

\n

Credits

\n\n

License

\n

MIT

\n
", - "readmeOriginal": "

\n\t
\n\t\"Puppetry\"\n\t
\n\tPuppetry\n\t
\n

\n

\"Build\n\"Gitter\n\n\"Total\n\"Latest

\n

CODELESS END-TO-END AUTOMATED TESTING

\n

Puppetry is an open-source cross-platform desktop application that gives non-developers the ability to create, manage, and integrate automated tests for Web

\n

\"Puppetry

\n\n

Welcome Puppetry

\n

Puppetry offers you an easy-to-use UI where you choose browser methods and assertions from a predefined list, with predefined settings, guided by extensive tips.\nNamely you can do the following:

\n
    \n
  • record user flow
  • \n
  • declare element targets as pairs variable = locator, where locator can be either CSS selector or Xpath.
  • \n
  • manage your test structure in BDD style (project, suite, test context, test case)
  • \n
  • manage page/element methods and assertions
  • \n
  • run the tests in Headless Chromium/Chromium/Chrome/🔥 Firefox
  • \n
  • export the project as Jest/Puppeteer bundle ready to run in CLI (e.g. by a continuous integration server)
  • \n
\n

Key Features

\n\n

Download

\n

You can download latest installers for your platform from the releases page

\n

Current only the following OS are supported:

\n
    \n
  • Windows 7 and greater (64 bit)
  • \n
  • Ubuntu 14.04 and greater (64 bit)
  • \n
  • MacOS X 10.10 (Yosemite) and greater (64 bit)
  • \n
\n

On Linux can be installed with Snapcraft:

\n
sudo snap install puppetry\n
\n

On Mac can be installed with Homebrew:

\n
brew cask install puppetry\n
\n

FAQ

\n\n

Feedback

\n\n

Contributing

\n
    \n
  • get acquainted with guides\n\n
  • \n
  • examine the Backlog, suggest new features
  • \n
  • look into existing Issues, come up with a fix (master branch)
  • \n
  • implement new features (dev branch)
  • \n
  • check Developer Guide
  • \n
\n

Please adhere the coding style. We have one based on jQuery's JavaScript Style Guide. You can find the validation rules in .eslintrc\nand lint the code by running npm run lint

\n

Thanks

\n

A special thanks to\nMonika Rao,\nvteixeira19,\nGernot Messow,\nCarlos Mantilla,\nkkmuffme,\nRavindra Jadhav\nfor the ideas and support

\n

Credits

\n\n

License

\n

MIT

\n
", - "readmeFetchedAt": "2020-09-17T12:09:44.721Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:47.959Z" + }, + "q-player": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:47.997Z" }, "qikqr": { - "readmeCleaned": "

\n \"qikQR
\n

\n

\n \"qikQR
\n

\n

\n

INTRODUCTION
\n

Meet qikQR.
A desktop app that creates QR codes.\n qikQR is multi-platform, open-source, and built entirely on web technology.

\n

Download qikQR

\n

\n\n \n \n \n \n \n \n

\n

\n
\n

\n

\nSCREENSHOTS\n
\n

\n\n

\n

\n\n

\n

\n\n

\n

\n

\n

\nThanks To qrserver.com For Providing The Data\n
\n
\nUI inspiration gSubs \n
\n
\n
See USAGE.md For Usage Details
\n

\n
\nMIT License\n

Copyright (c) 2018 dipankar pal

\n

Permission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:

\n

The above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.

\n

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.

\n
\n
", - "readmeOriginal": "

\n \"qikQR
\n

\n

\n \"qikQR
\n

\n

\n

INTRODUCTION
\n

Meet qikQR.
A desktop app that creates QR codes.\n qikQR is multi-platform, open-source, and built entirely on web technology.

\n

Download qikQR

\n

\n\n \n \n \n \n \n \n

\n

\n
\n

\n

\nSCREENSHOTS\n
\n

\n\n

\n

\n\n

\n

\n\n

\n

\n

\n

\nThanks To qrserver.com For Providing The Data\n
\n
\nUI inspiration gSubs \n
\n
\n
See USAGE.md For Usage Details
\n

\n
\nMIT License\n

Copyright (c) 2018 dipankar pal

\n

Permission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:

\n

The above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.

\n

THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.

\n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:44.741Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:48.000Z" }, - "quail": { - "readmeCleaned": "
", - "readmeOriginal": "
", - "readmeFetchedAt": "2020-09-17T12:09:44.838Z" + "qawl": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:48.012Z" }, "qbox": { - "readmeCleaned": "

\"Qbox

\n

\"Build \"Github \"Itunes

\n
\n

QBox is a convenient manage tool for your Qiniu buckets. It is an open-source software and can be used on OS X, Linux and Windows, and it was generated with electron-vue

\n
\n

Screenshots

\n

Bucket Panel

\n

\"bucket

\n

Manage Panel

\n

\"bucket

\n

Upload Panel

\n

\"bucket

\n

Feature

\n

Bucket Panel

\n
    \n
  • Login by setting accessKey and secretKey.
  • \n
  • Logout by clearing localStorage (include accessKey and secretKey).
  • \n
  • List all buckets (include private).
  • \n
  • Manage files in a bucket, that will open a new Manage Panel.
  • \n
\n

Manage Panel

\n
    \n
  • List all files in a specified bucket.
  • \n
  • List all files with pagination.
  • \n
  • Sort by file name, file type, file size or modified time.
  • \n
  • Preview image and media file.
  • \n
  • Delete a existing file.
  • \n
  • Delete a batch of files were checked.
  • \n
  • Copy the outer link of a file.
  • \n
  • Refresh the files in the bucket.
  • \n
  • Download a existing file.(this feature will be put in preview modal)
  • \n
  • Upload a single file.
  • \n
  • Search filter.
  • \n
\n

TODO

\n

MenuBar

\n
    \n
  • Set default bucket.
  • \n
  • Drag to MenuBar icon to upload.
  • \n
\n

Bucket Panel

\n
    \n
  • Delete a existing bucket.
  • \n
  • Create a new bucket.
  • \n
\n

Manage Panel

\n
    \n
  • Add enter event to search box.
  • \n
  • Upload mutiple files.
  • \n
  • Download a batch of files were checked.
  • \n
  • Rename resouces.
  • \n
\n

License

\n

\"license\"

\n

Contribute

\n
# install dependencies\nnpm install\n\n# serve with hot reload at localhost:9080\nnpm run dev\n\n# build electron application for production\nnpm run build\n\n# run unit tests (no tests now)\nnpm test\n\n# lint all JS/Vue component files in `src/`\nnpm run lint
\n

中文文档

\n
", - "readmeOriginal": "

\"Qbox

\n

\"Build \"Github \"Itunes

\n
\n

QBox is a convenient manage tool for your Qiniu buckets. It is an open-source software and can be used on OS X, Linux and Windows, and it was generated with electron-vue

\n
\n

Screenshots

\n

Bucket Panel

\n

\"bucket

\n

Manage Panel

\n

\"bucket

\n

Upload Panel

\n

\"bucket

\n

Feature

\n

Bucket Panel

\n
    \n
  • Login by setting accessKey and secretKey.
  • \n
  • Logout by clearing localStorage (include accessKey and secretKey).
  • \n
  • List all buckets (include private).
  • \n
  • Manage files in a bucket, that will open a new Manage Panel.
  • \n
\n

Manage Panel

\n
    \n
  • List all files in a specified bucket.
  • \n
  • List all files with pagination.
  • \n
  • Sort by file name, file type, file size or modified time.
  • \n
  • Preview image and media file.
  • \n
  • Delete a existing file.
  • \n
  • Delete a batch of files were checked.
  • \n
  • Copy the outer link of a file.
  • \n
  • Refresh the files in the bucket.
  • \n
  • Download a existing file.(this feature will be put in preview modal)
  • \n
  • Upload a single file.
  • \n
  • Search filter.
  • \n
\n

TODO

\n

MenuBar

\n
    \n
  • Set default bucket.
  • \n
  • Drag to MenuBar icon to upload.
  • \n
\n

Bucket Panel

\n
    \n
  • Delete a existing bucket.
  • \n
  • Create a new bucket.
  • \n
\n

Manage Panel

\n
    \n
  • Add enter event to search box.
  • \n
  • Upload mutiple files.
  • \n
  • Download a batch of files were checked.
  • \n
  • Rename resouces.
  • \n
\n

License

\n

\"license\"

\n

Contribute

\n
# install dependencies\nnpm install\n\n# serve with hot reload at localhost:9080\nnpm run dev\n\n# build electron application for production\nnpm run build\n\n# run unit tests (no tests now)\nnpm test\n\n# lint all JS/Vue component files in `src/`\nnpm run lint
\n

中文文档

\n
", - "readmeFetchedAt": "2020-09-17T12:09:44.887Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:48.016Z" + }, + "qmui-web": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:48.036Z" }, "qubus": { - "readmeCleaned": "

\"Build\n\"GitHub\n\"GitHub\n\"GutHub\n\"GitHub\n\"GitHub\n\"GitHub

\n

\n \n

\n

\n cross platform geo-tagged image viewer\n

\n

About

\n

Desktop application build with Angular and Electron framework for browsing georefrenced images on OpenStreetMaps.

\n

\n \n

\n
\n

\n \n

\n

Features

\n
    \n
  • Tiled and detailed view of images.
  • \n
  • Image positioning on the map
  • \n
  • Selection of map tiles overlay provider
  • \n
  • Thumbnails generation (Jimg or GraphicMagic)
  • \n
  • Image sorting methods.
  • \n
\n

Build with

\n\n

Build & Run

\n
    \n
  1. Build
  2. \n
\n
git clone https://github.com/qubus-ai/qubus.git\nnpm install\nnpm run build-release
\n
    \n
  1. Run\nJust run application build in previous step:
  2. \n
\n
npm run qubus
\n

Build and run in production mode

\n
npm run build-prod
\n

Build and run in developlment mode (opened chrome devTools)

\n
npm run build-dev
\n

Build and run in developlment mode (opened chrome devTools)

\n
npm run build-dev
\n

Build and run with front-end served by webpack-dev-server (changes automatically reloaded)

\n
npm run build-dev\nnpm run qubus-remote
\n

License

\n

The MIT License (MIT) © Qubus 2019

\n
", - "readmeOriginal": "

\"Build\n\"GitHub\n\"GitHub\n\"GutHub\n\"GitHub\n\"GitHub\n\"GitHub

\n

\n \n

\n

\n cross platform geo-tagged image viewer\n

\n

About

\n

Desktop application build with Angular and Electron framework for browsing georefrenced images on OpenStreetMaps.

\n

\n \n

\n
\n

\n \n

\n

Features

\n
    \n
  • Tiled and detailed view of images.
  • \n
  • Image positioning on the map
  • \n
  • Selection of map tiles overlay provider
  • \n
  • Thumbnails generation (Jimg or GraphicMagic)
  • \n
  • Image sorting methods.
  • \n
\n

Build with

\n\n

Build & Run

\n
    \n
  1. Build
  2. \n
\n
git clone https://github.com/qubus-ai/qubus.git\nnpm install\nnpm run build-release
\n
    \n
  1. Run\nJust run application build in previous step:
  2. \n
\n
npm run qubus
\n

Build and run in production mode

\n
npm run build-prod
\n

Build and run in developlment mode (opened chrome devTools)

\n
npm run build-dev
\n

Build and run in developlment mode (opened chrome devTools)

\n
npm run build-dev
\n

Build and run with front-end served by webpack-dev-server (changes automatically reloaded)

\n
npm run build-dev\nnpm run qubus-remote
\n

License

\n

The MIT License (MIT) © Qubus 2019

\n
", - "readmeFetchedAt": "2020-09-17T12:09:45.092Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:48.047Z" + }, + "quail": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:48.051Z" }, "quark": { - "readmeCleaned": "

Quark

\n

\"Build\n\"Build\n\"contributions

\n

Quark is a general purpose software tool specifically designed to help you create projects written in HTML, CSS and JavaScript with native desktop app like capabilities. Quark apps run on Mac, Windows, and Linux from a single codebase.

\n

Visit the website to learn more.

\n
\n\"Quark\n\"Quark\n\"Quark\n
\n

Goals

\n

Rapid prototyping and project development

\n

Projects build with Quark should be easy and quick to setup.

\n

💻 Cross-platform

\n

Projects build with Quark should run on all platforms such as Windows, Linux and Mac, sharing the same code base.

\n

🐱 Simplicity

\n

Quark is built with simplicity in mind, so that creating projects with Quark is enjoyable, easy to learn, and accessible to just about anyone with basic programming skills.

\n

Showcase

\n

A few apps built with Quark

\n
\n\"Quark\n\"Quark\n\"Quark\n
\n

Check out these sample apps from Quark appstore

\n
    \n
  • System resource monitor - Monitors system resources. View CPU loads, memory usage, process explorer.
  • \n
  • Web Browser - Web browser with multiple tabs, split view support.
  • \n
  • Activity Monitor - Simple app that shows a doughnut chart of the CPU system, user, and idle activity time.
  • \n
  • Arduino Data logger - Create a dashboard and a data logger for Arduino.
  • \n
  • Hash - Simple app that shows the hash values of entered text using different algorithms.
  • \n
  • Mirror - Simple app that plays a video of the computer's camera at a maximized size like looking into a mirror.
  • \n
  • Stock prices - Simple app that shows the current price of oil, gold, and silver using the STOOQ API.
  • \n
\n

Feedback

\n\n

License

\n

Copyright (c) Nishkal Kashyap. All rights reserved.

\n

Licensed under the GPL-3.0 license

\n
", - "readmeOriginal": "

Quark

\n

\"Build\n\"Build\n\"contributions

\n

Quark is a general purpose software tool specifically designed to help you create projects written in HTML, CSS and JavaScript with native desktop app like capabilities. Quark apps run on Mac, Windows, and Linux from a single codebase.

\n

Visit the website to learn more.

\n
\n\"Quark\n\"Quark\n\"Quark\n
\n

Goals

\n

Rapid prototyping and project development

\n

Projects build with Quark should be easy and quick to setup.

\n

💻 Cross-platform

\n

Projects build with Quark should run on all platforms such as Windows, Linux and Mac, sharing the same code base.

\n

🐱 Simplicity

\n

Quark is built with simplicity in mind, so that creating projects with Quark is enjoyable, easy to learn, and accessible to just about anyone with basic programming skills.

\n

Showcase

\n

A few apps built with Quark

\n
\n\"Quark\n\"Quark\n\"Quark\n
\n

Check out these sample apps from Quark appstore

\n
    \n
  • System resource monitor - Monitors system resources. View CPU loads, memory usage, process explorer.
  • \n
  • Web Browser - Web browser with multiple tabs, split view support.
  • \n
  • Activity Monitor - Simple app that shows a doughnut chart of the CPU system, user, and idle activity time.
  • \n
  • Arduino Data logger - Create a dashboard and a data logger for Arduino.
  • \n
  • Hash - Simple app that shows the hash values of entered text using different algorithms.
  • \n
  • Mirror - Simple app that plays a video of the computer's camera at a maximized size like looking into a mirror.
  • \n
  • Stock prices - Simple app that shows the current price of oil, gold, and silver using the STOOQ API.
  • \n
\n

Feedback

\n\n

License

\n

Copyright (c) Nishkal Kashyap. All rights reserved.

\n

Licensed under the GPL-3.0 license

\n
", - "readmeFetchedAt": "2020-09-17T12:09:45.163Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:48.056Z" }, "quickcalc": { - "readmeCleaned": "

quickcalc\nSimple Menu Bar Application For Mac and Windows

\n

\"GitHub\n\"Github

\n

\"pageres\"

\n

A Calculator That Does More 👍

\n

\"Alt

\n

Functions To Help Your Daily Life

\n

\"Alt

\n

Let's Do Some Math

\n

\"Alt

\n

Install

\n

macOS 10.9+, Windows now available!

\n

macOS

\n

Download, unzip, and move quickcalc.app to the /Applications folder.

\n

Windows

\n

Download, unzip, and use quickcalc.app.

\n

Functions

\n

Math

\n
    \n
  • Calculations can be simple or complex 5 + 4 (4**3)/(4839-32+423)
  • \n
\n
    \n
  • + plus
  • \n
  • - minus
  • \n
  • * multiply
  • \n
  • / divide
  • \n
  • % modulo
  • \n
  • ** exponent
  • \n
\n
    \n
  • :sqrt returns square root ex. :sqrt(4)
  • \n
  • :abs returns absolute value ex. :abs(4-7)
  • \n
  • :log returns log (base 10) ex. :log(100)
  • \n
  • :ln returns natural log (base E) ex. :ln(50)
  • \n
  • :e returns e^x ex. :e(2)
  • \n
  • Trig functions are within code but aren't guarenteed to give a desired answer, so they aren't included in this list.
  • \n
\n

Date and Time

\n
    \n
  • :today returns the current date; you may add or subtract days ex. :today + 5
  • \n
  • :datein returns the date plus the value you pass ex. :datein 3
  • \n
  • :daysof returns the amount of days in the value passed ex. :daysof jan :daysof 3 years 5 months
  • \n
  • :time returns current time
  • \n
\n

Money 💸

\n
    \n
  • :off returns a percentage off of a value ex. 20% :off 300 3% :off 50.50
  • \n
  • :of returns percentage of a value ex. 50% :of 40 16% :of 32.70
  • \n
\n

Misc. 🖥

\n
    \n
  • :color takes a Hex color code and displays a rectangle of inputed color ex. :color(#000)
  • \n
\n

Shortcuts

\n
    \n
  • Quit: command + Q
  • \n
\n

Future Iterations

\n
    \n
  • May Change UI
  • \n
  • More Keyboard Shortcuts
  • \n
  • Parenthesis
  • \n
  • Auto Updater (IMPORTANT)
  • \n
  • More Functions
  • \n
  • Correct Trig functions
  • \n
  • Dark Mode
  • \n
\n

Ispiration and Thanks

\n
    \n
  • Devin Rousso Thanks for your guidance and help with getting me in the right direction. Go grab the GroupMe client.
  • \n
\n

License

\n

MIT © Chaz Woodall

\n
", - "readmeOriginal": "

quickcalc\nSimple Menu Bar Application For Mac and Windows

\n

\"GitHub\n\"Github

\n

\"pageres\"

\n

A Calculator That Does More 👍

\n

\"Alt

\n

Functions To Help Your Daily Life

\n

\"Alt

\n

Let's Do Some Math

\n

\"Alt

\n

Install

\n

macOS 10.9+, Windows now available!

\n

macOS

\n

Download, unzip, and move quickcalc.app to the /Applications folder.

\n

Windows

\n

Download, unzip, and use quickcalc.app.

\n

Functions

\n

Math

\n
    \n
  • Calculations can be simple or complex 5 + 4 (4**3)/(4839-32+423)
  • \n
\n
    \n
  • + plus
  • \n
  • - minus
  • \n
  • * multiply
  • \n
  • / divide
  • \n
  • % modulo
  • \n
  • ** exponent
  • \n
\n
    \n
  • :sqrt returns square root ex. :sqrt(4)
  • \n
  • :abs returns absolute value ex. :abs(4-7)
  • \n
  • :log returns log (base 10) ex. :log(100)
  • \n
  • :ln returns natural log (base E) ex. :ln(50)
  • \n
  • :e returns e^x ex. :e(2)
  • \n
  • Trig functions are within code but aren't guarenteed to give a desired answer, so they aren't included in this list.
  • \n
\n

Date and Time

\n
    \n
  • :today returns the current date; you may add or subtract days ex. :today + 5
  • \n
  • :datein returns the date plus the value you pass ex. :datein 3
  • \n
  • :daysof returns the amount of days in the value passed ex. :daysof jan :daysof 3 years 5 months
  • \n
  • :time returns current time
  • \n
\n

Money 💸

\n
    \n
  • :off returns a percentage off of a value ex. 20% :off 300 3% :off 50.50
  • \n
  • :of returns percentage of a value ex. 50% :of 40 16% :of 32.70
  • \n
\n

Misc. 🖥

\n
    \n
  • :color takes a Hex color code and displays a rectangle of inputed color ex. :color(#000)
  • \n
\n

Shortcuts

\n
    \n
  • Quit: command + Q
  • \n
\n

Future Iterations

\n
    \n
  • May Change UI
  • \n
  • More Keyboard Shortcuts
  • \n
  • Parenthesis
  • \n
  • Auto Updater (IMPORTANT)
  • \n
  • More Functions
  • \n
  • Correct Trig functions
  • \n
  • Dark Mode
  • \n
\n

Ispiration and Thanks

\n
    \n
  • Devin Rousso Thanks for your guidance and help with getting me in the right direction. Go grab the GroupMe client.
  • \n
\n

License

\n

MIT © Chaz Woodall

\n
", - "readmeFetchedAt": "2020-09-17T12:09:45.225Z" - }, - "r2e-todoworks": { - "readmeCleaned": "

r2e-todoworks

\n

todoworks for desktop use React, Electron and Mobx

\n

\"Demo

\n

Table of Content

\n
    \n
  1. Development
  2. \n
  3. How to use it?
  4. \n
  5. Contributing
  6. \n
  7. License
  8. \n
\n

1. Development

\n
    \n
  • Clone the repo:
  • \n
\n
git clone https://github.com/tuantvk/r2e-todoworks.git\n
\n
    \n
  • Go to the project directory and install dependencies:
  • \n
\n
cd r2e-todoworks && npm install\n
\n
$ npm run dev\n
\n

Generate the binary:

\n
    \n
  • For Linux
  • \n
\n
$ npm run package-linux\n
\n

Maybe you will install some depends packages.

\n
    \n
  • For Mac
  • \n
\n
$ npm run package-mac\n
\n

After that, you will see the binary in ./release folder

\n

2. How to use it ?

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
IconDescription
CheckClick when todo done
FireTodo in status warning, and move on top
RocketClick when you want change status todo normal to warning
LikeTodo in status done and move down in list todo done
CloseRemove todo
\n

3. Contributing

\n

So you want to contribute? Fun! I love seeing new PRs for r2e-todoworks.\nIf you are thinking about working on something, feel free to make an issue beforehand so that you can make sure it'll be worth your time!

\n

4. License

\n

MIT License

\n
", - "readmeOriginal": "

r2e-todoworks

\n

todoworks for desktop use React, Electron and Mobx

\n

\"Demo

\n

Table of Content

\n
    \n
  1. Development
  2. \n
  3. How to use it?
  4. \n
  5. Contributing
  6. \n
  7. License
  8. \n
\n

1. Development

\n
    \n
  • Clone the repo:
  • \n
\n
git clone https://github.com/tuantvk/r2e-todoworks.git\n
\n
    \n
  • Go to the project directory and install dependencies:
  • \n
\n
cd r2e-todoworks && npm install\n
\n
$ npm run dev\n
\n

Generate the binary:

\n
    \n
  • For Linux
  • \n
\n
$ npm run package-linux\n
\n

Maybe you will install some depends packages.

\n
    \n
  • For Mac
  • \n
\n
$ npm run package-mac\n
\n

After that, you will see the binary in ./release folder

\n

2. How to use it ?

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
IconDescription
CheckClick when todo done
FireTodo in status warning, and move on top
RocketClick when you want change status todo normal to warning
LikeTodo in status done and move down in list todo done
CloseRemove todo
\n

3. Contributing

\n

So you want to contribute? Fun! I love seeing new PRs for r2e-todoworks.\nIf you are thinking about working on something, feel free to make an issue beforehand so that you can make sure it'll be worth your time!

\n

4. License

\n

MIT License

\n
", - "readmeFetchedAt": "2020-09-17T12:09:45.378Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:48.074Z" }, - "qmui-web": { - "readmeCleaned": "

QMUI Web Desktop \"Version

\n
\n

基于 QMUI Web 的桌面 App,它可以管理基于 QMUI Web 进行开发的项目,通过 GUI 界面处理 QMUI Web 的服务开启/关闭,使框架的使用变得更加便捷,并提供了编译提醒,出错提醒,进程关闭提醒等额外的功能。

\n
\n

\"Build\n\"Build\n\"devDependencies\"\n\"QMUI\n\"License\"

\n

详细介绍及文档请浏览:QMUI Web 官网

\n

下载使用

\n

QMUI Web Desktop 支持 macOS 与 Windows 平台。

\n

下载:Github Release 下载官网下载

\n

界面预览

\n

\"QMUI

\n
", - "readmeOriginal": "

QMUI Web Desktop \"Version

\n
\n

基于 QMUI Web 的桌面 App,它可以管理基于 QMUI Web 进行开发的项目,通过 GUI 界面处理 QMUI Web 的服务开启/关闭,使框架的使用变得更加便捷,并提供了编译提醒,出错提醒,进程关闭提醒等额外的功能。

\n
\n

\"Build\n\"Build\n\"devDependencies\"\n\"QMUI\n\"License\"

\n

详细介绍及文档请浏览:QMUI Web 官网

\n

下载使用

\n

QMUI Web Desktop 支持 macOS 与 Windows 平台。

\n

下载:Github Release 下载官网下载

\n

界面预览

\n

\"QMUI

\n
", - "readmeFetchedAt": "2020-09-17T12:09:45.413Z" + "quickredis": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:48.089Z" }, "quickwords": { - "readmeCleaned": "

\n

Table of Contents

\n\n

What is Quickwords?

\n

Quickwords is a productivity app, to get on with your work quicker. It helps you substitute common words, phrases and paragraphs with just few key strokes. It is available on MacOS (other systems coming very soon).\nYou can check out the website and full documentation for more information.

\n

\"\"

\n

Installation

\n

MacOS

\n

Download the latest release, unzip and drag Quickwords.app to your Applications folder.

\n

Linux & Windows

\n

Linux and Windows versions of the app are coming soon. In the meantime all PRs are very welcome.

\n

Privacy and Security

\n

Quickwords registers all global keyboard events, so it has an access to everything you type on the system. No data is saved on the system, and only 20 last keystrokes are remembered in the memory of the app. All your data should be secure.

\n

If you discover a security vulnerability within Quickwords, please DM @quickwordsapp. All security vulnerabilities will be promptly addressed.

\n

Contribution

\n

Contributions are very welcome. If you want, just drop a PR with any feature you'd like to see. If you want to help with the development of the app, you could buy us a coffee.

\n

FAQ

\n

Replacements do not work after installation

\n

Please make sure you gave the accessibility access in your system preferences. If it still does not work, try restarting the app. On newer versions of macOS (including Mojave and Catalina), computer restart may be required. It seems like a bug with macOS not registering granted accessibility permission.

\n

It appears that sometimes in Mojave and Catalina the app stops working when you open the computer after a longer period of time (like after the night). Simply go to the Login screen (ctrl+cmd+q) and log back in. The issue should be resolved. If it is not, please file an issue. If you know how to fix this or the cause of the issue, we would like to know :)

\n

Authors

\n

The app was made by Dariusz Czajkowski and Grzegorz Tłuszcz, two students from Kraków, Poland.

\n

License

\n

The Quickwords app is open-sourced software licensed under the MIT license.

\n
", - "readmeOriginal": "

\n

Table of Contents

\n\n

What is Quickwords?

\n

Quickwords is a productivity app, to get on with your work quicker. It helps you substitute common words, phrases and paragraphs with just few key strokes. It is available on MacOS (other systems coming very soon).\nYou can check out the website and full documentation for more information.

\n

\"\"

\n

Installation

\n

MacOS

\n

Download the latest release, unzip and drag Quickwords.app to your Applications folder.

\n

Linux & Windows

\n

Linux and Windows versions of the app are coming soon. In the meantime all PRs are very welcome.

\n

Privacy and Security

\n

Quickwords registers all global keyboard events, so it has an access to everything you type on the system. No data is saved on the system, and only 20 last keystrokes are remembered in the memory of the app. All your data should be secure.

\n

If you discover a security vulnerability within Quickwords, please DM @quickwordsapp. All security vulnerabilities will be promptly addressed.

\n

Contribution

\n

Contributions are very welcome. If you want, just drop a PR with any feature you'd like to see. If you want to help with the development of the app, you could buy us a coffee.

\n

FAQ

\n

Replacements do not work after installation

\n

Please make sure you gave the accessibility access in your system preferences. If it still does not work, try restarting the app. On newer versions of macOS (including Mojave and Catalina), computer restart may be required. It seems like a bug with macOS not registering granted accessibility permission.

\n

It appears that sometimes in Mojave and Catalina the app stops working when you open the computer after a longer period of time (like after the night). Simply go to the Login screen (ctrl+cmd+q) and log back in. The issue should be resolved. If it is not, please file an issue. If you know how to fix this or the cause of the issue, we would like to know :)

\n

Authors

\n

The app was made by Dariusz Czajkowski and Grzegorz Tłuszcz, two students from Kraków, Poland.

\n

License

\n

The Quickwords app is open-sourced software licensed under the MIT license.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:45.484Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:48.101Z" }, - "quickredis": { - "readmeCleaned": "

QuickRedis

\n

Introduction

\n

Official website: https://quick123.net/

\n

QuickRedis is a free forever Redis Desktop manager. It supports direct connection, sentinel, and cluster mode, supports multiple languages, supports hundreds of millions of keys, and has an amazing UI. Supports both Windows, Mac OS X and Linux platform.

\n

QuickRedis is an efficiency tool, when others are trying to type commands, and you are already drinking coffee.

\n

(\nQuickRedis 是一款 永久免费 的 Redis 可视化管理工具。它支持直连、哨兵、集群模式,支持亿万数量级的 key,还有令人兴奋的 UI。QuickRedis 支持 Windows 、 Mac OS X 和 Linux 下运行。

\n

QuickRedis 是一个效率工具,当别人在努力敲命令的时候,而你已经在喝茶。\n)

\n

Download URL

\n

Download

\n

Windows

\n

Mac OS X

\n

Linux

\n

使用 百度网盘 下载

\n

Windows & Mac OS X & Linux :链接: https://pan.baidu.com/s/1_A4zIb8t2NWgrjizK6oNAw 提取码: bnq3

\n

Download from github

\n

Windows & Mac OS X & Linux : https://github.com/quick123official/quick_redis_blog/

\n

Download from gitee

\n

Windows & Mac OS X & Linux : https://gitee.com/quick123official/quick_redis_blog/

\n

Software screenshot

\n

-Home page\n\"Home

\n

-Connection management menu (support multi-directory management, support copy connection, support drag connection to directory)\n\"Connection

\n

-Multilingual (Simplified Chinese, Traditional Chinese, English, Japanese, French)\n\"Multilingual\"

\n

-Quickly close multiple tabs\n\"Quickly

\n

-Direct connection mode configuration\n\"Direct

\n

-Sentinel mode configuration\n\"Sentinel

\n

-Cluster mode configuration\n\"Cluster

\n

-Command Line\n\"Command

\n

-String type management (support value json formatting, key modification, ttl modification, key deletion)\n\"string

\n

-List type management (support list paging query, add, delete)\n\"list

\n

-Set type management (support set paging query, add, delete)\n\"set

\n

-Hash type management (support hash paging query, add, delete, modify)\n\"hash

\n

FAQ

\n

If you have any questions about usage, please feel free to leave a message in the following ways:

\n

github address

\n

https://github.com/quick123official/quick_redis_blog/issues

\n

gitee address

\n

https://gitee.com/quick123official/quick_redis_blog/issues

\n

Open source code we used

\n

ANTD ioredis react react-intl-universal redux less

\n
", - "readmeOriginal": "

QuickRedis

\n

Introduction

\n

Official website: https://quick123.net/

\n

QuickRedis is a free forever Redis Desktop manager. It supports direct connection, sentinel, and cluster mode, supports multiple languages, supports hundreds of millions of keys, and has an amazing UI. Supports both Windows, Mac OS X and Linux platform.

\n

QuickRedis is an efficiency tool, when others are trying to type commands, and you are already drinking coffee.

\n

(\nQuickRedis 是一款 永久免费 的 Redis 可视化管理工具。它支持直连、哨兵、集群模式,支持亿万数量级的 key,还有令人兴奋的 UI。QuickRedis 支持 Windows 、 Mac OS X 和 Linux 下运行。

\n

QuickRedis 是一个效率工具,当别人在努力敲命令的时候,而你已经在喝茶。\n)

\n

Download URL

\n

Download

\n

Windows

\n

Mac OS X

\n

Linux

\n

使用 百度网盘 下载

\n

Windows & Mac OS X & Linux :链接: https://pan.baidu.com/s/1_A4zIb8t2NWgrjizK6oNAw 提取码: bnq3

\n

Download from github

\n

Windows & Mac OS X & Linux : https://github.com/quick123official/quick_redis_blog/

\n

Download from gitee

\n

Windows & Mac OS X & Linux : https://gitee.com/quick123official/quick_redis_blog/

\n

Software screenshot

\n

-Home page\n\"Home

\n

-Connection management menu (support multi-directory management, support copy connection, support drag connection to directory)\n\"Connection

\n

-Multilingual (Simplified Chinese, Traditional Chinese, English, Japanese, French)\n\"Multilingual\"

\n

-Quickly close multiple tabs\n\"Quickly

\n

-Direct connection mode configuration\n\"Direct

\n

-Sentinel mode configuration\n\"Sentinel

\n

-Cluster mode configuration\n\"Cluster

\n

-Command Line\n\"Command

\n

-String type management (support value json formatting, key modification, ttl modification, key deletion)\n\"string

\n

-List type management (support list paging query, add, delete)\n\"list

\n

-Set type management (support set paging query, add, delete)\n\"set

\n

-Hash type management (support hash paging query, add, delete, modify)\n\"hash

\n

FAQ

\n

If you have any questions about usage, please feel free to leave a message in the following ways:

\n

github address

\n

https://github.com/quick123official/quick_redis_blog/issues

\n

gitee address

\n

https://gitee.com/quick123official/quick_redis_blog/issues

\n

Open source code we used

\n

ANTD ioredis react react-intl-universal redux less

\n
", - "readmeFetchedAt": "2020-09-17T12:09:45.570Z" + "r2e-todoworks": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:48.103Z" }, "r6rc": { - "readmeCleaned": "

\n \n

R6RC | R6 Rank Calculator

\n

\n \n = \n \n \n

\n

\n \n \n \n

\n

\n

Description

\n
    \n
  • The R6RC | R6 Rank Calculator takes a user's current MMR (Match Making Rating) and ELO (Points per match) to display how many matches the user has to win or lose to reach their goal.
  • \n
\n

Download

\n
    \n
  • You can find releases here
  • \n
\n

Features

\n
    \n
  • Solve for a preset goal (see points chart)
  • \n
  • Solve for custom goal (anywhere between 1,100 & 10,000)
  • \n
  • Calculate how many games you have to win to reach your rank goal
  • \n
  • Calculate how many games you have to lose to reach your rank goal
  • \n
  • Switch between solving for preset and custom values
  • \n
  • Automatic updates
  • \n
  • Clean UI
  • \n
\n

Platforms

\n
    \n
  • This app is currently only supported on all Windows platforms
  • \n
\n

Pictures

\n

\"rmpic1.png\"\n\"rmpic2.png\"

\n

Affiliation

\n
    \n
  • The R6RC | R6 Rank Calculator is in no way shape or form affiliated with Ubisoft and its partners. Any "Rainbow Six: Siege" name, logos and/or images are registered trademarks of Ubisoft.
  • \n
\n

License

\n

MIT © AustinLeath

\n
", - "readmeOriginal": "

\n \n

R6RC | R6 Rank Calculator

\n

\n \n = \n \n \n

\n

\n \n \n \n

\n

\n

Description

\n
    \n
  • The R6RC | R6 Rank Calculator takes a user's current MMR (Match Making Rating) and ELO (Points per match) to display how many matches the user has to win or lose to reach their goal.
  • \n
\n

Download

\n
    \n
  • You can find releases here
  • \n
\n

Features

\n
    \n
  • Solve for a preset goal (see points chart)
  • \n
  • Solve for custom goal (anywhere between 1,100 & 10,000)
  • \n
  • Calculate how many games you have to win to reach your rank goal
  • \n
  • Calculate how many games you have to lose to reach your rank goal
  • \n
  • Switch between solving for preset and custom values
  • \n
  • Automatic updates
  • \n
  • Clean UI
  • \n
\n

Platforms

\n
    \n
  • This app is currently only supported on all Windows platforms
  • \n
\n

Pictures

\n

\"rmpic1.png\"\n\"rmpic2.png\"

\n

Affiliation

\n
    \n
  • The R6RC | R6 Rank Calculator is in no way shape or form affiliated with Ubisoft and its partners. Any \"Rainbow Six: Siege\" name, logos and/or images are registered trademarks of Ubisoft.
  • \n
\n

License

\n

MIT © AustinLeath

\n
", - "readmeFetchedAt": "2020-09-17T12:09:45.591Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:48.120Z" + }, + "rambox": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:48.130Z" }, "raider-for-instagram": { - "readmeCleaned": "

Raider for Instagram

\n
\n

An Instagram download application for Windows, Mac & Linux

\n
\n

Raider allows you to easily download Instagram images, videos and stories.

\n

\"Demo

\n

Downloads

\n

\"GitHub

\n
    \n
  • \n

    Windows

    \n
  • \n
  • \n

    MacOS - Not Available

    \n
  • \n
  • \n

    Linux - Not Available

    \n
  • \n
\n

Mac & Linux are on the roadmap. Kindly support the project if you would like to see more platforms and features added in the future.

\n

Features

\n
    \n
  • \n

    Clean Minimal Design

    \n
  • \n
\n

Raider is simple, clean and easy to use.

\n

\"Main

\n
    \n
  • \n

    Download from Private Accounts

    \n
  • \n
\n

Login with your Instagram credentials and download photos from private accounts that you follow.

\n

\"Add

\n
    \n
  • \n

    Multiple Accounts Support

    \n
  • \n
\n

Raider allows you to add multiple accounts and switches between them seamlessly when downloading from private accounts.

\n

\"Multi

\n
    \n
  • \n

    Subscribe to Accounts

    \n
  • \n
\n

Every time you download an account using Raider, we add it to your subscribed accounts section. You can update a single account or all of them anytime.

\n

\"Update

\n
    \n
  • \n

    Edit/Delete Subscribed Accounts

    \n
  • \n
\n

Want to change the username of a subscribed account? Maybe rename the folder name? Raider allows you to easily do so.

\n

Just long click on any account to enter Edit Mode.

\n

\"Edit

\n

Support the Project

\n

Despite taking weeks to research, design and code, Raider does not contain a single ad, any trackers or in app purchases. It is completely free to use.

\n

If you would like to see more features added in the future and keep the app free, kindly support the author on Patreon.

\n

\"Be

\n

Credits

\n

Icon made by Alex Prunici. Licensed under Creative Commons (Attribution 3.0 Unported)

\n\n
", - "readmeOriginal": "

Raider for Instagram

\n
\n

An Instagram download application for Windows, Mac & Linux

\n
\n

Raider allows you to easily download Instagram images, videos and stories.

\n

\"Demo

\n

Downloads

\n

\"GitHub

\n
    \n
  • \n

    Windows

    \n
  • \n
  • \n

    MacOS - Not Available

    \n
  • \n
  • \n

    Linux - Not Available

    \n
  • \n
\n

Mac & Linux are on the roadmap. Kindly support the project if you would like to see more platforms and features added in the future.

\n

Features

\n
    \n
  • \n

    Clean Minimal Design

    \n
  • \n
\n

Raider is simple, clean and easy to use.

\n

\"Main

\n
    \n
  • \n

    Download from Private Accounts

    \n
  • \n
\n

Login with your Instagram credentials and download photos from private accounts that you follow.

\n

\"Add

\n
    \n
  • \n

    Multiple Accounts Support

    \n
  • \n
\n

Raider allows you to add multiple accounts and switches between them seamlessly when downloading from private accounts.

\n

\"Multi

\n
    \n
  • \n

    Subscribe to Accounts

    \n
  • \n
\n

Every time you download an account using Raider, we add it to your subscribed accounts section. You can update a single account or all of them anytime.

\n

\"Update

\n
    \n
  • \n

    Edit/Delete Subscribed Accounts

    \n
  • \n
\n

Want to change the username of a subscribed account? Maybe rename the folder name? Raider allows you to easily do so.

\n

Just long click on any account to enter Edit Mode.

\n

\"Edit

\n

Support the Project

\n

Despite taking weeks to research, design and code, Raider does not contain a single ad, any trackers or in app purchases. It is completely free to use.

\n

If you would like to see more features added in the future and keep the app free, kindly support the author on Patreon.

\n

\"Be

\n

Credits

\n

Icon made by Alex Prunici. Licensed under Creative Commons (Attribution 3.0 Unported)

\n\n
", - "readmeFetchedAt": "2020-09-17T12:09:45.779Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:48.135Z" }, "ramme": { - "readmeCleaned": "

\n \n

Ramme

\n

Unofficial Instagram Desktop App

\n

\n \"Platforms\"\n

\n

\n \"GitHub\n \"Travis\"\n \"AppVeyor\"\n

\n

\n
\n

OBS Ramme is no longer being maintained.

\n
\n

Download

\n

The latest version of Ramme for macOS, Linux and Windows is available here.

\n

macOS 10.9+, Windows 7+ & Linux are supported.

\n

Features

\n
    \n
  • Photo upload
  • \n
  • Dark Theme
  • \n
  • Auto Update
  • \n
  • Keyboard shortcuts
  • \n
  • Background behavior
  • \n
\n

Screenshots

\n

\n \n

\n

Keyboard shortcuts

\n
    \n
  • Go Back:
  • \n
  • Refresh: R or Ctrl R
  • \n
  • Home: 1 or Ctrl 1
  • \n
  • Discover: 2 or Ctrl 2
  • \n
  • Notifications: 4 or Ctrl 4
  • \n
  • Profile: 5 or Ctrl 5
  • \n
  • Scroll a post up: ⇧ Shift ↑ Up
  • \n
  • Scroll a post down: ⇧ Shift ↓ Down
  • \n
  • Toggle Dark mode: D or Ctrl D
  • \n
\n

Ramme?

\n

"Ramme" is the danish word for frame.

\n

Maintenance

\n

Ramme was maintained by anatolinicolae, bil-elmoussaoui, octacian and VoOoLoX.

\n

Thanks to all contributors who helped make Ramme better! You guys rock. 🎉

\n

Contributors

\n

This project exists thanks to all the people who contribute. [Contribute].\n

\n

License

\n

MIT © Terkel Gjervig

\n

Legal

\n

This code is in no way affiliated with, authorised, maintained, sponsored or endorsed by Instagram or any of its affiliates or subsidiaries. This is an independent and unofficial Instagram app. Use it at your own risk.

\n
", - "readmeOriginal": "

\n \n

Ramme

\n

Unofficial Instagram Desktop App

\n

\n \"Platforms\"\n

\n

\n \"GitHub\n \"Travis\"\n \"AppVeyor\"\n

\n

\n
\n

OBS Ramme is no longer being maintained.

\n
\n

Download

\n

The latest version of Ramme for macOS, Linux and Windows is available here.

\n

macOS 10.9+, Windows 7+ & Linux are supported.

\n

Features

\n
    \n
  • Photo upload
  • \n
  • Dark Theme
  • \n
  • Auto Update
  • \n
  • Keyboard shortcuts
  • \n
  • Background behavior
  • \n
\n

Screenshots

\n

\n \n

\n

Keyboard shortcuts

\n
    \n
  • Go Back:
  • \n
  • Refresh: R or Ctrl R
  • \n
  • Home: 1 or Ctrl 1
  • \n
  • Discover: 2 or Ctrl 2
  • \n
  • Notifications: 4 or Ctrl 4
  • \n
  • Profile: 5 or Ctrl 5
  • \n
  • Scroll a post up: ⇧ Shift ↑ Up
  • \n
  • Scroll a post down: ⇧ Shift ↓ Down
  • \n
  • Toggle Dark mode: D or Ctrl D
  • \n
\n

Ramme?

\n

\"Ramme\" is the danish word for frame.

\n

Maintenance

\n

Ramme was maintained by anatolinicolae, bil-elmoussaoui, octacian and VoOoLoX.

\n

Thanks to all contributors who helped make Ramme better! You guys rock. 🎉

\n

Contributors

\n

This project exists thanks to all the people who contribute. [Contribute].\n

\n

License

\n

MIT © Terkel Gjervig

\n

Legal

\n

This code is in no way affiliated with, authorised, maintained, sponsored or endorsed by Instagram or any of its affiliates or subsidiaries. This is an independent and unofficial Instagram app. Use it at your own risk.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:45.858Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:48.140Z" }, "ratemymovie": { - "readmeCleaned": "

RateMyMovie-DesktopApp

\n

Desktop Application for searching information about your favourite movies. Built with Electron :-)

\n

\"Screenshot\"

\n

Description

\nRateMyMovie is a desktop application that lets you perform movie/Tv-serires search and shows information about the searched movie. Displays info like Plot , Poster , release date , Ratings ,etc\n

Technologies Used

\n
    \n
  • Node.js
  • \n
  • Electron
  • \n
  • Javascript
  • \n
  • NPM Api
  • \n
\n

Getting Started

\n
    \n
  • Simply download the application link above depending on your OS
  • \n
  • Download App for Linux
  • \n
  • Now simply run the application
  • \n
    Note : Maintain internet connectivity (no proxy)
    \n
\n

How to Use

\n
    \n Simply run application RateMyMovie :\n
  • Binary file in linux
  • \n
  • exe file in linux
  • \n
  • dmg file in MacOS
  • \n
\n

Contribute

\n
    \n
  • Feel free to report issues and bugs.It will be helpful for future launches of application.
  • \n
  • All Suggestions are welcome.
  • \n
  • Fork repository and Contribute.
  • \n
\n
", - "readmeOriginal": "

RateMyMovie-DesktopApp

\n

Desktop Application for searching information about your favourite movies. Built with Electron :-)

\n

\"Screenshot\"

\n

Description

\nRateMyMovie is a desktop application that lets you perform movie/Tv-serires search and shows information about the searched movie. Displays info like Plot , Poster , release date , Ratings ,etc\n

Technologies Used

\n
    \n
  • Node.js
  • \n
  • Electron
  • \n
  • Javascript
  • \n
  • NPM Api
  • \n
\n

Getting Started

\n
    \n
  • Simply download the application link above depending on your OS
  • \n
  • Download App for Linux
  • \n
  • Now simply run the application
  • \n
    Note : Maintain internet connectivity (no proxy)
    \n
\n

How to Use

\n
    \n Simply run application RateMyMovie :\n
  • Binary file in linux
  • \n
  • exe file in linux
  • \n
  • dmg file in MacOS
  • \n
\n

Contribute

\n
    \n
  • Feel free to report issues and bugs.It will be helpful for future launches of application.
  • \n
  • All Suggestions are welcome.
  • \n
  • Fork repository and Contribute.
  • \n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:45.938Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:48.180Z" + }, + "raven-reader": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:48.202Z" }, "ray": { - "readmeCleaned": "

\n \"Ray\n

\n

Ray

\n

\nRay is a desktop HTML-powered text editor with advanced features.\n
\nCreate, style, organize your personal notes!\n

\n

\"v0.3.1

\n

\"Main

\n

Overview

\n

Ray is a rich text editor which saves your documents in HTML format.

\n

It's intended for creating and organizing small and medium text documents like notes, thoughts, ideas and so on. Actually any text you want to save. Ray can work on any platform - macOS, Windows or Linux.

\n

You can use it as a replacement for simple text editors (e.g. supplied in your OS) and note taking apps. You get such benefits as advanced styling (thanks to HTML format) and file organizing features to have quick access to all your files.

\n

In some cases you can also consider using Ray instead of "big" word processing apps like Google Docs or MS Word. They have more formatting and other options then Ray but may be too heavy and less handy for medium/small text documents or those documents that don't require complex text formatting.

\n

Ray is constantly improving and more new features are added in each release!

\n

🏄 Platforms

\n

Ray is based on Electron platform and can be run on Windows, macOS and Linux.\nAt this moment you can download distributives for Windows (tested on Windows 10) and macOS (tested on macOS Sierra/High Sierra).

\n

Download v0.3.1 for Windows x64

\n

Download v0.3.1 for macOS

\n

🏆 Features

\n
    \n
  • Full HTML support
  • \n
  • Neat UI
  • \n
  • File organization capabilities
  • \n
  • Styling options
  • \n
\n

📌 Next Features

\n

These features are planned for future releases (and are subject to change):

\n
    \n
  • Multilingual UI
  • \n
  • PDF export
  • \n
  • Themes support
  • \n
  • Add-ons support
  • \n
  • Full-text search in projects
  • \n
  • Auto update
  • \n
\n

🎨 Main Technology Stack

\n\n
\n

Copyright 2018. Released under the MIT license.

\n
", - "readmeOriginal": "

\n \"Ray\n

\n

Ray

\n

\nRay is a desktop HTML-powered text editor with advanced features.\n
\nCreate, style, organize your personal notes!\n

\n

\"v0.3.1

\n

\"Main

\n

Overview

\n

Ray is a rich text editor which saves your documents in HTML format.

\n

It's intended for creating and organizing small and medium text documents like notes, thoughts, ideas and so on. Actually any text you want to save. Ray can work on any platform - macOS, Windows or Linux.

\n

You can use it as a replacement for simple text editors (e.g. supplied in your OS) and note taking apps. You get such benefits as advanced styling (thanks to HTML format) and file organizing features to have quick access to all your files.

\n

In some cases you can also consider using Ray instead of \"big\" word processing apps like Google Docs or MS Word. They have more formatting and other options then Ray but may be too heavy and less handy for medium/small text documents or those documents that don't require complex text formatting.

\n

Ray is constantly improving and more new features are added in each release!

\n

🏄 Platforms

\n

Ray is based on Electron platform and can be run on Windows, macOS and Linux.\nAt this moment you can download distributives for Windows (tested on Windows 10) and macOS (tested on macOS Sierra/High Sierra).

\n

Download v0.3.1 for Windows x64

\n

Download v0.3.1 for macOS

\n

🏆 Features

\n
    \n
  • Full HTML support
  • \n
  • Neat UI
  • \n
  • File organization capabilities
  • \n
  • Styling options
  • \n
\n

📌 Next Features

\n

These features are planned for future releases (and are subject to change):

\n
    \n
  • Multilingual UI
  • \n
  • PDF export
  • \n
  • Themes support
  • \n
  • Add-ons support
  • \n
  • Full-text search in projects
  • \n
  • Auto update
  • \n
\n

🎨 Main Technology Stack

\n\n
\n

Copyright 2018. Released under the MIT license.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:46.134Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:48.206Z" }, - "rambox": { - "readmeCleaned": "
\n

\n
\n \"Rambox\"
\n Rambox CE\n

\n

\n

Free, Open Source and Cross Platform messaging and emailing app that combines common web applications into one.

\n

\n \"Donate\n \"GNU\n \"Gitter\"\n \n \"Release\"\n \n \n

\n

\n \"Travis\n \"AppVeyor\n \n \n

\n
Available for Windows, Mac and Linux.
\n
\"DOWNLOAD
\n
Logo designed by Andriy Yurchenko
\n
\n
\n

Table of Contents

\n\n
\n

Screenshot

\n

\"Rambox\"

\n

Apps available

\n

Visit our website https://rambox.app/#apps and select the "Community-Edition" filter to see all the apps available.

\n

Features

\n
    \n
  • Multi-language.
  • \n
  • Sync your configuration between multiple computers.
  • \n
  • Master Password.
  • \n
  • Lock Rambox if you will be away for a period of time.
  • \n
  • Don't disturb mode.
  • \n
  • Reorder applications in the tab bar.
  • \n
  • Notification badge in the tab.
  • \n
  • Minimize to tray.
  • \n
  • Mute audio to specific service.
  • \n
  • Separate tabs floating to the right.
  • \n
  • Disable a service instead of remove it.
  • \n
  • Start automatically on system startup.
  • \n
  • Custom Code Injection.
  • \n
  • Keyboard Shortcuts.
  • \n
  • Proxy.
  • \n
  • Switch from horizontal to vertical tab bar.
  • \n
\n

Privacy

\n

No personal information will be saved

\n

Sessions will persist using the partition:persist attribute for Webviews.\nSo every time you open Rambox, your sessions will keep alive until you remove the service.

\n

Sync feature use Auth0 for Single Sign On & Token Based Authentication and to store the services that user is using (and the configuration for each service).\nYou are always welcome to check the code! ;)

\n

Donations

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
TypeURL/Wallet
Credit CardsHERE
CryptocurrenciesHERE
\n

Translations

\n

Help us translate Rambox on https://crowdin.com/project/rambox/invite.

\n

Install on Linux - Steps

\n

Contributing

\n

Want to report a bug, request a feature, contribute to or translate Rambox?\nWe need all the help we can get!\nFork and work!

\n

Quickstart

\n
git clone https://github.com/saenzramiro/rambox.git\ncd rambox\ncp env-sample.js env.js\n# update env.js with your auth0 details.\nnpm install\nsencha app watch\nnpm start
\n

See Contributing.md for more detailed information about getting set up.

\n
\n

Disclosure

\n

Rambox is not affiliated with any of the messaging apps offered.

\n

Licence

\n

GNU GPL v3

\n
", - "readmeOriginal": "
\n

\n
\n \"Rambox\"
\n Rambox CE\n

\n

\n

Free, Open Source and Cross Platform messaging and emailing app that combines common web applications into one.

\n

\n \"Donate\n \"GNU\n \"Gitter\"\n \n \"Release\"\n \n \n

\n

\n \"Travis\n \"AppVeyor\n \n \n

\n
Available for Windows, Mac and Linux.
\n
\"DOWNLOAD
\n
Logo designed by Andriy Yurchenko
\n
\n
\n

Table of Contents

\n\n
\n

Screenshot

\n

\"Rambox\"

\n

Apps available

\n

Visit our website https://rambox.app/#apps and select the \"Community-Edition\" filter to see all the apps available.

\n

Features

\n
    \n
  • Multi-language.
  • \n
  • Sync your configuration between multiple computers.
  • \n
  • Master Password.
  • \n
  • Lock Rambox if you will be away for a period of time.
  • \n
  • Don't disturb mode.
  • \n
  • Reorder applications in the tab bar.
  • \n
  • Notification badge in the tab.
  • \n
  • Minimize to tray.
  • \n
  • Mute audio to specific service.
  • \n
  • Separate tabs floating to the right.
  • \n
  • Disable a service instead of remove it.
  • \n
  • Start automatically on system startup.
  • \n
  • Custom Code Injection.
  • \n
  • Keyboard Shortcuts.
  • \n
  • Proxy.
  • \n
  • Switch from horizontal to vertical tab bar.
  • \n
\n

Privacy

\n

No personal information will be saved

\n

Sessions will persist using the partition:persist attribute for Webviews.\nSo every time you open Rambox, your sessions will keep alive until you remove the service.

\n

Sync feature use Auth0 for Single Sign On & Token Based Authentication and to store the services that user is using (and the configuration for each service).\nYou are always welcome to check the code! ;)

\n

Donations

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
TypeURL/Wallet
Credit CardsHERE
CryptocurrenciesHERE
\n

Translations

\n

Help us translate Rambox on https://crowdin.com/project/rambox/invite.

\n

Install on Linux - Steps

\n

Contributing

\n

Want to report a bug, request a feature, contribute to or translate Rambox?\nWe need all the help we can get!\nFork and work!

\n

Quickstart

\n
git clone https://github.com/saenzramiro/rambox.git\ncd rambox\ncp env-sample.js env.js\n# update env.js with your auth0 details.\nnpm install\nsencha app watch\nnpm start
\n

See Contributing.md for more detailed information about getting set up.

\n
\n

Disclosure

\n

Rambox is not affiliated with any of the messaging apps offered.

\n

Licence

\n

GNU GPL v3

\n
", - "readmeFetchedAt": "2020-09-17T12:09:46.519Z" + "reach-podcast-player": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:48.207Z" }, "rebaslight": { - "readmeCleaned": "

Rebaslight

\n

\"build

\n

Rebaslight - an easy to use special effects editor

\n

Download/Install

\n

Rebaslight Terms, Conditions, and License Agreement

\n

Rebaslight is a product of Very Small Helm LLC, Copyright (c) 2008-2019.

\n

Rebaslight's codebase is open source and adopts the GNU AGPLv3 license.

\n

Open source does not always mean free as in gratis.\nRebaslight is free (no cost) to use as long as the "Made with Rebaslight" watermark appears on the output video/image.\nHowever, if you make a one-time payment of $25 USD you may remove this watermark.\nOnce paid, you personally may use Rebaslight without watermarks forever.

\n

Pay here: rebaslight.com/buy

\n

Thank you for your integrity!

\n
    \n
  • Matthew
  • \n
\n
", - "readmeOriginal": "

Rebaslight

\n

\"build

\n

Rebaslight - an easy to use special effects editor

\n

Download/Install

\n

Rebaslight Terms, Conditions, and License Agreement

\n

Rebaslight is a product of Very Small Helm LLC, Copyright (c) 2008-2019.

\n

Rebaslight's codebase is open source and adopts the GNU AGPLv3 license.

\n

Open source does not always mean free as in gratis.\nRebaslight is free (no cost) to use as long as the \"Made with Rebaslight\" watermark appears on the output video/image.\nHowever, if you make a one-time payment of $25 USD you may remove this watermark.\nOnce paid, you personally may use Rebaslight without watermarks forever.

\n

Pay here: rebaslight.com/buy

\n

Thank you for your integrity!

\n
    \n
  • Matthew
  • \n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:46.546Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:48.233Z" }, "recode-converter": { - "readmeCleaned": "
\n \n

Recode Converter

\n A modern & simple audio converter for video files\n \"Screenshot\"\n
\n

Download

\n

You can download the app on the website:

\n

https://murgatt.github.io/recode-converter/

\n

Development

\n

Requirements

\n

The application is built with Electron and React and is using FFMPEG. Make sure to have Node.js, Yarn & FFMPEG installed.

\n

Installation

\n
    \n
  1. Clone this repository: git clone https://github.com/murgatt/recode-converter.git
  2. \n
  3. Navigate into the project directory: cd recode-converter
  4. \n
  5. Install dependencies: yarn
  6. \n
\n

Run the app

\n
yarn dev\n
\n

Building the app

\n
    \n
  • for all supported OS
  • \n
\n
yarn electron-pack:all\n
\n
    \n
  • macOS
  • \n
\n
yarn electron-pack:mac\n
\n
    \n
  • Windows
  • \n
\n
yarn electron-pack:win\n
\n
    \n
  • Linux
  • \n
\n
yarn electron-pack:linux\n
\n
    \n
  • all OS
  • \n
\n
yarn electron-pack\n
\n

Contributing

\n

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

\n

Please make sure to follow the code style of the project and update translations if needed.

\n

Roadmap

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
FeatureStatus
FFMPEG installation check
App version check
Subtitles conversion
Conversion notification
Application settings
Choose output file container
Conversion presets
Add streams to the output file
Extract streams from input files
View detailed file info
Video conversion
Audio files conversion
Video comparison slider
\n

License

\n

MIT

\n
", - "readmeOriginal": "
\n \n

Recode Converter

\n A modern & simple audio converter for video files\n \"Screenshot\"\n
\n

Download

\n

You can download the app on the website:

\n

https://murgatt.github.io/recode-converter/

\n

Development

\n

Requirements

\n

The application is built with Electron and React and is using FFMPEG. Make sure to have Node.js, Yarn & FFMPEG installed.

\n

Installation

\n
    \n
  1. Clone this repository: git clone https://github.com/murgatt/recode-converter.git
  2. \n
  3. Navigate into the project directory: cd recode-converter
  4. \n
  5. Install dependencies: yarn
  6. \n
\n

Run the app

\n
yarn dev\n
\n

Building the app

\n
    \n
  • for all supported OS
  • \n
\n
yarn electron-pack:all\n
\n
    \n
  • macOS
  • \n
\n
yarn electron-pack:mac\n
\n
    \n
  • Windows
  • \n
\n
yarn electron-pack:win\n
\n
    \n
  • Linux
  • \n
\n
yarn electron-pack:linux\n
\n
    \n
  • all OS
  • \n
\n
yarn electron-pack\n
\n

Contributing

\n

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

\n

Please make sure to follow the code style of the project and update translations if needed.

\n

Roadmap

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
FeatureStatus
FFMPEG installation check
App version check
Subtitles conversion
Conversion notification
Application settings
Choose output file container
Conversion presets
Add streams to the output file
Extract streams from input files
View detailed file info
Video conversion
Audio files conversion
Video comparison slider
\n

License

\n

MIT

\n
", - "readmeFetchedAt": "2020-09-17T12:09:46.558Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:48.236Z" }, - "raven-reader": { - "readmeCleaned": "

\n \n \"raven\n \n

\n

\n All your articles in one place. Beautiful.\n

\n

\n \n\"DeepScan\n\n\n\n\n\n\n\n\n \n

\n

Download

\n

To download, please visit https://ravenreader.app.

\n

Install via Homebrew (macOS)

\n

To use Homebrew-Cask you just need to have Homebrew installed.

\n
brew cask install raven-reader
\n

\"darkscreenshot\"

\n

Features

\n
    \n
  • Full Article Read
  • \n
  • Subscribing to news feed
  • \n
  • Marking as read/unread
  • \n
  • Marking as favourite
  • \n
  • Dark mode
  • \n
  • Configurable cron job for refresh interval of feeds
  • \n
  • Minimize app to tray and run in background
  • \n
  • Open article link in external browser
  • \n
  • Responsive
  • \n
  • Exporting feed in OPML format
  • \n
  • Importing feeds
  • \n
  • Windows support
  • \n
  • Linux support
  • \n
  • Offline reading
  • \n
  • Keyboard Shortcuts
  • \n
  • Sidebar count
  • \n
  • Text size configuration
  • \n
  • Text font style configuration (Currently has Playfair Display, Muli, Open Sans and Roboto Slab)
  • \n
  • Supports categorizing of the feeds.
  • \n
  • macOS touchbar shortcuts
  • \n
  • Integration with read it later apps: Pocket, Instapaper
  • \n
  • Podcast support. Subscribe to podcast rss feed and listen within app.
  • \n
\n

Please feel free to suggest more ideas to improve this app.

\n

Developer Notes

\n

Build Setup

\n
# copy config.example.js in renderer to config.js by executing cp config.example.js config.js and set Mercury parser token\ncp src/renderer/config.example.js src/renderer/config.js\n\n# install dependencies\nyarn install\n\n# serve with hot reload at localhost:9080\nyarn electron:serve\n\n# build electron application for production\nyarn electron:build\n\n\n# lint all JS/Vue component files in `src/`\nyarn run lint\n
\n

Powered by

\n\n

License

\n

MIT

\n
", - "readmeOriginal": "

\n \n \"raven\n \n

\n

\n All your articles in one place. Beautiful.\n

\n

\n \n\"DeepScan\n\n\n\n\n\n\n\n\n \n

\n

Download

\n

To download, please visit https://ravenreader.app.

\n

Install via Homebrew (macOS)

\n

To use Homebrew-Cask you just need to have Homebrew installed.

\n
brew cask install raven-reader
\n

\"darkscreenshot\"

\n

Features

\n
    \n
  • Full Article Read
  • \n
  • Subscribing to news feed
  • \n
  • Marking as read/unread
  • \n
  • Marking as favourite
  • \n
  • Dark mode
  • \n
  • Configurable cron job for refresh interval of feeds
  • \n
  • Minimize app to tray and run in background
  • \n
  • Open article link in external browser
  • \n
  • Responsive
  • \n
  • Exporting feed in OPML format
  • \n
  • Importing feeds
  • \n
  • Windows support
  • \n
  • Linux support
  • \n
  • Offline reading
  • \n
  • Keyboard Shortcuts
  • \n
  • Sidebar count
  • \n
  • Text size configuration
  • \n
  • Text font style configuration (Currently has Playfair Display, Muli, Open Sans and Roboto Slab)
  • \n
  • Supports categorizing of the feeds.
  • \n
  • macOS touchbar shortcuts
  • \n
  • Integration with read it later apps: Pocket, Instapaper
  • \n
  • Podcast support. Subscribe to podcast rss feed and listen within app.
  • \n
\n

Please feel free to suggest more ideas to improve this app.

\n

Developer Notes

\n

Build Setup

\n
# copy config.example.js in renderer to config.js by executing cp config.example.js config.js and set Mercury parser token\ncp src/renderer/config.example.js src/renderer/config.js\n\n# install dependencies\nyarn install\n\n# serve with hot reload at localhost:9080\nyarn electron:serve\n\n# build electron application for production\nyarn electron:build\n\n\n# lint all JS/Vue component files in `src/`\nyarn run lint\n
\n

Powered by

\n\n

License

\n

MIT

\n
", - "readmeFetchedAt": "2020-09-17T12:09:46.844Z" + "recollectr": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:48.244Z" }, "redp": { - "readmeCleaned": "

RedP

\n

RedP is a simple cross-platform music player built with Electron and React.

\n

\"RedP

\n
", - "readmeOriginal": "

RedP

\n

RedP is a simple cross-platform music player built with Electron and React.

\n

\"RedP

\n
", - "readmeFetchedAt": "2020-09-17T12:09:46.847Z" - }, - "recollectr": { - "readmeCleaned": "
", - "readmeOriginal": "
", - "readmeFetchedAt": "2020-09-17T12:09:46.879Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:48.254Z" }, - "reach-podcast-player": { - "readmeCleaned": "

This Project Has Been Abandoned

\n

Feel free to clone it and make any changes you'd like, but I am no longer working on this project, and I'm sure several things don't work. I made this as my first realy project with AngularJS so the code is absolutely atrocious! Continue at your own risk.

\n

Reach Podcast Player

\n

Reach Podcast Player is a RSS-based podcast player, meaning that in order to listen to your favorite podcasts, all you have to do is copy and paste the RSS feed from the podcast.

\n

Who Is This For?

\n

This application is for all podcast listeners. Itunes, Spotify, and whereever you get your podcasts, have a ton of available podcast but every once in a while you will hear about a new podcast and search for it on your favorite podcast provider and they won't have it! with Reach, all you need is the RSS feed and you're good to go. No need to listen to podcasts accross different programs.

\n

What's Under The Hood?

\n

This was made with electron and angularjs. This is my first time using both of these items so some parts of the program are not perfectly optomized, but I plan on continuing to work on both the program itself, and my angular and electron skills in order to fuilly optimize the program.

\n

\"Main

\n

\"Podcast

\n

Small Demo

\n

\"Video\"

\n

TODO:

\n
    \n
  • Make listening queue
  • \n
  • Scale better\n
      \n
    • With generic window sizes the program looks fine, but at smaller than average sizes, things get bad
    • \n
    \n
  • \n
  • Redo podcast-view UI\n
      \n
    • When a user clicks a podcast, the current UI is for the old theme, and needs to be updated
    • \n
    \n
  • \n
  • Have the podcasts actually get the latest episodes when the user opens up the app
  • \n
  • Make a wiki page, or release distributions\n
      \n
    • If I can figure out how, I'd like to be able to give the users notifications when a new update is available
    • \n
    \n
  • \n
  • The Play/Pause button is very dodgy at the moment in terms of click detection, so I gotta fix that
  • \n
  • Put that data structure and algorithm class to good use
  • \n
  • Add comments everywhere
  • \n
\n
", - "readmeOriginal": "

This Project Has Been Abandoned

\n

Feel free to clone it and make any changes you'd like, but I am no longer working on this project, and I'm sure several things don't work. I made this as my first realy project with AngularJS so the code is absolutely atrocious! Continue at your own risk.

\n

Reach Podcast Player

\n

Reach Podcast Player is a RSS-based podcast player, meaning that in order to listen to your favorite podcasts, all you have to do is copy and paste the RSS feed from the podcast.

\n

Who Is This For?

\n

This application is for all podcast listeners. Itunes, Spotify, and whereever you get your podcasts, have a ton of available podcast but every once in a while you will hear about a new podcast and search for it on your favorite podcast provider and they won't have it! with Reach, all you need is the RSS feed and you're good to go. No need to listen to podcasts accross different programs.

\n

What's Under The Hood?

\n

This was made with electron and angularjs. This is my first time using both of these items so some parts of the program are not perfectly optomized, but I plan on continuing to work on both the program itself, and my angular and electron skills in order to fuilly optimize the program.

\n

\"Main

\n

\"Podcast

\n

Small Demo

\n

\"Video\"

\n

TODO:

\n
    \n
  • Make listening queue
  • \n
  • Scale better\n
      \n
    • With generic window sizes the program looks fine, but at smaller than average sizes, things get bad
    • \n
    \n
  • \n
  • Redo podcast-view UI\n
      \n
    • When a user clicks a podcast, the current UI is for the old theme, and needs to be updated
    • \n
    \n
  • \n
  • Have the podcasts actually get the latest episodes when the user opens up the app
  • \n
  • Make a wiki page, or release distributions\n
      \n
    • If I can figure out how, I'd like to be able to give the users notifications when a new update is available
    • \n
    \n
  • \n
  • The Play/Pause button is very dodgy at the moment in terms of click detection, so I gotta fix that
  • \n
  • Put that data structure and algorithm class to good use
  • \n
  • Add comments everywhere
  • \n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:46.914Z" + "rekord": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:48.255Z" }, - "remaining-time": { - "readmeCleaned": "

🔋 MacOS Battery Remaining Menubar 🔋

\n

A really simple app that displays remaining battery time in the mac menubar.

\n

\"screenshot\"

\n

Download

\n

Download the latest release here

\n
", - "readmeOriginal": "

🔋 MacOS Battery Remaining Menubar 🔋

\n

A really simple app that displays remaining battery time in the mac menubar.

\n

\"screenshot\"

\n

Download

\n

Download the latest release here

\n
", - "readmeFetchedAt": "2020-09-17T12:09:46.966Z" + "responsively": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:49.706Z" }, - "rekord": { - "readmeCleaned": "

\n \"logo\"\n

\n
\n \"Rekord\"\n
\n

Simple and user-friendly application for download YouTube videos.

\n
\n

About

\n

Rekord is an application for download YouTube videos and convert them to MP3.\nThe latter is running on electron and Angular

\n

Features

\n
    \n
  • Detect a YouTube link automatically in the clipboard
  • \n
  • Convert video to MP3
  • \n
\n

Roadmap

\n

📝 Future plans for enhancements and development:

\n
    \n
  • Possibility to choose between download video or audio only
  • \n
  • Make the app even more fun
  • \n
\n

Download

\n

Rekord is available for Windows 32/64, Mac OSX and Debian/Ubuntu flavored Linux.

\n

Download the latest version from the releases page.

\n

Use

\n

Launch the app and copy any Youtube link with the right mouse button or with the combination [Ctrl] + c on Windows and Linux, [cmd] + c on Mac.

\n

\n \"Screen\n

\n

\n \"Screen\n

\n

No need to past Youtube link into the application. This automatically captures all youtube links validating copy in the clipboard. When this is the case, it displays the video information. Just click on the red 'save' button.

\n
\n \"Rekord\"\n
\n

A 'Rekord Download' folder is created at yout Document root.

\n

Technical

\n

Rekord is built with Electron and Angular

\n

Install

\n

To clone and run this repository, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

\n
# Clone this repository\ngit clone https://github.com/barbhackk/rekord.git\n# Go into the repository\ncd rekord\n# install dependencies\nnpm i
\n

Development mode

\n

This app works with a local environment variable system. This config is in .env file.\nFor development, set variables like this:

\n
PACKAGE=false\nHOST=http://localhost:4200/\n
\n

Run in first terminal npm run start for a dev server. In second terminal run npm run electron.

\n

The app will automatically reload if you change any of the source files.

\n

Production mode

\n

Set variables like this:

\n
PACKAGE=true\nHOST=http://localhost:4200/\n
\n

Run npm run electron-build.\nThe build artifacts will be stored in the dist/ directory with a production build.

\n

Build

\n

For MacOS\nRun npm run package-mac.

\n

For Windows 32/64\nRun npm run package-win.

\n

For Linux\nRun npm run package-linux.

\n

Warning :

\n
\n

This app is not a hacking tool. In case you are tempted to use Rekord to download nonfree music, you have an original copy at home. In addition, I created this application to show what I can do in application development using Angular. I therefore release myself from all responsabilities in case of improper use of this application 👍

\n
\n

Licence

\n

MIT ©️ Barbhackk

\n
", - "readmeOriginal": "

\n \"logo\"\n

\n
\n \"Rekord\"\n
\n

Simple and user-friendly application for download YouTube videos.

\n
\n

About

\n

Rekord is an application for download YouTube videos and convert them to MP3.\nThe latter is running on electron and Angular

\n

Features

\n
    \n
  • Detect a YouTube link automatically in the clipboard
  • \n
  • Convert video to MP3
  • \n
\n

Roadmap

\n

📝 Future plans for enhancements and development:

\n
    \n
  • Possibility to choose between download video or audio only
  • \n
  • Make the app even more fun
  • \n
\n

Download

\n

Rekord is available for Windows 32/64, Mac OSX and Debian/Ubuntu flavored Linux.

\n

Download the latest version from the releases page.

\n

Use

\n

Launch the app and copy any Youtube link with the right mouse button or with the combination [Ctrl] + c on Windows and Linux, [cmd] + c on Mac.

\n

\n \"Screen\n

\n

\n \"Screen\n

\n

No need to past Youtube link into the application. This automatically captures all youtube links validating copy in the clipboard. When this is the case, it displays the video information. Just click on the red 'save' button.

\n
\n \"Rekord\"\n
\n

A 'Rekord Download' folder is created at yout Document root.

\n

Technical

\n

Rekord is built with Electron and Angular

\n

Install

\n

To clone and run this repository, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

\n
# Clone this repository\ngit clone https://github.com/barbhackk/rekord.git\n# Go into the repository\ncd rekord\n# install dependencies\nnpm i
\n

Development mode

\n

This app works with a local environment variable system. This config is in .env file.\nFor development, set variables like this:

\n
PACKAGE=false\nHOST=http://localhost:4200/\n
\n

Run in first terminal npm run start for a dev server. In second terminal run npm run electron.

\n

The app will automatically reload if you change any of the source files.

\n

Production mode

\n

Set variables like this:

\n
PACKAGE=true\nHOST=http://localhost:4200/\n
\n

Run npm run electron-build.\nThe build artifacts will be stored in the dist/ directory with a production build.

\n

Build

\n

For MacOS\nRun npm run package-mac.

\n

For Windows 32/64\nRun npm run package-win.

\n

For Linux\nRun npm run package-linux.

\n

Warning :

\n
\n

This app is not a hacking tool. In case you are tempted to use Rekord to download nonfree music, you have an original copy at home. In addition, I created this application to show what I can do in application development using Angular. I therefore release myself from all responsabilities in case of improper use of this application 👍

\n
\n

Licence

\n

MIT ©️ Barbhackk

\n
", - "readmeFetchedAt": "2020-09-17T12:09:46.970Z" + "ridereceipts": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:49.707Z" }, "ride": { - "readmeCleaned": "

RIDE

\n

RIDE is a remote IDE for Dyalog APL.

\n

\"Screenshot\"

\n

Getting started

\n

Option 1: Dyalog customers can download a pre-built installable RIDE from\nMyDyalog under the Downloads > RIDE menu.

\n

Option 2: Download and install the\nlatest release from this\nrepository.

\n

Option 3: Build RIDE from source:

\n

install Git and NodeJS v10.13.0

\n
git clone https://github.com/dyalog/ride --depth=1\ncd ride\nnpm i         # download dependencies\nnpm start     # start RIDE (without building native apps)\nnode mk dist  # build native apps under _/ride${version}/\nnode mk c     # cleans your build directory\n
\n

(# starts a comment)

\n
", - "readmeOriginal": "

RIDE

\n

RIDE is a remote IDE for Dyalog APL.

\n

\"Screenshot\"

\n

Getting started

\n

Option 1: Dyalog customers can download a pre-built installable RIDE from\nMyDyalog under the Downloads > RIDE menu.

\n

Option 2: Download and install the\nlatest release from this\nrepository.

\n

Option 3: Build RIDE from source:

\n

install Git and NodeJS v10.13.0

\n
git clone https://github.com/dyalog/ride --depth=1\ncd ride\nnpm i         # download dependencies\nnpm start     # start RIDE (without building native apps)\nnode mk dist  # build native apps under _/ride${version}/\nnode mk c     # cleans your build directory\n
\n

(# starts a comment)

\n
", - "readmeFetchedAt": "2020-09-17T12:09:47.193Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:49.708Z" }, - "ripplectron": { - "readmeCleaned": "

ripplectron

\n
\n

Ripple(Blockchain coin) Wallet Desktop client for vue-electron

\n
\n

How to save wallet key

\n
C = User Crypto key (one-time input → send coin, check secret, load wallet)\nS = Ripple Wallet Secret\n\nHashValue = SHA256(C)\nEncryption = AES256.encode(secret:S, key:HashValue)\nDecodeValue = AES256.decode(value:Encryption, key:HashValue)\n
\n

Develop RoadMap

\n
    \n
  • Create Wallet
  • \n
  • get Balance
  • \n
  • Send Coin (with Destination Tag)
  • \n
  • get History
  • \n
  • Auto Update
  • \n
  • Donate Button
  • \n
  • Ripple Game
  • \n
  • Mac Version\n
      \n
    • Test Version
    • \n
    • Production
    • \n
    \n
  • \n
  • Windows Version\n
      \n
    • Test Version
    • \n
    • Production
    • \n
    \n
  • \n
  • Linux Version\n
      \n
    • Test Version
    • \n
    • Production
    • \n
    \n
  • \n
  • Android Version
  • \n
  • iOS Version
  • \n
\n

\"icon\"\n\"start\"\n\"wallet\"

\n

Build Setup

\n
# install dependencies\nnpm install\n\n# serve with hot reload at localhost:9080\nnpm run dev\n\n# build electron application for production\nnpm run build\n\n\n# lint all JS/Vue component files in `src/`\nnpm run lint\n
\n
\n

This project was generated with electron-vue using vue-cli. Documentation about the original structure can be found here.

\n
", - "readmeOriginal": "

ripplectron

\n
\n

Ripple(Blockchain coin) Wallet Desktop client for vue-electron

\n
\n

How to save wallet key

\n
C = User Crypto key (one-time input → send coin, check secret, load wallet)\nS = Ripple Wallet Secret\n\nHashValue = SHA256(C)\nEncryption = AES256.encode(secret:S, key:HashValue)\nDecodeValue = AES256.decode(value:Encryption, key:HashValue)\n
\n

Develop RoadMap

\n
    \n
  • Create Wallet
  • \n
  • get Balance
  • \n
  • Send Coin (with Destination Tag)
  • \n
  • get History
  • \n
  • Auto Update
  • \n
  • Donate Button
  • \n
  • Ripple Game
  • \n
  • Mac Version\n
      \n
    • Test Version
    • \n
    • Production
    • \n
    \n
  • \n
  • Windows Version\n
      \n
    • Test Version
    • \n
    • Production
    • \n
    \n
  • \n
  • Linux Version\n
      \n
    • Test Version
    • \n
    • Production
    • \n
    \n
  • \n
  • Android Version
  • \n
  • iOS Version
  • \n
\n

\"icon\"\n\"start\"\n\"wallet\"

\n

Build Setup

\n
# install dependencies\nnpm install\n\n# serve with hot reload at localhost:9080\nnpm run dev\n\n# build electron application for production\nnpm run build\n\n\n# lint all JS/Vue component files in `src/`\nnpm run lint\n
\n
\n

This project was generated with electron-vue using vue-cli. Documentation about the original structure can be found here.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:47.633Z" + "remaining-time": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:49.710Z" }, "rocketcleaner": { - "readmeCleaned": "

rocketcleaner

\n
\n

Mac OS Cleaner

\n
\n

\"\"

\n

Mac version

\n

Download – rocketcleaner_1_0_1.dmg

\n

Build Setup

\n
# install dependencies\nnpm install\n\n# serve with hot reload at localhost:9080\nnpm run dev\n\n# build electron application for production\nnpm run build\n\n
\n
\n

This project was generated with electron-vue using vue-cli. Documentation about the original structure can be found here.

\n
", - "readmeOriginal": "

rocketcleaner

\n
\n

Mac OS Cleaner

\n
\n

\"\"

\n

Mac version

\n

Download – rocketcleaner_1_0_1.dmg

\n

Build Setup

\n
# install dependencies\nnpm install\n\n# serve with hot reload at localhost:9080\nnpm run dev\n\n# build electron application for production\nnpm run build\n\n
\n
\n

This project was generated with electron-vue using vue-cli. Documentation about the original structure can be found here.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:47.939Z" - }, - "s3uploader": { - "readmeCleaned": "

S3Uploader

\n

\"alt

\n

A minimalistic UI to conveniently upload and download files from AWS S3

\n

S3Uploader's UI is based on the beautiful Argon Dashboard Theme by CreativeTim.

\n

This app is not endorsed by Amazon

\n

Highlights

\n
    \n
  • Angular based desktop client for uploading/downloading file(s) from AWS S3
  • \n
  • Track multiple upload/download progress through one consistent UI.
  • \n
  • Tree-like folder browser so you can find the files you want faster
  • \n
  • Support for .aws credential file and multiple accounts
  • \n
  • Drag-and-drop upload with support for single file, multiple files and folder upload
  • \n
  • Options to rename files during upload
  • \n
\n

Built On

\n

This app is built with many amazing framework, including:

\n

\n

\n

IonIcons

\n

Getting Started

\n

Head over to the Releases page and download the latest version to get started!

\n

Windows

\n

Download the latest setup.exe and follow the installation instruction.

\n

MacOS

\n

You can download either the .zip or .dmg to use S3Uploader.

\n

If you downloaded the .zip:

\n
    \n
  1. Extract the content of the .zip file.
  2. \n
  3. You can put the extracted file in your /Applications folder for it to show up in Launchpad.
  4. \n
\n

If you downloaded the .dmg:

\n
    \n
  1. Open the .dmg file.
  2. \n
  3. After clicking "Agree", drag the S3Uploader icon into the Applications folder icon on screen.
  4. \n
  5. S3Uploader should now be available in Launchpad.
  6. \n
  7. If there's a separate S3Uploader icon appears on your Desktop, you can remove that by dragging it to the Trashcan.
  8. \n
\n

Building

\n

You can build this app from source with the following configurations

\n
    \n
  • Global tools needed, they can be installed via npm or yarn: @angular/cli electron-builder
  • \n
\n
  ./build.ps1
\n

Output files are located in dist-electron

\n

License

\n

MIT (c) 2018 Ming-Hung (Michael) Lu

\n

If you like the app, maybe consider \"BuyBuy me a tea, a gazillion ton of black tea went into this app 😉

\n
", - "readmeOriginal": "

S3Uploader

\n

\"alt

\n

A minimalistic UI to conveniently upload and download files from AWS S3

\n

S3Uploader's UI is based on the beautiful Argon Dashboard Theme by CreativeTim.

\n

This app is not endorsed by Amazon

\n

Highlights

\n
    \n
  • Angular based desktop client for uploading/downloading file(s) from AWS S3
  • \n
  • Track multiple upload/download progress through one consistent UI.
  • \n
  • Tree-like folder browser so you can find the files you want faster
  • \n
  • Support for .aws credential file and multiple accounts
  • \n
  • Drag-and-drop upload with support for single file, multiple files and folder upload
  • \n
  • Options to rename files during upload
  • \n
\n

Built On

\n

This app is built with many amazing framework, including:

\n

\n

\n

IonIcons

\n

Getting Started

\n

Head over to the Releases page and download the latest version to get started!

\n

Windows

\n

Download the latest setup.exe and follow the installation instruction.

\n

MacOS

\n

You can download either the .zip or .dmg to use S3Uploader.

\n

If you downloaded the .zip:

\n
    \n
  1. Extract the content of the .zip file.
  2. \n
  3. You can put the extracted file in your /Applications folder for it to show up in Launchpad.
  4. \n
\n

If you downloaded the .dmg:

\n
    \n
  1. Open the .dmg file.
  2. \n
  3. After clicking \"Agree\", drag the S3Uploader icon into the Applications folder icon on screen.
  4. \n
  5. S3Uploader should now be available in Launchpad.
  6. \n
  7. If there's a separate S3Uploader icon appears on your Desktop, you can remove that by dragging it to the Trashcan.
  8. \n
\n

Building

\n

You can build this app from source with the following configurations

\n
    \n
  • Global tools needed, they can be installed via npm or yarn: @angular/cli electron-builder
  • \n
\n
  ./build.ps1
\n

Output files are located in dist-electron

\n

License

\n

MIT (c) 2018 Ming-Hung (Michael) Lu

\n

If you like the app, maybe consider \"BuyBuy me a tea, a gazillion ton of black tea went into this app 😉

\n
", - "readmeFetchedAt": "2020-09-17T12:09:47.944Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:49.748Z" }, - "responsively": { - "readmeCleaned": "
\n \"Responsively\n

Responsively App

\n A must-have devtool for web developers for quicker responsive web development. 🚀\n
Save time by becoming 5x faster!
\n
\n
\n

\n \n \"Twitter\"\n \n \n \"Twitter\"\n \n \n \"Slack\"\n \n \n \"XS:Code\"\n \n \n \"PRs\n \n

\n

\n \n \"ProductHunt\"\n \n

\n

\n Download Now(free!): \n responsively.app\n \n

\n
\n

Responsively App

\n
\n

A modified browser built using Electron that helps in responsive web development.

\n
\n
\n

\"Quick

\n

Features

\n
    \n
  1. Mirrored User-interactions across all devices.
  2. \n
  3. Customizable preview layout to suit all your needs.
  4. \n
  5. One handy elements inspector for all devices in preview.
  6. \n
  7. 30+ built-in device profiles with option to add custom devices.
  8. \n
  9. One-click screenshot all your devices.
  10. \n
  11. Hot reloading supported for developers.
  12. \n
\n

Please visit the website to know more about the application - https://responsively.app

\n

Download

\n

The application is available for Mac, Windows and Linux platforms. Please download it from here - https://github.com/responsively-org/responsively-app/releases

\n

Alternatively, MacOS users can use brew to install it:

\n
brew cask install responsively
\n

Follow on Twitter for future updates - \"Twitter

\n

Issues

\n

If you face any problems while using the application, please open an issue here - https://github.com/responsively-org/responsively-app/issues

\n

Roadmap

\n

Here is the roadmap of the desktop app - https://github.com/responsively-org/responsively-app/projects/12?fullscreen=true.

\n

Contribute

\n
    \n
  1. Ensure you have installed node and yarn
  2. \n
  3. Go to desktop-app folder
  4. \n
  5. Run yarn to install dependencies
  6. \n
  7. Run yarn dev. This will start the app for local development with live reloading.
  8. \n
\n

Get in touch

\n

Come say hi to us on Slack! 👋

\n

Contributors

\n

Thanks go to these wonderful people (emoji key):

\n\n\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\"\"
Manoj Vivek

💻 ⚠️ 📆
\"\"
Suresh P

💻 ⚠️ 📆
\"\"
Sigit Prabowo

💻
\"\"
Leon Feng

📖
\"\"
Kishore S

💻
\"\"
José Javier Rodríguez Zas

💻 ⚠️
\"\"
Roman Akash

💻
\"\"
Romain Francony

💻
\"\"
AARYAN-MAHENDRA

💻
\"\"
Andy

💻
\"\"
Ryan Pais

💻 ⚠️
\"\"
Jonathan

💻
\"\"
Gema Anggada ✌︎

💻
\"\"
jonathanurias96

💻
\"\"
Federico Alecci

💻
\"\"
Abduraimov Muminjon

📖
\"\"
Víctor Lázaro

💻
\"\"
Kavita Nambissan

💻
\"\"
Prashant Palikhe

💻
\"\"
Jaune Sarmiento

🖋
\"\"
Diego Vieira

💻
\"\"
Ajaykumar

💻
\"\"
Kiruba Karan

💻
\"\"
Sebastián Rodríguez

💻
\"\"
Karthick Raja

💻
\"\"
Johnny Zabala

💻
\"\"
Ross Moody

🎨
\"\"
Mehrdad Shokri

🚇
\"\"
Abdelhak Akermi

💻
\"\"
Carlos Perez

💻
\"\"
Jayant Arya

💻
\"\"
John Rawlins

💻
\"\"
lepasq

💻
\"\"
mrfelfel

💻
\"\"
gorogoroumaru

💻
\"\"
Rui Saraiva

💻
\n\n\n\n

This project follows the all-contributors specification. Contributions of any kind welcome!

\n
", - "readmeOriginal": "
\n \"Responsively\n

Responsively App

\n A must-have devtool for web developers for quicker responsive web development. 🚀\n
Save time by becoming 5x faster!
\n
\n
\n

\n \n \"Twitter\"\n \n \n \"Twitter\"\n \n \n \"Slack\"\n \n \n \"XS:Code\"\n \n \n \"PRs\n \n

\n

\n \n \"ProductHunt\"\n \n

\n

\n Download Now(free!): \n responsively.app\n \n

\n
\n

Responsively App

\n
\n

A modified browser built using Electron that helps in responsive web development.

\n
\n
\n

\"Quick

\n

Features

\n
    \n
  1. Mirrored User-interactions across all devices.
  2. \n
  3. Customizable preview layout to suit all your needs.
  4. \n
  5. One handy elements inspector for all devices in preview.
  6. \n
  7. 30+ built-in device profiles with option to add custom devices.
  8. \n
  9. One-click screenshot all your devices.
  10. \n
  11. Hot reloading supported for developers.
  12. \n
\n

Please visit the website to know more about the application - https://responsively.app

\n

Download

\n

The application is available for Mac, Windows and Linux platforms. Please download it from here - https://github.com/responsively-org/responsively-app/releases

\n

Alternatively, MacOS users can use brew to install it:

\n
brew cask install responsively
\n

Follow on Twitter for future updates - \"Twitter

\n

Issues

\n

If you face any problems while using the application, please open an issue here - https://github.com/responsively-org/responsively-app/issues

\n

Roadmap

\n

Here is the roadmap of the desktop app - https://github.com/responsively-org/responsively-app/projects/12?fullscreen=true.

\n

Contribute

\n
    \n
  1. Ensure you have installed node and yarn
  2. \n
  3. Go to desktop-app folder
  4. \n
  5. Run yarn to install dependencies
  6. \n
  7. Run yarn dev. This will start the app for local development with live reloading.
  8. \n
\n

Get in touch

\n

Come say hi to us on Slack! 👋

\n

Contributors

\n

Thanks go to these wonderful people (emoji key):

\n\n\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\"\"
Manoj Vivek

💻 ⚠️ 📆
\"\"
Suresh P

💻 ⚠️ 📆
\"\"
Sigit Prabowo

💻
\"\"
Leon Feng

📖
\"\"
Kishore S

💻
\"\"
José Javier Rodríguez Zas

💻 ⚠️
\"\"
Roman Akash

💻
\"\"
Romain Francony

💻
\"\"
AARYAN-MAHENDRA

💻
\"\"
Andy

💻
\"\"
Ryan Pais

💻 ⚠️
\"\"
Jonathan

💻
\"\"
Gema Anggada ✌︎

💻
\"\"
jonathanurias96

💻
\"\"
Federico Alecci

💻
\"\"
Abduraimov Muminjon

📖
\"\"
Víctor Lázaro

💻
\"\"
Kavita Nambissan

💻
\"\"
Prashant Palikhe

💻
\"\"
Jaune Sarmiento

🖋
\"\"
Diego Vieira

💻
\"\"
Ajaykumar

💻
\"\"
Kiruba Karan

💻
\"\"
Sebastián Rodríguez

💻
\"\"
Karthick Raja

💻
\"\"
Johnny Zabala

💻
\"\"
Ross Moody

🎨
\"\"
Mehrdad Shokri

🚇
\"\"
Abdelhak Akermi

💻
\"\"
Carlos Perez

💻
\"\"
Jayant Arya

💻
\"\"
John Rawlins

💻
\"\"
lepasq

💻
\"\"
mrfelfel

💻
\"\"
gorogoroumaru

💻
\"\"
Rui Saraiva

💻
\n\n\n\n

This project follows the all-contributors specification. Contributions of any kind welcome!

\n
", - "readmeFetchedAt": "2020-09-17T12:09:47.953Z" + "runlet": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:49.754Z" }, - "saadhn": { - "readmeCleaned": "

Saadhn: Desktop App for JioSaavn

\n

A desktop client for JioSaavn, based on the official JioSaavn web app. Built with Electron.

\n

\"Screenshot\"

\n

This is NOT an official product. This project does not attempt to reverse engineer the JioSaavn API or attempt to reimplement any part of the JioSaavn client. Any communication between the user and JioSaavn servers is handled by official JioSaavn Web itself; this is just a native wrapper for JioSaavn Web, like a browser.

\n

Features

\n
    \n
  • \n

    Cross platform. (OSX, Windows, Linux)

    \n
  • \n
  • \n

    Native notifications.

    \n
  • \n
  • \n

    Media Shortcuts/ Keybindings for music player

    \n
      \n
    • leftArrow for Next song
    • \n
    • rightArrow for Previous song
    • \n
    • Space for pause/play
    • \n
    \n
  • \n
  • \n

    A couple of things can be configured:

    \n
      \n
    • Proxy settings connect to JioSaavn web
    • \n
    \n

    Not working:

    \n
      \n
    • Login
    • \n
    \n
  • \n
\n

Planned features:

\n
    \n
  • Auto-launch on OS startup.
  • \n
\n

Installation

\n

Download and run the Saavn file from the latest release.

\n

Note: Windows and Linux versions are test release.

\n

How to use in Linux

\n

In order to execute the program in Linux, first you should give it permission to the App:

\n

sudo chmod u+x Saadhn
\n./Saadhn

\n

Contributions

\n

Contributions are welcome! For feature requests and bug reports please submit an issue.

\n

Build

\n

To build from the source, run the following commands:

\n

npm install
\nnpm run build

\n

## Building Windows build from non-Windows platforms

\n

Wine needs to be installed. On OS X, it is installable via Homebrew:
\nbrew install wine

\n

--

\n
\n

Made with ❤️ in 🇮🇳 at Zense and IIIT Bangalore

\n
\n

License

\n

\"FOSSA

\n
", - "readmeOriginal": "

Saadhn: Desktop App for JioSaavn

\n

A desktop client for JioSaavn, based on the official JioSaavn web app. Built with Electron.

\n

\"Screenshot\"

\n

This is NOT an official product. This project does not attempt to reverse engineer the JioSaavn API or attempt to reimplement any part of the JioSaavn client. Any communication between the user and JioSaavn servers is handled by official JioSaavn Web itself; this is just a native wrapper for JioSaavn Web, like a browser.

\n

Features

\n
    \n
  • \n

    Cross platform. (OSX, Windows, Linux)

    \n
  • \n
  • \n

    Native notifications.

    \n
  • \n
  • \n

    Media Shortcuts/ Keybindings for music player

    \n
      \n
    • leftArrow for Next song
    • \n
    • rightArrow for Previous song
    • \n
    • Space for pause/play
    • \n
    \n
  • \n
  • \n

    A couple of things can be configured:

    \n
      \n
    • Proxy settings connect to JioSaavn web
    • \n
    \n

    Not working:

    \n
      \n
    • Login
    • \n
    \n
  • \n
\n

Planned features:

\n
    \n
  • Auto-launch on OS startup.
  • \n
\n

Installation

\n

Download and run the Saavn file from the latest release.

\n

Note: Windows and Linux versions are test release.

\n

How to use in Linux

\n

In order to execute the program in Linux, first you should give it permission to the App:

\n

sudo chmod u+x Saadhn
\n./Saadhn

\n

Contributions

\n

Contributions are welcome! For feature requests and bug reports please submit an issue.

\n

Build

\n

To build from the source, run the following commands:

\n

npm install
\nnpm run build

\n

## Building Windows build from non-Windows platforms

\n

Wine needs to be installed. On OS X, it is installable via Homebrew:
\nbrew install wine

\n

--

\n
\n

Made with ❤️ in 🇮🇳 at Zense and IIIT Bangalore

\n
\n

License

\n

\"FOSSA

\n
", - "readmeFetchedAt": "2020-09-17T12:09:47.971Z" + "riot": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:49.754Z" }, - "runlet": { - "readmeCleaned": "

\"Runlet Runlet

\n

\"Build\n\"GitHub\n\"GitHub\n\"Bugs\"\n\"Feature\n\"Gitter\"

\n

Runlet is a cloud-based job manager that offers device synchronization and reliable message delivery in a network of connected devices even after connectivity issues. This repository is where new releases are published, bugs are reported, and features are requested.

\n

Download

\n

All available distributions and versions can be found at releases.

\n

Contributing

\n

There are a couple of ways in which you can contribute to the app, for example:

\n\n

Feedback

\n\n

License

\n

Copyright (c) Runlet. All rights reserved.

\n
", - "readmeOriginal": "

\"Runlet Runlet

\n

\"Build\n\"GitHub\n\"GitHub\n\"Bugs\"\n\"Feature\n\"Gitter\"

\n

Runlet is a cloud-based job manager that offers device synchronization and reliable message delivery in a network of connected devices even after connectivity issues. This repository is where new releases are published, bugs are reported, and features are requested.

\n

Download

\n

All available distributions and versions can be found at releases.

\n

Contributing

\n

There are a couple of ways in which you can contribute to the app, for example:

\n\n

Feedback

\n\n

License

\n

Copyright (c) Runlet. All rights reserved.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:47.990Z" + "ripplectron": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:49.784Z" }, - "ridereceipts": { - "readmeCleaned": "

\"Ride

\n

\n\n\n\n\n\n\n\n\n \n\n \n

\n
\n

Simple automation desktop app to download and organize your receipts from Uber and Lyft.

\n
\n

\"screenshot\"

\n

Download

\n

To download Ride Receipts or purchase Ride Receipts PRO, please visit https://www.ridereceipts.io

\n

Features

\n
    \n
  • Categorized by User Account
  • \n
  • Categorized by Year and Month
  • \n
  • Invoices are renamed by date and timestamp. E.g. Jan-30-2018-9am.PDF
  • \n
  • Option to filter invoices by a specific month(s) or year(s)
  • \n
  • Supported on Windows & Mac
  • \n
  • Lyft Integration
  • \n
  • Expenditure stat of your trip depending on your filter you choose
  • \n
  • Categorizes Uber and Uber Eats receipts
  • \n
  • Outlook integration for Lyft
  • \n
\n

Why

\n

Ride Receipts is essential for anyone who relies on Uber/Lyft for business travel. Whether you’re self-employed or get reimbursed by your employer for travel, you’ll likely need proper tax invoices for accounting purposes.

\n

This was a major pain point for us every year around tax season. Since the current Uber website does not allow you to download all of your receipts for the year at once, you have to manually download, rename, and organize each of your invoices. So you’re either doing it one by one, or if you have a business profile, you still have to download them one month at a time. Uber’s monthly business travel report is great for keeping track of your trips, but these aren’t actual receipts.

\n

We created Ride Receipts to address this painfully inefficient process, and now we’re sharing it with everyone who could benefit from this time-saving tool.

\n

Solution

\n

Automation! Ride Receipts is an open-source desktop app that automates the process of downloading, renaming, and organizing your Uber/Lyft receipts. Rather than logging into your Uber account to scan through each of your trips and manually download each receipt, Ride Receipts will automatically do it for you.

\n

Your invoices will be named according to the date and time of your trip, and organized by user account, year and month, in neat and tidy folders on your computer.

\n

Requirements

\n

For Uber and Lyft we utilize Gmail API to scan your email only for receipts.\nMake sure your system has latest Chrome Browser installed (v69 or above).

\n

Ride Receipts works on both Mac and PC.

\n

Security

\n

Ride Receipts does not store your login credentials, personal information or any other data. This application operates without a database. It only scans email for receipts with read-only access.

\n

Developer Notes

\n

Build Setup

\n
# install dependencies\nnpm install\n\n# Navigate to renderer directory and copy config example to config.js and set Google Client Id and Outlook Id\ncp config.example.js config.js\n\n# serve with hot reload at localhost:9080\nnpm run dev\n\n# build electron application for production\nnpm run build\n\n# build electron application for cross platform\nnpm run build -mwl (i.e m - macos , w - windows & l - Linux)\n\n\n# lint all JS/Vue component files in `src/`\nnpm run lint\n
\n

Powered by

\n\n

Support / Contribution

\n

Please feel free to give us suggestions or report a bug by creating a new issue via Github or messaging on Twitter: @ridereceipts. You can also email us at hello@ridereceipts.io.

\n

License

\n

License by default is LGPLv3. After purchase please refer COMM-LICENSE is applied

\n
", - "readmeOriginal": "

\"Ride

\n

\n\n\n\n\n\n\n\n\n \n\n \n

\n
\n

Simple automation desktop app to download and organize your receipts from Uber and Lyft.

\n
\n

\"screenshot\"

\n

Download

\n

To download Ride Receipts or purchase Ride Receipts PRO, please visit https://www.ridereceipts.io

\n

Features

\n
    \n
  • Categorized by User Account
  • \n
  • Categorized by Year and Month
  • \n
  • Invoices are renamed by date and timestamp. E.g. Jan-30-2018-9am.PDF
  • \n
  • Option to filter invoices by a specific month(s) or year(s)
  • \n
  • Supported on Windows & Mac
  • \n
  • Lyft Integration
  • \n
  • Expenditure stat of your trip depending on your filter you choose
  • \n
  • Categorizes Uber and Uber Eats receipts
  • \n
  • Outlook integration for Lyft
  • \n
\n

Why

\n

Ride Receipts is essential for anyone who relies on Uber/Lyft for business travel. Whether you’re self-employed or get reimbursed by your employer for travel, you’ll likely need proper tax invoices for accounting purposes.

\n

This was a major pain point for us every year around tax season. Since the current Uber website does not allow you to download all of your receipts for the year at once, you have to manually download, rename, and organize each of your invoices. So you’re either doing it one by one, or if you have a business profile, you still have to download them one month at a time. Uber’s monthly business travel report is great for keeping track of your trips, but these aren’t actual receipts.

\n

We created Ride Receipts to address this painfully inefficient process, and now we’re sharing it with everyone who could benefit from this time-saving tool.

\n

Solution

\n

Automation! Ride Receipts is an open-source desktop app that automates the process of downloading, renaming, and organizing your Uber/Lyft receipts. Rather than logging into your Uber account to scan through each of your trips and manually download each receipt, Ride Receipts will automatically do it for you.

\n

Your invoices will be named according to the date and time of your trip, and organized by user account, year and month, in neat and tidy folders on your computer.

\n

Requirements

\n

For Uber and Lyft we utilize Gmail API to scan your email only for receipts.\nMake sure your system has latest Chrome Browser installed (v69 or above).

\n

Ride Receipts works on both Mac and PC.

\n

Security

\n

Ride Receipts does not store your login credentials, personal information or any other data. This application operates without a database. It only scans email for receipts with read-only access.

\n

Developer Notes

\n

Build Setup

\n
# install dependencies\nnpm install\n\n# Navigate to renderer directory and copy config example to config.js and set Google Client Id and Outlook Id\ncp config.example.js config.js\n\n# serve with hot reload at localhost:9080\nnpm run dev\n\n# build electron application for production\nnpm run build\n\n# build electron application for cross platform\nnpm run build -mwl (i.e m - macos , w - windows & l - Linux)\n\n\n# lint all JS/Vue component files in `src/`\nnpm run lint\n
\n

Powered by

\n\n

Support / Contribution

\n

Please feel free to give us suggestions or report a bug by creating a new issue via Github or messaging on Twitter: @ridereceipts. You can also email us at hello@ridereceipts.io.

\n

License

\n

License by default is LGPLv3. After purchase please refer COMM-LICENSE is applied

\n
", - "readmeFetchedAt": "2020-09-17T12:09:48.000Z" + "s3uploader": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:49.802Z" }, - "riot": { - "readmeCleaned": "

Element

\n

Element (formerly known as Vector and Riot) is a Matrix web client built using the Matrix\nReact SDK.

\n

Supported Environments

\n

Element has several tiers of support for different environments:

\n
    \n
  • Supported\n
      \n
    • Definition: Issues actively triaged, regressions block the release
    • \n
    • Last 2 major versions of Chrome, Firefox, and Safari on desktop OSes
    • \n
    • Latest release of official Element Desktop app on desktop OSes
    • \n
    • Desktop OSes means macOS, Windows, and Linux versions for desktop devices\nthat are actively supported by the OS vendor and receive security updates
    • \n
    \n
  • \n
  • Experimental\n
      \n
    • Definition: Issues accepted, regressions do not block the release
    • \n
    • Element as an installed PWA via current stable version of Chrome, Firefox, and Safari
    • \n
    • Mobile web for current stable version of Chrome, Firefox, and Safari on Android, iOS, and iPadOS
    • \n
    \n
  • \n
  • Not supported\n
      \n
    • Definition: Issues only affecting unsupported environments are closed
    • \n
    • Everything else
    • \n
    \n
  • \n
\n

For accessing Element on an Android or iOS device, we currently recommend the\nnative apps element-android\nand element-ios.

\n

Getting Started

\n

The easiest way to test Element is to just use the hosted copy at https://app.element.io.\nThe develop branch is continuously deployed by Jenkins at https://develop.element.io\nfor those who like living dangerously.

\n

To host your own copy of Element, the quickest bet is to use a pre-built\nreleased version of Element:

\n
    \n
  1. Download the latest version from https://github.com/vector-im/element-web/releases
  2. \n
  3. Untar the tarball on your web server
  4. \n
  5. Move (or symlink) the riot-x.x.x directory to an appropriate name
  6. \n
  7. Configure the correct caching headers in your webserver (see below)
  8. \n
  9. If desired, copy config.sample.json to config.json and edit it\nas desired. See the configuration docs for details.
  10. \n
  11. Enter the URL into your browser and log into Element!
  12. \n
\n

Releases are signed using gpg and the OpenPGP standard, and can be checked against the public key located\nat https://packages.riot.im/riot-release-key.asc.

\n

Note that for the security of your chats will need to serve Element\nover HTTPS. Major browsers also do not allow you to use VoIP/video\nchats over HTTP, as WebRTC is only usable over HTTPS.\nThere are some exceptions like when using localhost, which is\nconsidered a secure context\nand thus allowed.

\n

To install Element as a desktop application, see Running as a desktop\napp below.

\n

Important Security Note

\n

We do not recommend running Element from the same domain name as your Matrix\nhomeserver. The reason is the risk of XSS (cross-site-scripting)\nvulnerabilities that could occur if someone caused Element to load and render\nmalicious user generated content from a Matrix API which then had trusted\naccess to Element (or other apps) due to sharing the same domain.

\n

We have put some coarse mitigations into place to try to protect against this\nsituation, but it's still not good practice to do it in the first place. See\nhttps://github.com/vector-im/element-web/issues/1977 for more details.

\n

Building From Source

\n

Element is a modular webapp built with modern ES6 and uses a Node.js build system.\nEnsure you have the latest LTS version of Node.js installed.

\n

Using yarn instead of npm is recommended. Please see the Yarn install\nguide if you do not have it already.

\n
    \n
  1. Install or update node.js so that your node is at least v10.x.
  2. \n
  3. Install yarn if not present already.
  4. \n
  5. Clone the repo: git clone https://github.com/vector-im/element-web.git.
  6. \n
  7. Switch to the element-web directory: cd element-web.
  8. \n
  9. Install the prerequisites: yarn install.\n\n
  10. \n
  11. Configure the app by copying config.sample.json to config.json and\nmodifying it. See the configuration docs for details.
  12. \n
  13. yarn dist to build a tarball to deploy. Untaring this file will give\na version-specific directory containing all the files that need to go on your\nweb server.
  14. \n
\n

Note that yarn dist is not supported on Windows, so Windows users can run yarn build,\nwhich will build all the necessary files into the webapp directory. The version of Element\nwill not appear in Settings without using the dist script. You can then mount the\nwebapp directory on your webserver to actually serve up the app, which is entirely static content.

\n

Running as a Desktop app

\n

Element can also be run as a desktop app, wrapped in Electron. You can download a\npre-built version from https://element.io/get-started or, if you prefer,\nbuild it yourself.

\n

To build it yourself, follow the instructions at https://github.com/vector-im/element-desktop.

\n

Many thanks to @aviraldg for the initial work on the Electron integration.

\n

Other options for running as a desktop app:

\n
    \n
  • @asdf:matrix.org points out that you can use nativefier and it just works(tm)
  • \n
\n
yarn global add nativefier\nnativefier https://app.element.io/
\n

The configuration docs show how to\noverride the desktop app's default settings if desired.

\n

Running from Docker

\n

The Docker image can be used to serve element-web as a web server. The easiest way to use\nit is to use the prebuilt image:

\n
docker run -p 80:80 vectorim/riot-web
\n

To supply your own custom config.json, map a volume to /app/config.json. For example,\nif your custom config was located at /etc/element-web/config.json then your Docker command\nwould be:

\n
docker run -p 80:80 -v /etc/element-web/config.json:/app/config.json vectorim/riot-web
\n

To build the image yourself:

\n
git clone https://github.com/vector-im/element-web.git element-web\ncd element-web\ngit checkout master\ndocker build .
\n

If you're building a custom branch, or want to use the develop branch, check out the appropriate\nelement-web branch and then run:

\n
docker build -t \\\n    --build-arg USE_CUSTOM_SDKS=true \\\n    --build-arg REACT_SDK_REPO="https://github.com/matrix-org/matrix-react-sdk.git" \\\n    --build-arg REACT_SDK_BRANCH="develop" \\\n    --build-arg JS_SDK_REPO="https://github.com/matrix-org/matrix-js-sdk.git" \\\n    --build-arg JS_SDK_BRANCH="develop" \\\n    .
\n

config.json

\n

Element supports a variety of settings to configure default servers, behaviour, themes, etc.\nSee the configuration docs for more details.

\n

Labs Features

\n

Some features of Element may be enabled by flags in the Labs section of the settings.\nSome of these features are described in labs.md.

\n

Caching requirements

\n

Element requires the following URLs not to be cached, when/if you are serving Element from your own webserver:

\n
/config.*.json\n/i18n\n/home\n/sites\n/index.html\n
\n

Development

\n

Before attempting to develop on Element you must read the developer guide\nfor matrix-react-sdk, which\nalso defines the design, architecture and style for Element too.

\n

Before starting work on a feature, it's best to ensure your plan aligns well\nwith our vision for Element. Please chat with the team in\n#element-dev:matrix.org before you\nstart so we can ensure it's something we'd be willing to merge.

\n

You should also familiarise yourself with the "Here be Dragons" guide\n\nto the tame & not-so-tame dragons (gotchas) which exist in the codebase.

\n

The idea of Element is to be a relatively lightweight "skin" of customisations on\ntop of the underlying matrix-react-sdk. matrix-react-sdk provides both the\nhigher and lower level React components useful for building Matrix communication\napps using React.

\n

After creating a new component you must run yarn reskindex to regenerate\nthe component-index.js for the app (used in future for skinning).

\n

Please note that Element is intended to run correctly without access to the public\ninternet. So please don't depend on resources (JS libs, CSS, images, fonts)\nhosted by external CDNs or servers but instead please package all dependencies\ninto Element itself.

\n

Setting up a dev environment

\n

Much of the functionality in Element is actually in the matrix-react-sdk and\nmatrix-js-sdk modules. It is possible to set these up in a way that makes it\neasy to track the develop branches in git and to make local changes without\nhaving to manually rebuild each time.

\n

First clone and build matrix-js-sdk:

\n
git clone https://github.com/matrix-org/matrix-js-sdk.git\npushd matrix-js-sdk\nyarn link\nyarn install\npopd
\n

Then similarly with matrix-react-sdk:

\n
git clone https://github.com/matrix-org/matrix-react-sdk.git\npushd matrix-react-sdk\nyarn link\nyarn link matrix-js-sdk\nyarn install\npopd
\n

Finally, build and start Element itself:

\n
git clone https://github.com/vector-im/element-web.git\ncd element-web\nyarn link matrix-js-sdk\nyarn link matrix-react-sdk\nyarn install\nyarn start
\n

Wait a few seconds for the initial build to finish; you should see something like:

\n
Hash: b0af76309dd56d7275c8\nVersion: webpack 1.12.14\nTime: 14533ms\n         Asset     Size  Chunks             Chunk Names\n     bundle.js   4.2 MB       0  [emitted]  main\n    bundle.css  91.5 kB       0  [emitted]  main\n bundle.js.map  5.29 MB       0  [emitted]  main\nbundle.css.map   116 kB       0  [emitted]  main\n    + 1013 hidden modules\n
\n

Remember, the command will not terminate since it runs the web server\nand rebuilds source files when they change. This development server also\ndisables caching, so do NOT use it in production.

\n

Configure the app by copying config.sample.json to config.json and\nmodifying it. See the configuration docs for details.

\n

Open http://127.0.0.1:8080/ in your browser to see your newly built Element.

\n

Note: The build script uses inotify by default on Linux to monitor directories\nfor changes. If the inotify watch limit is too low your build will silently fail.\nTo avoid this issue, we recommend a limit of at least 128M.

\n

To set a new inotify watch limit, execute:

\n
$ sudo sysctl fs.inotify.max_user_watches=131072\n$ sudo sysctl -p\n
\n

If you wish, you can make this new limit permanent, by executing:

\n
$ echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf\n$ sudo sysctl -p\n
\n
\n

When you make changes to matrix-react-sdk or matrix-js-sdk they should be\nautomatically picked up by webpack and built.

\n

If you add or remove any components from the Element skin, you will need to rebuild\nthe skin's index by running, yarn reskindex.

\n

If any of these steps error with, file table overflow, you are probably on a mac\nwhich has a very low limit on max open files. Run ulimit -Sn 1024 and try again.\nYou'll need to do this in each new terminal you open before building Element.

\n

Running the tests

\n

There are a number of application-level tests in the tests directory; these\nare designed to run in a browser instance under the control of\nkarma. To run them:

\n
    \n
  • Make sure you have Chrome installed (a recent version, like 59)
  • \n
  • Make sure you have matrix-js-sdk and matrix-react-sdk installed and\nbuilt, as above
  • \n
  • yarn test
  • \n
\n

The above will run the tests under Chrome in a headless mode.

\n

You can also tell karma to run the tests in a loop (every time the source\nchanges), in an instance of Chrome on your desktop, with yarn test-multi. This also gives you the option of running the tests in 'debug'\nmode, which is useful for stepping through the tests in the developer tools.

\n

End-to-End tests

\n

See matrix-react-sdk how to run the end-to-end tests.

\n

Translations

\n

To add a new translation, head to the translating doc.

\n

For a developer guide, see the translating dev doc.

\n

\"translationsstatus\"

\n

Triaging issues

\n

Issues will be triaged by the core team using the below set of tags.

\n

Tags are meant to be used in combination - e.g.:

\n
    \n
  • P1 critical bug == really urgent stuff that should be next in the bugfixing todo list
  • \n
  • "release blocker" == stuff which is blocking us from cutting the next release.
  • \n
  • P1 feature type:voip == what VoIP features should we be working on next?
  • \n
\n

priority: compulsory

\n
    \n
  • P1: top priority - i.e. pool of stuff which we should be working on next
  • \n
  • P2: still need to fix, but lower than P1
  • \n
  • P3: non-urgent
  • \n
  • P4: interesting idea - bluesky some day
  • \n
  • P5: recorded for posterity/to avoid duplicates. No intention to resolves right now.
  • \n
\n

bug or feature: compulsory

\n
    \n
  • bug
  • \n
  • feature
  • \n
\n

bug severity: compulsory, if bug

\n
    \n
  • critical - whole app doesn't work
  • \n
  • major - entire feature doesn't work
  • \n
  • minor - partially broken feature (but still usable)
  • \n
  • cosmetic - feature works functionally but UI/UX is broken
  • \n
\n

types

\n
    \n
  • type:* - refers to a particular part of the app; used to filter bugs\non a given topic - e.g. VOIP, signup, timeline, etc.
  • \n
\n

additional categories (self-explanatory):

\n
    \n
  • release blocker
  • \n
  • ui/ux (think of this as cosmetic)
  • \n
  • network (specific to network conditions)
  • \n
  • platform specific
  • \n
  • accessibility
  • \n
  • maintenance
  • \n
  • performance
  • \n
  • i18n
  • \n
  • blocked - whether this issue currently can't be progressed due to outside factors
  • \n
\n

community engagement

\n
    \n
  • easy
  • \n
  • hacktoberfest
  • \n
  • bounty? - proposal to be included in a bounty programme
  • \n
  • bounty - included in Status Open Bounty
  • \n
\n
", - "readmeOriginal": "

Element

\n

Element (formerly known as Vector and Riot) is a Matrix web client built using the Matrix\nReact SDK.

\n

Supported Environments

\n

Element has several tiers of support for different environments:

\n
    \n
  • Supported\n
      \n
    • Definition: Issues actively triaged, regressions block the release
    • \n
    • Last 2 major versions of Chrome, Firefox, and Safari on desktop OSes
    • \n
    • Latest release of official Element Desktop app on desktop OSes
    • \n
    • Desktop OSes means macOS, Windows, and Linux versions for desktop devices\nthat are actively supported by the OS vendor and receive security updates
    • \n
    \n
  • \n
  • Experimental\n
      \n
    • Definition: Issues accepted, regressions do not block the release
    • \n
    • Element as an installed PWA via current stable version of Chrome, Firefox, and Safari
    • \n
    • Mobile web for current stable version of Chrome, Firefox, and Safari on Android, iOS, and iPadOS
    • \n
    \n
  • \n
  • Not supported\n
      \n
    • Definition: Issues only affecting unsupported environments are closed
    • \n
    • Everything else
    • \n
    \n
  • \n
\n

For accessing Element on an Android or iOS device, we currently recommend the\nnative apps element-android\nand element-ios.

\n

Getting Started

\n

The easiest way to test Element is to just use the hosted copy at https://app.element.io.\nThe develop branch is continuously deployed by Jenkins at https://develop.element.io\nfor those who like living dangerously.

\n

To host your own copy of Element, the quickest bet is to use a pre-built\nreleased version of Element:

\n
    \n
  1. Download the latest version from https://github.com/vector-im/element-web/releases
  2. \n
  3. Untar the tarball on your web server
  4. \n
  5. Move (or symlink) the riot-x.x.x directory to an appropriate name
  6. \n
  7. Configure the correct caching headers in your webserver (see below)
  8. \n
  9. If desired, copy config.sample.json to config.json and edit it\nas desired. See the configuration docs for details.
  10. \n
  11. Enter the URL into your browser and log into Element!
  12. \n
\n

Releases are signed using gpg and the OpenPGP standard, and can be checked against the public key located\nat https://packages.riot.im/riot-release-key.asc.

\n

Note that for the security of your chats will need to serve Element\nover HTTPS. Major browsers also do not allow you to use VoIP/video\nchats over HTTP, as WebRTC is only usable over HTTPS.\nThere are some exceptions like when using localhost, which is\nconsidered a secure context\nand thus allowed.

\n

To install Element as a desktop application, see Running as a desktop\napp below.

\n

Important Security Note

\n

We do not recommend running Element from the same domain name as your Matrix\nhomeserver. The reason is the risk of XSS (cross-site-scripting)\nvulnerabilities that could occur if someone caused Element to load and render\nmalicious user generated content from a Matrix API which then had trusted\naccess to Element (or other apps) due to sharing the same domain.

\n

We have put some coarse mitigations into place to try to protect against this\nsituation, but it's still not good practice to do it in the first place. See\nhttps://github.com/vector-im/element-web/issues/1977 for more details.

\n

Building From Source

\n

Element is a modular webapp built with modern ES6 and uses a Node.js build system.\nEnsure you have the latest LTS version of Node.js installed.

\n

Using yarn instead of npm is recommended. Please see the Yarn install\nguide if you do not have it already.

\n
    \n
  1. Install or update node.js so that your node is at least v10.x.
  2. \n
  3. Install yarn if not present already.
  4. \n
  5. Clone the repo: git clone https://github.com/vector-im/element-web.git.
  6. \n
  7. Switch to the element-web directory: cd element-web.
  8. \n
  9. Install the prerequisites: yarn install.\n\n
  10. \n
  11. Configure the app by copying config.sample.json to config.json and\nmodifying it. See the configuration docs for details.
  12. \n
  13. yarn dist to build a tarball to deploy. Untaring this file will give\na version-specific directory containing all the files that need to go on your\nweb server.
  14. \n
\n

Note that yarn dist is not supported on Windows, so Windows users can run yarn build,\nwhich will build all the necessary files into the webapp directory. The version of Element\nwill not appear in Settings without using the dist script. You can then mount the\nwebapp directory on your webserver to actually serve up the app, which is entirely static content.

\n

Running as a Desktop app

\n

Element can also be run as a desktop app, wrapped in Electron. You can download a\npre-built version from https://element.io/get-started or, if you prefer,\nbuild it yourself.

\n

To build it yourself, follow the instructions at https://github.com/vector-im/element-desktop.

\n

Many thanks to @aviraldg for the initial work on the Electron integration.

\n

Other options for running as a desktop app:

\n
    \n
  • @asdf:matrix.org points out that you can use nativefier and it just works(tm)
  • \n
\n
yarn global add nativefier\nnativefier https://app.element.io/
\n

The configuration docs show how to\noverride the desktop app's default settings if desired.

\n

Running from Docker

\n

The Docker image can be used to serve element-web as a web server. The easiest way to use\nit is to use the prebuilt image:

\n
docker run -p 80:80 vectorim/riot-web
\n

To supply your own custom config.json, map a volume to /app/config.json. For example,\nif your custom config was located at /etc/element-web/config.json then your Docker command\nwould be:

\n
docker run -p 80:80 -v /etc/element-web/config.json:/app/config.json vectorim/riot-web
\n

To build the image yourself:

\n
git clone https://github.com/vector-im/element-web.git element-web\ncd element-web\ngit checkout master\ndocker build .
\n

If you're building a custom branch, or want to use the develop branch, check out the appropriate\nelement-web branch and then run:

\n
docker build -t \\\n    --build-arg USE_CUSTOM_SDKS=true \\\n    --build-arg REACT_SDK_REPO=\"https://github.com/matrix-org/matrix-react-sdk.git\" \\\n    --build-arg REACT_SDK_BRANCH=\"develop\" \\\n    --build-arg JS_SDK_REPO=\"https://github.com/matrix-org/matrix-js-sdk.git\" \\\n    --build-arg JS_SDK_BRANCH=\"develop\" \\\n    .
\n

config.json

\n

Element supports a variety of settings to configure default servers, behaviour, themes, etc.\nSee the configuration docs for more details.

\n

Labs Features

\n

Some features of Element may be enabled by flags in the Labs section of the settings.\nSome of these features are described in labs.md.

\n

Caching requirements

\n

Element requires the following URLs not to be cached, when/if you are serving Element from your own webserver:

\n
/config.*.json\n/i18n\n/home\n/sites\n/index.html\n
\n

Development

\n

Before attempting to develop on Element you must read the developer guide\nfor matrix-react-sdk, which\nalso defines the design, architecture and style for Element too.

\n

Before starting work on a feature, it's best to ensure your plan aligns well\nwith our vision for Element. Please chat with the team in\n#element-dev:matrix.org before you\nstart so we can ensure it's something we'd be willing to merge.

\n

You should also familiarise yourself with the \"Here be Dragons\" guide\n\nto the tame & not-so-tame dragons (gotchas) which exist in the codebase.

\n

The idea of Element is to be a relatively lightweight \"skin\" of customisations on\ntop of the underlying matrix-react-sdk. matrix-react-sdk provides both the\nhigher and lower level React components useful for building Matrix communication\napps using React.

\n

After creating a new component you must run yarn reskindex to regenerate\nthe component-index.js for the app (used in future for skinning).

\n

Please note that Element is intended to run correctly without access to the public\ninternet. So please don't depend on resources (JS libs, CSS, images, fonts)\nhosted by external CDNs or servers but instead please package all dependencies\ninto Element itself.

\n

Setting up a dev environment

\n

Much of the functionality in Element is actually in the matrix-react-sdk and\nmatrix-js-sdk modules. It is possible to set these up in a way that makes it\neasy to track the develop branches in git and to make local changes without\nhaving to manually rebuild each time.

\n

First clone and build matrix-js-sdk:

\n
git clone https://github.com/matrix-org/matrix-js-sdk.git\npushd matrix-js-sdk\nyarn link\nyarn install\npopd
\n

Then similarly with matrix-react-sdk:

\n
git clone https://github.com/matrix-org/matrix-react-sdk.git\npushd matrix-react-sdk\nyarn link\nyarn link matrix-js-sdk\nyarn install\npopd
\n

Finally, build and start Element itself:

\n
git clone https://github.com/vector-im/element-web.git\ncd element-web\nyarn link matrix-js-sdk\nyarn link matrix-react-sdk\nyarn install\nyarn start
\n

Wait a few seconds for the initial build to finish; you should see something like:

\n
Hash: b0af76309dd56d7275c8\nVersion: webpack 1.12.14\nTime: 14533ms\n         Asset     Size  Chunks             Chunk Names\n     bundle.js   4.2 MB       0  [emitted]  main\n    bundle.css  91.5 kB       0  [emitted]  main\n bundle.js.map  5.29 MB       0  [emitted]  main\nbundle.css.map   116 kB       0  [emitted]  main\n    + 1013 hidden modules\n
\n

Remember, the command will not terminate since it runs the web server\nand rebuilds source files when they change. This development server also\ndisables caching, so do NOT use it in production.

\n

Configure the app by copying config.sample.json to config.json and\nmodifying it. See the configuration docs for details.

\n

Open http://127.0.0.1:8080/ in your browser to see your newly built Element.

\n

Note: The build script uses inotify by default on Linux to monitor directories\nfor changes. If the inotify watch limit is too low your build will silently fail.\nTo avoid this issue, we recommend a limit of at least 128M.

\n

To set a new inotify watch limit, execute:

\n
$ sudo sysctl fs.inotify.max_user_watches=131072\n$ sudo sysctl -p\n
\n

If you wish, you can make this new limit permanent, by executing:

\n
$ echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf\n$ sudo sysctl -p\n
\n
\n

When you make changes to matrix-react-sdk or matrix-js-sdk they should be\nautomatically picked up by webpack and built.

\n

If you add or remove any components from the Element skin, you will need to rebuild\nthe skin's index by running, yarn reskindex.

\n

If any of these steps error with, file table overflow, you are probably on a mac\nwhich has a very low limit on max open files. Run ulimit -Sn 1024 and try again.\nYou'll need to do this in each new terminal you open before building Element.

\n

Running the tests

\n

There are a number of application-level tests in the tests directory; these\nare designed to run in a browser instance under the control of\nkarma. To run them:

\n
    \n
  • Make sure you have Chrome installed (a recent version, like 59)
  • \n
  • Make sure you have matrix-js-sdk and matrix-react-sdk installed and\nbuilt, as above
  • \n
  • yarn test
  • \n
\n

The above will run the tests under Chrome in a headless mode.

\n

You can also tell karma to run the tests in a loop (every time the source\nchanges), in an instance of Chrome on your desktop, with yarn test-multi. This also gives you the option of running the tests in 'debug'\nmode, which is useful for stepping through the tests in the developer tools.

\n

End-to-End tests

\n

See matrix-react-sdk how to run the end-to-end tests.

\n

Translations

\n

To add a new translation, head to the translating doc.

\n

For a developer guide, see the translating dev doc.

\n

\"translationsstatus\"

\n

Triaging issues

\n

Issues will be triaged by the core team using the below set of tags.

\n

Tags are meant to be used in combination - e.g.:

\n
    \n
  • P1 critical bug == really urgent stuff that should be next in the bugfixing todo list
  • \n
  • \"release blocker\" == stuff which is blocking us from cutting the next release.
  • \n
  • P1 feature type:voip == what VoIP features should we be working on next?
  • \n
\n

priority: compulsory

\n
    \n
  • P1: top priority - i.e. pool of stuff which we should be working on next
  • \n
  • P2: still need to fix, but lower than P1
  • \n
  • P3: non-urgent
  • \n
  • P4: interesting idea - bluesky some day
  • \n
  • P5: recorded for posterity/to avoid duplicates. No intention to resolves right now.
  • \n
\n

bug or feature: compulsory

\n
    \n
  • bug
  • \n
  • feature
  • \n
\n

bug severity: compulsory, if bug

\n
    \n
  • critical - whole app doesn't work
  • \n
  • major - entire feature doesn't work
  • \n
  • minor - partially broken feature (but still usable)
  • \n
  • cosmetic - feature works functionally but UI/UX is broken
  • \n
\n

types

\n
    \n
  • type:* - refers to a particular part of the app; used to filter bugs\non a given topic - e.g. VOIP, signup, timeline, etc.
  • \n
\n

additional categories (self-explanatory):

\n
    \n
  • release blocker
  • \n
  • ui/ux (think of this as cosmetic)
  • \n
  • network (specific to network conditions)
  • \n
  • platform specific
  • \n
  • accessibility
  • \n
  • maintenance
  • \n
  • performance
  • \n
  • i18n
  • \n
  • blocked - whether this issue currently can't be progressed due to outside factors
  • \n
\n

community engagement

\n
    \n
  • easy
  • \n
  • hacktoberfest
  • \n
  • bounty? - proposal to be included in a bounty programme
  • \n
  • bounty - included in Status Open Bounty
  • \n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:48.029Z" + "sandman": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:49.807Z" }, - "school-timetable": { - "readmeCleaned": "

🐱‍🏍UPDATE: New version available here: https://github.com/natixco/revolt

\n

🐱‍🏍UPDATE: Mobile version: https://github.com/KDani-99/tabby-native

\n

Timetable

\n

We wanted to make a really simple, but useful application to manage your lessons/activities, so we made it.

\n

🆕 New features

\n
    \n
  • New, responsive UI
  • \n
  • Export / import timetables
  • \n
  • You can set images as background and even add multiple images for slideshow
  • \n
\n

📝Current features

\n
    \n
  • Add, edit, delete lessons/activities. You can set a unique color for each lessosn/activity, you can use your own colors, but for the best experience we recommend to use flatuicolors.com
  • \n
  • You can even add multiple weeks, so you can change the week that you want to see
  • \n
  • You can set the background for static colors and multiple images with changeable transition time\n
      \n
    • RGB, RGBA
    • \n
    • HEX
    • \n
    • HSL, HSLA
    • \n
    • Basic HTML colors
    • \n
    • CSS style linear- and radial-gradient.
    • \n
    • Transition time is in seconds
    • \n
    \n
  • \n
\n

🖼️ Screenshots

\n

\"Screenshot\n\"Screenshot\n\"Screenshot

\n
", - "readmeOriginal": "

🐱‍🏍UPDATE: New version available here: https://github.com/natixco/revolt

\n

🐱‍🏍UPDATE: Mobile version: https://github.com/KDani-99/tabby-native

\n

Timetable

\n

We wanted to make a really simple, but useful application to manage your lessons/activities, so we made it.

\n

🆕 New features

\n
    \n
  • New, responsive UI
  • \n
  • Export / import timetables
  • \n
  • You can set images as background and even add multiple images for slideshow
  • \n
\n

📝Current features

\n
    \n
  • Add, edit, delete lessons/activities. You can set a unique color for each lessosn/activity, you can use your own colors, but for the best experience we recommend to use flatuicolors.com
  • \n
  • You can even add multiple weeks, so you can change the week that you want to see
  • \n
  • You can set the background for static colors and multiple images with changeable transition time\n
      \n
    • RGB, RGBA
    • \n
    • HEX
    • \n
    • HSL, HSLA
    • \n
    • Basic HTML colors
    • \n
    • CSS style linear- and radial-gradient.
    • \n
    • Transition time is in seconds
    • \n
    \n
  • \n
\n

🖼️ Screenshots

\n

\"Screenshot\n\"Screenshot\n\"Screenshot

\n
", - "readmeFetchedAt": "2020-09-17T12:09:48.340Z" + "saadhn": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:49.809Z" }, "scancode-workbench": { - "readmeCleaned": "

\"ScanCode

\n

\"Travis\n\"AppVeyor

\n

ScanCode Workbench provides an advanced visual UI to help you quickly evaluate\nlicense and other notices identified by\nScanCode and record your conclusion\nabout the effective license(s) for a component.\nScanCode detects licenses, copyrights\nand other interesting information in your code. ScanCode Workbench allows you to take the\nscan results from ScanCode and create conclusions. By creating these conclusions\nwithin your codebase, you are creating a software inventory of your product.\nThe conclusions (Concluded License, Concluded Owner, etc.) you make when\ncreating your conclusion can be exported as a JSON file or saved as SQLite file.

\n

ScanCode Workbench is based on\nElectron and will be the primary desktop/GUI tool\nfor using nexB’s AboutCode tools. This app\nworks on Windows, OS X and Linux operating systems.

\n

\"ScanCode

\n

Using

\n\n
./scancode -clipeu <input> <output_file>
\n
    \n
  • We have provided a set of sample scans that you can quickly review in\nScanCode Workbench in order to get a sense of its functionality and the types of\ninformation captured by a scan. The samples are located at\nhttps://github.com/nexB/scancode-workbench/tree/develop/samples.
  • \n
  • Import a ScanCode JSON file, and see what components are in your software! See\nthe documentation for more\ninformation on how to use ScanCode Workbench.
  • \n
\n

\"Import

\n

Building

\n

You'll need Node.js (which comes with npm)\ninstalled on your computer in order to build this app. For a list of platform\nspecific requirements, see the Building section of the documentation.\nThen, from your command line:

\n
# Clone this repository\n$ git clone https://github.com/nexB/scancode-workbench.git\n\n# Go into the repository\n$ cd scancode-workbench\n\n# Install dependencies and run the app\n$ npm install\n\n# Rebuild native Node.js modules against the app version of Node.js\n# MacOS, Linux and Git Bash on Windows\n$ $(npm bin)/electron-rebuild\n# Windows except for Git Bash\n> .\\node_modules\\.bin\\electron-rebuild.cmd\n\n# Run the app\n$ npm start
\n

Release Instructions

\n

You can build a dist directory containing executables for any one of three\ntarget platforms by running:

\n
$ python build.py
\n

After building is done, you can find ScanCode-Workbench under\ndist/ScanCode-Workbench-<os>-x64-<version>. Archives (tar.gz and .zip) are\nalso built.

\n

Note: A build for any of the three target platforms must be executed on the\ntargeted platform.

\n

Testing

\n

Test ABCM functionality using:

\n
$ npm test
\n

License

\n
    \n
  • Apache-2.0
  • \n
  • Multiple licenses (LGPL, MIT, BSD, etc.) for third-party components.
  • \n
\n

See the NOTICE file for more details.

\n

Support

\n

If you have a question, a suggestion or find a bug, enter an issue.

\n

\"Gitter

\n

For questions and chats, you can join the Gitter channel at https://gitter.im/aboutcode-org/discuss

\n
", - "readmeOriginal": "

\"ScanCode

\n

\"Travis\n\"AppVeyor

\n

ScanCode Workbench provides an advanced visual UI to help you quickly evaluate\nlicense and other notices identified by\nScanCode and record your conclusion\nabout the effective license(s) for a component.\nScanCode detects licenses, copyrights\nand other interesting information in your code. ScanCode Workbench allows you to take the\nscan results from ScanCode and create conclusions. By creating these conclusions\nwithin your codebase, you are creating a software inventory of your product.\nThe conclusions (Concluded License, Concluded Owner, etc.) you make when\ncreating your conclusion can be exported as a JSON file or saved as SQLite file.

\n

ScanCode Workbench is based on\nElectron and will be the primary desktop/GUI tool\nfor using nexB’s AboutCode tools. This app\nworks on Windows, OS X and Linux operating systems.

\n

\"ScanCode

\n

Using

\n\n
./scancode -clipeu <input> <output_file>
\n
    \n
  • We have provided a set of sample scans that you can quickly review in\nScanCode Workbench in order to get a sense of its functionality and the types of\ninformation captured by a scan. The samples are located at\nhttps://github.com/nexB/scancode-workbench/tree/develop/samples.
  • \n
  • Import a ScanCode JSON file, and see what components are in your software! See\nthe documentation for more\ninformation on how to use ScanCode Workbench.
  • \n
\n

\"Import

\n

Building

\n

You'll need Node.js (which comes with npm)\ninstalled on your computer in order to build this app. For a list of platform\nspecific requirements, see the Building section of the documentation.\nThen, from your command line:

\n
# Clone this repository\n$ git clone https://github.com/nexB/scancode-workbench.git\n\n# Go into the repository\n$ cd scancode-workbench\n\n# Install dependencies and run the app\n$ npm install\n\n# Rebuild native Node.js modules against the app version of Node.js\n# MacOS, Linux and Git Bash on Windows\n$ $(npm bin)/electron-rebuild\n# Windows except for Git Bash\n> .\\node_modules\\.bin\\electron-rebuild.cmd\n\n# Run the app\n$ npm start
\n

Release Instructions

\n

You can build a dist directory containing executables for any one of three\ntarget platforms by running:

\n
$ python build.py
\n

After building is done, you can find ScanCode-Workbench under\ndist/ScanCode-Workbench-<os>-x64-<version>. Archives (tar.gz and .zip) are\nalso built.

\n

Note: A build for any of the three target platforms must be executed on the\ntargeted platform.

\n

Testing

\n

Test ABCM functionality using:

\n
$ npm test
\n

License

\n
    \n
  • Apache-2.0
  • \n
  • Multiple licenses (LGPL, MIT, BSD, etc.) for third-party components.
  • \n
\n

See the NOTICE file for more details.

\n

Support

\n

If you have a question, a suggestion or find a bug, enter an issue.

\n

\"Gitter

\n

For questions and chats, you can join the Gitter channel at https://gitter.im/aboutcode-org/discuss

\n
", - "readmeFetchedAt": "2020-09-17T12:09:48.346Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:49.816Z" }, - "sandman": { - "readmeCleaned": "
\n

\"Sandman\" Sandman \"Sandman\"

\n

an application built with late night developers in mind

\n

\"Version\" \"Github \"Build \"Libraries.io

\n

\"Codacy \"framework\" \"platform\" \"license\"

\n

\"Counting

\n

Lightweight bash version can be found here

\n

Sandman will remind you to take a rest and that you can always come back to the work tomorrow.

\n

A sleep cycle is a 90-minute chunk of time where your body transitions through various phases of sleep — all the way down to deep REM sleep — then back again. Some health experts believe that these 90-minute sleep cycles are the key to restful sleep. They recommend trying to sleep exactly 7.5 hours — or even 9 hours, if you have the time.

\n

Based on your wakeup time and the sleep algorithm Sandman calculates the best times for you to sleep. It will notify you throughout the night when the optimal times to shutdown your computer and start to head to sleep and provide a button to do just that.

\n

This application works well with https://justgetflux.com/

\n

Inspired by http://sleepyti.me

\n
\n

In Action

\n

\"Usage\"

\n

Install

\n

Mac

\n

Homebrew casks are the preferred method of installations (easiest to upgrade Sandman with brew cask update)

\n

Homebrew install

\n
brew tap caskroom/cask # add homebrew casks if you havent already\nbrew update\nbrew cask install sandman
\n

Manual install

\n

Download your respective platforms release from the downloads section.

\n

Drag the Sandman.app from the Sandman dmg to the Applications folder. Double Clicking on the app should run it and it could be kept in the dock from here.

\n

Linux

\n

Open up a terminal and navigate to the folder containing the downloaded installer files and run

\n

Debian

\n

First make sure you have the dependency libappindicator1

\n
sudo apt-get install libappindicator1
\n

then depending on your system architecture either run

\n
sudo dpkg -i Sandman_1.9.2_amd64.deb
\n

Or:

\n
sudo dpkg -i Sandman_1.9.2_x86.deb
\n

RedHat

\n
sudo rpm -i Sandman.rpm
\n

This will actually install Sandman as a utility application which can be accessed from your respective distributions application launchpad.

\n

Windows

\n

Scoops install

\n

If you use scoops https://github.com/lukesampson/scoop\nYou can download and install sandman with

\n
scoop buckets add extras\nscoop install sandman
\n

Manual install

\n

Download your respective architectures release from the downloads section.

\n

Open up another windows explorer and navigate to your program files folder (x86 or 64 bit is irrelevant). Now drag the entire Sandman Windows folder you extracted from the downloaded zip in the previous step over to the program files folder. Go into the folder that was just dragged over and find the Sandman.exe and run it. Now the application will show up in the dock where it can be pinned.

\n

Downloads

\n

To get the full sourced version run in terminal:

\n
git clone https://github.com/alexanderepstein/Sandman
\n

Otherwise to just get the application click the link before to head to the latest release page and download your respective platform.

\n
Version 1.9.2 Release
\n

Uninstall

\n

Mac

\n

Homebrew

\n
brew cask uninstall sandman
\n

Manual uninstall

\n

Go to the applications folder and delete the Sandman application.

\n

Linux

\n

Open up a terminal and run:

\n

Debian

\n
sudo dpkg --remove Sandman
\n

RedHat

\n
sudo rpm -e Sandman.rpm
\n

Windows

\n

Scoops

\n
scoop uninstall sandman
\n

Manual uninstall

\n

Open up the program files folder and delete the Sandman folder.

\n

Reviews Of Sandman

\n

Addictive Tips Review

\n

Softpedia Windows Review

\n

Softpedia Mac Review

\n

Helping Out

\n

It is assumed you already have node installed and therefore npm.

\n

To download the full source code and install the Dependencies run the following lines:

\n
git clone https://github.com/alexanderepstein/Sandman\ncd Sandman\nnpm install\ncd ..\nnpm start dev # this will run the application with all of the devtools open
\n

If you get some error and the application wont run try running the following lines and see if that works.

\n

Linux/Mac

\n
cd Sandman\nsudo npm install -g
\n

Windows

\n

Right click on the start menu icon at the bottom left and click on the option to open a command prompt in developer mode\ncd to the Sandman directory then run

\n
npm install -g
\n

CSS Compilation

\n

The app styling was made with: Sass v3.3.14 Ruby v2.3.1p112.

\n

To compile the stylesheet you'll only need to run the following command:

\n
sass --watch scss:css --style compressed
\n

To Compile Source To Application

\n

Linux

\n

Open a terminal to the Sandman directory

\n
cd build\nchmod a+x linux.sh\n./linux.sh
\n

This will build installers for Debian 32/64 bit and Redhat linux in the build/dist/installers folder

\n

Mac

\n

Open a terminal to the Sandman directory

\n
cd build\nchmod a+x mac.sh\n./mac.sh
\n

This will build a dmg in the build folder

\n

Windows

\n

Right click on the start menu icon at the bottom left and click on the option to open a command prompt in developer mode\nthen run

\n
npm install -g electron-packager
\n

Then once electron packager is installed to package your electron application open up a terminal and cd into the Sandman folder then run

\n

For 64 Bit Binary:

\n
electron-packager . Sandman --platform win32 --arch x64 --out dist/
\n

For 32 Bit Binary

\n
electron-packager . Sandman --platform win32 --arch ia32 --out dist/
\n

If you have a feature you would like to add or optimizations to the original code

\n
    \n
  • Feel free to fork this repository and submit a pull request
  • \n
  • Add an issue labeled as an enhancement and if I think its a good idea I will do my best to implement it myself
  • \n
\n
( •_•)\n( •_•)>⌐■-■\n(⌐■_■)
\n

Donate

\n

If this project helped you in any way and you feel like buying a broke college kid a cup of coffee

\n

\"Donate\"\n\"Donate\"

\n

License

\n

MIT License

\n

Copyright (c) 2017 Alex Epstein

\n

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

\n

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

\n

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

\n
", - "readmeOriginal": "
\n

\"Sandman\" Sandman \"Sandman\"

\n

an application built with late night developers in mind

\n

\"Version\" \"Github \"Build \"Libraries.io

\n

\"Codacy \"framework\" \"platform\" \"license\"

\n

\"Counting

\n

Lightweight bash version can be found here

\n

Sandman will remind you to take a rest and that you can always come back to the work tomorrow.

\n

A sleep cycle is a 90-minute chunk of time where your body transitions through various phases of sleep — all the way down to deep REM sleep — then back again. Some health experts believe that these 90-minute sleep cycles are the key to restful sleep. They recommend trying to sleep exactly 7.5 hours — or even 9 hours, if you have the time.

\n

Based on your wakeup time and the sleep algorithm Sandman calculates the best times for you to sleep. It will notify you throughout the night when the optimal times to shutdown your computer and start to head to sleep and provide a button to do just that.

\n

This application works well with https://justgetflux.com/

\n

Inspired by http://sleepyti.me

\n
\n

In Action

\n

\"Usage\"

\n

Install

\n

Mac

\n

Homebrew casks are the preferred method of installations (easiest to upgrade Sandman with brew cask update)

\n

Homebrew install

\n
brew tap caskroom/cask # add homebrew casks if you havent already\nbrew update\nbrew cask install sandman
\n

Manual install

\n

Download your respective platforms release from the downloads section.

\n

Drag the Sandman.app from the Sandman dmg to the Applications folder. Double Clicking on the app should run it and it could be kept in the dock from here.

\n

Linux

\n

Open up a terminal and navigate to the folder containing the downloaded installer files and run

\n

Debian

\n

First make sure you have the dependency libappindicator1

\n
sudo apt-get install libappindicator1
\n

then depending on your system architecture either run

\n
sudo dpkg -i Sandman_1.9.2_amd64.deb
\n

Or:

\n
sudo dpkg -i Sandman_1.9.2_x86.deb
\n

RedHat

\n
sudo rpm -i Sandman.rpm
\n

This will actually install Sandman as a utility application which can be accessed from your respective distributions application launchpad.

\n

Windows

\n

Scoops install

\n

If you use scoops https://github.com/lukesampson/scoop\nYou can download and install sandman with

\n
scoop buckets add extras\nscoop install sandman
\n

Manual install

\n

Download your respective architectures release from the downloads section.

\n

Open up another windows explorer and navigate to your program files folder (x86 or 64 bit is irrelevant). Now drag the entire Sandman Windows folder you extracted from the downloaded zip in the previous step over to the program files folder. Go into the folder that was just dragged over and find the Sandman.exe and run it. Now the application will show up in the dock where it can be pinned.

\n

Downloads

\n

To get the full sourced version run in terminal:

\n
git clone https://github.com/alexanderepstein/Sandman
\n

Otherwise to just get the application click the link before to head to the latest release page and download your respective platform.

\n
Version 1.9.2 Release
\n

Uninstall

\n

Mac

\n

Homebrew

\n
brew cask uninstall sandman
\n

Manual uninstall

\n

Go to the applications folder and delete the Sandman application.

\n

Linux

\n

Open up a terminal and run:

\n

Debian

\n
sudo dpkg --remove Sandman
\n

RedHat

\n
sudo rpm -e Sandman.rpm
\n

Windows

\n

Scoops

\n
scoop uninstall sandman
\n

Manual uninstall

\n

Open up the program files folder and delete the Sandman folder.

\n

Reviews Of Sandman

\n

Addictive Tips Review

\n

Softpedia Windows Review

\n

Softpedia Mac Review

\n

Helping Out

\n

It is assumed you already have node installed and therefore npm.

\n

To download the full source code and install the Dependencies run the following lines:

\n
git clone https://github.com/alexanderepstein/Sandman\ncd Sandman\nnpm install\ncd ..\nnpm start dev # this will run the application with all of the devtools open
\n

If you get some error and the application wont run try running the following lines and see if that works.

\n

Linux/Mac

\n
cd Sandman\nsudo npm install -g
\n

Windows

\n

Right click on the start menu icon at the bottom left and click on the option to open a command prompt in developer mode\ncd to the Sandman directory then run

\n
npm install -g
\n

CSS Compilation

\n

The app styling was made with: Sass v3.3.14 Ruby v2.3.1p112.

\n

To compile the stylesheet you'll only need to run the following command:

\n
sass --watch scss:css --style compressed
\n

To Compile Source To Application

\n

Linux

\n

Open a terminal to the Sandman directory

\n
cd build\nchmod a+x linux.sh\n./linux.sh
\n

This will build installers for Debian 32/64 bit and Redhat linux in the build/dist/installers folder

\n

Mac

\n

Open a terminal to the Sandman directory

\n
cd build\nchmod a+x mac.sh\n./mac.sh
\n

This will build a dmg in the build folder

\n

Windows

\n

Right click on the start menu icon at the bottom left and click on the option to open a command prompt in developer mode\nthen run

\n
npm install -g electron-packager
\n

Then once electron packager is installed to package your electron application open up a terminal and cd into the Sandman folder then run

\n

For 64 Bit Binary:

\n
electron-packager . Sandman --platform win32 --arch x64 --out dist/
\n

For 32 Bit Binary

\n
electron-packager . Sandman --platform win32 --arch ia32 --out dist/
\n

If you have a feature you would like to add or optimizations to the original code

\n
    \n
  • Feel free to fork this repository and submit a pull request
  • \n
  • Add an issue labeled as an enhancement and if I think its a good idea I will do my best to implement it myself
  • \n
\n
( •_•)\n( •_•)>⌐■-■\n(⌐■_■)
\n

Donate

\n

If this project helped you in any way and you feel like buying a broke college kid a cup of coffee

\n

\"Donate\"\n\"Donate\"

\n

License

\n

MIT License

\n

Copyright (c) 2017 Alex Epstein

\n

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

\n

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

\n

THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:48.412Z" + "school-timetable": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:49.839Z" }, - "screencat": { - "readmeCleaned": "

ScreenCat

\n

\"Icon@2x.png\"

\n

ScreenCat is an open source screen sharing + remote collaboration application. You can share your desktop with someone else while letting them share your mouse and keyboard remotely. Right now it is not as good as commercial alternatives, mostly because this is a hobby project and not a for-profit project. The big difference is that you can send PRs to make ScreenCat better!

\n

\"demo\"

\n

ScreenCat is named after cats, but also for the idea of 'catting' a screen (as in unix cat). It has two C/C++ dependencies, Electron (which includes node.js) and robotjs for creating mouse + keyboard events.

\n

ScreenCat is currently ALPHA STATUS and is intended for developers/early adopters. Check out the Issues to get involved. ScreenCat is a volunteer run project, your contributions and improvements are welcome!

\n

To download the latest build visit the releases page. Builds for your OS may not be available and you may have to build it yourself, sorry.

\n

\"js-standard-style\"

\n

\"Build

\n

\"screenshot.png\"

\n

How it works

\n

The app itself is written in JS, HTML and CSS. The CSS is from tachyons. The app is wrapped up in an electron application using the menubar module.

\n

One really cool feature of ScreenCat is the ability to screenshare with a normal browser. Using our remote control page you can send your invite code to a web user and they can remote control your computer. Currently Google Chrome is recommended. You can also screenshare between 2 ScreenCat.app users.

\n

\"remote-control.gif\"

\n

The screensharing takes advantage of an experimental feature built in to Chromium's WebRTC implementation called chromeMediaSource: 'screen'. This lets you share the host computers entire desktop over a WebRTC video channel. On the remote end, you can render the data in a <video> element.

\n

To initiate the WebRTC connection both peers must swap sdp connection information payloads. After compression, you can get the payloads down to about 1K. This is technically small enough to copy/paste through e.g. SMS, but it's on the larger side. Also you have to do a full round trip, where user A sends their code to user B, and vice versa before a connection can be established.

\n

To simplify the connection process the app uses cat-lobby, a minimal lobby server using HTTP and Server-Sent Events. This simply lets users swap SDP payloads without having to copy/paste large text blocks back and forth.

\n

To hook up the mouse and keyboard, the remote end uses standard mousedown and keydown events and sends them over a WebRTC data channel to the host. On the host side the app must synthesize mouse and keyboard events on the host OS. This is the tricky part, and the only part where a custom native node addon (C++) is required. Luckily I found the robotjs project which while still being relatively new and rough around the edges still got the job done after some modifications.

\n

Currently the app works best between Macs, mostly because that is what the original author used. However, you can build it for Linux or Windows too.

\n

The motivation for making ScreenCat came from a lack of open source + easily hackable screen sharing tools. I collaborate with many remote open source developers and being able to customize the software we use to work together is important to me. ScreenCat will remain free and BSD licensed, and your contributions are welcome! Check out the issues, especially those marked as help wanted.

\n
Building the app
\n

For mac/linux:

\n
npm install # installs electron and all the deps\nnpm start # runs the app in the electron wrapper\nnpm run build # builds the mac app
\n

For windows:

\n

You will need Visual studio C++ installed so you can build the native modules. Here are instructions for cmd.exe:

\n
git clone https://github.com/maxogden/screencat.git\ncd screencat\nnpm install\nnpm install electron-rebuild\n.\\node_modules\\.bin\\electron-rebuild.cmd\nnpm start\n
\n

source code guide

\n
    \n
  • the electron app executable is electron.js
  • \n
  • the electron app UI and main code are app.html, app.js and screen.js
  • \n
  • the remote web viewer UI and core are remote.js and remote.html
  • \n
  • peer.js and connect.js are used by both the electron app and the web viewer
  • \n
\n
", - "readmeOriginal": "

ScreenCat

\n

\"Icon@2x.png\"

\n

ScreenCat is an open source screen sharing + remote collaboration application. You can share your desktop with someone else while letting them share your mouse and keyboard remotely. Right now it is not as good as commercial alternatives, mostly because this is a hobby project and not a for-profit project. The big difference is that you can send PRs to make ScreenCat better!

\n

\"demo\"

\n

ScreenCat is named after cats, but also for the idea of 'catting' a screen (as in unix cat). It has two C/C++ dependencies, Electron (which includes node.js) and robotjs for creating mouse + keyboard events.

\n

ScreenCat is currently ALPHA STATUS and is intended for developers/early adopters. Check out the Issues to get involved. ScreenCat is a volunteer run project, your contributions and improvements are welcome!

\n

To download the latest build visit the releases page. Builds for your OS may not be available and you may have to build it yourself, sorry.

\n

\"js-standard-style\"

\n

\"Build

\n

\"screenshot.png\"

\n

How it works

\n

The app itself is written in JS, HTML and CSS. The CSS is from tachyons. The app is wrapped up in an electron application using the menubar module.

\n

One really cool feature of ScreenCat is the ability to screenshare with a normal browser. Using our remote control page you can send your invite code to a web user and they can remote control your computer. Currently Google Chrome is recommended. You can also screenshare between 2 ScreenCat.app users.

\n

\"remote-control.gif\"

\n

The screensharing takes advantage of an experimental feature built in to Chromium's WebRTC implementation called chromeMediaSource: 'screen'. This lets you share the host computers entire desktop over a WebRTC video channel. On the remote end, you can render the data in a <video> element.

\n

To initiate the WebRTC connection both peers must swap sdp connection information payloads. After compression, you can get the payloads down to about 1K. This is technically small enough to copy/paste through e.g. SMS, but it's on the larger side. Also you have to do a full round trip, where user A sends their code to user B, and vice versa before a connection can be established.

\n

To simplify the connection process the app uses cat-lobby, a minimal lobby server using HTTP and Server-Sent Events. This simply lets users swap SDP payloads without having to copy/paste large text blocks back and forth.

\n

To hook up the mouse and keyboard, the remote end uses standard mousedown and keydown events and sends them over a WebRTC data channel to the host. On the host side the app must synthesize mouse and keyboard events on the host OS. This is the tricky part, and the only part where a custom native node addon (C++) is required. Luckily I found the robotjs project which while still being relatively new and rough around the edges still got the job done after some modifications.

\n

Currently the app works best between Macs, mostly because that is what the original author used. However, you can build it for Linux or Windows too.

\n

The motivation for making ScreenCat came from a lack of open source + easily hackable screen sharing tools. I collaborate with many remote open source developers and being able to customize the software we use to work together is important to me. ScreenCat will remain free and BSD licensed, and your contributions are welcome! Check out the issues, especially those marked as help wanted.

\n
Building the app
\n

For mac/linux:

\n
npm install # installs electron and all the deps\nnpm start # runs the app in the electron wrapper\nnpm run build # builds the mac app
\n

For windows:

\n

You will need Visual studio C++ installed so you can build the native modules. Here are instructions for cmd.exe:

\n
git clone https://github.com/maxogden/screencat.git\ncd screencat\nnpm install\nnpm install electron-rebuild\n.\\node_modules\\.bin\\electron-rebuild.cmd\nnpm start\n
\n

source code guide

\n
    \n
  • the electron app executable is electron.js
  • \n
  • the electron app UI and main code are app.html, app.js and screen.js
  • \n
  • the remote web viewer UI and core are remote.js and remote.html
  • \n
  • peer.js and connect.js are used by both the electron app and the web viewer
  • \n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:48.629Z" + "sciencefair": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:49.861Z" }, "screentray": { - "readmeCleaned": "

\"ScreenTray\"

\n

ScreenTray is a macOS application for capturing, annotating and sharing screenshots. Quickly add comments, highlight what matters or blur any sensitive content. Upload screenshots to Google Drive or Dropbox. Copy screenshots to the clipboard and paste them directly into Slack, WhatsApp, Facebook, Twitter, Gmail, Jira, Trello and lots of other apps.

\n

Learn more at screentray.com

\n

Watch the demo video

\n

\"ScreenTray\"

\n
", - "readmeOriginal": "

\"ScreenTray\"

\n

ScreenTray is a macOS application for capturing, annotating and sharing screenshots. Quickly add comments, highlight what matters or blur any sensitive content. Upload screenshots to Google Drive or Dropbox. Copy screenshots to the clipboard and paste them directly into Slack, WhatsApp, Facebook, Twitter, Gmail, Jira, Trello and lots of other apps.

\n

Learn more at screentray.com

\n

Watch the demo video

\n

\"ScreenTray\"

\n
", - "readmeFetchedAt": "2020-09-17T12:09:48.666Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:49.875Z" + }, + "screencat": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:49.882Z" }, "sealtalk": { - "readmeCleaned": "

SealTalk - Desktop

\n

基于融云桌面版解决方案: http://www.rongcloud.cn/docs/desktop.html

\n

融云桌面版解决方案通过 c++ 在系统底层处理通讯协议、消息收发、存储、搜索,同时提供了截图、文件下载、本地文件操作等功能模块,功能丰富,支持 Windows、Mac、Linux等操作系统。

\n

开发者只需要开发界面交互即可快速完成IM产品开发,咨询电话:13161856839

\n

下载体验 SealTalk 桌面版:

\n

Windows:http://downloads.rongcloud.cn/SealTalk_by_RongCloud_1_0_2.exe

\n

Mac:http://downloads.rongcloud.cn/SealTalk_by_RongCloud_1_0_2.dmg

\n
", - "readmeOriginal": "

SealTalk - Desktop

\n

基于融云桌面版解决方案: http://www.rongcloud.cn/docs/desktop.html

\n

融云桌面版解决方案通过 c++ 在系统底层处理通讯协议、消息收发、存储、搜索,同时提供了截图、文件下载、本地文件操作等功能模块,功能丰富,支持 Windows、Mac、Linux等操作系统。

\n

开发者只需要开发界面交互即可快速完成IM产品开发,咨询电话:13161856839

\n

下载体验 SealTalk 桌面版:

\n

Windows:http://downloads.rongcloud.cn/SealTalk_by_RongCloud_1_0_2.exe

\n

Mac:http://downloads.rongcloud.cn/SealTalk_by_RongCloud_1_0_2.dmg

\n
", - "readmeFetchedAt": "2020-09-17T12:09:48.725Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:49.886Z" + }, + "serina": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:49.917Z" }, "seapig": { - "readmeCleaned": "

SeaPig

\n

\"\"SeaPig is converter from markdown to html with marked.js and highlight.js.

\n

\"\"

\n

Usage

\n

SeaPig has two panes. Left pane is editor. Right pane is HTML previewer.

\n

When you input markdown, SeaPig refresh HTML preview.

\n

You can use GitHub Flavored Markdown.

\n

SeaPig has tool bar contains one drop down list and eight buttons.

\n

\"\"

\n

You can select key bindings from drop down list. (default/emacs/vim/sublime)

\n

Eight buttons has feature below.

\n
    \n
  • New markdown file (Open new window)
  • \n
  • Open markdown file to editor.
  • \n
  • Save markdown file from editor.
  • \n
  • Export HTML file from previewer.(At the same time css stylesheet is copied to same folder.)
  • \n
  • Export PDF file
  • \n
  • Hide editor
  • \n
  • Hide previewer
  • \n
  • Refresh HTML preview
  • \n
\n

viz.js support

\n

When You write code block as graphviz language and write dot language, rendering graph image at svg as below.

\n
```graphviz\ndigraph g { a -> b; }\n```\n
\n

to

\n

\"\"

\n

uiflow support

\n

When You write code block as uiflow language and write uiflow language, rendering graph image at svg as below.

\n
```uiflow\n[top page]\nuser name\npassword\n--\nlogin\n==>mypage\n\n[mypage]\nfavorite list\n```\n
\n

to

\n

\"\"

\n

MathJax support (code block only)

\n
```math\nE=mc^2\n```\n
\n

to

\n

\"\"

\n

More example, test/mathjax.md

\n

mermaid support

\n

When You write code block as mermaid language and write mermaid language, rendering graph image at svg as below.

\n
```mermaid\nsequenceDiagram\n    participant main\n    participant renderer\n    participant previewer\n    main->>renderer: Open file\n    renderer->>previewer: Refresh preview\n```\n
\n

to

\n

\"\"

\n

For developers

\n

How to build

\n
$ git clone https://github.com/yasumichi/seapig.git\n$ cd seapig\n$ git submodule update -i\n$ npm install\n$ npm build-dep\n...\n
\n

How to lunch

\n
$ npm start\n
\n

How to package

\n
$ npm run package:win32\n
\n

How to package all (on Linux)

\n
$ ./build.sh\n
\n

ToDo

\n
    \n
  • save your favorite keybindings (default/emacs/vim)
  • \n
  • support task list item.
  • \n
  • add viz.js support
  • \n
  • add uiflow support.
  • \n
  • add mermaid support
  • \n
  • add simultaneous scroll
  • \n
  • add original menu
  • \n
  • add new document
  • \n
  • add alternative stylesheet
  • \n
  • control display editor and previewer
  • \n
  • add batch mode
  • \n
  • introduce virtual dom framework (mithril.js)
  • \n
\n

Special Thanks

\n\n

License

\n

MIT (excludes photon, node_modules and icons)

\n

Copyright © 2016-2019 Yasumichi Akahoshi

\n

Icons copyright

\n
    \n
  • seapig.icns
  • \n
  • seapig.ico
  • \n
  • seapig.png
  • \n
\n

Copyright © いらすとや. All Rights Reserved.

\n
", - "readmeOriginal": "

SeaPig

\n

\"\"SeaPig is converter from markdown to html with marked.js and highlight.js.

\n

\"\"

\n

Usage

\n

SeaPig has two panes. Left pane is editor. Right pane is HTML previewer.

\n

When you input markdown, SeaPig refresh HTML preview.

\n

You can use GitHub Flavored Markdown.

\n

SeaPig has tool bar contains one drop down list and eight buttons.

\n

\"\"

\n

You can select key bindings from drop down list. (default/emacs/vim/sublime)

\n

Eight buttons has feature below.

\n
    \n
  • New markdown file (Open new window)
  • \n
  • Open markdown file to editor.
  • \n
  • Save markdown file from editor.
  • \n
  • Export HTML file from previewer.(At the same time css stylesheet is copied to same folder.)
  • \n
  • Export PDF file
  • \n
  • Hide editor
  • \n
  • Hide previewer
  • \n
  • Refresh HTML preview
  • \n
\n

viz.js support

\n

When You write code block as graphviz language and write dot language, rendering graph image at svg as below.

\n
```graphviz\ndigraph g { a -> b; }\n```\n
\n

to

\n

\"\"

\n

uiflow support

\n

When You write code block as uiflow language and write uiflow language, rendering graph image at svg as below.

\n
```uiflow\n[top page]\nuser name\npassword\n--\nlogin\n==>mypage\n\n[mypage]\nfavorite list\n```\n
\n

to

\n

\"\"

\n

MathJax support (code block only)

\n
```math\nE=mc^2\n```\n
\n

to

\n

\"\"

\n

More example, test/mathjax.md

\n

mermaid support

\n

When You write code block as mermaid language and write mermaid language, rendering graph image at svg as below.

\n
```mermaid\nsequenceDiagram\n    participant main\n    participant renderer\n    participant previewer\n    main->>renderer: Open file\n    renderer->>previewer: Refresh preview\n```\n
\n

to

\n

\"\"

\n

For developers

\n

How to build

\n
$ git clone https://github.com/yasumichi/seapig.git\n$ cd seapig\n$ git submodule update -i\n$ npm install\n$ npm build-dep\n...\n
\n

How to lunch

\n
$ npm start\n
\n

How to package

\n
$ npm run package:win32\n
\n

How to package all (on Linux)

\n
$ ./build.sh\n
\n

ToDo

\n
    \n
  • save your favorite keybindings (default/emacs/vim)
  • \n
  • support task list item.
  • \n
  • add viz.js support
  • \n
  • add uiflow support.
  • \n
  • add mermaid support
  • \n
  • add simultaneous scroll
  • \n
  • add original menu
  • \n
  • add new document
  • \n
  • add alternative stylesheet
  • \n
  • control display editor and previewer
  • \n
  • add batch mode
  • \n
  • introduce virtual dom framework (mithril.js)
  • \n
\n

Special Thanks

\n\n

License

\n

MIT (excludes photon, node_modules and icons)

\n

Copyright © 2016-2019 Yasumichi Akahoshi

\n

Icons copyright

\n
    \n
  • seapig.icns
  • \n
  • seapig.ico
  • \n
  • seapig.png
  • \n
\n

Copyright © いらすとや. All Rights Reserved.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:49.026Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:49.920Z" }, "seeql": { - "readmeCleaned": "

\"PRs\n\"License:

\n

\n\"SeeQL\n

\n
\n

Welcome to SeeQL (beta): An easy-to-use desktop application that helps you visualize your database tables (including all foreign and primary key relationships), to quickly generate complex queries.

\n

Getting Started

\n

Requirements

\n

You'll need a Postgres database to connect to.

\n

How to Install

\n

Beta Release 0.0.1

\n

MacOS: seeql-0.0.1.dmg

\n

Note: For now, you might need to go to your security settings to allow the app run on your system to allow the application to run.

\n

Or from the terminal, run:

\n
git clone https://github.com/oslabs-beta/seeql.git\ncd seeql\nyarn\nyarn run build\nyarn start\n\n
\n

Features

\n

Logging In

\n

You have the option to log in with a postgres:// URI connection string, or enter your database credentials individually.

\n

\"Login\"

\n

Viewing Database Information

\n

After logging in, you'll see three sections - the side panel, the input box, and the database tables section. In the tables section, when you hover over a primary key in a table, any references to this primary key in other tables will be highlighted. Similarly, if you hover over a foreign key in a table, its related primary key will be highlighted.

\n

Click on any table's info icon to view its information in the side panel.

\n

Choose the Search option above the input box to filter which tables will be displayed. You can pin tables to the top of the page for your convinience by clicking on any table's pin icon.

\n

\"finalSeeQLViewDB\"

\n

Generating SQL queries & Viewing the results

\n

You can write a SQL SELECT query in the SQL input box, or automatically generate a query by clicking on the rows of a table. Once your query is complete, click execute query. If your query has any errors, an error message will display telling you exactly where the error occured.

\n

\"finalGenerateQuery\"

\n

After clicking execute, you'll be able to see your results in the Results section. Clicking on a column name will sort your table data accordingly.\nYou can filter which rows are visible by clicking the search icon next to each column name.

\n

Resources

\n

Built on Electron, React and Typescript

\n

Creators: Kate Matthrews, Tyler Sayles, Ariel Hyman, Alice Wong

\n
", - "readmeOriginal": "

\"PRs\n\"License:

\n

\n\"SeeQL\n

\n
\n

Welcome to SeeQL (beta): An easy-to-use desktop application that helps you visualize your database tables (including all foreign and primary key relationships), to quickly generate complex queries.

\n

Getting Started

\n

Requirements

\n

You'll need a Postgres database to connect to.

\n

How to Install

\n

Beta Release 0.0.1

\n

MacOS: seeql-0.0.1.dmg

\n

Note: For now, you might need to go to your security settings to allow the app run on your system to allow the application to run.

\n

Or from the terminal, run:

\n
git clone https://github.com/oslabs-beta/seeql.git\ncd seeql\nyarn\nyarn run build\nyarn start\n\n
\n

Features

\n

Logging In

\n

You have the option to log in with a postgres:// URI connection string, or enter your database credentials individually.

\n

\"Login\"

\n

Viewing Database Information

\n

After logging in, you'll see three sections - the side panel, the input box, and the database tables section. In the tables section, when you hover over a primary key in a table, any references to this primary key in other tables will be highlighted. Similarly, if you hover over a foreign key in a table, its related primary key will be highlighted.

\n

Click on any table's info icon to view its information in the side panel.

\n

Choose the Search option above the input box to filter which tables will be displayed. You can pin tables to the top of the page for your convinience by clicking on any table's pin icon.

\n

\"finalSeeQLViewDB\"

\n

Generating SQL queries & Viewing the results

\n

You can write a SQL SELECT query in the SQL input box, or automatically generate a query by clicking on the rows of a table. Once your query is complete, click execute query. If your query has any errors, an error message will display telling you exactly where the error occured.

\n

\"finalGenerateQuery\"

\n

After clicking execute, you'll be able to see your results in the Results section. Clicking on a column name will sort your table data accordingly.\nYou can filter which rows are visible by clicking the search icon next to each column name.

\n

Resources

\n

Built on Electron, React and Typescript

\n

Creators: Kate Matthrews, Tyler Sayles, Ariel Hyman, Alice Wong

\n
", - "readmeFetchedAt": "2020-09-17T12:09:49.035Z" - }, - "sciencefair": { - "readmeCleaned": "
\n

\n The open source p2p desktop science library that puts users in control.\n

\n

\n \n \n \"API\n \n \n \n \"Latest\n \n \n \n \n \n \n \n \"MIT\n \n \n \n \n \n

\n
\n

We've released 🎈 v1.0 🎈! But we're just getting started. Check out the roadmap to see where we're headed.

\n
\n
\n

Why ScienceFair?

\n

How we access, read and reuse scientific literature is largely controlled\nby a few vast publishing organisations. Many wonderful innovations are being\nexplored outside those organisations, but they are rarely\nintegrated into the platforms where people actually access science.

\n

We have a vision of a different, better, future for science. A future that's more fair, inclusive and open.\nA future where people can explore and innovate and where users control and customise their experience.

\n

ScienceFair aims to help pave the road to that future. The main thing that sets it apart? Freedom from centralised control.

\n
\n

We're creating a desktop experience for discovering, tracking, collecting and reading scientific articles that:

\n
    \n
  • is completely free from external control (e.g. by publishers or platforms)
  • \n
  • helps decentralise the distribution and storage of the scholarly literature
  • \n
  • allows the user to customise their experience
  • \n
  • promotes and integrates open data and metadata
  • \n
  • helps grow an ecosystem of open source tools around scientific literature
  • \n
\n

contents

\n\n

downloads

\n

You can download installers or bundled apps for Windows, Mac and Linux from the releases page.

\n

If you find a bug, please report it in the issue tracker.

\n

technical details

\n

Some of the things that ScienceFair does differently:

\n

A reading experience optimised for Science

\n

We use the beautiful Lens reader to render JATS XML to a reading experience optimised for scientific papers.

\n

\"reader\"

\n

Instant multi-source search

\n

Instant search of your local collection and remote datasources, only downloading the data requested.

\n

\"results\"

\n

Secure, flexible, distributed datasources

\n

A ScienceFair datasource can be a journal, a curated community collection, a personal reading list... anything you like.

\n

v1.0 comes with the eLife journal by default, and more will follow very soon.

\n

Datasources are append-only feeds of JATS XML articles, signed with public-key encryption and distributed peer-to-peer (using dat). This means:

\n
    \n
  • downloads come from the nearest, fastest sources
  • \n
  • it doesn't matter if the original source goes offline
  • \n
  • only the original creator can add new content
  • \n
  • anyone can create a datasource (tools to make this easy coming soon)
  • \n
  • your local collection of articles is ready for data mining
  • \n
\n

And importantly, datasources you create are private unless you decide to share them, and nobody can ever take a datasource offline.

\n

Built-in bibliometrics and analytics

\n

Basic bibliometrics are built-in in v1.0.

\n

Full analysis and data-mining tools, alt-metrics and enriched annotation will be coming soon.

\n

\"selection\"

\n

ScienceFair also follows a few simple design principles that we feel are missing from the ecosystem:

\n
    \n
  • we keep the interface minimal and clear
  • \n
  • incremental discovery is the way
  • \n
  • be beautiful
  • \n
\n

\"home

\n

development

\n

This project uses node v8, ideally the latest version. It also uses the two-package.json structure (what??).

\n

To get a local copy working, clone this repo, then run

\n
    \n
  • npm install to install dev dependencies
  • \n
  • cd app && npm install to install regular dependencies
  • \n
  • cd .. && npm run dev to start in development mode
  • \n
\n

roadmap

\n
    \n
  • v1.0 proof of concept:\n
      \n
    • incorporate major new technologies (dat/hyperdrive, lens reader, instant search)
    • \n
    • core user experience and design
    • \n
    • development, packaging and distribution architecture in place
    • \n
    • 1.0.x releases will be bug fixes and non-breaking improvements
    • \n
    \n
  • \n
  • v1.1 focus on datasources:\n
      \n
    • more, and bigger, datasources available by default
    • \n
    • tools for creating and managing datasources
    • \n
    • interface for creating and securely sharing p2p collections within the app
    • \n
    • a platform and interface for discovering and managing datasources
    • \n
    \n
  • \n
  • v1.2 focus on enrichment:\n
      \n
    • altmetrics, updates (e.g. retractions), etc. displayed in context in realtime
    • \n
    • advanced bibliometrics and data-mining tools
    • \n
    • annotation and commenting, within the app and drawn from existing sources
    • \n
    \n
  • \n
  • v2.0 focus on user customisation:\n
      \n
    • a package system, allowing customising and extending key aspects of the experience
    • \n
    • tools and documentation for making new packages
    • \n
    • a platform and interface for discovering and managing packages
    • \n
    \n
  • \n
\n
", - "readmeOriginal": "
\n

\n The open source p2p desktop science library that puts users in control.\n

\n

\n \n \n \"API\n \n \n \n \"Latest\n \n \n \n \n \n \n \n \"MIT\n \n \n \n \n \n

\n
\n

We've released 🎈 v1.0 🎈! But we're just getting started. Check out the roadmap to see where we're headed.

\n
\n
\n

Why ScienceFair?

\n

How we access, read and reuse scientific literature is largely controlled\nby a few vast publishing organisations. Many wonderful innovations are being\nexplored outside those organisations, but they are rarely\nintegrated into the platforms where people actually access science.

\n

We have a vision of a different, better, future for science. A future that's more fair, inclusive and open.\nA future where people can explore and innovate and where users control and customise their experience.

\n

ScienceFair aims to help pave the road to that future. The main thing that sets it apart? Freedom from centralised control.

\n
\n

We're creating a desktop experience for discovering, tracking, collecting and reading scientific articles that:

\n
    \n
  • is completely free from external control (e.g. by publishers or platforms)
  • \n
  • helps decentralise the distribution and storage of the scholarly literature
  • \n
  • allows the user to customise their experience
  • \n
  • promotes and integrates open data and metadata
  • \n
  • helps grow an ecosystem of open source tools around scientific literature
  • \n
\n

contents

\n\n

downloads

\n

You can download installers or bundled apps for Windows, Mac and Linux from the releases page.

\n

If you find a bug, please report it in the issue tracker.

\n

technical details

\n

Some of the things that ScienceFair does differently:

\n

A reading experience optimised for Science

\n

We use the beautiful Lens reader to render JATS XML to a reading experience optimised for scientific papers.

\n

\"reader\"

\n

Instant multi-source search

\n

Instant search of your local collection and remote datasources, only downloading the data requested.

\n

\"results\"

\n

Secure, flexible, distributed datasources

\n

A ScienceFair datasource can be a journal, a curated community collection, a personal reading list... anything you like.

\n

v1.0 comes with the eLife journal by default, and more will follow very soon.

\n

Datasources are append-only feeds of JATS XML articles, signed with public-key encryption and distributed peer-to-peer (using dat). This means:

\n
    \n
  • downloads come from the nearest, fastest sources
  • \n
  • it doesn't matter if the original source goes offline
  • \n
  • only the original creator can add new content
  • \n
  • anyone can create a datasource (tools to make this easy coming soon)
  • \n
  • your local collection of articles is ready for data mining
  • \n
\n

And importantly, datasources you create are private unless you decide to share them, and nobody can ever take a datasource offline.

\n

Built-in bibliometrics and analytics

\n

Basic bibliometrics are built-in in v1.0.

\n

Full analysis and data-mining tools, alt-metrics and enriched annotation will be coming soon.

\n

\"selection\"

\n

ScienceFair also follows a few simple design principles that we feel are missing from the ecosystem:

\n
    \n
  • we keep the interface minimal and clear
  • \n
  • incremental discovery is the way
  • \n
  • be beautiful
  • \n
\n

\"home

\n

development

\n

This project uses node v8, ideally the latest version. It also uses the two-package.json structure (what??).

\n

To get a local copy working, clone this repo, then run

\n
    \n
  • npm install to install dev dependencies
  • \n
  • cd app && npm install to install regular dependencies
  • \n
  • cd .. && npm run dev to start in development mode
  • \n
\n

roadmap

\n
    \n
  • v1.0 proof of concept:\n
      \n
    • incorporate major new technologies (dat/hyperdrive, lens reader, instant search)
    • \n
    • core user experience and design
    • \n
    • development, packaging and distribution architecture in place
    • \n
    • 1.0.x releases will be bug fixes and non-breaking improvements
    • \n
    \n
  • \n
  • v1.1 focus on datasources:\n
      \n
    • more, and bigger, datasources available by default
    • \n
    • tools for creating and managing datasources
    • \n
    • interface for creating and securely sharing p2p collections within the app
    • \n
    • a platform and interface for discovering and managing datasources
    • \n
    \n
  • \n
  • v1.2 focus on enrichment:\n
      \n
    • altmetrics, updates (e.g. retractions), etc. displayed in context in realtime
    • \n
    • advanced bibliometrics and data-mining tools
    • \n
    • annotation and commenting, within the app and drawn from existing sources
    • \n
    \n
  • \n
  • v2.0 focus on user customisation:\n
      \n
    • a package system, allowing customising and extending key aspects of the experience
    • \n
    • tools and documentation for making new packages
    • \n
    • a platform and interface for discovering and managing packages
    • \n
    \n
  • \n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:49.086Z" - }, - "serina": { - "readmeCleaned": "

Serina | GitHub page here

\n

\"Build\n\"License\"\n\"Built

\n
\n

GUI for create translation files for i18next

\n
\n

🖼 Preview (Serina R0.2.4)

\n

\"Serina

\n

💾 Download

\n

Serina can be downloaded here. Available versions for Linux, Windows (64bits) and Mac OS.

\n

To use, unzip in the desired location and execute Serina.

\n

If you need a different version, please follow the development instructions to make your own build from the source code

\n

📖 Usage

\n

Serina allows you to create translations for each language, you can access the different languages by clicking on their map in the languages list.

\n

Create translation for a language

\n

This page displays the list of languages and allows you to add a new language via a form using the ISO 639-1 language code. Example:"FR" or "EN".

\n

The display of the languages is available in two versions (card list or list) that can be set on the parameter page. The number of elements in a language is displayed under the name of the language.

\n

Edit translation

\n

This page displays the groups and translations of the first level of the translation and then recursively displays the sub-levels via access to a group allowing access to its content.

\n

Adding a group is done via a modal that allows you to enter the group name. The modification will also be done via a modal which will ask for the new name of the group. Deleting a group will ask for confirmation before deleting.

\n

The addition of a translation is done via a card added to the list of translations. The recording and deletion is done directly with the icons on the map.

\n

Changing a translation triggers a key or value change detection system to know whether to display the save button in order to have a good interface.

\n

Search

\n

A search bar represented by a magnifying glass is integrated in the toolbar. The research focuses on the "keys" of translations.\nThe first corresponding element will be selected to highlight it. And if several items match the search, a navigation between the corresponding items is displayed next to the search bar.

\n

Search is close if you navigate or delete a translation.

\n

Parallel edition of two languages

\n

Parallel entry of two languages is done via the "swap" (on the right-hand side of the groups and translations of the first level) comprising:\nthe main language (the one selected in the list of languages)\nthe second language that can be chosen from the other available languages.

\n

Then it is enough to validate and the second language is automatically added below each value of the main language. Parallel editing works exactly like simple language editing.

\n

Parameters

\n

The settings allow you to modify the app according to your preferences. A "About" section is also present to get details about the application.

\n

Basic parameters

\n
    \n
  • The format of the language list (in card list or list)
  • \n
  • The language of the application (EN, ES or FR for the moment)
  • \n
\n

Advanced parameters

\n
    \n
  • Custom location of translation files (Available in version 0.3)
  • \n
\n

Others parameters

\n
    \n
  • The theme of the application
  • \n
  • Keyboard shortcuts
  • \n
\n

⁉️ FAQ

\n

Your language is not available in the app ?

\n

You can translate the application and submit your translation in PR. Or create issue.

\n

Your language doesn't have its flag displayed ?

\n

You can open a issue to explain your problem with a screenshot if possible.

\n

🔨 Development

\n

If you want to contribute to Serina, create a new different version of Serina, or compile it from source code, follow these instructions.

\n

Clone/download source code from the github repo. Make sure you have node, npm, yarn, bower already installed in your system:

\n
    \n
  1. yarn to install all the dependencies.
  2. \n
  3. yarn start to start API on localhost:7777.
  4. \n
  5. grunt serve to start Serina on localhost:9000.
  6. \n
  7. yarn run package to build serina for linux (build will be placed in packages folder).\n
      \n
    • grunt package to make builds for windows, linux and mac os.
    • \n
    • grunt package:win32 to make build for windows (64bits).
    • \n
    • grunt package:linux to make build for linux.
    • \n
    • grunt package:macos to make build for mac os (64bits).
    • \n
    \n
  8. \n
  9. grunt test to run the automated tests.\n
      \n
    • Please, ensure the tests are passing before creating a pull requests. Add tests for your changes.
    • \n
    \n
  10. \n
\n

👏Acknowledgments

\n
    \n
  • Electron framework was used for the app development.
  • \n
\n

📖 License

\n

Serina is being developed and maintained as Open-Source software by @ORN-Fox (https://github.com/ORN-Fox) licensed under MIT LICENSE

\n

📝 Source Code

\n

The original source code can be found at: https://github.com/ORN-Fox/serina-1

\n
", - "readmeOriginal": "

Serina | GitHub page here

\n

\"Build\n\"License\"\n\"Built

\n
\n

GUI for create translation files for i18next

\n
\n

🖼 Preview (Serina R0.2.4)

\n

\"Serina

\n

💾 Download

\n

Serina can be downloaded here. Available versions for Linux, Windows (64bits) and Mac OS.

\n

To use, unzip in the desired location and execute Serina.

\n

If you need a different version, please follow the development instructions to make your own build from the source code

\n

📖 Usage

\n

Serina allows you to create translations for each language, you can access the different languages by clicking on their map in the languages list.

\n

Create translation for a language

\n

This page displays the list of languages and allows you to add a new language via a form using the ISO 639-1 language code. Example:\"FR\" or \"EN\".

\n

The display of the languages is available in two versions (card list or list) that can be set on the parameter page. The number of elements in a language is displayed under the name of the language.

\n

Edit translation

\n

This page displays the groups and translations of the first level of the translation and then recursively displays the sub-levels via access to a group allowing access to its content.

\n

Adding a group is done via a modal that allows you to enter the group name. The modification will also be done via a modal which will ask for the new name of the group. Deleting a group will ask for confirmation before deleting.

\n

The addition of a translation is done via a card added to the list of translations. The recording and deletion is done directly with the icons on the map.

\n

Changing a translation triggers a key or value change detection system to know whether to display the save button in order to have a good interface.

\n

Search

\n

A search bar represented by a magnifying glass is integrated in the toolbar. The research focuses on the \"keys\" of translations.\nThe first corresponding element will be selected to highlight it. And if several items match the search, a navigation between the corresponding items is displayed next to the search bar.

\n

Search is close if you navigate or delete a translation.

\n

Parallel edition of two languages

\n

Parallel entry of two languages is done via the \"swap\" (on the right-hand side of the groups and translations of the first level) comprising:\nthe main language (the one selected in the list of languages)\nthe second language that can be chosen from the other available languages.

\n

Then it is enough to validate and the second language is automatically added below each value of the main language. Parallel editing works exactly like simple language editing.

\n

Parameters

\n

The settings allow you to modify the app according to your preferences. A \"About\" section is also present to get details about the application.

\n

Basic parameters

\n
    \n
  • The format of the language list (in card list or list)
  • \n
  • The language of the application (EN, ES or FR for the moment)
  • \n
\n

Advanced parameters

\n
    \n
  • Custom location of translation files (Available in version 0.3)
  • \n
\n

Others parameters

\n
    \n
  • The theme of the application
  • \n
  • Keyboard shortcuts
  • \n
\n

⁉️ FAQ

\n

Your language is not available in the app ?

\n

You can translate the application and submit your translation in PR. Or create issue.

\n

Your language doesn't have its flag displayed ?

\n

You can open a issue to explain your problem with a screenshot if possible.

\n

🔨 Development

\n

If you want to contribute to Serina, create a new different version of Serina, or compile it from source code, follow these instructions.

\n

Clone/download source code from the github repo. Make sure you have node, npm, yarn, bower already installed in your system:

\n
    \n
  1. yarn to install all the dependencies.
  2. \n
  3. yarn start to start API on localhost:7777.
  4. \n
  5. grunt serve to start Serina on localhost:9000.
  6. \n
  7. yarn run package to build serina for linux (build will be placed in packages folder).\n
      \n
    • grunt package to make builds for windows, linux and mac os.
    • \n
    • grunt package:win32 to make build for windows (64bits).
    • \n
    • grunt package:linux to make build for linux.
    • \n
    • grunt package:macos to make build for mac os (64bits).
    • \n
    \n
  8. \n
  9. grunt test to run the automated tests.\n
      \n
    • Please, ensure the tests are passing before creating a pull requests. Add tests for your changes.
    • \n
    \n
  10. \n
\n

👏Acknowledgments

\n
    \n
  • Electron framework was used for the app development.
  • \n
\n

📖 License

\n

Serina is being developed and maintained as Open-Source software by @ORN-Fox (https://github.com/ORN-Fox) licensed under MIT LICENSE

\n

📝 Source Code

\n

The original source code can be found at: https://github.com/ORN-Fox/serina-1

\n
", - "readmeFetchedAt": "2020-09-17T12:09:49.182Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:49.926Z" }, "servpane": { - "readmeCleaned": "

\n \"PrefPane\"\n

\n

\n \"PrefPane\n

\n

\n \n \"Sponsored\n \n

\n

A launchd menu bar app for Mac

\n

Download

\n

ServPane is currently available for Mac OSX.

\n

Download the latest version from the releases page.

\n

Technical

\n

ServPane is built using HTML, CSS, and JavaScript. It's also built using Electron.

\n

Build Setup

\n
# install dependencies\nnpm install\n\n# build electron application for development\nnpm start\n\n# pack electron application for production\nnpm run dist\n
\n

Acknowledge

\n

Special thanks to Roman Shamin for the logo.

\n

Contributing

\n

Bug reports and pull requests are welcome on GitHub at https://github.com/aderyabin/ServPane. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

\n

License

\n

The gem is available as open source under the terms of the MIT License.

\n

Code of Conduct

\n

Everyone interacting in the Localer project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

\n
", - "readmeOriginal": "

\n \"PrefPane\"\n

\n

\n \"PrefPane\n

\n

\n \n \"Sponsored\n \n

\n

A launchd menu bar app for Mac

\n

Download

\n

ServPane is currently available for Mac OSX.

\n

Download the latest version from the releases page.

\n

Technical

\n

ServPane is built using HTML, CSS, and JavaScript. It's also built using Electron.

\n

Build Setup

\n
# install dependencies\nnpm install\n\n# build electron application for development\nnpm start\n\n# pack electron application for production\nnpm run dist\n
\n

Acknowledge

\n

Special thanks to Roman Shamin for the logo.

\n

Contributing

\n

Bug reports and pull requests are welcome on GitHub at https://github.com/aderyabin/ServPane. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

\n

License

\n

The gem is available as open source under the terms of the MIT License.

\n

Code of Conduct

\n

Everyone interacting in the Localer project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:49.186Z" - }, - "ses": { - "readmeCleaned": "

\n \n

Ses

\n

Open-source Sonos speaker controller for macOS

\n

Download the latest version

\n

\n

\"screenshot\"

\n

Alternatively, you can clone the repository and build the app on your own by running npm run build and npm run dist commands consecutively.

\n

Features

\n

Ses helps you to control your Sonos speakers from the system tray / menu bar easily.

\n

It is built with web technologies (Electron & React) and has the following features:

\n
    \n
  • Control the play / pause state
  • \n
  • Control the volume & mute state
  • \n
  • Skip to the next / previous track
  • \n
  • Control grouped speakers' volume as one or individually
  • \n
  • Display the current track info
  • \n
\n
", - "readmeOriginal": "

\n \n

Ses

\n

Open-source Sonos speaker controller for macOS

\n

Download the latest version

\n

\n

\"screenshot\"

\n

Alternatively, you can clone the repository and build the app on your own by running npm run build and npm run dist commands consecutively.

\n

Features

\n

Ses helps you to control your Sonos speakers from the system tray / menu bar easily.

\n

It is built with web technologies (Electron & React) and has the following features:

\n
    \n
  • Control the play / pause state
  • \n
  • Control the volume & mute state
  • \n
  • Skip to the next / previous track
  • \n
  • Control grouped speakers' volume as one or individually
  • \n
  • Display the current track info
  • \n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:49.274Z" - }, - "seton": { - "readmeCleaned": "

Seton

\n

Seton

\n

Seton is a tool for Github issue tracking across repositories so far.\nFor example you can track bug issues of libraries used in your project without visiting each repository. Or let say you want to track only a certain level issues of libraries, you can.

\n

Naming & Goal

\n

From E. T. Seton's quote "there is no animal that cannot be tracked" Seton is supposed to track issues.

\n

ScreenShots

\n

\"result\"\n\"result\"\n\"result\"\n\"result\"\n\"result\"

\n

Demo

\n

I picked up some repositories with easy labeled issue like good first issue, Level: stater in this demo\n\"result\"

\n

Based

\n

\"result\"

\n
    \n
  • Electron: generally handle main process
  • \n
  • React: mainly handle rendering things(Redux isn't integrated in Apollo yet in this App)
  • \n
  • Apollo: handle requests and responses for the Github API
  • \n
  • Github GraphQL API v4
  • \n
\n
    -----------------------\n    |    Github API v4    |\n    -----------------------\n           GraphQL\n _            ||\n| |           ||\n|G|       Apollo Client\n|U| <======> React\n|I|           ||\n|_|           ||\n    ----------------------\n    |     Electrorn      |\n    ----------------------\n
\n

Feature

\n
    \n
  • Setting access Token.
  • \n
  • Create and Delete Group.
  • \n
  • Set one label for each repository.
  • \n
  • View Issues across repositories.
  • \n
  • View Issue and related comments.
  • \n
\n

Contribute

\n
  # Install dependencies\n  yarn\n\n  # start with hot reload\n  yarn start\n
\n

License

\n

This software is released under the MIT License, see LICENSE

\n
", - "readmeOriginal": "

Seton

\n

Seton

\n

Seton is a tool for Github issue tracking across repositories so far.\nFor example you can track bug issues of libraries used in your project without visiting each repository. Or let say you want to track only a certain level issues of libraries, you can.

\n

Naming & Goal

\n

From E. T. Seton's quote \"there is no animal that cannot be tracked\" Seton is supposed to track issues.

\n

ScreenShots

\n

\"result\"\n\"result\"\n\"result\"\n\"result\"\n\"result\"

\n

Demo

\n

I picked up some repositories with easy labeled issue like good first issue, Level: stater in this demo\n\"result\"

\n

Based

\n

\"result\"

\n
    \n
  • Electron: generally handle main process
  • \n
  • React: mainly handle rendering things(Redux isn't integrated in Apollo yet in this App)
  • \n
  • Apollo: handle requests and responses for the Github API
  • \n
  • Github GraphQL API v4
  • \n
\n
    -----------------------\n    |    Github API v4    |\n    -----------------------\n           GraphQL\n _            ||\n| |           ||\n|G|       Apollo Client\n|U| <======> React\n|I|           ||\n|_|           ||\n    ----------------------\n    |     Electrorn      |\n    ----------------------\n
\n

Feature

\n
    \n
  • Setting access Token.
  • \n
  • Create and Delete Group.
  • \n
  • Set one label for each repository.
  • \n
  • View Issues across repositories.
  • \n
  • View Issue and related comments.
  • \n
\n

Contribute

\n
  # Install dependencies\n  yarn\n\n  # start with hot reload\n  yarn start\n
\n

License

\n

This software is released under the MIT License, see LICENSE

\n
", - "readmeFetchedAt": "2020-09-17T12:09:49.418Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:49.939Z" }, "sharepod": { - "readmeCleaned": "

\"Imgur\"

\n
\n

This project has been discontinued.

\n

See the new project below.

\n

MeTube LINK // New Project

\n
\n

Thank you very much, Electron APP.

\n\n

ProductHunt APP Publish.

\n\n

SOFTPEDIA review, 100% Clean APP.

\n\n

Landing Page Open.

\n\n
\n
    \n
  • \n

    쉐어팟 개발은 계속 진행 중입니다!

    \n
  • \n
  • \n

    SharePod development is on going

    \n
  • \n
  • \n

    Mac 지원.

    \n
  • \n
  • \n

    Mac 버전은 예외처리로 실행해주시길 바랍니다.

    \n
  • \n
  • \n

    MacOS supported.

    \n
  • \n
  • \n

    For Mac version, register and execute exception handling.

    \n
  • \n
\n
\nVersion Update (Show click)\n
    \n
  • [2018-08-02] v2.0.5 Release
  • \n
  • [2018-07-25] v2.0.2 Release
  • \n
  • [2018-07-24] v2.0.1 Release
  • \n
  • [2018-07-23] v2.0.0 Release
  • \n
  • [2018-07-17] v1.6.2 Release
  • \n
  • [2018-07-14] v1.6.1 Release
  • \n
  • [2018-07-12] v1.6.0 Release
  • \n
  • [2018-07-10] v1.5.9 Release
  • \n
  • [2018-07-08] v1.5.8 Release
  • \n
  • [2018-06-24] v1.5.0 Release
  • \n
  • [2018-06-17] v1.4.7 Release
  • \n
  • [2018-06-03] v1.4.3 Release
  • \n
  • [2018-05-27] v1.4.1 Release
  • \n
  • [2018-05-15] v1.3.8 Release
  • \n
  • [2018-05-13] v1.3.7 Release
  • \n
  • [2018-05-09] v1.3.5 Release
  • \n
  • [2018-05-04] v1.3.4 Release
  • \n
  • [2018-05-04] v1.3.3 Release
  • \n
  • [2018-05-04] v1.3.2 Release
  • \n
  • [2018-05-02] v1.3.1 Release
  • \n
  • [2018-04-27] v1.3 Pre - Release
  • \n
  • [2018-04-20] v1.2.4 Pre - Release
  • \n
  • [2018-04-16] v1.2 Pre - Release
  • \n
  • [2018-04-08] v1.1 Pre - Release
  • \n
  • [2018-04-06] v1.0 Pre - Release
  • \n
\n
\n

I have migrated the repository to Gitlab.

\n

저장소 이전

\n

저장소를 GitLab으로 이전 했습니다.

\n

\"Imgur\"\n\"Imgur\"\n\"Imgur\"\n\"Imgur\"

\n
\n
", - "readmeOriginal": "

\"Imgur\"

\n
\n

This project has been discontinued.

\n

See the new project below.

\n

MeTube LINK // New Project

\n
\n

Thank you very much, Electron APP.

\n\n

ProductHunt APP Publish.

\n\n

SOFTPEDIA review, 100% Clean APP.

\n\n

Landing Page Open.

\n\n
\n
    \n
  • \n

    쉐어팟 개발은 계속 진행 중입니다!

    \n
  • \n
  • \n

    SharePod development is on going

    \n
  • \n
  • \n

    Mac 지원.

    \n
  • \n
  • \n

    Mac 버전은 예외처리로 실행해주시길 바랍니다.

    \n
  • \n
  • \n

    MacOS supported.

    \n
  • \n
  • \n

    For Mac version, register and execute exception handling.

    \n
  • \n
\n
\nVersion Update (Show click)\n
    \n
  • [2018-08-02] v2.0.5 Release
  • \n
  • [2018-07-25] v2.0.2 Release
  • \n
  • [2018-07-24] v2.0.1 Release
  • \n
  • [2018-07-23] v2.0.0 Release
  • \n
  • [2018-07-17] v1.6.2 Release
  • \n
  • [2018-07-14] v1.6.1 Release
  • \n
  • [2018-07-12] v1.6.0 Release
  • \n
  • [2018-07-10] v1.5.9 Release
  • \n
  • [2018-07-08] v1.5.8 Release
  • \n
  • [2018-06-24] v1.5.0 Release
  • \n
  • [2018-06-17] v1.4.7 Release
  • \n
  • [2018-06-03] v1.4.3 Release
  • \n
  • [2018-05-27] v1.4.1 Release
  • \n
  • [2018-05-15] v1.3.8 Release
  • \n
  • [2018-05-13] v1.3.7 Release
  • \n
  • [2018-05-09] v1.3.5 Release
  • \n
  • [2018-05-04] v1.3.4 Release
  • \n
  • [2018-05-04] v1.3.3 Release
  • \n
  • [2018-05-04] v1.3.2 Release
  • \n
  • [2018-05-02] v1.3.1 Release
  • \n
  • [2018-04-27] v1.3 Pre - Release
  • \n
  • [2018-04-20] v1.2.4 Pre - Release
  • \n
  • [2018-04-16] v1.2 Pre - Release
  • \n
  • [2018-04-08] v1.1 Pre - Release
  • \n
  • [2018-04-06] v1.0 Pre - Release
  • \n
\n
\n

I have migrated the repository to Gitlab.

\n

저장소 이전

\n

저장소를 GitLab으로 이전 했습니다.

\n

\"Imgur\"\n\"Imgur\"\n\"Imgur\"\n\"Imgur\"

\n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:49.429Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:49.965Z" }, "sharp-tune": { - "readmeCleaned": "

#Tune

\n

\n

Version 1.0.3

\n

\"License\"\n\"Github

\n

Lightweight Cross-platform music player build upon the node using the electron framework.

\n

Visit on electron

\n

Screenshot

\n

\"Sharp\n\"Sharp

\n

Usage

\n

Application

\n
    \n
  • Start the Application and select File option in the Application's menu.
  • \n
  • Select the folder where you have the media files
  • \n
  • Select one from the List and enjoy!!
  • \n
\n

Contribute

\n
    \n
  • Clone the repo
  • \n
  • Navigate to the main folder
  • \n
  • Open the terminal and use npm install to install the dependencies
  • \n
  • npm start to start the application
  • \n
\n

Features

\n
    \n
  • LightWeight
  • \n
  • Supports commmon multimedia format
  • \n
\n

Whats New!

\n
    \n
  • Removed 3rd party dependecy for playing song
  • \n
  • Used Web Audio API
  • \n
  • Added Audio Visualiser
  • \n
\n

Credits

\n\n

License & Copyright

\n

© 2018 Md Azmal

\n
", - "readmeOriginal": "

#Tune

\n

\n

Version 1.0.3

\n

\"License\"\n\"Github

\n

Lightweight Cross-platform music player build upon the node using the electron framework.

\n

Visit on electron

\n

Screenshot

\n

\"Sharp\n\"Sharp

\n

Usage

\n

Application

\n
    \n
  • Start the Application and select File option in the Application's menu.
  • \n
  • Select the folder where you have the media files
  • \n
  • Select one from the List and enjoy!!
  • \n
\n

Contribute

\n
    \n
  • Clone the repo
  • \n
  • Navigate to the main folder
  • \n
  • Open the terminal and use npm install to install the dependencies
  • \n
  • npm start to start the application
  • \n
\n

Features

\n
    \n
  • LightWeight
  • \n
  • Supports commmon multimedia format
  • \n
\n

Whats New!

\n
    \n
  • Removed 3rd party dependecy for playing song
  • \n
  • Used Web Audio API
  • \n
  • Added Audio Visualiser
  • \n
\n

Credits

\n\n

License & Copyright

\n

© 2018 Md Azmal

\n
", - "readmeFetchedAt": "2020-09-17T12:09:49.474Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:49.971Z" + }, + "seton": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:49.976Z" }, "shiba": { - "readmeCleaned": "

\"shibainu\"

\n

\"npm\n\"Build\n\"dogs

\n

Shiba is a rich live markdown preview app with linter. It watches markdown files in specific directory and automatically shows the preview and result of lint.\nShiba is built on Electron and Polymer.

\n
    \n
  • Isolated app. You need not prepare Chrome and can use favorite editor
  • \n
  • Rich GitHub Flavored Markdown\n
      \n
    • code highlight
    • \n
    • emoji
    • \n
    • task list
    • \n
    • links with tooltip
    • \n
    • tree diagram and flowchart using mermaid
    • \n
    • math rendering using katex
    • \n
    \n
  • \n
  • Live reload
  • \n
  • Automatic lint (remark-lint, markdownlint)
  • \n
  • Keyboard shortcuts; All operations are ready for mouse and keyboard.
  • \n
  • Both GUI and CLI friendly
  • \n
  • Cross platform (OS X, Linux, Windows)
  • \n
  • Easy to install
  • \n
  • Customizable with YAML config file\n
      \n
    • keyboard shortcuts
    • \n
    • linter
    • \n
    • user CSS
    • \n
    • code theme
    • \n
    • etc...
    • \n
    \n
  • \n
  • Search text in preview
  • \n
  • Outline window
  • \n
  • Print preview (to a paper / to a PDF file)
  • \n
  • Support multi japanese encodings (utf8, utf16, sjis, euc-jp, unicode)
  • \n
  • HTML preview
  • \n
  • Dog-respected 🐕
  • \n
\n

Documents

\n

All documents are in docs directory. And I wrote a Japanese blog post.

\n\n

Overview

\n

\"main

\n
    \n
  1. At start up, Shiba is watching the current working directory (the path is in title of window).
  2. \n
  3. When you edit the markdown file in current working directory, Shiba finds the update, renders the file in window and sets the result of lint.
  4. \n
  5. You can see the result of lint by clicking the '!' button in menu. When the button is red, it means that linter reported some errors.
  6. \n
  7. You can change the watching directory/file using 'directory' button in menu or dropping file to window.
  8. \n
  9. You can quit app by closing the window.
  10. \n
\n

This is the simplest use case. Please see usage document for more detail.

\n

Special Thanks

\n
    \n
  • The logo of this app came from いらすとや.
  • \n
  • This app was inspired by @mattn's mkup.
  • \n
  • This app referred vmd a lot at first, which was a very simple markdown preview app built on Electron.
  • \n
  • Emoji pictures were from github/gemoji.
  • \n
  • The voice resource came from 効果音ラボ.
  • \n
\n

License

\n

MIT License.

\n
Copyright (c) 2015 rhysd\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,\nINCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR\nPURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR\nTHE USE OR OTHER DEALINGS IN THE SOFTWARE.\n
\n

In packaged app, Electron part is licensed with below notice:

\n
\n

Copyright (c) 2014 GitHub Inc.

\n
\n

Emojis were brought from gemoji project:

\n
\n

octocat, squirrel, shipit\nCopyright (c) 2013 GitHub Inc. All rights reserved.

\n

bowtie, neckbeard, fu\nCopyright (c) 2013 37signals, LLC. All rights reserved.

\n

feelsgood, finnadie, goberserk, godmode, hurtrealbad, rage 1-4, suspect\nCopyright (c) 2013 id Software. All rights reserved.

\n

trollface\nCopyright (c) 2013 whynne@deviantart. All rights reserved.

\n

Source code:

\n

Copyright (c) 2013 GitHub, Inc.

\n
\n
", - "readmeOriginal": "

\"shibainu\"

\n

\"npm\n\"Build\n\"dogs

\n

Shiba is a rich live markdown preview app with linter. It watches markdown files in specific directory and automatically shows the preview and result of lint.\nShiba is built on Electron and Polymer.

\n
    \n
  • Isolated app. You need not prepare Chrome and can use favorite editor
  • \n
  • Rich GitHub Flavored Markdown\n
      \n
    • code highlight
    • \n
    • emoji
    • \n
    • task list
    • \n
    • links with tooltip
    • \n
    • tree diagram and flowchart using mermaid
    • \n
    • math rendering using katex
    • \n
    \n
  • \n
  • Live reload
  • \n
  • Automatic lint (remark-lint, markdownlint)
  • \n
  • Keyboard shortcuts; All operations are ready for mouse and keyboard.
  • \n
  • Both GUI and CLI friendly
  • \n
  • Cross platform (OS X, Linux, Windows)
  • \n
  • Easy to install
  • \n
  • Customizable with YAML config file\n
      \n
    • keyboard shortcuts
    • \n
    • linter
    • \n
    • user CSS
    • \n
    • code theme
    • \n
    • etc...
    • \n
    \n
  • \n
  • Search text in preview
  • \n
  • Outline window
  • \n
  • Print preview (to a paper / to a PDF file)
  • \n
  • Support multi japanese encodings (utf8, utf16, sjis, euc-jp, unicode)
  • \n
  • HTML preview
  • \n
  • Dog-respected 🐕
  • \n
\n

Documents

\n

All documents are in docs directory. And I wrote a Japanese blog post.

\n\n

Overview

\n

\"main

\n
    \n
  1. At start up, Shiba is watching the current working directory (the path is in title of window).
  2. \n
  3. When you edit the markdown file in current working directory, Shiba finds the update, renders the file in window and sets the result of lint.
  4. \n
  5. You can see the result of lint by clicking the '!' button in menu. When the button is red, it means that linter reported some errors.
  6. \n
  7. You can change the watching directory/file using 'directory' button in menu or dropping file to window.
  8. \n
  9. You can quit app by closing the window.
  10. \n
\n

This is the simplest use case. Please see usage document for more detail.

\n

Special Thanks

\n
    \n
  • The logo of this app came from いらすとや.
  • \n
  • This app was inspired by @mattn's mkup.
  • \n
  • This app referred vmd a lot at first, which was a very simple markdown preview app built on Electron.
  • \n
  • Emoji pictures were from github/gemoji.
  • \n
  • The voice resource came from 効果音ラボ.
  • \n
\n

License

\n

MIT License.

\n
Copyright (c) 2015 rhysd\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,\nINCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR\nPURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR\nTHE USE OR OTHER DEALINGS IN THE SOFTWARE.\n
\n

In packaged app, Electron part is licensed with below notice:

\n
\n

Copyright (c) 2014 GitHub Inc.

\n
\n

Emojis were brought from gemoji project:

\n
\n

octocat, squirrel, shipit\nCopyright (c) 2013 GitHub Inc. All rights reserved.

\n

bowtie, neckbeard, fu\nCopyright (c) 2013 37signals, LLC. All rights reserved.

\n

feelsgood, finnadie, goberserk, godmode, hurtrealbad, rage 1-4, suspect\nCopyright (c) 2013 id Software. All rights reserved.

\n

trollface\nCopyright (c) 2013 whynne@deviantart. All rights reserved.

\n

Source code:

\n

Copyright (c) 2013 GitHub, Inc.

\n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:49.666Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.000Z" }, "shots": { - "readmeCleaned": "

--shots

\n

Project is not maintainable. If you want to use it you must to see > How can I save screenshots on my own server?

\n

\"http://electron.atom.io\"\n\"Build\n\"Github\n\"GitHub

\n

Task-focused application for creating screenshots. It's simple and free!
\nJust download the package for your OS and start working!
\nTo access the tools use the global menu, context menu(click on the right mouse button) or shortcuts.
\nProject's site with video
\nDownload links

\n
\n

--shots in action

\n

\"--shots

\n
\n

Why --shots

\n

--shots provides all the tools you may need to work with screenshots.
\nIt's forever free application without annoying ads and etc.

\n

Learn about all the opportunities available here

\n

Ways to save your screenshot

\n
    \n
  • locally
  • \n
  • to clipboard
  • \n
  • to our servers. On success we put link to screenshot to clipboard
  • \n
  • to Dropbox
  • \n
  • to Imgur. On success we put link to screenshot to clipboard
  • \n
\n

Also you could post your screenshots from --shots to Facebook, Twitter, VKontakte.

\n

Available tools

\n
    \n
  • Arrow
  • \n
  • Crop
  • \n
  • Pen
  • \n
  • Rect
  • \n
  • Sticker
  • \n
  • Blur
  • \n
  • Text
  • \n
\n
\n

All shortcuts here

\n
\n

How can I save screenshots on my own server?

\n
    \n
  • Put functions.php and savePhoto.php on your server
  • \n
  • Launch app
  • \n
  • Open 'Settings' and click on 'Change server path'
  • \n
  • Type path and click on 'Save'.
  • \n
\n
\n

If you want send shots to default server just erase your path than click on 'Save'.
\nBut you can't use admin-page.

\n
\n

How run --shots from console?

\n
    \n
  • npm install
  • \n
  • npm run && npm start
  • \n
\n
\n

You cannot save screenshots to Dropbox or imgur, because we do not provide the keys of our application in the source code.

\n
\n
\n

Posts about --shots

\n\n

Podcasts about --shots

\n\n
\n

First commit was added 24 Sep 2016

\n

If you want to thank us, just starring the project and tell your friends about --shots 🎉

\n
", - "readmeOriginal": "

--shots

\n

Project is not maintainable. If you want to use it you must to see > How can I save screenshots on my own server?

\n

\"http://electron.atom.io\"\n\"Build\n\"Github\n\"GitHub

\n

Task-focused application for creating screenshots. It's simple and free!
\nJust download the package for your OS and start working!
\nTo access the tools use the global menu, context menu(click on the right mouse button) or shortcuts.
\nProject's site with video
\nDownload links

\n
\n

--shots in action

\n

\"--shots

\n
\n

Why --shots

\n

--shots provides all the tools you may need to work with screenshots.
\nIt's forever free application without annoying ads and etc.

\n

Learn about all the opportunities available here

\n

Ways to save your screenshot

\n
    \n
  • locally
  • \n
  • to clipboard
  • \n
  • to our servers. On success we put link to screenshot to clipboard
  • \n
  • to Dropbox
  • \n
  • to Imgur. On success we put link to screenshot to clipboard
  • \n
\n

Also you could post your screenshots from --shots to Facebook, Twitter, VKontakte.

\n

Available tools

\n
    \n
  • Arrow
  • \n
  • Crop
  • \n
  • Pen
  • \n
  • Rect
  • \n
  • Sticker
  • \n
  • Blur
  • \n
  • Text
  • \n
\n
\n

All shortcuts here

\n
\n

How can I save screenshots on my own server?

\n
    \n
  • Put functions.php and savePhoto.php on your server
  • \n
  • Launch app
  • \n
  • Open 'Settings' and click on 'Change server path'
  • \n
  • Type path and click on 'Save'.
  • \n
\n
\n

If you want send shots to default server just erase your path than click on 'Save'.
\nBut you can't use admin-page.

\n
\n

How run --shots from console?

\n
    \n
  • npm install
  • \n
  • npm run && npm start
  • \n
\n
\n

You cannot save screenshots to Dropbox or imgur, because we do not provide the keys of our application in the source code.

\n
\n
\n

Posts about --shots

\n\n

Podcasts about --shots

\n\n
\n

First commit was added 24 Sep 2016

\n

If you want to thank us, just starring the project and tell your friends about --shots 🎉

\n
", - "readmeFetchedAt": "2020-09-17T12:09:49.773Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.022Z" + }, + "shuttle": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.038Z" }, "signal": { - "readmeCleaned": "

\"Build\n\"Build

\n

Signal Desktop

\n

Signal Desktop is an Electron application that links with Signal\non Android\nor iOS.

\n

Install the production version: https://signal.org/download/

\n

Install the beta

\n

You can install the beta version of Signal Desktop alongside the production version. The beta uses different data and install locations.

\n
    \n
  • Windows: First, download this file and look for the url property that specifies the location for the latest beta installer. Download the installer by constructing a final URL that looks like this: https://updates.signal.org/desktop/<installer location>. Then run the installer.
  • \n
  • macOS: First, download this file and look for the url property that specifies the location for the latest beta installer. Download the installer by constructing a final URL that looks like this: https://updates.signal.org/desktop/<package location>. Then unzip that package and copy the .app file into the /Applications folder using Finder.
  • \n
  • Linux: Follow the production instructions to set up the APT repository and run apt install signal-desktop-beta.
  • \n
\n

Got a question?

\n

You can find answers to a number of frequently asked questions on our support site.\nThe community forum is another good place for questions.

\n

Found a Bug? Have a feature request?

\n

Please search for any existing issues that describe your bug in order to avoid duplicate submissions.

\n

Contributing Translations

\n

Interested in helping to translate Signal? Contribute here:

\n

https://www.transifex.com/projects/p/signal-desktop

\n

Contributing Code

\n

Please see CONTRIBUTING.md\nfor setup instructions and guidelines for new contributors. Don't forget to sign the CLA.

\n

Contributing Funds

\n

You can donate to Signal development through the Signal Technology Foundation, an independent 501c3 nonprofit.

\n

Cryptography Notice

\n

This distribution includes cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of encryption software.\nBEFORE using any encryption software, please check your country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted.\nSee http://www.wassenaar.org/ for more information.

\n

The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), has classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, which includes information security software using or performing cryptographic functions with asymmetric algorithms.\nThe form and manner of this distribution makes it eligible for export under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13) for both object code and source code.

\n

License

\n

Copyright 2013–2020 Signal, a 501c3 nonprofit

\n

Licensed under the GPLv3: http://www.gnu.org/licenses/gpl-3.0.html

\n
", - "readmeOriginal": "

\"Build\n\"Build

\n

Signal Desktop

\n

Signal Desktop is an Electron application that links with Signal\non Android\nor iOS.

\n

Install the production version: https://signal.org/download/

\n

Install the beta

\n

You can install the beta version of Signal Desktop alongside the production version. The beta uses different data and install locations.

\n
    \n
  • Windows: First, download this file and look for the url property that specifies the location for the latest beta installer. Download the installer by constructing a final URL that looks like this: https://updates.signal.org/desktop/<installer location>. Then run the installer.
  • \n
  • macOS: First, download this file and look for the url property that specifies the location for the latest beta installer. Download the installer by constructing a final URL that looks like this: https://updates.signal.org/desktop/<package location>. Then unzip that package and copy the .app file into the /Applications folder using Finder.
  • \n
  • Linux: Follow the production instructions to set up the APT repository and run apt install signal-desktop-beta.
  • \n
\n

Got a question?

\n

You can find answers to a number of frequently asked questions on our support site.\nThe community forum is another good place for questions.

\n

Found a Bug? Have a feature request?

\n

Please search for any existing issues that describe your bug in order to avoid duplicate submissions.

\n

Contributing Translations

\n

Interested in helping to translate Signal? Contribute here:

\n

https://www.transifex.com/projects/p/signal-desktop

\n

Contributing Code

\n

Please see CONTRIBUTING.md\nfor setup instructions and guidelines for new contributors. Don't forget to sign the CLA.

\n

Contributing Funds

\n

You can donate to Signal development through the Signal Technology Foundation, an independent 501c3 nonprofit.

\n

Cryptography Notice

\n

This distribution includes cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of encryption software.\nBEFORE using any encryption software, please check your country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted.\nSee http://www.wassenaar.org/ for more information.

\n

The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), has classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, which includes information security software using or performing cryptographic functions with asymmetric algorithms.\nThe form and manner of this distribution makes it eligible for export under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13) for both object code and source code.

\n

License

\n

Copyright 2013–2020 Signal, a 501c3 nonprofit

\n

Licensed under the GPLv3: http://www.gnu.org/licenses/gpl-3.0.html

\n
", - "readmeFetchedAt": "2020-09-17T12:09:49.867Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.053Z" }, - "shuttle": { - "readmeCleaned": "
\n
\n\"Shuttle\"\n
\n
\n
\n

\n The fastest access to your favorite applications.
\n

\n
\n \"Buy
\n \n \"Travis\n \n \"Known\n \n \"build\" \n \n

\n
\n

This project is currently unmaintained.
Feel free to fork it and bringing it up to date !

\n
\n

Installation

\n

Shuttle's last stable version can be downloaded from either our website or GitHub releases.

\n

Working on Microsoft Windows (7+), GNU/Linux Debian (Xfce and Mate) and MacOS (1.9+).\nNot deployed on MacOS

\n

Using git

\n
# clone the repository\n$ git clone https://github.com/ShuttleBrowser/Shuttle.git\n\n# change the working directory to shuttle\n$ cd Shuttle\n\n# install the requirements\n$ npm install\n
\n

Note: Node 10.11.0 or higher is required.

\n

Getting Started

\n
\n

You can now help us by translating Shuttle !

\n
\n

On Windows, Shuttle can be launched by clicking on its shortcut which can be found directly on the desktop or from the Start menu.\nThe program should then start in the notification center. Its icon can be found in the system tray, at the bottom right of the screen. Clicking on its icon will show Shuttle's main window.

\n

In order to add a new website (we refer to them as "bookmarks") just click on the "plus" (+) button. A dialog will open to ask you for the URL of the website you want to add. Enter it and validate to see a new icon being added to the bookmarks bar. You can now click on this icon at any time to display the website.

\n

A bookmark can be deleted by right-clicking on its icon.

\n

The settings can be edited by clicking on the gear. They make possible to manage your preferences by offering, for instance, to launch Shuttle on boot or to force Shuttle to stay opened.

\n

All updates are automatic and new versions are checked at the launch of the application. You can also search for updates by clicking on the arrows below the settings.\nIf you need help to setup or use Shuttle, or you want to report a bug, please contact us at support@shuttleapp.io.

\n

Stay in touch by joining us on Twitter or Discord.

\n

Keyboard shortcuts

\n

Currently in developement.

\n
    \n
  • Add bookmark : Ctrl P
  • \n
  • Remove bookmark : Ctrl R
  • \n
  • Show home page: Ctrl H
  • \n
  • Show settings : Ctrl S
  • \n
  • Open quicksearch : Ctrl K
  • \n
  • Take screenshot : Ctrl Shift S
  • \n
  • Show/Hide Shuttle : Ctrl Alt X
  • \n
  • Refresh page : F5
  • \n
  • Go back in history Alt
  • \n
  • Go forward in history Alt
  • \n
  • Open website dev tools Ctrl Shift I
  • \n
  • Open Shuttle dev tools Ctrl Alt I
  • \n
\n
\nNote: the Ctrl key is replaced by Cmd key on MacOs.\n

Storage

\n

Shuttle stores informations about your current bookmarks in a JSON file:

\n
{\n  "bookmarks": [\n    {\n      "id": 1,\n      "type": "website",\n      "url": "http://google.com",\n      "icon": "https://api.faviconkit.com/google.com/144",\n      "order": 1\n    },\n    {\n      "id": 2,\n      "type": "website",\n      "url": "http://intagram.com",\n      "icon": "https://api.faviconkit.com/intagram.com/144",\n      "order": 2\n    },\n    {\n      "id": 3,\n      "type": "website",\n      "url": "http://twitter.com",\n      "icon": "https://api.faviconkit.com/twitter.com/144",\n      "order": 3\n    }\n  ]\n}
\n

Built With

\n\n

Authors

\n\n

Many thanks to KazeJiyu, Vahelnir and TheRolf who accompanied us throughout the adventure.

\n

See also the list of contributors who participated in this project.

\n

License

\n

This project is licensed under the NPOSL 3.0 License.
\nThe logo and all associated visuals are under the CC BY-NC-ND 3.0 License.

\n

Current Version

\n\n
", - "readmeOriginal": "
\n
\n\"Shuttle\"\n
\n
\n
\n

\n The fastest access to your favorite applications.
\n

\n
\n \"Buy
\n \n \"Travis\n \n \"Known\n \n \"build\" \n \n

\n
\n

This project is currently unmaintained.
Feel free to fork it and bringing it up to date !

\n
\n

Installation

\n

Shuttle's last stable version can be downloaded from either our website or GitHub releases.

\n

Working on Microsoft Windows (7+), GNU/Linux Debian (Xfce and Mate) and MacOS (1.9+).\nNot deployed on MacOS

\n

Using git

\n
# clone the repository\n$ git clone https://github.com/ShuttleBrowser/Shuttle.git\n\n# change the working directory to shuttle\n$ cd Shuttle\n\n# install the requirements\n$ npm install\n
\n

Note: Node 10.11.0 or higher is required.

\n

Getting Started

\n
\n

You can now help us by translating Shuttle !

\n
\n

On Windows, Shuttle can be launched by clicking on its shortcut which can be found directly on the desktop or from the Start menu.\nThe program should then start in the notification center. Its icon can be found in the system tray, at the bottom right of the screen. Clicking on its icon will show Shuttle's main window.

\n

In order to add a new website (we refer to them as \"bookmarks\") just click on the \"plus\" (+) button. A dialog will open to ask you for the URL of the website you want to add. Enter it and validate to see a new icon being added to the bookmarks bar. You can now click on this icon at any time to display the website.

\n

A bookmark can be deleted by right-clicking on its icon.

\n

The settings can be edited by clicking on the gear. They make possible to manage your preferences by offering, for instance, to launch Shuttle on boot or to force Shuttle to stay opened.

\n

All updates are automatic and new versions are checked at the launch of the application. You can also search for updates by clicking on the arrows below the settings.\nIf you need help to setup or use Shuttle, or you want to report a bug, please contact us at support@shuttleapp.io.

\n

Stay in touch by joining us on Twitter or Discord.

\n

Keyboard shortcuts

\n

Currently in developement.

\n
    \n
  • Add bookmark : Ctrl P
  • \n
  • Remove bookmark : Ctrl R
  • \n
  • Show home page: Ctrl H
  • \n
  • Show settings : Ctrl S
  • \n
  • Open quicksearch : Ctrl K
  • \n
  • Take screenshot : Ctrl Shift S
  • \n
  • Show/Hide Shuttle : Ctrl Alt X
  • \n
  • Refresh page : F5
  • \n
  • Go back in history Alt
  • \n
  • Go forward in history Alt
  • \n
  • Open website dev tools Ctrl Shift I
  • \n
  • Open Shuttle dev tools Ctrl Alt I
  • \n
\n
\nNote: the Ctrl key is replaced by Cmd key on MacOs.\n

Storage

\n

Shuttle stores informations about your current bookmarks in a JSON file:

\n
{\n  \"bookmarks\": [\n    {\n      \"id\": 1,\n      \"type\": \"website\",\n      \"url\": \"http://google.com\",\n      \"icon\": \"https://api.faviconkit.com/google.com/144\",\n      \"order\": 1\n    },\n    {\n      \"id\": 2,\n      \"type\": \"website\",\n      \"url\": \"http://intagram.com\",\n      \"icon\": \"https://api.faviconkit.com/intagram.com/144\",\n      \"order\": 2\n    },\n    {\n      \"id\": 3,\n      \"type\": \"website\",\n      \"url\": \"http://twitter.com\",\n      \"icon\": \"https://api.faviconkit.com/twitter.com/144\",\n      \"order\": 3\n    }\n  ]\n}
\n

Built With

\n\n

Authors

\n\n

Many thanks to KazeJiyu, Vahelnir and TheRolf who accompanied us throughout the adventure.

\n

See also the list of contributors who participated in this project.

\n

License

\n

This project is licensed under the NPOSL 3.0 License.
\nThe logo and all associated visuals are under the CC BY-NC-ND 3.0 License.

\n

Current Version

\n\n
", - "readmeFetchedAt": "2020-09-17T12:09:49.918Z" + "ses": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.056Z" }, "simplenote": { - "readmeCleaned": "

Simplenote for Electron

\n

\"Screenshot\"

\n

A Simplenote React client packaged in Electron. Learn more about Simplenote at Simplenote.com.

\n

Running

\n
    \n
  1. Clone the repo: git clone https://github.com/Automattic/simplenote-electron.git
  2. \n
  3. cd simplenote-electron
  4. \n
  5. npm install
  6. \n
  7. npm run dev
  8. \n
  9. The dev server will start on http://localhost:4000, and the Electron app will launch automatically.
  10. \n
  11. Sign up for a new account within the app. Use the account for testing purposes only as all note data will be periodically cleared out on the server.
  12. \n
\n

Note: Simplenote API features such as sharing and publishing will not work with development builds. Due to a limitation of make installation paths used for build cannot have spaces.

\n

Building

\n
    \n
  • make package-osx
  • \n
  • make package-win32
  • \n
  • make package-linux
  • \n
\n

Testing

\n

Unit tests are run with npm test.

\n

End-to-end tests are run with npm run test-e2e.\nNote that the Spectron version corresponds with the version of Electron we are using and so at the time of writing this is pinned at version 6.\nUse the corresponding API docs for webdriver-io which correspond to the Specron version.\nAt the time of writing you will want to refer to the webdriver-io v4.13 API docs.

\n

Coding Guidelines

\n

Please adhere to the same guidelines as found in wp-calypso.

\n

See CONTRIBUTING.md for more guidelines.

\n

Dependencies

\n\n

Simplenote for Other Platforms

\n

simplenote-electron is the official Simplenote desktop app for Windows and Linux.

\n

For other platforms, see:

\n\n
", - "readmeOriginal": "

Simplenote for Electron

\n

\"Screenshot\"

\n

A Simplenote React client packaged in Electron. Learn more about Simplenote at Simplenote.com.

\n

Running

\n
    \n
  1. Clone the repo: git clone https://github.com/Automattic/simplenote-electron.git
  2. \n
  3. cd simplenote-electron
  4. \n
  5. npm install
  6. \n
  7. npm run dev
  8. \n
  9. The dev server will start on http://localhost:4000, and the Electron app will launch automatically.
  10. \n
  11. Sign up for a new account within the app. Use the account for testing purposes only as all note data will be periodically cleared out on the server.
  12. \n
\n

Note: Simplenote API features such as sharing and publishing will not work with development builds. Due to a limitation of make installation paths used for build cannot have spaces.

\n

Building

\n
    \n
  • make package-osx
  • \n
  • make package-win32
  • \n
  • make package-linux
  • \n
\n

Testing

\n

Unit tests are run with npm test.

\n

End-to-end tests are run with npm run test-e2e.\nNote that the Spectron version corresponds with the version of Electron we are using and so at the time of writing this is pinned at version 6.\nUse the corresponding API docs for webdriver-io which correspond to the Specron version.\nAt the time of writing you will want to refer to the webdriver-io v4.13 API docs.

\n

Coding Guidelines

\n

Please adhere to the same guidelines as found in wp-calypso.

\n

See CONTRIBUTING.md for more guidelines.

\n

Dependencies

\n\n

Simplenote for Other Platforms

\n

simplenote-electron is the official Simplenote desktop app for Windows and Linux.

\n

For other platforms, see:

\n\n
", - "readmeFetchedAt": "2020-09-17T12:09:50.008Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.065Z" }, "singlebox": { - "readmeCleaned": "

Singlebox \"License:

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
macOSLinuxWindows
\"GitHub\"GitHub\"GitHub
\n

Singlebox - All Your Apps in One Single Window.

\n
\n

Licensing

\n

Usage

\n

Singlebox is paid software. You can add up to two workspaces for free or pay just $14.99 to add as many as you need.

\n

The license:

\n
    \n
  • Lets you add unlimited apps and workspaces.
  • \n
  • Has no time limit and never expires.
  • \n
  • Works with all versions (including major updates).
  • \n
  • Permits uses on all of the devices you own (regardless of platforms or operating systems).
  • \n
\n

Source Code

\n

On the other hand, the source code is freely available for use, modification and distribution under the permissions, limitations and conditions listed in the Mozilla Public License 2.0.

\n
\n

Development

\n

The development is unified with the WebCatalog project. Check out:

\n\n
", - "readmeOriginal": "

Singlebox \"License:

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
macOSLinuxWindows
\"GitHub\"GitHub\"GitHub
\n

Singlebox - All Your Apps in One Single Window.

\n
\n

Licensing

\n

Usage

\n

Singlebox is paid software. You can add up to two workspaces for free or pay just $14.99 to add as many as you need.

\n

The license:

\n
    \n
  • Lets you add unlimited apps and workspaces.
  • \n
  • Has no time limit and never expires.
  • \n
  • Works with all versions (including major updates).
  • \n
  • Permits uses on all of the devices you own (regardless of platforms or operating systems).
  • \n
\n

Source Code

\n

On the other hand, the source code is freely available for use, modification and distribution under the permissions, limitations and conditions listed in the Mozilla Public License 2.0.

\n
\n

Development

\n

The development is unified with the WebCatalog project. Check out:

\n\n
", - "readmeFetchedAt": "2020-09-17T12:09:50.128Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.070Z" }, "smartholdem": { - "readmeCleaned": "

Smartholdem Desktop Wallet

\n

\"Wallet

\n

For dev

\n
\n

npm install

\n
\n
\n

npm start

\n
\n

Licenses

\n

The MIT License (MIT)

\n

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

\n

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

\n

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

\n

IMPORTANT NOTE

\n
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n
\n
", - "readmeOriginal": "

Smartholdem Desktop Wallet

\n

\"Wallet

\n

For dev

\n
\n

npm install

\n
\n
\n

npm start

\n
\n

Licenses

\n

The MIT License (MIT)

\n

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

\n

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

\n

THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

\n

IMPORTANT NOTE

\n
THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:50.277Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.083Z" }, "skrifa": { - "readmeCleaned": "

Skrifa

\n

A note taking app focused on simplicity and privacy using PGP to encrypt all your notes.

\n

From school to your office, Skrifa is the word processor for everyone.

\n

With a minimal, distraction free, simple and yet powerful interface, it's focused on what you really care, your content. It is so versatile that you'll have no problem using it for any scenario, as a power user or just as a simple quick note taking app.

\n

From text styling to videos and images, and there are also features for more specific things like writing code, math and data tables

\n

Writing Math

\n

Having a suitable notebook for any ocation is something we all need, Skrifa has Mathjax capabilities so that you can write math formulas and some LaTeX code, ideal for students and people who work with math! Doing it is as simple as just typing your formula like this:\n$x + y = z$

\n

Writing Code

\n

Thanks to Prism.js Skrifa also has code highlightning for you!

\n

How Skrifa Protects Your Privacy

\n

With a Skrifa account

\n

If you don't want all the work of creating, mantaining and storing a PGP key, you can let Skrifa do it for you! When registering for a Skrifa account you'll be asked for an email address and password. Once you've downloaded the app you'll create a new PGP key which will be used to encrypt all your notes, this key will be created using a new passphrase you'll set up, using that passphrase your key will be encrypted and saved locally, an encrypted version of your key is also uploaded to the server so that you won't have to manage it manually. This behavior is fairly similar to the one used by ProtonMail.

\n

With a PGP key

\n

If you don't want to use an Skrifa acccount and rely your key to a server, you can also use a PGP key you already own or create a new one, while this may be more secure, it also comes with great responsibility since you'll have to backup your key, remember that key is the only way to access your notes! This means that Skrifa is now a lot more compatible with other PGP software since you can import a key created by an external application as well as use your Skrifa generated local key in them.

\n

On a daily basis

\n

No matter what PGP key method you've chosen, every time you start skrifa you'll be asked to enter your key's passphrase in order to decrypt it and decrypt your notes, every note and notebook you create is encrypted using that key and only you will be able to read it after decrypting them. They will never be stored unencrypted unless you export them in such a manner. The passphrase is never uploaded anywhere so you can be sure you are the only one who can decrypt your key and notes.

\n

No Ads, No Track

\n

Skrifa will never used Ads and will never track you in any way, the only data that will ever be uploaded is the following and only if you choose to have a Skrifa account:

\n
    \n
  • Username
  • \n
  • Password (Properly hashed and stored)
  • \n
  • Public Key
  • \n
  • Private Key (Properly encrypted with your passphrase)
  • \n
\n

If you've chosen to use a local key then absolutely no information is uploaded! The only network connections Skrifa will ever have are under the following situations:

\n
    \n
  • Log In
  • \n
  • Create a new Key for your Skrifa account
  • \n
  • Get an image from an URL
  • \n
  • Load an embedded video
  • \n
  • Check for updates
  • \n
  • Download another user's public key for note sharing
  • \n
\n

Sharing Notes

\n

Sharing notes is incredibly easy, if you are sharing the note with a registered Skrifa user, all you'll need is his/her username and a Skfira Note will be created for you to share it.\nIf you are sharing the note with a Skrifa user who uses an offline key, then you'll need his public key, a dialog will appear asking you to select the public key you want to share the note with.\nYou can also share your note in a plaintext PGP Message so someone who is not using Skrifa at all will be able to read it with any other PGP software!

\n

Contributing

\n

There are several ways you can contribute to the development of Skrifa

\n

Creating a new Theme

\n

Creating a new CSS theme is incredibly easy! All you have to do is copy the theme-template.css file into a file with your theme's name inside the themes directory.\nThis file already has a lot of the common elements you'll need to style in order to create a functional theme, once you've copied the file, the next step is to rename the theme class to your theme's name, using a find and replace all utility is pretty useful!

\n

To load your theme, you'll need to add the stylesheet link in the index.html file as well as adding the option in the select element inside the settings view, remember the value of the select must match the class name of your theme!

\n

Adding functionality

\n

Skrifa is very extensible and you can add all kinds of functionality, from utilities for the editor to new export formats or encryption features. You may know Skrifa is divided in views or screens, each view has a javascript file that contains all it's functionality.

\n

If you want to add a new view, you'll need to create it inside the index.html file and add a javascript file for it's functionality.

\n

Reporting a Bug

\n

If you've found an error please report it so it can be fixed, describe the error and what you were doing while it happened.

\n

Buying Skrifa

\n

Skrifa is a pay-what-you-want software, every time someone pays for skrifa, the payment will be dividad 50/50 between the developers and donations for the projects Skrifa uses.

\n

Supporting via Patreon

\n

You can support me via Patreon, by supporting me via patreon you are not only contributing to this project but also all my other projects and contributions!

\n

Fixing a Bug

\n

If you've found a bug and you are willing to fix it, just clone this repository, fix the bug and make a Pull Request, your code will be evaluated and then merged to the main branch, it really is simple to contribute!

\n

License

\n

Skrifa is released under the GPLv3.0 License

\n
", - "readmeOriginal": "

Skrifa

\n

A note taking app focused on simplicity and privacy using PGP to encrypt all your notes.

\n

From school to your office, Skrifa is the word processor for everyone.

\n

With a minimal, distraction free, simple and yet powerful interface, it's focused on what you really care, your content. It is so versatile that you'll have no problem using it for any scenario, as a power user or just as a simple quick note taking app.

\n

From text styling to videos and images, and there are also features for more specific things like writing code, math and data tables

\n

Writing Math

\n

Having a suitable notebook for any ocation is something we all need, Skrifa has Mathjax capabilities so that you can write math formulas and some LaTeX code, ideal for students and people who work with math! Doing it is as simple as just typing your formula like this:\n$x + y = z$

\n

Writing Code

\n

Thanks to Prism.js Skrifa also has code highlightning for you!

\n

How Skrifa Protects Your Privacy

\n

With a Skrifa account

\n

If you don't want all the work of creating, mantaining and storing a PGP key, you can let Skrifa do it for you! When registering for a Skrifa account you'll be asked for an email address and password. Once you've downloaded the app you'll create a new PGP key which will be used to encrypt all your notes, this key will be created using a new passphrase you'll set up, using that passphrase your key will be encrypted and saved locally, an encrypted version of your key is also uploaded to the server so that you won't have to manage it manually. This behavior is fairly similar to the one used by ProtonMail.

\n

With a PGP key

\n

If you don't want to use an Skrifa acccount and rely your key to a server, you can also use a PGP key you already own or create a new one, while this may be more secure, it also comes with great responsibility since you'll have to backup your key, remember that key is the only way to access your notes! This means that Skrifa is now a lot more compatible with other PGP software since you can import a key created by an external application as well as use your Skrifa generated local key in them.

\n

On a daily basis

\n

No matter what PGP key method you've chosen, every time you start skrifa you'll be asked to enter your key's passphrase in order to decrypt it and decrypt your notes, every note and notebook you create is encrypted using that key and only you will be able to read it after decrypting them. They will never be stored unencrypted unless you export them in such a manner. The passphrase is never uploaded anywhere so you can be sure you are the only one who can decrypt your key and notes.

\n

No Ads, No Track

\n

Skrifa will never used Ads and will never track you in any way, the only data that will ever be uploaded is the following and only if you choose to have a Skrifa account:

\n
    \n
  • Username
  • \n
  • Password (Properly hashed and stored)
  • \n
  • Public Key
  • \n
  • Private Key (Properly encrypted with your passphrase)
  • \n
\n

If you've chosen to use a local key then absolutely no information is uploaded! The only network connections Skrifa will ever have are under the following situations:

\n
    \n
  • Log In
  • \n
  • Create a new Key for your Skrifa account
  • \n
  • Get an image from an URL
  • \n
  • Load an embedded video
  • \n
  • Check for updates
  • \n
  • Download another user's public key for note sharing
  • \n
\n

Sharing Notes

\n

Sharing notes is incredibly easy, if you are sharing the note with a registered Skrifa user, all you'll need is his/her username and a Skfira Note will be created for you to share it.\nIf you are sharing the note with a Skrifa user who uses an offline key, then you'll need his public key, a dialog will appear asking you to select the public key you want to share the note with.\nYou can also share your note in a plaintext PGP Message so someone who is not using Skrifa at all will be able to read it with any other PGP software!

\n

Contributing

\n

There are several ways you can contribute to the development of Skrifa

\n

Creating a new Theme

\n

Creating a new CSS theme is incredibly easy! All you have to do is copy the theme-template.css file into a file with your theme's name inside the themes directory.\nThis file already has a lot of the common elements you'll need to style in order to create a functional theme, once you've copied the file, the next step is to rename the theme class to your theme's name, using a find and replace all utility is pretty useful!

\n

To load your theme, you'll need to add the stylesheet link in the index.html file as well as adding the option in the select element inside the settings view, remember the value of the select must match the class name of your theme!

\n

Adding functionality

\n

Skrifa is very extensible and you can add all kinds of functionality, from utilities for the editor to new export formats or encryption features. You may know Skrifa is divided in views or screens, each view has a javascript file that contains all it's functionality.

\n

If you want to add a new view, you'll need to create it inside the index.html file and add a javascript file for it's functionality.

\n

Reporting a Bug

\n

If you've found an error please report it so it can be fixed, describe the error and what you were doing while it happened.

\n

Buying Skrifa

\n

Skrifa is a pay-what-you-want software, every time someone pays for skrifa, the payment will be dividad 50/50 between the developers and donations for the projects Skrifa uses.

\n

Supporting via Patreon

\n

You can support me via Patreon, by supporting me via patreon you are not only contributing to this project but also all my other projects and contributions!

\n

Fixing a Bug

\n

If you've found a bug and you are willing to fix it, just clone this repository, fix the bug and make a Pull Request, your code will be evaluated and then merged to the main branch, it really is simple to contribute!

\n

License

\n

Skrifa is released under the GPLv3.0 License

\n
", - "readmeFetchedAt": "2020-09-17T12:09:50.298Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.093Z" + }, + "snake": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.097Z" }, "smokerstopper": { - "readmeCleaned": "

SmokerStopper

\n

I made it myself, so not too rich in functions/futures, but i thinked maybe can help other(s) too if i publish it.

\n

This app help you tracking your smoking habits and reduce the dose greatly and prepare you to the "freedom day" (quitting).\nHow?\nThe app is a game pack in the game also.

\n

The motivation/distraction system is add to you more help to push out the breaktime (time between two smoke) more and more.

\n

If you fulfill the setted breaktime, you got expirence points (xp) and levelup like an RPG game. In the 'Rewards' menu open 1 flash game for each earned level.\nThe max level is 50.\nWhen you overfulfill the time got bonus xp, but if you underperforming then you lose xp.

\n

Tips

\n

First of all try still your dose with lighter cigaretes. If you smoke 20 normal cigarettes per day, change to light and stay on 20 dialy.

\n

When you can hold the dose with light, start lower the dose. Use the timer to push out the next times when you smoke.

\n

Try lower your dose to minimum 8-10 or better 5-6 light cigarette per day while you reach level 50.

\n

The lowered dose makes easier for you the finaly free from the smoking. The day when you left over the smoking is the freedom day.

\n

If you fall back more the 1-2 cigarette per day, you can restart the procedure with your lower dose. Use the "Reset profile" menu.

\n

You can delete game saves also with the "Reset games" menu button.

\n

Features

\n
Start with system.
\n
Choose the cigarette type (strong, normal, light, extralight).
\n
Set the target time between two smoke (in minutes and the min. 30).
\n
Dialy, monthly, total counters (handle 1, 3/4, 1/2, 1/4 cigarette doses) and charts.
\n
Countup non smoked times. Red background under target breaktime, green after reach.
\n
Micro RPG system (50 level).
\n
50 build in flash games (Not requires internet connection).
\n
Made with love.
\n

Screenshots

\n

\"App\"\n\"Game

\n

Licence

\n

Copyright (c) 2018, Krisztián Kis - Phresh-IT. All rights reserved.

\n

Licensed under the MIT License.

\n

Builds

\n

SmokerStopper v1.0.0

\n

Web

\n

Phresh-IT

\n

SmokerStopper

\n

Dev

\n

Clone or download the repo and navigate in console to the program's root folder.

\n

Install

\n
npm install\n
\n

Run

\n
npm start\n
\n

Packaging (win32 is x86, others x64)

\n

App need flashplayer plugin from chrome broswer for flashgames.\nFor Windows, I built in (pepflashplayer.dll),\nbut for Mac (PepperFlashPlayer.plugin) somewhere in Users/{username}/Library/Application Support/Google/Chrome/Default/Extensions/.\nand Linux (libpepflashplayer.so) /home/{username}/.config/google-chrome/default/Extensions/\nnot. The files or contributions are welcome

\n
npm run pack-win32\n\nnpm run pack-win\n\nnpm run pack-lin\n\nnpm run pack-mac\n
\n

Packaged zips not requires installion, just unzip and run the executeable file.

\n

Support

\n

If you like my work(s), please buy me a coffee or support/donate me. Contributions, issues(problems, ideas) and donates are welcome.

\n

Thank you, Have a nice day!

\n
", - "readmeOriginal": "

SmokerStopper

\n

I made it myself, so not too rich in functions/futures, but i thinked maybe can help other(s) too if i publish it.

\n

This app help you tracking your smoking habits and reduce the dose greatly and prepare you to the \"freedom day\" (quitting).\nHow?\nThe app is a game pack in the game also.

\n

The motivation/distraction system is add to you more help to push out the breaktime (time between two smoke) more and more.

\n

If you fulfill the setted breaktime, you got expirence points (xp) and levelup like an RPG game. In the 'Rewards' menu open 1 flash game for each earned level.\nThe max level is 50.\nWhen you overfulfill the time got bonus xp, but if you underperforming then you lose xp.

\n

Tips

\n

First of all try still your dose with lighter cigaretes. If you smoke 20 normal cigarettes per day, change to light and stay on 20 dialy.

\n

When you can hold the dose with light, start lower the dose. Use the timer to push out the next times when you smoke.

\n

Try lower your dose to minimum 8-10 or better 5-6 light cigarette per day while you reach level 50.

\n

The lowered dose makes easier for you the finaly free from the smoking. The day when you left over the smoking is the freedom day.

\n

If you fall back more the 1-2 cigarette per day, you can restart the procedure with your lower dose. Use the \"Reset profile\" menu.

\n

You can delete game saves also with the \"Reset games\" menu button.

\n

Features

\n
Start with system.
\n
Choose the cigarette type (strong, normal, light, extralight).
\n
Set the target time between two smoke (in minutes and the min. 30).
\n
Dialy, monthly, total counters (handle 1, 3/4, 1/2, 1/4 cigarette doses) and charts.
\n
Countup non smoked times. Red background under target breaktime, green after reach.
\n
Micro RPG system (50 level).
\n
50 build in flash games (Not requires internet connection).
\n
Made with love.
\n

Screenshots

\n

\"App\"\n\"Game

\n

Licence

\n

Copyright (c) 2018, Krisztián Kis - Phresh-IT. All rights reserved.

\n

Licensed under the MIT License.

\n

Builds

\n

SmokerStopper v1.0.0

\n

Web

\n

Phresh-IT

\n

SmokerStopper

\n

Dev

\n

Clone or download the repo and navigate in console to the program's root folder.

\n

Install

\n
npm install\n
\n

Run

\n
npm start\n
\n

Packaging (win32 is x86, others x64)

\n

App need flashplayer plugin from chrome broswer for flashgames.\nFor Windows, I built in (pepflashplayer.dll),\nbut for Mac (PepperFlashPlayer.plugin) somewhere in Users/{username}/Library/Application Support/Google/Chrome/Default/Extensions/.\nand Linux (libpepflashplayer.so) /home/{username}/.config/google-chrome/default/Extensions/\nnot. The files or contributions are welcome

\n
npm run pack-win32\n\nnpm run pack-win\n\nnpm run pack-lin\n\nnpm run pack-mac\n
\n

Packaged zips not requires installion, just unzip and run the executeable file.

\n

Support

\n

If you like my work(s), please buy me a coffee or support/donate me. Contributions, issues(problems, ideas) and donates are welcome.

\n

Thank you, Have a nice day!

\n
", - "readmeFetchedAt": "2020-09-17T12:09:50.419Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.101Z" + }, + "social-amnesia": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.126Z" }, "snippetstore": { - "readmeCleaned": "

SnippetStore

\n

\n🎉 A snippet management app for developers 🚀\n

\n

\n \n \"twitter\"\n \n

\n

\n\"travis\"\n\n \"version\"\n\n\n \"total\n\n\n \"stars\"\n\n\n \"forks\"\n\n

\n

\n \n

\n

About this project

\n

SnippetStore is an application for developers to store their snippets and quickly retrieve them when needed. SnippetStore mainly focus on storing code therefor its interface is small and simple, perfect for busy developers who doesn't care about small details.

\n

Donate

\n

There are many requests for macOS support and I'm sure many of you guys who are mac users will want\nSnippetStore to be available in homebrew and able to run on macOS too. But in order to do that, I need help from you guys to afford a mac to test & build this project and many more other projects in the future. It would be a huge help if you can buy me a coffee 😄

\n

\"Buy

\n

SnippetStore is also available on issuehunt

\n

\"Let's

\n

A massive thank you to these donators

\n\n\n\n\n\n\n\n\n\n\n\n
Trevor Robertson
\"\"
\n

Download

\n

Currently SnippetStore only available for linux and windows.

\n

If you're using MacOS, you can also build a version for you OS too (not guarantee it will work!)

\n
npm run dist:mac\n
\n

You can get the latest release of SnippetStore here

\n

Theme

\n

SnippetStore currently support 2 themes dark and light

\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Light themeDark theme
\n

Tag support

\n

With SnippetStore you can assign multiple tags to your snippet and easy find them using the tag list on the right bar

\n

\n \n

\n

Multi file snippet

\n

Not satisfied with a single file snippet? With SnippetStore you can now store multiple files within a snippet

\n

\n \n

\n

Snippet list layout

\n

SnippetStore currently support 2 snippet list layout:

\n\n\n\n\n\n\n\n\n\n\n\n\n\n
OriginalList and details
\n

Internalization

\n

SnippetStore currently support 2 languages:

\n
    \n
  • English
  • \n
  • Vietnamese
  • \n
\n

Shortcut

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
ActionKey
Open create snippet modalctrl + n
Open setting modalctrl + ,
Toggle small sidebar modectrl + b
Close all modalesc
Save snippetctrl + s
Discard snippet changesesc
Navigate in snippet listctrl + pageup, ctrl + pagedown
\n

Tech Stack

\n\n

Contributing

\n

Check out contributing.md

\n

Author & Maintainer

\n\n

License

\n\n
", - "readmeOriginal": "

SnippetStore

\n

\n🎉 A snippet management app for developers 🚀\n

\n

\n \n \"twitter\"\n \n

\n

\n\"travis\"\n\n \"version\"\n\n\n \"total\n\n\n \"stars\"\n\n\n \"forks\"\n\n

\n

\n \n

\n

About this project

\n

SnippetStore is an application for developers to store their snippets and quickly retrieve them when needed. SnippetStore mainly focus on storing code therefor its interface is small and simple, perfect for busy developers who doesn't care about small details.

\n

Donate

\n

There are many requests for macOS support and I'm sure many of you guys who are mac users will want\nSnippetStore to be available in homebrew and able to run on macOS too. But in order to do that, I need help from you guys to afford a mac to test & build this project and many more other projects in the future. It would be a huge help if you can buy me a coffee 😄

\n

\"Buy

\n

SnippetStore is also available on issuehunt

\n

\"Let's

\n

A massive thank you to these donators

\n\n\n\n\n\n\n\n\n\n\n\n
Trevor Robertson
\"\"
\n

Download

\n

Currently SnippetStore only available for linux and windows.

\n

If you're using MacOS, you can also build a version for you OS too (not guarantee it will work!)

\n
npm run dist:mac\n
\n

You can get the latest release of SnippetStore here

\n

Theme

\n

SnippetStore currently support 2 themes dark and light

\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Light themeDark theme
\n

Tag support

\n

With SnippetStore you can assign multiple tags to your snippet and easy find them using the tag list on the right bar

\n

\n \n

\n

Multi file snippet

\n

Not satisfied with a single file snippet? With SnippetStore you can now store multiple files within a snippet

\n

\n \n

\n

Snippet list layout

\n

SnippetStore currently support 2 snippet list layout:

\n\n\n\n\n\n\n\n\n\n\n\n\n\n
OriginalList and details
\n

Internalization

\n

SnippetStore currently support 2 languages:

\n
    \n
  • English
  • \n
  • Vietnamese
  • \n
\n

Shortcut

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
ActionKey
Open create snippet modalctrl + n
Open setting modalctrl + ,
Toggle small sidebar modectrl + b
Close all modalesc
Save snippetctrl + s
Discard snippet changesesc
Navigate in snippet listctrl + pageup, ctrl + pagedown
\n

Tech Stack

\n\n

Contributing

\n

Check out contributing.md

\n

Author & Maintainer

\n\n

License

\n\n
", - "readmeFetchedAt": "2020-09-17T12:09:50.599Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.126Z" }, - "socket-io-tester": { - "readmeCleaned": "

DEPRECATED Socket.io tester

\n

\"GitHub\n\"No

\n

Try Firecamp

\n
\n
Install node modules
\n

$ npm i

\n
Build and open in browser
\n

$ npm run dev

\n
Build and open as electron app
\n
    \n
  • build\n$ npm run electron-build
  • \n
\n
package all application versions for distribution (win, linux, macos)
\n

$ npm run package-builder

\n
\n

socket.io test server

\n

start test server by running node socketTest/index.js\nor\nnpm run server

\n

events

\n
    \n
  • 'chat message': echoes mesages
  • \n
  • test: sends messages at specific interval
  • \n
\n

namespace

\n
    \n
  • /asd
  • \n
\n

events in namespace

\n
    \n
  • test: sends messages at specific interval
  • \n
\n

When updating

\n
    \n
  • change version numbers in package.json AND build_package.json
  • \n
  • create git tag git tag v1.0.0
  • \n
  • push changes git push
  • \n
  • and push tags git push --tags
  • \n
  • create release draft with new tag and version as release name
  • \n
  • Really important release NAME is the version with the v: v1.0.0
  • \n
  • Really important that build_package.json has the correct version without the v: 1.0.0
  • \n
  • build with package script
  • \n
  • compress each build in the package dir individually and upload to github
  • \n
  • release
  • \n
\n
", - "readmeOriginal": "

DEPRECATED Socket.io tester

\n

\"GitHub\n\"No

\n

Try Firecamp

\n
\n
Install node modules
\n

$ npm i

\n
Build and open in browser
\n

$ npm run dev

\n
Build and open as electron app
\n
    \n
  • build\n$ npm run electron-build
  • \n
\n
package all application versions for distribution (win, linux, macos)
\n

$ npm run package-builder

\n
\n

socket.io test server

\n

start test server by running node socketTest/index.js\nor\nnpm run server

\n

events

\n
    \n
  • 'chat message': echoes mesages
  • \n
  • test: sends messages at specific interval
  • \n
\n

namespace

\n
    \n
  • /asd
  • \n
\n

events in namespace

\n
    \n
  • test: sends messages at specific interval
  • \n
\n

When updating

\n
    \n
  • change version numbers in package.json AND build_package.json
  • \n
  • create git tag git tag v1.0.0
  • \n
  • push changes git push
  • \n
  • and push tags git push --tags
  • \n
  • create release draft with new tag and version as release name
  • \n
  • Really important release NAME is the version with the v: v1.0.0
  • \n
  • Really important that build_package.json has the correct version without the v: 1.0.0
  • \n
  • build with package script
  • \n
  • compress each build in the package dir individually and upload to github
  • \n
  • release
  • \n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:50.743Z" + "soube": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.161Z" }, - "social-amnesia": { - "readmeCleaned": "

\"Social\n\"Quick

\n

Social Amnesia

\n

Social Amnesia aims to make your social media (twitter/reddit) only exist within a time period that you choose. For many people, there is no reason they want to have years old tweets or reddit comments publicly accessible. With Social Amnesia, set the time period you want to keep, whitelist posts and items you want to preserve indefinitely, and let Social Amnesia wipe the rest out of existence.

\n

\"Awesome

\n

Sponsor the development of Social Amnesia

\n

You can sponsor me on GitHub to fund the continued development of Social Amnesia!\nYou can also make a one-time donation directly via:

\n
    \n
  • Venmo
  • \n
  • Paypal
  • \n
  • Send Bitcoin to 36Bq7F2JZdYEWLyB8jPWB1XuLCBCCkLvHn
  • \n
\n

\"DonateQR\"

\n

And please follow me on Twitter to receive updates on the development of Social Amnesia!

\n

How to build/run Social Amnesia

\n

Executables

\n

This is the simplest option. Bundled and easily usable files for Mac, Windows and Linux are available on the releases page.

\n

How to run Social Amnesia from the command line

\n

First, clone this repo.

\n

In order to run Social Amnesia, you will need to set up Reddit and Twitter APIs.

\n

For Reddit, you will want to create an installed app using https://www.reddit.com/prefs/apps. Set your redirect url to be https://google.com. Then you will need to create a redditSecrets.ts file in the src/ directory:

\n
const redditAPI = {\n  userAgent: "Social-Amnesia-2.0",\n  clientId: "YOUR_CLIENT_ID"\n};\n\nexport default redditAPI;
\n

For Twitter, create an app using https://developer.twitter.com/en/apps, enable Sign in with Twitter, set the Callback URL to be https://google.com, and then create a twitterSecrets.ts file in the src/ directory:

\n
const twitterAPI = {\n  consumer_key: "YOUR_CONSUMER_KEY",\n  consumer_secret: "YOUR_CONSUMER_SECRET",\n  access_token: "YOUR_ACCESS_TOKEN",\n  access_token_secret: "YOUR_ACCESS_TOKEN_SECRET"\n};\n\nexport default twitterAPI;
\n

Then you can run yarn run electron:serve and start developing!

\n

How to build the executables for Social Amnesia

\n

Simply run yarn run electron:serve once you have completed the steps above. Output is sent to the dist_electron folder.

\n

Sites and Features

\n

Reddit

\n
    \n
  • Delete comments and posts, individually or en masse.
  • \n
  • Edits your posts before deleting them. According to the reddit admins this is an effective way to remove content from reddit.
  • \n
  • Keep a time range of comments and submissions.
  • \n
  • Keep comments or submissions that reach a certain amount of upvotes.
  • \n
  • Whitelist specific posts and comments you want to save.
  • \n
  • Schedule deletions daily.
  • \n
\n

Twitter

\n
    \n
  • Delete tweets, retweets, replies and remove "favorites" (aka ❤️'s), individually or en masse.
  • \n
  • Keep a time range of tweets, retweets, replies and favorites.\n
      \n
    • In the case of favorites, this is done by the time the favorited item was created, NOT the time it was favorited at.
    • \n
    \n
  • \n
  • Keep tweets that have reached a certain amount of retweets or favorites.\n
      \n
    • This option ignores retweets, these will be removed no matter what if they are out of the time range.
    • \n
    \n
  • \n
  • Whitelist specific tweets and favorites you want to save.
  • \n
  • Schedule deletions daily.
  • \n
\n

Contributing

\n

Contributions are not only welcomed but greatly appreciated. If you have any idea for a new feature, or find a bug, you can open up a new issue and report it. Better yet, fork this project, write up some code, and submit a new pull request.

\n

Don't feel comfortable coding? That's okay! There are plenty of other ways to contribute to this project:

\n
    \n
  • The easiest is to just share it. Post it (ironically?) on your social media. Tell your friends and family. Launch t-shirts at bewildered pedestrians. Drop pamphlets out of air planes. Get creative!
  • \n
  • UX people are needed to help make mockups to improve the design of the application.
  • \n
  • Do you have a social media account with lots of posts you would like to donate to the cause? Accounts like these can be used to help us bug hunt. Open an issue or tweet @NickGottschlich.
  • \n
  • Be a user tester! Just record your experience using this the first time using screen recording software and upload it as an issue. Better yet if you can record yourself talking through your thoughts as you try out the software for the first time!
  • \n
\n

Limitations

\n
    \n
  • Reddit\n
      \n
    • reddit API currently only indexes ~1k most recent items back (confirmed for comments, not submissions)
    • \n
    \n
  • \n
  • Twitter\n
      \n
    • twitter API currently only indexes ~3200 tweets and favorites back
    • \n
    \n
  • \n
\n

Tech talks / Blog Posts

\n

Note: These talks and posts may be using the user interface from Social Media 1.0, which looks significantly different from the new version!

\n

@NickGottschlich spoke about Social Amnesia at the Austin Python Monthly Meetup on April 10th, 2019.

\n

Youtube link: https://www.youtube.com/watch?v=wPv_pLofedU

\n

Link to slides: https://nickpgott.com/files/AbusingSocialMediaAPIs.pdf

\n

Medium Article about Social Amnesia: https://medium.com/@nickpgott/ab-using-social-media-apis-using-python-for-privacys-sake-7091b3f76666

\n

Links

\n\n

Related software

\n\n
", - "readmeOriginal": "

\"Social\n\"Quick

\n

Social Amnesia

\n

Social Amnesia aims to make your social media (twitter/reddit) only exist within a time period that you choose. For many people, there is no reason they want to have years old tweets or reddit comments publicly accessible. With Social Amnesia, set the time period you want to keep, whitelist posts and items you want to preserve indefinitely, and let Social Amnesia wipe the rest out of existence.

\n

\"Awesome

\n

Sponsor the development of Social Amnesia

\n

You can sponsor me on GitHub to fund the continued development of Social Amnesia!\nYou can also make a one-time donation directly via:

\n
    \n
  • Venmo
  • \n
  • Paypal
  • \n
  • Send Bitcoin to 36Bq7F2JZdYEWLyB8jPWB1XuLCBCCkLvHn
  • \n
\n

\"DonateQR\"

\n

And please follow me on Twitter to receive updates on the development of Social Amnesia!

\n

How to build/run Social Amnesia

\n

Executables

\n

This is the simplest option. Bundled and easily usable files for Mac, Windows and Linux are available on the releases page.

\n

How to run Social Amnesia from the command line

\n

First, clone this repo.

\n

In order to run Social Amnesia, you will need to set up Reddit and Twitter APIs.

\n

For Reddit, you will want to create an installed app using https://www.reddit.com/prefs/apps. Set your redirect url to be https://google.com. Then you will need to create a redditSecrets.ts file in the src/ directory:

\n
const redditAPI = {\n  userAgent: \"Social-Amnesia-2.0\",\n  clientId: \"YOUR_CLIENT_ID\"\n};\n\nexport default redditAPI;
\n

For Twitter, create an app using https://developer.twitter.com/en/apps, enable Sign in with Twitter, set the Callback URL to be https://google.com, and then create a twitterSecrets.ts file in the src/ directory:

\n
const twitterAPI = {\n  consumer_key: \"YOUR_CONSUMER_KEY\",\n  consumer_secret: \"YOUR_CONSUMER_SECRET\",\n  access_token: \"YOUR_ACCESS_TOKEN\",\n  access_token_secret: \"YOUR_ACCESS_TOKEN_SECRET\"\n};\n\nexport default twitterAPI;
\n

Then you can run yarn run electron:serve and start developing!

\n

How to build the executables for Social Amnesia

\n

Simply run yarn run electron:serve once you have completed the steps above. Output is sent to the dist_electron folder.

\n

Sites and Features

\n

Reddit

\n
    \n
  • Delete comments and posts, individually or en masse.
  • \n
  • Edits your posts before deleting them. According to the reddit admins this is an effective way to remove content from reddit.
  • \n
  • Keep a time range of comments and submissions.
  • \n
  • Keep comments or submissions that reach a certain amount of upvotes.
  • \n
  • Whitelist specific posts and comments you want to save.
  • \n
  • Schedule deletions daily.
  • \n
\n

Twitter

\n
    \n
  • Delete tweets, retweets, replies and remove \"favorites\" (aka ❤️'s), individually or en masse.
  • \n
  • Keep a time range of tweets, retweets, replies and favorites.\n
      \n
    • In the case of favorites, this is done by the time the favorited item was created, NOT the time it was favorited at.
    • \n
    \n
  • \n
  • Keep tweets that have reached a certain amount of retweets or favorites.\n
      \n
    • This option ignores retweets, these will be removed no matter what if they are out of the time range.
    • \n
    \n
  • \n
  • Whitelist specific tweets and favorites you want to save.
  • \n
  • Schedule deletions daily.
  • \n
\n

Contributing

\n

Contributions are not only welcomed but greatly appreciated. If you have any idea for a new feature, or find a bug, you can open up a new issue and report it. Better yet, fork this project, write up some code, and submit a new pull request.

\n

Don't feel comfortable coding? That's okay! There are plenty of other ways to contribute to this project:

\n
    \n
  • The easiest is to just share it. Post it (ironically?) on your social media. Tell your friends and family. Launch t-shirts at bewildered pedestrians. Drop pamphlets out of air planes. Get creative!
  • \n
  • UX people are needed to help make mockups to improve the design of the application.
  • \n
  • Do you have a social media account with lots of posts you would like to donate to the cause? Accounts like these can be used to help us bug hunt. Open an issue or tweet @NickGottschlich.
  • \n
  • Be a user tester! Just record your experience using this the first time using screen recording software and upload it as an issue. Better yet if you can record yourself talking through your thoughts as you try out the software for the first time!
  • \n
\n

Limitations

\n
    \n
  • Reddit\n
      \n
    • reddit API currently only indexes ~1k most recent items back (confirmed for comments, not submissions)
    • \n
    \n
  • \n
  • Twitter\n
      \n
    • twitter API currently only indexes ~3200 tweets and favorites back
    • \n
    \n
  • \n
\n

Tech talks / Blog Posts

\n

Note: These talks and posts may be using the user interface from Social Media 1.0, which looks significantly different from the new version!

\n

@NickGottschlich spoke about Social Amnesia at the Austin Python Monthly Meetup on April 10th, 2019.

\n

Youtube link: https://www.youtube.com/watch?v=wPv_pLofedU

\n

Link to slides: https://nickpgott.com/files/AbusingSocialMediaAPIs.pdf

\n

Medium Article about Social Amnesia: https://medium.com/@nickpgott/ab-using-social-media-apis-using-python-for-privacys-sake-7091b3f76666

\n

Links

\n\n

Related software

\n\n
", - "readmeFetchedAt": "2020-09-17T12:09:50.780Z" + "socket-io-tester": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.176Z" }, - "soube": { - "readmeCleaned": "

\"Soube\"

\n

Soube

\n

This project is not longer maintained

\n

Thanks to all the people who downloaded the application and gave me feedback to improve it. Also, thanks to those who forked the project and those who gave me an start.

\n

Soube was a nice project where I learned a lot from my mistakes, but for others reason I stopped working on it for years. I wanted to improve the code of course with a better folder structure, following JS best practices and coding in a clean way, and I think you might see that intention on the development branch. But this is not the end, throw those years I didn't work on Soube I was growing up as a developer, specially with JavaScript and some other importants things like Data Structure. Now, I have a little bit more of knowledge that will help me to bring Soube again but powerful and not only focused on local music file. This new Soube version won't be public until I decide it is stable and good enough to be share it with you all. I won't close this repository, so you are free to use it. Thanks you all!

\n

Soube is a simple and minimalist music player based on Electronjs.

\n

Install it on Windows, Mac & Linux

\n

Soube website

\n

Features

\n
    \n
  • Notifications showing what song is played.
  • \n
  • Auto detection of new songs.
  • \n
  • Idiom. You can change the idiom of the config panel (Do this before anything).
  • \n
  • Equalizer.
  • \n
  • Responsive design.
  • \n
  • Shorcuts to set play/pause,next, prev and disalbe/enable shuffle.
  • \n
  • Searching by song.
  • \n
\n

Linux users

\n
    \n
  • For Distributions that don't use rpm or deb extensions, you have to follow the steps below.
  • \n
\n

Step 1

\n
Extract the files and you will see the next folder:\n * soube-linux-ia32\n  or\n * soube-linux-x64\n
\n

Step 2

\n
    \n
  • Move the folder using the next command line.
  • \n
\n
 sudo mv [Place_where_is_soube_folder]/[soube-linux-ia32 or soube-linux-x64] /opt/soube\n
\n

step 3

\n
    \n
  • Download the soube.desktop file for an icon launcher and move it to this location (or your prefer one):
  • \n
\n
sudo  [Place_where_is_the_file]/soube.desktop /usr/share/applications\n\n
\n
    \n
  • Done!. You should be ready to use Soube.
  • \n
\n

Shortcuts

\n
    \n
  • Ctrl + F // Display the searching option
  • \n
  • Ctrl + Up // Set Play/Pause the song
  • \n
  • Ctrl + Left // Prev song
  • \n
  • Ctrl + Right // Next song
  • \n
  • Ctrl + Down // Switch shuffle
  • \n
\n
", - "readmeOriginal": "

\"Soube\"

\n

Soube

\n

This project is not longer maintained

\n

Thanks to all the people who downloaded the application and gave me feedback to improve it. Also, thanks to those who forked the project and those who gave me an start.

\n

Soube was a nice project where I learned a lot from my mistakes, but for others reason I stopped working on it for years. I wanted to improve the code of course with a better folder structure, following JS best practices and coding in a clean way, and I think you might see that intention on the development branch. But this is not the end, throw those years I didn't work on Soube I was growing up as a developer, specially with JavaScript and some other importants things like Data Structure. Now, I have a little bit more of knowledge that will help me to bring Soube again but powerful and not only focused on local music file. This new Soube version won't be public until I decide it is stable and good enough to be share it with you all. I won't close this repository, so you are free to use it. Thanks you all!

\n

Soube is a simple and minimalist music player based on Electronjs.

\n

Install it on Windows, Mac & Linux

\n

Soube website

\n

Features

\n
    \n
  • Notifications showing what song is played.
  • \n
  • Auto detection of new songs.
  • \n
  • Idiom. You can change the idiom of the config panel (Do this before anything).
  • \n
  • Equalizer.
  • \n
  • Responsive design.
  • \n
  • Shorcuts to set play/pause,next, prev and disalbe/enable shuffle.
  • \n
  • Searching by song.
  • \n
\n

Linux users

\n
    \n
  • For Distributions that don't use rpm or deb extensions, you have to follow the steps below.
  • \n
\n

Step 1

\n
Extract the files and you will see the next folder:\n * soube-linux-ia32\n  or\n * soube-linux-x64\n
\n

Step 2

\n
    \n
  • Move the folder using the next command line.
  • \n
\n
 sudo mv [Place_where_is_soube_folder]/[soube-linux-ia32 or soube-linux-x64] /opt/soube\n
\n

step 3

\n
    \n
  • Download the soube.desktop file for an icon launcher and move it to this location (or your prefer one):
  • \n
\n
sudo  [Place_where_is_the_file]/soube.desktop /usr/share/applications\n\n
\n
    \n
  • Done!. You should be ready to use Soube.
  • \n
\n

Shortcuts

\n
    \n
  • Ctrl + F // Display the searching option
  • \n
  • Ctrl + Up // Set Play/Pause the song
  • \n
  • Ctrl + Left // Prev song
  • \n
  • Ctrl + Right // Next song
  • \n
  • Ctrl + Down // Switch shuffle
  • \n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:50.958Z" + "soundglass": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.189Z" }, "soundkeys": { - "readmeCleaned": "

\"Soundkeys SoundKeys

\n

Soundkeys serves straight from Soundcloud. Benefit from the website's features and caching! 😼

\n

\n

The SoundCloud website wrapped in Electron with shortcuts for a native experience.

\n

\n

Includes a mini-player with minimal controls as well.

\n

\n

Default shortcuts included are:

\n

Global shortcuts :

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
KeysActions
MediaNextTrackNext Track
MediaPreviousTrackPrevious Track
MediaPlayPausePlay/Pause Track
Ctrl+3Like Toggle
Ctrl+4Repeat Toggle
Ctrl+5Shuffle Toggle
\n

Notifications

\n

Get notified about your actions when the window is not visible. 💯

\n

\"Alt

\n

\"Alt

\n

Install

\n

Download from here. 💎

\n

Build

\n

Building is a piece of cake as the app uses Electron. 🍰
\nFollow these instructions to setup the app.

\n
git clone https://github.com/MSandeep96/SoundKeys.git\ncd SoundKeys\nnpm install\nnpm start\n
\n

You might want to consider installing Electron globally as it's huge. (~140 MB)
\nFeel free to create an ISSUE or shoot me an email for any help. ✌️
\nThe app hasn't been tested on Linux or OSX. Please provide feedback if you did.

\n

RoadMap

\n

Check the Projects tab for the roadmap. 😸

\n
Login issues: (Only Facebook)😿
\n

As Electron opens each window in a seperate process, login callbacks aren't triggered properly.
\nIf the application stalls for you, reload the page and try to login again. (Sometimes twice)
\nReload is mapped to F5.

\n
", - "readmeOriginal": "

\"Soundkeys SoundKeys

\n

Soundkeys serves straight from Soundcloud. Benefit from the website's features and caching! 😼

\n

\n

The SoundCloud website wrapped in Electron with shortcuts for a native experience.

\n

\n

Includes a mini-player with minimal controls as well.

\n

\n

Default shortcuts included are:

\n

Global shortcuts :

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
KeysActions
MediaNextTrackNext Track
MediaPreviousTrackPrevious Track
MediaPlayPausePlay/Pause Track
Ctrl+3Like Toggle
Ctrl+4Repeat Toggle
Ctrl+5Shuffle Toggle
\n

Notifications

\n

Get notified about your actions when the window is not visible. 💯

\n

\"Alt

\n

\"Alt

\n

Install

\n

Download from here. 💎

\n

Build

\n

Building is a piece of cake as the app uses Electron. 🍰
\nFollow these instructions to setup the app.

\n
git clone https://github.com/MSandeep96/SoundKeys.git\ncd SoundKeys\nnpm install\nnpm start\n
\n

You might want to consider installing Electron globally as it's huge. (~140 MB)
\nFeel free to create an ISSUE or shoot me an email for any help. ✌️
\nThe app hasn't been tested on Linux or OSX. Please provide feedback if you did.

\n

RoadMap

\n

Check the Projects tab for the roadmap. 😸

\n
Login issues: (Only Facebook)😿
\n

As Electron opens each window in a seperate process, login callbacks aren't triggered properly.
\nIf the application stalls for you, reload the page and try to login again. (Sometimes twice)
\nReload is mapped to F5.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:51.086Z" - }, - "snake": { - "readmeCleaned": "

Snake Game

\n

Classic Snake Game using electron & p5.js & lowdb

\n

Inspired by Coding Train

\n
", - "readmeOriginal": "

Snake Game

\n

Classic Snake Game using electron & p5.js & lowdb

\n

Inspired by Coding Train

\n
", - "readmeFetchedAt": "2020-09-17T12:09:51.146Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.200Z" }, - "soundglass": { - "readmeCleaned": "

Soundglass

\n

Is a cross-platform Soundboard that play sound from audio files on your computer to your favourite voice chat app 🚀

\n

\"Soundglass

\n

Why Soundglass

\n
    \n
  • Keyboard shortcuts support
  • \n
  • Nice looking
  • \n
  • Cross-platform
  • \n
  • Open Source
  • \n
\n

Installation

\n
    \n
  1. Download Soundglass
  2. \n
  3. Download Virtual Audio Device for your operating system, I recommend these:
  4. \n
\n\n
    \n
  1. Install Virtual Audio Device
  2. \n
  3. Run Soundglass
  4. \n
\n

Setup

\n
    \n
  1. Click arrow button to toggle settings
  2. \n
  3. Select your Virtual Audio Device in Output 1
  4. \n
  5. Select your Speakers in Output 2
  6. \n
\n

Preparing for Development

\n
    \n
  1. Clone this repository
  2. \n
  3. Navigate to root directory
  4. \n
  5. Run npm i
  6. \n
  7. Run npm run watch
  8. \n
  9. Open new terminal inside root directory
  10. \n
  11. Run npm run dev
  12. \n
\n

Warning: App may crash if you use Visual Studio Code terminal on macOS. It's recommended to use the default OS terminal.

\n
", - "readmeOriginal": "

Soundglass

\n

Is a cross-platform Soundboard that play sound from audio files on your computer to your favourite voice chat app 🚀

\n

\"Soundglass

\n

Why Soundglass

\n
    \n
  • Keyboard shortcuts support
  • \n
  • Nice looking
  • \n
  • Cross-platform
  • \n
  • Open Source
  • \n
\n

Installation

\n
    \n
  1. Download Soundglass
  2. \n
  3. Download Virtual Audio Device for your operating system, I recommend these:
  4. \n
\n\n
    \n
  1. Install Virtual Audio Device
  2. \n
  3. Run Soundglass
  4. \n
\n

Setup

\n
    \n
  1. Click arrow button to toggle settings
  2. \n
  3. Select your Virtual Audio Device in Output 1
  4. \n
  5. Select your Speakers in Output 2
  6. \n
\n

Preparing for Development

\n
    \n
  1. Clone this repository
  2. \n
  3. Navigate to root directory
  4. \n
  5. Run npm i
  6. \n
  7. Run npm run watch
  8. \n
  9. Open new terminal inside root directory
  10. \n
  11. Run npm run dev
  12. \n
\n

Warning: App may crash if you use Visual Studio Code terminal on macOS. It's recommended to use the default OS terminal.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:51.148Z" + "soundnode": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.201Z" }, "spotspot": { - "readmeCleaned": "

SpotSpot

\n

Development

\n

git clone git@github.com:will-stone/SpotSpot.git

\n

cd spotspot

\n

yarn

\n

yarn start

\n

To package use yarn run package

\n
", - "readmeOriginal": "

SpotSpot

\n

Development

\n

git clone git@github.com:will-stone/SpotSpot.git

\n

cd spotspot

\n

yarn

\n

yarn start

\n

To package use yarn run package

\n
", - "readmeFetchedAt": "2020-09-17T12:09:51.320Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.230Z" }, "source-me": { - "readmeCleaned": "

\"screenshot\"

\n

Source me

\n
\n

Source Me is a cross platform desktop application which has some essential tools while making a project.

\n
\n

Version: 0.2.1

\n

Features

\n
    \n
  • \n

    Material Design Colors by Google\nThe application contains a full stack of material designed colors created by Google. These can be very useful when one needs these colors at one place. It uses react-tooltip to show the hex codes.

    \n
  • \n
  • \n

    Content Delivery Networks Library by CDN\nThese are libraries provided by cdn in one place. You can import the links to your project.

    \n
  • \n
  • \n

    Material Designed Icons by Google\nThese are material designed icons made by Google. It is similar to the colors component.

    \n
  • \n
  • \n

    Epsum Generator from bacon ipsum\nA generator which generates standalone text which can be useful to your HTML mockups.

    \n
  • \n
  • \n

    URL Shortner\nA URL shortener which uses a free is.gd to shorten urls quickly.

    \n
  • \n
  • \n

    Emoji Picker\nIt is a picker which has a curated list of Emojis. Click one of them & you get the unicode!

    \n
  • \n
  • \n

    Image Compressor\nA tool which compresses your images quickly. It uses @xkeshi/image-compressor.

    \n
  • \n
\n

Use

\n

Download the latest version of Source me from the releases page

\n

Build

\n

The app can be used locally by following commands:

\n
$ git clone https://github.com/theIYD/source-me.git\n$ cd source-me\n$ npm install\n$ npm run dev
\n

The application has been abandoned and further updates have been stopped.

\n
", - "readmeOriginal": "

\"screenshot\"

\n

Source me

\n
\n

Source Me is a cross platform desktop application which has some essential tools while making a project.

\n
\n

Version: 0.2.1

\n

Features

\n
    \n
  • \n

    Material Design Colors by Google\nThe application contains a full stack of material designed colors created by Google. These can be very useful when one needs these colors at one place. It uses react-tooltip to show the hex codes.

    \n
  • \n
  • \n

    Content Delivery Networks Library by CDN\nThese are libraries provided by cdn in one place. You can import the links to your project.

    \n
  • \n
  • \n

    Material Designed Icons by Google\nThese are material designed icons made by Google. It is similar to the colors component.

    \n
  • \n
  • \n

    Epsum Generator from bacon ipsum\nA generator which generates standalone text which can be useful to your HTML mockups.

    \n
  • \n
  • \n

    URL Shortner\nA URL shortener which uses a free is.gd to shorten urls quickly.

    \n
  • \n
  • \n

    Emoji Picker\nIt is a picker which has a curated list of Emojis. Click one of them & you get the unicode!

    \n
  • \n
  • \n

    Image Compressor\nA tool which compresses your images quickly. It uses @xkeshi/image-compressor.

    \n
  • \n
\n

Use

\n

Download the latest version of Source me from the releases page

\n

Build

\n

The app can be used locally by following commands:

\n
$ git clone https://github.com/theIYD/source-me.git\n$ cd source-me\n$ npm install\n$ npm run dev
\n

The application has been abandoned and further updates have been stopped.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:51.337Z" - }, - "soundnode": { - "readmeCleaned": "

\"Join

\n

Soundnode App

\n

Soundnode App is an Open-Source project to support Soundcloud for desktop Mac, Windows, and Linux.
\nIt's built with Electron, Node.js, Angular.js, and uses the Soundcloud API.

\n
\n

Be aware that Soundnode relies on Soundcloud API which only allows third party apps to play 15 thousand tracks daily. When the rate limit is reached all users are blocked from playing/streaming tracks. The stream will be re-enable one day after (at the same time) streams were blocked.

\n
\n

Follow us on twitter for updates @Soundnodeapp.

\n

Featured on Producthunt, TNW\nand Gizmodo

\n

\"alt

\n

Features

\n
    \n
  • No need to install
  • \n
  • Native media keyboard shortcuts
  • \n
  • Search for new songs
  • \n
  • Easy navigation
  • \n
  • Listen to songs from your Stream, Likes, Tracks, Following or Playlists
  • \n
  • Like songs and save to your liked playlist
  • \n
  • Full playlist feature
  • \n
  • Follow/Unfollow users
  • \n
\n

And much more!

\n

Configuration

\n

Since soundcloud applies a rate limit to third party apps, you need to configure your own API key to make soundnode work.

\n

Unfortunately soundcloud suspended new application creation, so to retrieve your api key, you have to dig into the soundcloud website.

\n\n

How to contribute

\n

First, building, testing, and reporting bugs is highly appreciated. Please include the console's output and steps to reproduce the problem in your bug report, if possible.

\n

If you want to develop, you can look at the issues, especially the bugs, and then fix them.\nHere's a list of issues.

\n

Please follow the contribution guidelines.

\n

Development

\n

See the Development page for a complete guide on how to build\nthe app locally on your computer.

\n

Check out Electron documentation

\n

Supported Platforms

\n
    \n
  • Windows
  • \n
  • Mac
  • \n
  • Linux
  • \n
\n

Author

\n\n

Contributors

\n

Thanks to all contributors that are helping or helped making Soundnode better.

\n

License

\n

GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 license.

\n
", - "readmeOriginal": "

\"Join

\n

Soundnode App

\n

Soundnode App is an Open-Source project to support Soundcloud for desktop Mac, Windows, and Linux.
\nIt's built with Electron, Node.js, Angular.js, and uses the Soundcloud API.

\n
\n

Be aware that Soundnode relies on Soundcloud API which only allows third party apps to play 15 thousand tracks daily. When the rate limit is reached all users are blocked from playing/streaming tracks. The stream will be re-enable one day after (at the same time) streams were blocked.

\n
\n

Follow us on twitter for updates @Soundnodeapp.

\n

Featured on Producthunt, TNW\nand Gizmodo

\n

\"alt

\n

Features

\n
    \n
  • No need to install
  • \n
  • Native media keyboard shortcuts
  • \n
  • Search for new songs
  • \n
  • Easy navigation
  • \n
  • Listen to songs from your Stream, Likes, Tracks, Following or Playlists
  • \n
  • Like songs and save to your liked playlist
  • \n
  • Full playlist feature
  • \n
  • Follow/Unfollow users
  • \n
\n

And much more!

\n

Configuration

\n

Since soundcloud applies a rate limit to third party apps, you need to configure your own API key to make soundnode work.

\n

Unfortunately soundcloud suspended new application creation, so to retrieve your api key, you have to dig into the soundcloud website.

\n\n

How to contribute

\n

First, building, testing, and reporting bugs is highly appreciated. Please include the console's output and steps to reproduce the problem in your bug report, if possible.

\n

If you want to develop, you can look at the issues, especially the bugs, and then fix them.\nHere's a list of issues.

\n

Please follow the contribution guidelines.

\n

Development

\n

See the Development page for a complete guide on how to build\nthe app locally on your computer.

\n

Check out Electron documentation

\n

Supported Platforms

\n
    \n
  • Windows
  • \n
  • Mac
  • \n
  • Linux
  • \n
\n

Author

\n\n

Contributors

\n

Thanks to all contributors that are helping or helped making Soundnode better.

\n

License

\n

GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 license.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:51.493Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.234Z" }, "spraybottle": { - "readmeCleaned": "

💧 SprayBottle

\n

A simple tool for supercharging your scripts -\nThe aim of this app, is to provide a GUI for admins to easily run scripts, and deliver those scripts to non-technical end users in a simple, non-threating way. 🐤

\n

Admin Mode\n\"adminScreenshot\"

\n

Simple Mode - for end users\n\"simpleScreenshot\"

\n

💾 Releases 🎉

\n

Features

\n
    \n
  • Simple Self-Service mode for end-users
  • \n
  • Admin mode with optional parameters and console
  • \n
  • Optional launching scripts with admin rights
  • \n
  • Info section for storing documentation
  • \n
  • Support of Non Powershell Scripts
  • \n
  • OSX support ** Requires PowerShell Core installed **
  • \n
\n

Planned Features

\n
    \n
  • Support for Linux
  • \n
  • Saved sets of tasks
  • \n
  • Pushing remote cmds
  • \n
\n

To Install from Source:

\n
npm install\n
\n

To Develop, Use:

\n

Runs local server and opens electron.

\n
npm run-script electron-dev\n
\n

To Build Executables and Installers:

\n

You will need to run on your intended target OS i.e. windows builds windows apps, mac builds mac apps, etc

\n
npm run-script dist\n
\n

Built with:

\n\n

License

\n

MIT

\n
", - "readmeOriginal": "

💧 SprayBottle

\n

A simple tool for supercharging your scripts -\nThe aim of this app, is to provide a GUI for admins to easily run scripts, and deliver those scripts to non-technical end users in a simple, non-threating way. 🐤

\n

Admin Mode\n\"adminScreenshot\"

\n

Simple Mode - for end users\n\"simpleScreenshot\"

\n

💾 Releases 🎉

\n

Features

\n
    \n
  • Simple Self-Service mode for end-users
  • \n
  • Admin mode with optional parameters and console
  • \n
  • Optional launching scripts with admin rights
  • \n
  • Info section for storing documentation
  • \n
  • Support of Non Powershell Scripts
  • \n
  • OSX support ** Requires PowerShell Core installed **
  • \n
\n

Planned Features

\n
    \n
  • Support for Linux
  • \n
  • Saved sets of tasks
  • \n
  • Pushing remote cmds
  • \n
\n

To Install from Source:

\n
npm install\n
\n

To Develop, Use:

\n

Runs local server and opens electron.

\n
npm run-script electron-dev\n
\n

To Build Executables and Installers:

\n

You will need to run on your intended target OS i.e. windows builds windows apps, mac builds mac apps, etc

\n
npm run-script dist\n
\n

Built with:

\n\n

License

\n

MIT

\n
", - "readmeFetchedAt": "2020-09-17T12:09:51.549Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.242Z" }, "sqlectron": { - "readmeCleaned": "

\"Slack\n\"Build\"

\n

\n \n
\n A simple and lightweight SQL client with cross database and platform support.\n

\n

Demo (version 1.0.0)

\n

\"demo\"

\n
    \n
  • Databases - List of current supported databases.
  • \n
  • Download - Installers, binaries and source.
  • \n
  • Configuration - List of saved servers and custom configurations.
  • \n
  • App Docs - Helper docs about the app.
  • \n
  • Terminal - A terminal-based interface of Sqlectron.
  • \n
  • Contribute - Details on how you can contribute to Sqlectron.
  • \n
\n

How to pronounce

\n

It is pronounced "sequel-eck-tron" - https://translate.google.com/?source=osdd#en/en/sequel-eck-tron

\n
", - "readmeOriginal": "

\"Slack\n\"Build\"

\n

\n \n
\n A simple and lightweight SQL client with cross database and platform support.\n

\n

Demo (version 1.0.0)

\n

\"demo\"

\n
    \n
  • Databases - List of current supported databases.
  • \n
  • Download - Installers, binaries and source.
  • \n
  • Configuration - List of saved servers and custom configurations.
  • \n
  • App Docs - Helper docs about the app.
  • \n
  • Terminal - A terminal-based interface of Sqlectron.
  • \n
  • Contribute - Details on how you can contribute to Sqlectron.
  • \n
\n

How to pronounce

\n

It is pronounced \"sequel-eck-tron\" - https://translate.google.com/?source=osdd#en/en/sequel-eck-tron

\n
", - "readmeFetchedAt": "2020-09-17T12:09:51.595Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.245Z" }, "sshfs-win-manager": { - "readmeCleaned": "

\n \n \n \n

\n

SSHFS-Win Manager

\n

Introduction

\n

SSHFS-Win Manager is a GUI (graphics user interface) for SSHFS-Win.

\n

Installation

\n

First you must have SSHFS-Win installed on your Windows computer.
\nFollow they installation instructions before continue.

\n

Once SSHFS-Win is installed, download the lastest setup from the releases section and install it.

\n

You're ready to go!

\n

Features

\n
    \n
  • \n

    Lightweight electron-based application. Electron is the same engine that powers Visual Studio Code, Discord, GitKraken and many more.

    \n
  • \n
  • \n

    User-friendly and intuitive interface

    \n
  • \n
  • \n

    Multiple authentication methods:

    \n
      \n
    • Password
    • \n
    • Private Key (without password)
    • \n
    \n
  • \n
  • \n

    Startup with Windows

    \n
  • \n
  • \n

    Close to system tray

    \n
  • \n
\n

Screenshots

\n

\"Main
\nMain Window

\n

\"Add
\nAdd & edit connections

\n

\"Open
\nExplore mounted drive

\n

\"System
\nClose to system tray

\n

Bugs & help

\n

If you have any question or a bug report please open a new issue

\n

License

\n

MIT License

\n

Copyright (c) 2020 Evandro Araújo

\n

Permission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:

\n

The above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.

\n

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.

\n
", - "readmeOriginal": "

\n \n \n \n

\n

SSHFS-Win Manager

\n

Introduction

\n

SSHFS-Win Manager is a GUI (graphics user interface) for SSHFS-Win.

\n

Installation

\n

First you must have SSHFS-Win installed on your Windows computer.
\nFollow they installation instructions before continue.

\n

Once SSHFS-Win is installed, download the lastest setup from the releases section and install it.

\n

You're ready to go!

\n

Features

\n
    \n
  • \n

    Lightweight electron-based application. Electron is the same engine that powers Visual Studio Code, Discord, GitKraken and many more.

    \n
  • \n
  • \n

    User-friendly and intuitive interface

    \n
  • \n
  • \n

    Multiple authentication methods:

    \n
      \n
    • Password
    • \n
    • Private Key (without password)
    • \n
    \n
  • \n
  • \n

    Startup with Windows

    \n
  • \n
  • \n

    Close to system tray

    \n
  • \n
\n

Screenshots

\n

\"Main
\nMain Window

\n

\"Add
\nAdd & edit connections

\n

\"Open
\nExplore mounted drive

\n

\"System
\nClose to system tray

\n

Bugs & help

\n

If you have any question or a bug report please open a new issue

\n

License

\n

MIT License

\n

Copyright (c) 2020 Evandro Araújo

\n

Permission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:

\n

The above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.

\n

THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:51.611Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.268Z" }, "stacker": { - "readmeCleaned": "

\n

Want to ensure that a user journey which involves several steps with different protocols is working properly?\nDependencies messages have become a pain?\nHave you ever wondered how awesome it would be to have a GUI tool to save you from this agonizing pain?
\nYou're welcome

\n

\"screenshot-1\"

\n

Check out its full documentation

\n
", - "readmeOriginal": "

\n

Want to ensure that a user journey which involves several steps with different protocols is working properly?\nDependencies messages have become a pain?\nHave you ever wondered how awesome it would be to have a GUI tool to save you from this agonizing pain?
\nYou're welcome

\n

\"screenshot-1\"

\n

Check out its full documentation

\n
", - "readmeFetchedAt": "2020-09-17T12:09:51.672Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.276Z" }, "standard-notes": { - "readmeCleaned": "

This application makes use of the core JS/CSS/HTML code found in the web repo. For issues related to the actual app experience, please post issues in the web repo.

\n

Running Locally

\n
npm run setup\nnpm run build:web # Or `npm run dev:web`\nnpm run dev\n\n# In another terminal\nnpm start
\n

We use commitlint to validate commit messages.\nBefore making a pull request, make sure to check the output of the following commands:

\n
npm run lint\nnpm test # make sure to start `npm run dev` before running the tests
\n

Pull requests should target the develop branch.

\n

Installing dependencies

\n

To determine where to install a dependency:

\n
    \n
  • If it is only required for building, install it in package.json's devDependencies
  • \n
  • If it is required at runtime but can be packaged by webpack, install it in package.json's dependencies.
  • \n
  • If it must be distributed as a node module (not packaged by webpack), install it in app/package.json's dependencies\n
      \n
    • Also make sure to declare it as an external commonjs dependency in webpack.common.js.
    • \n
    \n
  • \n
\n

Building

\n

Build for all platforms:

\n
    \n
  • npm run build
  • \n
\n

or

\n
    \n
  • npm run build:win
  • \n
  • npm run build:linux
  • \n
  • npm run build:mac
  • \n
\n

Installation

\n

On Linux, download the latest AppImage from the Releases page, and give it executable permission:

\n

chmod u+x standard-notes*.AppImage

\n
", - "readmeOriginal": "

This application makes use of the core JS/CSS/HTML code found in the web repo. For issues related to the actual app experience, please post issues in the web repo.

\n

Running Locally

\n
npm run setup\nnpm run build:web # Or `npm run dev:web`\nnpm run dev\n\n# In another terminal\nnpm start
\n

We use commitlint to validate commit messages.\nBefore making a pull request, make sure to check the output of the following commands:

\n
npm run lint\nnpm test # make sure to start `npm run dev` before running the tests
\n

Pull requests should target the develop branch.

\n

Installing dependencies

\n

To determine where to install a dependency:

\n
    \n
  • If it is only required for building, install it in package.json's devDependencies
  • \n
  • If it is required at runtime but can be packaged by webpack, install it in package.json's dependencies.
  • \n
  • If it must be distributed as a node module (not packaged by webpack), install it in app/package.json's dependencies\n
      \n
    • Also make sure to declare it as an external commonjs dependency in webpack.common.js.
    • \n
    \n
  • \n
\n

Building

\n

Build for all platforms:

\n
    \n
  • npm run build
  • \n
\n

or

\n
    \n
  • npm run build:win
  • \n
  • npm run build:linux
  • \n
  • npm run build:mac
  • \n
\n

Installation

\n

On Linux, download the latest AppImage from the Releases page, and give it executable permission:

\n

chmod u+x standard-notes*.AppImage

\n
", - "readmeFetchedAt": "2020-09-17T12:09:51.977Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.283Z" }, "standup-picker": { - "readmeCleaned": "

\"Travis\n\"Coverage\n\"Github

\n

\"Make\n\"License\"

\n

Standup Picker

\n

A desktop application which can be used in Scrum teams to initiate the daily Scrum meeting.

\n

This project was bootstrapped with angular-electron.

\n

Design by Angular Material.

\n

\"Standup

\n

Features

\n
    \n
  • Randomly select a team member. You can click on team member images to "ignore" them if they are not attending at the standup.
  • \n
  • Play standup music at a given time.
  • \n
  • Inform about ending standup time by a sound.
  • \n
\n

Releases

\n

All releases are available here.

\n

If you want to use the deprecated Angular standalone version without Electron you can use Release 0.1.0.

\n

Getting Started

\n

To build for development

\n
    \n
  • Clone this repository locally :
  • \n
\n
git clone https://github.com/Mokkapps/scrum-daily-standup-picker.git
\n
    \n
  • Install dependencies with npm:
  • \n
\n
npm install
\n

There is an issue with yarn and node_modules that are only used in electron on the backend when the application is built by the packager. Please use npm as dependencies manager.

\n
    \n
  • Build for development
  • \n
\n
npm start
\n

Voila! You can use the Standup Picker app in a local development environment with hot reload!

\n

Included Commands

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
CommandDescription
npm run ng:serve:webExecute the app in the browser
npm run buildBuild the app. Your built files are in the /dist folder.
npm run build:prodBuild the app with Angular aot. Your built files are in the /dist folder.
npm run electron:localBuilds your application and start electron
npm run electron:linuxBuilds your application and creates an app consumable on linux system
npm run electron:windowsOn a Windows OS, builds your application and creates an app consumable in windows 32/64 bit systems
npm run electron:macOn a MAC OS, builds your application and generates a .app file of your application that can be run on Mac
\n

Browser mode

\n

Maybe you want to execute the application in the browser with hot reload ? You can do it with npm run ng:serve:web.
\nNote that you can't use Electron or NodeJS native libraries in this case. Please check providers/electron.service.ts to watch how conditional import of electron/Native libraries is done.

\n

Used assets

\n\n
", - "readmeOriginal": "

\"Travis\n\"Coverage\n\"Github

\n

\"Make\n\"License\"

\n

Standup Picker

\n

A desktop application which can be used in Scrum teams to initiate the daily Scrum meeting.

\n

This project was bootstrapped with angular-electron.

\n

Design by Angular Material.

\n

\"Standup

\n

Features

\n
    \n
  • Randomly select a team member. You can click on team member images to \"ignore\" them if they are not attending at the standup.
  • \n
  • Play standup music at a given time.
  • \n
  • Inform about ending standup time by a sound.
  • \n
\n

Releases

\n

All releases are available here.

\n

If you want to use the deprecated Angular standalone version without Electron you can use Release 0.1.0.

\n

Getting Started

\n

To build for development

\n
    \n
  • Clone this repository locally :
  • \n
\n
git clone https://github.com/Mokkapps/scrum-daily-standup-picker.git
\n
    \n
  • Install dependencies with npm:
  • \n
\n
npm install
\n

There is an issue with yarn and node_modules that are only used in electron on the backend when the application is built by the packager. Please use npm as dependencies manager.

\n
    \n
  • Build for development
  • \n
\n
npm start
\n

Voila! You can use the Standup Picker app in a local development environment with hot reload!

\n

Included Commands

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
CommandDescription
npm run ng:serve:webExecute the app in the browser
npm run buildBuild the app. Your built files are in the /dist folder.
npm run build:prodBuild the app with Angular aot. Your built files are in the /dist folder.
npm run electron:localBuilds your application and start electron
npm run electron:linuxBuilds your application and creates an app consumable on linux system
npm run electron:windowsOn a Windows OS, builds your application and creates an app consumable in windows 32/64 bit systems
npm run electron:macOn a MAC OS, builds your application and generates a .app file of your application that can be run on Mac
\n

Browser mode

\n

Maybe you want to execute the application in the browser with hot reload ? You can do it with npm run ng:serve:web.
\nNote that you can't use Electron or NodeJS native libraries in this case. Please check providers/electron.service.ts to watch how conditional import of electron/Native libraries is done.

\n

Used assets

\n\n
", - "readmeFetchedAt": "2020-09-17T12:09:52.006Z" - }, - "stockifier": { - "readmeCleaned": "

Stockifier \"Stockifier.png\"

\n

A notification and insights app for stock markets

\n

Downloads

\n

Windows Release - Windows x64

\n

Mac OSX Release - Mac OSX

\n

Features

\n
    \n
  • Real time stock alerts and updates through desktop notifications
  • \n
  • Visualization of stock prices and key indicators
  • \n
  • Stock forecasts and predictions through machine learning
  • \n
  • In-built database to store all your monitored stocks
  • \n
\n

Screenshots

\n

\"Home\"\n\"Home\"\n\"Analyze.png\"\n\"Analyze.png\"\n\"Predictions.png\"\n\"Notifications.png\"\n\"Notifications.png\"\n\"Notifications.png\"\n\"Notifications.png\"

\n

\"View

\n

Built With

\n
    \n
  • Electron
  • \n
  • HTML5
  • \n
  • CSS3
  • \n
  • Node.js
  • \n
  • Bootstrap
  • \n
  • Tensorflow JS
  • \n
\n

Contributing

\n

Prerequisites:

\n
    \n
  • Node.js and NPM
  • \n
  • Python 2 (for packaging and distribution)
  • \n
\n

Configuring development environment

\n

Once you have cloned/downloaded the repository, issue the npm install command in the root directory. This should install all the required packages including Electron.

\n

Once complete, you may issue the npm start command to launch the Electron window and start the app.

\n

Special Mentions

\n
    \n
  1. \n

    AlphaVantage API - NPM Package

    \n
  2. \n
  3. \n

    TensorFlow JS

    \n
  4. \n
\n

LICENSE

\n

Licensed under MIT. Please view LICENSE for more details.

\n
", - "readmeOriginal": "

Stockifier \"Stockifier.png\"

\n

A notification and insights app for stock markets

\n

Downloads

\n

Windows Release - Windows x64

\n

Mac OSX Release - Mac OSX

\n

Features

\n
    \n
  • Real time stock alerts and updates through desktop notifications
  • \n
  • Visualization of stock prices and key indicators
  • \n
  • Stock forecasts and predictions through machine learning
  • \n
  • In-built database to store all your monitored stocks
  • \n
\n

Screenshots

\n

\"Home\"\n\"Home\"\n\"Analyze.png\"\n\"Analyze.png\"\n\"Predictions.png\"\n\"Notifications.png\"\n\"Notifications.png\"\n\"Notifications.png\"\n\"Notifications.png\"

\n

\"View

\n

Built With

\n
    \n
  • Electron
  • \n
  • HTML5
  • \n
  • CSS3
  • \n
  • Node.js
  • \n
  • Bootstrap
  • \n
  • Tensorflow JS
  • \n
\n

Contributing

\n

Prerequisites:

\n
    \n
  • Node.js and NPM
  • \n
  • Python 2 (for packaging and distribution)
  • \n
\n

Configuring development environment

\n

Once you have cloned/downloaded the repository, issue the npm install command in the root directory. This should install all the required packages including Electron.

\n

Once complete, you may issue the npm start command to launch the Electron window and start the app.

\n

Special Mentions

\n
    \n
  1. \n

    AlphaVantage API - NPM Package

    \n
  2. \n
  3. \n

    TensorFlow JS

    \n
  4. \n
\n

LICENSE

\n

Licensed under MIT. Please view LICENSE for more details.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:52.025Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.294Z" }, "stickynotes": { - "readmeCleaned": "

Description

\n

\"Logo\"\n\"ScreenShot\"

\n

A Open Source Sticky Note Application.

\n

Automatically Save Notes

\n

Sync Your Note With Dropbox Account(Use This Account To Start Your Sticky Notes Where You Left Off)

\n

Choose Background And Title Bar Color You Like

\n

Editing Options Like Font,Bold,Size,Italic,List,Align.etc

\n

Add Images To Note From Local Drive

\n

Add Audio To Note From Local Drive

\n

Add Video To Note From Local Drive

\n

Lock The Note

\n

Import Note From A File

\n

Export Note To A File

\n

Undo,Redo Options

\n

Spellcheck

\n

Profiles

\n

Light And Dark Theme

\n

If you like my App please consider buying me a coffee at HERE!

\n

Stable Release

\n

For Linux

\n

\"Get

\n

Unstable Release

\n

For Development Version Follow the instructions below

\n

if you want to try it install nodejs, git, Vue CLI, pnpm and clone this repository

\n
git clone https://github.com/Playork/StickyNotes
\n

point to source directory

\n
cd /path/to/source/of/StickyNotes
\n

and install dependence by

\n
pnpm install
\n

to try application or develop run application by this command

\n
pnpm start
\n

for daily use or production build application by this command

\n
pnpm run build
\n

Licence

\n

MIT License (MIT)

\n

Copyright (c) 2020 Playork

\n

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

\n

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

\n

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

\n
", - "readmeOriginal": "

Description

\n

\"Logo\"\n\"ScreenShot\"

\n

A Open Source Sticky Note Application.

\n

Automatically Save Notes

\n

Sync Your Note With Dropbox Account(Use This Account To Start Your Sticky Notes Where You Left Off)

\n

Choose Background And Title Bar Color You Like

\n

Editing Options Like Font,Bold,Size,Italic,List,Align.etc

\n

Add Images To Note From Local Drive

\n

Add Audio To Note From Local Drive

\n

Add Video To Note From Local Drive

\n

Lock The Note

\n

Import Note From A File

\n

Export Note To A File

\n

Undo,Redo Options

\n

Spellcheck

\n

Profiles

\n

Light And Dark Theme

\n

If you like my App please consider buying me a coffee at HERE!

\n

Stable Release

\n

For Linux

\n

\"Get

\n

Unstable Release

\n

For Development Version Follow the instructions below

\n

if you want to try it install nodejs, git, Vue CLI, pnpm and clone this repository

\n
git clone https://github.com/Playork/StickyNotes
\n

point to source directory

\n
cd /path/to/source/of/StickyNotes
\n

and install dependence by

\n
pnpm install
\n

to try application or develop run application by this command

\n
pnpm start
\n

for daily use or production build application by this command

\n
pnpm run build
\n

Licence

\n

MIT License (MIT)

\n

Copyright (c) 2020 Playork

\n

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

\n

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

\n

THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:52.120Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.334Z" }, - "storm": { - "readmeCleaned": "

What is Storm?

\n

Storm is a service that enables you to syncronize files between all of your computers.\nGo to http://www.stormfolder.com to create an account.

\n

Current version v0.3.9

\n
", - "readmeOriginal": "

What is Storm?

\n

Storm is a service that enables you to syncronize files between all of your computers.\nGo to http://www.stormfolder.com to create an account.

\n

Current version v0.3.9

\n
", - "readmeFetchedAt": "2020-09-17T12:09:52.311Z" + "stockifier": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.350Z" }, "storaji": { - "readmeCleaned": "

The project is no longer maintained, but you still can use this with your own private server. Check out the development section how to install it.

\n

\n \n

Storaji

\n

The Light/Responsive Inventory Management System

\n

\n \"Platforms\"\n \"Donate\"\n

\n

\n \"GitHub\n \"Travis\"\n \"AppVeyor\"\n \"Downloads\"\n

\n

\n

Downloads

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
macOS 10.9+Windows 7+Linux
Download v1.0.0-beta.9Download v1.0.0-beta.9Download v1.0.0-beta.9
\n

More Download Options

\n

Technologies

\n\n

Features

\n
    \n
  • Fast!!!
  • \n
  • Friendly UI & UX and Has nice looking window.
  • \n
  • ☁️ Cloud data service.
  • \n
  • 📥 Products Management.
  • \n
  • 👥 Customers Management.
  • \n
  • 🚚 Orders Management and Order Overview.
  • \n
  • 🚢 Multiple Orders.
  • \n
  • 📈 Statistics
  • \n
  • 📉 Graph of The Week (NEW!!!).
  • \n
  • 🔝 Top Selling Products.
  • \n
  • 👐 Customers List on Product Overview.
  • \n
  • 📑 Reports for Products, Orders, Customers.
  • \n
  • 🔑 Profile Settings.
  • \n
  • 🇯🇵 Multilingual Translations.
  • \n
  • 💴 Change Currency.
  • \n
  • 📋 Save Report as PDF.
  • \n
  • 💯 Check for update app.
  • \n
  • 💰 Free! :)
  • \n
\n

If you think Storaji is useful, let me know by putting a star on this project 😉

\n

Screenshots

\n

\n \n

\n

Why

\n

Mainly designed for small-to-medium companies, Storaji is a modern and very intuitive inventory management application built with some of the trendiest web technologies.\nRight off the bat, it's worth pointing out that this is by no means a professional software for inventory management. Be that as it may, it can still prove itself fairly useful as it boasts an interesting set of primary features.

\n

I believe there are many people who needs a simple tool to manage everything from product inventories to orders and of course it's free to use.

\n

Development

\n

System Requirements

\n
    \n
  • NodeJS ^8.
  • \n
  • PHP ^7.
  • \n
  • PHP Composer.
  • \n
\n

Backend

\n
    \n
  • Clone the project from IndomaximTechID/storaji to your local machine.
  • \n
  • Open terminal and cd into the cloned folder, usually cd storaji.
  • \n
  • Run composer install to install dependencies.
  • \n
  • Run cp .env.example .env to copy the original environtment variables.
  • \n
  • Modify .env file, find DATABASE_ prefix and change it to your database configuration, you can see documentation about this on Laravel Site.
  • \n
  • Run php artisan key:generate to generate application key.
  • \n
  • Run php artisan migrate to create default database schema of storaji.
  • \n
  • Run php artisan passport:install to install default OAuth access token.
  • \n
  • Run php artisan serve to run PHP Built-in web server.
  • \n
  • Now your backend is ready to listen request from frontend at https://localhost:8000/api.
  • \n
\n

Frontend

\n
    \n
  • Clone the project from IndomaximTechID/storaji-ui to your local machine.
  • \n
  • Open terminal and cd into the cloned folder, usually cd storaji-ui.
  • \n
  • Modify app.ts under src/app/shared/classes/ directory, and change value of api to your local api server, usually api: 'https://localhost:8000/api'.
  • \n
  • Run npm install to install dependencies.
  • \n
  • Run npm run ng:serve to serve the app as web-based at https://localhost:4200.
  • \n
  • Now it's ready to use for development.
  • \n
\n

When you have make changes and everything works on angular, and wanna check on desktop app.

\n
    \n
  • Run npm start to build the app from source and run the app as desktop app.
  • \n
\n

For linting and testing

\n
    \n
  • Run npm test to check if the source code is passing from linting and testing.
  • \n
\n
\n

This is still in beta and it's far from perfect so feedbacks, issues or PRs are greatly appreciated! :)

\n
\n

Note that on Linux you will need additional dependencies to provide the icns2png and gm commands. Ubuntu/Debian users can run: sudo apt install -y icnsutils graphicsmagick.

\n

License

\n

MIT License © 2017-Present Indomaxim Technology. All rights reserved.

\n

End User License Agreement (EULA)

\n
    \n
  • You will not use this repository for malicious activity.
  • \n
  • We / You will not support anyone who is violating this EULA conditions.
  • \n
  • Repository is just for learning / personal purposes thus should not be part of any service available on the Internet that is trying to do any malicious activity.
  • \n
\n

Legal

\n

This is a free and open source app. Use it at your own risk.

\n
", - "readmeOriginal": "

The project is no longer maintained, but you still can use this with your own private server. Check out the development section how to install it.

\n

\n \n

Storaji

\n

The Light/Responsive Inventory Management System

\n

\n \"Platforms\"\n \"Donate\"\n

\n

\n \"GitHub\n \"Travis\"\n \"AppVeyor\"\n \"Downloads\"\n

\n

\n

Downloads

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
macOS 10.9+Windows 7+Linux
Download v1.0.0-beta.9Download v1.0.0-beta.9Download v1.0.0-beta.9
\n

More Download Options

\n

Technologies

\n\n

Features

\n
    \n
  • Fast!!!
  • \n
  • Friendly UI & UX and Has nice looking window.
  • \n
  • ☁️ Cloud data service.
  • \n
  • 📥 Products Management.
  • \n
  • 👥 Customers Management.
  • \n
  • 🚚 Orders Management and Order Overview.
  • \n
  • 🚢 Multiple Orders.
  • \n
  • 📈 Statistics
  • \n
  • 📉 Graph of The Week (NEW!!!).
  • \n
  • 🔝 Top Selling Products.
  • \n
  • 👐 Customers List on Product Overview.
  • \n
  • 📑 Reports for Products, Orders, Customers.
  • \n
  • 🔑 Profile Settings.
  • \n
  • 🇯🇵 Multilingual Translations.
  • \n
  • 💴 Change Currency.
  • \n
  • 📋 Save Report as PDF.
  • \n
  • 💯 Check for update app.
  • \n
  • 💰 Free! :)
  • \n
\n

If you think Storaji is useful, let me know by putting a star on this project 😉

\n

Screenshots

\n

\n \n

\n

Why

\n

Mainly designed for small-to-medium companies, Storaji is a modern and very intuitive inventory management application built with some of the trendiest web technologies.\nRight off the bat, it's worth pointing out that this is by no means a professional software for inventory management. Be that as it may, it can still prove itself fairly useful as it boasts an interesting set of primary features.

\n

I believe there are many people who needs a simple tool to manage everything from product inventories to orders and of course it's free to use.

\n

Development

\n

System Requirements

\n
    \n
  • NodeJS ^8.
  • \n
  • PHP ^7.
  • \n
  • PHP Composer.
  • \n
\n

Backend

\n
    \n
  • Clone the project from IndomaximTechID/storaji to your local machine.
  • \n
  • Open terminal and cd into the cloned folder, usually cd storaji.
  • \n
  • Run composer install to install dependencies.
  • \n
  • Run cp .env.example .env to copy the original environtment variables.
  • \n
  • Modify .env file, find DATABASE_ prefix and change it to your database configuration, you can see documentation about this on Laravel Site.
  • \n
  • Run php artisan key:generate to generate application key.
  • \n
  • Run php artisan migrate to create default database schema of storaji.
  • \n
  • Run php artisan passport:install to install default OAuth access token.
  • \n
  • Run php artisan serve to run PHP Built-in web server.
  • \n
  • Now your backend is ready to listen request from frontend at https://localhost:8000/api.
  • \n
\n

Frontend

\n
    \n
  • Clone the project from IndomaximTechID/storaji-ui to your local machine.
  • \n
  • Open terminal and cd into the cloned folder, usually cd storaji-ui.
  • \n
  • Modify app.ts under src/app/shared/classes/ directory, and change value of api to your local api server, usually api: 'https://localhost:8000/api'.
  • \n
  • Run npm install to install dependencies.
  • \n
  • Run npm run ng:serve to serve the app as web-based at https://localhost:4200.
  • \n
  • Now it's ready to use for development.
  • \n
\n

When you have make changes and everything works on angular, and wanna check on desktop app.

\n
    \n
  • Run npm start to build the app from source and run the app as desktop app.
  • \n
\n

For linting and testing

\n
    \n
  • Run npm test to check if the source code is passing from linting and testing.
  • \n
\n
\n

This is still in beta and it's far from perfect so feedbacks, issues or PRs are greatly appreciated! :)

\n
\n

Note that on Linux you will need additional dependencies to provide the icns2png and gm commands. Ubuntu/Debian users can run: sudo apt install -y icnsutils graphicsmagick.

\n

License

\n

MIT License © 2017-Present Indomaxim Technology. All rights reserved.

\n

End User License Agreement (EULA)

\n
    \n
  • You will not use this repository for malicious activity.
  • \n
  • We / You will not support anyone who is violating this EULA conditions.
  • \n
  • Repository is just for learning / personal purposes thus should not be part of any service available on the Internet that is trying to do any malicious activity.
  • \n
\n

Legal

\n

This is a free and open source app. Use it at your own risk.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:52.376Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.353Z" }, - "streamlabs-obs": { - "readmeCleaned": "

Streamlabs OBS

\n

\"Build

\n

Simple, powerful, and efficient live streaming software built on Electron and OBS.

\n

\"Streamlabs

\n

This application currently only supports 64-bit Windows.

\n

Dependencies

\n

Node.js

\n

Node is required for installing npm packages and for running\nvarious scripts. We recommend the current LTS release, 8.x.x:

\n

https://nodejs.org

\n

Yarn

\n

In order to ensure you are using the correct version of each\nnode module, you should use the yarn package manager.\nInstallation instructions can be found here:

\n

https://yarnpkg.com/en/docs/install

\n

Installation

\n

Install all node modules via yarn:

\n
yarn install\n
\n

Then, compile assets with webpack:

\n
yarn compile\n
\n

Starting

\n

If you are using Visual Studio Code, you can start the app\nusing the built in debugger (default F5).

\n

Otherwise, you can run the app with:

\n
yarn start\n
\n

Environment Variables

\n

These variables can be used in development to force certain behavior.

\n

SLOBS_FORCE_AUTO_UPDATE: Force the auto-updater to run in development. Normally\nthis would only run in production.

\n

SLOBS_CACHE_DIR: Force a different location for the user data cache directory.

\n

SLOBS_DISABLE_MAIN_LOGGING: Disable javascript logging in the main process.

\n

SLOBS_REPORT_TO_SENTRY: Report errors to sentry in the dev environment

\n

Packaging / Distributing

\n

Currently only Windows x64 packaging is supported.

\n

Packaging

\n

Make sure the app is not running in your dev environment\nbefore you start the packaging process.

\n

You can package the app by running:

\n
yarn package\n
\n

This will package a distributable installer .exe to the dist/\ndirectory. There is also an unpacked version in dist/win-unpacked.

\n

Releasing

\n

If you want to release a new version to the update server, you will need\nthe following variables in your environment:

\n
AWS_ACCESS_KEY_ID\nAWS_SECRET_ACCESS_KEY\nCSC_LINK\nCSC_KEY_PASSWORD\nSENTRY_AUTH_TOKEN\n
\n

Only authorized team members have permission to release new versions.\nIf you need help setting up your environment for release, you can ask\nsomeone on the team for help.

\n

If your environment is properly set up, you can use the automated\nrelease script to push out a new release.

\n

Simply run:

\n
yarn release\n
\n

and follow the instructions.

\n

Legacy Release Checklist

\n

NOTE: This checklist is deprecated, and is only kept here in case\nthe automated deploy script isn't working and we need to do a\nmanual deploy.

\n
    \n
  • Merge staging into master - DO NOT "Squash & Merge", just do a regular merge
  • \n
  • Check out master
  • \n
  • If submodules are out of date git submodule update --init --recursive
  • \n
  • Remove node modules rm -rf node_modules
  • \n
  • Install fresh packages yarn install
  • \n
  • Install node-obs with latest plugins yarn install-node-obs
  • \n
  • Compile assets yarn compile
  • \n
  • Run the test suite yarn test
  • \n
  • Change the version in package.json
  • \n
  • Commit and push
  • \n
  • Tag the repo git tag 'v0.0.11' and git push --tags
  • \n
  • Package the app yarn package
  • \n
  • Run the packaged version in dist/win-unpacked and make sure it runs
  • \n
  • Deploy the new version yarn deploy
  • \n
  • Merge master back into staging
  • \n
\n

OBS Developers

\n

At its core, Streamlabs OBS is powered by the OBS\nengine. We want to thank all of the developers over at the OBS project for\ntheir years of tireless hard work, without which Streamlabs OBS wouldn't exist today.

\n
", - "readmeOriginal": "

Streamlabs OBS

\n

\"Build

\n

Simple, powerful, and efficient live streaming software built on Electron and OBS.

\n

\"Streamlabs

\n

This application currently only supports 64-bit Windows.

\n

Dependencies

\n

Node.js

\n

Node is required for installing npm packages and for running\nvarious scripts. We recommend the current LTS release, 8.x.x:

\n

https://nodejs.org

\n

Yarn

\n

In order to ensure you are using the correct version of each\nnode module, you should use the yarn package manager.\nInstallation instructions can be found here:

\n

https://yarnpkg.com/en/docs/install

\n

Installation

\n

Install all node modules via yarn:

\n
yarn install\n
\n

Then, compile assets with webpack:

\n
yarn compile\n
\n

Starting

\n

If you are using Visual Studio Code, you can start the app\nusing the built in debugger (default F5).

\n

Otherwise, you can run the app with:

\n
yarn start\n
\n

Environment Variables

\n

These variables can be used in development to force certain behavior.

\n

SLOBS_FORCE_AUTO_UPDATE: Force the auto-updater to run in development. Normally\nthis would only run in production.

\n

SLOBS_CACHE_DIR: Force a different location for the user data cache directory.

\n

SLOBS_DISABLE_MAIN_LOGGING: Disable javascript logging in the main process.

\n

SLOBS_REPORT_TO_SENTRY: Report errors to sentry in the dev environment

\n

Packaging / Distributing

\n

Currently only Windows x64 packaging is supported.

\n

Packaging

\n

Make sure the app is not running in your dev environment\nbefore you start the packaging process.

\n

You can package the app by running:

\n
yarn package\n
\n

This will package a distributable installer .exe to the dist/\ndirectory. There is also an unpacked version in dist/win-unpacked.

\n

Releasing

\n

If you want to release a new version to the update server, you will need\nthe following variables in your environment:

\n
AWS_ACCESS_KEY_ID\nAWS_SECRET_ACCESS_KEY\nCSC_LINK\nCSC_KEY_PASSWORD\nSENTRY_AUTH_TOKEN\n
\n

Only authorized team members have permission to release new versions.\nIf you need help setting up your environment for release, you can ask\nsomeone on the team for help.

\n

If your environment is properly set up, you can use the automated\nrelease script to push out a new release.

\n

Simply run:

\n
yarn release\n
\n

and follow the instructions.

\n

Legacy Release Checklist

\n

NOTE: This checklist is deprecated, and is only kept here in case\nthe automated deploy script isn't working and we need to do a\nmanual deploy.

\n
    \n
  • Merge staging into master - DO NOT \"Squash & Merge\", just do a regular merge
  • \n
  • Check out master
  • \n
  • If submodules are out of date git submodule update --init --recursive
  • \n
  • Remove node modules rm -rf node_modules
  • \n
  • Install fresh packages yarn install
  • \n
  • Install node-obs with latest plugins yarn install-node-obs
  • \n
  • Compile assets yarn compile
  • \n
  • Run the test suite yarn test
  • \n
  • Change the version in package.json
  • \n
  • Commit and push
  • \n
  • Tag the repo git tag 'v0.0.11' and git push --tags
  • \n
  • Package the app yarn package
  • \n
  • Run the packaged version in dist/win-unpacked and make sure it runs
  • \n
  • Deploy the new version yarn deploy
  • \n
  • Merge master back into staging
  • \n
\n

OBS Developers

\n

At its core, Streamlabs OBS is powered by the OBS\nengine. We want to thank all of the developers over at the OBS project for\ntheir years of tireless hard work, without which Streamlabs OBS wouldn't exist today.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:52.463Z" + "storm": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.370Z" }, "studymd": { - "readmeCleaned": "

\n \"Icon\"\n
\n StudyMD\n
\n

\n

About

\n

A cool app to study with markdown.\nTurns your Markdown-Summaries to Flashcard.

\n

\"Animated\"

\n
Example (Card-Title header-level is choosable):
\n
# Example\n### Use Markdown\n**Bold** *Italic* and [link](github.com)\n### Use Tables\n| 1    | first step  |\n| ---- | ----------- |\n| 2    | second step |\n| 3    | third step  |\n### *Math!!* e.g. What is f(x)?\n$y = \\frac{27}{4}$
\n

Stack/Dependencies

\n

\"Electron\"\n\"React\"\n\"React\n\"Yarn\"\n \"Electron\"

\n

and:

\n\n

Download

\n

To download for Mac, Windows or Linux click here.

\n

Run Locally

\n

You will need yarn and git.

\n
# Clone this repository\ngit clone https://github.com/jotron/StudyMD.git\n# Go into the repository\ncd StudyMD\n# Install dependencies\nyarn install\n# Run the app\nyarn start
\n

License

\n

MIT © Joel André

\n
", - "readmeOriginal": "

\n \"Icon\"\n
\n StudyMD\n
\n

\n

About

\n

A cool app to study with markdown.\nTurns your Markdown-Summaries to Flashcard.

\n

\"Animated\"

\n
Example (Card-Title header-level is choosable):
\n
# Example\n### Use Markdown\n**Bold** *Italic* and [link](github.com)\n### Use Tables\n| 1    | first step  |\n| ---- | ----------- |\n| 2    | second step |\n| 3    | third step  |\n### *Math!!* e.g. What is f(x)?\n$y = \\frac{27}{4}$
\n

Stack/Dependencies

\n

\"Electron\"\n\"React\"\n\"React\n\"Yarn\"\n \"Electron\"

\n

and:

\n\n

Download

\n

To download for Mac, Windows or Linux click here.

\n

Run Locally

\n

You will need yarn and git.

\n
# Clone this repository\ngit clone https://github.com/jotron/StudyMD.git\n# Go into the repository\ncd StudyMD\n# Install dependencies\nyarn install\n# Run the app\nyarn start
\n

License

\n

MIT © Joel André

\n
", - "readmeFetchedAt": "2020-09-17T12:09:52.491Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.376Z" }, - "subordination": { - "readmeCleaned": "

Subordination

\n

Subordination is a desktop application for translating and editing subtitles. Currently only SRT format is supported.

\n

Building from source

\n

Subordination is an Electron app. It's written in JavaScript with extensive use of Vue.js, Vuex and highly customised version of Photon. Note that you need to have npm and git installed on you machine. First get the source code:

\n
git clone https://github.com/sunabozu/subordination.git\ncd subordination
\n

Now install the dependencies for development and runtime. Note that the webchimera.js package may fail to install. It's a native module and npm will try to compile it from source, but it's not necessary, because Subordination loads its binary version separately. Just ignore all errors related to it.

\n

Also note that Subordination uses a project structure with two package.json files. See more for details.

\n
cd app\nnpm run prepare\ncd ..\nnpm install
\n

Now you can build and launch a debug version:

\n
npm run build-dev\nnpm start
\n

Or you can try to build a full-fledged binary. All the executables are stored inside the installers folder.

\n
npm run build-release\nnpm run dist:osx\nnpm run dist:win
\n

A Linux version

\n

Currently Subordination is available only on Mac and Windows. The author doesn't use Linux on desktop and can't create anything decent for it. But there is no fundamental problem with it. All the components used in Subordinations can be run on Linux as well. If you want to contribute, please let me know, I'd gladly accept your pull requests.

\n
", - "readmeOriginal": "

Subordination

\n

Subordination is a desktop application for translating and editing subtitles. Currently only SRT format is supported.

\n

Building from source

\n

Subordination is an Electron app. It's written in JavaScript with extensive use of Vue.js, Vuex and highly customised version of Photon. Note that you need to have npm and git installed on you machine. First get the source code:

\n
git clone https://github.com/sunabozu/subordination.git\ncd subordination
\n

Now install the dependencies for development and runtime. Note that the webchimera.js package may fail to install. It's a native module and npm will try to compile it from source, but it's not necessary, because Subordination loads its binary version separately. Just ignore all errors related to it.

\n

Also note that Subordination uses a project structure with two package.json files. See more for details.

\n
cd app\nnpm run prepare\ncd ..\nnpm install
\n

Now you can build and launch a debug version:

\n
npm run build-dev\nnpm start
\n

Or you can try to build a full-fledged binary. All the executables are stored inside the installers folder.

\n
npm run build-release\nnpm run dist:osx\nnpm run dist:win
\n

A Linux version

\n

Currently Subordination is available only on Mac and Windows. The author doesn't use Linux on desktop and can't create anything decent for it. But there is no fundamental problem with it. All the components used in Subordinations can be run on Linux as well. If you want to contribute, please let me know, I'd gladly accept your pull requests.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:52.777Z" + "subgenesis": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.390Z" + }, + "streamlabs-obs": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.397Z" }, "sunder": { - "readmeCleaned": "

Sunder

\n

Important: As of June 2019, Freedom of the Press Foundation has discontinued its work on the Sunder project.\nFor actively maintained implementations of Shamir's Secret Sharing, consider using Mozilla SOPS\nor Hashicorp Vault.

\n
\n

\"Sunder

\n

Sunder is an implementation of Shamir's Secret Sharing based on the RustySecrets library. It is alpha-quality software and has not been audited. Please see the documentation for details.

\n

Development

\n

You will need Node and NPM. We use Node LTS for Sunder development, most recently Node v8.9.4 and NPM v5.6.0. Prior versions of Node and NPM may also work, but we are not trying to maintain compatability with them at this time.

\n

To perform secret splitting and recovery, Sunder depends on rusty-secrets, a native module written in Rust.

\n

This package requires a stable version of the Rust toolchain. Please see the Rust documentation for installation instructions.

\n

If you have questions or comments, you can join us in our Gitter chat room.

\n

Quickstart

\n
    \n
  1. Clone the git repository
  2. \n
  3. npm install
  4. \n
  5. npm run dev
  6. \n
\n

For development use npm run dev. This does two things: it starts an electron instance with development features enabled, and it starts a webpack dev server. The dev server is to enable 'hot module reloading', which means that changes to the source on your file system will be reflected in the running application code in real time.

\n

If you get an error from node-gyp during npm install, note that it expects python to resolve to Python 2.x.

\n

Testing

\n
    \n
  • To run the unit tests: make test-unit
  • \n
  • For development you might enjoy the continuously updating tests: npm run test-watch
  • \n
  • The end-to-end integration suite can be run with make test-e2e.\nNote that this runs agains built code, so npm run build-app will run beforehand.
  • \n
  • To run all tests, use make test. Again, npm run build-app will run before the integration tests.
  • \n
\n

Building

\n

Linux

\n

Linux packages are built in a docker container, so they can be\nbuilt on either Linux or Mac OS X. You will need to install the following\nprerequisites for the build environment:

\n
    \n
  1. Docker
  2. \n
\n

Once you have the prerequisites installed, you should be able to

\n
make build-deb\n
\n

Packages will be found in dist/.

\n

OS X

\n

To package up the app for your current platform (e.g. OS X):

\n
make build-dmg\n
\n

Note that this will run build-app so there's no need to run that beforehand.

\n

Packages will be stored in dist/<platform>.

\n

Code Signing

\n

Code signing is handled automatically by the electron-builder package. All you should need to do is add the signing identity through xcode, and electron-builder will discover it automatically. See Apple documentation and electron-builder documentation for more info.

\n

Documentation

\n

Editing the docs

\n

Install the requirements (use of virtualenv is highly recommended), then\npull up a live reload interface for editing:

\n
pip install -r requirements.txt\nmake docs\n
\n

Linting the docs

\n

You can check for common syntax and formatting errors in the documentation\nwithout pushing to CI:

\n
make docs-lint\n
\n

The linting process will rebuild all local assets from scratch, so it cannot\nbe used at the same time as make docs.

\n

License

\n

BSD 3-Clause License

\n
", - "readmeOriginal": "

Sunder

\n

Important: As of June 2019, Freedom of the Press Foundation has discontinued its work on the Sunder project.\nFor actively maintained implementations of Shamir's Secret Sharing, consider using Mozilla SOPS\nor Hashicorp Vault.

\n
\n

\"Sunder

\n

Sunder is an implementation of Shamir's Secret Sharing based on the RustySecrets library. It is alpha-quality software and has not been audited. Please see the documentation for details.

\n

Development

\n

You will need Node and NPM. We use Node LTS for Sunder development, most recently Node v8.9.4 and NPM v5.6.0. Prior versions of Node and NPM may also work, but we are not trying to maintain compatability with them at this time.

\n

To perform secret splitting and recovery, Sunder depends on rusty-secrets, a native module written in Rust.

\n

This package requires a stable version of the Rust toolchain. Please see the Rust documentation for installation instructions.

\n

If you have questions or comments, you can join us in our Gitter chat room.

\n

Quickstart

\n
    \n
  1. Clone the git repository
  2. \n
  3. npm install
  4. \n
  5. npm run dev
  6. \n
\n

For development use npm run dev. This does two things: it starts an electron instance with development features enabled, and it starts a webpack dev server. The dev server is to enable 'hot module reloading', which means that changes to the source on your file system will be reflected in the running application code in real time.

\n

If you get an error from node-gyp during npm install, note that it expects python to resolve to Python 2.x.

\n

Testing

\n
    \n
  • To run the unit tests: make test-unit
  • \n
  • For development you might enjoy the continuously updating tests: npm run test-watch
  • \n
  • The end-to-end integration suite can be run with make test-e2e.\nNote that this runs agains built code, so npm run build-app will run beforehand.
  • \n
  • To run all tests, use make test. Again, npm run build-app will run before the integration tests.
  • \n
\n

Building

\n

Linux

\n

Linux packages are built in a docker container, so they can be\nbuilt on either Linux or Mac OS X. You will need to install the following\nprerequisites for the build environment:

\n
    \n
  1. Docker
  2. \n
\n

Once you have the prerequisites installed, you should be able to

\n
make build-deb\n
\n

Packages will be found in dist/.

\n

OS X

\n

To package up the app for your current platform (e.g. OS X):

\n
make build-dmg\n
\n

Note that this will run build-app so there's no need to run that beforehand.

\n

Packages will be stored in dist/<platform>.

\n

Code Signing

\n

Code signing is handled automatically by the electron-builder package. All you should need to do is add the signing identity through xcode, and electron-builder will discover it automatically. See Apple documentation and electron-builder documentation for more info.

\n

Documentation

\n

Editing the docs

\n

Install the requirements (use of virtualenv is highly recommended), then\npull up a live reload interface for editing:

\n
pip install -r requirements.txt\nmake docs\n
\n

Linting the docs

\n

You can check for common syntax and formatting errors in the documentation\nwithout pushing to CI:

\n
make docs-lint\n
\n

The linting process will rebuild all local assets from scratch, so it cannot\nbe used at the same time as make docs.

\n

License

\n

BSD 3-Clause License

\n
", - "readmeFetchedAt": "2020-09-17T12:09:52.836Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.427Z" + }, + "subordination": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.434Z" }, "super-productivity": { - "readmeCleaned": "
\n \"Banner\"\n\n

\n\n \"MIT\n\n\n \"GitHub\n\n\n \"On\n\n\n \"On\n\n\n \"On\n\n\n \"tweet\"\n\n
\n
\n\n \"Get\n\n\n \"English\n\n

Organize your daily tasks at one place while making time tracking a lot less annoying. Super Productivity is a ToDo List / Time Tracker / Personal Jira Task Manager for Linux, MacOS and Windows aimed at reducing the time you spend with repetitive tasks and to provide you with a place to collect all the information you need to do your job.

\n

🌐 Open Web App or 💻 Download

\n

✔️ Features

\n
    \n
  • Plan, track & summarize. Create time sheets and work summaries in a breeze to easily export them to your companies time tracking system.
  • \n
  • Integrate with Jira, Github and Gitlab. Auto import tasks assigned to you, plan the details locally, automatically create worklogs and get notified right away, when something changes.
  • \n
  • Organize your project's data. Create notes, attach files or create bookmarks for links, files and even commands and have it all out of the way, once you're ready for the weekend.
  • \n
  • Helps you to establish healthy habits. A break timer reminds to you, when it's time to step away. You also can collect personal metrics for yourself to see, which of your work routines need adjustments.
  • \n
  • Stuck and procrastinating? No problem! Super Productivity's anti procrastination feature helps you to reconsider your options and a pomodoro timer is also always at hand.
  • \n
  • Super Productivity does NOT collect any data and there are no user accounts or registration. It's free and open source and always will be.
  • \n
\n

And much more!

\n

\"Work

\n

How to use it

\n

I wrote a little article on how I use the app. There is also a youtube video available.

\n

🌐 Web Version

\n

Check out the It is a little bit more limited: Time tracking only works if the app is open and idle time tracking is disabled if the chrome extension is not installed.

\n

If you want the Jira Integration and idle time tracking to work you have also to download and install the Super Productivity Chrome Extension.

\n

💻 Downloads & Install

\n

All Platforms

\n

Install from the releases page.

\n

Windows

\n

Due to certification issues it's recommended to download from the Microsoft Store:

\n

\"English

\n

Linux

\n
# stable\nsudo snap install superproductivity\n\n# edge channel releases\n sudo snap install --channel=edge superproductivity\n
\n\n \"Get\n\n

MacOS

\n

Install via homebrew cask:

\n
brew cask install superproductivity\n
\n

Android

\n

There is a very early(!) Android version available. The sources can be found here.

\n

♥️ Contributing

\n

There are several ways to help.

\n
    \n
  1. \n

    Spread the word: More users means more possible people testing and contributing to the app which in turn means better stability and possibly more and better features. You can vote for Super Productivity on Product Hunt, Softpedia or on AlternativeTo, you can tweet about it, share it on LinkedIn or reddit. Every little bit helps !

    \n
  2. \n
  3. \n

    Make a feature or improvement request: Something can be be done better? Something essential missing? Let us know!

    \n
  4. \n
  5. \n

    Report bugs

    \n
  6. \n
  7. \n

    Contribute: You don't have to be programmer to help. Some of the icons really need improvement and many of the translations could use some love.

    \n
  8. \n
\n

Pull Requests

\n

Pull requests are of course very welcome! Please make sure that you're following the angular commit guidelines and to also include the issue number in your commit message, if you're fixing a particular issue (e.g.: feat: add nice feature with the number #31).

\n

Running the development server

\n

To run the development server you need to have node installed at least in the version 10. Go to https://nodejs.org for installation instructions.

\n

Clone repo

\n
git clone https://github.com/johannesjo/super-productivity.git\n
\n

Install dependencies

\n
cd super-productivity\nnpm install\nnpm install -g @angular/cli\n
\n

Run the dev server

\n
ng serve\n
\n

Afterwards you can open http://localhost:4200 in your browser. For most adjustments this should be enough and also enables you to use the redux dev tools.

\n

If you want to run the app standalone do the following:

\n
ng serve\n\n# in a new console tab\nnpm start\n
\n

Packaging the app

\n

Packaging the app is done via electron-builder. To start packaging run yarn dist. If you want to add new platforms and experiment with the build options the easiest way to do so is manipulating the build property in the package.json, but you can also use the command line interface of electron builder.

\n

Setup WebDAV Syncing

\n

When starting the app via the command line the path to where emergency backups are saved is printed out to the command line. Just take away the /backup sub folder from the path and use the remaining path to sync via the cloud.

\n

Using a custom folder to save user data

\n

You can specify a custom folder for saving your data by starting the application with the --user-data-dir parameter like so:

\n
superproductivity --user-data-dir=/path/to/my/data\n
\n

Automatic Backups

\n

For the desktop version automatic backups are stored per default. You can see the backup folder location printed out when you start the app from the command line.\nOnce you located a backup you can restore it on the settings page underSync & Export/Import/Export/Import from file.

\n
", - "readmeOriginal": "
\n \"Banner\"\n\n

\n\n \"MIT\n\n\n \"GitHub\n\n\n \"On\n\n\n \"On\n\n\n \"On\n\n\n \"tweet\"\n\n
\n
\n\n \"Get\n\n\n \"English\n\n

Organize your daily tasks at one place while making time tracking a lot less annoying. Super Productivity is a ToDo List / Time Tracker / Personal Jira Task Manager for Linux, MacOS and Windows aimed at reducing the time you spend with repetitive tasks and to provide you with a place to collect all the information you need to do your job.

\n

🌐 Open Web App or 💻 Download

\n

✔️ Features

\n
    \n
  • Plan, track & summarize. Create time sheets and work summaries in a breeze to easily export them to your companies time tracking system.
  • \n
  • Integrate with Jira, Github and Gitlab. Auto import tasks assigned to you, plan the details locally, automatically create worklogs and get notified right away, when something changes.
  • \n
  • Organize your project's data. Create notes, attach files or create bookmarks for links, files and even commands and have it all out of the way, once you're ready for the weekend.
  • \n
  • Helps you to establish healthy habits. A break timer reminds to you, when it's time to step away. You also can collect personal metrics for yourself to see, which of your work routines need adjustments.
  • \n
  • Stuck and procrastinating? No problem! Super Productivity's anti procrastination feature helps you to reconsider your options and a pomodoro timer is also always at hand.
  • \n
  • Super Productivity does NOT collect any data and there are no user accounts or registration. It's free and open source and always will be.
  • \n
\n

And much more!

\n

\"Work

\n

How to use it

\n

I wrote a little article on how I use the app. There is also a youtube video available.

\n

🌐 Web Version

\n

Check out the It is a little bit more limited: Time tracking only works if the app is open and idle time tracking is disabled if the chrome extension is not installed.

\n

If you want the Jira Integration and idle time tracking to work you have also to download and install the Super Productivity Chrome Extension.

\n

💻 Downloads & Install

\n

All Platforms

\n

Install from the releases page.

\n

Windows

\n

Due to certification issues it's recommended to download from the Microsoft Store:

\n

\"English

\n

Linux

\n
# stable\nsudo snap install superproductivity\n\n# edge channel releases\n sudo snap install --channel=edge superproductivity\n
\n\n \"Get\n\n

MacOS

\n

Install via homebrew cask:

\n
brew cask install superproductivity\n
\n

Android

\n

There is a very early(!) Android version available. The sources can be found here.

\n

♥️ Contributing

\n

There are several ways to help.

\n
    \n
  1. \n

    Spread the word: More users means more possible people testing and contributing to the app which in turn means better stability and possibly more and better features. You can vote for Super Productivity on Product Hunt, Softpedia or on AlternativeTo, you can tweet about it, share it on LinkedIn or reddit. Every little bit helps !

    \n
  2. \n
  3. \n

    Make a feature or improvement request: Something can be be done better? Something essential missing? Let us know!

    \n
  4. \n
  5. \n

    Report bugs

    \n
  6. \n
  7. \n

    Contribute: You don't have to be programmer to help. Some of the icons really need improvement and many of the translations could use some love.

    \n
  8. \n
\n

Pull Requests

\n

Pull requests are of course very welcome! Please make sure that you're following the angular commit guidelines and to also include the issue number in your commit message, if you're fixing a particular issue (e.g.: feat: add nice feature with the number #31).

\n

Running the development server

\n

To run the development server you need to have node installed at least in the version 10. Go to https://nodejs.org for installation instructions.

\n

Clone repo

\n
git clone https://github.com/johannesjo/super-productivity.git\n
\n

Install dependencies

\n
cd super-productivity\nnpm install\nnpm install -g @angular/cli\n
\n

Run the dev server

\n
ng serve\n
\n

Afterwards you can open http://localhost:4200 in your browser. For most adjustments this should be enough and also enables you to use the redux dev tools.

\n

If you want to run the app standalone do the following:

\n
ng serve\n\n# in a new console tab\nnpm start\n
\n

Packaging the app

\n

Packaging the app is done via electron-builder. To start packaging run yarn dist. If you want to add new platforms and experiment with the build options the easiest way to do so is manipulating the build property in the package.json, but you can also use the command line interface of electron builder.

\n

Setup WebDAV Syncing

\n

When starting the app via the command line the path to where emergency backups are saved is printed out to the command line. Just take away the /backup sub folder from the path and use the remaining path to sync via the cloud.

\n

Using a custom folder to save user data

\n

You can specify a custom folder for saving your data by starting the application with the --user-data-dir parameter like so:

\n
superproductivity --user-data-dir=/path/to/my/data\n
\n

Automatic Backups

\n

For the desktop version automatic backups are stored per default. You can see the backup folder location printed out when you start the app from the command line.\nOnce you located a backup you can restore it on the settings page underSync & Export/Import/Export/Import from file.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:52.928Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.436Z" }, - "switchhosts": { - "readmeCleaned": "

SwitchHosts!

\n\n

Homepage: https://oldj.github.io/SwitchHosts/

\n

SwitchHosts! is an App for managing hosts file, it is based on Electron, React, Ant Design, CodeMirror, etc.

\n

Screenshot

\n

\"Capture\"

\n

Features

\n
    \n
  • Switch hosts quickly
  • \n
  • Syntax highlight
  • \n
  • Remote hosts
  • \n
  • Switch from system tray
  • \n
  • macOS only: Alfred workflow support
  • \n
\n

Install

\n

Download

\n

You can download the source code and build it yourself, or download the built version from following links:

\n\n

brew

\n

On macOS you can install SwitchHosts! by brew cask:

\n
brew cask install switchhosts
\n

Thanks to @gobinathm and @iamybj for updating the brew cask version.

\n

scoop

\n

On Windows you can install SwitchHosts! by scoop:

\n
scoop install switchhosts\n
\n

Thanks to @batkiz for updating the scoop version.

\n

Backup

\n

SwitchHosts! stores data at ~/.SwitchHosts (Or folder .SwitchHosts under the current user's home path on Windows), the ~/.SwitchHosts/data.json contains data, while the ~/.SwitchHosts/preferences.json contains preferences info.

\n

Run and Build

\n

Environment

\n
    \n
  • \n

    Install Node.js

    \n
  • \n
  • \n

    Change to the folder ./, run npm install to install dependented libraries

    \n
  • \n
  • \n

    Change to the folder ./app, run npm install again

    \n
    npm install\ncd app && npm install && cd ..
    \n
  • \n
\n

Build and run

\n
    \n
  • \n

    Change to the folder ./, run npm run dll to build common files

    \n
  • \n
  • \n

    Change to the folder ./, run npm run build

    \n
  • \n
  • \n

    Change to the folder ./, run npm start, the App should start

    \n
    # create dll file\nnpm run dll\n\n# build\nnpm run build\n\n# start\nnpm start\n\n# or start in developer mode\nnpm run dev
    \n
  • \n
\n

Package

\n
    \n
  • \n

    It is recommended to use electron-builder for packaging.

    \n
  • \n
  • \n

    Go to the ./ folder, run npm run make . The packaged files will be in the ./dist folder.

    \n
  • \n
  • \n

    This command may take several minutes to finish when you run it the first time, as it needs time to download dependent files. You can download the dependencies manually here, or Taobao mirror, then save the files to ~/.electron. You can check the Electron Docs for more infomation.

    \n
    # pack\nnpm run make # the packed files will be in ./dist\n\n# or \nnpm run build-and-make
    \n
  • \n
\n

Copyright

\n

SwitchHosts! is a free and open source software, it is released under the MIT license.

\n
", - "readmeOriginal": "

SwitchHosts!

\n\n

Homepage: https://oldj.github.io/SwitchHosts/

\n

SwitchHosts! is an App for managing hosts file, it is based on Electron, React, Ant Design, CodeMirror, etc.

\n

Screenshot

\n

\"Capture\"

\n

Features

\n
    \n
  • Switch hosts quickly
  • \n
  • Syntax highlight
  • \n
  • Remote hosts
  • \n
  • Switch from system tray
  • \n
  • macOS only: Alfred workflow support
  • \n
\n

Install

\n

Download

\n

You can download the source code and build it yourself, or download the built version from following links:

\n\n

brew

\n

On macOS you can install SwitchHosts! by brew cask:

\n
brew cask install switchhosts
\n

Thanks to @gobinathm and @iamybj for updating the brew cask version.

\n

scoop

\n

On Windows you can install SwitchHosts! by scoop:

\n
scoop install switchhosts\n
\n

Thanks to @batkiz for updating the scoop version.

\n

Backup

\n

SwitchHosts! stores data at ~/.SwitchHosts (Or folder .SwitchHosts under the current user's home path on Windows), the ~/.SwitchHosts/data.json contains data, while the ~/.SwitchHosts/preferences.json contains preferences info.

\n

Run and Build

\n

Environment

\n
    \n
  • \n

    Install Node.js

    \n
  • \n
  • \n

    Change to the folder ./, run npm install to install dependented libraries

    \n
  • \n
  • \n

    Change to the folder ./app, run npm install again

    \n
    npm install\ncd app && npm install && cd ..
    \n
  • \n
\n

Build and run

\n
    \n
  • \n

    Change to the folder ./, run npm run dll to build common files

    \n
  • \n
  • \n

    Change to the folder ./, run npm run build

    \n
  • \n
  • \n

    Change to the folder ./, run npm start, the App should start

    \n
    # create dll file\nnpm run dll\n\n# build\nnpm run build\n\n# start\nnpm start\n\n# or start in developer mode\nnpm run dev
    \n
  • \n
\n

Package

\n
    \n
  • \n

    It is recommended to use electron-builder for packaging.

    \n
  • \n
  • \n

    Go to the ./ folder, run npm run make . The packaged files will be in the ./dist folder.

    \n
  • \n
  • \n

    This command may take several minutes to finish when you run it the first time, as it needs time to download dependent files. You can download the dependencies manually here, or Taobao mirror, then save the files to ~/.electron. You can check the Electron Docs for more infomation.

    \n
    # pack\nnpm run make # the packed files will be in ./dist\n\n# or \nnpm run build-and-make
    \n
  • \n
\n

Copyright

\n

SwitchHosts! is a free and open source software, it is released under the MIT license.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:53.155Z" + "swifty": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.446Z" }, "switch": { - "readmeCleaned": "

\"Switch

\n

\"Build \"Build

\n

Switch between your favourite apps lightning fast (Windows, MacOS - Under development)

\n
\n

NOTE: Switch works on Windows, macOS support is under development.

\n
\n
\n

🦄🤯🎉 Hurray! MacOS (beta) unsigned release is out for testing - A bit buggy but feel free to digg in!

\n
\n

Features

\n
    \n
  • Switch fast between apps.
  • \n
  • Favourite apps loadout.
  • \n
  • Convenience of use by both left and right handed users with the use of left/right alt or + on macOS.
  • \n
\n
\n

Download Switch now! 🦄

\n
\n

Screenshot

\n

\"Switch

\n

Components

\n

Switch as two main components.

\n\n

Contributing

\n

If you have found any bugs or just want to see some new features in Switch, feel free to open an issue. I'm open to any suggestions and bug reports would be really helpful. Switch is under development and some bugs may occur. Also, please don't hesitate to open a pull request.

\n

Running

\n

Before running Switch in development mode, please ensure you have Node.js installed on your machine.

\n

Clone this repo, and cd into it, Then:

\n
$npm i\n$npm run get-ss-prebuild\n$npm run dev
\n

License

\n

Read LICENSE.md

\n
", - "readmeOriginal": "

\"Switch

\n

\"Build \"Build

\n

Switch between your favourite apps lightning fast (Windows, MacOS - Under development)

\n
\n

NOTE: Switch works on Windows, macOS support is under development.

\n
\n
\n

🦄🤯🎉 Hurray! MacOS (beta) unsigned release is out for testing - A bit buggy but feel free to digg in!

\n
\n

Features

\n
    \n
  • Switch fast between apps.
  • \n
  • Favourite apps loadout.
  • \n
  • Convenience of use by both left and right handed users with the use of left/right alt or + on macOS.
  • \n
\n
\n

Download Switch now! 🦄

\n
\n

Screenshot

\n

\"Switch

\n

Components

\n

Switch as two main components.

\n\n

Contributing

\n

If you have found any bugs or just want to see some new features in Switch, feel free to open an issue. I'm open to any suggestions and bug reports would be really helpful. Switch is under development and some bugs may occur. Also, please don't hesitate to open a pull request.

\n

Running

\n

Before running Switch in development mode, please ensure you have Node.js installed on your machine.

\n

Clone this repo, and cd into it, Then:

\n
$npm i\n$npm run get-ss-prebuild\n$npm run dev
\n

License

\n

Read LICENSE.md

\n
", - "readmeFetchedAt": "2020-09-17T12:09:53.159Z" - }, - "subgenesis": { - "readmeCleaned": "

Download Subtitles Like a Boss!

\n

\"Shippable\n\"Github\n\"GitHub\"

\n

\n \n

\n

A simple yet quick application that let's you download missing subtitles of your movie files with just a drag and drop.

\n

\n

Features

\n
    \n
  • Filename independent
    \nSubGenesis uses the file hash of the video file instead of the filename to request the SubDB API. No matter what you name the video file, SubGenesis will fetch the right subtitle for you.
  • \n
  • Multi Platform
    \nAs of now SubGenesis runs on Windows and MacOS. Future builds for Linux, Android and iOS can be expected.
  • \n
  • Totally Free
    \nSubGenesis is free, and will always be. Yeah, no ads
  • \n
\n

Installation

\n

Download the latest binary for your platform from the releases page.

\n

To-do List

\n
    \n
  • Batch files processing
  • \n
  • Auto process folders
  • \n
  • Reduced filesize
  • \n
\n
", - "readmeOriginal": "

Download Subtitles Like a Boss!

\n

\"Shippable\n\"Github\n\"GitHub\"

\n

\n \n

\n

A simple yet quick application that let's you download missing subtitles of your movie files with just a drag and drop.

\n

\n

Features

\n
    \n
  • Filename independent
    \nSubGenesis uses the file hash of the video file instead of the filename to request the SubDB API. No matter what you name the video file, SubGenesis will fetch the right subtitle for you.
  • \n
  • Multi Platform
    \nAs of now SubGenesis runs on Windows and MacOS. Future builds for Linux, Android and iOS can be expected.
  • \n
  • Totally Free
    \nSubGenesis is free, and will always be. Yeah, no ads
  • \n
\n

Installation

\n

Download the latest binary for your platform from the releases page.

\n

To-do List

\n
    \n
  • Batch files processing
  • \n
  • Auto process folders
  • \n
  • Reduced filesize
  • \n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:53.313Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.473Z" }, "symphony": { - "readmeCleaned": "

\"FINOS\n\"Symphony\n\"Build\n\"Known

\n

SymphonyElectron

\n

About:

\n

SymphonyElectron is a desktop client of the Symphony Communication Platform built for macOS, Windows 10 and Windows 7. We've built this using the popular electron framework to support cross platform desktop apps loaded in a chromium container

\n

Contributing

\n
    \n
  1. Fork it (https://github.com/symphonyoss/SymphonyElectron/fork)
  2. \n
  3. Create your feature branch (git checkout -b feature/fooBar)
  4. \n
  5. Read our contribution guidelines and Community Code of Conduct
  6. \n
  7. Commit your changes (git commit -am 'Add some fooBar')
  8. \n
  9. Push to the branch (git push origin feature/fooBar)
  10. \n
  11. Create a new Pull Request
  12. \n
\n

NOTE: Commits and pull requests to FINOS repositories will only be accepted from those contributors with an active, executed Individual Contributor License Agreement (ICLA) with FINOS OR who are covered under an existing and active Corporate Contribution License Agreement (CCLA) executed with FINOS. Commits from individuals not covered under an ICLA or CCLA will be flagged and blocked by the FINOS Clabot tool. Please note that some CCLAs require individuals/employees to be explicitly named on the CCLA.

\n

Need an ICLA? Unsure if you are covered under an existing CCLA? Email help@finos.org

\n

Project Goals:

\n

Our goal is to improve the performance and development agility of Symphony's desktop wrapper and build a path to support other wrappers by:

\n
    \n
  1. Standardizing the JS to native interfaces
  2. \n
  3. Standardizing the app to app interfaces (current embedding API)
  4. \n
  5. Provide an open and free reference implementation that anyone can contribute to, modify, and make derivative works.
  6. \n
\n

In order to achieve those goals Symphony is participating and working in close collaboration with the Foundation Desktop Wrapper Working Group

\n

Development Setup & Running

\n

Read Dev Setup

\n

License

\n

The code in this repository is distributed under the Apache License, Version 2.0.

\n

Copyright 2019 Symphony LLC

\n
", - "readmeOriginal": "

\"FINOS\n\"Symphony\n\"Build\n\"Known

\n

SymphonyElectron

\n

About:

\n

SymphonyElectron is a desktop client of the Symphony Communication Platform built for macOS, Windows 10 and Windows 7. We've built this using the popular electron framework to support cross platform desktop apps loaded in a chromium container

\n

Contributing

\n
    \n
  1. Fork it (https://github.com/symphonyoss/SymphonyElectron/fork)
  2. \n
  3. Create your feature branch (git checkout -b feature/fooBar)
  4. \n
  5. Read our contribution guidelines and Community Code of Conduct
  6. \n
  7. Commit your changes (git commit -am 'Add some fooBar')
  8. \n
  9. Push to the branch (git push origin feature/fooBar)
  10. \n
  11. Create a new Pull Request
  12. \n
\n

NOTE: Commits and pull requests to FINOS repositories will only be accepted from those contributors with an active, executed Individual Contributor License Agreement (ICLA) with FINOS OR who are covered under an existing and active Corporate Contribution License Agreement (CCLA) executed with FINOS. Commits from individuals not covered under an ICLA or CCLA will be flagged and blocked by the FINOS Clabot tool. Please note that some CCLAs require individuals/employees to be explicitly named on the CCLA.

\n

Need an ICLA? Unsure if you are covered under an existing CCLA? Email help@finos.org

\n

Project Goals:

\n

Our goal is to improve the performance and development agility of Symphony's desktop wrapper and build a path to support other wrappers by:

\n
    \n
  1. Standardizing the JS to native interfaces
  2. \n
  3. Standardizing the app to app interfaces (current embedding API)
  4. \n
  5. Provide an open and free reference implementation that anyone can contribute to, modify, and make derivative works.
  6. \n
\n

In order to achieve those goals Symphony is participating and working in close collaboration with the Foundation Desktop Wrapper Working Group

\n

Development Setup & Running

\n

Read Dev Setup

\n

License

\n

The code in this repository is distributed under the Apache License, Version 2.0.

\n

Copyright 2019 Symphony LLC

\n
", - "readmeFetchedAt": "2020-09-17T12:09:53.323Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.476Z" + }, + "switchhosts": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.482Z" }, "syng": { - "readmeCleaned": "

\n \"Syng\n

\n

Syng | 词应

\n
Dictionary App | 词典应用
\n
v1.4.0
\n

\"Commitizen

\n
\n

Notice

\n

This project is no longer maintained, and will remain so for the forseeable future.

\n

Message from the Author

\n

It has been increasingly difficult to find good chunks of time to maintan this project, so I will no loner be maintaining it for the forseeable future. This will also allow me time to work on other projects I've been interested in. There is still a lot that I want to do with this project, and I hope to revive it at some point in the future.

\n
\n

About

\n

Syng is a free, open source, Chinese-To-English and English-To-Chinese Dictionary app that makes it easy to lookup words and phrases quickly. Currently Syng works on macOS, Windows, and Linux systems.

\n

Name

\n

Syng is a stylized spelling of cíyīng, the Pinyin for 词应. 词应 has been shorted from 词典应用, literally translating to Dictionary App.

\n

Features

\n
    \n
  • Search\n
      \n
    • Syng allows you to search by Pinyin, English, and Chinese characters (both traditional and simplified)
    • \n
    \n
  • \n
  • Study\n
      \n
    • Syng makes it easy to study Chinese by creating flash cards out of your saved words and searches.
    • \n
    • Syng also tests you on your knowledge and progress of your Chinese to measure your language development.
    • \n
    \n
  • \n
  • Bookmarks\n
      \n
    • Syng allows you to save words and searches to your bookmarks, so that you can reference them later, and even create custom vocab lists.
    • \n
    \n
  • \n
  • Reader\n
      \n
    • Syng lets you read Chinese text from your clipboard or from the web with an easy to use popup dictionary.
    • \n
    \n
  • \n
  • Offline Support\n
      \n
    • No internet connection required for most features
    • \n
    \n
  • \n
  • Cross-Platform\n
      \n
    • Mac OS X
    • \n
    • Windows
    • \n
    • Linux
    • \n
    \n
  • \n
  • Prettify Pinyin\n
      \n
    • Convert pinyin with tone numbers with tone marks
    • \n
    \n
  • \n
  • Convert Characters\n
      \n
    • Convert between traditional and simplified characters
    • \n
    \n
  • \n
  • Pinyinify\n
      \n
    • Convert 汉字 into hànzì. Turn characters into pinyin
    • \n
    \n
  • \n
  • Character Stroke Animations\n
      \n
    • View character stroke order animations to study writing characters
    • \n
    \n
  • \n
\n

What's new?

\n

These are few feature additions and visual changes in v1.4.0. For a full list of changes, see the changelog.

\n
    \n
  1. Character Breakdown
  2. \n
  3. Visual Enhancements
  4. \n
\n

Screenshots

\n

More screenshots available on the Syng website.

\n

\"image\"

\n

Installing

\n

Linux

\n

To install Syng on Linux, you can you use the pre-built installation script by copy and pasting the code below into terminal. It's good to be cautious about what you are putting in your terminal, you can read the 64-bit install script here and the 32-bit install script here.

\n

For 64-bit systems:

\n
wget -O- https://bit.ly/2weiJxU | bash\n
\n

For 32-bit systems:

\n
wget -O- https://bit.ly/2OLXtay | bash\n
\n

Alternatively, if you aren't comfortable running the pre-built installation script, you can install manually by downloading the 64-bit candidate here and the 32-bit candidate here and then following the installation instructions provided.

\n

macOS

\n

To install Syng on macOS, simply download the .dmg file from here and then drag and drop the Syng app into your Applications folder.

\n

Windows

\n

To install Syng on Windows, you can download the 64-bit installer from here and the 32-bit installer from here and use it to install Syng.

\n

Built On

\n
    \n
  • Electron\n
      \n
    • Framework for Native Cross-Platform Support
    • \n
    \n
  • \n
  • CC-CEDICT\n\n
  • \n
  • Vue.js\n
      \n
    • Framework for building user interface
    • \n
    \n
  • \n
  • IView UI\n
      \n
    • User Interface Framework
    • \n
    \n
  • \n
  • Heavily modified version of node-cc-cedict by John Heroy\n
      \n
    • Node.js framework for CC-CEDICT Dictionary
    • \n
    • Modified to work using hashmaps and support English, and pinyin search functionality.
    • \n
    \n
  • \n
  • Franc\n
      \n
    • Language Detection for Search
    • \n
    \n
  • \n
  • hanzi-writer by chanind\n
      \n
    • Character Stroke Animations
    • \n
    \n
  • \n
  • Jun Da Frequency Data\n
      \n
    • Data for determining classical / modern characters.
    • \n
    • Data has been modified from original .xlsx format to JSON.
    • \n
    • Used with permission.
    • \n
    \n
  • \n
\n

Developers Welcome

\n

If you're interested in contributing to Syng, you can checkout the Roadmap, or feel free to contact me and we can build great software together.

\n

Contributing / Getting Started

\n

If you're interested in contributing to Syng, you can find a guide to getting started here in the Syng wiki. This guide outlines the development stack, project structure, and how to create a feature branch.

\n

Maintainers

\n\n

License

\n

This software is licensed under the GNU Public License 3. The file at app/src/db/cc-cedict.json is licensed under the Creative Commons Attribution-Share Alike 3.0 License. The files located in the directory at app/src/db/junda are sole property of the author, more information can be found here. The Jun Da dataset is used with permission.

\n
", - "readmeOriginal": "

\n \"Syng\n

\n

Syng | 词应

\n
Dictionary App | 词典应用
\n
v1.4.0
\n

\"Commitizen

\n
\n

Notice

\n

This project is no longer maintained, and will remain so for the forseeable future.

\n

Message from the Author

\n

It has been increasingly difficult to find good chunks of time to maintan this project, so I will no loner be maintaining it for the forseeable future. This will also allow me time to work on other projects I've been interested in. There is still a lot that I want to do with this project, and I hope to revive it at some point in the future.

\n
\n

About

\n

Syng is a free, open source, Chinese-To-English and English-To-Chinese Dictionary app that makes it easy to lookup words and phrases quickly. Currently Syng works on macOS, Windows, and Linux systems.

\n

Name

\n

Syng is a stylized spelling of cíyīng, the Pinyin for 词应. 词应 has been shorted from 词典应用, literally translating to Dictionary App.

\n

Features

\n
    \n
  • Search\n
      \n
    • Syng allows you to search by Pinyin, English, and Chinese characters (both traditional and simplified)
    • \n
    \n
  • \n
  • Study\n
      \n
    • Syng makes it easy to study Chinese by creating flash cards out of your saved words and searches.
    • \n
    • Syng also tests you on your knowledge and progress of your Chinese to measure your language development.
    • \n
    \n
  • \n
  • Bookmarks\n
      \n
    • Syng allows you to save words and searches to your bookmarks, so that you can reference them later, and even create custom vocab lists.
    • \n
    \n
  • \n
  • Reader\n
      \n
    • Syng lets you read Chinese text from your clipboard or from the web with an easy to use popup dictionary.
    • \n
    \n
  • \n
  • Offline Support\n
      \n
    • No internet connection required for most features
    • \n
    \n
  • \n
  • Cross-Platform\n
      \n
    • Mac OS X
    • \n
    • Windows
    • \n
    • Linux
    • \n
    \n
  • \n
  • Prettify Pinyin\n
      \n
    • Convert pinyin with tone numbers with tone marks
    • \n
    \n
  • \n
  • Convert Characters\n
      \n
    • Convert between traditional and simplified characters
    • \n
    \n
  • \n
  • Pinyinify\n
      \n
    • Convert 汉字 into hànzì. Turn characters into pinyin
    • \n
    \n
  • \n
  • Character Stroke Animations\n
      \n
    • View character stroke order animations to study writing characters
    • \n
    \n
  • \n
\n

What's new?

\n

These are few feature additions and visual changes in v1.4.0. For a full list of changes, see the changelog.

\n
    \n
  1. Character Breakdown
  2. \n
  3. Visual Enhancements
  4. \n
\n

Screenshots

\n

More screenshots available on the Syng website.

\n

\"image\"

\n

Installing

\n

Linux

\n

To install Syng on Linux, you can you use the pre-built installation script by copy and pasting the code below into terminal. It's good to be cautious about what you are putting in your terminal, you can read the 64-bit install script here and the 32-bit install script here.

\n

For 64-bit systems:

\n
wget -O- https://bit.ly/2weiJxU | bash\n
\n

For 32-bit systems:

\n
wget -O- https://bit.ly/2OLXtay | bash\n
\n

Alternatively, if you aren't comfortable running the pre-built installation script, you can install manually by downloading the 64-bit candidate here and the 32-bit candidate here and then following the installation instructions provided.

\n

macOS

\n

To install Syng on macOS, simply download the .dmg file from here and then drag and drop the Syng app into your Applications folder.

\n

Windows

\n

To install Syng on Windows, you can download the 64-bit installer from here and the 32-bit installer from here and use it to install Syng.

\n

Built On

\n
    \n
  • Electron\n
      \n
    • Framework for Native Cross-Platform Support
    • \n
    \n
  • \n
  • CC-CEDICT\n\n
  • \n
  • Vue.js\n
      \n
    • Framework for building user interface
    • \n
    \n
  • \n
  • IView UI\n
      \n
    • User Interface Framework
    • \n
    \n
  • \n
  • Heavily modified version of node-cc-cedict by John Heroy\n
      \n
    • Node.js framework for CC-CEDICT Dictionary
    • \n
    • Modified to work using hashmaps and support English, and pinyin search functionality.
    • \n
    \n
  • \n
  • Franc\n
      \n
    • Language Detection for Search
    • \n
    \n
  • \n
  • hanzi-writer by chanind\n
      \n
    • Character Stroke Animations
    • \n
    \n
  • \n
  • Jun Da Frequency Data\n
      \n
    • Data for determining classical / modern characters.
    • \n
    • Data has been modified from original .xlsx format to JSON.
    • \n
    • Used with permission.
    • \n
    \n
  • \n
\n

Developers Welcome

\n

If you're interested in contributing to Syng, you can checkout the Roadmap, or feel free to contact me and we can build great software together.

\n

Contributing / Getting Started

\n

If you're interested in contributing to Syng, you can find a guide to getting started here in the Syng wiki. This guide outlines the development stack, project structure, and how to create a feature branch.

\n

Maintainers

\n\n

License

\n

This software is licensed under the GNU Public License 3. The file at app/src/db/cc-cedict.json is licensed under the Creative Commons Attribution-Share Alike 3.0 License. The files located in the directory at app/src/db/junda are sole property of the author, more information can be found here. The Jun Da dataset is used with permission.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:53.625Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.599Z" + }, + "tagspaces": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.600Z" }, "system-designer": { - "readmeCleaned": "

System Designer

\n

\"npm\"\n\"Build\n\"Cypress.io\n\"devDependency\n\"npm\"

\n

\"Image

\n

What is System Designer ?

\n

No matter the frameworks you use and the code you write, the most important is the model that you define to create your system. System Designer helps you to design this model and to generate the classes and components to build your system.

\n

What is a system ?

\n

With System Designer you create in fact a system and not an application. But what is a system ?

\n

A system:

\n
    \n
  • is defined by a model,
  • \n
  • is composed by components and
  • \n
  • reacts to events with actions that we call behaviors.
  • \n
\n

\"Image

\n

What can I do with System Designer ?

\n

Design your system with ease

\n

If you look at the different JavaScript frameworks on the market, you will notice that they all have their own way to define a model, generally only with code.

\n

System Designer uses UML, a standard, to define your model. So you probably already know how to design in System Designer even if you have never run it.

\n

The definition of the model is stored on a JSON format called MSON. With MSON you can define types, classes, one to one / one to many relationships and multi inheritance between classes.

\n

Code the behavior of your system

\n

Once you have created your model, System Designer generates the skeletons of all your methods. You only have then to add your code to implement them.

\n

System Designer provides you helpers to manage your components. You can easily navigate through components to create your application.

\n

Create components graphically

\n

There is no need to code to instantiate a component. Create a component in System Designer is like creating a document in a NoSQL Database.

\n

In fact, System Designer acts as an ODM (Object-Document Mapper) to manage your components as NoSQL Documents.

\n

Run your system

\n

You can run your system directly from System Designer and then export it to HTML, JSON, JavaScript, a Node.js module or a Graphviz file (* macOS, Windows, Linux and PWA version only).

\n

Because you have defined a model for your application, a Dynamic Type Check is done on every action of your system. All warnings are send and shown in System Designer.

\n

Debug your system

\n

System Designer can load the model of any system that runs on the browser or on Node.js. You can see the schemas, models, components and methods of the running system and you can edit them.

\n

All modifications to the model done inside System Designer will be send to the running system. There is no need to reload to see your modifications.

\n

Design on the go

\n

System Designer can be used on Windows, macOS, Linux, iOS, iPad, Android or any browsers. You can also install it in your project: System Designer requires no backend to work, it is a full web application.

\n

System Designer has a GitHub module to synchronize your work between all these apps. You can begin your design on your Mac and then continue it on your iPad.

\n

Build

\n

Installation

\n

Clone the repository:

\n
git clone https://github.com/design-first/system-designer.git
\n

Once you have cloned the repository, install the dependencies:

\n
npm i
\n

Build for web

\n

Here are the different tasks you can use to build and start System Designer as a Progressive Web App (PWA):

\n
npm run web
\n

Then you can start the server:

\n
npm run start
\n

Once server started, go to http://localhost:8080/.

\n

Build for macOS / Windows / Linux

\n

To build System Designer for Electron:

\n
npm run electron
\n

Copy the content of /dist directory into your System Designer for Electron project.

\n

Then in your System Designer for Electron project:

\n
# build for macOS\nnpm run macOS\n\n# build for Windows\nnpm run windows\n\n# build for Linux\nnpm run linux
\n

Build for iOS / Android

\n

To build System Designer for Cordova:

\n
npm run cordova
\n

Copy the content of /dist directory into your System Designer for Cordova project.

\n

Then in your System Designer for Cordova project:

\n
# build for ios\ncordova build ios\n\n# build for android\ncordova build android
\n

Development

\n

Web

\n

To start System Designer in development mode for web:

\n
npm run dev
\n

Once server started, go to http://localhost:9001/. All the modifications to the source code of System Designer will rebuild the solution and refresh the page.

\n

Mobile devices

\n

To start System Designer in development mode for mobile devices:

\n
npm run dev-cordova
\n

Once server started, go to http://localhost:9001/. All the modifications to the source code of System Designer will rebuild the solution and refresh the page.

\n

Documentation

\n\n

Community

\n\n

License

\n

Copyright © 2020 Erwan Carriou

\n

Licensed under the Apache License, Version 2.0 (the "License");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at

\n
http://www.apache.org/licenses/LICENSE-2.0\n
\n

Unless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an "AS IS" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.

\n

Do not use System Designer if you do not believe in Equality and Diversity.

\n

System Designer is not for people of hate.

\n
", - "readmeOriginal": "

System Designer

\n

\"npm\"\n\"Build\n\"Cypress.io\n\"devDependency\n\"npm\"

\n

\"Image

\n

What is System Designer ?

\n

No matter the frameworks you use and the code you write, the most important is the model that you define to create your system. System Designer helps you to design this model and to generate the classes and components to build your system.

\n

What is a system ?

\n

With System Designer you create in fact a system and not an application. But what is a system ?

\n

A system:

\n
    \n
  • is defined by a model,
  • \n
  • is composed by components and
  • \n
  • reacts to events with actions that we call behaviors.
  • \n
\n

\"Image

\n

What can I do with System Designer ?

\n

Design your system with ease

\n

If you look at the different JavaScript frameworks on the market, you will notice that they all have their own way to define a model, generally only with code.

\n

System Designer uses UML, a standard, to define your model. So you probably already know how to design in System Designer even if you have never run it.

\n

The definition of the model is stored on a JSON format called MSON. With MSON you can define types, classes, one to one / one to many relationships and multi inheritance between classes.

\n

Code the behavior of your system

\n

Once you have created your model, System Designer generates the skeletons of all your methods. You only have then to add your code to implement them.

\n

System Designer provides you helpers to manage your components. You can easily navigate through components to create your application.

\n

Create components graphically

\n

There is no need to code to instantiate a component. Create a component in System Designer is like creating a document in a NoSQL Database.

\n

In fact, System Designer acts as an ODM (Object-Document Mapper) to manage your components as NoSQL Documents.

\n

Run your system

\n

You can run your system directly from System Designer and then export it to HTML, JSON, JavaScript, a Node.js module or a Graphviz file (* macOS, Windows, Linux and PWA version only).

\n

Because you have defined a model for your application, a Dynamic Type Check is done on every action of your system. All warnings are send and shown in System Designer.

\n

Debug your system

\n

System Designer can load the model of any system that runs on the browser or on Node.js. You can see the schemas, models, components and methods of the running system and you can edit them.

\n

All modifications to the model done inside System Designer will be send to the running system. There is no need to reload to see your modifications.

\n

Design on the go

\n

System Designer can be used on Windows, macOS, Linux, iOS, iPad, Android or any browsers. You can also install it in your project: System Designer requires no backend to work, it is a full web application.

\n

System Designer has a GitHub module to synchronize your work between all these apps. You can begin your design on your Mac and then continue it on your iPad.

\n

Build

\n

Installation

\n

Clone the repository:

\n
git clone https://github.com/design-first/system-designer.git
\n

Once you have cloned the repository, install the dependencies:

\n
npm i
\n

Build for web

\n

Here are the different tasks you can use to build and start System Designer as a Progressive Web App (PWA):

\n
npm run web
\n

Then you can start the server:

\n
npm run start
\n

Once server started, go to http://localhost:8080/.

\n

Build for macOS / Windows / Linux

\n

To build System Designer for Electron:

\n
npm run electron
\n

Copy the content of /dist directory into your System Designer for Electron project.

\n

Then in your System Designer for Electron project:

\n
# build for macOS\nnpm run macOS\n\n# build for Windows\nnpm run windows\n\n# build for Linux\nnpm run linux
\n

Build for iOS / Android

\n

To build System Designer for Cordova:

\n
npm run cordova
\n

Copy the content of /dist directory into your System Designer for Cordova project.

\n

Then in your System Designer for Cordova project:

\n
# build for ios\ncordova build ios\n\n# build for android\ncordova build android
\n

Development

\n

Web

\n

To start System Designer in development mode for web:

\n
npm run dev
\n

Once server started, go to http://localhost:9001/. All the modifications to the source code of System Designer will rebuild the solution and refresh the page.

\n

Mobile devices

\n

To start System Designer in development mode for mobile devices:

\n
npm run dev-cordova
\n

Once server started, go to http://localhost:9001/. All the modifications to the source code of System Designer will rebuild the solution and refresh the page.

\n

Documentation

\n\n

Community

\n\n

License

\n

Copyright © 2020 Erwan Carriou

\n

Licensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at

\n
http://www.apache.org/licenses/LICENSE-2.0\n
\n

Unless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.

\n

Do not use System Designer if you do not believe in Equality and Diversity.

\n

System Designer is not for people of hate.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:53.692Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.611Z" }, "tabby": { - "readmeCleaned": "

About

\n

Simple, beautiful timetable application to track your school schedule. You can add tasks, change theme with available dark mode and choose language.\nMade by me and KDani-99. We used this bootstrap to make it https://github.com/maximegris/angular-electron.

\n

To use it, just download the latest version from the releases and run it.\nAvailable for Windows, Mac, Android and iOS.

\n

Android & iOS version: https://github.com/KDani-99/tabby-native

\n

Screenshots

\n

\"Screenshot\n\"Screenshot\n\"Screenshot

\n

Currently available languages

\n

English, Hungarian, German, Argentinian Spanish, French, Vietnamese, Brazilian Portuguese, Simplified Chinese, Korean, Russian and Ukrainian.

\n

Bugs

\n

If you think something is broken, open an issue ticket.

\n
", - "readmeOriginal": "

About

\n

Simple, beautiful timetable application to track your school schedule. You can add tasks, change theme with available dark mode and choose language.\nMade by me and KDani-99. We used this bootstrap to make it https://github.com/maximegris/angular-electron.

\n

To use it, just download the latest version from the releases and run it.\nAvailable for Windows, Mac, Android and iOS.

\n

Android & iOS version: https://github.com/KDani-99/tabby-native

\n

Screenshots

\n

\"Screenshot\n\"Screenshot\n\"Screenshot

\n

Currently available languages

\n

English, Hungarian, German, Argentinian Spanish, French, Vietnamese, Brazilian Portuguese, Simplified Chinese, Korean, Russian and Ukrainian.

\n

Bugs

\n

If you think something is broken, open an issue ticket.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:53.758Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.611Z" }, - "swifty": { - "readmeCleaned": "

\"\"

\n

Free Offline-first Password Manager for MacOS, Windows and Linux.

\n
\n

\"\"

\n

\"CircleCI\"\n\"Financial \"GitHub\n\"GitHub\n\"Encryption\"

\n
\n

❤️ it? Then ⭐️ it on GitHub or Tweet about it.

\n

Features

\n
    \n
  • Store Login/Password credentials
  • \n
  • Credit card Information
  • \n
  • Secure notes to store sensitive information
  • \n
  • One-click Strong Password Generation
  • \n
  • Time-based One Time Passwords support (TOTP)
  • \n
  • Google Drive Sync (optional)
  • \n
  • No data is leaving your computer:\n
      \n
    • Everything is encrypted, stored and decrypted on your local file system
    • \n
    • Decryption happens once on entering Master Password
    • \n
    • Ability to migrate from one computer to another using backup file or GDrive sync
    • \n
    \n
  • \n
  • There's more to come...
  • \n
\n

Screenshots

\n

\"img\"

\n

\"img\"

\n

Install

\n

Check Latest Releases page for recent version of packaged app for MacOS, Windows or Linux.

\n

Alternatively you can build app yourself:

\n
git clone git@github.com:swiftyapp/swifty.git\nyarn install\nbozon package mac\n
\n

Contributors

\n

Code Contributors

\n

This project exists thanks to all the people who contribute. [Contribute].\n

\n

Financial Contributors

\n

Become a financial contributor and help us sustain our community. [Contribute]

\n

Individuals

\n

\n

Organizations

\n

Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]

\n

\n\n\n\n\n\n\n\n\n

\n

License

\n

GNU/GPL Version 3

\n
", - "readmeOriginal": "

\"\"

\n

Free Offline-first Password Manager for MacOS, Windows and Linux.

\n
\n

\"\"

\n

\"CircleCI\"\n\"Financial \"GitHub\n\"GitHub\n\"Encryption\"

\n
\n

❤️ it? Then ⭐️ it on GitHub or Tweet about it.

\n

Features

\n
    \n
  • Store Login/Password credentials
  • \n
  • Credit card Information
  • \n
  • Secure notes to store sensitive information
  • \n
  • One-click Strong Password Generation
  • \n
  • Time-based One Time Passwords support (TOTP)
  • \n
  • Google Drive Sync (optional)
  • \n
  • No data is leaving your computer:\n
      \n
    • Everything is encrypted, stored and decrypted on your local file system
    • \n
    • Decryption happens once on entering Master Password
    • \n
    • Ability to migrate from one computer to another using backup file or GDrive sync
    • \n
    \n
  • \n
  • There's more to come...
  • \n
\n

Screenshots

\n

\"img\"

\n

\"img\"

\n

Install

\n

Check Latest Releases page for recent version of packaged app for MacOS, Windows or Linux.

\n

Alternatively you can build app yourself:

\n
git clone git@github.com:swiftyapp/swifty.git\nyarn install\nbozon package mac\n
\n

Contributors

\n

Code Contributors

\n

This project exists thanks to all the people who contribute. [Contribute].\n

\n

Financial Contributors

\n

Become a financial contributor and help us sustain our community. [Contribute]

\n

Individuals

\n

\n

Organizations

\n

Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]

\n

\n\n\n\n\n\n\n\n\n

\n

License

\n

GNU/GPL Version 3

\n
", - "readmeFetchedAt": "2020-09-17T12:09:53.876Z" + "temps": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.637Z" }, - "tagspaces": { - "readmeCleaned": "

\"tagspaces

\n\n

\"Join \"Github

\n

TagSpaces is a free, non-locking, open source application for organizing and managing your local files with the help of tags. It features note taking and some to-do app capabilities. The application is available for Windows, Linux, Mac OS and Android. We provide a web clipper extension for Firefox and Chrome for easy collecting of online content as local files.

\n

\"TagSpaces

\n

More information about can be found from the following sources:

\n
    \n
  • Website: tagspaces.org - official web site of the project.
  • \n
  • Blog for news about TagSpaces
  • \n
  • Documentation for our latest generated documentation
  • \n
  • Video Introduction - This is a short video presenting the main concepts of the application. It is made from a pretty old application version but it is still valid for the most of the use cases.
  • \n
  • Issues Tracker for developer support requests
  • \n
\n\n

Downloads

\n

You can find the latest release of TagSpaces in the Github release section

\n

A full list of the changes is available on the changelog

\n

Main Features

\n
    \n
  • File and folder management - TagSpaces provides a convenient user interface for browsing, viewing and man files and folders.
  • \n
  • File tagging - The application supports two ways for tagging files. The default one embeds the tags directly in the name of the file, the other one uses a so called sidecar files for persisting the tags.
  • \n
  • Searching - The search functionality supports fussy functionality and can filter your locations for files and folders containing one or more tags
  • \n
  • Browser for local content - TagSpaces can be used just as browser for your local photos or navigation thought your local ebook library
  • \n
  • Media player - It supports playing for common audio and video files types and has integrated basic media player functionalities.
  • \n
  • No-Cloud: TagSpaces is running completely offline and serverless on your laptop, desktop or tablet and does not require an internet connection and any kind of online registration or service provider.
  • \n
  • Note Taking - you can create and edit notes in plain text, markdown and html file formats
  • \n
  • To-Do Management - with the help of the build in HTML editor you are able to create simple todo lists in every HTML file.
  • \n
  • Cross-platform: TagSpaces runs on Windows, Linux, Mac and Android
  • \n
  • Web Clipper for saving web pages and screenshots from your browsers is also available as extension for Firefox and Chrome.
  • \n
\n

Infos for developers

\n

The core of TagSpaces starting from version 3 is built with react.js and the great material-ui framework.

\n

The native Windows, Linux and Mac OS versions of TagSpaces are built with Electron. Electron is an app runtime based on Chromium and node.js. In order to combine it with react we have used the electron-react-boilerplate.

\n

Repository Directory Structure

\n
./app................ contains the application core\n./app/locales........ contains the language files needed for the application internationalization\n./app/node_modules... contains the TagSpaces extension modules\n./cordova............ contains the code needed for running the Android version\n./dll................ contains the files needed for live reload in development mode\n./flow-typed......... contains for the Flow static type checker\n./internals.......... contains files needed for supporting Flow and Eslint\n./node_modules....... after yarn install, you will find here the external dependencies of the application\n./resources.......... contains images and other files needed for the application building\n./scripts............ contains js script needed for the yarn/npm tasks\n
\n

How to run TagSpaces from the source code?

\n

In order to run TagSpaces on your Windows, Mac OS or Linux from the source code published here, you will need the following prerequisites:

\n\n

Get the TagSpaces source code by cloning its repository:

\n
$ git clone https://github.com/tagspaces/tagspaces.git\n
\n

Go to the folder where the code was cloned and select the branch you want to test. Use the the master branch for the last officially released version or the branch develop for a kind of a nightly build, containing the changes we are preparing for the next release of the application.

\n

Switch to folder where you have cloned the repository:

\n
$ cd tagspaces\n
\n

Change to the branch with the name develop:

\n
$ git checkout develop\n
\n

and install the project dependencies:

\n
$ yarn install\n
\n

Note: If you experience any errors with the above command, please try this command first before filing a bug report:

\n
$ yarn install --network-timeout 1000000\n
\n

The last command will automatically build the application with webpack. Now it is time to install all the TagSpaces extensions:

\n
$ yarn install-ext\n
\n

Now you are ready and can build/start (bs) the application with:

\n
$ yarn bs\n
\n

If you want to try the development mode, you can start it by:

\n
$ yarn dev\n
\n

This will start a development server in background, which watches for changes in background and refreshes the application automatically once you have done some changes in the source code.

\n

How to create the packages for Windows, Linux and Mac OS?

\n

Building of the packages can be accomplished with the integrated yarn scripts:

\n
$ yarn package-win\n\n$ yarn package-linux\n\n$ yarn package-osx\n
\n

For creating the packages for Windows, Linux and Mac OS respectively.

\n

Developing extensions for TagSpaces

\n

TagSpaces can be easily extended with the help of extensions. Currently we use the extensions for supporting the opening and editing of different file types in the application. More information about this topic can be found on the extension page of our website.

\n

How to start the WebDAV edition for testing?

\n

Development Server

\n

For developing purposes and local tests, the WebDAV version of the app can be started with the following yarn command:

\n
$ yarn run-web\n
\n

This command will start a local node.js-WebDAV server on http://127.0.0.1:8000. Open your browser and enter the following URL:

\n
http://127.0.0.1:8000/index.html\n
\n

You will be prompted for user credentials, which are username: demo and password: demo and now you should be able to work with the WebDAV version of TagSpaces.

\n

Apache server with WedDAV module

\n

In order to install TagSpaces on a Apache webserver you have to enable the mod_dav module, which comes with the Apache Server. More information about the installation and configuration can be found on apache.org. Please make sure that you have read and understood the potential security issues by running a WebDAV server on internet.

\n

Here is a sample config file for Apache on Linux:

\n
<VirtualHost *:80>\n\tServerAdmin admin@somedomain.com\n\tServerName somedomain.com\n\tDocumentRoot /var/www/somedomain.com/public_html\n\tErrorLog ${APACHE_LOG_DIR}/error-somedomain.log\n\tCustomLog ${APACHE_LOG_DIR}/access-somedomain.log combined\n</VirtualHost>\n\n<Directory /var/www/somedomain.com/public_html>\n\tOptions FollowSymLinks MultiViews\n\tAllowOverride None\n\tOrder allow,deny\n\tallow from all\n</Directory>\n\nAlias /files /var/yourFilesForWebDAV # this alias is useful if you do not want to store your files in the apache folder\n\n<Location /files>\n\tOptions Indexes\n\tDAV On\n\tAuthType Basic # this way you can enable simple auth mechanism for protecting your files (basic auth should be used only over https with SSL/TSL)\n\tAuthName "webdav"\n\tAuthUserFile /somepath/webdav.password\n\tRequire valid-user\n</Location>\n
\n

With some modification it can be also used for Apache on Windows, for a detailed manual refer to this article: How to enable WebDAV in Apache Server 2.2.x – Windows

\n

You can find more details about the Nextcloud integration here: Self-hosted TagSpaces with WebDAV.

\n

Contribute

\n

TagSpaces is an open source software, and as such, the code is publicly available on GitHub, and forking is particularly recommended! Still, contribution must be done following some guidelines.\nContributor License Agreement

\n

The CLA is an agreement commonly used in major open source project, which aims at protecting all parties implied by a contribution: the contributor, the main code author, and above all, the community. The CLA model we have chosen basically tells the following: the contribution’s copyright is shared between the contributor and the main author. This means each party can do whatever she want in term of relicensing with this contributed piece of code. This is important, because, if in the future, the author wants to change the license in something more in favor of the community, a singular contributor cannot block the process.

\n

The Contributor License Agreement can be signed online on the following CLA form.

\n

Localisation

\n

TagSpaces is currently available in more than 20 languages. You can help the translation of this application in your language by joining the translation teams on Transifex.

\n

Ideas and Suggestion

\n

If you have ideas or suggestions on how we can improve our application, you can check the following Trello board. Here you will find numerous ideas already proposed by other users. If you want to post something new, please follow this link

\n

Support and Bugs

\n

If you are having troubles using TagSpaces or have found a bug please open a ticket on GitHub.

\n

Known issues

\n
    \n
  • TagSpaces is not suitable for searching in locations containing more than 100000 files.
  • \n
  • TagSpaces has performance issue displaying folders directly containing more than 1000 files. There is no such problem if the files are distributed in sub folders.
  • \n
\n

Feeds

\n\n

License

\n

TagSpaces' source code is licensed under the AGPL (GNU Affero General Public License) Version 3. The license text is available in the LICENSE file.

\n
", - "readmeOriginal": "

\"tagspaces

\n\n

\"Join \"Github

\n

TagSpaces is a free, non-locking, open source application for organizing and managing your local files with the help of tags. It features note taking and some to-do app capabilities. The application is available for Windows, Linux, Mac OS and Android. We provide a web clipper extension for Firefox and Chrome for easy collecting of online content as local files.

\n

\"TagSpaces

\n

More information about can be found from the following sources:

\n
    \n
  • Website: tagspaces.org - official web site of the project.
  • \n
  • Blog for news about TagSpaces
  • \n
  • Documentation for our latest generated documentation
  • \n
  • Video Introduction - This is a short video presenting the main concepts of the application. It is made from a pretty old application version but it is still valid for the most of the use cases.
  • \n
  • Issues Tracker for developer support requests
  • \n
\n\n

Downloads

\n

You can find the latest release of TagSpaces in the Github release section

\n

A full list of the changes is available on the changelog

\n

Main Features

\n
    \n
  • File and folder management - TagSpaces provides a convenient user interface for browsing, viewing and man files and folders.
  • \n
  • File tagging - The application supports two ways for tagging files. The default one embeds the tags directly in the name of the file, the other one uses a so called sidecar files for persisting the tags.
  • \n
  • Searching - The search functionality supports fussy functionality and can filter your locations for files and folders containing one or more tags
  • \n
  • Browser for local content - TagSpaces can be used just as browser for your local photos or navigation thought your local ebook library
  • \n
  • Media player - It supports playing for common audio and video files types and has integrated basic media player functionalities.
  • \n
  • No-Cloud: TagSpaces is running completely offline and serverless on your laptop, desktop or tablet and does not require an internet connection and any kind of online registration or service provider.
  • \n
  • Note Taking - you can create and edit notes in plain text, markdown and html file formats
  • \n
  • To-Do Management - with the help of the build in HTML editor you are able to create simple todo lists in every HTML file.
  • \n
  • Cross-platform: TagSpaces runs on Windows, Linux, Mac and Android
  • \n
  • Web Clipper for saving web pages and screenshots from your browsers is also available as extension for Firefox and Chrome.
  • \n
\n

Infos for developers

\n

The core of TagSpaces starting from version 3 is built with react.js and the great material-ui framework.

\n

The native Windows, Linux and Mac OS versions of TagSpaces are built with Electron. Electron is an app runtime based on Chromium and node.js. In order to combine it with react we have used the electron-react-boilerplate.

\n

Repository Directory Structure

\n
./app................ contains the application core\n./app/locales........ contains the language files needed for the application internationalization\n./app/node_modules... contains the TagSpaces extension modules\n./cordova............ contains the code needed for running the Android version\n./dll................ contains the files needed for live reload in development mode\n./flow-typed......... contains for the Flow static type checker\n./internals.......... contains files needed for supporting Flow and Eslint\n./node_modules....... after yarn install, you will find here the external dependencies of the application\n./resources.......... contains images and other files needed for the application building\n./scripts............ contains js script needed for the yarn/npm tasks\n
\n

How to run TagSpaces from the source code?

\n

In order to run TagSpaces on your Windows, Mac OS or Linux from the source code published here, you will need the following prerequisites:

\n\n

Get the TagSpaces source code by cloning its repository:

\n
$ git clone https://github.com/tagspaces/tagspaces.git\n
\n

Go to the folder where the code was cloned and select the branch you want to test. Use the the master branch for the last officially released version or the branch develop for a kind of a nightly build, containing the changes we are preparing for the next release of the application.

\n

Switch to folder where you have cloned the repository:

\n
$ cd tagspaces\n
\n

Change to the branch with the name develop:

\n
$ git checkout develop\n
\n

and install the project dependencies:

\n
$ yarn install\n
\n

Note: If you experience any errors with the above command, please try this command first before filing a bug report:

\n
$ yarn install --network-timeout 1000000\n
\n

The last command will automatically build the application with webpack. Now it is time to install all the TagSpaces extensions:

\n
$ yarn install-ext\n
\n

Now you are ready and can build/start (bs) the application with:

\n
$ yarn bs\n
\n

If you want to try the development mode, you can start it by:

\n
$ yarn dev\n
\n

This will start a development server in background, which watches for changes in background and refreshes the application automatically once you have done some changes in the source code.

\n

How to create the packages for Windows, Linux and Mac OS?

\n

Building of the packages can be accomplished with the integrated yarn scripts:

\n
$ yarn package-win\n\n$ yarn package-linux\n\n$ yarn package-osx\n
\n

For creating the packages for Windows, Linux and Mac OS respectively.

\n

Developing extensions for TagSpaces

\n

TagSpaces can be easily extended with the help of extensions. Currently we use the extensions for supporting the opening and editing of different file types in the application. More information about this topic can be found on the extension page of our website.

\n

How to start the WebDAV edition for testing?

\n

Development Server

\n

For developing purposes and local tests, the WebDAV version of the app can be started with the following yarn command:

\n
$ yarn run-web\n
\n

This command will start a local node.js-WebDAV server on http://127.0.0.1:8000. Open your browser and enter the following URL:

\n
http://127.0.0.1:8000/index.html\n
\n

You will be prompted for user credentials, which are username: demo and password: demo and now you should be able to work with the WebDAV version of TagSpaces.

\n

Apache server with WedDAV module

\n

In order to install TagSpaces on a Apache webserver you have to enable the mod_dav module, which comes with the Apache Server. More information about the installation and configuration can be found on apache.org. Please make sure that you have read and understood the potential security issues by running a WebDAV server on internet.

\n

Here is a sample config file for Apache on Linux:

\n
<VirtualHost *:80>\n\tServerAdmin admin@somedomain.com\n\tServerName somedomain.com\n\tDocumentRoot /var/www/somedomain.com/public_html\n\tErrorLog ${APACHE_LOG_DIR}/error-somedomain.log\n\tCustomLog ${APACHE_LOG_DIR}/access-somedomain.log combined\n</VirtualHost>\n\n<Directory /var/www/somedomain.com/public_html>\n\tOptions FollowSymLinks MultiViews\n\tAllowOverride None\n\tOrder allow,deny\n\tallow from all\n</Directory>\n\nAlias /files /var/yourFilesForWebDAV # this alias is useful if you do not want to store your files in the apache folder\n\n<Location /files>\n\tOptions Indexes\n\tDAV On\n\tAuthType Basic # this way you can enable simple auth mechanism for protecting your files (basic auth should be used only over https with SSL/TSL)\n\tAuthName \"webdav\"\n\tAuthUserFile /somepath/webdav.password\n\tRequire valid-user\n</Location>\n
\n

With some modification it can be also used for Apache on Windows, for a detailed manual refer to this article: How to enable WebDAV in Apache Server 2.2.x – Windows

\n

You can find more details about the Nextcloud integration here: Self-hosted TagSpaces with WebDAV.

\n

Contribute

\n

TagSpaces is an open source software, and as such, the code is publicly available on GitHub, and forking is particularly recommended! Still, contribution must be done following some guidelines.\nContributor License Agreement

\n

The CLA is an agreement commonly used in major open source project, which aims at protecting all parties implied by a contribution: the contributor, the main code author, and above all, the community. The CLA model we have chosen basically tells the following: the contribution’s copyright is shared between the contributor and the main author. This means each party can do whatever she want in term of relicensing with this contributed piece of code. This is important, because, if in the future, the author wants to change the license in something more in favor of the community, a singular contributor cannot block the process.

\n

The Contributor License Agreement can be signed online on the following CLA form.

\n

Localisation

\n

TagSpaces is currently available in more than 20 languages. You can help the translation of this application in your language by joining the translation teams on Transifex.

\n

Ideas and Suggestion

\n

If you have ideas or suggestions on how we can improve our application, you can check the following Trello board. Here you will find numerous ideas already proposed by other users. If you want to post something new, please follow this link

\n

Support and Bugs

\n

If you are having troubles using TagSpaces or have found a bug please open a ticket on GitHub.

\n

Known issues

\n
    \n
  • TagSpaces is not suitable for searching in locations containing more than 100000 files.
  • \n
  • TagSpaces has performance issue displaying folders directly containing more than 1000 files. There is no such problem if the files are distributed in sub folders.
  • \n
\n

Feeds

\n\n

License

\n

TagSpaces' source code is licensed under the AGPL (GNU Affero General Public License) Version 3. The license text is available in the LICENSE file.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:53.890Z" + "teamsql": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.653Z" }, "taskview": { - "readmeCleaned": "

TaskView

\n

Service for daily planning, aimed at achieving results. For personal affairs, work tasks and teamwork. www.handscream.com

\n

TaskView

\n

\n \n

\n

Main workspace

\n

\n \n

\n

See more information in Wiki

\n

If you have any question or a bug report please open a Issue

\n

Team LF

\n

Hi!
\nI am looking for designer to my project for future development!
\nThe main goal of this project is easy project management and time control.
\nNow available only desktop version, server side and mobile version coming soon.

\n

If you can create beautiful interface or you are interested with you are welcome!
\nWrite PM or to email hello@handscream.com.

\n
\n

An electron-vue project

\n
\n

Build Setup

\n
# install dependencies\nnpm install\n\n# serve with hot reload at localhost:9080\nnpm run dev\n\n# build electron application for production\nnpm run build\n\n# run unit & end-to-end tests\nnpm test\n\n\n# lint all JS/Vue component files in `src/`\nnpm run lint\n
\n

Windows build

\n
\n

Required software

\n
\n
    \n
  • install NodeJS >= 10.16.3
  • \n
  • install Python 2.7.1.
  • \n
  • npm install --vs2015 -g windows-build-tools
  • \n
  • npm run build
  • \n
\n

Clear cache MAC OS

\n
    \n
  • Remove dir /Users/{user}/Library/Application Support/{yourElectronApp}/Cache
  • \n
\n

This project was generated with electron-vue using vue-cli. Documentation about the original structure can be found here.

\n
", - "readmeOriginal": "

TaskView

\n

Service for daily planning, aimed at achieving results. For personal affairs, work tasks and teamwork. www.handscream.com

\n

TaskView

\n

\n \n

\n

Main workspace

\n

\n \n

\n

See more information in Wiki

\n

If you have any question or a bug report please open a Issue

\n

Team LF

\n

Hi!
\nI am looking for designer to my project for future development!
\nThe main goal of this project is easy project management and time control.
\nNow available only desktop version, server side and mobile version coming soon.

\n

If you can create beautiful interface or you are interested with you are welcome!
\nWrite PM or to email hello@handscream.com.

\n
\n

An electron-vue project

\n
\n

Build Setup

\n
# install dependencies\nnpm install\n\n# serve with hot reload at localhost:9080\nnpm run dev\n\n# build electron application for production\nnpm run build\n\n# run unit & end-to-end tests\nnpm test\n\n\n# lint all JS/Vue component files in `src/`\nnpm run lint\n
\n

Windows build

\n
\n

Required software

\n
\n
    \n
  • install NodeJS >= 10.16.3
  • \n
  • install Python 2.7.1.
  • \n
  • npm install --vs2015 -g windows-build-tools
  • \n
  • npm run build
  • \n
\n

Clear cache MAC OS

\n
    \n
  • Remove dir /Users/{user}/Library/Application Support/{yourElectronApp}/Cache
  • \n
\n

This project was generated with electron-vue using vue-cli. Documentation about the original structure can be found here.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:53.949Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.662Z" }, "tch-filector": { - "readmeCleaned": "

FileCtor

\n

File inspector with interactive javascript console.

\n

\"Javascript

\n

The idea is to have something similar to other file system managers, e.g. TotalCommander. But this app is intended for Developers as it allows to run various JS scripts against files and directories.

\n

\"Files

\n

There are multiple script Snippets installed with the app. They will give you some functionality right away, without having to write your own first. Then you can of course write and save your own.

\n

\"Saved

\n

Contents

\n
    \n
  1. Installation
  2. \n
  3. Important Notes
  4. \n
  5. How to Use
  6. \n
  7. Included script Snippets
  8. \n
  9. Roadmap
  10. \n
\n

Installation

\n

Windows

\n
    \n
  1. Download latest Win32 release from here.
  2. \n
  3. Unzip anywhere, then you can copy the folder wherever you want the app to be, there is no installation.
  4. \n
  5. Run the app, optionally create shortcut to use.
  6. \n
\n

MacOS

\n
    \n
  1. Download latest Darwin release from here.
  2. \n
  3. Unzip anywhere, then copy app to your Applications folder.
  4. \n
  5. Run the app, optionally create shortcut to use.
  6. \n
\n

Ubuntu

\n
    \n
  1. Download latest Deb release from here.
  2. \n
  3. Unzip anywhere, then install the package.
  4. \n
  5. Run the app, optionally create shortcut to use.
  6. \n
\n

Important Notes

\n

This app is intended to be cross-platform, currently developed and tested on Windows 10, MacOS and Ubuntu 18.04 LTS.

\n

App is using Electron and React as it was originally meant for me to improve my skill with Electron and learn properly React.

\n

How to Use

\n

Execute script

\n
    \n
  1. On the main Files view, click the code button. Either in the files row on the right or at the bottom near the current directory.
  2. \n
  3. \n
      \n
    1. Now you have console open for you with current directory preselected for use by script.
    2. \n
    3. If you used the button inside the files row, then you have also the file/s preselected, but this is not yet fully implemented.
    4. \n
    \n
  4. \n
  5. Inside the top box is Javascript editor, here you can write code that will be executed.
  6. \n
  7. If you hit the question mark button, you will see current API reference for global variables and functions.
  8. \n
  9. Execute the code by hitting execute button. WARNING: be sure that you are in the correct directory and have correct selected files before you execute the script. I will NOT be responsible for any damage that you cause to yor own PC.
  10. \n
  11. Inside the middle box you will see result and any console.log that you used with your script. Here you will also see error.
  12. \n
\n

Save script

\n
    \n
  1. \n
      \n
    1. When you have already open console with written script, click the save button.
    2. \n
    3. Go to the Snippets view and click new snippet button to open the console. Write your script and then save with the save button.
    4. \n
    \n
  2. \n
\n

Script API reference

\n
    \n
  1. Open the console using any of the previously mentioned ways.
  2. \n
  3. Click the question mark button.
  4. \n
\n

Want more capabilities (variables/methods)

\n
    \n
  1. \n
      \n
    1. Write your request in here.
    2. \n
    3. Or use the contact form inside the app's About view.
    4. \n
    \n
  2. \n
\n

Included script Snippets

\n

Simple Example

\n

This is just a basic script example that does almost nothing, but demonstrate that execution works.

\n

Rename Files

\n

Rename files to a new name and append with number if there are more than one.

\n

Rename Files (part of name)

\n

Rename files to a new name by changing part of name with provided new part.

\n

Rename Host Sql

\n

Script for renaming host inside Sql query. E.g. rename host of WP website when migrating from Dev to Prod. Should work on large Sql files.

\n

TinyPNG Compress/Resize/Crop Images

\n

Two scripts for images (PNG & JPG), one can compress them, the other can resize or crop. Crop is intelligent in determining area of interest. You need TinyPNG API key for them to work.

\n

Roadmap

\n
    \n
  • \n

    Import/Export code

    \n
  • \n
  • \n

    Localization - However I know only limited number of languages

    \n
  • \n
  • \n

    More files explorer like actions - LOW PRIORITY

    \n
  • \n
  • \n

    More script capabilities - an ongoing process/dependant on requests

    \n
  • \n
  • \n

    Simple GUI for snippets - TBD

    \n
  • \n
\n
", - "readmeOriginal": "

FileCtor

\n

File inspector with interactive javascript console.

\n

\"Javascript

\n

The idea is to have something similar to other file system managers, e.g. TotalCommander. But this app is intended for Developers as it allows to run various JS scripts against files and directories.

\n

\"Files

\n

There are multiple script Snippets installed with the app. They will give you some functionality right away, without having to write your own first. Then you can of course write and save your own.

\n

\"Saved

\n

Contents

\n
    \n
  1. Installation
  2. \n
  3. Important Notes
  4. \n
  5. How to Use
  6. \n
  7. Included script Snippets
  8. \n
  9. Roadmap
  10. \n
\n

Installation

\n

Windows

\n
    \n
  1. Download latest Win32 release from here.
  2. \n
  3. Unzip anywhere, then you can copy the folder wherever you want the app to be, there is no installation.
  4. \n
  5. Run the app, optionally create shortcut to use.
  6. \n
\n

MacOS

\n
    \n
  1. Download latest Darwin release from here.
  2. \n
  3. Unzip anywhere, then copy app to your Applications folder.
  4. \n
  5. Run the app, optionally create shortcut to use.
  6. \n
\n

Ubuntu

\n
    \n
  1. Download latest Deb release from here.
  2. \n
  3. Unzip anywhere, then install the package.
  4. \n
  5. Run the app, optionally create shortcut to use.
  6. \n
\n

Important Notes

\n

This app is intended to be cross-platform, currently developed and tested on Windows 10, MacOS and Ubuntu 18.04 LTS.

\n

App is using Electron and React as it was originally meant for me to improve my skill with Electron and learn properly React.

\n

How to Use

\n

Execute script

\n
    \n
  1. On the main Files view, click the code button. Either in the files row on the right or at the bottom near the current directory.
  2. \n
  3. \n
      \n
    1. Now you have console open for you with current directory preselected for use by script.
    2. \n
    3. If you used the button inside the files row, then you have also the file/s preselected, but this is not yet fully implemented.
    4. \n
    \n
  4. \n
  5. Inside the top box is Javascript editor, here you can write code that will be executed.
  6. \n
  7. If you hit the question mark button, you will see current API reference for global variables and functions.
  8. \n
  9. Execute the code by hitting execute button. WARNING: be sure that you are in the correct directory and have correct selected files before you execute the script. I will NOT be responsible for any damage that you cause to yor own PC.
  10. \n
  11. Inside the middle box you will see result and any console.log that you used with your script. Here you will also see error.
  12. \n
\n

Save script

\n
    \n
  1. \n
      \n
    1. When you have already open console with written script, click the save button.
    2. \n
    3. Go to the Snippets view and click new snippet button to open the console. Write your script and then save with the save button.
    4. \n
    \n
  2. \n
\n

Script API reference

\n
    \n
  1. Open the console using any of the previously mentioned ways.
  2. \n
  3. Click the question mark button.
  4. \n
\n

Want more capabilities (variables/methods)

\n
    \n
  1. \n
      \n
    1. Write your request in here.
    2. \n
    3. Or use the contact form inside the app's About view.
    4. \n
    \n
  2. \n
\n

Included script Snippets

\n

Simple Example

\n

This is just a basic script example that does almost nothing, but demonstrate that execution works.

\n

Rename Files

\n

Rename files to a new name and append with number if there are more than one.

\n

Rename Files (part of name)

\n

Rename files to a new name by changing part of name with provided new part.

\n

Rename Host Sql

\n

Script for renaming host inside Sql query. E.g. rename host of WP website when migrating from Dev to Prod. Should work on large Sql files.

\n

TinyPNG Compress/Resize/Crop Images

\n

Two scripts for images (PNG & JPG), one can compress them, the other can resize or crop. Crop is intelligent in determining area of interest. You need TinyPNG API key for them to work.

\n

Roadmap

\n
    \n
  • \n

    Import/Export code

    \n
  • \n
  • \n

    Localization - However I know only limited number of languages

    \n
  • \n
  • \n

    More files explorer like actions - LOW PRIORITY

    \n
  • \n
  • \n

    More script capabilities - an ongoing process/dependant on requests

    \n
  • \n
  • \n

    Simple GUI for snippets - TBD

    \n
  • \n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:53.981Z" - }, - "teamsql": { - "readmeCleaned": "

TeamSQL - Issues & Feature Requests

\n

This repository is currently being used for hosting the official issue & bug tracker of TeamSQL Desktop App.

\n
", - "readmeOriginal": "

TeamSQL - Issues & Feature Requests

\n

This repository is currently being used for hosting the official issue & bug tracker of TeamSQL Desktop App.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:54.102Z" - }, - "temps": { - "readmeCleaned": "

\n\n\"Temps\"

\nTemps\n
\n
\n

\n

A simple but smart weather app.

\n
\n

\n \"Release\"\n \"Downloads\"\n \n \n

\n
\n

Temps is a modern and minimal menubar application based on Electron with actual weather information and forecast for Windows, Mac and Linux.

\n
\n

\"temps

\n

Features

\n
    \n
  • Actual weather information for any location
  • \n
  • Four-Day weather forecast
  • \n
  • Interactive hourly weather graph
  • \n
  • Timezone support
  • \n
  • Information directly in your menubar available
  • \n
  • Rain, snow and thunder animation
  • \n
  • Shortcut support
  • \n
  • Minimal and colorful design
  • \n
\n

Keyboard support

\n

You can use the following shortcuts for easy usage of Temps:

\n
    \n
  • Cmd + Shift + W Global shortcut
  • \n
  • Cmd + D Switch details (four-day and hourly forecast)
  • \n
  • Cmd + S Open settings
  • \n
  • Cmd + F Search weather for your favorite city
  • \n
  • Cmd + R Reload application
  • \n
  • Cmd + E Reload weather data
  • \n
  • Cmd + W Search random city weather
  • \n
  • Cmd + G Find your location
  • \n
  • Cmd + Q Close application
  • \n
\n

\"temps

\n

Development

\n

Run app

\n
    \n
  1. Clone repo git clone https://github.com/jackd248/temps.git
  2. \n
  3. Change to repo cd temps
  4. \n
  5. npm install && npm start
  6. \n
\n

Build

\n

Builds app binaries for OS X, Linux, and Windows.

\n

npm run build

\n

\"JavaScript

\n

Download \"Github

\n

You can download the latest stable version of Temps for Windows, Mac OS and Linux.

\n

Instructions

\n

You need a free API Key by OpenWeatherMap to fetch weather information.

\n

Because of this is a non-profit project, I'm not able to offer unlimited access to weather information by myself.

\n

For the start you can use the built-in key to get the weather data. But it can be possible with heavy data traffic, that the service isn't available for this key all the time.

\n

The apps are also not signed for now. So you need to grant usage by the system to run the app.

\n

Credits

\n

This application uses code from several open source projects:

\n\n

The weather icons are made by myself. If you like to use them in your own project, you can find the icons on Github or Noun Project.

\n

License \"License\"

\n

Copyright (c) 2016 Konrad Michalik, This software is licensed under the MIT License.

\n
", - "readmeOriginal": "

\n\n\"Temps\"

\nTemps\n
\n
\n

\n

A simple but smart weather app.

\n
\n

\n \"Release\"\n \"Downloads\"\n \n \n

\n
\n

Temps is a modern and minimal menubar application based on Electron with actual weather information and forecast for Windows, Mac and Linux.

\n
\n

\"temps

\n

Features

\n
    \n
  • Actual weather information for any location
  • \n
  • Four-Day weather forecast
  • \n
  • Interactive hourly weather graph
  • \n
  • Timezone support
  • \n
  • Information directly in your menubar available
  • \n
  • Rain, snow and thunder animation
  • \n
  • Shortcut support
  • \n
  • Minimal and colorful design
  • \n
\n

Keyboard support

\n

You can use the following shortcuts for easy usage of Temps:

\n
    \n
  • Cmd + Shift + W Global shortcut
  • \n
  • Cmd + D Switch details (four-day and hourly forecast)
  • \n
  • Cmd + S Open settings
  • \n
  • Cmd + F Search weather for your favorite city
  • \n
  • Cmd + R Reload application
  • \n
  • Cmd + E Reload weather data
  • \n
  • Cmd + W Search random city weather
  • \n
  • Cmd + G Find your location
  • \n
  • Cmd + Q Close application
  • \n
\n

\"temps

\n

Development

\n

Run app

\n
    \n
  1. Clone repo git clone https://github.com/jackd248/temps.git
  2. \n
  3. Change to repo cd temps
  4. \n
  5. npm install && npm start
  6. \n
\n

Build

\n

Builds app binaries for OS X, Linux, and Windows.

\n

npm run build

\n

\"JavaScript

\n

Download \"Github

\n

You can download the latest stable version of Temps for Windows, Mac OS and Linux.

\n

Instructions

\n

You need a free API Key by OpenWeatherMap to fetch weather information.

\n

Because of this is a non-profit project, I'm not able to offer unlimited access to weather information by myself.

\n

For the start you can use the built-in key to get the weather data. But it can be possible with heavy data traffic, that the service isn't available for this key all the time.

\n

The apps are also not signed for now. So you need to grant usage by the system to run the app.

\n

Credits

\n

This application uses code from several open source projects:

\n\n

The weather icons are made by myself. If you like to use them in your own project, you can find the icons on Github or Noun Project.

\n

License \"License\"

\n

Copyright (c) 2016 Konrad Michalik, This software is licensed under the MIT License.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:54.144Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.669Z" }, "ten-hands": { - "readmeCleaned": "

\n \n \"Ten\n \n

\n Ten Hands\n

\n

\n

\n One place to run your command-line tasks\n

\n

\"Build

\n

What is this?

\n

Do you keep opening terminals to run your scripts/commands/tasks etc,. If you have to do that everyday for same project (Example running scripts from package.json for multiple projects), Ten Hands makes it easier to organize all your tasks in one place.\nYou can organize tasks into projects and run them whenever you want with a click of a button.

\n

UI

\n

Please visit website to see intro video.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n
DarkLight
\n

Downloads

\n

Downloads are available in releases section if you just want to download and run.

\n

If you want to get latest updates, you can click on "Azure Pipelines" badge above to download latest builds from CI. These may have small bugs. But, please create an issue if you find any.

\n

Installing browser version

\n

This project can be run in browser instead of desktop version. Before installing browser version, check what additional features the desktop version has currently.

\n
    \n
  1. Drag & Drop package.json to add project.
  2. \n
  3. Link to open project directory in file explorer.
  4. \n
\n

To run in browser.

\n
    \n
  1. Install ten-hands-cli tool from npm.
  2. \n
\n
  npm install --global ten-hands-cli\n\n  (or)\n\n  yarn global add ten-hands-cli\n
\n
    \n
  1. Start app
  2. \n
\n
  ten-hands start\n
\n
    \n
  1. Your teminal will show you the localhost address with port where Ten Hands is running. Copy and open it in browser.
  2. \n
\n

Configuration

\n

A config.json is supported which is placed at ~/.ten-hands/ path.

\n
\n

Check Configration at Wiki for configuration options.

\n
\n

You have to restart the app when you change configuration.

\n

FAQ

\n
\n

FAQ section has been moved to Wiki at FAQ.

\n
\n

Contributions

\n

Check CONTRIBUTING for project setup and folder structure details. Please use issue tracker for any kind of bugs/suggestions/discussions.

\n

License

\n

MIT - Sai Sandeep Vaddi

\n

Thank you

\n

Thank you Sentry for supporting this Open Source project with their Sentry for Open Source initiative.

\n
", - "readmeOriginal": "

\n \n \"Ten\n \n

\n Ten Hands\n

\n

\n

\n One place to run your command-line tasks\n

\n

\"Build

\n

What is this?

\n

Do you keep opening terminals to run your scripts/commands/tasks etc,. If you have to do that everyday for same project (Example running scripts from package.json for multiple projects), Ten Hands makes it easier to organize all your tasks in one place.\nYou can organize tasks into projects and run them whenever you want with a click of a button.

\n

UI

\n

Please visit website to see intro video.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n
DarkLight
\n

Downloads

\n

Downloads are available in releases section if you just want to download and run.

\n

If you want to get latest updates, you can click on \"Azure Pipelines\" badge above to download latest builds from CI. These may have small bugs. But, please create an issue if you find any.

\n

Installing browser version

\n

This project can be run in browser instead of desktop version. Before installing browser version, check what additional features the desktop version has currently.

\n
    \n
  1. Drag & Drop package.json to add project.
  2. \n
  3. Link to open project directory in file explorer.
  4. \n
\n

To run in browser.

\n
    \n
  1. Install ten-hands-cli tool from npm.
  2. \n
\n
  npm install --global ten-hands-cli\n\n  (or)\n\n  yarn global add ten-hands-cli\n
\n
    \n
  1. Start app
  2. \n
\n
  ten-hands start\n
\n
    \n
  1. Your teminal will show you the localhost address with port where Ten Hands is running. Copy and open it in browser.
  2. \n
\n

Configuration

\n

A config.json is supported which is placed at ~/.ten-hands/ path.

\n
\n

Check Configration at Wiki for configuration options.

\n
\n

You have to restart the app when you change configuration.

\n

FAQ

\n
\n

FAQ section has been moved to Wiki at FAQ.

\n
\n

Contributions

\n

Check CONTRIBUTING for project setup and folder structure details. Please use issue tracker for any kind of bugs/suggestions/discussions.

\n

License

\n

MIT - Sai Sandeep Vaddi

\n

Thank you

\n

Thank you Sentry for supporting this Open Source project with their Sentry for Open Source initiative.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:54.321Z" - }, - "terminus": { - "readmeCleaned": "

\"\"

\n

\n \"GitHub\" \"AppVeyor\"\n

\n

\n \"GitHub \"Gitter\"\n

\n
\n

Terminus is a highly configurable terminal emulator for Windows, macOS and Linux

\n
    \n
  • Integrated SSH client and connection manager
  • \n
  • Theming and color schemes
  • \n
  • Fully configurable shortcuts
  • \n
  • Split panes
  • \n
  • Remembers your tabs
  • \n
  • PowerShell (and PS Core), WSL, Git-Bash, Cygwin, Cmder and CMD support
  • \n
  • Direct file transfer from/to SSH sessions via Zmodem
  • \n
  • Full Unicode support including double-width characters
  • \n
  • Doesn't choke on fast-flowing outputs
  • \n
  • Proper shell experience on Windows including tab completion (via Clink)
  • \n
\n

\"Buy

\n
\n
    \n
  • \n

    Terminus is an alternative to Windows' standard terminal (conhost), PowerShell ISE, PuTTY or iTerm

    \n
  • \n
  • \n

    Terminus is not a new shell or a MinGW or Cygwin replacement. Neither is it lightweight - if RAM usage is of importance, consider Conemu or Alacritty

    \n
  • \n
\n
\n

Portable

\n

For portable in windows, user can create folder data at the same directory as Terminal.exe to save the settings.

\n

Plugins

\n

Plugins and themes can be installed directly from the Settings view inside Terminus.

\n
    \n
  • clickable-links - makes paths and URLs in the terminal clickable
  • \n
  • title-control - allows modifying the title of the terminal tabs by providing a prefix, suffix, and/or strings to be removed
  • \n
  • quick-cmds - quickly send commands to one or all terminal tabs
  • \n
  • save-output - record terminal output into a file
  • \n
  • scrollbar - adds a scrollbar to hterm tabs
  • \n
\n

Themes

\n\n
\n

Contributing

\n

Pull requests and plugins are welcome!

\n

See HACKING.md and API docs for information of how the project is laid out, and a very brief plugin development tutorial.

\n
\n

Thanks goes to these wonderful people (emoji key):

\n\n\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\"\"
Russell Myers

💻
\"\"
Austin Warren

💻
\"\"
Felicia Hummel

💻
\"\"
Mike MacCana

⚠️ 🎨
\"\"
Yacine Kanzari

💻
\"\"
BBJip

💻
\"\"
Futagirl

🎨
\"\"
Levin Rickert

💻
\"\"
OJ Kwon

💻
\"\"
domain

🔌 💻
\"\"
James Brumond

🔌
\"\"
Daniel Imms

💻 🔌 ⚠️
\"\"
Florian Bachmann

💻
\"\"
Michael Kühnel

💻 🎨
\"\"
Tilmann Meyer

💻
\"\"
PM Extra

🐛
\"\"
Jonathan

💻
\"\"
Hans Koch

💻
\"\"
Dak Smyth

💻
\"\"
Wang Zhi

💻
\"\"
jack1142

💻
\"\"
Howie Douglas

💻
\"\"
Chris Kaczor

💻
\"\"
Johannes Kadak

💻
\"\"
LeSeulArtichaut

💻
\"\"
Cyril Taylor

💻
\"\"
nstefanou

💻 🔌
\"\"
orin220444

💻
\"\"
Gobius Dolhain

💻
\"\"
Gwilherm Folliot

💻
\"\"
Dmitry Pronin

💻
\"\"
Jonathan Beverley

💻
\n\n\n\n

This project follows the all-contributors specification. Contributions of any kind welcome!

\n
", - "readmeOriginal": "

\"\"

\n

\n \"GitHub\" \"AppVeyor\"\n

\n

\n \"GitHub \"Gitter\"\n

\n
\n

Terminus is a highly configurable terminal emulator for Windows, macOS and Linux

\n
    \n
  • Integrated SSH client and connection manager
  • \n
  • Theming and color schemes
  • \n
  • Fully configurable shortcuts
  • \n
  • Split panes
  • \n
  • Remembers your tabs
  • \n
  • PowerShell (and PS Core), WSL, Git-Bash, Cygwin, Cmder and CMD support
  • \n
  • Direct file transfer from/to SSH sessions via Zmodem
  • \n
  • Full Unicode support including double-width characters
  • \n
  • Doesn't choke on fast-flowing outputs
  • \n
  • Proper shell experience on Windows including tab completion (via Clink)
  • \n
\n

\"Buy

\n
\n
    \n
  • \n

    Terminus is an alternative to Windows' standard terminal (conhost), PowerShell ISE, PuTTY or iTerm

    \n
  • \n
  • \n

    Terminus is not a new shell or a MinGW or Cygwin replacement. Neither is it lightweight - if RAM usage is of importance, consider Conemu or Alacritty

    \n
  • \n
\n
\n

Portable

\n

For portable in windows, user can create folder data at the same directory as Terminal.exe to save the settings.

\n

Plugins

\n

Plugins and themes can be installed directly from the Settings view inside Terminus.

\n
    \n
  • clickable-links - makes paths and URLs in the terminal clickable
  • \n
  • title-control - allows modifying the title of the terminal tabs by providing a prefix, suffix, and/or strings to be removed
  • \n
  • quick-cmds - quickly send commands to one or all terminal tabs
  • \n
  • save-output - record terminal output into a file
  • \n
  • scrollbar - adds a scrollbar to hterm tabs
  • \n
\n

Themes

\n\n
\n

Contributing

\n

Pull requests and plugins are welcome!

\n

See HACKING.md and API docs for information of how the project is laid out, and a very brief plugin development tutorial.

\n
\n

Thanks goes to these wonderful people (emoji key):

\n\n\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\"\"
Russell Myers

💻
\"\"
Austin Warren

💻
\"\"
Felicia Hummel

💻
\"\"
Mike MacCana

⚠️ 🎨
\"\"
Yacine Kanzari

💻
\"\"
BBJip

💻
\"\"
Futagirl

🎨
\"\"
Levin Rickert

💻
\"\"
OJ Kwon

💻
\"\"
domain

🔌 💻
\"\"
James Brumond

🔌
\"\"
Daniel Imms

💻 🔌 ⚠️
\"\"
Florian Bachmann

💻
\"\"
Michael Kühnel

💻 🎨
\"\"
Tilmann Meyer

💻
\"\"
PM Extra

🐛
\"\"
Jonathan

💻
\"\"
Hans Koch

💻
\"\"
Dak Smyth

💻
\"\"
Wang Zhi

💻
\"\"
jack1142

💻
\"\"
Howie Douglas

💻
\"\"
Chris Kaczor

💻
\"\"
Johannes Kadak

💻
\"\"
LeSeulArtichaut

💻
\"\"
Cyril Taylor

💻
\"\"
nstefanou

💻 🔌
\"\"
orin220444

💻
\"\"
Gobius Dolhain

💻
\"\"
Gwilherm Folliot

💻
\"\"
Dmitry Pronin

💻
\"\"
Jonathan Beverley

💻
\n\n\n\n

This project follows the all-contributors specification. Contributions of any kind welcome!

\n
", - "readmeFetchedAt": "2020-09-17T12:09:54.370Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.687Z" }, "testmace": { - "readmeCleaned": "

TestMace-issues

\n

Issues-only repository for issue management of TestMace

\n
", - "readmeOriginal": "

TestMace-issues

\n

Issues-only repository for issue management of TestMace

\n
", - "readmeFetchedAt": "2020-09-17T12:09:54.532Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.703Z" }, "teseve": { - "readmeCleaned": "

Tèsèvè

\n
\n

A simple static webserver, in an app.

\n
\n
\n

\"screenshot\"

\n
\n

Getting Started

\n

Download the binaries

\n

You can download the binaries on the releases page.

\n

Cask

\n

If you are on Mac OS X and use Cask, you can install Teseve by typing the following command in your terminal : brew cask install teseve.

\n

Build the app from the source

\n

You can build the app by yourself:

\n
    \n
  1. Clone the repository
  2. \n
  3. Run npm install to get the dependencies
  4. \n
  5. Run grunt to build & run the app
  6. \n
  7. Use grunt release if you want to build a binary.
  8. \n
\n

Contributing

\n

Tèsèvè is currently in heavy development. If you want to contribute, try to follow the existing codestyle.

\n

TODO

\n
    \n
  • Allow to drag'n'drop a folder on window to set the server root
  • \n
  • Auto-try to resolve url like page to page.html
  • \n
  • Custom 404 page
  • \n
  • Multiple-window feature, managing multiple servers
  • \n
  • About window
  • \n
  • Refactor repo structure + builder
  • \n
  • All-around refactor
  • \n
  • Implement main menu for OSX & Windows
  • \n
  • Test Windows
  • \n
  • Test Linux
  • \n
  • Presentation website
  • \n
\n

Release History

\n
    \n
  • 2016/06/03: 0.5.3 fix "choose folder" button
  • \n
  • 2016/06/03: 0.5.2 fix build process, causing missing dependencies in final app
  • \n
  • 2016/06/02: 0.5.1 fix issues & deprecations from Electron 1.0 update
  • \n
  • 2016/05/08: 0.5.0 multiple-window managment
  • \n
  • 2015/09/21: 0.4.0 404 managment, auto-try to resolve url
  • \n
  • 2015/09/11: 0.3.0 drag'n'drop feature, new build system
  • \n
  • 2015/09/06: 0.2.0 autoindex feature
  • \n
  • 2015/08/26: 0.1.0 basic features
  • \n
  • 2015/08/25: starting project
  • \n
\n

License

\n

Tèsèvè is free and unencumbered software released into the public domain.

\n
", - "readmeOriginal": "

Tèsèvè

\n
\n

A simple static webserver, in an app.

\n
\n
\n

\"screenshot\"

\n
\n

Getting Started

\n

Download the binaries

\n

You can download the binaries on the releases page.

\n

Cask

\n

If you are on Mac OS X and use Cask, you can install Teseve by typing the following command in your terminal : brew cask install teseve.

\n

Build the app from the source

\n

You can build the app by yourself:

\n
    \n
  1. Clone the repository
  2. \n
  3. Run npm install to get the dependencies
  4. \n
  5. Run grunt to build & run the app
  6. \n
  7. Use grunt release if you want to build a binary.
  8. \n
\n

Contributing

\n

Tèsèvè is currently in heavy development. If you want to contribute, try to follow the existing codestyle.

\n

TODO

\n
    \n
  • Allow to drag'n'drop a folder on window to set the server root
  • \n
  • Auto-try to resolve url like page to page.html
  • \n
  • Custom 404 page
  • \n
  • Multiple-window feature, managing multiple servers
  • \n
  • About window
  • \n
  • Refactor repo structure + builder
  • \n
  • All-around refactor
  • \n
  • Implement main menu for OSX & Windows
  • \n
  • Test Windows
  • \n
  • Test Linux
  • \n
  • Presentation website
  • \n
\n

Release History

\n
    \n
  • 2016/06/03: 0.5.3 fix \"choose folder\" button
  • \n
  • 2016/06/03: 0.5.2 fix build process, causing missing dependencies in final app
  • \n
  • 2016/06/02: 0.5.1 fix issues & deprecations from Electron 1.0 update
  • \n
  • 2016/05/08: 0.5.0 multiple-window managment
  • \n
  • 2015/09/21: 0.4.0 404 managment, auto-try to resolve url
  • \n
  • 2015/09/11: 0.3.0 drag'n'drop feature, new build system
  • \n
  • 2015/09/06: 0.2.0 autoindex feature
  • \n
  • 2015/08/26: 0.1.0 basic features
  • \n
  • 2015/08/25: starting project
  • \n
\n

License

\n

Tèsèvè is free and unencumbered software released into the public domain.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:54.553Z" - }, - "texturelab": { - "readmeCleaned": "

\n TextureLab\n

\n

\n
\n Free, Cross-Platform, GPU-Accelerated Procedural Texture Generator.
\n DOWNLOAD AT ITCH.IO\n

\n

\"TextureLab\"

\n

Building

\n

Building is done with yarn. Install it here if you havent already.

\n
git clone https://github.com/njbrown/texturelab.git\n\ncd texturelab\n\n# if you want to pull down assets (textures and node icons)\ngit submodule update --init\n\nyarn install\nyarn electron:serve\n
\n

Feedback

\n

Got ideas, suggestions or feedback? Reach out to me on twitter

\n

Built Using

\n\n

Licence

\n

GPLv3

\n
", - "readmeOriginal": "

\n TextureLab\n

\n

\n
\n Free, Cross-Platform, GPU-Accelerated Procedural Texture Generator.
\n DOWNLOAD AT ITCH.IO\n

\n

\"TextureLab\"

\n

Building

\n

Building is done with yarn. Install it here if you havent already.

\n
git clone https://github.com/njbrown/texturelab.git\n\ncd texturelab\n\n# if you want to pull down assets (textures and node icons)\ngit submodule update --init\n\nyarn install\nyarn electron:serve\n
\n

Feedback

\n

Got ideas, suggestions or feedback? Reach out to me on twitter

\n

Built Using

\n\n

Licence

\n

GPLv3

\n
", - "readmeFetchedAt": "2020-09-17T12:09:54.650Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.708Z" }, - "the-wall": { - "readmeCleaned": "

\"The

\n

The Wall

\n

\"Codacy

\n

The Wall automatically downloads and changes your desktop wallpaper best on the Tags selected by the user.

\n

Features

\n
    \n
  • A beautiful UI
  • \n
  • High Resolution Wallpapers always
  • \n
  • Users can change how many wallpapers to be cached offline per Tag
  • \n
  • Downloads wallpapers automatically in background when required
  • \n
  • Users can Pause or Resume automatic wallpaper change cycle
  • \n
\n

\"The

\n

Getting Started

\n

You can download The Wall for Windows right away using the given download links or else you can also clone the source code and package it for your own platform.

\n

Download

\n\n

Built with

\n\n

NodeJs dependencies

\n\n

Design Library

\n\n

Running app locally from source code

\n
    \n
  • \n

    Install NodeJs on your system

    \n
  • \n
  • \n

    Setup electron - please refer to Electron readme.md on how to setup electron development environment

    \n
  • \n
  • \n

    Use npm to install all the NodeJs dependencies mentioned in package.json

    \n
  • \n
\n
npm install <package name>
\n

Contributing

\n

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

\n

Creators

\n\n

See also the list of contributors who participated in this project.

\n

License

\n

This project is licensed under the MIT License - see the link MIT License for details

\n

Acknowledgments

\n

All the Wallpapers are taken from freely useable images (Read License) by the generous community of photographers on Unsplash.

\n
", - "readmeOriginal": "

\"The

\n

The Wall

\n

\"Codacy

\n

The Wall automatically downloads and changes your desktop wallpaper best on the Tags selected by the user.

\n

Features

\n
    \n
  • A beautiful UI
  • \n
  • High Resolution Wallpapers always
  • \n
  • Users can change how many wallpapers to be cached offline per Tag
  • \n
  • Downloads wallpapers automatically in background when required
  • \n
  • Users can Pause or Resume automatic wallpaper change cycle
  • \n
\n

\"The

\n

Getting Started

\n

You can download The Wall for Windows right away using the given download links or else you can also clone the source code and package it for your own platform.

\n

Download

\n\n

Built with

\n\n

NodeJs dependencies

\n\n

Design Library

\n\n

Running app locally from source code

\n
    \n
  • \n

    Install NodeJs on your system

    \n
  • \n
  • \n

    Setup electron - please refer to Electron readme.md on how to setup electron development environment

    \n
  • \n
  • \n

    Use npm to install all the NodeJs dependencies mentioned in package.json

    \n
  • \n
\n
npm install <package name>
\n

Contributing

\n

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

\n

Creators

\n\n

See also the list of contributors who participated in this project.

\n

License

\n

This project is licensed under the MIT License - see the link MIT License for details

\n

Acknowledgments

\n

All the Wallpapers are taken from freely useable images (Read License) by the generous community of photographers on Unsplash.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:54.677Z" + "terminus": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.710Z" }, - "themer": { - "readmeCleaned": "
", - "readmeOriginal": "
", - "readmeFetchedAt": "2020-09-17T12:09:54.925Z" + "texturelab": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.734Z" }, "themebuilder": { - "readmeCleaned": "

Theme Builder [UNDER CONSTRUCTION]

\n

Customize all design aspects of your React components.

\n

Vision

\n

There is a vision that guides development. Learn more in VISION.md.

\n

License

\n

This project is released under the MIT License.

\n
", - "readmeOriginal": "

Theme Builder [UNDER CONSTRUCTION]

\n

Customize all design aspects of your React components.

\n

Vision

\n

There is a vision that guides development. Learn more in VISION.md.

\n

License

\n

This project is released under the MIT License.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:54.965Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.753Z" + }, + "the-wall": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.758Z" }, "thermal": { - "readmeCleaned": "

\n \n \"Thermal\"\n \n

\n

\n Thermal\n

\n

\n Thermal is a free, open-source, cross-platform Git GUI built by developers for developers\n

\n

\n \n \"Donate\n \n \n \"GitHub\n \n \n \"Total\n \n \n \"Discord\n \n \n \"PRs\n \n \n \"Follow\n \n \n \"StackShare\"\n \n

\n

\n Guide\n · \n Download\n · \n Issues\n · \n Contribute\n · \n Discord\n

\n

\"Thermal

\n

🧐 About

\n

Thermal is free, open-source and cross-platform desktop application build using Electron & Vue.js, allowing you to manage your Git repositories at one place by providing a simple to use graphic interface with built-in features like commits, history, repository settings and more.

\n

🏁 Getting Started

\n

Download the official installer for your operating system from Thermal website.

\n

🤝🏻 Community

\n

Stay up to date on the development of Thermal and reach out to the community with these helpful resources.

\n\n

⛏️ Built Using

\n

Contributing to Thermal project is fairly easy, read this article how to contribute.

\n\n

🙏🏻 Credits

\n\n
", - "readmeOriginal": "

\n \n \"Thermal\"\n \n

\n

\n Thermal\n

\n

\n Thermal is a free, open-source, cross-platform Git GUI built by developers for developers\n

\n

\n \n \"Donate\n \n \n \"GitHub\n \n \n \"Total\n \n \n \"Discord\n \n \n \"PRs\n \n \n \"Follow\n \n \n \"StackShare\"\n \n

\n

\n Guide\n · \n Download\n · \n Issues\n · \n Contribute\n · \n Discord\n

\n

\"Thermal

\n

🧐 About

\n

Thermal is free, open-source and cross-platform desktop application build using Electron & Vue.js, allowing you to manage your Git repositories at one place by providing a simple to use graphic interface with built-in features like commits, history, repository settings and more.

\n

🏁 Getting Started

\n

Download the official installer for your operating system from Thermal website.

\n

🤝🏻 Community

\n

Stay up to date on the development of Thermal and reach out to the community with these helpful resources.

\n\n

⛏️ Built Using

\n

Contributing to Thermal project is fairly easy, read this article how to contribute.

\n\n

🙏🏻 Credits

\n\n
", - "readmeFetchedAt": "2020-09-17T12:09:55.133Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.778Z" }, - "thismypc": { - "readmeCleaned": "

This My PC

\n
\n \n \n \n
\n
\n
\n

\"forthebadge\"\n
\n\"Codacy\n\"contributions \"Maintenance\" \"Website \"GitHub\n\"Gitter\"

\n
\n
\n

ThisMyPC provides a neat web interface that can be used for browsing your desktop drives from any device in your browser itself. With the help of NodeJs, the file details are displayed in JSON format that can then be easily displayed in web browsers.

\n
\n
\n

The source code is open so that you can download the source code and set it up with ease if you would like to have your own exclusive environment.

\n
\n

\"Web

\n

App Screenshots

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Desktop App LoginDesktop App OpenWeb App computer hard drivesWeb App computer hard drives Open
\n

Folder Structure

\n
.\n├── .github/ISSUE_TEMPLATE\n├── doc                          # All Api doc and gif files\n├── thisMyPCApp                  # Electron JS app folder\n├── thisMyPCServer               # Node JS MongoDB and Express JS server folder\n├── thisMyPCWeb                  # Angular website folder\n├── .gitignore\n├── .gitlab-ci.yml\n├── CODE_OF_CONDUCT.md\n├── LICENSE\n└── README.md\n
\n

What (This my pc) ?

\n

The concept behind thismypc app was transferred your computer folder and file information through nodeJS server to web end as a json data.

\n

Why (This my pc) ?

\n
    \n
  • The app's responsive web interface helps you to browse file in any resolution device.
  • \n
  • You can use source code for your own projects.
  • \n
  • It works well in low bandwidth environments.
  • \n
\n

How to (Wiki) ?

\n

All usage instruction and information update on Github Wiki.

\n

Developing

\n

Platforms

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
PlatformStatus
Microsoft WindowsDeveloping
LinuxPending
Mac osPending
AndroidDeveloping
\n

Built With

\n\n

Clone Project

\n
git clone https://github.com/supunlakmal/thismypc.git
\n

\"git

\n

This Command will copy a full project to your local environment

\n

Angular Project

\n

Setting up Angular Project

\n
    cd thisMyPCWeb\n    npm i
\n

\"Setting

\n

cd thisMyPCWeb Move into angular Project Folder\nnpm i install all dependency.

\n

Run Angular Project

\n

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

\n

Electron Project

\n

Setting up Electron Project

\n
cd thisMyPCApp\nnpm i
\n

\"

\n

cd thisMyPCWeb Move into Electron Project Folder\nnpm i install all dependency.

\n

Run Electron Project

\n

Run npm run start start electron app in debug mode

\n

Node Server

\n

Setting up Node Server

\n
cd thisMyPCServer\nnpm i
\n

cd thisMyPCServer Move into Node Project Folder\nnpm i install all dependency.

\n

Run Node Project

\n

Run npm node index.js to start node server

\n

Graphql

\n\n\n\n\n\n\n\n\n\n\n\n
URL
/api/v1/graphql
\n

REST API

\n

API Reference

\n
    \n
  • PC - Personal Computer
  • \n
  • thismypc.com:5000 - This is Thismypc web site API url. You can use your own localhost server link instead default Link.
  • \n
  • ":userID" - User ID
  • \n
  • ":computerKey" - Computer Key
  • \n
\n

Web API

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Web APIURLDescription
User Register/api/v1/user/register-
User Login/api/v1/user/login-
User Logout/api/v1/user/:userID/logout-
User Auth/api/v1/user/authentication-
User Info/api/v1/user/:userID-
User Online PC List/api/v1/user/computer/online-
Public PC Access/api/v1/computer/public/access-
User PC List/api/v1/user/computer-
Update User Account/api/v1/user/update-
Update User Password/api/v1/user/password/edit-
Update User PC Public status/api/v1/user/computer/public/status/update-
Update User PC Public Key/api/v1/user/computer/public/key/update-
\n

Web socket IO

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Socket NameSocketTypeDescription
Join Socket from WebjoinFromWebemit-
Folder or Driver Open RequestopenFolderemit-
PC access RequestspcAccessRequestemit-
Get Hard Drive ListhDDListon-
Folder or hard drive open dataopenFolderRequestToWebon-
\n

App API

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
APP APIURLDescription
User Login From App/api/v1/user/computer/login-
User Info/api/v1/user/:userID/computer/:computerKey-
User Logout/api/v1/user/:userID/computer/logout-
\n

App socket IO

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Socket NameSocketTypeDescription
Join Socket from APPjoinFromAppemit-
Send Hard Drive ListhDDListemit-
Send Data inside Folder or Hard DrivesendOpenFolderRequestemit-
Send callback of Folder Create FunctionfolderCreateCallbackemit-
PC access user and datapcAccessRequeston-
Folder or Hard drive open requestopenFolderRequeston-
Folder ValidationvalidateFolderNameon-
\n

Database

\n

MongoDB use as Database.

\n

Licensing

\n

The MIT License 2019 Supun Lakmal

\n
", - "readmeOriginal": "

This My PC

\n
\n \n \n \n
\n
\n
\n

\"forthebadge\"\n
\n\"Codacy\n\"contributions \"Maintenance\" \"Website \"GitHub\n\"Gitter\"

\n
\n
\n

ThisMyPC provides a neat web interface that can be used for browsing your desktop drives from any device in your browser itself. With the help of NodeJs, the file details are displayed in JSON format that can then be easily displayed in web browsers.

\n
\n
\n

The source code is open so that you can download the source code and set it up with ease if you would like to have your own exclusive environment.

\n
\n

\"Web

\n

App Screenshots

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Desktop App LoginDesktop App OpenWeb App computer hard drivesWeb App computer hard drives Open
\n

Folder Structure

\n
.\n├── .github/ISSUE_TEMPLATE\n├── doc                          # All Api doc and gif files\n├── thisMyPCApp                  # Electron JS app folder\n├── thisMyPCServer               # Node JS MongoDB and Express JS server folder\n├── thisMyPCWeb                  # Angular website folder\n├── .gitignore\n├── .gitlab-ci.yml\n├── CODE_OF_CONDUCT.md\n├── LICENSE\n└── README.md\n
\n

What (This my pc) ?

\n

The concept behind thismypc app was transferred your computer folder and file information through nodeJS server to web end as a json data.

\n

Why (This my pc) ?

\n
    \n
  • The app's responsive web interface helps you to browse file in any resolution device.
  • \n
  • You can use source code for your own projects.
  • \n
  • It works well in low bandwidth environments.
  • \n
\n

How to (Wiki) ?

\n

All usage instruction and information update on Github Wiki.

\n

Developing

\n

Platforms

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
PlatformStatus
Microsoft WindowsDeveloping
LinuxPending
Mac osPending
AndroidDeveloping
\n

Built With

\n\n

Clone Project

\n
git clone https://github.com/supunlakmal/thismypc.git
\n

\"git

\n

This Command will copy a full project to your local environment

\n

Angular Project

\n

Setting up Angular Project

\n
    cd thisMyPCWeb\n    npm i
\n

\"Setting

\n

cd thisMyPCWeb Move into angular Project Folder\nnpm i install all dependency.

\n

Run Angular Project

\n

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

\n

Electron Project

\n

Setting up Electron Project

\n
cd thisMyPCApp\nnpm i
\n

\"

\n

cd thisMyPCWeb Move into Electron Project Folder\nnpm i install all dependency.

\n

Run Electron Project

\n

Run npm run start start electron app in debug mode

\n

Node Server

\n

Setting up Node Server

\n
cd thisMyPCServer\nnpm i
\n

cd thisMyPCServer Move into Node Project Folder\nnpm i install all dependency.

\n

Run Node Project

\n

Run npm node index.js to start node server

\n

Graphql

\n\n\n\n\n\n\n\n\n\n\n\n
URL
/api/v1/graphql
\n

REST API

\n

API Reference

\n
    \n
  • PC - Personal Computer
  • \n
  • thismypc.com:5000 - This is Thismypc web site API url. You can use your own localhost server link instead default Link.
  • \n
  • \":userID\" - User ID
  • \n
  • \":computerKey\" - Computer Key
  • \n
\n

Web API

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Web APIURLDescription
User Register/api/v1/user/register-
User Login/api/v1/user/login-
User Logout/api/v1/user/:userID/logout-
User Auth/api/v1/user/authentication-
User Info/api/v1/user/:userID-
User Online PC List/api/v1/user/computer/online-
Public PC Access/api/v1/computer/public/access-
User PC List/api/v1/user/computer-
Update User Account/api/v1/user/update-
Update User Password/api/v1/user/password/edit-
Update User PC Public status/api/v1/user/computer/public/status/update-
Update User PC Public Key/api/v1/user/computer/public/key/update-
\n

Web socket IO

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Socket NameSocketTypeDescription
Join Socket from WebjoinFromWebemit-
Folder or Driver Open RequestopenFolderemit-
PC access RequestspcAccessRequestemit-
Get Hard Drive ListhDDListon-
Folder or hard drive open dataopenFolderRequestToWebon-
\n

App API

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
APP APIURLDescription
User Login From App/api/v1/user/computer/login-
User Info/api/v1/user/:userID/computer/:computerKey-
User Logout/api/v1/user/:userID/computer/logout-
\n

App socket IO

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Socket NameSocketTypeDescription
Join Socket from APPjoinFromAppemit-
Send Hard Drive ListhDDListemit-
Send Data inside Folder or Hard DrivesendOpenFolderRequestemit-
Send callback of Folder Create FunctionfolderCreateCallbackemit-
PC access user and datapcAccessRequeston-
Folder or Hard drive open requestopenFolderRequeston-
Folder ValidationvalidateFolderNameon-
\n

Database

\n

MongoDB use as Database.

\n

Licensing

\n

The MIT License 2019 Supun Lakmal

\n
", - "readmeFetchedAt": "2020-09-17T12:09:55.147Z" + "themer": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.787Z" }, - "thrifty": { + "thismypc": { "readmeOriginal": null, - "readmeFetchedAt": "2020-09-17T12:09:55.160Z" + "readmeFetchedAt": "2020-09-18T00:10:50.792Z" }, "thomas": { - "readmeCleaned": "

thomas \"Build

\n
\n

Simple pomodoro timer

\n
\n

\"\"

\n

Usage

\n

Download the latest release!

\n

Features

\n
    \n
  • 25/5 minutes interval by default, but you can configure this
  • \n
  • Built-in configurable keyboard shortcuts
  • \n
  • Minimal log that contains all completed intervals counts per day
  • \n
  • Tray icon and progress bar
  • \n
  • Dark mode, supports automatically macOS Mojave appearance
  • \n
\n

Shortcuts

\n
    \n
  • CommandOrControl+Alt+T — show application
  • \n
  • Escape — hide application
  • \n
  • CommandOrControl+Enter — start/cancel timer
  • \n
\n

Contribute

\n

Fork this repository, clone to your local device and install dependencies:

\n
npm install\nnpm start
\n

If you use Ubuntu or Debian, you also may need to install nodejs-legacy that creates node symlink:

\n
sudo apt-get install nodejs-legacy
\n

License

\n

MIT

\n
", - "readmeOriginal": "

thomas \"Build

\n
\n

Simple pomodoro timer

\n
\n

\"\"

\n

Usage

\n

Download the latest release!

\n

Features

\n
    \n
  • 25/5 minutes interval by default, but you can configure this
  • \n
  • Built-in configurable keyboard shortcuts
  • \n
  • Minimal log that contains all completed intervals counts per day
  • \n
  • Tray icon and progress bar
  • \n
  • Dark mode, supports automatically macOS Mojave appearance
  • \n
\n

Shortcuts

\n
    \n
  • CommandOrControl+Alt+T — show application
  • \n
  • Escape — hide application
  • \n
  • CommandOrControl+Enter — start/cancel timer
  • \n
\n

Contribute

\n

Fork this repository, clone to your local device and install dependencies:

\n
npm install\nnpm start
\n

If you use Ubuntu or Debian, you also may need to install nodejs-legacy that creates node symlink:

\n
sudo apt-get install nodejs-legacy
\n

License

\n

MIT

\n
", - "readmeFetchedAt": "2020-09-17T12:09:55.234Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.794Z" + }, + "thrifty": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.806Z" }, "tidy-up": { "readmeOriginal": null, - "readmeFetchedAt": "2020-09-17T12:09:55.324Z" + "readmeFetchedAt": "2020-09-18T00:10:50.822Z" }, "thunderdocs": { - "readmeCleaned": "

\"Logo\"

\n

ThunderDocs

\n

\"Build\n\"Github\n\"Electron

\n

\"Get

\n

Unofficial Google Docs desktop app

\n

Screenshot

\n

\"\"

\n

Building and Running

\n

Run:

\n
npm install\nelectron .\n
\n

Build:

\n
npm install\nnpm install electron-packager --save-dev\n
\n

Windows:

\n
electron-packager . --overwrite --platform=win32 --arch=x64 --icon=assets/icons/win/icon.ico\n
\n

macOS:

\n
electron-packager . --overwrite --platform=darwin --arch=x64 --icon=assets/icons/mac/icon.icns\n
\n

Linux:

\n
electron-packager . --overwrite --platform=linux --arch=x64 --icon=assets/icons/png/1024x1024.png\n
\n
", - "readmeOriginal": "

\"Logo\"

\n

ThunderDocs

\n

\"Build\n\"Github\n\"Electron

\n

\"Get

\n

Unofficial Google Docs desktop app

\n

Screenshot

\n

\"\"

\n

Building and Running

\n

Run:

\n
npm install\nelectron .\n
\n

Build:

\n
npm install\nnpm install electron-packager --save-dev\n
\n

Windows:

\n
electron-packager . --overwrite --platform=win32 --arch=x64 --icon=assets/icons/win/icon.ico\n
\n

macOS:

\n
electron-packager . --overwrite --platform=darwin --arch=x64 --icon=assets/icons/mac/icon.icns\n
\n

Linux:

\n
electron-packager . --overwrite --platform=linux --arch=x64 --icon=assets/icons/png/1024x1024.png\n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:55.436Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.831Z" }, "tim": { - "readmeCleaned": "

TIM

\n

Tom's Issue Manager.

\n

\"Screenshot\"

\n

Features

\n
    \n
  • Gives you only 1 page (no tabs, no clutter. just focus). If you really, really must see a link in another window you can open link or a page in your selected browser (cmd+click or right-click on a link/image)
  • \n
  • Minimalist & extremely functional design
  • \n
  • Dock badge shows the number of unread notifications
  • \n
  • Tweaked github css to make it responsive and hide unimportant blocks (headers, footers)
  • \n
  • Shows real names instead of logins (e.g. in comments)
  • \n
  • Auto updater (like chrome - updates the app in the background)
  • \n
  • Works with Github Enterprise
  • \n
  • TouchBar Support
  • \n
\n

Disclaimer

\n

This is mac-first app. It should be cross-platform, because it's using Electron, but it's not, because I'm lazy and because I have no access to Windows & Linux machines to actually test it. If you do, and have lots of time to spare - I would welcome your help 😄. Otherwise, please don't ask me to do this.

\n

Download

\n

Check the Releases for the latest version.

\n

NOTE: This is not signed with Apple's dev cert, so you may need to allow installation of apps from "All Sources" on your mac.

\n
sudo spctl --master-disable
\n

More Screenshots

\n

Notifications

\n
    \n
  • quickly see what's going on,
  • \n
  • dismiss merged PRs without leaving the page
  • \n
\n

\"Notifications\"

\n

Bookmarks

\n
    \n
  • stash any page
  • \n
  • issue/PR pages are grouped by repository name
  • \n
  • PR bookmarks will show build job progress and status (only jenkins for now)
  • \n
  • red dot will show you if there are new comments on an issue/PR since you bookmarked it
  • \n
  • type icon (issue or PR) will change colour based on the status (open - green; closed - red) - like in GH
  • \n
\n

\"Bookmarks\"

\n

My Issues

\n
    \n
  • list all issues assigned to the currenlty logged-in user (based on the token provided in settings)
  • \n
  • like bookmarks - shows icon colour based on the status and red dot for unread comments
  • \n
\n

\"My

\n

Settings

\n

\"Settings\"

\n

Dev install

\n
git clone https://github.com/tborychowski/tim.git\ncd tim\nnpm i\ngulp\nnpm start
\n
    \n
  • make sure you have gulp installed globally:
  • \n
\n
npm i -g gulp
\n
", - "readmeOriginal": "

TIM

\n

Tom's Issue Manager.

\n

\"Screenshot\"

\n

Features

\n
    \n
  • Gives you only 1 page (no tabs, no clutter. just focus). If you really, really must see a link in another window you can open link or a page in your selected browser (cmd+click or right-click on a link/image)
  • \n
  • Minimalist & extremely functional design
  • \n
  • Dock badge shows the number of unread notifications
  • \n
  • Tweaked github css to make it responsive and hide unimportant blocks (headers, footers)
  • \n
  • Shows real names instead of logins (e.g. in comments)
  • \n
  • Auto updater (like chrome - updates the app in the background)
  • \n
  • Works with Github Enterprise
  • \n
  • TouchBar Support
  • \n
\n

Disclaimer

\n

This is mac-first app. It should be cross-platform, because it's using Electron, but it's not, because I'm lazy and because I have no access to Windows & Linux machines to actually test it. If you do, and have lots of time to spare - I would welcome your help 😄. Otherwise, please don't ask me to do this.

\n

Download

\n

Check the Releases for the latest version.

\n

NOTE: This is not signed with Apple's dev cert, so you may need to allow installation of apps from \"All Sources\" on your mac.

\n
sudo spctl --master-disable
\n

More Screenshots

\n

Notifications

\n
    \n
  • quickly see what's going on,
  • \n
  • dismiss merged PRs without leaving the page
  • \n
\n

\"Notifications\"

\n

Bookmarks

\n
    \n
  • stash any page
  • \n
  • issue/PR pages are grouped by repository name
  • \n
  • PR bookmarks will show build job progress and status (only jenkins for now)
  • \n
  • red dot will show you if there are new comments on an issue/PR since you bookmarked it
  • \n
  • type icon (issue or PR) will change colour based on the status (open - green; closed - red) - like in GH
  • \n
\n

\"Bookmarks\"

\n

My Issues

\n
    \n
  • list all issues assigned to the currenlty logged-in user (based on the token provided in settings)
  • \n
  • like bookmarks - shows icon colour based on the status and red dot for unread comments
  • \n
\n

\"My

\n

Settings

\n

\"Settings\"

\n

Dev install

\n
git clone https://github.com/tborychowski/tim.git\ncd tim\nnpm i\ngulp\nnpm start
\n
    \n
  • make sure you have gulp installed globally:
  • \n
\n
npm i -g gulp
\n
", - "readmeFetchedAt": "2020-09-17T12:09:55.624Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.859Z" }, "timeseriesadmin": { - "readmeCleaned": "

\"Time

\n

Time Series Admin

\n

\"license\"\n\"version\"\n\"dependencies\n\"CI\n\"code

\n

Time Series Admin is an open source administration panel and querying interface for InfluxDB databases.

\n

Visit the PROJECT SITE for more information, or download Time Series Admin directly from the LATEST RELEASES page.

\n\n \"Time\n\n

Install

\n
    \n
  1. Download
  2. \n
  3. Install by double clicking on downloaded file
  4. \n
  5. Use
  6. \n
\n

Docker

\n

Time Series Admin is also available as a Docker image.\nRun it with:

\n
docker run -p 8085:80 -it timeseriesadmin/timeseriesadmin:latest
\n

Then visit http://localhost:8085 to use Time Series Admin from your browser.

\n

Usage

\n

For usage related information go to the official project page https://timeseriesadmin.github.io.

\n

TODO

\n

List of things that are going to be implemented may be found inside TODO.md file.

\n

Development

\n

Check DEVELOPMENT.md file for information about application development.

\n

Changelog

\n

Check CHANGELOG.md to view changes in app.

\n

License

\n

MIT

\n

Author

\n

Jan Grzegorowski

\n
", - "readmeOriginal": "

\"Time

\n

Time Series Admin

\n

\"license\"\n\"version\"\n\"dependencies\n\"CI\n\"code

\n

Time Series Admin is an open source administration panel and querying interface for InfluxDB databases.

\n

Visit the PROJECT SITE for more information, or download Time Series Admin directly from the LATEST RELEASES page.

\n\n \"Time\n\n

Install

\n
    \n
  1. Download
  2. \n
  3. Install by double clicking on downloaded file
  4. \n
  5. Use
  6. \n
\n

Docker

\n

Time Series Admin is also available as a Docker image.\nRun it with:

\n
docker run -p 8085:80 -it timeseriesadmin/timeseriesadmin:latest
\n

Then visit http://localhost:8085 to use Time Series Admin from your browser.

\n

Usage

\n

For usage related information go to the official project page https://timeseriesadmin.github.io.

\n

TODO

\n

List of things that are going to be implemented may be found inside TODO.md file.

\n

Development

\n

Check DEVELOPMENT.md file for information about application development.

\n

Changelog

\n

Check CHANGELOG.md to view changes in app.

\n

License

\n

MIT

\n

Author

\n

Jan Grzegorowski

\n
", - "readmeFetchedAt": "2020-09-17T12:09:55.673Z" - }, - "timestamp": { - "readmeCleaned": "

\n \"Logo\n

Timestamp

\n \"Latest\n \"Donate\n \"Donate\n

\n

A better macOS menu bar clock with a customizable date/time display and a calendar. Inspired by Day-O.

\n

Built with Electron and Moment.js.

\n

Screenshots

\n

\"Screenshot

\n

Features

\n
    \n
  • Translated into 102* languages
  • \n
  • Supports dark mode
  • \n
  • Fully customizable date/time display
  • \n
  • Starts automatically at login (if you wish)
  • \n
\n

* Doesn't count for all GUI related parts. Help translating by adding missing locales. See support for further details on how to contribute.

\n

Install

\n

Manual

\n

Download, unzip, and move Timestamp.app to the /Applications directory.

\n

Homebrew

\n

Simply run brew cask install timestamp in your terminal.

\n

Support

\n

Bugs and requests: Please use the project's issue tracker.
\n\"Issues\"

\n

Want to contribute? Please fork this repository and open a pull request with your new shiny stuff. 🌟
\n\"GitHub

\n

Do you like it? Support the project by starring the repository or tweet about it.

\n

Thanks

\n

Timestamp © 2017, Sebastian Prein. Released under the MIT License.

\n
", - "readmeOriginal": "

\n \"Logo\n

Timestamp

\n \"Latest\n \"Donate\n \"Donate\n

\n

A better macOS menu bar clock with a customizable date/time display and a calendar. Inspired by Day-O.

\n

Built with Electron and Moment.js.

\n

Screenshots

\n

\"Screenshot

\n

Features

\n
    \n
  • Translated into 102* languages
  • \n
  • Supports dark mode
  • \n
  • Fully customizable date/time display
  • \n
  • Starts automatically at login (if you wish)
  • \n
\n

* Doesn't count for all GUI related parts. Help translating by adding missing locales. See support for further details on how to contribute.

\n

Install

\n

Manual

\n

Download, unzip, and move Timestamp.app to the /Applications directory.

\n

Homebrew

\n

Simply run brew cask install timestamp in your terminal.

\n

Support

\n

Bugs and requests: Please use the project's issue tracker.
\n\"Issues\"

\n

Want to contribute? Please fork this repository and open a pull request with your new shiny stuff. 🌟
\n\"GitHub

\n

Do you like it? Support the project by starring the repository or tweet about it.

\n

Thanks

\n

Timestamp © 2017, Sebastian Prein. Released under the MIT License.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:55.802Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.859Z" }, "timetable": { - "readmeCleaned": "

\n \n

\n

Electron Timetable

\n

\"Greenkeeper

\n

\"Travis\"\n\"Dependency\n\"Github\n\"GitHub\n\"GitHub\n\"Scrutinizer\"\n\"Code\n\"Website\"\n\"Twitter\"

\n

TimeTable in the menubar using electron. I have a website for this project.

\n
\n

View the website

\n
\n

How to use? (Easy way)

\n
    \n
  1. Download the latest release, unzip and then run timetable.app.
  2. \n
  3. Select your timetable images in the dialog that comes up.
  4. \n
\n
\n

How to use? (Hard way)

\n
    \n
  1. Clone the repo.
  2. \n
  3. $ cd electron-menubar-timetable
  4. \n
  5. $ npm install
  6. \n
  7. $ npm run build
  8. \n
  9. Run the newly created application.
  10. \n
  11. Select your timetable images in the dialog that comes up.
  12. \n
  13. ???
  14. \n
  15. Profit.
  16. \n
\n
\n

Changelog

\n

See CHANGELOG.md for the changes happening.

\n
", - "readmeOriginal": "

\n \n

\n

Electron Timetable

\n

\"Greenkeeper

\n

\"Travis\"\n\"Dependency\n\"Github\n\"GitHub\n\"GitHub\n\"Scrutinizer\"\n\"Code\n\"Website\"\n\"Twitter\"

\n

TimeTable in the menubar using electron. I have a website for this project.

\n
\n

View the website

\n
\n

How to use? (Easy way)

\n
    \n
  1. Download the latest release, unzip and then run timetable.app.
  2. \n
  3. Select your timetable images in the dialog that comes up.
  4. \n
\n
\n

How to use? (Hard way)

\n
    \n
  1. Clone the repo.
  2. \n
  3. $ cd electron-menubar-timetable
  4. \n
  5. $ npm install
  6. \n
  7. $ npm run build
  8. \n
  9. Run the newly created application.
  10. \n
  11. Select your timetable images in the dialog that comes up.
  12. \n
  13. ???
  14. \n
  15. Profit.
  16. \n
\n
\n

Changelog

\n

See CHANGELOG.md for the changes happening.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:55.857Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.871Z" + }, + "timestamp": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.889Z" }, "tiny-timer": { - "readmeCleaned": "

Tiny-Timer

\n

\n \n

\n

For application

\n

Simple timer desktop app using electron

\n

For boilerplate

\n

Can be referred to electron basic setting like hot-loading, build, auto-launch, auto-update etc.

\n
\n

I have managed oh-my-desk maked electron.\noh-my-desk has a core feature that is needed for other electron projects as well. (like hot-loading, auto-update, auto-launch etc.) But It is huge project to consult a core features. Therefore, Tiny-Timer is a simple project and is easy to consult about how to make a core feature.

\n
\n

Downloads

\n

Following link and Download matched file about OS.

\n

MAC download Tiny-Timer-1.0.2.dmg

\n

Window download Tiny-Timer-Setup-1.0.2.exe

\n

Overview

\n

\n \n \n \n \n

\n

\n \n

\n

Feature

\n

Setting time and script then occur notification with script when time up.

\n

Hotkey

\n
    \n
  • Enter: run the timer.
  • \n
  • back-space: reset the timer.
  • \n
  • space or click: stop the timer.
  • \n
\n

Use

\n
npm install // install external library\nnpm run start // run `Tiny-Timer` in development mode.\nnpm build // build `Tiny-Timer` in production mode.\n
\n

Electron Boilerplate

\n

I make this project to help initialize about electron project.\nI leave the guide for initialize electron project.\nPlease reter to this repository.

\n

Progress about development

\n\n

Contributing

\n

Welcome about Both of case refactor timer feature and question about Progress of development.\nI hope to help your project.

\n

You can ask using Issue or Comment in closed Pull requests

\n

License

\n

MIT

\n
", - "readmeOriginal": "

Tiny-Timer

\n

\n \n

\n

For application

\n

Simple timer desktop app using electron

\n

For boilerplate

\n

Can be referred to electron basic setting like hot-loading, build, auto-launch, auto-update etc.

\n
\n

I have managed oh-my-desk maked electron.\noh-my-desk has a core feature that is needed for other electron projects as well. (like hot-loading, auto-update, auto-launch etc.) But It is huge project to consult a core features. Therefore, Tiny-Timer is a simple project and is easy to consult about how to make a core feature.

\n
\n

Downloads

\n

Following link and Download matched file about OS.

\n

MAC download Tiny-Timer-1.0.2.dmg

\n

Window download Tiny-Timer-Setup-1.0.2.exe

\n

Overview

\n

\n \n \n \n \n

\n

\n \n

\n

Feature

\n

Setting time and script then occur notification with script when time up.

\n

Hotkey

\n
    \n
  • Enter: run the timer.
  • \n
  • back-space: reset the timer.
  • \n
  • space or click: stop the timer.
  • \n
\n

Use

\n
npm install // install external library\nnpm run start // run `Tiny-Timer` in development mode.\nnpm build // build `Tiny-Timer` in production mode.\n
\n

Electron Boilerplate

\n

I make this project to help initialize about electron project.\nI leave the guide for initialize electron project.\nPlease reter to this repository.

\n

Progress about development

\n\n

Contributing

\n

Welcome about Both of case refactor timer feature and question about Progress of development.\nI hope to help your project.

\n

You can ask using Issue or Comment in closed Pull requests

\n

License

\n

MIT

\n
", - "readmeFetchedAt": "2020-09-17T12:09:55.903Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.890Z" }, "todo-sticker": { - "readmeCleaned": "

Todo Sticker

\n

Easy-to-use To-Do App, which can create sticky notes with time-reminder function.

\n

\"todometer\"

\n

Features

\n
    \n
  • Create the sticky note of to-do.
  • \n
  • Time-reminder.
  • \n
  • Filter and sort to-do list.
  • \n
\n

Development

\n
    \n
  • Clone the repo
  • \n
\n
    git clone https://github.com/ambisign-gavin/todo-sticker.git\n    cd todo-sticker\n    npm install
\n
    \n
  • Start webpack-dev-server
  • \n
\n
    npm run dev:server
\n
    \n
  • Start electron app
  • \n
\n
    npm run dev:electron
\n

License

\n

MIT

\n
", - "readmeOriginal": "

Todo Sticker

\n

Easy-to-use To-Do App, which can create sticky notes with time-reminder function.

\n

\"todometer\"

\n

Features

\n
    \n
  • Create the sticky note of to-do.
  • \n
  • Time-reminder.
  • \n
  • Filter and sort to-do list.
  • \n
\n

Development

\n
    \n
  • Clone the repo
  • \n
\n
    git clone https://github.com/ambisign-gavin/todo-sticker.git\n    cd todo-sticker\n    npm install
\n
    \n
  • Start webpack-dev-server
  • \n
\n
    npm run dev:server
\n
    \n
  • Start electron app
  • \n
\n
    npm run dev:electron
\n

License

\n

MIT

\n
", - "readmeFetchedAt": "2020-09-17T12:09:55.990Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.898Z" + }, + "todokit": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.916Z" }, "todolist": { - "readmeCleaned": "

\n \n

\n

Todolist


\n

\n \n \n \n \n \n

\n

Todolist is a free desktop application allowing you to organise your tasks in a fast & simple way

\n

Features

\n
    \n
  • Drag and drop to priorize
  • \n
  • Calendar to navigate through all your tasks
  • \n
  • Mouse gesture to navigate quickly
  • \n
  • Filters
  • \n
  • Tags
  • \n
  • Color customization
  • \n
  • Export to clipboard
  • \n
  • Automatic updates
  • \n
\n

Downloads

\n

Todolist is available for Mac, Windows & Linux and can be downloaded from Github releases.

\n

Where to find me?

\n

Website

\n
", - "readmeOriginal": "

\n \n

\n

Todolist


\n

\n \n \n \n \n \n

\n

Todolist is a free desktop application allowing you to organise your tasks in a fast & simple way

\n

Features

\n
    \n
  • Drag and drop to priorize
  • \n
  • Calendar to navigate through all your tasks
  • \n
  • Mouse gesture to navigate quickly
  • \n
  • Filters
  • \n
  • Tags
  • \n
  • Color customization
  • \n
  • Export to clipboard
  • \n
  • Automatic updates
  • \n
\n

Downloads

\n

Todolist is available for Mac, Windows & Linux and can be downloaded from Github releases.

\n

Where to find me?

\n

Website

\n
", - "readmeFetchedAt": "2020-09-17T12:09:56.105Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.926Z" }, "todometer": { - "readmeCleaned": "

todometer

\n

A simple, meter-based to-do list built with Electron and React.

\n

\"todometer\"

\n

Download

\n

Nab the latest version from the Releases page!

\n

Development

\n
    \n
  • Clone the repo:
  • \n
\n
$ git clone https://github.com/cassidoo/todometer.git
\n
    \n
  • Go to the project directory and install dependencies:
  • \n
\n
$ cd todometer && yarn install
\n

To show the Electron application window with your current build:

\n
$ yarn run electron-dev
\n

To build a production-version:

\n
$ yarn install\n$ yarn postinstall\n$ yarn pre-electron-pack\n$ yarn electron-pack
\n

Contributing

\n

So you want to contribute? Yay! Great! Fun!\nI love seeing new PRs for todometer. That being said, not every pull request will be merged. The general guidelines I'll follow are:

\n
    \n
  • Does it make developing todometer easier?
  • \n
  • Does it help other platforms (Windows, Mac, Linux) work better?
  • \n
  • Does it fix a bug?
  • \n
  • Does it break anything?
  • \n
  • Does it stick to the original goal of todometer (a simple, meter-based to-do list)
  • \n
  • Does it reduce the build size?
  • \n
  • Is it necessary?
  • \n
\n

Regarding that last point, I don't expect all pull requests to be absolutely necessary. New features are good. That being said, if the new features make the app unnecessarily complex in some way without bringing value to the users, it won't be merged.

\n

Please don't be hurt if your PR isn't merged. You're lovely for working on it. If you are thinking about working on something, feel free to make an issue beforehand so that you can make sure it'll be worth your time!

\n
", - "readmeOriginal": "

todometer

\n

A simple, meter-based to-do list built with Electron and React.

\n

\"todometer\"

\n

Download

\n

Nab the latest version from the Releases page!

\n

Development

\n
    \n
  • Clone the repo:
  • \n
\n
$ git clone https://github.com/cassidoo/todometer.git
\n
    \n
  • Go to the project directory and install dependencies:
  • \n
\n
$ cd todometer && yarn install
\n

To show the Electron application window with your current build:

\n
$ yarn run electron-dev
\n

To build a production-version:

\n
$ yarn install\n$ yarn postinstall\n$ yarn pre-electron-pack\n$ yarn electron-pack
\n

Contributing

\n

So you want to contribute? Yay! Great! Fun!\nI love seeing new PRs for todometer. That being said, not every pull request will be merged. The general guidelines I'll follow are:

\n
    \n
  • Does it make developing todometer easier?
  • \n
  • Does it help other platforms (Windows, Mac, Linux) work better?
  • \n
  • Does it fix a bug?
  • \n
  • Does it break anything?
  • \n
  • Does it stick to the original goal of todometer (a simple, meter-based to-do list)
  • \n
  • Does it reduce the build size?
  • \n
  • Is it necessary?
  • \n
\n

Regarding that last point, I don't expect all pull requests to be absolutely necessary. New features are good. That being said, if the new features make the app unnecessarily complex in some way without bringing value to the users, it won't be merged.

\n

Please don't be hurt if your PR isn't merged. You're lovely for working on it. If you are thinking about working on something, feel free to make an issue beforehand so that you can make sure it'll be worth your time!

\n
", - "readmeFetchedAt": "2020-09-17T12:09:56.267Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.936Z" }, "todu": { - "readmeCleaned": "

TODU

\n

An awesome, hackable to-do list.

\n

\"Screenshot\"

\n

Download the latest version here

\n

Manage your to-do

\n
    \n
  • Type your to-do in editor line, then press Enter.
  • \n
  • Every day when you open this app, items that undone will be move to today's list.
  • \n
  • Add your to-do of tomorrow in the same way.
  • \n
  • Drag and drop your to-do item between today's list and tomorrow.
  • \n
  • Click the date on the right and look up history.
  • \n
  • Add time in today's list and set an alarm clock 5 min before it happens.
  • \n
\n

Use different sheet

\n
    \n
  • Click super button with infinity icon to toggle the sheet switcher.
  • \n
  • Add, remove sheet, or change the sheet's title if you like.
  • \n
  • Set it to Cycle mode by clicking the button next to the head 'Today'.
  • \n
\n

Export your data

\n
    \n
  • All of user data are placed in the folder storage of the app.
  • \n
  • Edit the sheets.json to change the sheets' information.
  • \n
  • Copy the content of todo.json or todo-*.json to export your data.
  • \n
\n

HACK IT!

\n
    \n
  • \n

    The messages in this app is written in English, and will be shown as the language set in your system by default. however, you can use its internal translations or translate it yourself.

    \n
      \n
    • Create file translation.json in the storage directory.
    • \n
    • Type your configure like {"@use": "en-US"}, or customize the translation file yourself (See All translatable texts).
    • \n
    \n
  • \n
  • \n

    This app is built with Electron and VueJS. If you are familiar with eithor of those, you can add custom.js to write your own code whenever the app launched. See the demo at resources/default/custom.js

    \n
  • \n
  • \n

    As well as script, you can also add custom.css to write your stylesheets.

    \n
  • \n
  • \n

    For getting the document layout of the app's page, you can press Control/Cmd+Shift+I to open the devtools panel, just like you do it in Chrome.

    \n
  • \n
\n

License

\n

MIT

\n
", - "readmeOriginal": "

TODU

\n

An awesome, hackable to-do list.

\n

\"Screenshot\"

\n

Download the latest version here

\n

Manage your to-do

\n
    \n
  • Type your to-do in editor line, then press Enter.
  • \n
  • Every day when you open this app, items that undone will be move to today's list.
  • \n
  • Add your to-do of tomorrow in the same way.
  • \n
  • Drag and drop your to-do item between today's list and tomorrow.
  • \n
  • Click the date on the right and look up history.
  • \n
  • Add time in today's list and set an alarm clock 5 min before it happens.
  • \n
\n

Use different sheet

\n
    \n
  • Click super button with infinity icon to toggle the sheet switcher.
  • \n
  • Add, remove sheet, or change the sheet's title if you like.
  • \n
  • Set it to Cycle mode by clicking the button next to the head 'Today'.
  • \n
\n

Export your data

\n
    \n
  • All of user data are placed in the folder storage of the app.
  • \n
  • Edit the sheets.json to change the sheets' information.
  • \n
  • Copy the content of todo.json or todo-*.json to export your data.
  • \n
\n

HACK IT!

\n
    \n
  • \n

    The messages in this app is written in English, and will be shown as the language set in your system by default. however, you can use its internal translations or translate it yourself.

    \n
      \n
    • Create file translation.json in the storage directory.
    • \n
    • Type your configure like {\"@use\": \"en-US\"}, or customize the translation file yourself (See All translatable texts).
    • \n
    \n
  • \n
  • \n

    This app is built with Electron and VueJS. If you are familiar with eithor of those, you can add custom.js to write your own code whenever the app launched. See the demo at resources/default/custom.js

    \n
  • \n
  • \n

    As well as script, you can also add custom.css to write your stylesheets.

    \n
  • \n
  • \n

    For getting the document layout of the app's page, you can press Control/Cmd+Shift+I to open the devtools panel, just like you do it in Chrome.

    \n
  • \n
\n

License

\n

MIT

\n
", - "readmeFetchedAt": "2020-09-17T12:09:56.362Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.939Z" }, "tofino": { - "readmeCleaned": "

Project Tofino

\n

\"Linux\n\"Windows\n\"Coverage

\n

Project Tofino is a browser interaction experiment.

\n

The kinds of things we use browsers for on PCs and mobile devices are different\nthan they were when the current "tabs across the top" browsers were designed.\nWe believe we can do a lot better by focusing on the tasks and activities users\nengage browsers for. Project Tofino is one of our explorations.

\n

This project is extremely immature. It's currently at the "OK, lets throw some\nstuff together to see what happens" stage. Please adjust your expectations\naccordingly. The tools we're using are not a statement on the set of\ntechnologies we'll use to build a final product if these ideas pan out. We're\nlooking for the quickest way to build the experiments we want, not a long-term\ntechnical strategy.

\n

If you like a wild ride and you've got another browser for real work, we'd love\nto have your comments on what works and what doesn't. But right now the "what\nworks" list is a lot shorter than the "what doesn't" list, so maybe check back\nin a few weeks when there's more to look at.

\n

We blog here: https://medium.com/project-tofino

\n

We hang out on Slack here: https://project-tofino.slack.com (you can get an\ninvite at http://tofino-slack-invite.mozilla.io)

\n

Build

\n

Documentation for building is found in docs/building.md.

\n

Developing

\n
    \n
  • npm start - Runs the build in production mode. Should be similar to a\npackaged build.
  • \n
  • npm run dev - Runs the build in development mode with hot module\nreloading.
  • \n
  • npm run package - Creates a distributable package.
  • \n
  • npm run clobber - Destroys a handful of temporary files (electron build,\nnode modules, configurations) to clean up invalid states. If running into\nstrange issues, try this command, followed by an npm install.
  • \n
\n

Even though the user agent and content services are reused between multiple\nbrowser instances, they don't outlive their parent process by default when it\nexits, to ease development. To have them kept alive even when there are no more\nclients left, npm run serve will start these services standalone for finer\nlifetime control.

\n

Testing

\n

Currently runs linting, unit and webdriver tests with mocha.

\n
npm test\n
\n

Contributing

\n

Please note that this project is released with a Contributor Code of Conduct.\nBy participating in this project you agree to abide by its terms.

\n

See CONTRIBUTING.md for further notes.

\n

This project is very new, so we'll probably revise these guidelines. Please\ncomment on a bug before putting significant effort in if you'd like to\ncontribute.

\n

The code uses examples from many different places, but the foundation was\nstarted from a set of posts from Paul Frazee:

\n\n

License

\n

This software is licensed under the Apache License Version 2.\nSee LICENSE for details.

\n
", - "readmeOriginal": "

Project Tofino

\n

\"Linux\n\"Windows\n\"Coverage

\n

Project Tofino is a browser interaction experiment.

\n

The kinds of things we use browsers for on PCs and mobile devices are different\nthan they were when the current \"tabs across the top\" browsers were designed.\nWe believe we can do a lot better by focusing on the tasks and activities users\nengage browsers for. Project Tofino is one of our explorations.

\n

This project is extremely immature. It's currently at the \"OK, lets throw some\nstuff together to see what happens\" stage. Please adjust your expectations\naccordingly. The tools we're using are not a statement on the set of\ntechnologies we'll use to build a final product if these ideas pan out. We're\nlooking for the quickest way to build the experiments we want, not a long-term\ntechnical strategy.

\n

If you like a wild ride and you've got another browser for real work, we'd love\nto have your comments on what works and what doesn't. But right now the \"what\nworks\" list is a lot shorter than the \"what doesn't\" list, so maybe check back\nin a few weeks when there's more to look at.

\n

We blog here: https://medium.com/project-tofino

\n

We hang out on Slack here: https://project-tofino.slack.com (you can get an\ninvite at http://tofino-slack-invite.mozilla.io)

\n

Build

\n

Documentation for building is found in docs/building.md.

\n

Developing

\n
    \n
  • npm start - Runs the build in production mode. Should be similar to a\npackaged build.
  • \n
  • npm run dev - Runs the build in development mode with hot module\nreloading.
  • \n
  • npm run package - Creates a distributable package.
  • \n
  • npm run clobber - Destroys a handful of temporary files (electron build,\nnode modules, configurations) to clean up invalid states. If running into\nstrange issues, try this command, followed by an npm install.
  • \n
\n

Even though the user agent and content services are reused between multiple\nbrowser instances, they don't outlive their parent process by default when it\nexits, to ease development. To have them kept alive even when there are no more\nclients left, npm run serve will start these services standalone for finer\nlifetime control.

\n

Testing

\n

Currently runs linting, unit and webdriver tests with mocha.

\n
npm test\n
\n

Contributing

\n

Please note that this project is released with a Contributor Code of Conduct.\nBy participating in this project you agree to abide by its terms.

\n

See CONTRIBUTING.md for further notes.

\n

This project is very new, so we'll probably revise these guidelines. Please\ncomment on a bug before putting significant effort in if you'd like to\ncontribute.

\n

The code uses examples from many different places, but the foundation was\nstarted from a set of posts from Paul Frazee:

\n\n

License

\n

This software is licensed under the Apache License Version 2.\nSee LICENSE for details.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:56.538Z" - }, - "todokit": { - "readmeCleaned": "

\n \n \"TodoKit\n \n

\n

中文

\n

Multi language support

\n

Many people require for foreign language support. I'm going to add a language config file. This project is open source and anyone can modify the code. If you like this product, you can fork this repository and make a pull request.

\n

Built With

\n

ElectronVueJSElectron-VueNodeJSExpressJSSocket.IO野狗七牛云阿里云TodoKit-api

\n

Usage

\n
    \n
  1. git clone https://github.com/jeodiong/TodoKit.git
  2. \n
  3. npm install
  4. \n
  5. npm run dev
  6. \n
  7. offical product id 5a2dde799602c07118887e3c
  8. \n
\n

Install

\n
    \n
  • TodoKit is a beautiful and open source bug and issue tracking software. Helps your teams find, record and track bugs in their projects.
  • \n
  • Website
  • \n
  • Download
  • \n
\n

Introduction

\n

Get notified

\n

Based on Socket.io

\n\n

Signin / Signout

\n

\"登录/注册\"

\n

My Products

\n

\"我的产品\"

\n

My tasks

\n

\"我的任务\"

\n

Assign and prioritize

\n

\"我的任务\"

\n

Capture and track bugs

\n

\"创建任务\"

\n

Analysis

\n

\"统计\"

\n

Members

\n

\"成员管理\"

\n

Settings

\n

\"账号设置\"

\n
", - "readmeOriginal": "

\n \n \"TodoKit\n \n

\n

中文

\n

Multi language support

\n

Many people require for foreign language support. I'm going to add a language config file. This project is open source and anyone can modify the code. If you like this product, you can fork this repository and make a pull request.

\n

Built With

\n

ElectronVueJSElectron-VueNodeJSExpressJSSocket.IO野狗七牛云阿里云TodoKit-api

\n

Usage

\n
    \n
  1. git clone https://github.com/jeodiong/TodoKit.git
  2. \n
  3. npm install
  4. \n
  5. npm run dev
  6. \n
  7. offical product id 5a2dde799602c07118887e3c
  8. \n
\n

Install

\n
    \n
  • TodoKit is a beautiful and open source bug and issue tracking software. Helps your teams find, record and track bugs in their projects.
  • \n
  • Website
  • \n
  • Download
  • \n
\n

Introduction

\n

Get notified

\n

Based on Socket.io

\n\n

Signin / Signout

\n

\"登录/注册\"

\n

My Products

\n

\"我的产品\"

\n

My tasks

\n

\"我的任务\"

\n

Assign and prioritize

\n

\"我的任务\"

\n

Capture and track bugs

\n

\"创建任务\"

\n

Analysis

\n

\"统计\"

\n

Members

\n

\"成员管理\"

\n

Settings

\n

\"账号设置\"

\n
", - "readmeFetchedAt": "2020-09-17T12:09:56.757Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.954Z" }, "transee": { - "readmeCleaned": "
\n

\"Transee\"

\n

Transee

\n

Simple and useful tool for quick translation - reference to Google Translate

\n

\"screenshot\"

\n
\n

Installation

\n
    \n
  1. \n

    Clone the git repository from GitHub:

    \n
     git clone https://github.com/alessioforte/transee.git\n
    \n
  2. \n
  3. \n

    Open the working directory:

    \n
     cd transee\n
    \n
  4. \n
  5. \n

    Install the Node dependencies:

    \n
     npm install\n
    \n
  6. \n
\n

Instead of npm install you may also install with yarn.

\n

Running Transee

\n

In order to run this project 2 scripts will need to be executed dev:react and dev:electron, run each one in a different terminal and always run dev:react before dev:electron, or dev to run them in order automatically

\n
npm run dev:react
\n
npm run dev:electron
\n

or

\n
npm run dev
\n

Packaging

\n

To generate a project package run package

\n
npm run package
\n
", - "readmeOriginal": "
\n

\"Transee\"

\n

Transee

\n

Simple and useful tool for quick translation - reference to Google Translate

\n

\"screenshot\"

\n
\n

Installation

\n
    \n
  1. \n

    Clone the git repository from GitHub:

    \n
     git clone https://github.com/alessioforte/transee.git\n
    \n
  2. \n
  3. \n

    Open the working directory:

    \n
     cd transee\n
    \n
  4. \n
  5. \n

    Install the Node dependencies:

    \n
     npm install\n
    \n
  6. \n
\n

Instead of npm install you may also install with yarn.

\n

Running Transee

\n

In order to run this project 2 scripts will need to be executed dev:react and dev:electron, run each one in a different terminal and always run dev:react before dev:electron, or dev to run them in order automatically

\n
npm run dev:react
\n
npm run dev:electron
\n

or

\n
npm run dev
\n

Packaging

\n

To generate a project package run package

\n
npm run package
\n
", - "readmeFetchedAt": "2020-09-17T12:09:56.769Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.974Z" }, - "translatium": { - "readmeCleaned": "

Translatium \"License:

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
macOSLinuxWindows
\"GitHub\"GitHub\"GitHub
\n

Translatium - Translate Any Languages like a Pro.

\n

master branch only includes the source code of Translatium 9 & up. For older versions, check out the legacy- branches.

\n
\n

Licensing

\n

Usage

\n

Translatium is paid software. Pay just $9.99 to unlock the app perpetually.

\n

The license:

\n
    \n
  • Has no time limit and never expires.
  • \n
  • Works with all versions (including major updates).
  • \n
  • Permits uses on all of the devices you own (regardless of platforms or operating systems).
  • \n
\n

Source Code

\n

On the other hand, the source code is freely available for use, modification and distribution under the permissions, limitations and conditions listed in the Mozilla Public License 2.0.

\n
\n

Development

\n
# First, clone the project:\ngit clone https://github.com/atomery/translatium.git\ncd translatium\n\n# set API keys\nexport REACT_APP_OCR_SPACE_API_KEY=...\n\n# install the dependencies\nyarn\n\n# Run development mode of Translatium\nyarn electron-dev\n\n# Build for production\nyarn dist\n
\n
", - "readmeOriginal": "

Translatium \"License:

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
macOSLinuxWindows
\"GitHub\"GitHub\"GitHub
\n

Translatium - Translate Any Languages like a Pro.

\n

master branch only includes the source code of Translatium 9 & up. For older versions, check out the legacy- branches.

\n
\n

Licensing

\n

Usage

\n

Translatium is paid software. Pay just $9.99 to unlock the app perpetually.

\n

The license:

\n
    \n
  • Has no time limit and never expires.
  • \n
  • Works with all versions (including major updates).
  • \n
  • Permits uses on all of the devices you own (regardless of platforms or operating systems).
  • \n
\n

Source Code

\n

On the other hand, the source code is freely available for use, modification and distribution under the permissions, limitations and conditions listed in the Mozilla Public License 2.0.

\n
\n

Development

\n
# First, clone the project:\ngit clone https://github.com/atomery/translatium.git\ncd translatium\n\n# set API keys\nexport REACT_APP_OCR_SPACE_API_KEY=...\n\n# install the dependencies\nyarn\n\n# Run development mode of Translatium\nyarn electron-dev\n\n# Build for production\nyarn dist\n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:56.805Z" + "tournamenter-manager": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.978Z" }, "trico": { - "readmeCleaned": "

TriCo-electron-app

\n

\"Release\"\n\"Dependencies\"\n\"Downloads\"\n\"Last-Release\"\n\"Platforms\"

\n

This App Converts your correctly formatted Excel Spreadsheet to a specified table/collection in specified Database in MYSQL/MongoDB.

\n

Do checkout the upcoming features in CHANGELOG.md

\n

\"mysql.png\"

\n

\"mongo.png\"

\n

Excel Formats Supported

\n

Supported Excel formats are XLS/XLSX/CSV

\n

Usage

\n

The Database must already be there. A table name should be provided.

\n

Spreadsheet Format

\n

Please have a look at the sample Excel sheets provided to have a clear view of the File. Microsoft Sample Sheet

\n

Starting The App

\n
sudo npm install -g electron\ngit clone https://github.com/ngudbhav/TriCo-electron-app.git\ncd TriCo-electron-app\nnpm install\nnpm start
\n

Installing The App

\n
Setup.exe => Full Windows install\nPortable.exe => Unzip and run the exe.\nSetup.deb => Installable on Debian distributions (Ubuntu, Kali, etc.)\nSetup.rpm => Installable on Red Hat distributions (Fedora, etc.) 
\n

Software Featured on Softpedia and Electronjs

\n

\"Softpedia\"

\nElectronjs Link

\n

Do rate and give Feedback!

\n

P.S. This app saves the previosuly entered information in the systems %APPDATA% directory so that the whole information is not typed again.\nNOTHING is collected by me. Also, this app establishes connection to the internet to check for the updates.

\n
", - "readmeOriginal": "

TriCo-electron-app

\n

\"Release\"\n\"Dependencies\"\n\"Downloads\"\n\"Last-Release\"\n\"Platforms\"

\n

This App Converts your correctly formatted Excel Spreadsheet to a specified table/collection in specified Database in MYSQL/MongoDB.

\n

Do checkout the upcoming features in CHANGELOG.md

\n

\"mysql.png\"

\n

\"mongo.png\"

\n

Excel Formats Supported

\n

Supported Excel formats are XLS/XLSX/CSV

\n

Usage

\n

The Database must already be there. A table name should be provided.

\n

Spreadsheet Format

\n

Please have a look at the sample Excel sheets provided to have a clear view of the File. Microsoft Sample Sheet

\n

Starting The App

\n
sudo npm install -g electron\ngit clone https://github.com/ngudbhav/TriCo-electron-app.git\ncd TriCo-electron-app\nnpm install\nnpm start
\n

Installing The App

\n
Setup.exe => Full Windows install\nPortable.exe => Unzip and run the exe.\nSetup.deb => Installable on Debian distributions (Ubuntu, Kali, etc.)\nSetup.rpm => Installable on Red Hat distributions (Fedora, etc.) 
\n

Software Featured on Softpedia and Electronjs

\n

\"Softpedia\"

\nElectronjs Link

\n

Do rate and give Feedback!

\n

P.S. This app saves the previosuly entered information in the systems %APPDATA% directory so that the whole information is not typed again.\nNOTHING is collected by me. Also, this app establishes connection to the internet to check for the updates.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:56.889Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.991Z" }, - "trilium-notes": { - "readmeCleaned": "

Trilium Notes

\n

\"Join\nTrilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases. See screenshots for quick overview:

\n

\"\"

\n

Features

\n\n

Builds

\n

Trilium is provided as either desktop application (Linux and Windows) or web application hosted on your server (Linux). Mac OS desktop build is available, but it is unsupported.

\n
    \n
  • If you want to use Trilium on the desktop, download binary release for your platform from latest release, unzip the package and run trilium executable.
  • \n
  • If you want to install Trilium on server, follow this page.\n
      \n
    • Currently only recent Chrome and Firefox are supported (tested) browsers.
    • \n
    \n
  • \n
\n

Documentation

\n

See wiki for complete list of documentation pages.

\n

You can also read Patterns of personal knowledge base to get some inspiration on how you might use Trilium.

\n

Contribute

\n

Use a browser based dev environment

\n

\"Open

\n

Or clone locally and run

\n
npm install\nnpm run start-server\n
\n

Shoutouts

\n
    \n
  • CKEditor 5 - best WYSIWYG editor on the market, very interactive and listening team
  • \n
  • FancyTree - very feature rich tree library without real competition. Trilium Notes would not be the same without it.
  • \n
  • CodeMirror - code editor with support for huge amount of languages
  • \n
  • jsPlumb - visual connectivity library without competition. Used in relation maps and link maps
  • \n
\n
", - "readmeOriginal": "

Trilium Notes

\n

\"Join\nTrilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases. See screenshots for quick overview:

\n

\"\"

\n

Features

\n\n

Builds

\n

Trilium is provided as either desktop application (Linux and Windows) or web application hosted on your server (Linux). Mac OS desktop build is available, but it is unsupported.

\n
    \n
  • If you want to use Trilium on the desktop, download binary release for your platform from latest release, unzip the package and run trilium executable.
  • \n
  • If you want to install Trilium on server, follow this page.\n
      \n
    • Currently only recent Chrome and Firefox are supported (tested) browsers.
    • \n
    \n
  • \n
\n

Documentation

\n

See wiki for complete list of documentation pages.

\n

You can also read Patterns of personal knowledge base to get some inspiration on how you might use Trilium.

\n

Contribute

\n

Use a browser based dev environment

\n

\"Open

\n

Or clone locally and run

\n
npm install\nnpm run start-server\n
\n

Shoutouts

\n
    \n
  • CKEditor 5 - best WYSIWYG editor on the market, very interactive and listening team
  • \n
  • FancyTree - very feature rich tree library without real competition. Trilium Notes would not be the same without it.
  • \n
  • CodeMirror - code editor with support for huge amount of languages
  • \n
  • jsPlumb - visual connectivity library without competition. Used in relation maps and link maps
  • \n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:57.074Z" + "translatium": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.995Z" }, "tropy": { - "readmeCleaned": "

Tropy

\n

\"Build\n\"Windows\n\"Coverage

\n

Bring order to your research — use the power of Tropy to organize and describe\nyour research photos so you can quickly find your sources whenever you need them.

\n

Visit tropy.org to learn more or follow\n@tropy on Twitter for important announcements.\nTo get started, download the latest version of Tropy for your platform, check\nout the user's manual and join the discussion on the\nforums.

\n

If you are interested to work on Tropy or create your own builds, please\nfind more details below. Happy hacking!

\n

Install from Source

\n

Install the latest version of Node.js (at least the\nversion that ships with the current Electron\nrelease) with node-gyp and all\nits requirements for your platform.

\n

On Linux you may need to install some packages in addition to node-gyp's\nrequirements. For example:

\n
# On Arch Linux\n$ sudo pacman -Sy fftw orc librsvg\n\n# On Debian\n$ sudo apt-get install liborc-0.4-0 libfftw3-bin librsvg2-bin\n\n# On CentOS\n$ sudo yum install fftw3 orc librsvg2 glib2-devel\n
\n

Before installing Tropy's dependencies, set the environment variable\nSHARP_DIST_BASE_URL or the sharp_dist_base_url npm config option to\npoint to the base URL for Tropy's\npre-compiled libvips archives:

\n
$ npm config set sharp_dist_base_url "https://github.com/tropy/sharp-libvips/releases/download/v8.8.1-tropy/"\n
\n

Additionally, if you have libvips installed locally (and don't wish Tropy\nto be linked against it), set the SHARP_IGNORE_GLOBAL_LIBVIPS environment\nvariable.

\n

Finally, clone this repository and install\nall of Tropy's dependencies:

\n
# Install native modules first, without building, them. They will\n# be patched and linked against Electron by our rebuild script later!\n$ npm install sharp sqlite3 --ignore-scripts --no-save --no-package-lock\n$ npm install\n
\n

To test that everything is set up correctly, run:

\n
$ npm test\n
\n

Creating Builds

\n

To create a dev-build for your current platform run npm run build at the\nroot of the repository. This will create a dev-build of Tropy in the dist\nfolder.

\n

Running in Dev-Mode

\n

Alternatively, you can start Tropy in dev-mode directly from the root of the\nrepository, by running npm start.

\n
", - "readmeOriginal": "

Tropy

\n

\"Build\n\"Windows\n\"Coverage

\n

Bring order to your research — use the power of Tropy to organize and describe\nyour research photos so you can quickly find your sources whenever you need them.

\n

Visit tropy.org to learn more or follow\n@tropy on Twitter for important announcements.\nTo get started, download the latest version of Tropy for your platform, check\nout the user's manual and join the discussion on the\nforums.

\n

If you are interested to work on Tropy or create your own builds, please\nfind more details below. Happy hacking!

\n

Install from Source

\n

Install the latest version of Node.js (at least the\nversion that ships with the current Electron\nrelease) with node-gyp and all\nits requirements for your platform.

\n

On Linux you may need to install some packages in addition to node-gyp's\nrequirements. For example:

\n
# On Arch Linux\n$ sudo pacman -Sy fftw orc librsvg\n\n# On Debian\n$ sudo apt-get install liborc-0.4-0 libfftw3-bin librsvg2-bin\n\n# On CentOS\n$ sudo yum install fftw3 orc librsvg2 glib2-devel\n
\n

Before installing Tropy's dependencies, set the environment variable\nSHARP_DIST_BASE_URL or the sharp_dist_base_url npm config option to\npoint to the base URL for Tropy's\npre-compiled libvips archives:

\n
$ npm config set sharp_dist_base_url \"https://github.com/tropy/sharp-libvips/releases/download/v8.8.1-tropy/\"\n
\n

Additionally, if you have libvips installed locally (and don't wish Tropy\nto be linked against it), set the SHARP_IGNORE_GLOBAL_LIBVIPS environment\nvariable.

\n

Finally, clone this repository and install\nall of Tropy's dependencies:

\n
# Install native modules first, without building, them. They will\n# be patched and linked against Electron by our rebuild script later!\n$ npm install sharp sqlite3 --ignore-scripts --no-save --no-package-lock\n$ npm install\n
\n

To test that everything is set up correctly, run:

\n
$ npm test\n
\n

Creating Builds

\n

To create a dev-build for your current platform run npm run build at the\nroot of the repository. This will create a dev-build of Tropy in the dist\nfolder.

\n

Running in Dev-Mode

\n

Alternatively, you can start Tropy in dev-mode directly from the root of the\nrepository, by running npm start.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:57.134Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:50.999Z" }, - "ttth": { - "readmeCleaned": "
\n \n

ttth

\n

available for:

\n

\"linux\"\n\"apple\"\n\"windows\"

\n

\"DeepScan\n\"Codacy\n\"GitHub\n\"GitHub\n\"GitHub\n\"GitHub\n\"GitHub\n\"GitHub\n\"Merged\n\"GitHub\n\"jsDoc\"

\n
\n

about

\n

ttth (talk to the hand) is an electron based desktop app for online services like WhatsApp, Threema, Telegram, Google and several others.

\n

It is:

\n
    \n
  • available for freebsd, linux, macOS and windows.
  • \n
  • inspired by apps like Franz and Rambox. Need to feature Hamsket here as good looking Rambox fork and Ferdi as Franz fork.
  • \n
  • free and open source
  • \n
\n

getting-started

\n

download

\n

Download the latest release from here.

\n

install

\n

Please see the installation instructions for more details.

\n

services

\n

While ttth supports a growing list of pre-configured services, you can as well add custom urls yourself (using the CUSTOM URL type).\nPlease see the supported services for more details.

\n

ui

\n

ttth comes with several themes. This readme is only featuring the default theme.

\n

\"ui\"

\n

Default theme

\n

Please see the themes list for more details.

\n

changelog

\n

Please see the changlog for more details.

\n

keyboard-shortcuts

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
FunctionLinuxmacOSWindows
HomepageF1F1F1
Report issueF2F2F2
ChangelogF3F3F3
FAQF4F4F4
ReleasesF5F5F5
Search updatesF9F9F9
Open developer console for current serviceF10F10F10
Toggle Fullscreen modeF11F11F11
Toggle developer consoleF12F12F12
Show SettingsCTRL + ,CMD + ,CTRL + ,
Jump to next serviceCTRL + 🡆CMD + 🡆CTRL + 🡆
Jump to previous serviceCTRL + 🡄CMD + 🡄CTRL + 🡄
Jump to service tab 1CTRL + 1CMD + 1CTRL + 1
Jump to service tab 2CTRL + 2CMD + 2CTRL + 2
Jump to service tab 3CTRL + 3CMD + 3CTRL + 3
Jump to service tab ...CTRL + ...CMD + ...CTRL + ...
Jump to service tab 9CTRL + 9CMD + 9CTRL + 9
Reload current serviceCTRL + SCMD + SCTRL + S
Quit/exit the applicationCTRL + QCMD + QCTRL + Q
Reload the applicationCTRL + RCMD + RCTRL + R
Minimize windowCTRL + MCMD + MCTRL + M
Maximize windowCTRL + KCMD + KCTRL + K
Hide windowCTRL + HCMD + HCTRL + H
\n

privacy

\n
    \n
  • ttth is using sentry to collect error reports. This helps heavily finding bugs which might occur only in some specific use-cases. Please see the sentry privacy policy for more details.
  • \n
  • ttth is not tracking it's users (i.e. using Google Analytics or similar)
  • \n
  • All data is stored locally only.
  • \n
  • Sessions will persist using the partition:persist attribute for electrons webview.
  • \n
\n

You are always welcome to check and even improve the code.

\n

faq

\n

Please see the FAQ for more details.

\n

known-issues

\n

Please see the known issues for more details.

\n

discussion

\n
    \n
  • Github: click here to create an issue
  • \n
\n

license

\n

Please see the LICENSE for more details.

\n

disclosure

\n

ttth is not affiliated with any of the supported apps/services.

\n

support / fund

\n

If you want to support the development of ttth you can fund me on:

\n\n
\n

developers

\n\n
", - "readmeOriginal": "
\n \n

ttth

\n

available for:

\n

\"linux\"\n\"apple\"\n\"windows\"

\n

\"DeepScan\n\"Codacy\n\"GitHub\n\"GitHub\n\"GitHub\n\"GitHub\n\"GitHub\n\"GitHub\n\"Merged\n\"GitHub\n\"jsDoc\"

\n
\n

about

\n

ttth (talk to the hand) is an electron based desktop app for online services like WhatsApp, Threema, Telegram, Google and several others.

\n

It is:

\n
    \n
  • available for freebsd, linux, macOS and windows.
  • \n
  • inspired by apps like Franz and Rambox. Need to feature Hamsket here as good looking Rambox fork and Ferdi as Franz fork.
  • \n
  • free and open source
  • \n
\n

getting-started

\n

download

\n

Download the latest release from here.

\n

install

\n

Please see the installation instructions for more details.

\n

services

\n

While ttth supports a growing list of pre-configured services, you can as well add custom urls yourself (using the CUSTOM URL type).\nPlease see the supported services for more details.

\n

ui

\n

ttth comes with several themes. This readme is only featuring the default theme.

\n

\"ui\"

\n

Default theme

\n

Please see the themes list for more details.

\n

changelog

\n

Please see the changlog for more details.

\n

keyboard-shortcuts

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
FunctionLinuxmacOSWindows
HomepageF1F1F1
Report issueF2F2F2
ChangelogF3F3F3
FAQF4F4F4
ReleasesF5F5F5
Search updatesF9F9F9
Open developer console for current serviceF10F10F10
Toggle Fullscreen modeF11F11F11
Toggle developer consoleF12F12F12
Show SettingsCTRL + ,CMD + ,CTRL + ,
Jump to next serviceCTRL + 🡆CMD + 🡆CTRL + 🡆
Jump to previous serviceCTRL + 🡄CMD + 🡄CTRL + 🡄
Jump to service tab 1CTRL + 1CMD + 1CTRL + 1
Jump to service tab 2CTRL + 2CMD + 2CTRL + 2
Jump to service tab 3CTRL + 3CMD + 3CTRL + 3
Jump to service tab ...CTRL + ...CMD + ...CTRL + ...
Jump to service tab 9CTRL + 9CMD + 9CTRL + 9
Reload current serviceCTRL + SCMD + SCTRL + S
Quit/exit the applicationCTRL + QCMD + QCTRL + Q
Reload the applicationCTRL + RCMD + RCTRL + R
Minimize windowCTRL + MCMD + MCTRL + M
Maximize windowCTRL + KCMD + KCTRL + K
Hide windowCTRL + HCMD + HCTRL + H
\n

privacy

\n
    \n
  • ttth is using sentry to collect error reports. This helps heavily finding bugs which might occur only in some specific use-cases. Please see the sentry privacy policy for more details.
  • \n
  • ttth is not tracking it's users (i.e. using Google Analytics or similar)
  • \n
  • All data is stored locally only.
  • \n
  • Sessions will persist using the partition:persist attribute for electrons webview.
  • \n
\n

You are always welcome to check and even improve the code.

\n

faq

\n

Please see the FAQ for more details.

\n

known-issues

\n

Please see the known issues for more details.

\n

discussion

\n
    \n
  • Github: click here to create an issue
  • \n
\n

license

\n

Please see the LICENSE for more details.

\n

disclosure

\n

ttth is not affiliated with any of the supported apps/services.

\n

support / fund

\n

If you want to support the development of ttth you can fund me on:

\n\n
\n

developers

\n\n
", - "readmeFetchedAt": "2020-09-17T12:09:57.374Z" + "trilium-notes": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:51.014Z" }, - "tournamenter-manager": { - "readmeCleaned": "

\"TournamenterApp\"

\n

\"Build \"Build \"Release\" \"Tournamenter

\n

This project is an wrapper for the Tournamenter\napp. It is a service manager that can launch and manage Tournamenter servers locally.

\n

\"TournamenterApp\"

\n

Tournamenter is

\n

A system that allows you to manage your tournament or event, built with\nNode.JS and Electron.

\n

It allows you to run events with a easy to use interface that let's you:

\n
    \n
  • Manage Teams
  • \n
  • Create Groups (Like Soccer Groups)
  • \n
  • Create Tables (With custom ranking options and Columns)
  • \n
  • Create Views that will be displayed in TV Screens and Projectors\n(With custom Pages that can be customized)
  • \n
\n

Download and Install

\n

The App is in BETA, and should work fine on Mac and Windows. Download the latest version for your OS:

\n\n

What it does

\n

It allows you to create instances ("run servers") of Tournamenter without knowing\na bit of Terminal. You can run multiple instances of Tournamenter simultaneously.

\n
", - "readmeOriginal": "

\"TournamenterApp\"

\n

\"Build \"Build \"Release\" \"Tournamenter

\n

This project is an wrapper for the Tournamenter\napp. It is a service manager that can launch and manage Tournamenter servers locally.

\n

\"TournamenterApp\"

\n

Tournamenter is

\n

A system that allows you to manage your tournament or event, built with\nNode.JS and Electron.

\n

It allows you to run events with a easy to use interface that let's you:

\n
    \n
  • Manage Teams
  • \n
  • Create Groups (Like Soccer Groups)
  • \n
  • Create Tables (With custom ranking options and Columns)
  • \n
  • Create Views that will be displayed in TV Screens and Projectors\n(With custom Pages that can be customized)
  • \n
\n

Download and Install

\n

The App is in BETA, and should work fine on Mac and Windows. Download the latest version for your OS:

\n\n

What it does

\n

It allows you to create instances (\"run servers\") of Tournamenter without knowing\na bit of Terminal. You can run multiple instances of Tournamenter simultaneously.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:57.378Z" + "ttth": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:53.604Z" }, "tunepack": { - "readmeCleaned": "

Tunepack

\n

Getting started

\n
npm install\ncp .env.example .env
\n

Development

\n
npm run dev
\n

Creating a component

\n

To easily create a scaffolds of components etc. we use Plop.

\n

Please make sure you install Plop first: npm install plop --g

\n
plop component
\n

Packaging

\n

To package the app for the local platform:

\n
GA_TRACKING_ID=x npm run package
\n

Packaging and publishing

\n

To package the app for the local platform:

\n
GA_TRACKING_ID=x npm run package:ci
\n

The packaged app will be inside the release directory.

\n

Building to Multiple Platforms

\n
GA_TRACKING_ID=x npm run package:all
\n

Uploading a draft release to Github automatically

\n

First generate an Github access token here: https://github.com/settings/tokens

\n

Then add an env var called GH_TOKEN with that token value to your env vars so:

\n
sudo nano ~/.bash_profile
\n

Then run

\n
npm run package:ci\n
\n

Debugging:

\n
DEBUG=tunepack:* npm run dev\n
\n

Debugging soulseek:

\n
DEBUG=slsk:* npm run dev\n
\n
", - "readmeOriginal": "

Tunepack

\n

Getting started

\n
npm install\ncp .env.example .env
\n

Development

\n
npm run dev
\n

Creating a component

\n

To easily create a scaffolds of components etc. we use Plop.

\n

Please make sure you install Plop first: npm install plop --g

\n
plop component
\n

Packaging

\n

To package the app for the local platform:

\n
GA_TRACKING_ID=x npm run package
\n

Packaging and publishing

\n

To package the app for the local platform:

\n
GA_TRACKING_ID=x npm run package:ci
\n

The packaged app will be inside the release directory.

\n

Building to Multiple Platforms

\n
GA_TRACKING_ID=x npm run package:all
\n

Uploading a draft release to Github automatically

\n

First generate an Github access token here: https://github.com/settings/tokens

\n

Then add an env var called GH_TOKEN with that token value to your env vars so:

\n
sudo nano ~/.bash_profile
\n

Then run

\n
npm run package:ci\n
\n

Debugging:

\n
DEBUG=tunepack:* npm run dev\n
\n

Debugging soulseek:

\n
DEBUG=slsk:* npm run dev\n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:57.384Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:53.616Z" }, "tunlookup": { - "readmeCleaned": "

Tunlookup

\n

Translate selected text with a keystroke tunlookup.com

\n

\"preview\"

\n

Keyboard shortcuts

\n

Keyboard shortcuts 1

\n

(Version 3.0.3 and earlier)

\n

Window: Ctrl + C Ctrl + Q

\n

MacOS: ⌘ + C ⌘ + D

\n

Keyboard shortcuts 2

\n

(Version 3.0.4 onwards)

\n

Window: Ctrl + Q

\n

MacOS: ⌘ + D

\n

From version 3.0.4 onwards, If you want to use Keyboard shortcuts 2

\n

you must allow Tunlookup to control your computer (in Security & Privacy)

\n

\"Setting\"

\n

Management your history

\n

You can add the translated word to your own dictionary and use it later.

\n

Cross-platform

\n

Tunlookup works across operating systems. You can use it on MacOS, Windows.

\n

Download

\n

You can manually download the latest release here.

\n

Stakeholders

\n
    \n
  • Project Owner: The Phuc
  • \n
  • Project Manager: The Phuc
  • \n
  • Developer: The Phuc
  • \n
\n

MIT © ThePhuc\nFacebook\nGmail

\n
", - "readmeOriginal": "

Tunlookup

\n

Translate selected text with a keystroke tunlookup.com

\n

\"preview\"

\n

Keyboard shortcuts

\n

Keyboard shortcuts 1

\n

(Version 3.0.3 and earlier)

\n

Window: Ctrl + C Ctrl + Q

\n

MacOS: ⌘ + C ⌘ + D

\n

Keyboard shortcuts 2

\n

(Version 3.0.4 onwards)

\n

Window: Ctrl + Q

\n

MacOS: ⌘ + D

\n

From version 3.0.4 onwards, If you want to use Keyboard shortcuts 2

\n

you must allow Tunlookup to control your computer (in Security & Privacy)

\n

\"Setting\"

\n

Management your history

\n

You can add the translated word to your own dictionary and use it later.

\n

Cross-platform

\n

Tunlookup works across operating systems. You can use it on MacOS, Windows.

\n

Download

\n

You can manually download the latest release here.

\n

Stakeholders

\n
    \n
  • Project Owner: The Phuc
  • \n
  • Project Manager: The Phuc
  • \n
  • Developer: The Phuc
  • \n
\n

MIT © ThePhuc\nFacebook\nGmail

\n
", - "readmeFetchedAt": "2020-09-17T12:09:57.472Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:53.618Z" }, "turn-off-app": { - "readmeCleaned": "

\n \n

\n

TURN OFF APP

\n
\n

Turn Off App is free and open source software to shutdown your computer at selected hour or after specifed time peroid avilable on Windows platform

\n

\n \n

\n

Download

\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
versionLink
x64Download Windows 64 bit version
x32Download Windows 32 bit version
\n

Running Locally

\n
\n
# Clone this repository\ngit clone https://github.com/tomaszchlebek/turn-off-app.git\n# Go into the repository\ncd turn-off-app\n# Install dependencies\nyarn install\n# Run the app\nyarn run start\n
\n
", - "readmeOriginal": "

\n \n

\n

TURN OFF APP

\n
\n

Turn Off App is free and open source software to shutdown your computer at selected hour or after specifed time peroid avilable on Windows platform

\n

\n \n

\n

Download

\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
versionLink
x64Download Windows 64 bit version
x32Download Windows 32 bit version
\n

Running Locally

\n
\n
# Clone this repository\ngit clone https://github.com/tomaszchlebek/turn-off-app.git\n# Go into the repository\ncd turn-off-app\n# Install dependencies\nyarn install\n# Run the app\nyarn run start\n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:57.538Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:53.625Z" }, - "tusk": { - "readmeCleaned": "

\n
Tusk\n

\n

\n Refined Evernote desktop app\n

\n
\n \n \"Tusk\"\n \n
\n

\n \n \"Build\n \n

\n

Description

\n

Tusk is an unofficial, featureful, open source, community-driven, free Evernote app used by people in more than 140 countries.

\n

Tusk is indicated by Evernote as an alternative client for Linux environments trusted by the open source community.

\n

You can now support the development process through GitHub Sponsors.

\n

Come over to Gitter or Twitter to share your thoughts on the project.

\n

Visit the contributing guidelines to learn more on how to translate this document into more languages.

\n

You can find more apps here.

\n

Highlights

\n
    \n
  • Black, Dark & Sepia Themes
  • \n
  • Focus, Compact & Auto-Night Modes
  • \n
  • Local & Global Customizable Keyboard Shortcuts
  • \n
  • Export Notes as PDF, HTML & Markdown Files
  • \n
  • Note Navigation
  • \n
  • Yinxiang Support
  • \n
  • Cross Platform
  • \n
  • Scalable Interface
  • \n
  • Update Notifications
  • \n
  • Drag and Drop Files
  • \n
\n

Contents

\n\n

Install

\n

Github Releases

\n

Head to the releases page and download the appropriate installer for your system.

\n

Snapcraft

\n

Ubuntu Linux users can directly install through Snapcraft snap install tusk

\n

Homebrew

\n

Macos users can directly install through Homebrew Cask brew cask install tusk

\n

Note

\n

The version available on Homebrew Cask may not be the latest, since unlike Snapcraft, it is not offically maintained. If that is the case, please consider downloading directly from the Github releases page.

\n

Features

\n

Visit the project homepage to view all features in detail.

\n
    \n
  • Auto Night Mode - Press Cmd/Ctrl Alt N to allow Tusk to adjust to your environment.
  • \n
  • Black Theme - Activate it by pressing Cmd/Ctrl Alt E.
  • \n
  • Compact Mode - Downsize the window to enter the mode.
  • \n
  • Custom Shortcut Keys - Navigate to ~/.tusk.json or press Cmd/Ctrl . to modify any shortcut key. To reset delete ~/.tusk.json & restart the app.
  • \n
  • Dark Theme - Activate it by pressing Cmd/Ctrl D.
  • \n
  • Drag & Drop Files - Attach files by dragging them to the app window.
  • \n
  • Export Notes as Markdown - Press Cmd/Ctrl O to save your notes as Markdown files.
  • \n
  • Export Notes as HTML - Press Cmd/Ctrl Shift H to save your notes as HTML files.
  • \n
  • Export Notes as PDF - Press Cmd/Ctrl Shift E to save your notes as PDF files.
  • \n
  • Focus Mode - Activate it by pressing Cmd/Ctrl K.
  • \n
  • Global Shortcut Keys - Enable them by using the File > Enable Global Shortcut Keys option.
  • \n
  • Note Navigation - Navigate your notes by pressing Cmd/Ctrl Tab / Cmd/Ctrl Shift Tab or jump directly to one by using Cmd/Ctrl 1 - 9.
  • \n
  • Note Printing - Press Cmd/Ctrl Alt P to print your notes.
  • \n
  • Scalable Interface - Adjust the zooming factor by pressing Cmd/Ctrl Shift = or Cmd/Ctrl -.
  • \n
  • Sepia Theme - Activate it by pressing Cmd/Ctrl G.
  • \n
  • Update Notifications - Customize the apps update checking frequency.
  • \n
  • Yinxiang Support - Login to Yinxiang by using the File > Switch to Yinxiang option.
  • \n
\n

Keyboard Shortcuts

\n

Local Shortcut Keys

\n

70+ local keyboard shortcuts. Toggle anything in a flash.

\n
\nView all the available local keyboard shortcuts.\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
DescriptionKeys
Activate Auto Night ModeCmd/Ctrl Alt N
Add LinkCmd/Ctrl Shift K
Add ShortcutCmd/Ctrl Alt S
Align CenterCmd/Ctrl Alt M
Align LeftCmd/Ctrl Alt L
Align RightCmd/Ctrl Alt R
Attach FileCmd/Ctrl Shift F
Bold TextCmd/Ctrl B
Bulleted ListCmd/Ctrl Shift .
Change Font SizeCmd/Ctrl Alt 1 - 6
Code BlockCmd/Ctrl Shift L
Decrease IndentationCmd/Ctrl Shift M
Delete NoteDelete
Edit Shortcut KeysCmd/Ctrl .
Export Note as HTMLCmd/Ctrl Shift H
Export Note as MarkdownCmd/Ctrl O
Export Note as PDFCmd/Ctrl Shift E
Increase IndentationCmd/Ctrl Alt K
Insert Date StampCmd/Ctrl Shift ;
Insert Date-Time StampCmd/Ctrl ;
Insert from DriveCmd/Ctrl Shift D
Insert Horizontal RuleCmd/Ctrl Shift -
Italic TextCmd/Ctrl I
Jump to NoteCmd/Ctrl 1 - 9
Make Text LargerCmd/Ctrl Shift =
Make Text SmallerCmd/Ctrl -
Navigate to Next NoteCmd/Ctrl Tab
Navigate to Previews NoteCmd/Ctrl Shift Tab
New NoteCmd/Ctrl N
New NotebookCmd/Ctrl Shift N
New TagCmd/Ctrl Shift T
Numbered ListCmd/Ctrl Shift O
Print NoteCmd/Ctrl Alt P
Remove FormattingCmd/Ctrl Shift Space
Reset Zoom LevelCmd/Ctrl 0
Return to NotesEsc
Save NoteCmd/Ctrl S
Search NotesCmd/Ctrl F
Set Always on TopCmd/Ctrl Shift P
Set ReminderCmd/Ctrl E
Strikethrough TextCmd/Ctrl T
Subscript TextCmd/Ctrl Shift ]
Superscript TextCmd/Ctrl Shift [
Toggle Black ThemeCmd/Ctrl Alt E
Toggle CheckboxCmd/Ctrl Shift B
Toggle Dark ThemeCmd/Ctrl D
Toggle Focus ModeCmd/Ctrl K
Toggle NotebooksAlt Shift N
Toggle Sepia ThemeCmd/Ctrl G
Toggle SettingsCmd/Ctrl ,
Toggle ShortcutsCmd/Ctrl Shift S
Toggle SidebarCmd/Ctrl \\
Toggle TagsAlt Shift T
Toggle Window MenuAlt
Underline TextCmd/Ctrl U
\n
\n
\n

Global Shortcut Keys

\n

Access Tusk at any moment from anywhere within your operating system. All global shortcuts can be customized to match your own preference through the configuration file ~/.tusk.json.

\n
\nView all the available global keyboard shortcuts.\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
DescriptionGlobal Shortcut
Toggle Tusk WindowCmd/Ctrl Alt A
Create New NoteCmd/Ctrl Alt C
Search NotesCmd/Ctrl Alt F
\n
\n
\n

Development

\n

For more info on how to contribute to the project, please read the contributing guidelines.

\n
    \n
  • Fork the repository and clone it to your machine
  • \n
  • Navigate to your local fork: cd tusk
  • \n
  • Install the project dependencies: npm install or yarn install
  • \n
  • Run Tusk on dev mode: npm start or yarn start
  • \n
  • Lint code for errors: npm test or yarn test
  • \n
  • Build binaries and installers: npm run release or yarn release
  • \n
\n

Related Apps

\n
    \n
  • Ao - Elegant Microsoft To-Do desktop app.
  • \n
  • Taskbook - Tasks, boards & notes for the command-line habitat.
  • \n
\n

Team

\n\n

Disclaimer

\n

Tusk is an unofficial, open source, third-party, community-driven, free app and is not affiliated in any way with Evernote.

\n

License

\n

MIT

\n
", - "readmeOriginal": "

\n
Tusk\n

\n

\n Refined Evernote desktop app\n

\n
\n \n \"Tusk\"\n \n
\n

\n \n \"Build\n \n

\n

Description

\n

Tusk is an unofficial, featureful, open source, community-driven, free Evernote app used by people in more than 140 countries.

\n

Tusk is indicated by Evernote as an alternative client for Linux environments trusted by the open source community.

\n

You can now support the development process through GitHub Sponsors.

\n

Come over to Gitter or Twitter to share your thoughts on the project.

\n

Visit the contributing guidelines to learn more on how to translate this document into more languages.

\n

You can find more apps here.

\n

Highlights

\n
    \n
  • Black, Dark & Sepia Themes
  • \n
  • Focus, Compact & Auto-Night Modes
  • \n
  • Local & Global Customizable Keyboard Shortcuts
  • \n
  • Export Notes as PDF, HTML & Markdown Files
  • \n
  • Note Navigation
  • \n
  • Yinxiang Support
  • \n
  • Cross Platform
  • \n
  • Scalable Interface
  • \n
  • Update Notifications
  • \n
  • Drag and Drop Files
  • \n
\n

Contents

\n\n

Install

\n

Github Releases

\n

Head to the releases page and download the appropriate installer for your system.

\n

Snapcraft

\n

Ubuntu Linux users can directly install through Snapcraft snap install tusk

\n

Homebrew

\n

Macos users can directly install through Homebrew Cask brew cask install tusk

\n

Note

\n

The version available on Homebrew Cask may not be the latest, since unlike Snapcraft, it is not offically maintained. If that is the case, please consider downloading directly from the Github releases page.

\n

Features

\n

Visit the project homepage to view all features in detail.

\n
    \n
  • Auto Night Mode - Press Cmd/Ctrl Alt N to allow Tusk to adjust to your environment.
  • \n
  • Black Theme - Activate it by pressing Cmd/Ctrl Alt E.
  • \n
  • Compact Mode - Downsize the window to enter the mode.
  • \n
  • Custom Shortcut Keys - Navigate to ~/.tusk.json or press Cmd/Ctrl . to modify any shortcut key. To reset delete ~/.tusk.json & restart the app.
  • \n
  • Dark Theme - Activate it by pressing Cmd/Ctrl D.
  • \n
  • Drag & Drop Files - Attach files by dragging them to the app window.
  • \n
  • Export Notes as Markdown - Press Cmd/Ctrl O to save your notes as Markdown files.
  • \n
  • Export Notes as HTML - Press Cmd/Ctrl Shift H to save your notes as HTML files.
  • \n
  • Export Notes as PDF - Press Cmd/Ctrl Shift E to save your notes as PDF files.
  • \n
  • Focus Mode - Activate it by pressing Cmd/Ctrl K.
  • \n
  • Global Shortcut Keys - Enable them by using the File > Enable Global Shortcut Keys option.
  • \n
  • Note Navigation - Navigate your notes by pressing Cmd/Ctrl Tab / Cmd/Ctrl Shift Tab or jump directly to one by using Cmd/Ctrl 1 - 9.
  • \n
  • Note Printing - Press Cmd/Ctrl Alt P to print your notes.
  • \n
  • Scalable Interface - Adjust the zooming factor by pressing Cmd/Ctrl Shift = or Cmd/Ctrl -.
  • \n
  • Sepia Theme - Activate it by pressing Cmd/Ctrl G.
  • \n
  • Update Notifications - Customize the apps update checking frequency.
  • \n
  • Yinxiang Support - Login to Yinxiang by using the File > Switch to Yinxiang option.
  • \n
\n

Keyboard Shortcuts

\n

Local Shortcut Keys

\n

70+ local keyboard shortcuts. Toggle anything in a flash.

\n
\nView all the available local keyboard shortcuts.\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
DescriptionKeys
Activate Auto Night ModeCmd/Ctrl Alt N
Add LinkCmd/Ctrl Shift K
Add ShortcutCmd/Ctrl Alt S
Align CenterCmd/Ctrl Alt M
Align LeftCmd/Ctrl Alt L
Align RightCmd/Ctrl Alt R
Attach FileCmd/Ctrl Shift F
Bold TextCmd/Ctrl B
Bulleted ListCmd/Ctrl Shift .
Change Font SizeCmd/Ctrl Alt 1 - 6
Code BlockCmd/Ctrl Shift L
Decrease IndentationCmd/Ctrl Shift M
Delete NoteDelete
Edit Shortcut KeysCmd/Ctrl .
Export Note as HTMLCmd/Ctrl Shift H
Export Note as MarkdownCmd/Ctrl O
Export Note as PDFCmd/Ctrl Shift E
Increase IndentationCmd/Ctrl Alt K
Insert Date StampCmd/Ctrl Shift ;
Insert Date-Time StampCmd/Ctrl ;
Insert from DriveCmd/Ctrl Shift D
Insert Horizontal RuleCmd/Ctrl Shift -
Italic TextCmd/Ctrl I
Jump to NoteCmd/Ctrl 1 - 9
Make Text LargerCmd/Ctrl Shift =
Make Text SmallerCmd/Ctrl -
Navigate to Next NoteCmd/Ctrl Tab
Navigate to Previews NoteCmd/Ctrl Shift Tab
New NoteCmd/Ctrl N
New NotebookCmd/Ctrl Shift N
New TagCmd/Ctrl Shift T
Numbered ListCmd/Ctrl Shift O
Print NoteCmd/Ctrl Alt P
Remove FormattingCmd/Ctrl Shift Space
Reset Zoom LevelCmd/Ctrl 0
Return to NotesEsc
Save NoteCmd/Ctrl S
Search NotesCmd/Ctrl F
Set Always on TopCmd/Ctrl Shift P
Set ReminderCmd/Ctrl E
Strikethrough TextCmd/Ctrl T
Subscript TextCmd/Ctrl Shift ]
Superscript TextCmd/Ctrl Shift [
Toggle Black ThemeCmd/Ctrl Alt E
Toggle CheckboxCmd/Ctrl Shift B
Toggle Dark ThemeCmd/Ctrl D
Toggle Focus ModeCmd/Ctrl K
Toggle NotebooksAlt Shift N
Toggle Sepia ThemeCmd/Ctrl G
Toggle SettingsCmd/Ctrl ,
Toggle ShortcutsCmd/Ctrl Shift S
Toggle SidebarCmd/Ctrl \\
Toggle TagsAlt Shift T
Toggle Window MenuAlt
Underline TextCmd/Ctrl U
\n
\n
\n

Global Shortcut Keys

\n

Access Tusk at any moment from anywhere within your operating system. All global shortcuts can be customized to match your own preference through the configuration file ~/.tusk.json.

\n
\nView all the available global keyboard shortcuts.\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
DescriptionGlobal Shortcut
Toggle Tusk WindowCmd/Ctrl Alt A
Create New NoteCmd/Ctrl Alt C
Search NotesCmd/Ctrl Alt F
\n
\n
\n

Development

\n

For more info on how to contribute to the project, please read the contributing guidelines.

\n
    \n
  • Fork the repository and clone it to your machine
  • \n
  • Navigate to your local fork: cd tusk
  • \n
  • Install the project dependencies: npm install or yarn install
  • \n
  • Run Tusk on dev mode: npm start or yarn start
  • \n
  • Lint code for errors: npm test or yarn test
  • \n
  • Build binaries and installers: npm run release or yarn release
  • \n
\n

Related Apps

\n
    \n
  • Ao - Elegant Microsoft To-Do desktop app.
  • \n
  • Taskbook - Tasks, boards & notes for the command-line habitat.
  • \n
\n

Team

\n\n

Disclaimer

\n

Tusk is an unofficial, open source, third-party, community-driven, free app and is not affiliated in any way with Evernote.

\n

License

\n

MIT

\n
", - "readmeFetchedAt": "2020-09-17T12:09:57.660Z" + "tviewer": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:53.653Z" }, "tutti-quanti-shelf": { - "readmeCleaned": "

\"Tutti TUTTI QUANTI SHELF

\n

Tutti Quanti Shelf is a collection of miscellaneous developer-oriented utilities wrapped into one single app, built with Electron.

\n

This desktop application works on macOS, Linux and Windows operating systems.

\n

Utilities

\n

The following utilities are currently available:

\n
    \n
  • CIDR Calculator
  • \n
  • CSS Cursors Demo
  • \n
  • Digital Clock
  • \n
  • Graph Visualizer
  • \n
  • IETF Language Tags
  • \n
  • JavaScript Parser
  • \n
  • JavaScript Runner
  • \n
  • JSON Formatter
  • \n
  • LaTeX Math Renderer
  • \n
  • Romaji-Kana
  • \n
  • Roman Numerals
  • \n
  • System Information
  • \n
  • Text Converter
  • \n
  • XML Converter
  • \n
\n

CIDR Calculator

\n

Simple CIDR calculators:

\n
    \n
  • CIDR to IP Range
  • \n
  • IP Range to CIDR List
  • \n
\n

\"CIDR

\n

CSS Cursors Demo

\n

Display CSS cursors by category:

\n

\"CSS

\n

Digital Clock

\n

Customizable clock, using language-sensitive text formatting for date and time:

\n

\"Digital

\n

Graph Visualizer

\n

Graph visualizer, using the Graphviz visualization software:

\n

\"Graph

\n

IETF Language Tags

\n

References for IETF BCP 47 language tags and subtags:

\n

\"IETF

\n

JavaScript Parser

\n

JavaScript code parser and tokenizer, based on Esprima:

\n

\"JavaScript

\n

JavaScript Runner

\n

JavaScript code runner, useful for quick testing/prototyping or data processing:

\n

\"JavaScript

\n

JSON Formatter

\n

JSON data formatter and validator:

\n

\"JSON

\n

LaTeX Math Renderer

\n

LaTeX math expression renderer, using the KaTeX JavaScript library:

\n

\"LaTeX

\n

Romaji-Kana

\n

Simple converters between rōmaji and kana:

\n
    \n
  • Rōmaji to Kana
  • \n
  • Kana to Rōmaji
  • \n
\n

\"Romaji-Kana

\n

Roman Numerals

\n

Converters between roman and arabic numerals:

\n
    \n
  • Roman to Arabic Numeral
  • \n
  • Arabic to Roman Numeral
  • \n
\n

\"Roman

\n

System Information

\n

Detailed list of system information, by category:

\n
    \n
  • Framework
  • \n
  • Main Process
  • \n
  • Renderer Process
  • \n
  • Application
  • \n
  • Navigator
  • \n
  • Operating System
  • \n
  • OS User Info
  • \n
  • Screen
  • \n
  • Window
  • \n
  • Environment
  • \n
\n

\"System

\n

Text Converter

\n

Encode and decode text according to several string formats:

\n
    \n
  • JSON String
  • \n
  • Hex String
  • \n
  • Base64 String
  • \n
\n

\"Text

\n

\"Text

\n

XML Converter

\n

Convert XML to JSON:

\n

\"XML

\n

Using

\n

You can download the latest release for macOS.

\n

Building

\n

You'll need Node.js (which comes with npm) installed on your computer in order to build this application.

\n

Clone method

\n
# Clone the repository\ngit clone https://github.com/tonton-pixel/tutti-quanti-shelf\n# Go into the repository\ncd tutti-quanti-shelf\n# Install dependencies\nnpm install\n# Run the application\nnpm start
\n

Note: to use the clone method, the core tool git must also be installed.

\n

Download method

\n

If you don't wish to clone, you can download the source code, unZip it, then directly run the following commands from a Terminal opened at the resulting tutti-quanti-shelf-master folder location:

\n
# Install dependencies\nnpm install\n# Run the application\nnpm start
\n

Packaging

\n

Several scripts are also defined in the package.json file to build OS-specific bundles of the application, using the simple yet powerful Electron Packager Node module.
\nFor instance, running the following command (once the dependencies are installed) will create a Tutti Quanti Shelf.app version for macOS:

\n
# Build macOS (Darwin) application\nnpm run build-darwin
\n

License

\n

The MIT License (MIT).

\n

Copyright © 2019-2020 Michel Mariani.

\n
", - "readmeOriginal": "

\"Tutti TUTTI QUANTI SHELF

\n

Tutti Quanti Shelf is a collection of miscellaneous developer-oriented utilities wrapped into one single app, built with Electron.

\n

This desktop application works on macOS, Linux and Windows operating systems.

\n

Utilities

\n

The following utilities are currently available:

\n
    \n
  • CIDR Calculator
  • \n
  • CSS Cursors Demo
  • \n
  • Digital Clock
  • \n
  • Graph Visualizer
  • \n
  • IETF Language Tags
  • \n
  • JavaScript Parser
  • \n
  • JavaScript Runner
  • \n
  • JSON Formatter
  • \n
  • LaTeX Math Renderer
  • \n
  • Romaji-Kana
  • \n
  • Roman Numerals
  • \n
  • System Information
  • \n
  • Text Converter
  • \n
  • XML Converter
  • \n
\n

CIDR Calculator

\n

Simple CIDR calculators:

\n
    \n
  • CIDR to IP Range
  • \n
  • IP Range to CIDR List
  • \n
\n

\"CIDR

\n

CSS Cursors Demo

\n

Display CSS cursors by category:

\n

\"CSS

\n

Digital Clock

\n

Customizable clock, using language-sensitive text formatting for date and time:

\n

\"Digital

\n

Graph Visualizer

\n

Graph visualizer, using the Graphviz visualization software:

\n

\"Graph

\n

IETF Language Tags

\n

References for IETF BCP 47 language tags and subtags:

\n

\"IETF

\n

JavaScript Parser

\n

JavaScript code parser and tokenizer, based on Esprima:

\n

\"JavaScript

\n

JavaScript Runner

\n

JavaScript code runner, useful for quick testing/prototyping or data processing:

\n

\"JavaScript

\n

JSON Formatter

\n

JSON data formatter and validator:

\n

\"JSON

\n

LaTeX Math Renderer

\n

LaTeX math expression renderer, using the KaTeX JavaScript library:

\n

\"LaTeX

\n

Romaji-Kana

\n

Simple converters between rōmaji and kana:

\n
    \n
  • Rōmaji to Kana
  • \n
  • Kana to Rōmaji
  • \n
\n

\"Romaji-Kana

\n

Roman Numerals

\n

Converters between roman and arabic numerals:

\n
    \n
  • Roman to Arabic Numeral
  • \n
  • Arabic to Roman Numeral
  • \n
\n

\"Roman

\n

System Information

\n

Detailed list of system information, by category:

\n
    \n
  • Framework
  • \n
  • Main Process
  • \n
  • Renderer Process
  • \n
  • Application
  • \n
  • Navigator
  • \n
  • Operating System
  • \n
  • OS User Info
  • \n
  • Screen
  • \n
  • Window
  • \n
  • Environment
  • \n
\n

\"System

\n

Text Converter

\n

Encode and decode text according to several string formats:

\n
    \n
  • JSON String
  • \n
  • Hex String
  • \n
  • Base64 String
  • \n
\n

\"Text

\n

\"Text

\n

XML Converter

\n

Convert XML to JSON:

\n

\"XML

\n

Using

\n

You can download the latest release for macOS.

\n

Building

\n

You'll need Node.js (which comes with npm) installed on your computer in order to build this application.

\n

Clone method

\n
# Clone the repository\ngit clone https://github.com/tonton-pixel/tutti-quanti-shelf\n# Go into the repository\ncd tutti-quanti-shelf\n# Install dependencies\nnpm install\n# Run the application\nnpm start
\n

Note: to use the clone method, the core tool git must also be installed.

\n

Download method

\n

If you don't wish to clone, you can download the source code, unZip it, then directly run the following commands from a Terminal opened at the resulting tutti-quanti-shelf-master folder location:

\n
# Install dependencies\nnpm install\n# Run the application\nnpm start
\n

Packaging

\n

Several scripts are also defined in the package.json file to build OS-specific bundles of the application, using the simple yet powerful Electron Packager Node module.
\nFor instance, running the following command (once the dependencies are installed) will create a Tutti Quanti Shelf.app version for macOS:

\n
# Build macOS (Darwin) application\nnpm run build-darwin
\n

License

\n

The MIT License (MIT).

\n

Copyright © 2019-2020 Michel Mariani.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:57.820Z" - }, - "tviewer": { - "readmeCleaned": "

T.Viewer - Tizen Log Viewer

\n

\"Travis\"\n\"license\"\n\"language\"

\n

Cross Platform Tizen Log Viewer T.Viewer를 소개합니다. 타이젠의 dlog 메시지를 보다 쉽고 편하게 확인 할 수 있는 데스크탑 어플리케이션입니다. 사용중 불편 사항, 개선 의견, 버그 신고는 이슈를 생성해 주세요. 소스 코드는 MIT 라이센스로 모두에게 공개되어 있습니다.

\n

\"T.Viewer

\n

설치하기

\n

리눅스

\n

tviewer-setup-{version}.AppImage 다운로드 후 실행

\n

윈도우

\n

tviewer-setup-{version}.exe 다운로드 후 실행하여 설치 후 실행

\n

주요 기능 및 사용법

\n

사용법

\n

타겟 디바이스와의 SDB 연결을 먼저 확인하세요!

\n

\"\"

\n
    \n
  1. Connection State Indicator\n
      \n
    • 전원 스위치와 연계 동작
    • \n
    \n
  2. \n
  3. Log Level Filter\n
      \n
    • Verbose/Debug/Info/Warning/Error/Fatal
    • \n
    • 선택된 level을 포함한 상위 level을 출력
    • \n
    • Log Level에 따른 다른 색상 출력
    • \n
    \n
  4. \n
  5. Tag Filter\n
      \n
    • 일치하는 Tag를 출력
    • \n
    • 정규식 지원
    • \n
    \n
  6. \n
  7. Message Filter\n
      \n
    • 해당 메시지를 포함하는 로그 출력
    • \n
    • 정규식 지원
    • \n
    \n
  8. \n
  9. Multi-Tab View\n
      \n
    • 각각의 독립된 탭 뷰 제공
    • \n
    \n
  10. \n
  11. Setting\n
      \n
    • 글자 크기 조절
    • \n
    • dlog 버퍼 삭제 후 실행
    • \n
    • dlog timestamp 출력
    • \n
    \n
  12. \n
\n

프로젝트 참여 방법

\n

다양한 방법으로 프로젝트에 참여가 가능합니다.

\n\n

직접 코드를 수정하시고 싶으시다면, 아래 가이드를 참고해주세요.

\n\n

\"Test

\n

라이센스

\n

본 프로젝트는 MIT 라이센스의 오픈소스 프로젝트 입니다.

\n

(Eng) T.Viewer - Tizen Log Viewer

\n

T.Viewer is open source cross-platform Tizen Log Viewer. It provides simple and easy way to view Tizen dlog message on desktop.

\n

Installation

\n

Linux

\n

tviewer-setup-{version}.AppImage download and run

\n

Windows

\n

tviewer-setup-{version}.exe download and install\nFeatures and User Guide

\n

User Guide

\n

Check SDB connection with target device first.

\n
    \n
  1. Connection State Indicator\n
      \n
    • Connected also with power switch
    • \n
    \n
  2. \n
  3. Log Level Filter\n
      \n
    • Verbose/Debug/Info/Warning/Error/Fatal
    • \n
    • Output the upper level including the selected level
    • \n
    • Different color output according to log level
    • \n
    \n
  4. \n
  5. Tag Filter\n
      \n
    • Output matched tag log
    • \n
    • Regular expression support
    • \n
    \n
  6. \n
  7. Message Filter\n
      \n
    • Output log containing the message
    • \n
    • Regular expression support
    • \n
    \n
  8. \n
  9. Multi-Tab View\n
      \n
    • Independent filter option for each tab
    • \n
    \n
  10. \n
  11. Setting\n
      \n
    • Font size
    • \n
    • After clear dlog buffer
    • \n
    • dlog timestamp print
    • \n
    \n
  12. \n
\n

Contributing

\n

There are many ways in which you can participate in the project, for example:

\n\n

If you are interested in fixing issues and contributing directly to the code base, please see the following:

\n\n

License

\n

Licensed under the MIT license.

\n
", - "readmeOriginal": "

T.Viewer - Tizen Log Viewer

\n

\"Travis\"\n\"license\"\n\"language\"

\n

Cross Platform Tizen Log Viewer T.Viewer를 소개합니다. 타이젠의 dlog 메시지를 보다 쉽고 편하게 확인 할 수 있는 데스크탑 어플리케이션입니다. 사용중 불편 사항, 개선 의견, 버그 신고는 이슈를 생성해 주세요. 소스 코드는 MIT 라이센스로 모두에게 공개되어 있습니다.

\n

\"T.Viewer

\n

설치하기

\n

리눅스

\n

tviewer-setup-{version}.AppImage 다운로드 후 실행

\n

윈도우

\n

tviewer-setup-{version}.exe 다운로드 후 실행하여 설치 후 실행

\n

주요 기능 및 사용법

\n

사용법

\n

타겟 디바이스와의 SDB 연결을 먼저 확인하세요!

\n

\"\"

\n
    \n
  1. Connection State Indicator\n
      \n
    • 전원 스위치와 연계 동작
    • \n
    \n
  2. \n
  3. Log Level Filter\n
      \n
    • Verbose/Debug/Info/Warning/Error/Fatal
    • \n
    • 선택된 level을 포함한 상위 level을 출력
    • \n
    • Log Level에 따른 다른 색상 출력
    • \n
    \n
  4. \n
  5. Tag Filter\n
      \n
    • 일치하는 Tag를 출력
    • \n
    • 정규식 지원
    • \n
    \n
  6. \n
  7. Message Filter\n
      \n
    • 해당 메시지를 포함하는 로그 출력
    • \n
    • 정규식 지원
    • \n
    \n
  8. \n
  9. Multi-Tab View\n
      \n
    • 각각의 독립된 탭 뷰 제공
    • \n
    \n
  10. \n
  11. Setting\n
      \n
    • 글자 크기 조절
    • \n
    • dlog 버퍼 삭제 후 실행
    • \n
    • dlog timestamp 출력
    • \n
    \n
  12. \n
\n

프로젝트 참여 방법

\n

다양한 방법으로 프로젝트에 참여가 가능합니다.

\n\n

직접 코드를 수정하시고 싶으시다면, 아래 가이드를 참고해주세요.

\n\n

\"Test

\n

라이센스

\n

본 프로젝트는 MIT 라이센스의 오픈소스 프로젝트 입니다.

\n

(Eng) T.Viewer - Tizen Log Viewer

\n

T.Viewer is open source cross-platform Tizen Log Viewer. It provides simple and easy way to view Tizen dlog message on desktop.

\n

Installation

\n

Linux

\n

tviewer-setup-{version}.AppImage download and run

\n

Windows

\n

tviewer-setup-{version}.exe download and install\nFeatures and User Guide

\n

User Guide

\n

Check SDB connection with target device first.

\n
    \n
  1. Connection State Indicator\n
      \n
    • Connected also with power switch
    • \n
    \n
  2. \n
  3. Log Level Filter\n
      \n
    • Verbose/Debug/Info/Warning/Error/Fatal
    • \n
    • Output the upper level including the selected level
    • \n
    • Different color output according to log level
    • \n
    \n
  4. \n
  5. Tag Filter\n
      \n
    • Output matched tag log
    • \n
    • Regular expression support
    • \n
    \n
  6. \n
  7. Message Filter\n
      \n
    • Output log containing the message
    • \n
    • Regular expression support
    • \n
    \n
  8. \n
  9. Multi-Tab View\n
      \n
    • Independent filter option for each tab
    • \n
    \n
  10. \n
  11. Setting\n
      \n
    • Font size
    • \n
    • After clear dlog buffer
    • \n
    • dlog timestamp print
    • \n
    \n
  12. \n
\n

Contributing

\n

There are many ways in which you can participate in the project, for example:

\n\n

If you are interested in fixing issues and contributing directly to the code base, please see the following:

\n\n

License

\n

Licensed under the MIT license.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:57.916Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:53.655Z" }, - "twinkle-tray": { - "readmeCleaned": "

\n \"Twinkle\n

\n

Twinkle Tray

\n

\"Latest \"Total \"Translations\"

\n

Twinkle Tray lets you easily manage the brightness levels of multiple monitors. Even though Windows 10 is capable of adjusting the backlight on most monitors, it typically doesn't support external monitors. Windows 10 also lacks any ability to manage the brightness of multiple monitors. This app inserts a new icon into your system tray, where you can click to have instant access to the brightness levels of all compatible monitors.

\n

\"Win

\n

Features:

\n
    \n
  • Adds brightness sliders to the system tray, similar to the built-in Windows 10 volume panel.
  • \n
  • Normalize backlight across different monitors.
  • \n
  • Can automatically change monitor brightness depending on the time of day.
  • \n
  • Seamlessly blends in with Windows 10. Uses your Personalization settings to match your taskbar.
  • \n
  • Starts up with Windows.
  • \n
\n

This app was built with Electron, Node.js, node-ddcci, wmi-client, and electron-react-parcel-boilerplate.

\n

Download

\n

Download the lastest version from twinkletray.com or the Releases page.

\n

\"Get

\n

Usage

\n
    \n
  • Download from the Releases page and run the installer EXE.
  • \n
  • Once installation has finished, you should see the Twinkle Tray icon in your system tray.
  • \n
  • Click the icon to bring up the Adjust Brightness panel.
  • \n
  • Click away to hide the panel.
  • \n
  • Right-click the system tray icon to quit.
  • \n
\n

Compatibility

\n

Twinkle Tray uses DDC/CI and WMI to communicate with your monitors. Most monitors offer DDC/CI compatibility, but it may be off by default. Make sure you have the appropriate option(s) enabled on your monitor so that it can work with Twinkle Tray. Refer to your monitor's user manual for more information.

\n

Known issues:

\n
    \n
  • The AMD Radeon Control Panel can interfere with Twinkle Tray. Ensure "Custom Colors" is not enabled.
  • \n
  • DVI and VGA may not be compatible.
  • \n
  • USB/Thunderbolt/Surface docks with HDMI or DisplayPort may not be compatible.
  • \n
\n

Localization

\n

Thanks to several contributors, Twinkle Tray is localized for multiple languages. If you'd like to create or update a localization, see this page for details. Special thanks to Weblate for allowing free use of their service.

\n

Localization progress

\n\n\"Translation\n\n

Build

\n

If you wish to run a development build of Twinkly Tray:

\n
    \n
  • Download or clone.
  • \n
  • Run npm install.
  • \n
  • Run npm run parcel and npm start (both must run at the same time).
  • \n
\n

License

\n

Copyright © 2020 Xander Frangos

\n

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

\n

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

\n

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

\n
", - "readmeOriginal": "

\n \"Twinkle\n

\n

Twinkle Tray

\n

\"Latest \"Total \"Translations\"

\n

Twinkle Tray lets you easily manage the brightness levels of multiple monitors. Even though Windows 10 is capable of adjusting the backlight on most monitors, it typically doesn't support external monitors. Windows 10 also lacks any ability to manage the brightness of multiple monitors. This app inserts a new icon into your system tray, where you can click to have instant access to the brightness levels of all compatible monitors.

\n

\"Win

\n

Features:

\n
    \n
  • Adds brightness sliders to the system tray, similar to the built-in Windows 10 volume panel.
  • \n
  • Normalize backlight across different monitors.
  • \n
  • Can automatically change monitor brightness depending on the time of day.
  • \n
  • Seamlessly blends in with Windows 10. Uses your Personalization settings to match your taskbar.
  • \n
  • Starts up with Windows.
  • \n
\n

This app was built with Electron, Node.js, node-ddcci, wmi-client, and electron-react-parcel-boilerplate.

\n

Download

\n

Download the lastest version from twinkletray.com or the Releases page.

\n

\"Get

\n

Usage

\n
    \n
  • Download from the Releases page and run the installer EXE.
  • \n
  • Once installation has finished, you should see the Twinkle Tray icon in your system tray.
  • \n
  • Click the icon to bring up the Adjust Brightness panel.
  • \n
  • Click away to hide the panel.
  • \n
  • Right-click the system tray icon to quit.
  • \n
\n

Compatibility

\n

Twinkle Tray uses DDC/CI and WMI to communicate with your monitors. Most monitors offer DDC/CI compatibility, but it may be off by default. Make sure you have the appropriate option(s) enabled on your monitor so that it can work with Twinkle Tray. Refer to your monitor's user manual for more information.

\n

Known issues:

\n
    \n
  • The AMD Radeon Control Panel can interfere with Twinkle Tray. Ensure \"Custom Colors\" is not enabled.
  • \n
  • DVI and VGA may not be compatible.
  • \n
  • USB/Thunderbolt/Surface docks with HDMI or DisplayPort may not be compatible.
  • \n
\n

Localization

\n

Thanks to several contributors, Twinkle Tray is localized for multiple languages. If you'd like to create or update a localization, see this page for details. Special thanks to Weblate for allowing free use of their service.

\n

Localization progress

\n\n\"Translation\n\n

Build

\n

If you wish to run a development build of Twinkly Tray:

\n
    \n
  • Download or clone.
  • \n
  • Run npm install.
  • \n
  • Run npm run parcel and npm start (both must run at the same time).
  • \n
\n

License

\n

Copyright © 2020 Xander Frangos

\n

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

\n

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

\n

THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:57.920Z" + "tusk": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:53.669Z" }, "ubauth": { - "readmeCleaned": "
\"UbAuth\"

\n
\n

A desktop app to help developers create access tokens for Uber applications with OAuth 2.0.

\n
\n

Status

\n

\"Build \"Github \"Maintenance\" \"GitHub \"Code \"License\" \"Twitter \"Twitter

\n

Getting Started

\n

1º Clone ubauth repo

\n
$ git clone git@github.com:chrisenytc/ubauth.git
\n

2º Enter in ubauth directory

\n
$ cd ubauth
\n

3º Install dependencies

\n
$ npm install
\n

4º Run app

\n
$ npm start
\n

5º Test the app

\n
$ npm test
\n

6º Making releases

\n
$ npm run release -- --sign identity_here
\n

Screenshot

\n

\"Screenshot\"

\n

Downloads

\n

UbAuth is available for macOS. Download here.

\n

Donate

\n

If UbAuth was helpful for you, send a donation as a thank you. :)

\n

\"Bitcoin\"

\n

Bitcoin Adddress: 3QbTQcSfWAUntPwTrWNQ3aHYYmvJS5HoUY

\n

Contributing

\n

Bug reports and pull requests are welcome on GitHub at https://github.com/chrisenytc/ubauth. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

\n
    \n
  1. Fork it chrisenytc/ubauth
  2. \n
  3. Create your feature branch (git checkout -b my-new-feature)
  4. \n
  5. Commit your changes (git commit -am "Add some feature")
  6. \n
  7. Push to the branch (git push origin my-new-feature)
  8. \n
  9. Create new Pull Request
  10. \n
\n

Support

\n

If you have any problem or suggestion please open an issue here.

\n

License

\n

Check here.

\n
", - "readmeOriginal": "
\"UbAuth\"

\n
\n

A desktop app to help developers create access tokens for Uber applications with OAuth 2.0.

\n
\n

Status

\n

\"Build \"Github \"Maintenance\" \"GitHub \"Code \"License\" \"Twitter \"Twitter

\n

Getting Started

\n

1º Clone ubauth repo

\n
$ git clone git@github.com:chrisenytc/ubauth.git
\n

2º Enter in ubauth directory

\n
$ cd ubauth
\n

3º Install dependencies

\n
$ npm install
\n

4º Run app

\n
$ npm start
\n

5º Test the app

\n
$ npm test
\n

6º Making releases

\n
$ npm run release -- --sign identity_here
\n

Screenshot

\n

\"Screenshot\"

\n

Downloads

\n

UbAuth is available for macOS. Download here.

\n

Donate

\n

If UbAuth was helpful for you, send a donation as a thank you. :)

\n

\"Bitcoin\"

\n

Bitcoin Adddress: 3QbTQcSfWAUntPwTrWNQ3aHYYmvJS5HoUY

\n

Contributing

\n

Bug reports and pull requests are welcome on GitHub at https://github.com/chrisenytc/ubauth. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

\n
    \n
  1. Fork it chrisenytc/ubauth
  2. \n
  3. Create your feature branch (git checkout -b my-new-feature)
  4. \n
  5. Commit your changes (git commit -am \"Add some feature\")
  6. \n
  7. Push to the branch (git push origin my-new-feature)
  8. \n
  9. Create new Pull Request
  10. \n
\n

Support

\n

If you have any problem or suggestion please open an issue here.

\n

License

\n

Check here.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:57.984Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:53.685Z" }, - "udl-gui": { - "readmeCleaned": "

udemy-dl-gui

\n
\n

An electron-vue project

\n
\n

Build Setup

\n
# install dependencies\nnpm install\n\n# serve with hot reload at localhost:9080\nnpm run dev\n\n# build electron application for production\nnpm run build\n\n
\n
\n

This project was generated with electron-vue@7c4e3e9 using vue-cli. Documentation about the original structure can be found here.

\n
", - "readmeOriginal": "

udemy-dl-gui

\n
\n

An electron-vue project

\n
\n

Build Setup

\n
# install dependencies\nnpm install\n\n# serve with hot reload at localhost:9080\nnpm run dev\n\n# build electron application for production\nnpm run build\n\n
\n
\n

This project was generated with electron-vue@7c4e3e9 using vue-cli. Documentation about the original structure can be found here.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:58.042Z" + "twinkle-tray": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:53.687Z" }, - "unfx-proxy-checker": { - "readmeCleaned": "
", - "readmeOriginal": "
", - "readmeFetchedAt": "2020-09-17T12:09:58.326Z" + "un-colored": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:53.698Z" }, "ueli": { - "readmeCleaned": "

ueli

\n

This is a keystroke launcher for Windows and macOS.

\n

\"example-image\"

\n

Table of contents

\n\n

Installation

\n

Installer / Zip

\n\n
\n

Note: because the executables are not signed Windows and macOS will probably prevent you from executing the installer or the program itself.

\n
\n

Installing via chocolatey repository

\n
    \n
  • Open a powershell with administration rights (Right click on your start button and click Windows PowerShell (Admin)
  • \n
  • Type choco install ueli
  • \n
  • Accept the upcoming prompt by entering y or run above command with -y switch
  • \n
  • Run the application
  • \n
\n

Features

\n

Application Search

\n

This plugin is searching for applications on your computer. You can specify the folders where your applications are installed and which file extension should be used to recognize an application.

\n

\"app-search\"

\n

Browser bookmarks

\n

This plugin enables you to search your browser bookmarks.

\n

Currently supported browsers:

\n
    \n
  • Google Chrome
  • \n
  • Brave
  • \n
\n

\"browser-bookmarks\"

\n

Calculator

\n

This Plugin lets you quickly do simple calculations.

\n

\"calculator\"

\n

Color Converter

\n

This plugin enables you to quickly convert colors into different formats.

\n

\"color-converter\"

\n

Commandline

\n

This plugin enables you to quickly execute commandline commands.

\n

\"commandline\"

\n

Control panel (Windows only)

\n

This plugin enables you to quickly find control panel items.

\n

\"control-panel\"

\n

Currency Converter

\n

This plugin enables you to quickly convert currencies. The latest conversion rates are provided by https://exchangeratesapi.io/.

\n

\"currency-converter\"

\n

Dictionary

\n

This plugin enables you to quickly look up the definition and synonyms of words. It uses an unofficial Google Dictionary API (https://googledictionaryapi.eu-gb.mybluemix.net/)

\n

\"dictionary\"

\n

Email

\n

This plugin enables you to quickly start writing an email by typing in an email address.

\n

\"email\"

\n

Everything (Windows only)

\n

This feature enables you to use Everything Search to find files and folders on your local file system.

\n
    \n
  1. Install "Everything" and the "Everything Command-line interface" from https://www.voidtools.com/downloads.
  2. \n
  3. Specify the file path to es.exe in ueli's settings.
  4. \n
\n

\"everything\"

\n

mdfind (macOS only)

\n

This plugin enables you to use the native macOS search to find files and folders on your local file system.

\n

\"mdfind\"

\n

File Browser

\n

This plugin enables you to browse through your local file system. To start you have to enter a valid absolute filepath.

\n

\"file-browser\"

\n

Operating System Commands

\n

Operating system commands are simple commands to control your operating system e.g. to shutdown or restart your computer.

\n

\"operating-system-commands\"

\n

Operating System Settings

\n

This plugin enables you to quickly find operating system settings.

\n

\"operating-system-settings\"

\n

Shortcuts

\n

This plugin enables you to quickly open files or websites by setting up your own shortcuts.

\n

\"shortcuts\"

\n

Simple Folder Search

\n

This plugin enables you to quickly search for files or folders.

\n

\"simple-folder-search\"

\n

Translation

\n

This plugin enables you to quickly translate words or short sentences. It uses an unofficial API for Linguee and may be unstable.

\n

\"translation\"

\n

UWP (Windows only)

\n

This plugin enables you to find preinstalled UWP apps.

\n

\"uwp\"

\n

URL

\n

This plugin enables you to quickly open websites by typing in a URL.

\n

\"url\"

\n

Web Search

\n

This plugin enables you to quickly search the internet with your favorite web search engine by setting up your own web search engines.

\n

\"web-search\"

\n

Workflow

\n

This plugin enables you to quickly execute multiple things at once.

\n

\"workflow\"

\n

Keyboard shortcuts

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Keyboard shortcutDescription
EnterExecute selected search result
Shift EnterExecute selected program as admin (Windows only)
TabAutocomplete file path
Ctrl oOpen the selected program or file at it's location (Windows)
Cmd oOpen the selected program or file at it's location (macOS)
Scroll up
Scroll down
Ctrl or Cmd pScroll up
Ctrl or Cmd nScroll down
Ctrl iOpen settings (Windows)
Cmd ,Open settings (macOS)
Shift Browse user input history up
Shift Browse user input history down
Ctrl lSet focus on user input
\n

Settings

\n

\"settings\"

\n

To open the settings simply search for "Settings" or press Ctrl+i on Windows or Cmd+, on macOS. Here you can start configuring the app to your needs by enabling/disabling features or changing the settings.

\n

Updating

\n

The check if any updates are available open the settings. Under "General Settings" you can check if an update is available or not.

\n

On Windows you can directly update the app. On macOS you have to manually download the newest release and replace the existing app.

\n

Privacy

\n

For better search results ueli is keeping track of the applications, files and folders you are executing. If you don't want ueli to track your executions simply open the settings and click on the "three-dot" menu on the top right and choose "Clear execution log" and disable the option "Log execution".

\n

Known bugs

\n
    \n
  • (#37) Window starts to move while typing when custom scaling in Windows is set.
  • \n
  • (#92) If you see an error that says spawn powershell.exe ENOENT check if powershell is installed (should be installed in all recent Versions of Windows by default) and check if powershell is in the PATH variable.
  • \n
  • (#278) If you're on macOS Catalina you might miss some system apps (for example: Books or QuickTime Player). Try adding /System/Applications to your application search settings.
  • \n
\n

For more check here.

\n

Development

\n

Requirements

\n
    \n
  • Git
  • \n
  • Node 12.x.x
  • \n
  • Yarn
  • \n
\n

Setup

\n
$ git clone https://github.com/oliverschwendener/ueli\n$ cd ueli\n$ yarn\n
\n

Run

\n
$ yarn bundle\n$ yarn start\n
\n

Debug

\n

For debugging Visual Studio Code is recommended.

\n
    \n
  1. Go to .vscode folder
  2. \n
  3. Make a copy of launch.example.json and rename it to launch.json
  4. \n
  5. Select one of the preconfigured debug modes and start debugging
  6. \n
\n

Run tests

\n
$ yarn test\n
\n

Package

\n

Create portable version

\n
$ yarn package:dir\n
\n

Create installer

\n
$ yarn package\n
\n

Alternatives

\n\n

Thanks

\n

Thanks to David Gabathuler for the logo!

\n

License

\n

Copyright (c) Oliver Schwendener. All rights reserved.\nLicensed under the MIT License.

\n
", - "readmeOriginal": "

ueli

\n

This is a keystroke launcher for Windows and macOS.

\n

\"example-image\"

\n

Table of contents

\n\n

Installation

\n

Installer / Zip

\n\n
\n

Note: because the executables are not signed Windows and macOS will probably prevent you from executing the installer or the program itself.

\n
\n

Installing via chocolatey repository

\n
    \n
  • Open a powershell with administration rights (Right click on your start button and click Windows PowerShell (Admin)
  • \n
  • Type choco install ueli
  • \n
  • Accept the upcoming prompt by entering y or run above command with -y switch
  • \n
  • Run the application
  • \n
\n

Features

\n

Application Search

\n

This plugin is searching for applications on your computer. You can specify the folders where your applications are installed and which file extension should be used to recognize an application.

\n

\"app-search\"

\n

Browser bookmarks

\n

This plugin enables you to search your browser bookmarks.

\n

Currently supported browsers:

\n
    \n
  • Google Chrome
  • \n
  • Brave
  • \n
\n

\"browser-bookmarks\"

\n

Calculator

\n

This Plugin lets you quickly do simple calculations.

\n

\"calculator\"

\n

Color Converter

\n

This plugin enables you to quickly convert colors into different formats.

\n

\"color-converter\"

\n

Commandline

\n

This plugin enables you to quickly execute commandline commands.

\n

\"commandline\"

\n

Control panel (Windows only)

\n

This plugin enables you to quickly find control panel items.

\n

\"control-panel\"

\n

Currency Converter

\n

This plugin enables you to quickly convert currencies. The latest conversion rates are provided by https://exchangeratesapi.io/.

\n

\"currency-converter\"

\n

Dictionary

\n

This plugin enables you to quickly look up the definition and synonyms of words. It uses an unofficial Google Dictionary API (https://googledictionaryapi.eu-gb.mybluemix.net/)

\n

\"dictionary\"

\n

Email

\n

This plugin enables you to quickly start writing an email by typing in an email address.

\n

\"email\"

\n

Everything (Windows only)

\n

This feature enables you to use Everything Search to find files and folders on your local file system.

\n
    \n
  1. Install \"Everything\" and the \"Everything Command-line interface\" from https://www.voidtools.com/downloads.
  2. \n
  3. Specify the file path to es.exe in ueli's settings.
  4. \n
\n

\"everything\"

\n

mdfind (macOS only)

\n

This plugin enables you to use the native macOS search to find files and folders on your local file system.

\n

\"mdfind\"

\n

File Browser

\n

This plugin enables you to browse through your local file system. To start you have to enter a valid absolute filepath.

\n

\"file-browser\"

\n

Operating System Commands

\n

Operating system commands are simple commands to control your operating system e.g. to shutdown or restart your computer.

\n

\"operating-system-commands\"

\n

Operating System Settings

\n

This plugin enables you to quickly find operating system settings.

\n

\"operating-system-settings\"

\n

Shortcuts

\n

This plugin enables you to quickly open files or websites by setting up your own shortcuts.

\n

\"shortcuts\"

\n

Simple Folder Search

\n

This plugin enables you to quickly search for files or folders.

\n

\"simple-folder-search\"

\n

Translation

\n

This plugin enables you to quickly translate words or short sentences. It uses an unofficial API for Linguee and may be unstable.

\n

\"translation\"

\n

UWP (Windows only)

\n

This plugin enables you to find preinstalled UWP apps.

\n

\"uwp\"

\n

URL

\n

This plugin enables you to quickly open websites by typing in a URL.

\n

\"url\"

\n

Web Search

\n

This plugin enables you to quickly search the internet with your favorite web search engine by setting up your own web search engines.

\n

\"web-search\"

\n

Workflow

\n

This plugin enables you to quickly execute multiple things at once.

\n

\"workflow\"

\n

Keyboard shortcuts

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Keyboard shortcutDescription
EnterExecute selected search result
Shift EnterExecute selected program as admin (Windows only)
TabAutocomplete file path
Ctrl oOpen the selected program or file at it's location (Windows)
Cmd oOpen the selected program or file at it's location (macOS)
Scroll up
Scroll down
Ctrl or Cmd pScroll up
Ctrl or Cmd nScroll down
Ctrl iOpen settings (Windows)
Cmd ,Open settings (macOS)
Shift Browse user input history up
Shift Browse user input history down
Ctrl lSet focus on user input
\n

Settings

\n

\"settings\"

\n

To open the settings simply search for \"Settings\" or press Ctrl+i on Windows or Cmd+, on macOS. Here you can start configuring the app to your needs by enabling/disabling features or changing the settings.

\n

Updating

\n

The check if any updates are available open the settings. Under \"General Settings\" you can check if an update is available or not.

\n

On Windows you can directly update the app. On macOS you have to manually download the newest release and replace the existing app.

\n

Privacy

\n

For better search results ueli is keeping track of the applications, files and folders you are executing. If you don't want ueli to track your executions simply open the settings and click on the \"three-dot\" menu on the top right and choose \"Clear execution log\" and disable the option \"Log execution\".

\n

Known bugs

\n
    \n
  • (#37) Window starts to move while typing when custom scaling in Windows is set.
  • \n
  • (#92) If you see an error that says spawn powershell.exe ENOENT check if powershell is installed (should be installed in all recent Versions of Windows by default) and check if powershell is in the PATH variable.
  • \n
  • (#278) If you're on macOS Catalina you might miss some system apps (for example: Books or QuickTime Player). Try adding /System/Applications to your application search settings.
  • \n
\n

For more check here.

\n

Development

\n

Requirements

\n
    \n
  • Git
  • \n
  • Node 12.x.x
  • \n
  • Yarn
  • \n
\n

Setup

\n
$ git clone https://github.com/oliverschwendener/ueli\n$ cd ueli\n$ yarn\n
\n

Run

\n
$ yarn bundle\n$ yarn start\n
\n

Debug

\n

For debugging Visual Studio Code is recommended.

\n
    \n
  1. Go to .vscode folder
  2. \n
  3. Make a copy of launch.example.json and rename it to launch.json
  4. \n
  5. Select one of the preconfigured debug modes and start debugging
  6. \n
\n

Run tests

\n
$ yarn test\n
\n

Package

\n

Create portable version

\n
$ yarn package:dir\n
\n

Create installer

\n
$ yarn package\n
\n

Alternatives

\n\n

Thanks

\n

Thanks to David Gabathuler for the logo!

\n

License

\n

Copyright (c) Oliver Schwendener. All rights reserved.\nLicensed under the MIT License.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:58.344Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:53.710Z" }, - "un-colored": { - "readmeCleaned": "
\n

Following @n457_media on Twitter is the best way to keep you updated on my projects, including (Un)colored !

\n
\n



\n

\n \"(Un)colored\n

\n

\n Next generation desktop rich content editor that saves documents with themes.
\n HTML & Markdown compatible. For Windows, OS X & Linux.\n

\n

version 0.10.2 — Beta ~ (version 1.0 in 4 releases)

\n

\"\"

\n
    \n
  • (Un)colored is an editor that allows the user to focus on the text & content types (titles, lists, etc.), then selects the document saving format.
  • \n
  • If the selected format is HTML, the user can choose an export document theme which defines the appearance of the saved document, that can be viewed directly in a web browser.
  • \n
  • If the selected format is Markdown, the document is saved as raw Markdown file, without theme.
  • \n
  • A saved HTML / Markdown document can be re-imported in the editor and re-exported, with theme or not, endlessly.
  • \n
\n

Supported Platforms

\n

(Un)colored is provided for 64-bit systems only, on OS X 10.9 and later, Windows 7 and later, Linux (Ubuntu 12.04 and later, Debian 8 and later).

\n

📦 Features (for now)

\n
    \n
  • Multiple document tabs management
  • \n
  • Standard word processor inline tools (bold, italic, underline, strikethrough, add link to selection, superscript, subscript, clear format)
  • \n
  • 6 levels title tools
  • \n
  • Block tools (paragraph, quote, unordered & ordered list, image insertion via URL)
  • \n
  • Web-oriented tools (YouTube / Vimeo / Dailymotion / Twitch video insertion via URL, or ANY embedded content (SoundCloud tracks, Facebook posts, ...))
  • \n
  • Export to HTML documents with 4 themes (always more to come)
  • \n
  • Export to Markdown documents
  • \n
  • Table of Content visualization & navigation system
  • \n
  • Always on Top window control button
  • \n
  • Real-time emojis (from http://www.emoji-cheat-sheet.com/ for now)
  • \n
  • Interface themes system (1 interface theme for now, but more to come)
  • \n
  • More than 40 mouse & keyboard shortcuts
  • \n
  • Basic search / replace system (needs improvements)
  • \n
  • Document information display (number of paragraphs, words, etc.)
  • \n
  • Minimalist interface that let you focus on what matters : the content
  • \n
  • Update auto-check system (enable / disable in settings)
  • \n
  • Built-in english quick guide (more languages to come)
  • \n
\n

🏁 Roadmap

\n

Here is what is planed for future releases of (Un)colored. These lists can change at any time and tasks can be added, moved, modified or deleted for several reasons, including feasibility and performance impact.

\n

This public repository contains released versions of (Un)colored and their source code, the latest development/test version of the (Un)colored source code is on a private repository.

\n

If you want more details about what was done, see the Changelog.

\n
version 0.11.0
\n
    \n
  • New User Interface built with web frameworks
  • \n
  • New code structure : Core code separated from User Interface code, as a standalone external module
  • \n
\n
version 0.12.0
\n
    \n
  • Additional Incorporate image from clipboard tool
  • \n
  • Additional Incorporate image from file tool
  • \n
  • Additional document themes
  • \n
  • Code highlighting in saved themed document (supported languages : CSS, JavaScript, Ruby, CoffeeScript, PHP, SQL, C#, Diff, JSON, Markdown, C++, HTML, XML, Java, Python)
  • \n
  • Other potential issue fixes
  • \n
\n
version 0.13.0
\n
    \n
  • Additional Insert Image from File tool
  • \n
  • Additional table tools : insert table & add, remove, move row & column
  • \n
  • GitHub Flavored Markdown documents import/export full support
  • \n
  • Potential issue fixes
  • \n
\n
version 1.0.0
\n
    \n
  • Additional Tweet tool : insert a tweet from Twitter in documents
  • \n
  • Emojis insertion via the toolbar
  • \n
  • Additional text tools : selection to lower / upper / title case
  • \n
  • Multi-Language Support & French language implementation
  • \n
  • Potential issue fixes
  • \n
\n
📄 Writing Time
\n
    \n
  • Documentation about how to create a document theme
  • \n
  • Documentation about how to create a UI theme
  • \n
  • Proper code comments with links to 🇺🇸 English documentations
  • \n
\n

🔩 Technical Details

\n

(Un)colored is made to be fast & fully compatible with WebKit web browser engine and V8 JavaScript engine (those implemented in Google Chrome). So the application is entirely written without any compatibility fallback code and allows using latest web technologies.

\n
    \n
  • ES6 : Object Oriented & more beautiful than classic JavaScript.
  • \n
\n

For the complete list of used projects, see below the Related Projects section.

\n

⚠️ Known Issues

\n
    \n
  • [Major issue] GitHub Flavored Markdown documents import/export not fully supported (and missing tools for it).
  • \n
  • [Major issue] When entering a local image relative path in the Image via URL tool field, the image in the exported document is not visible in-browser.
  • \n
\n

👥 Contribute

\n

If you have any question about the project, noticed a performance issue or a bug, you can let me know by posting on the GitHub issues section. I will be glad to answer \":octocat:\"

\n

Before creating a new issue topic, be careful to check if your question/issue is not in the Known Issues section above or already in the GitHub issues section.

\n

🔧 Technical Documentation (not ready yet)

\n

To know how to create a document theme or a interface theme, how to launch the development version of (Un)colored, how to build it or how it's made, see the Full Documentation.

\n

🎁 Donation

\n

— Support (Un)colored —

\n

(Un)colored is free and open source. Making applications like this takes time. If you like this app, please consider to donate to support my work 😉\nIf you don't know how much to give, 6 € is a reasonnable amount (will be automatically converted into your currency). Have a nice day !

\n

📄 License

\n

(Un)colored is released under the Apache License 2.0. More information on http://choosealicense.com/licenses/apache-2.0/

\n

❤️ Related Projects

\n

Thanks to creators and contributors of these open source projects that (Un)colored proudly uses :

\n

Countable.js •\nDOMPurify •\nElectron •\nelectron-builder •\nemojify.js •\nfindAndReplaceDOMText •\nforeach.js •\ngetmdl-select •\ngithub-markdown-css •\njsVideoUrlParser •\nLightRange.js •\nmarked •\nMaterial Design Lite •\nMousetrap •\nMousetrap Global Bind •\nNode.js •\nNormalize.css •\nreqwest •\nSortable •\nto-markdown •\nversions-compare •\nwysiwyg.js •\nZenscroll

\n

Proudly powered by Electron

\n

\"Electron

\n
", - "readmeOriginal": "
\n

Following @n457_media on Twitter is the best way to keep you updated on my projects, including (Un)colored !

\n
\n



\n

\n \"(Un)colored\n

\n

\n Next generation desktop rich content editor that saves documents with themes.
\n HTML & Markdown compatible. For Windows, OS X & Linux.\n

\n

version 0.10.2 — Beta ~ (version 1.0 in 4 releases)

\n

\"\"

\n
    \n
  • (Un)colored is an editor that allows the user to focus on the text & content types (titles, lists, etc.), then selects the document saving format.
  • \n
  • If the selected format is HTML, the user can choose an export document theme which defines the appearance of the saved document, that can be viewed directly in a web browser.
  • \n
  • If the selected format is Markdown, the document is saved as raw Markdown file, without theme.
  • \n
  • A saved HTML / Markdown document can be re-imported in the editor and re-exported, with theme or not, endlessly.
  • \n
\n

Supported Platforms

\n

(Un)colored is provided for 64-bit systems only, on OS X 10.9 and later, Windows 7 and later, Linux (Ubuntu 12.04 and later, Debian 8 and later).

\n

📦 Features (for now)

\n
    \n
  • Multiple document tabs management
  • \n
  • Standard word processor inline tools (bold, italic, underline, strikethrough, add link to selection, superscript, subscript, clear format)
  • \n
  • 6 levels title tools
  • \n
  • Block tools (paragraph, quote, unordered & ordered list, image insertion via URL)
  • \n
  • Web-oriented tools (YouTube / Vimeo / Dailymotion / Twitch video insertion via URL, or ANY embedded content (SoundCloud tracks, Facebook posts, ...))
  • \n
  • Export to HTML documents with 4 themes (always more to come)
  • \n
  • Export to Markdown documents
  • \n
  • Table of Content visualization & navigation system
  • \n
  • Always on Top window control button
  • \n
  • Real-time emojis (from http://www.emoji-cheat-sheet.com/ for now)
  • \n
  • Interface themes system (1 interface theme for now, but more to come)
  • \n
  • More than 40 mouse & keyboard shortcuts
  • \n
  • Basic search / replace system (needs improvements)
  • \n
  • Document information display (number of paragraphs, words, etc.)
  • \n
  • Minimalist interface that let you focus on what matters : the content
  • \n
  • Update auto-check system (enable / disable in settings)
  • \n
  • Built-in english quick guide (more languages to come)
  • \n
\n

🏁 Roadmap

\n

Here is what is planed for future releases of (Un)colored. These lists can change at any time and tasks can be added, moved, modified or deleted for several reasons, including feasibility and performance impact.

\n

This public repository contains released versions of (Un)colored and their source code, the latest development/test version of the (Un)colored source code is on a private repository.

\n

If you want more details about what was done, see the Changelog.

\n
version 0.11.0
\n
    \n
  • New User Interface built with web frameworks
  • \n
  • New code structure : Core code separated from User Interface code, as a standalone external module
  • \n
\n
version 0.12.0
\n
    \n
  • Additional Incorporate image from clipboard tool
  • \n
  • Additional Incorporate image from file tool
  • \n
  • Additional document themes
  • \n
  • Code highlighting in saved themed document (supported languages : CSS, JavaScript, Ruby, CoffeeScript, PHP, SQL, C#, Diff, JSON, Markdown, C++, HTML, XML, Java, Python)
  • \n
  • Other potential issue fixes
  • \n
\n
version 0.13.0
\n
    \n
  • Additional Insert Image from File tool
  • \n
  • Additional table tools : insert table & add, remove, move row & column
  • \n
  • GitHub Flavored Markdown documents import/export full support
  • \n
  • Potential issue fixes
  • \n
\n
version 1.0.0
\n
    \n
  • Additional Tweet tool : insert a tweet from Twitter in documents
  • \n
  • Emojis insertion via the toolbar
  • \n
  • Additional text tools : selection to lower / upper / title case
  • \n
  • Multi-Language Support & French language implementation
  • \n
  • Potential issue fixes
  • \n
\n
📄 Writing Time
\n
    \n
  • Documentation about how to create a document theme
  • \n
  • Documentation about how to create a UI theme
  • \n
  • Proper code comments with links to 🇺🇸 English documentations
  • \n
\n

🔩 Technical Details

\n

(Un)colored is made to be fast & fully compatible with WebKit web browser engine and V8 JavaScript engine (those implemented in Google Chrome). So the application is entirely written without any compatibility fallback code and allows using latest web technologies.

\n
    \n
  • ES6 : Object Oriented & more beautiful than classic JavaScript.
  • \n
\n

For the complete list of used projects, see below the Related Projects section.

\n

⚠️ Known Issues

\n
    \n
  • [Major issue] GitHub Flavored Markdown documents import/export not fully supported (and missing tools for it).
  • \n
  • [Major issue] When entering a local image relative path in the Image via URL tool field, the image in the exported document is not visible in-browser.
  • \n
\n

👥 Contribute

\n

If you have any question about the project, noticed a performance issue or a bug, you can let me know by posting on the GitHub issues section. I will be glad to answer \":octocat:\"

\n

Before creating a new issue topic, be careful to check if your question/issue is not in the Known Issues section above or already in the GitHub issues section.

\n

🔧 Technical Documentation (not ready yet)

\n

To know how to create a document theme or a interface theme, how to launch the development version of (Un)colored, how to build it or how it's made, see the Full Documentation.

\n

🎁 Donation

\n

— Support (Un)colored —

\n

(Un)colored is free and open source. Making applications like this takes time. If you like this app, please consider to donate to support my work 😉\nIf you don't know how much to give, 6 € is a reasonnable amount (will be automatically converted into your currency). Have a nice day !

\n

📄 License

\n

(Un)colored is released under the Apache License 2.0. More information on http://choosealicense.com/licenses/apache-2.0/

\n

❤️ Related Projects

\n

Thanks to creators and contributors of these open source projects that (Un)colored proudly uses :

\n

Countable.js •\nDOMPurify •\nElectron •\nelectron-builder •\nemojify.js •\nfindAndReplaceDOMText •\nforeach.js •\ngetmdl-select •\ngithub-markdown-css •\njsVideoUrlParser •\nLightRange.js •\nmarked •\nMaterial Design Lite •\nMousetrap •\nMousetrap Global Bind •\nNode.js •\nNormalize.css •\nreqwest •\nSortable •\nto-markdown •\nversions-compare •\nwysiwyg.js •\nZenscroll

\n

Proudly powered by Electron

\n

\"Electron

\n
", - "readmeFetchedAt": "2020-09-17T12:09:58.416Z" + "udl-gui": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:53.718Z" }, - "unlimited-clipboard": { - "readmeCleaned": "

unlimited-clipboard

\n

simple clipboard manager with unlimited history on electron

\n

\"unlimited_clipboard.png\"

\n

Precompiled binaries:

\n\n

Installation from sources:

\n\n

Usage:

\n
    \n
  • Ctrl+Alt+Up - show window (you can change it in menu)
  • \n
  • Escape - close window
  • \n
\n
", - "readmeOriginal": "

unlimited-clipboard

\n

simple clipboard manager with unlimited history on electron

\n

\"unlimited_clipboard.png\"

\n

Precompiled binaries:

\n\n

Installation from sources:

\n\n

Usage:

\n
    \n
  • Ctrl+Alt+Up - show window (you can change it in menu)
  • \n
  • Escape - close window
  • \n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:58.625Z" + "unicode-plus": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:53.740Z" }, - "unofficial-zalo": { - "readmeCleaned": "

Unofficial Zalo App

\n

\"Greenkeeper

\n

Build Instruction

\n

Install NPM package globally

\n

For macOS and Linux

\n
# install dependencies\nnpm install --save-dev\n# or\nyarn install -D
\n

Package application

\n

For macOS and Linux

\n
npm run dist\n#or \nyarn dist
\n

Currently, I don't support Windows. But you can build it for Windows.

\n

Creating Issue Instruction

\n

Please submit detail issues at Unofficial Zalo Issues if you detect them.

\n

Tips: You can assign label for issue.

\n
", - "readmeOriginal": "

Unofficial Zalo App

\n

\"Greenkeeper

\n

Build Instruction

\n

Install NPM package globally

\n

For macOS and Linux

\n
# install dependencies\nnpm install --save-dev\n# or\nyarn install -D
\n

Package application

\n

For macOS and Linux

\n
npm run dist\n#or \nyarn dist
\n

Currently, I don't support Windows. But you can build it for Windows.

\n

Creating Issue Instruction

\n

Please submit detail issues at Unofficial Zalo Issues if you detect them.

\n

Tips: You can assign label for issue.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:58.745Z" + "unfx-proxy-checker": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:53.747Z" }, "unicopedia-plus": { - "readmeCleaned": "

\"Unicopedia UNICOPEDIA PLUS

\n

Unicopedia Plus is a developer-oriented set of Unicode, Unihan & emoji utilities wrapped into one single app, built with Electron.

\n

This desktop application works on macOS, Linux and Windows operating systems.

\n

Utilities

\n

The following utilities are currently available:

\n
    \n
  • CJK Font Variants
  • \n
  • JavaScript Runner
  • \n
  • Regex Properties
  • \n
  • Emoji Data Finder\n
      \n
    • Find by Name
    • \n
    • Match Sequence
    • \n
    • Filter Text
    • \n
    \n
  • \n
  • Emoji Picture Book
  • \n
  • Emoji References
  • \n
  • Unicode Data Finder\n
      \n
    • Find by Name
    • \n
    • Match Character
    • \n
    • List by Block
    • \n
    \n
  • \n
  • Unicode Foldings
  • \n
  • Unicode Inspector
  • \n
  • Unicode Normalizer
  • \n
  • Unicode References
  • \n
  • Unihan Data Finder\n
      \n
    • Find by Tag Value
    • \n
    • Match Character
    • \n
    • View by Grid
    • \n
    \n
  • \n
  • Unihan Inspector
  • \n
  • Unihan Radical-Strokes
  • \n
  • Unihan References
  • \n
  • Unihan Variants
  • \n
\n

CJK Font Variants

\n
    \n
  • The CJK Font Variants utility displays simultaneously any string of CJK (Chinese/Japanese/Korean) characters in five different typefaces belonging to the open-source set of Google Noto CJK Fonts:
  • \n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
LanguageTagCodeTypeface
JapanesejaJPNoto Sans CJK JP Regular
KoreankoKRNoto Sans CJK KR Regular
Simplified Chinesezh-HansSCNoto Sans CJK SC Regular
Traditional Chinese (Taiwan)zh-Hant-TWTCNoto Sans CJK TC Regular
Traditional Chinese (Hong Kong)zh-Hant-HKHKNoto Sans CJK HK Regular
\n
    \n
  • Additionally, it is possible to specify a set of logographic glyph variants for display by using the East Asian Variant drop-down menu.
  • \n
  • Font variants of the CJK characters can be visualized either vertically or horizontally. Use the Writing Mode drop-down menu to toggle between the two modes.
  • \n
  • Clicking inside any character frame displays momentarily the same glyph for all language flavors, while alt-clicking (or shift-clicking) applies to all characters of the string in a given language flavor. This is especially useful to quickly spot the differences between glyph variations. If the ⇪ Caps Lock key is turned on as well, the differences are shown in contrasting colors instead.
  • \n
  • CJK characters can be entered either directly in the "Characters" input field, or using a series of code points in hexadecimal format in the "Code points" input field.
  • \n
  • It is also possible to input predefined strings of CJK characters selected from the Samples ▾ pop-up menu; some of them make use of the information found in the StandardizedVariants.txt or IVD_Sequences.txt data files.
  • \n
  • As a convenience, the input fields can be emptied using the Clear button.
  • \n
  • In output, the standard Unicode code point format U+7ADC is used, i.e. "U+" directly followed by 4 or 5 hex digits.
  • \n
  • In input, more hexadecimal formats are allowed, including Unicode escape sequences, such as \\u9F8D or \\u{20B9F}. Moving out of the field or typing the Enter key converts all valid codes to standard Unicode code point format.
  • \n
\n

\"CJK

\n

\"CJK

\n

JavaScript Runner

\n
    \n
  • The JavaScript Runner utility lets you execute JavaScript code, and comes with several sample scripts related to Unicode, Unihan and emoji; it is useful for quick testing/prototyping or data processing.
  • \n
\n

\"JavaScript

\n

Regex Properties

\n
    \n
  • \n

    The Regex Properties utility displays all the Unicode 13.0 properties available for regular expressions, used in particular by the Emoji Data Finder, Unicode Data Finder and Unihan Data Finder utilities.

    \n
  • \n
  • \n

    These properties are suitable to build Unicode-aware regular expressions in JavaScript (ECMAScript 6) using the 'u' flag.

    \n
  • \n
  • \n

    Unicode properties fall into four groups, which can be displayed individually using the Category drop-down menu:

    \n
      \n
    • General Category properties
    • \n
    • Binary properties
    • \n
    • Script properties
    • \n
    • Script Extensions properties
    • \n
    \n
  • \n
  • \n

    For General Category properties, prefixing with General_Category= (Canonical) or gc= (Alias) is optional. Use the Optional Prefix checkbox to control whether the prefix is included or not.

    \n
  • \n
  • \n

    Groupings:

    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
    PropertyDescription
    Cased_LetterUppercase_Letter | Lowercase_Letter | Titlecase_Letter
    LetterUppercase_Letter | Lowercase_Letter | Titlecase_Letter | Modifier_Letter | Other_Letter
    MarkNonspacing_Mark | Spacing_Mark | Enclosing_Mark
    NumberDecimal_Number | Letter_Number | Other_Number
    PunctuationConnector_Punctuation | Dash_Punctuation | Open_Punctuation | Close_Punctuation | Initial_Punctuation | Final_Punctuation | Other_Punctuation
    SymbolMath_Symbol | Currency_Symbol | Modifier_Symbol | Other_Symbol
    SeparatorSpace_Separator | Line_Separator | Paragraph_Separator
    OtherControl | Format | Surrogate | Private_Use | Unassigned
    \n
  • \n
  • \n

    \\P{…} is the negated form of \\p{…}. Use the Negated checkbox to toggle between the two forms.

    \n
  • \n
  • \n

    Notes:

    \n
      \n
    • \\p{Any} is equivalent to [\\u{0}-\\u{10FFFF}]
    • \n
    • \\p{ASCII} is equivalent to [\\u{0}-\\u{7F}]
    • \n
    • \\p{Assigned} is equivalent to \\P{Unassigned} or \\P{General_Category=Unassigned}
    • \n
    \n
  • \n
\n

\"Regex

\n

Emoji Data Finder

\n

Find by Name

\n
    \n
  • The Find by Name feature of the Emoji Data Finder utility displays a list of basic data (symbol, short name, keywords, code points) of matching Unicode emoji searched by name or keyword, including through regular expressions.
  • \n
  • After entering a query, click on the Search button to display a list of all relevant matches, if any.
  • \n
  • This feature deals with the 4,168 emoji defined in the Emoji 13.0 version of the emoji-test.txt data file.
  • \n
  • The 9 component (5 skin-tone and 4 hair-style) emoji and the 3,295 fully-qualified (RGI) emoji are presented in a standard way, while the 864 non-fully-qualified emoji are shown in a distinctive muted (grayed out) style.
  • \n
  • Use the Results ▾ pop-up menu to perform an action among:\n
      \n
    • Copy Results [copy the results as string to the clipboard]
    • \n
    • Save Results... [save the results as string to a text file]
    • \n
    • Clear Results [clear the current list of results]
    • \n
    \n
  • \n
  • Various examples of regular expressions are provided for quick copy-and-paste.
  • \n
  • Note: RGI stands for Recommended for General Interchange.
  • \n
\n

\"Emoji

\n

Match Sequence

\n
    \n
  • The Match Sequence feature of the Emoji Data Finder utility displays a list of basic data (symbol, short name, keywords, code points) of Unicode emoji matching a character sequence, including through regular expressions.
  • \n
  • After entering a query, click on the Search button to display a list of all relevant matches, if any.
  • \n
  • This feature deals with the 4,168 emoji defined in the Emoji 13.0 version of the emoji-test.txt data file.
  • \n
  • The 9 component (5 skin-tone and 4 hair-style) emoji and the 3,295 fully-qualified (RGI) emoji are presented in a standard way, while the 864 non-fully-qualified emoji are shown in a distinctive muted (grayed out) style.
  • \n
  • Use the Results ▾ pop-up menu to perform an action among:\n
      \n
    • Copy Results [copy the results as string to the clipboard]
    • \n
    • Save Results... [save the results as string to a text file]
    • \n
    • Clear Results [clear the current list of results]
    • \n
    \n
  • \n
  • Various examples of regular expressions are provided for quick copy-and-paste.
  • \n
  • Note: RGI stands for Recommended for General Interchange.
  • \n
\n

\"Emoji

\n

Filter Text

\n
    \n
  • The Filter Text feature of the Emoji Data Finder utility displays in real time a list of basic data (symbol, short name, keywords, code points) of all the Unicode emoji contained in a text string.
  • \n
  • Text can by directly typed or pasted from the clipboard into the main input field.
  • \n
  • It is also possible to input predefined sets of emoji selected from the Samples ▾ pop-up menu.
  • \n
  • As a convenience, the input field can be emptied using the Clear button.
  • \n
  • Use the Filter ▾ pop-up menu to perform an action among:\n
      \n
    • Discard Non-Emoji [strip out non-emoji characters]
    • \n
    • Upgrade to RGI Emoji [restore incomplete emoji to their RGI form]
    • \n
    • Remove Duplicate Emoji [delete emoji duplicates]
    • \n
    \n
  • \n
  • This feature deals with the 4,168 emoji defined in the Emoji 13.0 version of the emoji-test.txt data file.
  • \n
  • The 9 component (5 skin-tone and 4 hair-style) emoji and the 3,295 fully-qualified (RGI) emoji are presented in a standard way, while the 864 non-fully-qualified emoji are shown in a distinctive muted (grayed out) style.
  • \n
  • Use the Results ▾ pop-up menu to perform an action among:\n
      \n
    • Copy Results [copy the results as string to the clipboard]
    • \n
    • Save Results... [save the results as string to a text file]
    • \n
    \n
  • \n
  • Note: RGI stands for Recommended for General Interchange.
  • \n
\n

\"Emoji

\n

Emoji Picture Book

\n
    \n
  • The Emoji Picture Book utility displays lists of Unicode emoji in a color picture book fashion.
  • \n
  • Any group of pictures can be displayed by selecting its name in the Category drop-down menu, among:\n
      \n
    • Smileys & Emotion
    • \n
    • People & Body
    • \n
    • Component
    • \n
    • Animals & Nature
    • \n
    • Food & Drink
    • \n
    • Travel & Places
    • \n
    • Activities
    • \n
    • Objects
    • \n
    • Symbols
    • \n
    • Flags
    • \n
    \n
  • \n
  • The size of all emoji pictures (from 32 to 128 pixels) can be adjusted by moving the dedicated slider left and right.
  • \n
  • The groups and subgroups of emoji are those defined in the Emoji 13.0 version of the emoji-test.txt data file.
  • \n
  • Only the 9 component emoji and the 3,295 fully-qualified (RGI) forms of the emoji are used unless they cannot be displayed properly, depending on the emoji support level of the operating system.
  • \n
  • Emoji failing to be represented as proper color pictures are purely and simply discarded.
  • \n
  • Note: RGI stands for Recommended for General Interchange.
  • \n
\n

\"Emoji

\n

Emoji References

\n
    \n
  • The Emoji References utility provides a list of reference links to emoji-related web pages.
  • \n
\n

\"Emoji

\n

Unicode Data Finder

\n

Find by Name

\n
    \n
  • The Find by Name feature of the Unicode Data Finder utility displays a list of basic data (symbol, code point, name/aliases, block) of matching Unicode characters searched by name or alias, including through regular expressions.
  • \n
  • After entering a query, click on the Search button to display a list of all relevant matches, if any, ordered by code point value.
  • \n
  • It is possible to choose how many characters are shown one page at a time.
  • \n
  • When available, name aliases are displayed (in italics and smaller typeface) after the unique and immutable Unicode name. A correction alias is indicated by a leading reference mark .
  • \n
  • All names and aliases are obtained from the UnicodeData.txt and NameAliases.txt data files.
  • \n
  • The search is performed on the 283,440 assigned characters (or code points) defined in the Unicode 13.0 version of the UnicodeData.txt data file.
  • \n
  • Use the Results ▾ pop-up menu to perform an action among:\n
      \n
    • Copy Results [copy the results as string to the clipboard]
    • \n
    • Save Results... [save the results as string to a text file]
    • \n
    • Clear Results [clear the current list of results]
    • \n
    \n
  • \n
  • Various examples of regular expressions are provided for quick copy-and-paste.
  • \n
\n

\"Unicode

\n

Match Character

\n
    \n
  • The Match Character feature of the Unicode Data Finder utility displays a list of basic data (symbol, code point, name/aliases, block) of Unicode characters matching a character, including through regular expressions.
  • \n
  • After entering a query, click on the Search button to display a list of all relevant matches, if any, ordered by code point value.
  • \n
  • Click on the Match Decomposition toggle button to extend the search to characters whose decomposition mapping matches the query string.
  • \n
  • It is possible to choose how many characters are shown one page at a time.
  • \n
  • The search is performed on the 283,440 assigned characters (or code points) defined in the Unicode 13.0 version of the UnicodeData.txt data file.
  • \n
  • Use the Results ▾ pop-up menu to perform an action among:\n
      \n
    • Copy Results [copy the results as string to the clipboard]
    • \n
    • Save Results... [save the results as string to a text file]
    • \n
    • Clear Results [clear the current list of results]
    • \n
    \n
  • \n
  • Various examples of regular expressions are provided for quick copy-and-paste.
  • \n
\n

\"Unicode

\n

List by Block

\n
    \n
  • The List by Block feature of the Unicode Data Finder utility displays in real time a list of basic data (symbol, code point, name/aliases, block) of Unicode characters belonging to the same block range.
  • \n
  • It is possible to choose how many characters are shown one page at a time.
  • \n
  • A block can be selected either by Block Range or by Block Name, as defined in the Blocks.txt data file.
  • \n
  • It is also possible to directly enter a code point (or character) in the Specimen field, then click on the Go button to automatically select the block containing the code point, scroll its basic data into view, and highlight its hexadecimal code value.
  • \n
  • You can quickly reuse a previously entered code point by using the Alt+ and Alt+ keyboard shortcuts to navigate up and down through the history stack in the Specimen field.
  • \n
  • Use the Results ▾ pop-up menu to perform an action among:\n
      \n
    • Copy Results [copy the results as string to the clipboard]
    • \n
    • Save Results... [save the results as string to a text file]
    • \n
    \n
  • \n
\n

\"Unicode

\n

Unicode Foldings

\n
    \n
  • The Unicode Foldings utility displays simultaneously the uppercase and lowercase foldings of a given string, making use of the JavaScript string functions toUpperCase and toLowerCase, or toLocaleUpperCase and toLocaleLowerCase when a specific locale is selected from the Locale drop-down menu.
  • \n
  • Characters can be entered either directly in the "Characters" input field, or using a series of code points in hexadecimal format in the "Code points" input field.
  • \n
  • It is also possible to input predefined strings of characters selected from the Samples ▾ pop-up menu.
  • \n
  • As a convenience, the input fields can be emptied using the Clear button.
  • \n
  • In output, the standard Unicode code point format U+00DF is used, i.e. "U+" directly followed by 4 or 5 hex digits.
  • \n
  • In input, more hexadecimal formats are allowed, including Unicode escape sequences, such as \\u212B or \\u{10400}. Moving out of the field or typing the Enter key converts all valid codes to standard Unicode code point format.
  • \n
  • Note: folding is an operation that maps similar characters to a common target, such as uppercasing or lowercasing a string. Folding operations are most often used to temporarily ignore certain distinctions between characters.
  • \n
\n

\"Unicode

\n

Unicode Inspector

\n\n

\"Unicode

\n

Unicode Normalizer

\n
    \n
  • \n

    The Unicode Normalizer utility displays simultaneously the four normalization forms of a given string, making use of the JavaScript string function normalize, as specified in the UAX #15: Unicode Normalization Forms:

    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
    FormNameDescription
    NFCNormalization Form CCanonical Decomposition, followed by Canonical Composition
    NFDNormalization Form DCanonical Decomposition
    NFKCNormalization Form KCCompatibility Decomposition, followed by Canonical Composition
    NFKDNormalization Form KDCompatibility Decomposition
    \n
  • \n
  • \n

    Characters can be entered either directly in the "Characters" input field, or using a series of code points in hexadecimal format in the "Code points" input field.

    \n
  • \n
  • \n

    It is also possible to input predefined strings of characters selected from the Samples ▾ pop-up menu.

    \n
  • \n
  • \n

    As a convenience, the input fields can be emptied using the Clear button.

    \n
  • \n
  • \n

    In output, the standard Unicode code point format U+212B is used, i.e. "U+" directly followed by 4 or 5 hex digits.

    \n
  • \n
  • \n

    In input, more hexadecimal formats are allowed, including Unicode escape sequences, such as \\u24B6 or \\u{1F201}. Moving out of the field or typing the Enter key converts all valid codes to standard Unicode code point format.

    \n
  • \n
\n

\"Unicode

\n

Unicode References

\n
    \n
  • The Unicode References utility provides a list of reference links to Unicode-related web pages.
  • \n
\n

\"Unicode

\n

Unihan Data Finder

\n

Find by Tag Value

\n
    \n
  • The Find by Tag Value feature of the Unihan Data Finder utility displays a list of basic data (symbol, code point, Unihan tag, value, block) of matching Unihan characters searched by tag value, including through regular expressions.
  • \n
  • Use the Unihan Tag drop-down menu to select the tag you wish to search value by.
  • \n
  • Use the Categories checkbox to toggle between: all Unihan tags ordered alphabetically, or grouped by categories in the drop-down menu.
  • \n
  • After entering a query, click on the Search button to display a list of all relevant matches, if any, ordered by code point value.
  • \n
  • It is possible to choose how many characters are shown one page at a time.
  • \n
  • The search is performed on the 93,858 Unihan characters (or code points) defined in the set of data files contained in the Unihan.zip archive file:\n
      \n
    • Unihan_DictionaryIndices.txt
    • \n
    • Unihan_DictionaryLikeData.txt
    • \n
    • Unihan_IRGSources.txt
    • \n
    • Unihan_NumericValues.txt
    • \n
    • Unihan_OtherMappings.txt
    • \n
    • Unihan_RadicalStrokeCounts.txt
    • \n
    • Unihan_Readings.txt
    • \n
    • Unihan_Variants.txt
    • \n
    \n
  • \n
  • Use the Results ▾ pop-up menu to perform an action among:\n
      \n
    • Copy Results [copy the results as string to the clipboard]
    • \n
    • Save Results... [save the results as string to a text file]
    • \n
    • Clear Results [clear the current list of results]
    • \n
    \n
  • \n
  • Various examples of regular expressions are provided for quick copy-and-paste.
  • \n
\n

\"Unihan

\n

Match Character

\n
    \n
  • The Match Character feature of the Unihan Data Finder utility displays a list of basic data (symbol, code point, age, set, ideograph status, block) of matching Unihan characters, including through regular expressions.
  • \n
  • After entering a query, click on the Search button to display a list of all relevant matches, if any, ordered by code point value.
  • \n
  • Click on the Match Variants toggle button to extend the search to characters whose variants match the query string.
  • \n
  • Unihan variants, if any, are displayed in a distinctive muted (grayed out) style.
  • \n
  • It is possible to choose how many characters are shown one page at a time.
  • \n
  • The search is performed on the set of 93,858 Unihan characters defined in Unicode 13.0.
  • \n
  • Use the Results ▾ pop-up menu to perform an action among:\n
      \n
    • Copy Results [copy the results as string to the clipboard]
    • \n
    • Save Results... [save the results as string to a text file]
    • \n
    • Clear Results [clear the current list of results]
    • \n
    \n
  • \n
  • Various examples of regular expressions are provided for quick copy-and-paste.
  • \n
\n

\"Unihan

\n

View by Grid

\n
    \n
  • The View by Grid feature of the Unihan Data Finder utility displays in real time a grid view of the 10 blocks containing the 93,858 Unihan characters defined in Unicode 13.0.
  • \n
  • It is possible to choose how many characters are shown one page at a time.
  • \n
  • A block can be selected either by Block Name or by Block Range.
  • \n
  • It is also possible to directly enter a Unihan character or code point in the Specimen field, then click on the Go button to automatically select the block containing the character, scroll it into view, and highlight it.
  • \n
  • You can quickly reuse a previously entered Unihan character by using the Alt+ and Alt+ keyboard shortcuts to navigate up and down through the history stack in the Specimen field.
  • \n
  • Use the Results ▾ pop-up menu to perform an action among:\n
      \n
    • Copy Results [copy the results as string to the clipboard]
    • \n
    • Save Results... [save the results as string to a text file]
    • \n
    \n
  • \n
  • A list of all the Unihan blocks is available for quick reference.
  • \n
\n

\"Unihan

\n

\"Unihan

\n

Unihan Inspector

\n
    \n
  • The Unihan Inspector utility displays all available Unihan tags for each of the 93,858 Unihan characters defined in the set of data files contained in the Unihan.zip archive file:\n
      \n
    • Unihan_DictionaryIndices.txt
    • \n
    • Unihan_DictionaryLikeData.txt
    • \n
    • Unihan_IRGSources.txt
    • \n
    • Unihan_NumericValues.txt
    • \n
    • Unihan_OtherMappings.txt
    • \n
    • Unihan_RadicalStrokeCounts.txt
    • \n
    • Unihan_Readings.txt
    • \n
    • Unihan_Variants.txt
    • \n
    \n
  • \n
  • Any Unihan character can be entered in the Unihan input field either as a character or a code point. Click on the Lookup button to display the list of Unihan tags.
  • \n
  • In addition, the utility provides, for each Unihan character:\n
      \n
    • basic Unicode information: name, age, plane, block, script, script extensions, general category, extended properties, decomposition, standardized variation, equivalent unified ideograph;
    • \n
    • basic Unihan information: set (IICore or full), status (unified or compatibility ideograph), radical/strokes, definition, numeric value, related characters, variant characters.
    • \n
    \n
  • \n
  • Basic radical information can also be obtained for the 214 KangXi radicals and the 115 additional CJK radicals.
  • \n
  • Previously looked up characters are kept in a history stack; use the Alt+ and Alt+ keyboard shortcuts to navigate through them up and down inside the input field.
  • \n
  • It is also possible to lookup a randomly selected Unihan character by clicking on the Random button; use the Set drop-down menu to perform the draw on a specified Unihan set:\n
      \n
    • IICore: the IICore set of 9,810 CJK unified ideographs in common usage,
    • \n
    • Unihan Core (2020): the Unihan core set (2020) of 20,720 CJK unified and compatibility ideographs, minimal set of required ideographs for East Asia,
    • \n
    • Full Unihan: the full set of 93,858 Unihan characters.
    • \n
    \n
  • \n
  • The currently looked up character is displayed at a large scale, followed by its code point.
  • \n
  • Click on or to step through five different CJK typefaces, among:\n
      \n
    • JP: Japanese
    • \n
    • KR: Korean
    • \n
    • SC: Simplified Chinese
    • \n
    • TC: Traditional Chinese (Taiwan)
    • \n
    • HK: Traditional Chinese (Hong Kong)
    • \n
    \n
  • \n
  • If a character cannot be properly rendered in the five CJK typefaces, the system default typeface is automatically used instead.
  • \n
  • Use the Categories checkbox to toggle between: all Unihan tags ordered alphabetically, or grouped by categories.
  • \n
  • Variant characters, if any, are listed under several classes in the basic Unihan information panel:\n
      \n
    • Unified Variant: decomposition of the looked up character
    • \n
    • Compatibility Variants: characters whose decomposition is the looked up character
    • \n
    • Semantic Variants: characters listed under the kSemanticVariant Unihan tag
    • \n
    • Specialized Variants: characters listed under the kSpecializedSemanticVariant Unihan tag
    • \n
    • Spoofing Variants: characters listed under the kSpoofingVariant Unihan tag
    • \n
    • Shape (Z-) Variants characters listed under the kZVariant Unihan tag
    • \n
    • Simplified Variants: characters listed under the kSimplifiedVariant Unihan tag
    • \n
    • Traditional Variants: characters listed under the kTraditionalVariant Unihan tag
    • \n
    • Yasuoka Variants: characters drawn from the "Variants table for Unicode" data file UniVariants.txt provided by Prof. Kōichi Yasuoka
    • \n
    \n
  • \n
  • Notes:\n
      \n
    • The top Radical/Strokes fields are displaying data obtained from the only informative IRG Source: kRSUnicode, while the bottom ones (in grayed-out style, if any) make use of the provisional sources: kRSKangXi and kRSAdobe_Japan1_6.
    • \n
    • IICore (International Ideographs Core) represents a set of 9,810 important Unihan characters in everyday use throughout East Asia; it has been developed by the IRG.
    • \n
    • IRG stands for Ideographic Rapporteur Group, a committee advising the Unicode Consortium about Asian language characters.
    • \n
    • Radicals do not belong to the Unihan character set; they are allowed to be looked up here merely as a convenience, since they are closely related, and because their appearance is similar, or even identical, to their equivalent unified ideograph.
    • \n
    \n
  • \n
\n

\"Unihan

\n

\"Unihan

\n

Unihan Radical-Strokes

\n
    \n
  • The Unihan Radical-Strokes utility displays all the Unihan characters searched by KangXi radical and additional stroke count.
  • \n
  • Use the Set drop-down menu to perform the search on a specified Unihan set:\n
      \n
    • IICore: the IICore set of 9,810 CJK unified ideographs in common usage,
    • \n
    • Unihan Core (2020): the Unihan core set (2020) of 20,720 CJK unified and compatibility ideographs, minimal set of required ideographs for East Asia,
    • \n
    • Full Unihan: the full set of 93,858 Unihan characters.
    • \n
    \n
  • \n
  • Use the Extra Sources checkbox to extend the search to all radical/strokes source tags, or use only the IRG-defined source tag common to all Unihan characters.
  • \n
  • Use the Radical and Strokes drop-down menus to select the KangXi radical and the additional stroke count of the Unihan characters you are looking for, then click on the Search button.
  • \n
  • If the number of additional strokes is negative, 0 is used instead. For example, the Unihan character 王 gets listed under 'Radical 96 ⽟ (Jade)' + '0 Stroke', although its additional stroke count is -1.
  • \n
  • Selecting All from the Strokes menu lets you display all the Unihan characters sharing the same KangXi radical, sorted by additional stroke count.
  • \n
  • Use the Results ▾ pop-up menu to perform an action among:\n
      \n
    • Copy Results [copy the results as string to the clipboard]
    • \n
    • Save Results... [save the results as string to a text file]
    • \n
    • Clear Results [clear the current list of results]
    • \n
    \n
  • \n
  • A complete list of the 214 KangXi radicals is available for reference, showing also CJK variants as well as simplified forms.
  • \n
\n

\"Unihan

\n

Unihan References

\n
    \n
  • The Unihan References utility provides a list of reference links to Unihan-related web pages.
  • \n
\n

\"Unihan

\n

Unihan Variants

\n
    \n
  • The Unihan Variants utility displays all the variants of a given Unihan character.
  • \n
  • Any Unihan character can be entered in the Unihan input field either as a character or a code point. Click on the Lookup button to display the variants.
  • \n
  • Previously looked up characters are kept in a history stack; use the Alt+ and Alt+ keyboard shortcuts to navigate through them up and down inside the input field.
  • \n
  • Click the Extra Variants checkbox to include the Yasuoka variants as well; otherwise, only the standard Unihan variants are listed.
  • \n
  • Click the Detailed Relations checkbox to make use of a directed labeled graph to display variant relations; otherwise, a basic undirected graph is used instead.
  • \n
  • Click the Code Points checkbox to display as well the code point of each Unihan character of the graph.
  • \n
  • The different variant relations are indicated using the following labels:\n
      \n
    • Semantic: characters listed under the kSemanticVariant Unihan tag
    • \n
    • Shape: characters listed under the kZVariant Unihan tag
    • \n
    • Simplified: characters listed under the kSimplifiedVariant Unihan tag
    • \n
    • Specialized: characters listed under the kSpecializedSemanticVariant Unihan tag
    • \n
    • Spoofing: characters listed under the kSpoofingVariant Unihan tag
    • \n
    • Traditional: characters listed under the kTraditionalVariant Unihan tag
    • \n
    • Unified: characters listed under the kCompatibilityVariant Unihan tag
    • \n
    • Yasuoka: characters drawn from the "Variants table for Unicode" data file UniVariants.txt provided by Prof. Kōichi Yasuoka
    • \n
    \n
  • \n
  • Click the Save... button to save the current graph as a SVG file.
  • \n
  • Notes:\n
      \n
    • Hovering over any circled Unihan character of the graph displays a tooltip with basic information: code point, age, set, ideograph status.
    • \n
    • The currently looked up Unihan character appears in a bolder circle; clicking on any other circled variant character lets you "navigate" through all the variants.
    • \n
    • In order to avoid visual clutter, any relation between two Unihan characters obtained from the Yasuoka variants is not displayed if another "standard" one with the same orientation already exists.
    • \n
    \n
  • \n
\n

\"Unihan

\n

\"Unihan

\n

Using

\n

You can download the latest release for macOS.

\n

Building

\n

You'll need Node.js (which comes with npm) installed on your computer in order to build this application.

\n

Clone method

\n
# Clone the repository\ngit clone https://github.com/tonton-pixel/unicopedia-plus\n# Go into the repository\ncd unicopedia-plus\n# Install dependencies\nnpm install\n# Run the application\nnpm start
\n

Note: to use the clone method, the core tool git must also be installed.

\n

Download method

\n

If you don't wish to clone, you can download the source code, unZip it, then directly run the following commands from a Terminal opened at the resulting unicopedia-plus-master folder location:

\n
# Install dependencies\nnpm install\n# Run the application\nnpm start
\n

Packaging

\n

Several scripts are also defined in the package.json file to build OS-specific bundles of the application, using the simple yet powerful Electron Packager Node module.
\nFor instance, running the following command (once the dependencies are installed) will create a Unicopedia Plus.app version for macOS:

\n
# Build macOS (Darwin) application\nnpm run build-darwin
\n

License

\n

The MIT License (MIT).

\n

Copyright © 2018-2020 Michel Mariani.

\n
", - "readmeOriginal": "

\"Unicopedia UNICOPEDIA PLUS

\n

Unicopedia Plus is a developer-oriented set of Unicode, Unihan & emoji utilities wrapped into one single app, built with Electron.

\n

This desktop application works on macOS, Linux and Windows operating systems.

\n

Utilities

\n

The following utilities are currently available:

\n
    \n
  • CJK Font Variants
  • \n
  • JavaScript Runner
  • \n
  • Regex Properties
  • \n
  • Emoji Data Finder\n
      \n
    • Find by Name
    • \n
    • Match Sequence
    • \n
    • Filter Text
    • \n
    \n
  • \n
  • Emoji Picture Book
  • \n
  • Emoji References
  • \n
  • Unicode Data Finder\n
      \n
    • Find by Name
    • \n
    • Match Character
    • \n
    • List by Block
    • \n
    \n
  • \n
  • Unicode Foldings
  • \n
  • Unicode Inspector
  • \n
  • Unicode Normalizer
  • \n
  • Unicode References
  • \n
  • Unihan Data Finder\n
      \n
    • Find by Tag Value
    • \n
    • Match Character
    • \n
    • View by Grid
    • \n
    \n
  • \n
  • Unihan Inspector
  • \n
  • Unihan Radical-Strokes
  • \n
  • Unihan References
  • \n
  • Unihan Variants
  • \n
\n

CJK Font Variants

\n
    \n
  • The CJK Font Variants utility displays simultaneously any string of CJK (Chinese/Japanese/Korean) characters in five different typefaces belonging to the open-source set of Google Noto CJK Fonts:
  • \n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
LanguageTagCodeTypeface
JapanesejaJPNoto Sans CJK JP Regular
KoreankoKRNoto Sans CJK KR Regular
Simplified Chinesezh-HansSCNoto Sans CJK SC Regular
Traditional Chinese (Taiwan)zh-Hant-TWTCNoto Sans CJK TC Regular
Traditional Chinese (Hong Kong)zh-Hant-HKHKNoto Sans CJK HK Regular
\n
    \n
  • Additionally, it is possible to specify a set of logographic glyph variants for display by using the East Asian Variant drop-down menu.
  • \n
  • Font variants of the CJK characters can be visualized either vertically or horizontally. Use the Writing Mode drop-down menu to toggle between the two modes.
  • \n
  • Clicking inside any character frame displays momentarily the same glyph for all language flavors, while alt-clicking (or shift-clicking) applies to all characters of the string in a given language flavor. This is especially useful to quickly spot the differences between glyph variations. If the ⇪ Caps Lock key is turned on as well, the differences are shown in contrasting colors instead.
  • \n
  • CJK characters can be entered either directly in the \"Characters\" input field, or using a series of code points in hexadecimal format in the \"Code points\" input field.
  • \n
  • It is also possible to input predefined strings of CJK characters selected from the Samples ▾ pop-up menu; some of them make use of the information found in the StandardizedVariants.txt or IVD_Sequences.txt data files.
  • \n
  • As a convenience, the input fields can be emptied using the Clear button.
  • \n
  • In output, the standard Unicode code point format U+7ADC is used, i.e. \"U+\" directly followed by 4 or 5 hex digits.
  • \n
  • In input, more hexadecimal formats are allowed, including Unicode escape sequences, such as \\u9F8D or \\u{20B9F}. Moving out of the field or typing the Enter key converts all valid codes to standard Unicode code point format.
  • \n
\n

\"CJK

\n

\"CJK

\n

JavaScript Runner

\n
    \n
  • The JavaScript Runner utility lets you execute JavaScript code, and comes with several sample scripts related to Unicode, Unihan and emoji; it is useful for quick testing/prototyping or data processing.
  • \n
\n

\"JavaScript

\n

Regex Properties

\n
    \n
  • \n

    The Regex Properties utility displays all the Unicode 13.0 properties available for regular expressions, used in particular by the Emoji Data Finder, Unicode Data Finder and Unihan Data Finder utilities.

    \n
  • \n
  • \n

    These properties are suitable to build Unicode-aware regular expressions in JavaScript (ECMAScript 6) using the 'u' flag.

    \n
  • \n
  • \n

    Unicode properties fall into four groups, which can be displayed individually using the Category drop-down menu:

    \n
      \n
    • General Category properties
    • \n
    • Binary properties
    • \n
    • Script properties
    • \n
    • Script Extensions properties
    • \n
    \n
  • \n
  • \n

    For General Category properties, prefixing with General_Category= (Canonical) or gc= (Alias) is optional. Use the Optional Prefix checkbox to control whether the prefix is included or not.

    \n
  • \n
  • \n

    Groupings:

    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
    PropertyDescription
    Cased_LetterUppercase_Letter | Lowercase_Letter | Titlecase_Letter
    LetterUppercase_Letter | Lowercase_Letter | Titlecase_Letter | Modifier_Letter | Other_Letter
    MarkNonspacing_Mark | Spacing_Mark | Enclosing_Mark
    NumberDecimal_Number | Letter_Number | Other_Number
    PunctuationConnector_Punctuation | Dash_Punctuation | Open_Punctuation | Close_Punctuation | Initial_Punctuation | Final_Punctuation | Other_Punctuation
    SymbolMath_Symbol | Currency_Symbol | Modifier_Symbol | Other_Symbol
    SeparatorSpace_Separator | Line_Separator | Paragraph_Separator
    OtherControl | Format | Surrogate | Private_Use | Unassigned
    \n
  • \n
  • \n

    \\P{…} is the negated form of \\p{…}. Use the Negated checkbox to toggle between the two forms.

    \n
  • \n
  • \n

    Notes:

    \n
      \n
    • \\p{Any} is equivalent to [\\u{0}-\\u{10FFFF}]
    • \n
    • \\p{ASCII} is equivalent to [\\u{0}-\\u{7F}]
    • \n
    • \\p{Assigned} is equivalent to \\P{Unassigned} or \\P{General_Category=Unassigned}
    • \n
    \n
  • \n
\n

\"Regex

\n

Emoji Data Finder

\n

Find by Name

\n
    \n
  • The Find by Name feature of the Emoji Data Finder utility displays a list of basic data (symbol, short name, keywords, code points) of matching Unicode emoji searched by name or keyword, including through regular expressions.
  • \n
  • After entering a query, click on the Search button to display a list of all relevant matches, if any.
  • \n
  • This feature deals with the 4,168 emoji defined in the Emoji 13.0 version of the emoji-test.txt data file.
  • \n
  • The 9 component (5 skin-tone and 4 hair-style) emoji and the 3,295 fully-qualified (RGI) emoji are presented in a standard way, while the 864 non-fully-qualified emoji are shown in a distinctive muted (grayed out) style.
  • \n
  • Use the Results ▾ pop-up menu to perform an action among:\n
      \n
    • Copy Results [copy the results as string to the clipboard]
    • \n
    • Save Results... [save the results as string to a text file]
    • \n
    • Clear Results [clear the current list of results]
    • \n
    \n
  • \n
  • Various examples of regular expressions are provided for quick copy-and-paste.
  • \n
  • Note: RGI stands for Recommended for General Interchange.
  • \n
\n

\"Emoji

\n

Match Sequence

\n
    \n
  • The Match Sequence feature of the Emoji Data Finder utility displays a list of basic data (symbol, short name, keywords, code points) of Unicode emoji matching a character sequence, including through regular expressions.
  • \n
  • After entering a query, click on the Search button to display a list of all relevant matches, if any.
  • \n
  • This feature deals with the 4,168 emoji defined in the Emoji 13.0 version of the emoji-test.txt data file.
  • \n
  • The 9 component (5 skin-tone and 4 hair-style) emoji and the 3,295 fully-qualified (RGI) emoji are presented in a standard way, while the 864 non-fully-qualified emoji are shown in a distinctive muted (grayed out) style.
  • \n
  • Use the Results ▾ pop-up menu to perform an action among:\n
      \n
    • Copy Results [copy the results as string to the clipboard]
    • \n
    • Save Results... [save the results as string to a text file]
    • \n
    • Clear Results [clear the current list of results]
    • \n
    \n
  • \n
  • Various examples of regular expressions are provided for quick copy-and-paste.
  • \n
  • Note: RGI stands for Recommended for General Interchange.
  • \n
\n

\"Emoji

\n

Filter Text

\n
    \n
  • The Filter Text feature of the Emoji Data Finder utility displays in real time a list of basic data (symbol, short name, keywords, code points) of all the Unicode emoji contained in a text string.
  • \n
  • Text can by directly typed or pasted from the clipboard into the main input field.
  • \n
  • It is also possible to input predefined sets of emoji selected from the Samples ▾ pop-up menu.
  • \n
  • As a convenience, the input field can be emptied using the Clear button.
  • \n
  • Use the Filter ▾ pop-up menu to perform an action among:\n
      \n
    • Discard Non-Emoji [strip out non-emoji characters]
    • \n
    • Upgrade to RGI Emoji [restore incomplete emoji to their RGI form]
    • \n
    • Remove Duplicate Emoji [delete emoji duplicates]
    • \n
    \n
  • \n
  • This feature deals with the 4,168 emoji defined in the Emoji 13.0 version of the emoji-test.txt data file.
  • \n
  • The 9 component (5 skin-tone and 4 hair-style) emoji and the 3,295 fully-qualified (RGI) emoji are presented in a standard way, while the 864 non-fully-qualified emoji are shown in a distinctive muted (grayed out) style.
  • \n
  • Use the Results ▾ pop-up menu to perform an action among:\n
      \n
    • Copy Results [copy the results as string to the clipboard]
    • \n
    • Save Results... [save the results as string to a text file]
    • \n
    \n
  • \n
  • Note: RGI stands for Recommended for General Interchange.
  • \n
\n

\"Emoji

\n

Emoji Picture Book

\n
    \n
  • The Emoji Picture Book utility displays lists of Unicode emoji in a color picture book fashion.
  • \n
  • Any group of pictures can be displayed by selecting its name in the Category drop-down menu, among:\n
      \n
    • Smileys & Emotion
    • \n
    • People & Body
    • \n
    • Component
    • \n
    • Animals & Nature
    • \n
    • Food & Drink
    • \n
    • Travel & Places
    • \n
    • Activities
    • \n
    • Objects
    • \n
    • Symbols
    • \n
    • Flags
    • \n
    \n
  • \n
  • The size of all emoji pictures (from 32 to 128 pixels) can be adjusted by moving the dedicated slider left and right.
  • \n
  • The groups and subgroups of emoji are those defined in the Emoji 13.0 version of the emoji-test.txt data file.
  • \n
  • Only the 9 component emoji and the 3,295 fully-qualified (RGI) forms of the emoji are used unless they cannot be displayed properly, depending on the emoji support level of the operating system.
  • \n
  • Emoji failing to be represented as proper color pictures are purely and simply discarded.
  • \n
  • Note: RGI stands for Recommended for General Interchange.
  • \n
\n

\"Emoji

\n

Emoji References

\n
    \n
  • The Emoji References utility provides a list of reference links to emoji-related web pages.
  • \n
\n

\"Emoji

\n

Unicode Data Finder

\n

Find by Name

\n
    \n
  • The Find by Name feature of the Unicode Data Finder utility displays a list of basic data (symbol, code point, name/aliases, block) of matching Unicode characters searched by name or alias, including through regular expressions.
  • \n
  • After entering a query, click on the Search button to display a list of all relevant matches, if any, ordered by code point value.
  • \n
  • It is possible to choose how many characters are shown one page at a time.
  • \n
  • When available, name aliases are displayed (in italics and smaller typeface) after the unique and immutable Unicode name. A correction alias is indicated by a leading reference mark .
  • \n
  • All names and aliases are obtained from the UnicodeData.txt and NameAliases.txt data files.
  • \n
  • The search is performed on the 283,440 assigned characters (or code points) defined in the Unicode 13.0 version of the UnicodeData.txt data file.
  • \n
  • Use the Results ▾ pop-up menu to perform an action among:\n
      \n
    • Copy Results [copy the results as string to the clipboard]
    • \n
    • Save Results... [save the results as string to a text file]
    • \n
    • Clear Results [clear the current list of results]
    • \n
    \n
  • \n
  • Various examples of regular expressions are provided for quick copy-and-paste.
  • \n
\n

\"Unicode

\n

Match Character

\n
    \n
  • The Match Character feature of the Unicode Data Finder utility displays a list of basic data (symbol, code point, name/aliases, block) of Unicode characters matching a character, including through regular expressions.
  • \n
  • After entering a query, click on the Search button to display a list of all relevant matches, if any, ordered by code point value.
  • \n
  • Click on the Match Decomposition toggle button to extend the search to characters whose decomposition mapping matches the query string.
  • \n
  • It is possible to choose how many characters are shown one page at a time.
  • \n
  • The search is performed on the 283,440 assigned characters (or code points) defined in the Unicode 13.0 version of the UnicodeData.txt data file.
  • \n
  • Use the Results ▾ pop-up menu to perform an action among:\n
      \n
    • Copy Results [copy the results as string to the clipboard]
    • \n
    • Save Results... [save the results as string to a text file]
    • \n
    • Clear Results [clear the current list of results]
    • \n
    \n
  • \n
  • Various examples of regular expressions are provided for quick copy-and-paste.
  • \n
\n

\"Unicode

\n

List by Block

\n
    \n
  • The List by Block feature of the Unicode Data Finder utility displays in real time a list of basic data (symbol, code point, name/aliases, block) of Unicode characters belonging to the same block range.
  • \n
  • It is possible to choose how many characters are shown one page at a time.
  • \n
  • A block can be selected either by Block Range or by Block Name, as defined in the Blocks.txt data file.
  • \n
  • It is also possible to directly enter a code point (or character) in the Specimen field, then click on the Go button to automatically select the block containing the code point, scroll its basic data into view, and highlight its hexadecimal code value.
  • \n
  • You can quickly reuse a previously entered code point by using the Alt+ and Alt+ keyboard shortcuts to navigate up and down through the history stack in the Specimen field.
  • \n
  • Use the Results ▾ pop-up menu to perform an action among:\n
      \n
    • Copy Results [copy the results as string to the clipboard]
    • \n
    • Save Results... [save the results as string to a text file]
    • \n
    \n
  • \n
\n

\"Unicode

\n

Unicode Foldings

\n
    \n
  • The Unicode Foldings utility displays simultaneously the uppercase and lowercase foldings of a given string, making use of the JavaScript string functions toUpperCase and toLowerCase, or toLocaleUpperCase and toLocaleLowerCase when a specific locale is selected from the Locale drop-down menu.
  • \n
  • Characters can be entered either directly in the \"Characters\" input field, or using a series of code points in hexadecimal format in the \"Code points\" input field.
  • \n
  • It is also possible to input predefined strings of characters selected from the Samples ▾ pop-up menu.
  • \n
  • As a convenience, the input fields can be emptied using the Clear button.
  • \n
  • In output, the standard Unicode code point format U+00DF is used, i.e. \"U+\" directly followed by 4 or 5 hex digits.
  • \n
  • In input, more hexadecimal formats are allowed, including Unicode escape sequences, such as \\u212B or \\u{10400}. Moving out of the field or typing the Enter key converts all valid codes to standard Unicode code point format.
  • \n
  • Note: folding is an operation that maps similar characters to a common target, such as uppercasing or lowercasing a string. Folding operations are most often used to temporarily ignore certain distinctions between characters.
  • \n
\n

\"Unicode

\n

Unicode Inspector

\n\n

\"Unicode

\n

Unicode Normalizer

\n
    \n
  • \n

    The Unicode Normalizer utility displays simultaneously the four normalization forms of a given string, making use of the JavaScript string function normalize, as specified in the UAX #15: Unicode Normalization Forms:

    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
    FormNameDescription
    NFCNormalization Form CCanonical Decomposition, followed by Canonical Composition
    NFDNormalization Form DCanonical Decomposition
    NFKCNormalization Form KCCompatibility Decomposition, followed by Canonical Composition
    NFKDNormalization Form KDCompatibility Decomposition
    \n
  • \n
  • \n

    Characters can be entered either directly in the \"Characters\" input field, or using a series of code points in hexadecimal format in the \"Code points\" input field.

    \n
  • \n
  • \n

    It is also possible to input predefined strings of characters selected from the Samples ▾ pop-up menu.

    \n
  • \n
  • \n

    As a convenience, the input fields can be emptied using the Clear button.

    \n
  • \n
  • \n

    In output, the standard Unicode code point format U+212B is used, i.e. \"U+\" directly followed by 4 or 5 hex digits.

    \n
  • \n
  • \n

    In input, more hexadecimal formats are allowed, including Unicode escape sequences, such as \\u24B6 or \\u{1F201}. Moving out of the field or typing the Enter key converts all valid codes to standard Unicode code point format.

    \n
  • \n
\n

\"Unicode

\n

Unicode References

\n
    \n
  • The Unicode References utility provides a list of reference links to Unicode-related web pages.
  • \n
\n

\"Unicode

\n

Unihan Data Finder

\n

Find by Tag Value

\n
    \n
  • The Find by Tag Value feature of the Unihan Data Finder utility displays a list of basic data (symbol, code point, Unihan tag, value, block) of matching Unihan characters searched by tag value, including through regular expressions.
  • \n
  • Use the Unihan Tag drop-down menu to select the tag you wish to search value by.
  • \n
  • Use the Categories checkbox to toggle between: all Unihan tags ordered alphabetically, or grouped by categories in the drop-down menu.
  • \n
  • After entering a query, click on the Search button to display a list of all relevant matches, if any, ordered by code point value.
  • \n
  • It is possible to choose how many characters are shown one page at a time.
  • \n
  • The search is performed on the 93,858 Unihan characters (or code points) defined in the set of data files contained in the Unihan.zip archive file:\n
      \n
    • Unihan_DictionaryIndices.txt
    • \n
    • Unihan_DictionaryLikeData.txt
    • \n
    • Unihan_IRGSources.txt
    • \n
    • Unihan_NumericValues.txt
    • \n
    • Unihan_OtherMappings.txt
    • \n
    • Unihan_RadicalStrokeCounts.txt
    • \n
    • Unihan_Readings.txt
    • \n
    • Unihan_Variants.txt
    • \n
    \n
  • \n
  • Use the Results ▾ pop-up menu to perform an action among:\n
      \n
    • Copy Results [copy the results as string to the clipboard]
    • \n
    • Save Results... [save the results as string to a text file]
    • \n
    • Clear Results [clear the current list of results]
    • \n
    \n
  • \n
  • Various examples of regular expressions are provided for quick copy-and-paste.
  • \n
\n

\"Unihan

\n

Match Character

\n
    \n
  • The Match Character feature of the Unihan Data Finder utility displays a list of basic data (symbol, code point, age, set, ideograph status, block) of matching Unihan characters, including through regular expressions.
  • \n
  • After entering a query, click on the Search button to display a list of all relevant matches, if any, ordered by code point value.
  • \n
  • Click on the Match Variants toggle button to extend the search to characters whose variants match the query string.
  • \n
  • Unihan variants, if any, are displayed in a distinctive muted (grayed out) style.
  • \n
  • It is possible to choose how many characters are shown one page at a time.
  • \n
  • The search is performed on the set of 93,858 Unihan characters defined in Unicode 13.0.
  • \n
  • Use the Results ▾ pop-up menu to perform an action among:\n
      \n
    • Copy Results [copy the results as string to the clipboard]
    • \n
    • Save Results... [save the results as string to a text file]
    • \n
    • Clear Results [clear the current list of results]
    • \n
    \n
  • \n
  • Various examples of regular expressions are provided for quick copy-and-paste.
  • \n
\n

\"Unihan

\n

View by Grid

\n
    \n
  • The View by Grid feature of the Unihan Data Finder utility displays in real time a grid view of the 10 blocks containing the 93,858 Unihan characters defined in Unicode 13.0.
  • \n
  • It is possible to choose how many characters are shown one page at a time.
  • \n
  • A block can be selected either by Block Name or by Block Range.
  • \n
  • It is also possible to directly enter a Unihan character or code point in the Specimen field, then click on the Go button to automatically select the block containing the character, scroll it into view, and highlight it.
  • \n
  • You can quickly reuse a previously entered Unihan character by using the Alt+ and Alt+ keyboard shortcuts to navigate up and down through the history stack in the Specimen field.
  • \n
  • Use the Results ▾ pop-up menu to perform an action among:\n
      \n
    • Copy Results [copy the results as string to the clipboard]
    • \n
    • Save Results... [save the results as string to a text file]
    • \n
    \n
  • \n
  • A list of all the Unihan blocks is available for quick reference.
  • \n
\n

\"Unihan

\n

\"Unihan

\n

Unihan Inspector

\n
    \n
  • The Unihan Inspector utility displays all available Unihan tags for each of the 93,858 Unihan characters defined in the set of data files contained in the Unihan.zip archive file:\n
      \n
    • Unihan_DictionaryIndices.txt
    • \n
    • Unihan_DictionaryLikeData.txt
    • \n
    • Unihan_IRGSources.txt
    • \n
    • Unihan_NumericValues.txt
    • \n
    • Unihan_OtherMappings.txt
    • \n
    • Unihan_RadicalStrokeCounts.txt
    • \n
    • Unihan_Readings.txt
    • \n
    • Unihan_Variants.txt
    • \n
    \n
  • \n
  • Any Unihan character can be entered in the Unihan input field either as a character or a code point. Click on the Lookup button to display the list of Unihan tags.
  • \n
  • In addition, the utility provides, for each Unihan character:\n
      \n
    • basic Unicode information: name, age, plane, block, script, script extensions, general category, extended properties, decomposition, standardized variation, equivalent unified ideograph;
    • \n
    • basic Unihan information: set (IICore or full), status (unified or compatibility ideograph), radical/strokes, definition, numeric value, related characters, variant characters.
    • \n
    \n
  • \n
  • Basic radical information can also be obtained for the 214 KangXi radicals and the 115 additional CJK radicals.
  • \n
  • Previously looked up characters are kept in a history stack; use the Alt+ and Alt+ keyboard shortcuts to navigate through them up and down inside the input field.
  • \n
  • It is also possible to lookup a randomly selected Unihan character by clicking on the Random button; use the Set drop-down menu to perform the draw on a specified Unihan set:\n
      \n
    • IICore: the IICore set of 9,810 CJK unified ideographs in common usage,
    • \n
    • Unihan Core (2020): the Unihan core set (2020) of 20,720 CJK unified and compatibility ideographs, minimal set of required ideographs for East Asia,
    • \n
    • Full Unihan: the full set of 93,858 Unihan characters.
    • \n
    \n
  • \n
  • The currently looked up character is displayed at a large scale, followed by its code point.
  • \n
  • Click on or to step through five different CJK typefaces, among:\n
      \n
    • JP: Japanese
    • \n
    • KR: Korean
    • \n
    • SC: Simplified Chinese
    • \n
    • TC: Traditional Chinese (Taiwan)
    • \n
    • HK: Traditional Chinese (Hong Kong)
    • \n
    \n
  • \n
  • If a character cannot be properly rendered in the five CJK typefaces, the system default typeface is automatically used instead.
  • \n
  • Use the Categories checkbox to toggle between: all Unihan tags ordered alphabetically, or grouped by categories.
  • \n
  • Variant characters, if any, are listed under several classes in the basic Unihan information panel:\n
      \n
    • Unified Variant: decomposition of the looked up character
    • \n
    • Compatibility Variants: characters whose decomposition is the looked up character
    • \n
    • Semantic Variants: characters listed under the kSemanticVariant Unihan tag
    • \n
    • Specialized Variants: characters listed under the kSpecializedSemanticVariant Unihan tag
    • \n
    • Spoofing Variants: characters listed under the kSpoofingVariant Unihan tag
    • \n
    • Shape (Z-) Variants characters listed under the kZVariant Unihan tag
    • \n
    • Simplified Variants: characters listed under the kSimplifiedVariant Unihan tag
    • \n
    • Traditional Variants: characters listed under the kTraditionalVariant Unihan tag
    • \n
    • Yasuoka Variants: characters drawn from the \"Variants table for Unicode\" data file UniVariants.txt provided by Prof. Kōichi Yasuoka
    • \n
    \n
  • \n
  • Notes:\n
      \n
    • The top Radical/Strokes fields are displaying data obtained from the only informative IRG Source: kRSUnicode, while the bottom ones (in grayed-out style, if any) make use of the provisional sources: kRSKangXi and kRSAdobe_Japan1_6.
    • \n
    • IICore (International Ideographs Core) represents a set of 9,810 important Unihan characters in everyday use throughout East Asia; it has been developed by the IRG.
    • \n
    • IRG stands for Ideographic Rapporteur Group, a committee advising the Unicode Consortium about Asian language characters.
    • \n
    • Radicals do not belong to the Unihan character set; they are allowed to be looked up here merely as a convenience, since they are closely related, and because their appearance is similar, or even identical, to their equivalent unified ideograph.
    • \n
    \n
  • \n
\n

\"Unihan

\n

\"Unihan

\n

Unihan Radical-Strokes

\n
    \n
  • The Unihan Radical-Strokes utility displays all the Unihan characters searched by KangXi radical and additional stroke count.
  • \n
  • Use the Set drop-down menu to perform the search on a specified Unihan set:\n
      \n
    • IICore: the IICore set of 9,810 CJK unified ideographs in common usage,
    • \n
    • Unihan Core (2020): the Unihan core set (2020) of 20,720 CJK unified and compatibility ideographs, minimal set of required ideographs for East Asia,
    • \n
    • Full Unihan: the full set of 93,858 Unihan characters.
    • \n
    \n
  • \n
  • Use the Extra Sources checkbox to extend the search to all radical/strokes source tags, or use only the IRG-defined source tag common to all Unihan characters.
  • \n
  • Use the Radical and Strokes drop-down menus to select the KangXi radical and the additional stroke count of the Unihan characters you are looking for, then click on the Search button.
  • \n
  • If the number of additional strokes is negative, 0 is used instead. For example, the Unihan character 王 gets listed under 'Radical 96 ⽟ (Jade)' + '0 Stroke', although its additional stroke count is -1.
  • \n
  • Selecting All from the Strokes menu lets you display all the Unihan characters sharing the same KangXi radical, sorted by additional stroke count.
  • \n
  • Use the Results ▾ pop-up menu to perform an action among:\n
      \n
    • Copy Results [copy the results as string to the clipboard]
    • \n
    • Save Results... [save the results as string to a text file]
    • \n
    • Clear Results [clear the current list of results]
    • \n
    \n
  • \n
  • A complete list of the 214 KangXi radicals is available for reference, showing also CJK variants as well as simplified forms.
  • \n
\n

\"Unihan

\n

Unihan References

\n
    \n
  • The Unihan References utility provides a list of reference links to Unihan-related web pages.
  • \n
\n

\"Unihan

\n

Unihan Variants

\n
    \n
  • The Unihan Variants utility displays all the variants of a given Unihan character.
  • \n
  • Any Unihan character can be entered in the Unihan input field either as a character or a code point. Click on the Lookup button to display the variants.
  • \n
  • Previously looked up characters are kept in a history stack; use the Alt+ and Alt+ keyboard shortcuts to navigate through them up and down inside the input field.
  • \n
  • Click the Extra Variants checkbox to include the Yasuoka variants as well; otherwise, only the standard Unihan variants are listed.
  • \n
  • Click the Detailed Relations checkbox to make use of a directed labeled graph to display variant relations; otherwise, a basic undirected graph is used instead.
  • \n
  • Click the Code Points checkbox to display as well the code point of each Unihan character of the graph.
  • \n
  • The different variant relations are indicated using the following labels:\n
      \n
    • Semantic: characters listed under the kSemanticVariant Unihan tag
    • \n
    • Shape: characters listed under the kZVariant Unihan tag
    • \n
    • Simplified: characters listed under the kSimplifiedVariant Unihan tag
    • \n
    • Specialized: characters listed under the kSpecializedSemanticVariant Unihan tag
    • \n
    • Spoofing: characters listed under the kSpoofingVariant Unihan tag
    • \n
    • Traditional: characters listed under the kTraditionalVariant Unihan tag
    • \n
    • Unified: characters listed under the kCompatibilityVariant Unihan tag
    • \n
    • Yasuoka: characters drawn from the \"Variants table for Unicode\" data file UniVariants.txt provided by Prof. Kōichi Yasuoka
    • \n
    \n
  • \n
  • Click the Save... button to save the current graph as a SVG file.
  • \n
  • Notes:\n
      \n
    • Hovering over any circled Unihan character of the graph displays a tooltip with basic information: code point, age, set, ideograph status.
    • \n
    • The currently looked up Unihan character appears in a bolder circle; clicking on any other circled variant character lets you \"navigate\" through all the variants.
    • \n
    • In order to avoid visual clutter, any relation between two Unihan characters obtained from the Yasuoka variants is not displayed if another \"standard\" one with the same orientation already exists.
    • \n
    \n
  • \n
\n

\"Unihan

\n

\"Unihan

\n

Using

\n

You can download the latest release for macOS.

\n

Building

\n

You'll need Node.js (which comes with npm) installed on your computer in order to build this application.

\n

Clone method

\n
# Clone the repository\ngit clone https://github.com/tonton-pixel/unicopedia-plus\n# Go into the repository\ncd unicopedia-plus\n# Install dependencies\nnpm install\n# Run the application\nnpm start
\n

Note: to use the clone method, the core tool git must also be installed.

\n

Download method

\n

If you don't wish to clone, you can download the source code, unZip it, then directly run the following commands from a Terminal opened at the resulting unicopedia-plus-master folder location:

\n
# Install dependencies\nnpm install\n# Run the application\nnpm start
\n

Packaging

\n

Several scripts are also defined in the package.json file to build OS-specific bundles of the application, using the simple yet powerful Electron Packager Node module.
\nFor instance, running the following command (once the dependencies are installed) will create a Unicopedia Plus.app version for macOS:

\n
# Build macOS (Darwin) application\nnpm run build-darwin
\n

License

\n

The MIT License (MIT).

\n

Copyright © 2018-2020 Michel Mariani.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:58.915Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:53.753Z" + }, + "unlimited-clipboard": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:53.763Z" }, "upcount": { - "readmeCleaned": "

Upcount invoicing app

\n

\"Github \"GitHub \"GitHub\" \"Slack\"

\n

Upcount is a painless cross-platform invoicing application, built with React & Electron and simplicity in mind.

\n

\"Invoice\nInvoice editing\nInvoice settings

\n

Download

\n

Upcount is available for Mac, Linux & Windows and can be downloaded from Github releases.

\n

https://github.com/madisvain/upcount/releases

\n

Features

\n
    \n
  • 🎯 Totally free & Open source
  • \n
  • 🎭 Cross platform
  • \n
  • ⚡️ Offline-first for privacy
  • \n
  • 👾 Use your own logo
  • \n
  • 🍭 Customizable settings
  • \n
  • 🌐 Internationalized
  • \n
  • ©️ GPLv3 License
  • \n
\n

Languages

\n
    \n
  • 🇬🇧 English
  • \n
  • 🇩🇪 German
  • \n
  • 🇫🇮 Finnish
  • \n
  • 🇪🇪 Estonian
  • \n
\n

If you are interested in adding a language translation to Upcount please open a new issue.

\n

For developers the following commands are needed to add a language.

\n
npm run add-locale de\nnpm run extract
\n

de must be replaced with the language code you are adding.

\n

The translations are stored in .po files under locales folder. A cross platform app named POEdit could be used for translating them.

\n

Bugs and Feature Requests

\n

Have a bug or a feature request? First, read the issue guidelines and search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.

\n

For more generic product questions and feedback please email hello@upcount.app

\n

Contributors

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\"madisvain\"\"stgeipel\"\"KurtMar\"
madisvainstgeipelKurtMar
\n

Join Upcount Slack workspace to join in on the discussion.

\n

License

\n

GPLv3 License © Upcount

\n
", - "readmeOriginal": "

Upcount invoicing app

\n

\"Github \"GitHub \"GitHub\" \"Slack\"

\n

Upcount is a painless cross-platform invoicing application, built with React & Electron and simplicity in mind.

\n

\"Invoice\nInvoice editing\nInvoice settings

\n

Download

\n

Upcount is available for Mac, Linux & Windows and can be downloaded from Github releases.

\n

https://github.com/madisvain/upcount/releases

\n

Features

\n
    \n
  • 🎯 Totally free & Open source
  • \n
  • 🎭 Cross platform
  • \n
  • ⚡️ Offline-first for privacy
  • \n
  • 👾 Use your own logo
  • \n
  • 🍭 Customizable settings
  • \n
  • 🌐 Internationalized
  • \n
  • ©️ GPLv3 License
  • \n
\n

Languages

\n
    \n
  • 🇬🇧 English
  • \n
  • 🇩🇪 German
  • \n
  • 🇫🇮 Finnish
  • \n
  • 🇪🇪 Estonian
  • \n
\n

If you are interested in adding a language translation to Upcount please open a new issue.

\n

For developers the following commands are needed to add a language.

\n
npm run add-locale de\nnpm run extract
\n

de must be replaced with the language code you are adding.

\n

The translations are stored in .po files under locales folder. A cross platform app named POEdit could be used for translating them.

\n

Bugs and Feature Requests

\n

Have a bug or a feature request? First, read the issue guidelines and search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.

\n

For more generic product questions and feedback please email hello@upcount.app

\n

Contributors

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\"madisvain\"\"stgeipel\"\"KurtMar\"
madisvainstgeipelKurtMar
\n

Join Upcount Slack workspace to join in on the discussion.

\n

License

\n

GPLv3 License © Upcount

\n
", - "readmeFetchedAt": "2020-09-17T12:09:58.929Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:53.786Z" + }, + "unofficial-zalo": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:53.792Z" + }, + "vade-mecum-shelf": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:53.811Z" }, "updrive": { - "readmeCleaned": "

updrive

\n
\n

又拍云文件管理桌面客户端

\n
\n

ChangeLog

\n

v0.38.0(2018-05-23)

\n

 - 修复无法设置加速域名问题

\n

v0.37.0(2018-05-20)

\n
    \n
  • 上传下载列表,显示本地图片
  • \n
\n
v0.36.0(2018-05-05)
\n
    \n
  • 修复退出应用快捷键错误
  • \n
  • 重构任务列表模块
  • \n
  • 修改应用默认的宽高
  • \n
\n
v0.34.0(2018-04-22)
\n
    \n
  • 获取链接可编辑。
  • \n
  • 增加获取任务列表里面上传完成后的文件获取链接的功能
  • \n
  • 上传下载完成后,增加桌面通知功能
  • \n
  • 任务列表的文件可以双击和单击文件名用操作系统默认程序打开
  • \n
\n
v0.33.0
\n
    \n
  • 增加自定义加速域名功能
  • \n
\n
v0.31.0
\n
    \n
  • 绕过防盗链限制预览图片
  • \n
\n
v0.30.0
\n
    \n
  • 修复不同账号切换存在的一些 BUG
  • \n
  • 手动更新功能
  • \n
  • 增加用户名服务名展示以及设置功能
  • \n
  • 增加云存储服务使用量展示
  • \n
\n

Download

\n

下载地址

\n

Usage

\n

云存储服务及操作员账号创建

\n

Screenshot

\n

\"截图1\"\n\"截图2\"\n\"截图3\"

\n

Build

\n
# 安装依赖\nyarn\n\n# 启动\nyarn dev\n\n# 打包\nyarn build\n
\n

Feature

\n
    \n
  • 基础的文件上传、下载、删除、重命名、查看功能
  • \n
  • 按名称、日期、类型、大小排序
  • \n
  • 批量删除、新建和上传
  • \n
  • 拖曳操作
  • \n
  • 复制链接
  • \n
  • 查看文件响应头
  • \n
  • 多选删除上传
  • \n
  • 上传下载展示,以及历史记录
  • \n
  • 账号历史
  • \n
  • 右键菜单
  • \n
  • 快捷键操作
  • \n
  • 前进,后退功能
  • \n
  • 版本号显示以及检查更新功能
  • \n
  • 切换用户
  • \n
  • 额外链接
  • \n
  • 绕过防盗链
  • \n
\n

TODO

\n
    \n
  • 上传优化
  • \n
  • 优化快捷键操作。
  • \n
  • 拆分任务列表,分为上传列表和下载列表
  • \n
  • 列表筛选
  • \n
  • 收藏列表
  • \n
  • 升级下载进度,自动选择文件夹
  • \n
  • 自定义缩略图版本查看
  • \n
  • 优化文件查看体验,双击查看详情,文件编辑
  • \n
  • 托盘图标
  • \n
  • 列表卡片查看模式,以及瀑布流加载
  • \n
  • 优化上传下载模块,使用 indexDB 重构
  • \n
  • 截图上传
  • \n
  • 文件拉取
  • \n
  • 云处理功能
  • \n
\n
", - "readmeOriginal": "

updrive

\n
\n

又拍云文件管理桌面客户端

\n
\n

ChangeLog

\n

v0.38.0(2018-05-23)

\n

 - 修复无法设置加速域名问题

\n

v0.37.0(2018-05-20)

\n
    \n
  • 上传下载列表,显示本地图片
  • \n
\n
v0.36.0(2018-05-05)
\n
    \n
  • 修复退出应用快捷键错误
  • \n
  • 重构任务列表模块
  • \n
  • 修改应用默认的宽高
  • \n
\n
v0.34.0(2018-04-22)
\n
    \n
  • 获取链接可编辑。
  • \n
  • 增加获取任务列表里面上传完成后的文件获取链接的功能
  • \n
  • 上传下载完成后,增加桌面通知功能
  • \n
  • 任务列表的文件可以双击和单击文件名用操作系统默认程序打开
  • \n
\n
v0.33.0
\n
    \n
  • 增加自定义加速域名功能
  • \n
\n
v0.31.0
\n
    \n
  • 绕过防盗链限制预览图片
  • \n
\n
v0.30.0
\n
    \n
  • 修复不同账号切换存在的一些 BUG
  • \n
  • 手动更新功能
  • \n
  • 增加用户名服务名展示以及设置功能
  • \n
  • 增加云存储服务使用量展示
  • \n
\n

Download

\n

下载地址

\n

Usage

\n

云存储服务及操作员账号创建

\n

Screenshot

\n

\"截图1\"\n\"截图2\"\n\"截图3\"

\n

Build

\n
# 安装依赖\nyarn\n\n# 启动\nyarn dev\n\n# 打包\nyarn build\n
\n

Feature

\n
    \n
  • 基础的文件上传、下载、删除、重命名、查看功能
  • \n
  • 按名称、日期、类型、大小排序
  • \n
  • 批量删除、新建和上传
  • \n
  • 拖曳操作
  • \n
  • 复制链接
  • \n
  • 查看文件响应头
  • \n
  • 多选删除上传
  • \n
  • 上传下载展示,以及历史记录
  • \n
  • 账号历史
  • \n
  • 右键菜单
  • \n
  • 快捷键操作
  • \n
  • 前进,后退功能
  • \n
  • 版本号显示以及检查更新功能
  • \n
  • 切换用户
  • \n
  • 额外链接
  • \n
  • 绕过防盗链
  • \n
\n

TODO

\n
    \n
  • 上传优化
  • \n
  • 优化快捷键操作。
  • \n
  • 拆分任务列表,分为上传列表和下载列表
  • \n
  • 列表筛选
  • \n
  • 收藏列表
  • \n
  • 升级下载进度,自动选择文件夹
  • \n
  • 自定义缩略图版本查看
  • \n
  • 优化文件查看体验,双击查看详情,文件编辑
  • \n
  • 托盘图标
  • \n
  • 列表卡片查看模式,以及瀑布流加载
  • \n
  • 优化上传下载模块,使用 indexDB 重构
  • \n
  • 截图上传
  • \n
  • 文件拉取
  • \n
  • 云处理功能
  • \n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:59.101Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:53.817Z" }, "vagrant-manager": { - "readmeCleaned": "

\n \"Vagrant\n
\n Vagrant Manager\n

\n

Vagrant Manager is a status bar menu app that lets you manage all of your Vagrant machines from one central location. It covers multiple languages, plugin management and snapshots.

\n

It has now been translated into the following languages:

\n
    \n
  • ربى
  • \n
  • Čeština
  • \n
  • Deutsch
  • \n
  • Ελληνικά
  • \n
  • English
  • \n
  • Español
  • \n
  • Français
  • \n
  • עִברִית
  • \n
  • "िंदी
  • \n
  • Italiano
  • \n
  • bahasa Indonesia
  • \n
  • 日本語
  • \n
  • Melayu
  • \n
  • Māori
  • \n
  • Norsk
  • \n
  • Português
  • \n
  • தமிழ்
  • \n
  • Українець
  • \n
  • 简体中文
  • \n
\n

A menubar/taskbar App based on Electron.

\n

\"Build \"Build \"Codacy \"codecov\"\n\"Github \"Patreon\" \"Known

\n

\n OSX
\n \"Vagrant
\n Windows
\n \"Vagrant\n

\n

Download

\n

Download the latest release of Vagrant Manager from here.

\n

How To Use

\n

Install Vagrant if you haven't already & run the installer for either the Windows or OSX build. Manage Vagrant boxes & plugins from the app.

\n

License

\n
\n

The MIT license (MIT)

\n

Copyright (c) Vaibhav Sidapara\nCopyright (c) Lawrence Meckan

\n

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

\n

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

\n

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

\n
\n
\n

Inspired by Vagrant Manager for OS X

\n
", - "readmeOriginal": "

\n \"Vagrant\n
\n Vagrant Manager\n

\n

Vagrant Manager is a status bar menu app that lets you manage all of your Vagrant machines from one central location. It covers multiple languages, plugin management and snapshots.

\n

It has now been translated into the following languages:

\n
    \n
  • ربى
  • \n
  • Čeština
  • \n
  • Deutsch
  • \n
  • Ελληνικά
  • \n
  • English
  • \n
  • Español
  • \n
  • Français
  • \n
  • עִברִית
  • \n
  • \"िंदी
  • \n
  • Italiano
  • \n
  • bahasa Indonesia
  • \n
  • 日本語
  • \n
  • Melayu
  • \n
  • Māori
  • \n
  • Norsk
  • \n
  • Português
  • \n
  • தமிழ்
  • \n
  • Українець
  • \n
  • 简体中文
  • \n
\n

A menubar/taskbar App based on Electron.

\n

\"Build \"Build \"Codacy \"codecov\"\n\"Github \"Patreon\" \"Known

\n

\n OSX
\n \"Vagrant
\n Windows
\n \"Vagrant\n

\n

Download

\n

Download the latest release of Vagrant Manager from here.

\n

How To Use

\n

Install Vagrant if you haven't already & run the installer for either the Windows or OSX build. Manage Vagrant boxes & plugins from the app.

\n

License

\n
\n

The MIT license (MIT)

\n

Copyright (c) Vaibhav Sidapara\nCopyright (c) Lawrence Meckan

\n

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

\n

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

\n

THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

\n
\n
\n

Inspired by Vagrant Manager for OS X

\n
", - "readmeFetchedAt": "2020-09-17T12:09:59.152Z" - }, - "vade-mecum-shelf": { - "readmeCleaned": "

\"Vade VADE MECUM SHELF

\n

Vade Mecum Shelf is a collection of vade mecum-like utilities wrapped into one single app, built with Electron.

\n

This desktop application works on macOS, Linux and Windows operating systems.

\n

Its look and feel is partly inspired by the brilliant Electron API Demos application, but it makes use of a more dynamic modular approach: each utility is made of an independent, self-contained folder including all necessary files.

\n

Important: the following developer-oriented utilities have been moved to a new application named Tutti Quanti Shelf: CIDR Calculator, CSS Cursors Demo, Digital Clock, IETF Language Tags, JavaScript Parser, JavaScript Runner, JSON Formatter, LaTeX Math Renderer, Roman Numerals, System Information, Text Converter.

\n

Utilities

\n

The following utilities are currently available:

\n
    \n
  • Chemical Elements
  • \n
  • Chinese Zodiac
  • \n
  • Color Names
  • \n
  • Departments of France
  • \n
  • HTTP Status Codes
  • \n
  • ISO Country Codes
  • \n
  • ISO Language Codes
  • \n
  • ISO Script Codes
  • \n
  • Jabberwocky
  • \n
  • List of U.S. States
  • \n
  • Prefectures of Japan
  • \n
  • Technical Definitions
  • \n
  • Trigonometric Formulas
  • \n
\n

Chemical Elements

\n

Full list of chemical elements, with live search:

\n

\"Chemical

\n

Chinese Zodiac

\n

Full list of the twelve Chinese zodiac signs, with live search:

\n

\"Chinese

\n

Color Names

\n

Lists of color names, with live search:

\n
    \n
  • W3C Color Names
  • \n
  • X11 Color Names
  • \n
  • XKCD Color Names
  • \n
  • Mac OS X Crayons
  • \n
\n

\"Color

\n

Departments of France

\n

Full list of French departments, with live search:

\n

\"Departments

\n

HTTP Status Codes

\n

Full list of HTTP status codes, with definitions in several languages:

\n
    \n
  • English
  • \n
  • French
  • \n
  • Japanese
  • \n
\n

\"HTTP

\n

ISO Country Codes

\n

Full list of ISO 3166-1 country codes, with live search:

\n

\"ISO

\n

ISO Language Codes

\n

Full list of ISO 639-1 language codes, with live search:

\n

\"ISO

\n

ISO Script Codes

\n

Full list of ISO 15924 script codes, with live search:

\n

\"ISO

\n

Jabberwocky

\n

Typographic rendition of Lewis Carroll's nonsense poem "Jabberwocky":

\n

\"Jabberwocky

\n

List of U.S. States

\n

Full list of states and territories of the United States, with live search:

\n

\"List

\n

Prefectures of Japan

\n

Full list of prefectures of Japan, with live search:

\n

\"Prefectures

\n

Technical Definitions

\n

Lists of technical definitions:

\n
    \n
  • Computing Abbreviations
  • \n
  • Mac OS Release Names
  • \n
  • Unicode Release Dates
  • \n
  • Emoji Release Dates
  • \n
  • Metric Prefixes | Fractions
  • \n
  • Metric Prefixes | Multiples
  • \n
  • IEC Binary Prefixes | Multiples
  • \n
  • Name of a Polynomial by Degree
  • \n
\n

\"Technical

\n

Trigonometric Formulas

\n

Sets of trigonometric formulas, by category:

\n
    \n
  • Basic Definitions
  • \n
  • Symmetry Identities
  • \n
  • Cofunction Identities
  • \n
  • Pythagorean Identities
  • \n
  • Sum to Product
  • \n
  • Product to Sum
  • \n
  • Squares
  • \n
  • Half Angle
  • \n
  • Sum of Angles
  • \n
  • Double Angle
  • \n
\n

\"Trigonometric

\n

Using

\n

You can download the latest release for macOS.

\n

Building

\n

You'll need Node.js (which comes with npm) installed on your computer in order to build this application.

\n

Clone method

\n
# Clone the repository\ngit clone https://github.com/tonton-pixel/vade-mecum-shelf\n# Go into the repository\ncd vade-mecum-shelf\n# Install dependencies\nnpm install\n# Run the application\nnpm start
\n

Note: to use the clone method, the core tool git must also be installed.

\n

Download method

\n

If you don't wish to clone, you can download the source code, unZip it, then directly run the following commands from a Terminal opened at the resulting vade-mecum-shelf-master folder location:

\n
# Install dependencies\nnpm install\n# Run the application\nnpm start
\n

Packaging

\n

Several scripts are also defined in the package.json file to build OS-specific bundles of the application, using the simple yet powerful Electron Packager Node module.
\nFor instance, running the following command (once the dependencies are installed) will create a Vade Mecum Shelf.app version for macOS:

\n
# Build macOS (Darwin) application\nnpm run build-darwin
\n

License

\n

The MIT License (MIT).

\n

Copyright © 2017-2020 Michel Mariani.

\n
", - "readmeOriginal": "

\"Vade VADE MECUM SHELF

\n

Vade Mecum Shelf is a collection of vade mecum-like utilities wrapped into one single app, built with Electron.

\n

This desktop application works on macOS, Linux and Windows operating systems.

\n

Its look and feel is partly inspired by the brilliant Electron API Demos application, but it makes use of a more dynamic modular approach: each utility is made of an independent, self-contained folder including all necessary files.

\n

Important: the following developer-oriented utilities have been moved to a new application named Tutti Quanti Shelf: CIDR Calculator, CSS Cursors Demo, Digital Clock, IETF Language Tags, JavaScript Parser, JavaScript Runner, JSON Formatter, LaTeX Math Renderer, Roman Numerals, System Information, Text Converter.

\n

Utilities

\n

The following utilities are currently available:

\n
    \n
  • Chemical Elements
  • \n
  • Chinese Zodiac
  • \n
  • Color Names
  • \n
  • Departments of France
  • \n
  • HTTP Status Codes
  • \n
  • ISO Country Codes
  • \n
  • ISO Language Codes
  • \n
  • ISO Script Codes
  • \n
  • Jabberwocky
  • \n
  • List of U.S. States
  • \n
  • Prefectures of Japan
  • \n
  • Technical Definitions
  • \n
  • Trigonometric Formulas
  • \n
\n

Chemical Elements

\n

Full list of chemical elements, with live search:

\n

\"Chemical

\n

Chinese Zodiac

\n

Full list of the twelve Chinese zodiac signs, with live search:

\n

\"Chinese

\n

Color Names

\n

Lists of color names, with live search:

\n
    \n
  • W3C Color Names
  • \n
  • X11 Color Names
  • \n
  • XKCD Color Names
  • \n
  • Mac OS X Crayons
  • \n
\n

\"Color

\n

Departments of France

\n

Full list of French departments, with live search:

\n

\"Departments

\n

HTTP Status Codes

\n

Full list of HTTP status codes, with definitions in several languages:

\n
    \n
  • English
  • \n
  • French
  • \n
  • Japanese
  • \n
\n

\"HTTP

\n

ISO Country Codes

\n

Full list of ISO 3166-1 country codes, with live search:

\n

\"ISO

\n

ISO Language Codes

\n

Full list of ISO 639-1 language codes, with live search:

\n

\"ISO

\n

ISO Script Codes

\n

Full list of ISO 15924 script codes, with live search:

\n

\"ISO

\n

Jabberwocky

\n

Typographic rendition of Lewis Carroll's nonsense poem \"Jabberwocky\":

\n

\"Jabberwocky

\n

List of U.S. States

\n

Full list of states and territories of the United States, with live search:

\n

\"List

\n

Prefectures of Japan

\n

Full list of prefectures of Japan, with live search:

\n

\"Prefectures

\n

Technical Definitions

\n

Lists of technical definitions:

\n
    \n
  • Computing Abbreviations
  • \n
  • Mac OS Release Names
  • \n
  • Unicode Release Dates
  • \n
  • Emoji Release Dates
  • \n
  • Metric Prefixes | Fractions
  • \n
  • Metric Prefixes | Multiples
  • \n
  • IEC Binary Prefixes | Multiples
  • \n
  • Name of a Polynomial by Degree
  • \n
\n

\"Technical

\n

Trigonometric Formulas

\n

Sets of trigonometric formulas, by category:

\n
    \n
  • Basic Definitions
  • \n
  • Symmetry Identities
  • \n
  • Cofunction Identities
  • \n
  • Pythagorean Identities
  • \n
  • Sum to Product
  • \n
  • Product to Sum
  • \n
  • Squares
  • \n
  • Half Angle
  • \n
  • Sum of Angles
  • \n
  • Double Angle
  • \n
\n

\"Trigonometric

\n

Using

\n

You can download the latest release for macOS.

\n

Building

\n

You'll need Node.js (which comes with npm) installed on your computer in order to build this application.

\n

Clone method

\n
# Clone the repository\ngit clone https://github.com/tonton-pixel/vade-mecum-shelf\n# Go into the repository\ncd vade-mecum-shelf\n# Install dependencies\nnpm install\n# Run the application\nnpm start
\n

Note: to use the clone method, the core tool git must also be installed.

\n

Download method

\n

If you don't wish to clone, you can download the source code, unZip it, then directly run the following commands from a Terminal opened at the resulting vade-mecum-shelf-master folder location:

\n
# Install dependencies\nnpm install\n# Run the application\nnpm start
\n

Packaging

\n

Several scripts are also defined in the package.json file to build OS-specific bundles of the application, using the simple yet powerful Electron Packager Node module.
\nFor instance, running the following command (once the dependencies are installed) will create a Vade Mecum Shelf.app version for macOS:

\n
# Build macOS (Darwin) application\nnpm run build-darwin
\n

License

\n

The MIT License (MIT).

\n

Copyright © 2017-2020 Michel Mariani.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:59.214Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:53.830Z" }, "vechain-sync": { - "readmeCleaned": "

\n \n

\n

VeChain Sync

\n

Sync provides a seamless experience for users and developers. which is designed to provide the superior user experiences for dApps on the VeChainThor blockchain. It serves as the dApp environment to provide unlimited potential for developers and users.

\n

\nDownload ·\n ·\nTestNet Faucet\n

\n

\"homepage\"

\n

Build From Source

\n
git clone https://github.com/vechain/thor-sync.electron.git\ncd thor-sync.electron\n# install dependencies\nnpm install\n\n# build electron application for production\nnpm run build\n
\n

Contributing

\n

Please take a quick look at the Report Issue / Contributing before opening an issue or pull request.

\n

Acknowledgement

\n

Special thanks to following projects:

\n\n

License

\n

VeChain Sync is licensed under the GNU Lesser General Public License v3.0, also included in LICENSE file in repository.

\n
\n

This project was generated with electron-vue using vue-cli. Documentation about the original structure can be found here.

\n
", - "readmeOriginal": "

\n \n

\n

VeChain Sync

\n

Sync provides a seamless experience for users and developers. which is designed to provide the superior user experiences for dApps on the VeChainThor blockchain. It serves as the dApp environment to provide unlimited potential for developers and users.

\n

\nDownload ·\n ·\nTestNet Faucet\n

\n

\"homepage\"

\n

Build From Source

\n
git clone https://github.com/vechain/thor-sync.electron.git\ncd thor-sync.electron\n# install dependencies\nnpm install\n\n# build electron application for production\nnpm run build\n
\n

Contributing

\n

Please take a quick look at the Report Issue / Contributing before opening an issue or pull request.

\n

Acknowledgement

\n

Special thanks to following projects:

\n\n

License

\n

VeChain Sync is licensed under the GNU Lesser General Public License v3.0, also included in LICENSE file in repository.

\n
\n

This project was generated with electron-vue using vue-cli. Documentation about the original structure can be found here.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:59.306Z" - }, - "unicode-plus": { - "readmeCleaned": "

\"Unicopedia UNICOPEDIA PLUS

\n

Unicopedia Plus is a developer-oriented set of Unicode, Unihan & emoji utilities wrapped into one single app, built with Electron.

\n

This desktop application works on macOS, Linux and Windows operating systems.

\n

Utilities

\n

The following utilities are currently available:

\n
    \n
  • CJK Font Variants
  • \n
  • JavaScript Runner
  • \n
  • Regex Properties
  • \n
  • Emoji Data Finder\n
      \n
    • Find by Name
    • \n
    • Match Sequence
    • \n
    • Filter Text
    • \n
    \n
  • \n
  • Emoji Picture Book
  • \n
  • Emoji References
  • \n
  • Unicode Data Finder\n
      \n
    • Find by Name
    • \n
    • Match Character
    • \n
    • List by Block
    • \n
    \n
  • \n
  • Unicode Foldings
  • \n
  • Unicode Inspector
  • \n
  • Unicode Normalizer
  • \n
  • Unicode References
  • \n
  • Unihan Data Finder\n
      \n
    • Find by Tag Value
    • \n
    • Match Character
    • \n
    • View by Grid
    • \n
    \n
  • \n
  • Unihan Inspector
  • \n
  • Unihan Radical-Strokes
  • \n
  • Unihan References
  • \n
  • Unihan Variants
  • \n
\n

CJK Font Variants

\n
    \n
  • The CJK Font Variants utility displays simultaneously any string of CJK (Chinese/Japanese/Korean) characters in five different typefaces belonging to the open-source set of Google Noto CJK Fonts:
  • \n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
LanguageTagCodeTypeface
JapanesejaJPNoto Sans CJK JP Regular
KoreankoKRNoto Sans CJK KR Regular
Simplified Chinesezh-HansSCNoto Sans CJK SC Regular
Traditional Chinese (Taiwan)zh-Hant-TWTCNoto Sans CJK TC Regular
Traditional Chinese (Hong Kong)zh-Hant-HKHKNoto Sans CJK HK Regular
\n
    \n
  • Additionally, it is possible to specify a set of logographic glyph variants for display by using the East Asian Variant drop-down menu.
  • \n
  • Font variants of the CJK characters can be visualized either vertically or horizontally. Use the Writing Mode drop-down menu to toggle between the two modes.
  • \n
  • Clicking inside any character frame displays momentarily the same glyph for all language flavors, while alt-clicking (or shift-clicking) applies to all characters of the string in a given language flavor. This is especially useful to quickly spot the differences between glyph variations. If the ⇪ Caps Lock key is turned on as well, the differences are shown in contrasting colors instead.
  • \n
  • CJK characters can be entered either directly in the "Characters" input field, or using a series of code points in hexadecimal format in the "Code points" input field.
  • \n
  • It is also possible to input predefined strings of CJK characters selected from the Samples ▾ pop-up menu; some of them make use of the information found in the StandardizedVariants.txt or IVD_Sequences.txt data files.
  • \n
  • As a convenience, the input fields can be emptied using the Clear button.
  • \n
  • In output, the standard Unicode code point format U+7ADC is used, i.e. "U+" directly followed by 4 or 5 hex digits.
  • \n
  • In input, more hexadecimal formats are allowed, including Unicode escape sequences, such as \\u9F8D or \\u{20B9F}. Moving out of the field or typing the Enter key converts all valid codes to standard Unicode code point format.
  • \n
\n

\"CJK

\n

\"CJK

\n

JavaScript Runner

\n
    \n
  • The JavaScript Runner utility lets you execute JavaScript code, and comes with several sample scripts related to Unicode, Unihan and emoji; it is useful for quick testing/prototyping or data processing.
  • \n
\n

\"JavaScript

\n

Regex Properties

\n
    \n
  • \n

    The Regex Properties utility displays all the Unicode 13.0 properties available for regular expressions, used in particular by the Emoji Data Finder, Unicode Data Finder and Unihan Data Finder utilities.

    \n
  • \n
  • \n

    These properties are suitable to build Unicode-aware regular expressions in JavaScript (ECMAScript 6) using the 'u' flag.

    \n
  • \n
  • \n

    Unicode properties fall into four groups, which can be displayed individually using the Category drop-down menu:

    \n
      \n
    • General Category properties
    • \n
    • Binary properties
    • \n
    • Script properties
    • \n
    • Script Extensions properties
    • \n
    \n
  • \n
  • \n

    For General Category properties, prefixing with General_Category= (Canonical) or gc= (Alias) is optional. Use the Optional Prefix checkbox to control whether the prefix is included or not.

    \n
  • \n
  • \n

    Groupings:

    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
    PropertyDescription
    Cased_LetterUppercase_Letter | Lowercase_Letter | Titlecase_Letter
    LetterUppercase_Letter | Lowercase_Letter | Titlecase_Letter | Modifier_Letter | Other_Letter
    MarkNonspacing_Mark | Spacing_Mark | Enclosing_Mark
    NumberDecimal_Number | Letter_Number | Other_Number
    PunctuationConnector_Punctuation | Dash_Punctuation | Open_Punctuation | Close_Punctuation | Initial_Punctuation | Final_Punctuation | Other_Punctuation
    SymbolMath_Symbol | Currency_Symbol | Modifier_Symbol | Other_Symbol
    SeparatorSpace_Separator | Line_Separator | Paragraph_Separator
    OtherControl | Format | Surrogate | Private_Use | Unassigned
    \n
  • \n
  • \n

    \\P{…} is the negated form of \\p{…}. Use the Negated checkbox to toggle between the two forms.

    \n
  • \n
  • \n

    Notes:

    \n
      \n
    • \\p{Any} is equivalent to [\\u{0}-\\u{10FFFF}]
    • \n
    • \\p{ASCII} is equivalent to [\\u{0}-\\u{7F}]
    • \n
    • \\p{Assigned} is equivalent to \\P{Unassigned} or \\P{General_Category=Unassigned}
    • \n
    \n
  • \n
\n

\"Regex

\n

Emoji Data Finder

\n

Find by Name

\n
    \n
  • The Find by Name feature of the Emoji Data Finder utility displays a list of basic data (symbol, short name, keywords, code points) of matching Unicode emoji searched by name or keyword, including through regular expressions.
  • \n
  • After entering a query, click on the Search button to display a list of all relevant matches, if any.
  • \n
  • This feature deals with the 4,168 emoji defined in the Emoji 13.0 version of the emoji-test.txt data file.
  • \n
  • The 9 component (5 skin-tone and 4 hair-style) emoji and the 3,295 fully-qualified (RGI) emoji are presented in a standard way, while the 864 non-fully-qualified emoji are shown in a distinctive muted (grayed out) style.
  • \n
  • Use the Results ▾ pop-up menu to perform an action among:\n
      \n
    • Copy Results [copy the results as string to the clipboard]
    • \n
    • Save Results... [save the results as string to a text file]
    • \n
    • Clear Results [clear the current list of results]
    • \n
    \n
  • \n
  • Various examples of regular expressions are provided for quick copy-and-paste.
  • \n
  • Note: RGI stands for Recommended for General Interchange.
  • \n
\n

\"Emoji

\n

Match Sequence

\n
    \n
  • The Match Sequence feature of the Emoji Data Finder utility displays a list of basic data (symbol, short name, keywords, code points) of Unicode emoji matching a character sequence, including through regular expressions.
  • \n
  • After entering a query, click on the Search button to display a list of all relevant matches, if any.
  • \n
  • This feature deals with the 4,168 emoji defined in the Emoji 13.0 version of the emoji-test.txt data file.
  • \n
  • The 9 component (5 skin-tone and 4 hair-style) emoji and the 3,295 fully-qualified (RGI) emoji are presented in a standard way, while the 864 non-fully-qualified emoji are shown in a distinctive muted (grayed out) style.
  • \n
  • Use the Results ▾ pop-up menu to perform an action among:\n
      \n
    • Copy Results [copy the results as string to the clipboard]
    • \n
    • Save Results... [save the results as string to a text file]
    • \n
    • Clear Results [clear the current list of results]
    • \n
    \n
  • \n
  • Various examples of regular expressions are provided for quick copy-and-paste.
  • \n
  • Note: RGI stands for Recommended for General Interchange.
  • \n
\n

\"Emoji

\n

Filter Text

\n
    \n
  • The Filter Text feature of the Emoji Data Finder utility displays in real time a list of basic data (symbol, short name, keywords, code points) of all the Unicode emoji contained in a text string.
  • \n
  • Text can by directly typed or pasted from the clipboard into the main input field.
  • \n
  • It is also possible to input predefined sets of emoji selected from the Samples ▾ pop-up menu.
  • \n
  • As a convenience, the input field can be emptied using the Clear button.
  • \n
  • Use the Filter ▾ pop-up menu to perform an action among:\n
      \n
    • Discard Non-Emoji [strip out non-emoji characters]
    • \n
    • Upgrade to RGI Emoji [restore incomplete emoji to their RGI form]
    • \n
    • Remove Duplicate Emoji [delete emoji duplicates]
    • \n
    \n
  • \n
  • This feature deals with the 4,168 emoji defined in the Emoji 13.0 version of the emoji-test.txt data file.
  • \n
  • The 9 component (5 skin-tone and 4 hair-style) emoji and the 3,295 fully-qualified (RGI) emoji are presented in a standard way, while the 864 non-fully-qualified emoji are shown in a distinctive muted (grayed out) style.
  • \n
  • Use the Results ▾ pop-up menu to perform an action among:\n
      \n
    • Copy Results [copy the results as string to the clipboard]
    • \n
    • Save Results... [save the results as string to a text file]
    • \n
    \n
  • \n
  • Note: RGI stands for Recommended for General Interchange.
  • \n
\n

\"Emoji

\n

Emoji Picture Book

\n
    \n
  • The Emoji Picture Book utility displays lists of Unicode emoji in a color picture book fashion.
  • \n
  • Any group of pictures can be displayed by selecting its name in the Category drop-down menu, among:\n
      \n
    • Smileys & Emotion
    • \n
    • People & Body
    • \n
    • Component
    • \n
    • Animals & Nature
    • \n
    • Food & Drink
    • \n
    • Travel & Places
    • \n
    • Activities
    • \n
    • Objects
    • \n
    • Symbols
    • \n
    • Flags
    • \n
    \n
  • \n
  • The size of all emoji pictures (from 32 to 128 pixels) can be adjusted by moving the dedicated slider left and right.
  • \n
  • The groups and subgroups of emoji are those defined in the Emoji 13.0 version of the emoji-test.txt data file.
  • \n
  • Only the 9 component emoji and the 3,295 fully-qualified (RGI) forms of the emoji are used unless they cannot be displayed properly, depending on the emoji support level of the operating system.
  • \n
  • Emoji failing to be represented as proper color pictures are purely and simply discarded.
  • \n
  • Note: RGI stands for Recommended for General Interchange.
  • \n
\n

\"Emoji

\n

Emoji References

\n
    \n
  • The Emoji References utility provides a list of reference links to emoji-related web pages.
  • \n
\n

\"Emoji

\n

Unicode Data Finder

\n

Find by Name

\n
    \n
  • The Find by Name feature of the Unicode Data Finder utility displays a list of basic data (symbol, code point, name/aliases, block) of matching Unicode characters searched by name or alias, including through regular expressions.
  • \n
  • After entering a query, click on the Search button to display a list of all relevant matches, if any, ordered by code point value.
  • \n
  • It is possible to choose how many characters are shown one page at a time.
  • \n
  • When available, name aliases are displayed (in italics and smaller typeface) after the unique and immutable Unicode name. A correction alias is indicated by a leading reference mark .
  • \n
  • All names and aliases are obtained from the UnicodeData.txt and NameAliases.txt data files.
  • \n
  • The search is performed on the 283,440 assigned characters (or code points) defined in the Unicode 13.0 version of the UnicodeData.txt data file.
  • \n
  • Use the Results ▾ pop-up menu to perform an action among:\n
      \n
    • Copy Results [copy the results as string to the clipboard]
    • \n
    • Save Results... [save the results as string to a text file]
    • \n
    • Clear Results [clear the current list of results]
    • \n
    \n
  • \n
  • Various examples of regular expressions are provided for quick copy-and-paste.
  • \n
\n

\"Unicode

\n

Match Character

\n
    \n
  • The Match Character feature of the Unicode Data Finder utility displays a list of basic data (symbol, code point, name/aliases, block) of Unicode characters matching a character, including through regular expressions.
  • \n
  • After entering a query, click on the Search button to display a list of all relevant matches, if any, ordered by code point value.
  • \n
  • Click on the Match Decomposition toggle button to extend the search to characters whose decomposition mapping matches the query string.
  • \n
  • It is possible to choose how many characters are shown one page at a time.
  • \n
  • The search is performed on the 283,440 assigned characters (or code points) defined in the Unicode 13.0 version of the UnicodeData.txt data file.
  • \n
  • Use the Results ▾ pop-up menu to perform an action among:\n
      \n
    • Copy Results [copy the results as string to the clipboard]
    • \n
    • Save Results... [save the results as string to a text file]
    • \n
    • Clear Results [clear the current list of results]
    • \n
    \n
  • \n
  • Various examples of regular expressions are provided for quick copy-and-paste.
  • \n
\n

\"Unicode

\n

List by Block

\n
    \n
  • The List by Block feature of the Unicode Data Finder utility displays in real time a list of basic data (symbol, code point, name/aliases, block) of Unicode characters belonging to the same block range.
  • \n
  • It is possible to choose how many characters are shown one page at a time.
  • \n
  • A block can be selected either by Block Range or by Block Name, as defined in the Blocks.txt data file.
  • \n
  • It is also possible to directly enter a code point (or character) in the Specimen field, then click on the Go button to automatically select the block containing the code point, scroll its basic data into view, and highlight its hexadecimal code value.
  • \n
  • You can quickly reuse a previously entered code point by using the Alt+ and Alt+ keyboard shortcuts to navigate up and down through the history stack in the Specimen field.
  • \n
  • Use the Results ▾ pop-up menu to perform an action among:\n
      \n
    • Copy Results [copy the results as string to the clipboard]
    • \n
    • Save Results... [save the results as string to a text file]
    • \n
    \n
  • \n
\n

\"Unicode

\n

Unicode Foldings

\n
    \n
  • The Unicode Foldings utility displays simultaneously the uppercase and lowercase foldings of a given string, making use of the JavaScript string functions toUpperCase and toLowerCase, or toLocaleUpperCase and toLocaleLowerCase when a specific locale is selected from the Locale drop-down menu.
  • \n
  • Characters can be entered either directly in the "Characters" input field, or using a series of code points in hexadecimal format in the "Code points" input field.
  • \n
  • It is also possible to input predefined strings of characters selected from the Samples ▾ pop-up menu.
  • \n
  • As a convenience, the input fields can be emptied using the Clear button.
  • \n
  • In output, the standard Unicode code point format U+00DF is used, i.e. "U+" directly followed by 4 or 5 hex digits.
  • \n
  • In input, more hexadecimal formats are allowed, including Unicode escape sequences, such as \\u212B or \\u{10400}. Moving out of the field or typing the Enter key converts all valid codes to standard Unicode code point format.
  • \n
  • Note: folding is an operation that maps similar characters to a common target, such as uppercasing or lowercasing a string. Folding operations are most often used to temporarily ignore certain distinctions between characters.
  • \n
\n

\"Unicode

\n

Unicode Inspector

\n\n

\"Unicode

\n

Unicode Normalizer

\n
    \n
  • \n

    The Unicode Normalizer utility displays simultaneously the four normalization forms of a given string, making use of the JavaScript string function normalize, as specified in the UAX #15: Unicode Normalization Forms:

    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
    FormNameDescription
    NFCNormalization Form CCanonical Decomposition, followed by Canonical Composition
    NFDNormalization Form DCanonical Decomposition
    NFKCNormalization Form KCCompatibility Decomposition, followed by Canonical Composition
    NFKDNormalization Form KDCompatibility Decomposition
    \n
  • \n
  • \n

    Characters can be entered either directly in the "Characters" input field, or using a series of code points in hexadecimal format in the "Code points" input field.

    \n
  • \n
  • \n

    It is also possible to input predefined strings of characters selected from the Samples ▾ pop-up menu.

    \n
  • \n
  • \n

    As a convenience, the input fields can be emptied using the Clear button.

    \n
  • \n
  • \n

    In output, the standard Unicode code point format U+212B is used, i.e. "U+" directly followed by 4 or 5 hex digits.

    \n
  • \n
  • \n

    In input, more hexadecimal formats are allowed, including Unicode escape sequences, such as \\u24B6 or \\u{1F201}. Moving out of the field or typing the Enter key converts all valid codes to standard Unicode code point format.

    \n
  • \n
\n

\"Unicode

\n

Unicode References

\n
    \n
  • The Unicode References utility provides a list of reference links to Unicode-related web pages.
  • \n
\n

\"Unicode

\n

Unihan Data Finder

\n

Find by Tag Value

\n
    \n
  • The Find by Tag Value feature of the Unihan Data Finder utility displays a list of basic data (symbol, code point, Unihan tag, value, block) of matching Unihan characters searched by tag value, including through regular expressions.
  • \n
  • Use the Unihan Tag drop-down menu to select the tag you wish to search value by.
  • \n
  • Use the Categories checkbox to toggle between: all Unihan tags ordered alphabetically, or grouped by categories in the drop-down menu.
  • \n
  • After entering a query, click on the Search button to display a list of all relevant matches, if any, ordered by code point value.
  • \n
  • It is possible to choose how many characters are shown one page at a time.
  • \n
  • The search is performed on the 93,858 Unihan characters (or code points) defined in the set of data files contained in the Unihan.zip archive file:\n
      \n
    • Unihan_DictionaryIndices.txt
    • \n
    • Unihan_DictionaryLikeData.txt
    • \n
    • Unihan_IRGSources.txt
    • \n
    • Unihan_NumericValues.txt
    • \n
    • Unihan_OtherMappings.txt
    • \n
    • Unihan_RadicalStrokeCounts.txt
    • \n
    • Unihan_Readings.txt
    • \n
    • Unihan_Variants.txt
    • \n
    \n
  • \n
  • Use the Results ▾ pop-up menu to perform an action among:\n
      \n
    • Copy Results [copy the results as string to the clipboard]
    • \n
    • Save Results... [save the results as string to a text file]
    • \n
    • Clear Results [clear the current list of results]
    • \n
    \n
  • \n
  • Various examples of regular expressions are provided for quick copy-and-paste.
  • \n
\n

\"Unihan

\n

Match Character

\n
    \n
  • The Match Character feature of the Unihan Data Finder utility displays a list of basic data (symbol, code point, age, set, ideograph status, block) of matching Unihan characters, including through regular expressions.
  • \n
  • After entering a query, click on the Search button to display a list of all relevant matches, if any, ordered by code point value.
  • \n
  • Click on the Match Variants toggle button to extend the search to characters whose variants match the query string.
  • \n
  • Unihan variants, if any, are displayed in a distinctive muted (grayed out) style.
  • \n
  • It is possible to choose how many characters are shown one page at a time.
  • \n
  • The search is performed on the set of 93,858 Unihan characters defined in Unicode 13.0.
  • \n
  • Use the Results ▾ pop-up menu to perform an action among:\n
      \n
    • Copy Results [copy the results as string to the clipboard]
    • \n
    • Save Results... [save the results as string to a text file]
    • \n
    • Clear Results [clear the current list of results]
    • \n
    \n
  • \n
  • Various examples of regular expressions are provided for quick copy-and-paste.
  • \n
\n

\"Unihan

\n

View by Grid

\n
    \n
  • The View by Grid feature of the Unihan Data Finder utility displays in real time a grid view of the 10 blocks containing the 93,858 Unihan characters defined in Unicode 13.0.
  • \n
  • It is possible to choose how many characters are shown one page at a time.
  • \n
  • A block can be selected either by Block Name or by Block Range.
  • \n
  • It is also possible to directly enter a Unihan character or code point in the Specimen field, then click on the Go button to automatically select the block containing the character, scroll it into view, and highlight it.
  • \n
  • You can quickly reuse a previously entered Unihan character by using the Alt+ and Alt+ keyboard shortcuts to navigate up and down through the history stack in the Specimen field.
  • \n
  • Use the Results ▾ pop-up menu to perform an action among:\n
      \n
    • Copy Results [copy the results as string to the clipboard]
    • \n
    • Save Results... [save the results as string to a text file]
    • \n
    \n
  • \n
  • A list of all the Unihan blocks is available for quick reference.
  • \n
\n

\"Unihan

\n

\"Unihan

\n

Unihan Inspector

\n
    \n
  • The Unihan Inspector utility displays all available Unihan tags for each of the 93,858 Unihan characters defined in the set of data files contained in the Unihan.zip archive file:\n
      \n
    • Unihan_DictionaryIndices.txt
    • \n
    • Unihan_DictionaryLikeData.txt
    • \n
    • Unihan_IRGSources.txt
    • \n
    • Unihan_NumericValues.txt
    • \n
    • Unihan_OtherMappings.txt
    • \n
    • Unihan_RadicalStrokeCounts.txt
    • \n
    • Unihan_Readings.txt
    • \n
    • Unihan_Variants.txt
    • \n
    \n
  • \n
  • Any Unihan character can be entered in the Unihan input field either as a character or a code point. Click on the Lookup button to display the list of Unihan tags.
  • \n
  • In addition, the utility provides, for each Unihan character:\n
      \n
    • basic Unicode information: name, age, plane, block, script, script extensions, general category, extended properties, decomposition, standardized variation, equivalent unified ideograph;
    • \n
    • basic Unihan information: set (IICore or full), status (unified or compatibility ideograph), radical/strokes, definition, numeric value, related characters, variant characters.
    • \n
    \n
  • \n
  • Basic radical information can also be obtained for the 214 KangXi radicals and the 115 additional CJK radicals.
  • \n
  • Previously looked up characters are kept in a history stack; use the Alt+ and Alt+ keyboard shortcuts to navigate through them up and down inside the input field.
  • \n
  • It is also possible to lookup a randomly selected Unihan character by clicking on the Random button; use the Set drop-down menu to perform the draw on a specified Unihan set:\n
      \n
    • IICore: the IICore set of 9,810 CJK unified ideographs in common usage,
    • \n
    • Unihan Core (2020): the Unihan core set (2020) of 20,720 CJK unified and compatibility ideographs, minimal set of required ideographs for East Asia,
    • \n
    • Full Unihan: the full set of 93,858 Unihan characters.
    • \n
    \n
  • \n
  • The currently looked up character is displayed at a large scale, followed by its code point.
  • \n
  • Click on or to step through five different CJK typefaces, among:\n
      \n
    • JP: Japanese
    • \n
    • KR: Korean
    • \n
    • SC: Simplified Chinese
    • \n
    • TC: Traditional Chinese (Taiwan)
    • \n
    • HK: Traditional Chinese (Hong Kong)
    • \n
    \n
  • \n
  • If a character cannot be properly rendered in the five CJK typefaces, the system default typeface is automatically used instead.
  • \n
  • Use the Categories checkbox to toggle between: all Unihan tags ordered alphabetically, or grouped by categories.
  • \n
  • Variant characters, if any, are listed under several classes in the basic Unihan information panel:\n
      \n
    • Unified Variant: decomposition of the looked up character
    • \n
    • Compatibility Variants: characters whose decomposition is the looked up character
    • \n
    • Semantic Variants: characters listed under the kSemanticVariant Unihan tag
    • \n
    • Specialized Variants: characters listed under the kSpecializedSemanticVariant Unihan tag
    • \n
    • Spoofing Variants: characters listed under the kSpoofingVariant Unihan tag
    • \n
    • Shape (Z-) Variants characters listed under the kZVariant Unihan tag
    • \n
    • Simplified Variants: characters listed under the kSimplifiedVariant Unihan tag
    • \n
    • Traditional Variants: characters listed under the kTraditionalVariant Unihan tag
    • \n
    • Yasuoka Variants: characters drawn from the "Variants table for Unicode" data file UniVariants.txt provided by Prof. Kōichi Yasuoka
    • \n
    \n
  • \n
  • Notes:\n
      \n
    • The top Radical/Strokes fields are displaying data obtained from the only informative IRG Source: kRSUnicode, while the bottom ones (in grayed-out style, if any) make use of the provisional sources: kRSKangXi and kRSAdobe_Japan1_6.
    • \n
    • IICore (International Ideographs Core) represents a set of 9,810 important Unihan characters in everyday use throughout East Asia; it has been developed by the IRG.
    • \n
    • IRG stands for Ideographic Rapporteur Group, a committee advising the Unicode Consortium about Asian language characters.
    • \n
    • Radicals do not belong to the Unihan character set; they are allowed to be looked up here merely as a convenience, since they are closely related, and because their appearance is similar, or even identical, to their equivalent unified ideograph.
    • \n
    \n
  • \n
\n

\"Unihan

\n

\"Unihan

\n

Unihan Radical-Strokes

\n
    \n
  • The Unihan Radical-Strokes utility displays all the Unihan characters searched by KangXi radical and additional stroke count.
  • \n
  • Use the Set drop-down menu to perform the search on a specified Unihan set:\n
      \n
    • IICore: the IICore set of 9,810 CJK unified ideographs in common usage,
    • \n
    • Unihan Core (2020): the Unihan core set (2020) of 20,720 CJK unified and compatibility ideographs, minimal set of required ideographs for East Asia,
    • \n
    • Full Unihan: the full set of 93,858 Unihan characters.
    • \n
    \n
  • \n
  • Use the Extra Sources checkbox to extend the search to all radical/strokes source tags, or use only the IRG-defined source tag common to all Unihan characters.
  • \n
  • Use the Radical and Strokes drop-down menus to select the KangXi radical and the additional stroke count of the Unihan characters you are looking for, then click on the Search button.
  • \n
  • If the number of additional strokes is negative, 0 is used instead. For example, the Unihan character 王 gets listed under 'Radical 96 ⽟ (Jade)' + '0 Stroke', although its additional stroke count is -1.
  • \n
  • Selecting All from the Strokes menu lets you display all the Unihan characters sharing the same KangXi radical, sorted by additional stroke count.
  • \n
  • Use the Results ▾ pop-up menu to perform an action among:\n
      \n
    • Copy Results [copy the results as string to the clipboard]
    • \n
    • Save Results... [save the results as string to a text file]
    • \n
    • Clear Results [clear the current list of results]
    • \n
    \n
  • \n
  • A complete list of the 214 KangXi radicals is available for reference, showing also CJK variants as well as simplified forms.
  • \n
\n

\"Unihan

\n

Unihan References

\n
    \n
  • The Unihan References utility provides a list of reference links to Unihan-related web pages.
  • \n
\n

\"Unihan

\n

Unihan Variants

\n
    \n
  • The Unihan Variants utility displays all the variants of a given Unihan character.
  • \n
  • Any Unihan character can be entered in the Unihan input field either as a character or a code point. Click on the Lookup button to display the variants.
  • \n
  • Previously looked up characters are kept in a history stack; use the Alt+ and Alt+ keyboard shortcuts to navigate through them up and down inside the input field.
  • \n
  • Click the Extra Variants checkbox to include the Yasuoka variants as well; otherwise, only the standard Unihan variants are listed.
  • \n
  • Click the Detailed Relations checkbox to make use of a directed labeled graph to display variant relations; otherwise, a basic undirected graph is used instead.
  • \n
  • Click the Code Points checkbox to display as well the code point of each Unihan character of the graph.
  • \n
  • The different variant relations are indicated using the following labels:\n
      \n
    • Semantic: characters listed under the kSemanticVariant Unihan tag
    • \n
    • Shape: characters listed under the kZVariant Unihan tag
    • \n
    • Simplified: characters listed under the kSimplifiedVariant Unihan tag
    • \n
    • Specialized: characters listed under the kSpecializedSemanticVariant Unihan tag
    • \n
    • Spoofing: characters listed under the kSpoofingVariant Unihan tag
    • \n
    • Traditional: characters listed under the kTraditionalVariant Unihan tag
    • \n
    • Unified: characters listed under the kCompatibilityVariant Unihan tag
    • \n
    • Yasuoka: characters drawn from the "Variants table for Unicode" data file UniVariants.txt provided by Prof. Kōichi Yasuoka
    • \n
    \n
  • \n
  • Click the Save... button to save the current graph as a SVG file.
  • \n
  • Notes:\n
      \n
    • Hovering over any circled Unihan character of the graph displays a tooltip with basic information: code point, age, set, ideograph status.
    • \n
    • The currently looked up Unihan character appears in a bolder circle; clicking on any other circled variant character lets you "navigate" through all the variants.
    • \n
    • In order to avoid visual clutter, any relation between two Unihan characters obtained from the Yasuoka variants is not displayed if another "standard" one with the same orientation already exists.
    • \n
    \n
  • \n
\n

\"Unihan

\n

\"Unihan

\n

Using

\n

You can download the latest release for macOS.

\n

Building

\n

You'll need Node.js (which comes with npm) installed on your computer in order to build this application.

\n

Clone method

\n
# Clone the repository\ngit clone https://github.com/tonton-pixel/unicopedia-plus\n# Go into the repository\ncd unicopedia-plus\n# Install dependencies\nnpm install\n# Run the application\nnpm start
\n

Note: to use the clone method, the core tool git must also be installed.

\n

Download method

\n

If you don't wish to clone, you can download the source code, unZip it, then directly run the following commands from a Terminal opened at the resulting unicopedia-plus-master folder location:

\n
# Install dependencies\nnpm install\n# Run the application\nnpm start
\n

Packaging

\n

Several scripts are also defined in the package.json file to build OS-specific bundles of the application, using the simple yet powerful Electron Packager Node module.
\nFor instance, running the following command (once the dependencies are installed) will create a Unicopedia Plus.app version for macOS:

\n
# Build macOS (Darwin) application\nnpm run build-darwin
\n

License

\n

The MIT License (MIT).

\n

Copyright © 2018-2020 Michel Mariani.

\n
", - "readmeOriginal": "

\"Unicopedia UNICOPEDIA PLUS

\n

Unicopedia Plus is a developer-oriented set of Unicode, Unihan & emoji utilities wrapped into one single app, built with Electron.

\n

This desktop application works on macOS, Linux and Windows operating systems.

\n

Utilities

\n

The following utilities are currently available:

\n
    \n
  • CJK Font Variants
  • \n
  • JavaScript Runner
  • \n
  • Regex Properties
  • \n
  • Emoji Data Finder\n
      \n
    • Find by Name
    • \n
    • Match Sequence
    • \n
    • Filter Text
    • \n
    \n
  • \n
  • Emoji Picture Book
  • \n
  • Emoji References
  • \n
  • Unicode Data Finder\n
      \n
    • Find by Name
    • \n
    • Match Character
    • \n
    • List by Block
    • \n
    \n
  • \n
  • Unicode Foldings
  • \n
  • Unicode Inspector
  • \n
  • Unicode Normalizer
  • \n
  • Unicode References
  • \n
  • Unihan Data Finder\n
      \n
    • Find by Tag Value
    • \n
    • Match Character
    • \n
    • View by Grid
    • \n
    \n
  • \n
  • Unihan Inspector
  • \n
  • Unihan Radical-Strokes
  • \n
  • Unihan References
  • \n
  • Unihan Variants
  • \n
\n

CJK Font Variants

\n
    \n
  • The CJK Font Variants utility displays simultaneously any string of CJK (Chinese/Japanese/Korean) characters in five different typefaces belonging to the open-source set of Google Noto CJK Fonts:
  • \n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
LanguageTagCodeTypeface
JapanesejaJPNoto Sans CJK JP Regular
KoreankoKRNoto Sans CJK KR Regular
Simplified Chinesezh-HansSCNoto Sans CJK SC Regular
Traditional Chinese (Taiwan)zh-Hant-TWTCNoto Sans CJK TC Regular
Traditional Chinese (Hong Kong)zh-Hant-HKHKNoto Sans CJK HK Regular
\n
    \n
  • Additionally, it is possible to specify a set of logographic glyph variants for display by using the East Asian Variant drop-down menu.
  • \n
  • Font variants of the CJK characters can be visualized either vertically or horizontally. Use the Writing Mode drop-down menu to toggle between the two modes.
  • \n
  • Clicking inside any character frame displays momentarily the same glyph for all language flavors, while alt-clicking (or shift-clicking) applies to all characters of the string in a given language flavor. This is especially useful to quickly spot the differences between glyph variations. If the ⇪ Caps Lock key is turned on as well, the differences are shown in contrasting colors instead.
  • \n
  • CJK characters can be entered either directly in the \"Characters\" input field, or using a series of code points in hexadecimal format in the \"Code points\" input field.
  • \n
  • It is also possible to input predefined strings of CJK characters selected from the Samples ▾ pop-up menu; some of them make use of the information found in the StandardizedVariants.txt or IVD_Sequences.txt data files.
  • \n
  • As a convenience, the input fields can be emptied using the Clear button.
  • \n
  • In output, the standard Unicode code point format U+7ADC is used, i.e. \"U+\" directly followed by 4 or 5 hex digits.
  • \n
  • In input, more hexadecimal formats are allowed, including Unicode escape sequences, such as \\u9F8D or \\u{20B9F}. Moving out of the field or typing the Enter key converts all valid codes to standard Unicode code point format.
  • \n
\n

\"CJK

\n

\"CJK

\n

JavaScript Runner

\n
    \n
  • The JavaScript Runner utility lets you execute JavaScript code, and comes with several sample scripts related to Unicode, Unihan and emoji; it is useful for quick testing/prototyping or data processing.
  • \n
\n

\"JavaScript

\n

Regex Properties

\n
    \n
  • \n

    The Regex Properties utility displays all the Unicode 13.0 properties available for regular expressions, used in particular by the Emoji Data Finder, Unicode Data Finder and Unihan Data Finder utilities.

    \n
  • \n
  • \n

    These properties are suitable to build Unicode-aware regular expressions in JavaScript (ECMAScript 6) using the 'u' flag.

    \n
  • \n
  • \n

    Unicode properties fall into four groups, which can be displayed individually using the Category drop-down menu:

    \n
      \n
    • General Category properties
    • \n
    • Binary properties
    • \n
    • Script properties
    • \n
    • Script Extensions properties
    • \n
    \n
  • \n
  • \n

    For General Category properties, prefixing with General_Category= (Canonical) or gc= (Alias) is optional. Use the Optional Prefix checkbox to control whether the prefix is included or not.

    \n
  • \n
  • \n

    Groupings:

    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
    PropertyDescription
    Cased_LetterUppercase_Letter | Lowercase_Letter | Titlecase_Letter
    LetterUppercase_Letter | Lowercase_Letter | Titlecase_Letter | Modifier_Letter | Other_Letter
    MarkNonspacing_Mark | Spacing_Mark | Enclosing_Mark
    NumberDecimal_Number | Letter_Number | Other_Number
    PunctuationConnector_Punctuation | Dash_Punctuation | Open_Punctuation | Close_Punctuation | Initial_Punctuation | Final_Punctuation | Other_Punctuation
    SymbolMath_Symbol | Currency_Symbol | Modifier_Symbol | Other_Symbol
    SeparatorSpace_Separator | Line_Separator | Paragraph_Separator
    OtherControl | Format | Surrogate | Private_Use | Unassigned
    \n
  • \n
  • \n

    \\P{…} is the negated form of \\p{…}. Use the Negated checkbox to toggle between the two forms.

    \n
  • \n
  • \n

    Notes:

    \n
      \n
    • \\p{Any} is equivalent to [\\u{0}-\\u{10FFFF}]
    • \n
    • \\p{ASCII} is equivalent to [\\u{0}-\\u{7F}]
    • \n
    • \\p{Assigned} is equivalent to \\P{Unassigned} or \\P{General_Category=Unassigned}
    • \n
    \n
  • \n
\n

\"Regex

\n

Emoji Data Finder

\n

Find by Name

\n
    \n
  • The Find by Name feature of the Emoji Data Finder utility displays a list of basic data (symbol, short name, keywords, code points) of matching Unicode emoji searched by name or keyword, including through regular expressions.
  • \n
  • After entering a query, click on the Search button to display a list of all relevant matches, if any.
  • \n
  • This feature deals with the 4,168 emoji defined in the Emoji 13.0 version of the emoji-test.txt data file.
  • \n
  • The 9 component (5 skin-tone and 4 hair-style) emoji and the 3,295 fully-qualified (RGI) emoji are presented in a standard way, while the 864 non-fully-qualified emoji are shown in a distinctive muted (grayed out) style.
  • \n
  • Use the Results ▾ pop-up menu to perform an action among:\n
      \n
    • Copy Results [copy the results as string to the clipboard]
    • \n
    • Save Results... [save the results as string to a text file]
    • \n
    • Clear Results [clear the current list of results]
    • \n
    \n
  • \n
  • Various examples of regular expressions are provided for quick copy-and-paste.
  • \n
  • Note: RGI stands for Recommended for General Interchange.
  • \n
\n

\"Emoji

\n

Match Sequence

\n
    \n
  • The Match Sequence feature of the Emoji Data Finder utility displays a list of basic data (symbol, short name, keywords, code points) of Unicode emoji matching a character sequence, including through regular expressions.
  • \n
  • After entering a query, click on the Search button to display a list of all relevant matches, if any.
  • \n
  • This feature deals with the 4,168 emoji defined in the Emoji 13.0 version of the emoji-test.txt data file.
  • \n
  • The 9 component (5 skin-tone and 4 hair-style) emoji and the 3,295 fully-qualified (RGI) emoji are presented in a standard way, while the 864 non-fully-qualified emoji are shown in a distinctive muted (grayed out) style.
  • \n
  • Use the Results ▾ pop-up menu to perform an action among:\n
      \n
    • Copy Results [copy the results as string to the clipboard]
    • \n
    • Save Results... [save the results as string to a text file]
    • \n
    • Clear Results [clear the current list of results]
    • \n
    \n
  • \n
  • Various examples of regular expressions are provided for quick copy-and-paste.
  • \n
  • Note: RGI stands for Recommended for General Interchange.
  • \n
\n

\"Emoji

\n

Filter Text

\n
    \n
  • The Filter Text feature of the Emoji Data Finder utility displays in real time a list of basic data (symbol, short name, keywords, code points) of all the Unicode emoji contained in a text string.
  • \n
  • Text can by directly typed or pasted from the clipboard into the main input field.
  • \n
  • It is also possible to input predefined sets of emoji selected from the Samples ▾ pop-up menu.
  • \n
  • As a convenience, the input field can be emptied using the Clear button.
  • \n
  • Use the Filter ▾ pop-up menu to perform an action among:\n
      \n
    • Discard Non-Emoji [strip out non-emoji characters]
    • \n
    • Upgrade to RGI Emoji [restore incomplete emoji to their RGI form]
    • \n
    • Remove Duplicate Emoji [delete emoji duplicates]
    • \n
    \n
  • \n
  • This feature deals with the 4,168 emoji defined in the Emoji 13.0 version of the emoji-test.txt data file.
  • \n
  • The 9 component (5 skin-tone and 4 hair-style) emoji and the 3,295 fully-qualified (RGI) emoji are presented in a standard way, while the 864 non-fully-qualified emoji are shown in a distinctive muted (grayed out) style.
  • \n
  • Use the Results ▾ pop-up menu to perform an action among:\n
      \n
    • Copy Results [copy the results as string to the clipboard]
    • \n
    • Save Results... [save the results as string to a text file]
    • \n
    \n
  • \n
  • Note: RGI stands for Recommended for General Interchange.
  • \n
\n

\"Emoji

\n

Emoji Picture Book

\n
    \n
  • The Emoji Picture Book utility displays lists of Unicode emoji in a color picture book fashion.
  • \n
  • Any group of pictures can be displayed by selecting its name in the Category drop-down menu, among:\n
      \n
    • Smileys & Emotion
    • \n
    • People & Body
    • \n
    • Component
    • \n
    • Animals & Nature
    • \n
    • Food & Drink
    • \n
    • Travel & Places
    • \n
    • Activities
    • \n
    • Objects
    • \n
    • Symbols
    • \n
    • Flags
    • \n
    \n
  • \n
  • The size of all emoji pictures (from 32 to 128 pixels) can be adjusted by moving the dedicated slider left and right.
  • \n
  • The groups and subgroups of emoji are those defined in the Emoji 13.0 version of the emoji-test.txt data file.
  • \n
  • Only the 9 component emoji and the 3,295 fully-qualified (RGI) forms of the emoji are used unless they cannot be displayed properly, depending on the emoji support level of the operating system.
  • \n
  • Emoji failing to be represented as proper color pictures are purely and simply discarded.
  • \n
  • Note: RGI stands for Recommended for General Interchange.
  • \n
\n

\"Emoji

\n

Emoji References

\n
    \n
  • The Emoji References utility provides a list of reference links to emoji-related web pages.
  • \n
\n

\"Emoji

\n

Unicode Data Finder

\n

Find by Name

\n
    \n
  • The Find by Name feature of the Unicode Data Finder utility displays a list of basic data (symbol, code point, name/aliases, block) of matching Unicode characters searched by name or alias, including through regular expressions.
  • \n
  • After entering a query, click on the Search button to display a list of all relevant matches, if any, ordered by code point value.
  • \n
  • It is possible to choose how many characters are shown one page at a time.
  • \n
  • When available, name aliases are displayed (in italics and smaller typeface) after the unique and immutable Unicode name. A correction alias is indicated by a leading reference mark .
  • \n
  • All names and aliases are obtained from the UnicodeData.txt and NameAliases.txt data files.
  • \n
  • The search is performed on the 283,440 assigned characters (or code points) defined in the Unicode 13.0 version of the UnicodeData.txt data file.
  • \n
  • Use the Results ▾ pop-up menu to perform an action among:\n
      \n
    • Copy Results [copy the results as string to the clipboard]
    • \n
    • Save Results... [save the results as string to a text file]
    • \n
    • Clear Results [clear the current list of results]
    • \n
    \n
  • \n
  • Various examples of regular expressions are provided for quick copy-and-paste.
  • \n
\n

\"Unicode

\n

Match Character

\n
    \n
  • The Match Character feature of the Unicode Data Finder utility displays a list of basic data (symbol, code point, name/aliases, block) of Unicode characters matching a character, including through regular expressions.
  • \n
  • After entering a query, click on the Search button to display a list of all relevant matches, if any, ordered by code point value.
  • \n
  • Click on the Match Decomposition toggle button to extend the search to characters whose decomposition mapping matches the query string.
  • \n
  • It is possible to choose how many characters are shown one page at a time.
  • \n
  • The search is performed on the 283,440 assigned characters (or code points) defined in the Unicode 13.0 version of the UnicodeData.txt data file.
  • \n
  • Use the Results ▾ pop-up menu to perform an action among:\n
      \n
    • Copy Results [copy the results as string to the clipboard]
    • \n
    • Save Results... [save the results as string to a text file]
    • \n
    • Clear Results [clear the current list of results]
    • \n
    \n
  • \n
  • Various examples of regular expressions are provided for quick copy-and-paste.
  • \n
\n

\"Unicode

\n

List by Block

\n
    \n
  • The List by Block feature of the Unicode Data Finder utility displays in real time a list of basic data (symbol, code point, name/aliases, block) of Unicode characters belonging to the same block range.
  • \n
  • It is possible to choose how many characters are shown one page at a time.
  • \n
  • A block can be selected either by Block Range or by Block Name, as defined in the Blocks.txt data file.
  • \n
  • It is also possible to directly enter a code point (or character) in the Specimen field, then click on the Go button to automatically select the block containing the code point, scroll its basic data into view, and highlight its hexadecimal code value.
  • \n
  • You can quickly reuse a previously entered code point by using the Alt+ and Alt+ keyboard shortcuts to navigate up and down through the history stack in the Specimen field.
  • \n
  • Use the Results ▾ pop-up menu to perform an action among:\n
      \n
    • Copy Results [copy the results as string to the clipboard]
    • \n
    • Save Results... [save the results as string to a text file]
    • \n
    \n
  • \n
\n

\"Unicode

\n

Unicode Foldings

\n
    \n
  • The Unicode Foldings utility displays simultaneously the uppercase and lowercase foldings of a given string, making use of the JavaScript string functions toUpperCase and toLowerCase, or toLocaleUpperCase and toLocaleLowerCase when a specific locale is selected from the Locale drop-down menu.
  • \n
  • Characters can be entered either directly in the \"Characters\" input field, or using a series of code points in hexadecimal format in the \"Code points\" input field.
  • \n
  • It is also possible to input predefined strings of characters selected from the Samples ▾ pop-up menu.
  • \n
  • As a convenience, the input fields can be emptied using the Clear button.
  • \n
  • In output, the standard Unicode code point format U+00DF is used, i.e. \"U+\" directly followed by 4 or 5 hex digits.
  • \n
  • In input, more hexadecimal formats are allowed, including Unicode escape sequences, such as \\u212B or \\u{10400}. Moving out of the field or typing the Enter key converts all valid codes to standard Unicode code point format.
  • \n
  • Note: folding is an operation that maps similar characters to a common target, such as uppercasing or lowercasing a string. Folding operations are most often used to temporarily ignore certain distinctions between characters.
  • \n
\n

\"Unicode

\n

Unicode Inspector

\n\n

\"Unicode

\n

Unicode Normalizer

\n
    \n
  • \n

    The Unicode Normalizer utility displays simultaneously the four normalization forms of a given string, making use of the JavaScript string function normalize, as specified in the UAX #15: Unicode Normalization Forms:

    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
    FormNameDescription
    NFCNormalization Form CCanonical Decomposition, followed by Canonical Composition
    NFDNormalization Form DCanonical Decomposition
    NFKCNormalization Form KCCompatibility Decomposition, followed by Canonical Composition
    NFKDNormalization Form KDCompatibility Decomposition
    \n
  • \n
  • \n

    Characters can be entered either directly in the \"Characters\" input field, or using a series of code points in hexadecimal format in the \"Code points\" input field.

    \n
  • \n
  • \n

    It is also possible to input predefined strings of characters selected from the Samples ▾ pop-up menu.

    \n
  • \n
  • \n

    As a convenience, the input fields can be emptied using the Clear button.

    \n
  • \n
  • \n

    In output, the standard Unicode code point format U+212B is used, i.e. \"U+\" directly followed by 4 or 5 hex digits.

    \n
  • \n
  • \n

    In input, more hexadecimal formats are allowed, including Unicode escape sequences, such as \\u24B6 or \\u{1F201}. Moving out of the field or typing the Enter key converts all valid codes to standard Unicode code point format.

    \n
  • \n
\n

\"Unicode

\n

Unicode References

\n
    \n
  • The Unicode References utility provides a list of reference links to Unicode-related web pages.
  • \n
\n

\"Unicode

\n

Unihan Data Finder

\n

Find by Tag Value

\n
    \n
  • The Find by Tag Value feature of the Unihan Data Finder utility displays a list of basic data (symbol, code point, Unihan tag, value, block) of matching Unihan characters searched by tag value, including through regular expressions.
  • \n
  • Use the Unihan Tag drop-down menu to select the tag you wish to search value by.
  • \n
  • Use the Categories checkbox to toggle between: all Unihan tags ordered alphabetically, or grouped by categories in the drop-down menu.
  • \n
  • After entering a query, click on the Search button to display a list of all relevant matches, if any, ordered by code point value.
  • \n
  • It is possible to choose how many characters are shown one page at a time.
  • \n
  • The search is performed on the 93,858 Unihan characters (or code points) defined in the set of data files contained in the Unihan.zip archive file:\n
      \n
    • Unihan_DictionaryIndices.txt
    • \n
    • Unihan_DictionaryLikeData.txt
    • \n
    • Unihan_IRGSources.txt
    • \n
    • Unihan_NumericValues.txt
    • \n
    • Unihan_OtherMappings.txt
    • \n
    • Unihan_RadicalStrokeCounts.txt
    • \n
    • Unihan_Readings.txt
    • \n
    • Unihan_Variants.txt
    • \n
    \n
  • \n
  • Use the Results ▾ pop-up menu to perform an action among:\n
      \n
    • Copy Results [copy the results as string to the clipboard]
    • \n
    • Save Results... [save the results as string to a text file]
    • \n
    • Clear Results [clear the current list of results]
    • \n
    \n
  • \n
  • Various examples of regular expressions are provided for quick copy-and-paste.
  • \n
\n

\"Unihan

\n

Match Character

\n
    \n
  • The Match Character feature of the Unihan Data Finder utility displays a list of basic data (symbol, code point, age, set, ideograph status, block) of matching Unihan characters, including through regular expressions.
  • \n
  • After entering a query, click on the Search button to display a list of all relevant matches, if any, ordered by code point value.
  • \n
  • Click on the Match Variants toggle button to extend the search to characters whose variants match the query string.
  • \n
  • Unihan variants, if any, are displayed in a distinctive muted (grayed out) style.
  • \n
  • It is possible to choose how many characters are shown one page at a time.
  • \n
  • The search is performed on the set of 93,858 Unihan characters defined in Unicode 13.0.
  • \n
  • Use the Results ▾ pop-up menu to perform an action among:\n
      \n
    • Copy Results [copy the results as string to the clipboard]
    • \n
    • Save Results... [save the results as string to a text file]
    • \n
    • Clear Results [clear the current list of results]
    • \n
    \n
  • \n
  • Various examples of regular expressions are provided for quick copy-and-paste.
  • \n
\n

\"Unihan

\n

View by Grid

\n
    \n
  • The View by Grid feature of the Unihan Data Finder utility displays in real time a grid view of the 10 blocks containing the 93,858 Unihan characters defined in Unicode 13.0.
  • \n
  • It is possible to choose how many characters are shown one page at a time.
  • \n
  • A block can be selected either by Block Name or by Block Range.
  • \n
  • It is also possible to directly enter a Unihan character or code point in the Specimen field, then click on the Go button to automatically select the block containing the character, scroll it into view, and highlight it.
  • \n
  • You can quickly reuse a previously entered Unihan character by using the Alt+ and Alt+ keyboard shortcuts to navigate up and down through the history stack in the Specimen field.
  • \n
  • Use the Results ▾ pop-up menu to perform an action among:\n
      \n
    • Copy Results [copy the results as string to the clipboard]
    • \n
    • Save Results... [save the results as string to a text file]
    • \n
    \n
  • \n
  • A list of all the Unihan blocks is available for quick reference.
  • \n
\n

\"Unihan

\n

\"Unihan

\n

Unihan Inspector

\n
    \n
  • The Unihan Inspector utility displays all available Unihan tags for each of the 93,858 Unihan characters defined in the set of data files contained in the Unihan.zip archive file:\n
      \n
    • Unihan_DictionaryIndices.txt
    • \n
    • Unihan_DictionaryLikeData.txt
    • \n
    • Unihan_IRGSources.txt
    • \n
    • Unihan_NumericValues.txt
    • \n
    • Unihan_OtherMappings.txt
    • \n
    • Unihan_RadicalStrokeCounts.txt
    • \n
    • Unihan_Readings.txt
    • \n
    • Unihan_Variants.txt
    • \n
    \n
  • \n
  • Any Unihan character can be entered in the Unihan input field either as a character or a code point. Click on the Lookup button to display the list of Unihan tags.
  • \n
  • In addition, the utility provides, for each Unihan character:\n
      \n
    • basic Unicode information: name, age, plane, block, script, script extensions, general category, extended properties, decomposition, standardized variation, equivalent unified ideograph;
    • \n
    • basic Unihan information: set (IICore or full), status (unified or compatibility ideograph), radical/strokes, definition, numeric value, related characters, variant characters.
    • \n
    \n
  • \n
  • Basic radical information can also be obtained for the 214 KangXi radicals and the 115 additional CJK radicals.
  • \n
  • Previously looked up characters are kept in a history stack; use the Alt+ and Alt+ keyboard shortcuts to navigate through them up and down inside the input field.
  • \n
  • It is also possible to lookup a randomly selected Unihan character by clicking on the Random button; use the Set drop-down menu to perform the draw on a specified Unihan set:\n
      \n
    • IICore: the IICore set of 9,810 CJK unified ideographs in common usage,
    • \n
    • Unihan Core (2020): the Unihan core set (2020) of 20,720 CJK unified and compatibility ideographs, minimal set of required ideographs for East Asia,
    • \n
    • Full Unihan: the full set of 93,858 Unihan characters.
    • \n
    \n
  • \n
  • The currently looked up character is displayed at a large scale, followed by its code point.
  • \n
  • Click on or to step through five different CJK typefaces, among:\n
      \n
    • JP: Japanese
    • \n
    • KR: Korean
    • \n
    • SC: Simplified Chinese
    • \n
    • TC: Traditional Chinese (Taiwan)
    • \n
    • HK: Traditional Chinese (Hong Kong)
    • \n
    \n
  • \n
  • If a character cannot be properly rendered in the five CJK typefaces, the system default typeface is automatically used instead.
  • \n
  • Use the Categories checkbox to toggle between: all Unihan tags ordered alphabetically, or grouped by categories.
  • \n
  • Variant characters, if any, are listed under several classes in the basic Unihan information panel:\n
      \n
    • Unified Variant: decomposition of the looked up character
    • \n
    • Compatibility Variants: characters whose decomposition is the looked up character
    • \n
    • Semantic Variants: characters listed under the kSemanticVariant Unihan tag
    • \n
    • Specialized Variants: characters listed under the kSpecializedSemanticVariant Unihan tag
    • \n
    • Spoofing Variants: characters listed under the kSpoofingVariant Unihan tag
    • \n
    • Shape (Z-) Variants characters listed under the kZVariant Unihan tag
    • \n
    • Simplified Variants: characters listed under the kSimplifiedVariant Unihan tag
    • \n
    • Traditional Variants: characters listed under the kTraditionalVariant Unihan tag
    • \n
    • Yasuoka Variants: characters drawn from the \"Variants table for Unicode\" data file UniVariants.txt provided by Prof. Kōichi Yasuoka
    • \n
    \n
  • \n
  • Notes:\n
      \n
    • The top Radical/Strokes fields are displaying data obtained from the only informative IRG Source: kRSUnicode, while the bottom ones (in grayed-out style, if any) make use of the provisional sources: kRSKangXi and kRSAdobe_Japan1_6.
    • \n
    • IICore (International Ideographs Core) represents a set of 9,810 important Unihan characters in everyday use throughout East Asia; it has been developed by the IRG.
    • \n
    • IRG stands for Ideographic Rapporteur Group, a committee advising the Unicode Consortium about Asian language characters.
    • \n
    • Radicals do not belong to the Unihan character set; they are allowed to be looked up here merely as a convenience, since they are closely related, and because their appearance is similar, or even identical, to their equivalent unified ideograph.
    • \n
    \n
  • \n
\n

\"Unihan

\n

\"Unihan

\n

Unihan Radical-Strokes

\n
    \n
  • The Unihan Radical-Strokes utility displays all the Unihan characters searched by KangXi radical and additional stroke count.
  • \n
  • Use the Set drop-down menu to perform the search on a specified Unihan set:\n
      \n
    • IICore: the IICore set of 9,810 CJK unified ideographs in common usage,
    • \n
    • Unihan Core (2020): the Unihan core set (2020) of 20,720 CJK unified and compatibility ideographs, minimal set of required ideographs for East Asia,
    • \n
    • Full Unihan: the full set of 93,858 Unihan characters.
    • \n
    \n
  • \n
  • Use the Extra Sources checkbox to extend the search to all radical/strokes source tags, or use only the IRG-defined source tag common to all Unihan characters.
  • \n
  • Use the Radical and Strokes drop-down menus to select the KangXi radical and the additional stroke count of the Unihan characters you are looking for, then click on the Search button.
  • \n
  • If the number of additional strokes is negative, 0 is used instead. For example, the Unihan character 王 gets listed under 'Radical 96 ⽟ (Jade)' + '0 Stroke', although its additional stroke count is -1.
  • \n
  • Selecting All from the Strokes menu lets you display all the Unihan characters sharing the same KangXi radical, sorted by additional stroke count.
  • \n
  • Use the Results ▾ pop-up menu to perform an action among:\n
      \n
    • Copy Results [copy the results as string to the clipboard]
    • \n
    • Save Results... [save the results as string to a text file]
    • \n
    • Clear Results [clear the current list of results]
    • \n
    \n
  • \n
  • A complete list of the 214 KangXi radicals is available for reference, showing also CJK variants as well as simplified forms.
  • \n
\n

\"Unihan

\n

Unihan References

\n
    \n
  • The Unihan References utility provides a list of reference links to Unihan-related web pages.
  • \n
\n

\"Unihan

\n

Unihan Variants

\n
    \n
  • The Unihan Variants utility displays all the variants of a given Unihan character.
  • \n
  • Any Unihan character can be entered in the Unihan input field either as a character or a code point. Click on the Lookup button to display the variants.
  • \n
  • Previously looked up characters are kept in a history stack; use the Alt+ and Alt+ keyboard shortcuts to navigate through them up and down inside the input field.
  • \n
  • Click the Extra Variants checkbox to include the Yasuoka variants as well; otherwise, only the standard Unihan variants are listed.
  • \n
  • Click the Detailed Relations checkbox to make use of a directed labeled graph to display variant relations; otherwise, a basic undirected graph is used instead.
  • \n
  • Click the Code Points checkbox to display as well the code point of each Unihan character of the graph.
  • \n
  • The different variant relations are indicated using the following labels:\n
      \n
    • Semantic: characters listed under the kSemanticVariant Unihan tag
    • \n
    • Shape: characters listed under the kZVariant Unihan tag
    • \n
    • Simplified: characters listed under the kSimplifiedVariant Unihan tag
    • \n
    • Specialized: characters listed under the kSpecializedSemanticVariant Unihan tag
    • \n
    • Spoofing: characters listed under the kSpoofingVariant Unihan tag
    • \n
    • Traditional: characters listed under the kTraditionalVariant Unihan tag
    • \n
    • Unified: characters listed under the kCompatibilityVariant Unihan tag
    • \n
    • Yasuoka: characters drawn from the \"Variants table for Unicode\" data file UniVariants.txt provided by Prof. Kōichi Yasuoka
    • \n
    \n
  • \n
  • Click the Save... button to save the current graph as a SVG file.
  • \n
  • Notes:\n
      \n
    • Hovering over any circled Unihan character of the graph displays a tooltip with basic information: code point, age, set, ideograph status.
    • \n
    • The currently looked up Unihan character appears in a bolder circle; clicking on any other circled variant character lets you \"navigate\" through all the variants.
    • \n
    • In order to avoid visual clutter, any relation between two Unihan characters obtained from the Yasuoka variants is not displayed if another \"standard\" one with the same orientation already exists.
    • \n
    \n
  • \n
\n

\"Unihan

\n

\"Unihan

\n

Using

\n

You can download the latest release for macOS.

\n

Building

\n

You'll need Node.js (which comes with npm) installed on your computer in order to build this application.

\n

Clone method

\n
# Clone the repository\ngit clone https://github.com/tonton-pixel/unicopedia-plus\n# Go into the repository\ncd unicopedia-plus\n# Install dependencies\nnpm install\n# Run the application\nnpm start
\n

Note: to use the clone method, the core tool git must also be installed.

\n

Download method

\n

If you don't wish to clone, you can download the source code, unZip it, then directly run the following commands from a Terminal opened at the resulting unicopedia-plus-master folder location:

\n
# Install dependencies\nnpm install\n# Run the application\nnpm start
\n

Packaging

\n

Several scripts are also defined in the package.json file to build OS-specific bundles of the application, using the simple yet powerful Electron Packager Node module.
\nFor instance, running the following command (once the dependencies are installed) will create a Unicopedia Plus.app version for macOS:

\n
# Build macOS (Darwin) application\nnpm run build-darwin
\n

License

\n

The MIT License (MIT).

\n

Copyright © 2018-2020 Michel Mariani.

\n
", - "readmeFetchedAt": "2020-09-17T12:09:59.332Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:53.836Z" }, "vii": { - "readmeCleaned": "

VII

\n

\"\"

\n
\n

It allows you to download high quality video and audio over Youtube. The video or audio you want to download will be downloaded at the highest quality it supports.

\n
\n

\"\"\n\"\"

\n

Format Support

\n
Audio\n  MP3\nVideo\n  MP4\n  FLV
\n

Quality Support

\n

\"\"\n\"\"

\n
\n

By default, the video and audio you want to download is downloaded at the highest quality it supports. The higher the size of the video or audio file you want to download, the longer it will take to download.

\n
\n

Install

\n
git clone https://github.com/ardagedikk/VII.git\ncd VII\nnpm install
\n

Run

\n
npm start
\n

Build

\n

Build the application for specified or all platform:

\n
npm run release-windows\nnpm run release-linux\nnpm run release-mac\n\nnpm run release-linux deb\nnpm run release-linux rpm
\n

License

\n

MIT

\n
", - "readmeOriginal": "

VII

\n

\"\"

\n
\n

It allows you to download high quality video and audio over Youtube. The video or audio you want to download will be downloaded at the highest quality it supports.

\n
\n

\"\"\n\"\"

\n

Format Support

\n
Audio\n  MP3\nVideo\n  MP4\n  FLV
\n

Quality Support

\n

\"\"\n\"\"

\n
\n

By default, the video and audio you want to download is downloaded at the highest quality it supports. The higher the size of the video or audio file you want to download, the longer it will take to download.

\n
\n

Install

\n
git clone https://github.com/ardagedikk/VII.git\ncd VII\nnpm install
\n

Run

\n
npm start
\n

Build

\n

Build the application for specified or all platform:

\n
npm run release-windows\nnpm run release-linux\nnpm run release-mac\n\nnpm run release-linux deb\nnpm run release-linux rpm
\n

License

\n

MIT

\n
", - "readmeFetchedAt": "2020-09-17T12:09:59.369Z" - }, - "visual-comic-reader": { - "readmeCleaned": "

Visual Comic Reader

\n

by @evuz

\n
\n

Modern Comic Reader in development

\n
\n

\"VSR

\n

Download

\n

Visual Comic Reader can be downloaded here.\nAvailable versions for Linux, Mac and Windows (64 bits).

\n

If you need a different version, please, follow the development instructions to make your own build from the source code.

\n

Development

\n

If you want to contribute to Visual Comic Reader, create a new different version of Visual Comic Reader, or compile it from source code, follow these instructions.

\n

Clone/download source code from the github repo. Make sure you have node and npm/yarn already installed in your system:

\n
    \n
  1. Install electron and all the dependencies.\nnpm install
  2. \n
  3. Start Visual Comic Reader.\nnpm start\n
      \n
    • You can start Visual Comic Reader in develop mode.\nnpm run dev
    • \n
    \n
  4. \n
  5. Build Visual Comic Reader for your system.\nnpm run build:(win/mac/linux)\n
      \n
    • Make builds for windows, linux and mac.\nnpm run build
    • \n
    \n
  6. \n
\n

Acknowledgments

\n
    \n
  • Electron framework was used for the app development.
  • \n
  • React javascript library use for building app user interface.
  • \n
\n
", - "readmeOriginal": "

Visual Comic Reader

\n

by @evuz

\n
\n

Modern Comic Reader in development

\n
\n

\"VSR

\n

Download

\n

Visual Comic Reader can be downloaded here.\nAvailable versions for Linux, Mac and Windows (64 bits).

\n

If you need a different version, please, follow the development instructions to make your own build from the source code.

\n

Development

\n

If you want to contribute to Visual Comic Reader, create a new different version of Visual Comic Reader, or compile it from source code, follow these instructions.

\n

Clone/download source code from the github repo. Make sure you have node and npm/yarn already installed in your system:

\n
    \n
  1. Install electron and all the dependencies.\nnpm install
  2. \n
  3. Start Visual Comic Reader.\nnpm start\n
      \n
    • You can start Visual Comic Reader in develop mode.\nnpm run dev
    • \n
    \n
  4. \n
  5. Build Visual Comic Reader for your system.\nnpm run build:(win/mac/linux)\n
      \n
    • Make builds for windows, linux and mac.\nnpm run build
    • \n
    \n
  6. \n
\n

Acknowledgments

\n
    \n
  • Electron framework was used for the app development.
  • \n
  • React javascript library use for building app user interface.
  • \n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:59.500Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:53.844Z" }, "violin": { - "readmeCleaned": "

Welcome to Violin 👋

\n

\n \n \"Violin\"\n \n \"Application\n \"Supported\n \n \"Codacy\n \n \"GitHub\"\n

\n
\n

A fast, lightweight, and minimalistic desktop music player.

\n
\n

\"Violin

\n

🏠 Homepage

\n

Features

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
FeatureSupported
Open directory and play contents
Display metadata (album cover, album, song, artist)
Media keys (skip, previous, play / pause)
App has own volume slider
Shuffle
Endless repeat
Search song by name
Sorting (alphabetically by name, album, artist)
Playlists
Gapless (may follow)
Open single audio file
Streaming capabilities
\n

Install

\n

Linux:

\n
sudo snap install violin-player
\n

\"Get

\n

MacOS and Windows:

\n

MacOS installer | Windows installer

\n

Usage

\n

Launch it like any other application on your computer. 🚀

\n

Author

\n

👤 Tobias Oettl

\n\n

\"Buy

\n

🤝 Contributing

\n

Contributions, issues and feature requests are welcome!
Before submitting an issue, please take a look on the wiki first. If your question didn't get answered, feel free to check issues page!

\n

Show your support

\n

Give a ⭐️ if this project helped you!

\n

📝 License

\n

Copyright © 2019 Tobias Oettl.
\nThis project is MIT licensed.

\n

\n

Icon by Zaryab213.

\n
\n

This README was generated with ❤️ by readme-md-generator

\n
", - "readmeOriginal": "

Welcome to Violin 👋

\n

\n \n \"Violin\"\n \n \"Application\n \"Supported\n \n \"Codacy\n \n \"GitHub\"\n

\n
\n

A fast, lightweight, and minimalistic desktop music player.

\n
\n

\"Violin

\n

🏠 Homepage

\n

Features

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
FeatureSupported
Open directory and play contents
Display metadata (album cover, album, song, artist)
Media keys (skip, previous, play / pause)
App has own volume slider
Shuffle
Endless repeat
Search song by name
Sorting (alphabetically by name, album, artist)
Playlists
Gapless (may follow)
Open single audio file
Streaming capabilities
\n

Install

\n

Linux:

\n
sudo snap install violin-player
\n

\"Get

\n

MacOS and Windows:

\n

MacOS installer | Windows installer

\n

Usage

\n

Launch it like any other application on your computer. 🚀

\n

Author

\n

👤 Tobias Oettl

\n\n

\"Buy

\n

🤝 Contributing

\n

Contributions, issues and feature requests are welcome!
Before submitting an issue, please take a look on the wiki first. If your question didn't get answered, feel free to check issues page!

\n

Show your support

\n

Give a ⭐️ if this project helped you!

\n

📝 License

\n

Copyright © 2019 Tobias Oettl.
\nThis project is MIT licensed.

\n

\n

Icon by Zaryab213.

\n
\n

This README was generated with ❤️ by readme-md-generator

\n
", - "readmeFetchedAt": "2020-09-17T12:09:59.541Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:53.860Z" + }, + "visual-comic-reader": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:53.865Z" }, "visual-family-tree": { - "readmeCleaned": "

VisualFamilyTree

\n

With this app you can create a family tree with extensive information and pictures about the individual family members. The whole thing can be done very simply using the mouse and a few keystrokes. An editor to export this family tree in different formats (pdf, svg, png) is also included. The output can be configured extensively.

\n

Website: https://visualfamilytree.jisco.me

\n

Version 1.3.1

\n
    \n
  • Save last used directory for import\\export
  • \n
  • Refactoring export for large family trees
  • \n
  • Third-party component updates
  • \n
\n

Version 1.3.0

\n
    \n
  • add russian translation\nThanks @Gimanh 🚀
  • \n
  • performance improvments
  • \n
  • display persons in chart ascending by creation date (aka "None"), by birth date or alphabetically
  • \n
  • minor bugfixings
  • \n
\n

Version 1.2.0

\n
    \n
  • New screen for extended app settings\n
      \n
    • New Languages: Farsi and Spanish (thanks @SepSol, @MrOlivo)
    • \n
    • 5 date formats
    • \n
    • 9 different fonts
    • \n
    \n
  • \n
  • Far-reaching right to left support (special thanks @SepSol 😀)
  • \n
\n

Version 1.1.0

\n
    \n
  • Weddingdates in chart and export
  • \n
  • Icons instead of symbols
  • \n
  • Stackable Text in export mode
  • \n
  • Dates in 3 different modes (year, month and year or full)
  • \n
\n

Version 1.0.1

\n
    \n
  • improved performance
  • \n
  • definable color markings for people in the chart view
  • \n
\n

Version 1.0.0

\n
    \n
  • First Release
  • \n
\n
", - "readmeOriginal": "

VisualFamilyTree

\n

With this app you can create a family tree with extensive information and pictures about the individual family members. The whole thing can be done very simply using the mouse and a few keystrokes. An editor to export this family tree in different formats (pdf, svg, png) is also included. The output can be configured extensively.

\n

Website: https://visualfamilytree.jisco.me

\n

Version 1.3.1

\n
    \n
  • Save last used directory for import\\export
  • \n
  • Refactoring export for large family trees
  • \n
  • Third-party component updates
  • \n
\n

Version 1.3.0

\n
    \n
  • add russian translation\nThanks @Gimanh 🚀
  • \n
  • performance improvments
  • \n
  • display persons in chart ascending by creation date (aka \"None\"), by birth date or alphabetically
  • \n
  • minor bugfixings
  • \n
\n

Version 1.2.0

\n
    \n
  • New screen for extended app settings\n
      \n
    • New Languages: Farsi and Spanish (thanks @SepSol, @MrOlivo)
    • \n
    • 5 date formats
    • \n
    • 9 different fonts
    • \n
    \n
  • \n
  • Far-reaching right to left support (special thanks @SepSol 😀)
  • \n
\n

Version 1.1.0

\n
    \n
  • Weddingdates in chart and export
  • \n
  • Icons instead of symbols
  • \n
  • Stackable Text in export mode
  • \n
  • Dates in 3 different modes (year, month and year or full)
  • \n
\n

Version 1.0.1

\n
    \n
  • improved performance
  • \n
  • definable color markings for people in the chart view
  • \n
\n

Version 1.0.0

\n
    \n
  • First Release
  • \n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:59.680Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:53.899Z" }, "vivifyscrum": { "readmeOriginal": null, - "readmeFetchedAt": "2020-09-17T12:09:59.716Z" + "readmeFetchedAt": "2020-09-18T00:10:53.901Z" }, "vizgraph": { - "readmeCleaned": "

VizGraph

\n

A simple tool for Using Graphviz. Based on Viz.js & Electron.

\n
\n

CircleCI Building: \"CircleCI\"

\n
\n

Sample usage from Graphviz Gallery:

\n

\"\"

\n

\"\"

\n
\n

This project is on its beta release now.

\n

Usage

\n

The major framework is based on Electron, so it should be worked on All Platforms that support Node.js( Exp. Windows, Mac and Linux).

\n

For Developers

\n

First, make sure you have a proper Node.js Environment:

\n
node -v\nnpm -v
\n

Then start it easily.

\n
git clone https://github.com/jcf94/vizgraph.git\ncd vizgraph\nnpm install\nnpm start
\n

Enjoy it.

\n

Use electron-builder to pack release for platforms you like.

\n

For Users

\n

Get the latest release.

\n

Now we have portable packages for Windows(.exe) and Most Linux Repositories(.AppImage).

\n
", - "readmeOriginal": "

VizGraph

\n

A simple tool for Using Graphviz. Based on Viz.js & Electron.

\n
\n

CircleCI Building: \"CircleCI\"

\n
\n

Sample usage from Graphviz Gallery:

\n

\"\"

\n

\"\"

\n
\n

This project is on its beta release now.

\n

Usage

\n

The major framework is based on Electron, so it should be worked on All Platforms that support Node.js( Exp. Windows, Mac and Linux).

\n

For Developers

\n

First, make sure you have a proper Node.js Environment:

\n
node -v\nnpm -v
\n

Then start it easily.

\n
git clone https://github.com/jcf94/vizgraph.git\ncd vizgraph\nnpm install\nnpm start
\n

Enjoy it.

\n

Use electron-builder to pack release for platforms you like.

\n

For Users

\n

Get the latest release.

\n

Now we have portable packages for Windows(.exe) and Most Linux Repositories(.AppImage).

\n
", - "readmeFetchedAt": "2020-09-17T12:09:59.776Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:53.902Z" }, "vue-calc": { - "readmeCleaned": "

Vue Calc

\n
\n

A Simple VueJS's Calculator built with ElectronJS

\n
\n

Last Releases link

\n\n

\"screenshot\"

\n

Version 0.18.04.06

\n

License MIT © 2017-2018 - Samuele de Tomasi

\n

GitHub el3um4s/vue-calc

\n

Created with:

\n
    \n
  • Vue.js
  • \n
  • Vuetify
  • \n
  • Electron-vue
  • \n
  • decimal.js
  • \n
  • Google Font Roboto
  • \n
  • Google Font Mina
  • \n
  • vue-shortkey
  • \n
  • electron-store
  • \n
\n

Icons created by Arslan Şahìn

\n

Note about Calculator Logic: It should be noted that there are two main schools of thought on calculator input logic: immediate execution logic and formula logic. Formula logic observes order of operation precedence, immediate execution does not. Vue Calc utilizes immediate execution logic.

\n

Either is acceptable, but please note that depending on which you choose, your calculator may yield different results than ours for certain equations (see below example)

\n

3 + 5 x 6 - 2 / 4 =

\n
    \n
  • Immediate Execution Logic: 11.5
  • \n
  • Formula/Expression Logic: 32.5
  • \n
\n
", - "readmeOriginal": "

Vue Calc

\n
\n

A Simple VueJS's Calculator built with ElectronJS

\n
\n

Last Releases link

\n\n

\"screenshot\"

\n

Version 0.18.04.06

\n

License MIT © 2017-2018 - Samuele de Tomasi

\n

GitHub el3um4s/vue-calc

\n

Created with:

\n
    \n
  • Vue.js
  • \n
  • Vuetify
  • \n
  • Electron-vue
  • \n
  • decimal.js
  • \n
  • Google Font Roboto
  • \n
  • Google Font Mina
  • \n
  • vue-shortkey
  • \n
  • electron-store
  • \n
\n

Icons created by Arslan Şahìn

\n

Note about Calculator Logic: It should be noted that there are two main schools of thought on calculator input logic: immediate execution logic and formula logic. Formula logic observes order of operation precedence, immediate execution does not. Vue Calc utilizes immediate execution logic.

\n

Either is acceptable, but please note that depending on which you choose, your calculator may yield different results than ours for certain equations (see below example)

\n

3 + 5 x 6 - 2 / 4 =

\n
    \n
  • Immediate Execution Logic: 11.5
  • \n
  • Formula/Expression Logic: 32.5
  • \n
\n
", - "readmeFetchedAt": "2020-09-17T12:09:59.856Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:53.910Z" }, "vzl": { - "readmeCleaned": "
", - "readmeOriginal": "
", - "readmeFetchedAt": "2020-09-17T12:09:59.969Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:53.943Z" }, "wallpaperviewer": { "readmeOriginal": null, - "readmeFetchedAt": "2020-09-17T12:10:00.063Z" + "readmeFetchedAt": "2020-09-18T00:10:53.946Z" + }, + "wail": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:53.950Z" }, "wallapatta": { - "readmeCleaned": "
", - "readmeOriginal": "
", - "readmeFetchedAt": "2020-09-17T12:10:00.134Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:53.950Z" }, - "wail": { - "readmeCleaned": "

\n \"WAIL
 Web Archiving Integration Layer (WAIL)

\n

"One-Click User Instigated Preservation"

\n

Web Archiving Integration Layer (WAIL)

\n

"One-Click User Instigated Preservation"

\n

Web Archiving Integration Layer (WAIL) is a graphical user interface (GUI) atop multiple web archiving tools\nintended to be used as an easy way for anyone to preserve and replay web pages.\nTools included and accessible through the GUI are Heritrix 3.2.0\nand PyWb 0.33.0.

\n

More information about the motivations behind WAIL see the Motivations section in the projects wiki.

\n

This work is supported by the National Endowment for the Humanities (NEH), through Digital Humanities grants HD-51670-13 and HK-50181-14

\n

WAIL Electron

\n

\"js-standard-style\"

\n

\"WAIL

\n

Usage

\n

You can download the latest release here.

\n

For information on using WAIL please consult the wiki.

\n

To get up and running from source consult the Development section in this projects wiki.

\n

Slides from Archives Unleased 2.0

\n

Are Wails Electric?

\n

Problems? Questions?

\n

Please see the Frequently Asked Questions page.

\n

Contact

\n

WAIL is a project of the Web Science and Digital Libraries (WS-DL) research group at Old Dominion University (ODU), created by Mat Kelly.

\n

For support e-mail jberlin@cs.odu.edu or tweet to us at @johnaberlin and/or @WebSciDL.

\n
", - "readmeOriginal": "

\n \"WAIL
 Web Archiving Integration Layer (WAIL)

\n

\"One-Click User Instigated Preservation\"

\n

Web Archiving Integration Layer (WAIL)

\n

\"One-Click User Instigated Preservation\"

\n

Web Archiving Integration Layer (WAIL) is a graphical user interface (GUI) atop multiple web archiving tools\nintended to be used as an easy way for anyone to preserve and replay web pages.\nTools included and accessible through the GUI are Heritrix 3.2.0\nand PyWb 0.33.0.

\n

More information about the motivations behind WAIL see the Motivations section in the projects wiki.

\n

This work is supported by the National Endowment for the Humanities (NEH), through Digital Humanities grants HD-51670-13 and HK-50181-14

\n

WAIL Electron

\n

\"js-standard-style\"

\n

\"WAIL

\n

Usage

\n

You can download the latest release here.

\n

For information on using WAIL please consult the wiki.

\n

To get up and running from source consult the Development section in this projects wiki.

\n

Slides from Archives Unleased 2.0

\n

Are Wails Electric?

\n

Problems? Questions?

\n

Please see the Frequently Asked Questions page.

\n

Contact

\n

WAIL is a project of the Web Science and Digital Libraries (WS-DL) research group at Old Dominion University (ODU), created by Mat Kelly.

\n

For support e-mail jberlin@cs.odu.edu or tweet to us at @johnaberlin and/or @WebSciDL.

\n
", - "readmeFetchedAt": "2020-09-17T12:10:00.244Z" + "wanna": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:53.982Z" }, "waqt": { - "readmeCleaned": "

\n

Waqt [deprecated]

\n

Electron-based app to display today's Islamic prayer times.

\n

Screenshot

\n

\n

Try it out

\n
    \n
  • Go to the releases page and download the appropriate build for your platform.
  • \n
\n

OR,

\n
    \n
  • Build it yourself:
  • \n
\n
    \n
  1. Clone this repo: git clone https://github.com/arafatamim/waqt ~/Documents/waqt && cd ~/Documents/waqt.
  2. \n
  3. npm install && npm start.
  4. \n
\n

To-do

\n
    \n
  • Add 24-hr time option
  • \n
  • Highlight the next time
  • \n
  • Tray support and notifications
  • \n
\n

License

\n

MIT Licensed.

\n
\n

[!] This project is deprecated. Check out the successor of Waqt here

\n
", - "readmeOriginal": "

\n

Waqt [deprecated]

\n

Electron-based app to display today's Islamic prayer times.

\n

Screenshot

\n

\n

Try it out

\n
    \n
  • Go to the releases page and download the appropriate build for your platform.
  • \n
\n

OR,

\n
    \n
  • Build it yourself:
  • \n
\n
    \n
  1. Clone this repo: git clone https://github.com/arafatamim/waqt ~/Documents/waqt && cd ~/Documents/waqt.
  2. \n
  3. npm install && npm start.
  4. \n
\n

To-do

\n
    \n
  • Add 24-hr time option
  • \n
  • Highlight the next time
  • \n
  • Tray support and notifications
  • \n
\n

License

\n

MIT Licensed.

\n
\n

[!] This project is deprecated. Check out the successor of Waqt here

\n
", - "readmeFetchedAt": "2020-09-17T12:10:00.484Z" - }, - "weatherapp": { "readmeOriginal": null, - "readmeFetchedAt": "2020-09-17T12:10:00.585Z" + "readmeFetchedAt": "2020-09-18T00:10:53.991Z" }, "wdos": { - "readmeCleaned": "

wdOS

\n

WebDesktop (wdOS) is the easy way to make desktop apps with web languages and nothing else!

\n

\"wdos\"

\n

WebDesktop OS GUI is the easy way to make desktop apps with web languages and nothing else!

\n

Installing apps is as easy. All you need to do is unzip the app in this folder Documents/wdOS/App/

\n

With WebDesktop you can broadcast a website or files on your local network or over the internet with router configurations. (You may need to play with firewall settings)

\n

WebDesktop even comes with a very basic web browser.(not currently in mac addition)

\n

** Many more update and a marketplace for apps will becoming in the near future!

\n

To build an app:

\n
    \n
  • create a folder with your app title in this directory Documents/wdOS/App/
  • \n
  • add you code with entry point index.html
  • \n
  • add an icon with name ic.png
  • \n
  • add a file called wd.json with contents that look like this\n{"name": "Sample", "des": "This is a test project!"}
  • \n
\n
", - "readmeOriginal": "

wdOS

\n

WebDesktop (wdOS) is the easy way to make desktop apps with web languages and nothing else!

\n

\"wdos\"

\n

WebDesktop OS GUI is the easy way to make desktop apps with web languages and nothing else!

\n

Installing apps is as easy. All you need to do is unzip the app in this folder Documents/wdOS/App/

\n

With WebDesktop you can broadcast a website or files on your local network or over the internet with router configurations. (You may need to play with firewall settings)

\n

WebDesktop even comes with a very basic web browser.(not currently in mac addition)

\n

** Many more update and a marketplace for apps will becoming in the near future!

\n

To build an app:

\n
    \n
  • create a folder with your app title in this directory Documents/wdOS/App/
  • \n
  • add you code with entry point index.html
  • \n
  • add an icon with name ic.png
  • \n
  • add a file called wd.json with contents that look like this\n{\"name\": \"Sample\", \"des\": \"This is a test project!\"}
  • \n
\n
", - "readmeFetchedAt": "2020-09-17T12:10:00.623Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:53.995Z" }, "wavebox": { - "readmeCleaned": "

Wavebox

\n

Your client for Gmail, Outlook, O365, Trello, Slack & more!

\n

Wavebox is the clever new home for cloud apps on macOS, Linux & Windows bringing Gmail, Outlook, O365, Trello, Slack & over 1000 more apps into a configurable client.

\n
\n

Wavebox Classic & Wavebox 10

\n

This is the home of the Electron-based Wavebox Classic. The team behind Wavebox have been busy working on a completely new 100% Chromium version of Wavebox, which we are calling Wavebox 10. It includes some amazing new features such as...

\n
    \n
  • Expand our supported extension list from 16 to thousands of extensions ❤️
  • \n
  • A 10-20% decrease in memory consumption 💨
  • \n
  • A refined and sparkly new UI that's tastefully familiar
  • \n
  • Seamless tab support in any window
  • \n
  • Fully integrated autofill for usernames and passwords 🤖
  • \n
  • Improved PDF and printing support across the board
  • \n
  • Improved theming support 🎨
  • \n
  • Support for things such as U2F keys when signing into Google
  • \n
  • Improved screen-sharing support
  • \n
  • Privacy lock to keep your app private 🔒
  • \n
\n

Part of this transformation is down to the fact that we have moved away from Electron to a direct Chromium foundation. It's a massively exciting move that allows Wavebox to grow and evolve.

\n

Want to know more about the technical changes? Find out more about the move to Chromium

\n

Already a user? Check our handy migration guide

\n

Want to know more about Wavebox? Visit our homepage

\n

Download Wavebox 10

\n

Wavebox is available to download for macOS, Windows & Linux on our downloads page https://wavebox.io/download.

\n
\n

\"Travis\n\"js-standard-style\"\n\"Download\"

\n

Your client for Gmail, Outlook, O365, Trello, Slack & more!

\n

Wavebox is the clever new home for cloud apps on macOS, Linux & Windows bringing Gmail, Outlook, O365, Trello, Slack & over 1000 more apps into a configurable client.

\n

Gone are the days of opening countless browser tabs and logging in and out of your favourite cloud accounts. Now you can launch Wavebox with one click, and instantly access them all in one UI, and without slowing your machine.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\"\"\"\"
\"\"\"\"
\n
    \n
  • All your web apps in one place: Add your favourites from our Directory of 1000+ apps/websites/services and easily hop between them to create faster workflows, and enjoy a smarter way of working.
  • \n
  • Never miss a thing: Stay signed-in to all apps simultaneously and keep up-to-date with real-time notifications and unread badges. Wavebox brings calm to your daily cloud app chaos.
  • \n
  • Focus on what's important: Declutter your desktop by having everything in one place, and use 'mute' across all apps when you need time to concentrate.
  • \n
  • Better than a browser: Unlike browser tabs which work independently, Wavebox brings everything together as a single suite of web apps. It's faster, more secure and uses less processing power.
  • \n
\n

Install Wavebox and use for free with 2 Gmail accounts. Then upgrade to Pro to add more apps, services and features. Join thousands of individuals and teams who now spend their days in Wavebox.

\n

Why not give it a try at wavebox.io

\n
\n

Wavebox Classic is built using Electron, React and Flux. It supports Gmail, Google, Outlook, Office 365, Slack, Trello & over a 1000 other apps.

\n

Building Wavebox Classic

\n

Prerequisites

\n

Before you get started you'll need the following

\n
    \n
  • Python 2.7
  • \n
  • Nodejs 10.11.0
  • \n
  • npm >= 6.4.1
  • \n
  • Wavebox API Key\n
      \n
    • Download & install Wavebox for free
    • \n
    • Go to Settings and then the Wavebox Pro Tab
    • \n
    • In the top right if you see login, login for free otherwise continue to the next step
    • \n
    • In the top right click your email address and choose Developers
    • \n
    • Under the API Key section you can get your API Key
    • \n
    \n
  • \n
\n

Additional Prerequisites (windows)

\n
    \n
  • windows-build-tools available through npm install -g windows-build-tools
  • \n
\n

Build Configuration

\n

Once you've cloned the repository you will need to add your Wavebox API Key to the repository. This key will ensure that the client can talk to Google, Microsoft etc without needing to configure each one individually. Create a file in src/shared/credentials.js and in it place

\n
module.exports = { API_KEY: 'your_api_key' }
\n

Dependencies & Running

\n
    \n
  • To install all Wavebox npm dependencies: npm install; npm run install:all
  • \n
  • To recompile native modules: npm run rebuild:electron
  • \n
  • To run compile and run the app: npm start
  • \n
\n
", - "readmeOriginal": "

Wavebox

\n

Your client for Gmail, Outlook, O365, Trello, Slack & more!

\n

Wavebox is the clever new home for cloud apps on macOS, Linux & Windows bringing Gmail, Outlook, O365, Trello, Slack & over 1000 more apps into a configurable client.

\n
\n

Wavebox Classic & Wavebox 10

\n

This is the home of the Electron-based Wavebox Classic. The team behind Wavebox have been busy working on a completely new 100% Chromium version of Wavebox, which we are calling Wavebox 10. It includes some amazing new features such as...

\n
    \n
  • Expand our supported extension list from 16 to thousands of extensions ❤️
  • \n
  • A 10-20% decrease in memory consumption 💨
  • \n
  • A refined and sparkly new UI that's tastefully familiar
  • \n
  • Seamless tab support in any window
  • \n
  • Fully integrated autofill for usernames and passwords 🤖
  • \n
  • Improved PDF and printing support across the board
  • \n
  • Improved theming support 🎨
  • \n
  • Support for things such as U2F keys when signing into Google
  • \n
  • Improved screen-sharing support
  • \n
  • Privacy lock to keep your app private 🔒
  • \n
\n

Part of this transformation is down to the fact that we have moved away from Electron to a direct Chromium foundation. It's a massively exciting move that allows Wavebox to grow and evolve.

\n

Want to know more about the technical changes? Find out more about the move to Chromium

\n

Already a user? Check our handy migration guide

\n

Want to know more about Wavebox? Visit our homepage

\n

Download Wavebox 10

\n

Wavebox is available to download for macOS, Windows & Linux on our downloads page https://wavebox.io/download.

\n
\n

\"Travis\n\"js-standard-style\"\n\"Download\"

\n

Your client for Gmail, Outlook, O365, Trello, Slack & more!

\n

Wavebox is the clever new home for cloud apps on macOS, Linux & Windows bringing Gmail, Outlook, O365, Trello, Slack & over 1000 more apps into a configurable client.

\n

Gone are the days of opening countless browser tabs and logging in and out of your favourite cloud accounts. Now you can launch Wavebox with one click, and instantly access them all in one UI, and without slowing your machine.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\"\"\"\"
\"\"\"\"
\n
    \n
  • All your web apps in one place: Add your favourites from our Directory of 1000+ apps/websites/services and easily hop between them to create faster workflows, and enjoy a smarter way of working.
  • \n
  • Never miss a thing: Stay signed-in to all apps simultaneously and keep up-to-date with real-time notifications and unread badges. Wavebox brings calm to your daily cloud app chaos.
  • \n
  • Focus on what's important: Declutter your desktop by having everything in one place, and use 'mute' across all apps when you need time to concentrate.
  • \n
  • Better than a browser: Unlike browser tabs which work independently, Wavebox brings everything together as a single suite of web apps. It's faster, more secure and uses less processing power.
  • \n
\n

Install Wavebox and use for free with 2 Gmail accounts. Then upgrade to Pro to add more apps, services and features. Join thousands of individuals and teams who now spend their days in Wavebox.

\n

Why not give it a try at wavebox.io

\n
\n

Wavebox Classic is built using Electron, React and Flux. It supports Gmail, Google, Outlook, Office 365, Slack, Trello & over a 1000 other apps.

\n

Building Wavebox Classic

\n

Prerequisites

\n

Before you get started you'll need the following

\n
    \n
  • Python 2.7
  • \n
  • Nodejs 10.11.0
  • \n
  • npm >= 6.4.1
  • \n
  • Wavebox API Key\n
      \n
    • Download & install Wavebox for free
    • \n
    • Go to Settings and then the Wavebox Pro Tab
    • \n
    • In the top right if you see login, login for free otherwise continue to the next step
    • \n
    • In the top right click your email address and choose Developers
    • \n
    • Under the API Key section you can get your API Key
    • \n
    \n
  • \n
\n

Additional Prerequisites (windows)

\n
    \n
  • windows-build-tools available through npm install -g windows-build-tools
  • \n
\n

Build Configuration

\n

Once you've cloned the repository you will need to add your Wavebox API Key to the repository. This key will ensure that the client can talk to Google, Microsoft etc without needing to configure each one individually. Create a file in src/shared/credentials.js and in it place

\n
module.exports = { API_KEY: 'your_api_key' }
\n

Dependencies & Running

\n
    \n
  • To install all Wavebox npm dependencies: npm install; npm run install:all
  • \n
  • To recompile native modules: npm run rebuild:electron
  • \n
  • To run compile and run the app: npm start
  • \n
\n
", - "readmeFetchedAt": "2020-09-17T12:10:00.640Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:54.001Z" }, - "wanna": { - "readmeCleaned": "

\"asdf\"

\n

Wanna

\n

\"Build\n\"Downloads\"\n\"Release\"\n\"Issues\"\n\"Pull\n\"Wannachat\"

\n

Screenshot

\n

\"screenshot\"

\n

Table of contents

\n\n

Introduction

\n

Wanna is an implementation of a 21st-century to-do list app. It introduces a new workflow and has its own philosophy which makes it different from other to-do list apps.

\n

Installation

\n

Wanna is under active development. You can see a list of its releases here. At this time, the latest release of the app is Flex Alpha 2 release for Mac, Windows and Linux (.deb only). In addition, you can easily download the repo's source code and build a version suitable for your own platform with just a bit of effort. In the near future, other platforms will be officially supported.
\nYou can also clone the repository to see development version of the app in action:

\n
git clone https://github.com/mkermani144/wanna.git\ncd wanna/desktop\nyarn && yarn electron # Or `npm i && npm electron`
\n

Tutorials

\n

Tutorials will be added soon.

\n

Community

\n

Join Wannachat on Gitter!

\n

Contributing

\n

Please see contributing guidelines for a comprehensive description of how to contribute to Wanna.

\n

Issues and bug reports

\n

Please see contribution types that we are looking for in Wanna, including feature requests and bug reports.

\n

Road map

\n

If you want to see a unofficial list of features which will be added in the next versions of Wanna, take a look at our road map.

\n

Technologies and libraries

\n

Like the other apps and libraries, Wanna stands on the shoulders of giants. This is a list of mostly used awesome technologies and libraries that power Wanna:

\n
    \n
  • Electron: Build cross platform desktop apps with JavaScript, HTML, and CSS.
  • \n
  • React.js: A declarative, efficient, and flexible JavaScript library for building user interfaces.
  • \n
  • Material-UI: React Components that Implement Google's Material Design.
  • \n
  • Create-react-app: Create React apps with no build configuration.
  • \n
  • React-Router: Declarative routing for React.
  • \n
  • Redux: Predictable state container for JavaScript apps.
  • \n
  • Eslint: A fully pluggable tool for identifying and reporting on patterns in JavaScript.
  • \n
\n

In addition, these libraries and technologies are used in the repo GitHub pages:

\n
    \n
  • Bootstrap: The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
  • \n
  • Now UI kit: Now UI Kit Bootstrap 4 - Designed by Invision. Coded by Creative Tim.
  • \n
  • Font awesome: The iconic font and CSS toolkit.
  • \n
  • BrowserStack: Live, web-based browser testing.
  • \n
  • dns.js.org: Providing nice and free domains for GitHub Pages since 2015.
  • \n
\n

Philosophy

\n

Every time one builds a to-do list app, a puppy dies. So why should Wanna exist?
\nThere are many to-do list apps out there. All have pros and cons and may or may not work for you. But nearly all of them lack one critical feature: they are just a digital version of paper to-do lists. You throw some tasks into them, and then, whether you complete the task or not, nothing great happens: The app is somehow passive.
\nWanna tries to add some features that make it more active. It tries to award you in some manner if you complete your tasks. It helps you get back to your work if you fail. It attempts to motivate you to be productive. It keeps a bank of your ideas. In essence, Wanna tries to be smart and react to your activities. (Note that these features are not entirely available in Wanna hitherto, but it will evolve and get better gradually.)

\n

(Don't forget: Wanna is not magic. It's just an application. As a human, if you don't want to improve, if you don't want to get your tasks done, you can easily cheat the app (and yourself), and Wanna cannot help you anyway.)

\n

Workflow

\n

Wanna workflow is dead simple; in brief, an idea comes to your mind, you save it in Wanna, convert it to some tasks and finally do it:

\n
    \n
  1. \n

    An idea occurs to you. It can be any type of idea; listening to a great music, doing your school homework, plan for running, reading a book, learning a new programming language, trying always to smile, launching a small party with your family and friends or watching a TED talk are some examples.

    \n
  2. \n
  3. \n

    You add the idea to your ideas list. You don't need to care about when to do it. It's just an idea, not a task.

    \n
  4. \n
  5. \n

    Now you have a mess of ideas. You can scroll up and down and pick one of them out of your list.

    \n
  6. \n
  7. \n

    Once you selected the idea, it's time to convert it to some tasks. You have to set a period of time in which each task should be done. Moreover, you have to estimate the time that task will take. (Note that you can skip the previous three sections and directly add a task.)

    \n
  8. \n
  9. \n

    Having your tasks added to your list, Wanna shows each task with a colorful status circle. The more this color tends to become red, the closer the task due date is. Don't let those circles turn red!

    \n
  10. \n
\n

License

\n

MIT license, copyright (c) 2017 Mohammad Kermani

\n
", - "readmeOriginal": "

\"asdf\"

\n

Wanna

\n

\"Build\n\"Downloads\"\n\"Release\"\n\"Issues\"\n\"Pull\n\"Wannachat\"

\n

Screenshot

\n

\"screenshot\"

\n

Table of contents

\n\n

Introduction

\n

Wanna is an implementation of a 21st-century to-do list app. It introduces a new workflow and has its own philosophy which makes it different from other to-do list apps.

\n

Installation

\n

Wanna is under active development. You can see a list of its releases here. At this time, the latest release of the app is Flex Alpha 2 release for Mac, Windows and Linux (.deb only). In addition, you can easily download the repo's source code and build a version suitable for your own platform with just a bit of effort. In the near future, other platforms will be officially supported.
\nYou can also clone the repository to see development version of the app in action:

\n
git clone https://github.com/mkermani144/wanna.git\ncd wanna/desktop\nyarn && yarn electron # Or `npm i && npm electron`
\n

Tutorials

\n

Tutorials will be added soon.

\n

Community

\n

Join Wannachat on Gitter!

\n

Contributing

\n

Please see contributing guidelines for a comprehensive description of how to contribute to Wanna.

\n

Issues and bug reports

\n

Please see contribution types that we are looking for in Wanna, including feature requests and bug reports.

\n

Road map

\n

If you want to see a unofficial list of features which will be added in the next versions of Wanna, take a look at our road map.

\n

Technologies and libraries

\n

Like the other apps and libraries, Wanna stands on the shoulders of giants. This is a list of mostly used awesome technologies and libraries that power Wanna:

\n
    \n
  • Electron: Build cross platform desktop apps with JavaScript, HTML, and CSS.
  • \n
  • React.js: A declarative, efficient, and flexible JavaScript library for building user interfaces.
  • \n
  • Material-UI: React Components that Implement Google's Material Design.
  • \n
  • Create-react-app: Create React apps with no build configuration.
  • \n
  • React-Router: Declarative routing for React.
  • \n
  • Redux: Predictable state container for JavaScript apps.
  • \n
  • Eslint: A fully pluggable tool for identifying and reporting on patterns in JavaScript.
  • \n
\n

In addition, these libraries and technologies are used in the repo GitHub pages:

\n
    \n
  • Bootstrap: The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
  • \n
  • Now UI kit: Now UI Kit Bootstrap 4 - Designed by Invision. Coded by Creative Tim.
  • \n
  • Font awesome: The iconic font and CSS toolkit.
  • \n
  • BrowserStack: Live, web-based browser testing.
  • \n
  • dns.js.org: Providing nice and free domains for GitHub Pages since 2015.
  • \n
\n

Philosophy

\n

Every time one builds a to-do list app, a puppy dies. So why should Wanna exist?
\nThere are many to-do list apps out there. All have pros and cons and may or may not work for you. But nearly all of them lack one critical feature: they are just a digital version of paper to-do lists. You throw some tasks into them, and then, whether you complete the task or not, nothing great happens: The app is somehow passive.
\nWanna tries to add some features that make it more active. It tries to award you in some manner if you complete your tasks. It helps you get back to your work if you fail. It attempts to motivate you to be productive. It keeps a bank of your ideas. In essence, Wanna tries to be smart and react to your activities. (Note that these features are not entirely available in Wanna hitherto, but it will evolve and get better gradually.)

\n

(Don't forget: Wanna is not magic. It's just an application. As a human, if you don't want to improve, if you don't want to get your tasks done, you can easily cheat the app (and yourself), and Wanna cannot help you anyway.)

\n

Workflow

\n

Wanna workflow is dead simple; in brief, an idea comes to your mind, you save it in Wanna, convert it to some tasks and finally do it:

\n
    \n
  1. \n

    An idea occurs to you. It can be any type of idea; listening to a great music, doing your school homework, plan for running, reading a book, learning a new programming language, trying always to smile, launching a small party with your family and friends or watching a TED talk are some examples.

    \n
  2. \n
  3. \n

    You add the idea to your ideas list. You don't need to care about when to do it. It's just an idea, not a task.

    \n
  4. \n
  5. \n

    Now you have a mess of ideas. You can scroll up and down and pick one of them out of your list.

    \n
  6. \n
  7. \n

    Once you selected the idea, it's time to convert it to some tasks. You have to set a period of time in which each task should be done. Moreover, you have to estimate the time that task will take. (Note that you can skip the previous three sections and directly add a task.)

    \n
  8. \n
  9. \n

    Having your tasks added to your list, Wanna shows each task with a colorful status circle. The more this color tends to become red, the closer the task due date is. Don't let those circles turn red!

    \n
  10. \n
\n

License

\n

MIT license, copyright (c) 2017 Mohammad Kermani

\n
", - "readmeFetchedAt": "2020-09-17T12:10:00.733Z" + "weatherapp": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:54.009Z" }, - "webkiosk-wrapper": { - "readmeCleaned": "

Webkiosk-Wrapper

\n

\"Release\"\n\"Dependencies\"\n\"Downloads\"\n\"Last-Release\"\n\"Platforms\"

\n

This software is made for students of Jaypee Institute of Information Technology(JIIT). The software is made to ease the process of browsing https://webkiosk.jiit.ac.in. Webkiosk is a one-stop portal where every student gets his academic/personal records including but not limited to grades, attendance and marks.

\n

Important

\n

Please do not enter invalid credentials 3 times or more. This may lock down your account.

\n

Installing The App

\n
Setup(64).exe => Full Windows install for 64-bit PCs\nSetup(32).exe => Full Windows install for 32-bit PCs\nPortable(64).exe => Unzip and run the exe (64-bit).\nPortable(32).exe => Unzip and run the exe (32-bit).\nSetup.deb => Installable on Debian distributions (Ubuntu, Kali, etc.)\nSetup.rpm => Installable on Red Hat distributions (Fedora, etc.) 
\n

Installing on debian

\n
//Install the software\nsudo dpkg -i setup.deb\n//Fix dependencies if any\nsudo apt-get install -f
\n

Installing on fedora

\n
//Install the software\nsudo dnf install setup.rpm
\n

Running on Mac OS

\n
//Directly run the software\nDouble click Webkiosk-Wrapper.app inside the extracted directory
\n

Starting The App

\n
sudo npm install -g electron\ngit clone https://github.com/ngudbhav/Webkiosk-Wrapper.git\ncd Webkiosk-Wrapper\nnpm install\nnpm start
\n

Do rate and give Feedback!

\n

P.S. This app saves the credentials and all of the users data in System's %APPDATA% directory. NOTHING is collected by me.

\n
", - "readmeOriginal": "

Webkiosk-Wrapper

\n

\"Release\"\n\"Dependencies\"\n\"Downloads\"\n\"Last-Release\"\n\"Platforms\"

\n

This software is made for students of Jaypee Institute of Information Technology(JIIT). The software is made to ease the process of browsing https://webkiosk.jiit.ac.in. Webkiosk is a one-stop portal where every student gets his academic/personal records including but not limited to grades, attendance and marks.

\n

Important

\n

Please do not enter invalid credentials 3 times or more. This may lock down your account.

\n

Installing The App

\n
Setup(64).exe => Full Windows install for 64-bit PCs\nSetup(32).exe => Full Windows install for 32-bit PCs\nPortable(64).exe => Unzip and run the exe (64-bit).\nPortable(32).exe => Unzip and run the exe (32-bit).\nSetup.deb => Installable on Debian distributions (Ubuntu, Kali, etc.)\nSetup.rpm => Installable on Red Hat distributions (Fedora, etc.) 
\n

Installing on debian

\n
//Install the software\nsudo dpkg -i setup.deb\n//Fix dependencies if any\nsudo apt-get install -f
\n

Installing on fedora

\n
//Install the software\nsudo dnf install setup.rpm
\n

Running on Mac OS

\n
//Directly run the software\nDouble click Webkiosk-Wrapper.app inside the extracted directory
\n

Starting The App

\n
sudo npm install -g electron\ngit clone https://github.com/ngudbhav/Webkiosk-Wrapper.git\ncd Webkiosk-Wrapper\nnpm install\nnpm start
\n

Do rate and give Feedback!

\n

P.S. This app saves the credentials and all of the users data in System's %APPDATA% directory. NOTHING is collected by me.

\n
", - "readmeFetchedAt": "2020-09-17T12:10:00.975Z" + "webcatalog": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:54.032Z" }, "webtorrent": { - "readmeCleaned": "

\n
\n \n \"WebTorrent\"\n \n
\n WebTorrent Desktop\n
\n
\n

\n

The streaming torrent app. For Mac, Windows, and Linux.

\n

\n \"discord\"\n \"travis\"\n \"github\n \"github\n \"Standard\n

\n

Install

\n

Recommended Install

\n

Download the latest version of WebTorrent Desktop from\nthe official website:

\n

Download WebTorrent Desktop

\n

Advanced Install

\n
    \n
  • \n

    Download specific installer files from the GitHub releases page.

    \n
  • \n
  • \n

    Use Homebrew-Cask to install from the command line:

    \n
    $ brew cask install webtorrent\n
    \n
  • \n
  • \n

    Try the (unstable) development version by cloning the Git repository. See the\n"How to Contribute" instructions.

    \n
  • \n
\n

Screenshots

\n

\n \"screenshot\"\n \"screenshot\"\n

\n

How to Contribute

\n

Get the code

\n
$ git clone https://github.com/webtorrent/webtorrent-desktop.git\n$ cd webtorrent-desktop\n$ npm install\n
\n

Run the app

\n
$ npm start\n
\n

Watch the code

\n

Restart the app automatically every time code changes. Useful during development.

\n
$ npm run watch\n
\n

Run linters

\n
$ npm test\n
\n

Run integration tests

\n
$ npm run test-integration\n
\n

The integration tests use Spectron and Tape. They click through the app, taking screenshots and\ncomparing each one to a reference. Why screenshots?

\n
    \n
  • Ad-hoc checking makes the tests a lot more work to write
  • \n
  • Even diffing the whole HTML is not as thorough as screenshot diffing. For example, it wouldn't\ncatch an bug where hitting ESC from a video doesn't correctly restore window size.
  • \n
  • Chrome's own integration tests use screenshot diffing iirc
  • \n
  • Small UI changes will break a few tests, but the fix is as easy as deleting the offending\nscreenshots and running the tests, which will recreate them with the new look.
  • \n
  • The resulting Github PR will then show, pixel by pixel, the exact UI changes that were made! See\nhttps://github.com/blog/817-behold-image-view-modes
  • \n
\n

For MacOS, you'll need a Retina screen for the integration tests to pass. Your screen should have\nthe same resolution as a 2018 MacBook Pro 13".

\n

For Windows, you'll need Windows 10 with a 1366x768 screen.

\n

When running integration tests, keep the mouse on the edge of the screen and don't touch the mouse\nor keyboard while the tests are running.

\n

Package the app

\n

Builds app binaries for Mac, Linux, and Windows.

\n
$ npm run package\n
\n

To build for one platform:

\n
$ npm run package -- [platform] [options]\n
\n

Where [platform] is darwin, linux, win32, or all (default).

\n

The following optional arguments are available:

\n
    \n
  • --sign - Sign the application (Mac, Windows)
  • \n
  • --package=[type] - Package single output type.\n
      \n
    • deb - Debian package
    • \n
    • rpm - RedHat package
    • \n
    • zip - Linux zip file
    • \n
    • dmg - Mac disk image
    • \n
    • exe - Windows installer
    • \n
    • portable - Windows portable app
    • \n
    • all - All platforms (default)
    • \n
    \n
  • \n
\n

Note: Even with the --package option, the auto-update files (.nupkg for Windows,\n-darwin.zip for Mac) will always be produced.

\n

Windows build notes

\n

The Windows app can be packaged from any platform.

\n

Note: Windows code signing only works from Windows, for now.

\n

Note: To package the Windows app from non-Windows platforms,\nWine and Mono need\nto be installed. For example on Mac, first install\nXQuartz, then run:

\n
brew install wine mono\n
\n

(Requires the Homebrew package manager.)

\n

Mac build notes

\n

The Mac app can only be packaged from macOS.

\n

Linux build notes

\n

The Linux app can be packaged from any platform.

\n

If packaging from Mac, install system dependencies with Homebrew by running:

\n
npm run install-system-deps\n
\n

Recommended readings to start working in the app

\n

Electron (Framework to make native apps for Windows, OSX and Linux in Javascript):\nhttps://electronjs.org/docs/tutorial/quick-start

\n

React.js (Framework to work with Frontend UI):\nhttps://reactjs.org/docs/getting-started.html

\n

Material UI (React components that implement Google's Material Design.):\nhttps://material-ui.com/getting-started/installation

\n

Privacy

\n

WebTorrent Desktop collects some basic usage stats to help us make the app better.\nFor example, we track how well the play button works. How often does it succeed?\nTime out? Show a missing codec error?

\n

The app never sends any personally identifying information, nor does it track which\ntorrents you add.

\n

License

\n

MIT. Copyright (c) WebTorrent, LLC.

\n
", - "readmeOriginal": "

\n
\n \n \"WebTorrent\"\n \n
\n WebTorrent Desktop\n
\n
\n

\n

The streaming torrent app. For Mac, Windows, and Linux.

\n

\n \"discord\"\n \"travis\"\n \"github\n \"github\n \"Standard\n

\n

Install

\n

Recommended Install

\n

Download the latest version of WebTorrent Desktop from\nthe official website:

\n

Download WebTorrent Desktop

\n

Advanced Install

\n
    \n
  • \n

    Download specific installer files from the GitHub releases page.

    \n
  • \n
  • \n

    Use Homebrew-Cask to install from the command line:

    \n
    $ brew cask install webtorrent\n
    \n
  • \n
  • \n

    Try the (unstable) development version by cloning the Git repository. See the\n\"How to Contribute\" instructions.

    \n
  • \n
\n

Screenshots

\n

\n \"screenshot\"\n \"screenshot\"\n

\n

How to Contribute

\n

Get the code

\n
$ git clone https://github.com/webtorrent/webtorrent-desktop.git\n$ cd webtorrent-desktop\n$ npm install\n
\n

Run the app

\n
$ npm start\n
\n

Watch the code

\n

Restart the app automatically every time code changes. Useful during development.

\n
$ npm run watch\n
\n

Run linters

\n
$ npm test\n
\n

Run integration tests

\n
$ npm run test-integration\n
\n

The integration tests use Spectron and Tape. They click through the app, taking screenshots and\ncomparing each one to a reference. Why screenshots?

\n
    \n
  • Ad-hoc checking makes the tests a lot more work to write
  • \n
  • Even diffing the whole HTML is not as thorough as screenshot diffing. For example, it wouldn't\ncatch an bug where hitting ESC from a video doesn't correctly restore window size.
  • \n
  • Chrome's own integration tests use screenshot diffing iirc
  • \n
  • Small UI changes will break a few tests, but the fix is as easy as deleting the offending\nscreenshots and running the tests, which will recreate them with the new look.
  • \n
  • The resulting Github PR will then show, pixel by pixel, the exact UI changes that were made! See\nhttps://github.com/blog/817-behold-image-view-modes
  • \n
\n

For MacOS, you'll need a Retina screen for the integration tests to pass. Your screen should have\nthe same resolution as a 2018 MacBook Pro 13\".

\n

For Windows, you'll need Windows 10 with a 1366x768 screen.

\n

When running integration tests, keep the mouse on the edge of the screen and don't touch the mouse\nor keyboard while the tests are running.

\n

Package the app

\n

Builds app binaries for Mac, Linux, and Windows.

\n
$ npm run package\n
\n

To build for one platform:

\n
$ npm run package -- [platform] [options]\n
\n

Where [platform] is darwin, linux, win32, or all (default).

\n

The following optional arguments are available:

\n
    \n
  • --sign - Sign the application (Mac, Windows)
  • \n
  • --package=[type] - Package single output type.\n
      \n
    • deb - Debian package
    • \n
    • rpm - RedHat package
    • \n
    • zip - Linux zip file
    • \n
    • dmg - Mac disk image
    • \n
    • exe - Windows installer
    • \n
    • portable - Windows portable app
    • \n
    • all - All platforms (default)
    • \n
    \n
  • \n
\n

Note: Even with the --package option, the auto-update files (.nupkg for Windows,\n-darwin.zip for Mac) will always be produced.

\n

Windows build notes

\n

The Windows app can be packaged from any platform.

\n

Note: Windows code signing only works from Windows, for now.

\n

Note: To package the Windows app from non-Windows platforms,\nWine and Mono need\nto be installed. For example on Mac, first install\nXQuartz, then run:

\n
brew install wine mono\n
\n

(Requires the Homebrew package manager.)

\n

Mac build notes

\n

The Mac app can only be packaged from macOS.

\n

Linux build notes

\n

The Linux app can be packaged from any platform.

\n

If packaging from Mac, install system dependencies with Homebrew by running:

\n
npm run install-system-deps\n
\n

Recommended readings to start working in the app

\n

Electron (Framework to make native apps for Windows, OSX and Linux in Javascript):\nhttps://electronjs.org/docs/tutorial/quick-start

\n

React.js (Framework to work with Frontend UI):\nhttps://reactjs.org/docs/getting-started.html

\n

Material UI (React components that implement Google's Material Design.):\nhttps://material-ui.com/getting-started/installation

\n

Privacy

\n

WebTorrent Desktop collects some basic usage stats to help us make the app better.\nFor example, we track how well the play button works. How often does it succeed?\nTime out? Show a missing codec error?

\n

The app never sends any personally identifying information, nor does it track which\ntorrents you add.

\n

License

\n

MIT. Copyright (c) WebTorrent, LLC.

\n
", - "readmeFetchedAt": "2020-09-17T12:10:01.006Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:54.037Z" }, - "webcatalog": { - "readmeCleaned": "

WebCatalog \"License:

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
macOSLinuxWindows
\"GitHub\"GitHub\"GitHub
\n

WebCatalog - Run Web Apps like Real Apps.

\n

master branch only includes the source code of WebCatalog 13 & up. For older versions, check out the legacy- branches.

\n

WebCatalog project consists of 2 open-source repositories:

\n\n
\n

Licensing

\n

Usage

\n

WebCatalog is paid software. You can install up to two apps for free or pay just $19.99 to install as many as you need.

\n

The license:

\n
    \n
  • Lets you add unlimited apps and workspaces.
  • \n
  • Has no time limit and never expires.
  • \n
  • Works with all versions (including major updates).
  • \n
  • Permits uses on all of the devices you own (regardless of platforms or operating systems).
  • \n
\n

Source Code

\n

On the other hand, the source code is freely available for use, modification and distribution under the permissions, limitations and conditions listed in the Mozilla Public License 2.0.

\n
\n

Development

\n
# First, clone the project:\ngit clone https://github.com/atomery/webcatalog.git\ncd webcatalog\n\n# install the dependencies\nyarn\nyarn template:install\n\n# Run development mode of WebCatalog\nyarn electron-dev\n\n# Run development mode of the template app\nyarn template:electron-dev\n\n# Build for production\nyarn template:prepare\nyarn dist\n
\n
", - "readmeOriginal": "

WebCatalog \"License:

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
macOSLinuxWindows
\"GitHub\"GitHub\"GitHub
\n

WebCatalog - Run Web Apps like Real Apps.

\n

master branch only includes the source code of WebCatalog 13 & up. For older versions, check out the legacy- branches.

\n

WebCatalog project consists of 2 open-source repositories:

\n\n
\n

Licensing

\n

Usage

\n

WebCatalog is paid software. You can install up to two apps for free or pay just $19.99 to install as many as you need.

\n

The license:

\n
    \n
  • Lets you add unlimited apps and workspaces.
  • \n
  • Has no time limit and never expires.
  • \n
  • Works with all versions (including major updates).
  • \n
  • Permits uses on all of the devices you own (regardless of platforms or operating systems).
  • \n
\n

Source Code

\n

On the other hand, the source code is freely available for use, modification and distribution under the permissions, limitations and conditions listed in the Mozilla Public License 2.0.

\n
\n

Development

\n
# First, clone the project:\ngit clone https://github.com/atomery/webcatalog.git\ncd webcatalog\n\n# install the dependencies\nyarn\nyarn template:install\n\n# Run development mode of WebCatalog\nyarn electron-dev\n\n# Run development mode of the template app\nyarn template:electron-dev\n\n# Build for production\nyarn template:prepare\nyarn dist\n
\n
", - "readmeFetchedAt": "2020-09-17T12:10:01.055Z" + "weflow": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:54.060Z" }, "weltenschaft": { - "readmeCleaned": "

\"Weltenschaft\"\n\"GitHub

\n

Weltenschaft is an Open-Source JS terrain generator, running on Electron.js as a standalone program

\n

For more info and documentation, visit the Weltenschaft Wiki!

\n

\"Github\"\n\"Discord

\n
\n

\"Weltenschaft

\n

Features

\n
    \n
  • Random perlin-based elevation
  • \n
  • 13 Humidity- and elevation-based biomes
  • \n
  • Saving & Loading worlds
  • \n
  • 4 Draw modes
  • \n
  • English, German, and Spanish support
  • \n
\n

Roadmap

\n
    \n
  • Cities, rivers, and other structures
  • \n
  • Temperature
  • \n
  • Basic in-browser implementation
  • \n
\n

Dependencies

\n
    \n
  • \"Electron\" (App framework)
  • \n
  • Tumult (Noise library)
  • \n
\n

License

\n

This code is released under the MIT License

\n

© Adam Simons

\n
", - "readmeOriginal": "

\"Weltenschaft\"\n\"GitHub

\n

Weltenschaft is an Open-Source JS terrain generator, running on Electron.js as a standalone program

\n

For more info and documentation, visit the Weltenschaft Wiki!

\n

\"Github\"\n\"Discord

\n
\n

\"Weltenschaft

\n

Features

\n
    \n
  • Random perlin-based elevation
  • \n
  • 13 Humidity- and elevation-based biomes
  • \n
  • Saving & Loading worlds
  • \n
  • 4 Draw modes
  • \n
  • English, German, and Spanish support
  • \n
\n

Roadmap

\n
    \n
  • Cities, rivers, and other structures
  • \n
  • Temperature
  • \n
  • Basic in-browser implementation
  • \n
\n

Dependencies

\n
    \n
  • \"Electron\" (App framework)
  • \n
  • Tumult (Noise library)
  • \n
\n

License

\n

This code is released under the MIT License

\n

© Adam Simons

\n
", - "readmeFetchedAt": "2020-09-17T12:10:01.192Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:54.075Z" }, "wewe-chat": { - "readmeCleaned": "

weweChat

\n

\n

\"Current\n\"Travis\n\"Dependencies\n\"DevDependencies\n\"JS

\n

Unofficial WeChat client built with React, MobX and Electron.

\n

API from https://web.wechat.com/

\n
\n

Web API can not create room and invite members to room since 2018.

\n
\n

CHANGELOG

\n

Feature

\n
    \n
  • Work on desktop
  • \n
  • On macOS, window vibrancy effect
  • \n
  • Block message recall(Default settings is not block)
  • \n
  • Desktop notifications
  • \n
  • Keyboard shortcuts supported
  • \n
  • Send image by paste\n\"preview\"
  • \n
  • Drag to send file\n\"preview\"
  • \n
  • Batch send message\n\"preview\"
  • \n
  • Send GIF emoji\n\"preview\"
  • \n
\n

Install

\n

Download the last version on the website or below.

\n

Mac(10.9+)

\n

Download the .dmg file.\nOr use Homebrew-Cask:

\n
$ brew cask install wewechat\n
\n

Linux

\n

Download\nCentos/RHEL please download .rpm packages.\nDebian/Ubuntu please download .deb pacages.\nOther linux distribution please download .AppImage packages.

\n

Install deb package for Debian / Ubuntu:

\n
$ sudo dpkg -i wewechat-1.1.7-amd64.deb\n
\n

Install rpm package for Centos / RHEL:

\n
$ sudo yum localinstall wewechat-1.1.7-x86_64.rpm\n
\n

Install AppImage package for other linux distribution:

\n
$ chmod u+x wewechat-1.1.7-x86_64.AppImage\n$ ./wewechat-1.1.7-x86_64.AppImage\n
\n

Windows

\n

Download the .exe file.

\n

Screenshot

\n

\"preview\"\n\"preview\"\n\"preview\"\n\"preview\"\n\"preview\"

\n

Development

\n
$ npm install\n$ npm run dev\n
\n

Generate the binary:

\n
    \n
  • For Linux
  • \n
\n
$ npm run package-linux\n
\n

Maybe you will install some depends packages.

\n
    \n
  • For Mac
  • \n
\n
$ npm run package-mac\n
\n

After that, you will see the binary in ./release folder

\n

Keyboard shortcuts

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
DescriptionKeys
New conversationCmd N
Search conversationsCmd F
Hide conversationShift Cmd M
Jump to conversationCmd 0 ... 9
Next conversationCmd J
Previous conversationCmd K
Batch messageCmd B
Toggle Full ScreenShift Cmd F
Insert QQ emojiCmd I
PreferencesCmd ,
\n

TODO

\n
    \n
  • Windows support
  • \n
  • Linux support
  • \n
  • Sticky on top
  • \n
  • Delete chat session
  • \n
  • Mark as Read
  • \n
  • Chat Room\n
      \n
    • Show correct contact
    • \n
    • Show members
    • \n
    • Add / Remove member
    • \n
    • Create chat room
    • \n
    \n
  • \n
  • Receive message\n
      \n
    • Text
    • \n
    • Image
    • \n
    • Voice
    • \n
    • Location
    • \n
    • Sticker
    • \n
    • Contact Card
    • \n
    • Video
    • \n
    • Money Transger
    • \n
    • Location sharing
    • \n
    • Download File
    • \n
    \n
  • \n
  • Send message\n
      \n
    • Text
    • \n
    • File
    • \n
    • Image
    • \n
    • Video
    • \n
    • Recall
    • \n
    \n
  • \n
  • Forward text message
  • \n
  • Forward emoji
  • \n
  • Forward image
  • \n
  • Forward file
  • \n
  • Forward video
  • \n
  • Show QQ emoji
  • \n
  • Search chat set
  • \n
  • Search and create chat room
  • \n
  • Desktop notification
  • \n
  • Keep online
  • \n
  • Logout
  • \n
  • Autosart at login
  • \n
  • Send image from clipboard
  • \n
  • Drag to send file
  • \n
  • Batch send message
  • \n
  • Mention a user
  • \n
\n

FAQ

\n
    \n
  • Mac 上如何修改图标,请参考 #39(另外问下,有没屌大的或者胸大的帮忙设计一个图标啊)
  • \n
  • 关于历史记录的问题请参考 #30
  • \n
\n

License

\n

MIT License

\n
", - "readmeOriginal": "

weweChat

\n

\n

\"Current\n\"Travis\n\"Dependencies\n\"DevDependencies\n\"JS

\n

Unofficial WeChat client built with React, MobX and Electron.

\n

API from https://web.wechat.com/

\n
\n

Web API can not create room and invite members to room since 2018.

\n
\n

CHANGELOG

\n

Feature

\n
    \n
  • Work on desktop
  • \n
  • On macOS, window vibrancy effect
  • \n
  • Block message recall(Default settings is not block)
  • \n
  • Desktop notifications
  • \n
  • Keyboard shortcuts supported
  • \n
  • Send image by paste\n\"preview\"
  • \n
  • Drag to send file\n\"preview\"
  • \n
  • Batch send message\n\"preview\"
  • \n
  • Send GIF emoji\n\"preview\"
  • \n
\n

Install

\n

Download the last version on the website or below.

\n

Mac(10.9+)

\n

Download the .dmg file.\nOr use Homebrew-Cask:

\n
$ brew cask install wewechat\n
\n

Linux

\n

Download\nCentos/RHEL please download .rpm packages.\nDebian/Ubuntu please download .deb pacages.\nOther linux distribution please download .AppImage packages.

\n

Install deb package for Debian / Ubuntu:

\n
$ sudo dpkg -i wewechat-1.1.7-amd64.deb\n
\n

Install rpm package for Centos / RHEL:

\n
$ sudo yum localinstall wewechat-1.1.7-x86_64.rpm\n
\n

Install AppImage package for other linux distribution:

\n
$ chmod u+x wewechat-1.1.7-x86_64.AppImage\n$ ./wewechat-1.1.7-x86_64.AppImage\n
\n

Windows

\n

Download the .exe file.

\n

Screenshot

\n

\"preview\"\n\"preview\"\n\"preview\"\n\"preview\"\n\"preview\"

\n

Development

\n
$ npm install\n$ npm run dev\n
\n

Generate the binary:

\n
    \n
  • For Linux
  • \n
\n
$ npm run package-linux\n
\n

Maybe you will install some depends packages.

\n
    \n
  • For Mac
  • \n
\n
$ npm run package-mac\n
\n

After that, you will see the binary in ./release folder

\n

Keyboard shortcuts

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
DescriptionKeys
New conversationCmd N
Search conversationsCmd F
Hide conversationShift Cmd M
Jump to conversationCmd 0 ... 9
Next conversationCmd J
Previous conversationCmd K
Batch messageCmd B
Toggle Full ScreenShift Cmd F
Insert QQ emojiCmd I
PreferencesCmd ,
\n

TODO

\n
    \n
  • Windows support
  • \n
  • Linux support
  • \n
  • Sticky on top
  • \n
  • Delete chat session
  • \n
  • Mark as Read
  • \n
  • Chat Room\n
      \n
    • Show correct contact
    • \n
    • Show members
    • \n
    • Add / Remove member
    • \n
    • Create chat room
    • \n
    \n
  • \n
  • Receive message\n
      \n
    • Text
    • \n
    • Image
    • \n
    • Voice
    • \n
    • Location
    • \n
    • Sticker
    • \n
    • Contact Card
    • \n
    • Video
    • \n
    • Money Transger
    • \n
    • Location sharing
    • \n
    • Download File
    • \n
    \n
  • \n
  • Send message\n
      \n
    • Text
    • \n
    • File
    • \n
    • Image
    • \n
    • Video
    • \n
    • Recall
    • \n
    \n
  • \n
  • Forward text message
  • \n
  • Forward emoji
  • \n
  • Forward image
  • \n
  • Forward file
  • \n
  • Forward video
  • \n
  • Show QQ emoji
  • \n
  • Search chat set
  • \n
  • Search and create chat room
  • \n
  • Desktop notification
  • \n
  • Keep online
  • \n
  • Logout
  • \n
  • Autosart at login
  • \n
  • Send image from clipboard
  • \n
  • Drag to send file
  • \n
  • Batch send message
  • \n
  • Mention a user
  • \n
\n

FAQ

\n
    \n
  • Mac 上如何修改图标,请参考 #39(另外问下,有没屌大的或者胸大的帮忙设计一个图标啊)
  • \n
  • 关于历史记录的问题请参考 #30
  • \n
\n

License

\n

MIT License

\n
", - "readmeFetchedAt": "2020-09-17T12:10:01.422Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:54.087Z" }, - "weflow": { - "readmeCleaned": "

项目迁移说明

\n

由于业务调整,本项目不再更新,感谢大家一直以来的支持。
\n后续需求会合并到 Feflow 项目进行开发迭代,请移步:

\n\n

WeFlow \"Version

\n
\n

一个基于 tmt-workflow 前端工作流的开发工具。 (已支持最新版 Node.js)
\n官网:https://weflow.io/
\n目前已支持了:微信游戏、微信·朋友圈广告、微信·城市服务等项目的 第三方合作团队 的前端构建工作,如果你更习惯命令行操作,可以直接使用 WeFlow 的核心:基于 Gulp 开发的 tmt-workflow :)

\n
\n

下载&安装

\n

Github Release 下载官网高速下载分流
\n(支持 macOS / Windows / Linux 操作系统)

\n

界面预览

\n

\"Screenshot\"

\n

开发环境

\n
    \n
  • Electron 版本:v0.37.8
  • \n
  • Node 版本 :v5.10.0
  • \n
\n

更新日志

\n

本期更新 v1.3.3

\n
    \n
  • 增加 ES6 编译支持
  • \n
  • 增加 SVG 支持
  • \n
  • 修复合并JS Bug #104
  • \n
  • 服务器配置增加端口配置
  • \n
  • 优化编译成功时的提示,通过 Notifications 向用户发送通知
  • \n
  • 优化开发者工具弹出方式
  • \n
\n

近期更新 v.1.3.2

\n
    \n
  • 更新 example
  • \n
  • 支持 windows 32 位系统
  • \n
  • 支持 .svg 格式
  • \n
  • 增加 调试模式(菜单->窗口->调试模式)
  • \n
  • 增加自动编译
  • \n
  • 修复一些 bug(不写项目名时无限弹窗、欢迎页时就拖放项目报错等)
  • \n
\n

参与贡献

\n

如果你有 Bug反馈功能建议,请创建 Issue 或发送 Pull Request,非常感谢。

\n

腾讯开源激励计划 鼓励开发者的参与和贡献,期待你的加入。

\n

License

\n

所有代码采用 MIT License 开源,可根据自身团队和项目特点 fork 进行定制。
\nSketch 设计稿源文件可在 Dribbble 获取

\n
", - "readmeOriginal": "

项目迁移说明

\n

由于业务调整,本项目不再更新,感谢大家一直以来的支持。
\n后续需求会合并到 Feflow 项目进行开发迭代,请移步:

\n\n

WeFlow \"Version

\n
\n

一个基于 tmt-workflow 前端工作流的开发工具。 (已支持最新版 Node.js)
\n官网:https://weflow.io/
\n目前已支持了:微信游戏、微信·朋友圈广告、微信·城市服务等项目的 第三方合作团队 的前端构建工作,如果你更习惯命令行操作,可以直接使用 WeFlow 的核心:基于 Gulp 开发的 tmt-workflow :)

\n
\n

下载&安装

\n

Github Release 下载官网高速下载分流
\n(支持 macOS / Windows / Linux 操作系统)

\n

界面预览

\n

\"Screenshot\"

\n

开发环境

\n
    \n
  • Electron 版本:v0.37.8
  • \n
  • Node 版本 :v5.10.0
  • \n
\n

更新日志

\n

本期更新 v1.3.3

\n
    \n
  • 增加 ES6 编译支持
  • \n
  • 增加 SVG 支持
  • \n
  • 修复合并JS Bug #104
  • \n
  • 服务器配置增加端口配置
  • \n
  • 优化编译成功时的提示,通过 Notifications 向用户发送通知
  • \n
  • 优化开发者工具弹出方式
  • \n
\n

近期更新 v.1.3.2

\n
    \n
  • 更新 example
  • \n
  • 支持 windows 32 位系统
  • \n
  • 支持 .svg 格式
  • \n
  • 增加 调试模式(菜单->窗口->调试模式)
  • \n
  • 增加自动编译
  • \n
  • 修复一些 bug(不写项目名时无限弹窗、欢迎页时就拖放项目报错等)
  • \n
\n

参与贡献

\n

如果你有 Bug反馈功能建议,请创建 Issue 或发送 Pull Request,非常感谢。

\n

腾讯开源激励计划 鼓励开发者的参与和贡献,期待你的加入。

\n

License

\n

所有代码采用 MIT License 开源,可根据自身团队和项目特点 fork 进行定制。
\nSketch 设计稿源文件可在 Dribbble 获取

\n
", - "readmeFetchedAt": "2020-09-17T12:10:01.783Z" + "webkiosk-wrapper": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:54.088Z" }, - "wharf": { - "readmeCleaned": "

Wharf

\n

\"FOSSA

\n

Menubar app to view processes listening on local ports.

\n

License

\n

\"FOSSA

\n
", - "readmeOriginal": "

Wharf

\n

\"FOSSA

\n

Menubar app to view processes listening on local ports.

\n

License

\n

\"FOSSA

\n
", - "readmeFetchedAt": "2020-09-17T12:10:01.846Z" + "wexond": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:54.095Z" }, "whale": { - "readmeCleaned": "

Whale

\n

Unofficial Trello app

\n

\"Build\n\"Dependency\n\"devDependency

\n

\"Whale

\n

Install

\n

macOS 10.10 (Yosemite)+, Windows and Linux are supported.

\n

macOS

\n

Download and extract .zip, and move Whale.app to /Applications.

\n

Alternatively, if you use Homebrew, you can install via:

\n
brew cask install whale\n
\n

Windows

\n

Download and extract .zip, and move Whale.exe to some location.

\n

Linux

\n

Download and extract .zip, and move Whale to some location.

\n

License

\n

MIT © Shogo Sensui

\n
", - "readmeOriginal": "

Whale

\n

Unofficial Trello app

\n

\"Build\n\"Dependency\n\"devDependency

\n

\"Whale

\n

Install

\n

macOS 10.10 (Yosemite)+, Windows and Linux are supported.

\n

macOS

\n

Download and extract .zip, and move Whale.app to /Applications.

\n

Alternatively, if you use Homebrew, you can install via:

\n
brew cask install whale\n
\n

Windows

\n

Download and extract .zip, and move Whale.exe to some location.

\n

Linux

\n

Download and extract .zip, and move Whale to some location.

\n

License

\n

MIT © Shogo Sensui

\n
", - "readmeFetchedAt": "2020-09-17T12:10:01.921Z" - }, - "wexond": { - "readmeCleaned": "

\n \n

\n
\n

Wexond

\n

\"Actions\n\"Downloads\"\n\"FOSSA\n\"PayPal\"\n\"Discord\"

\n

Wexond is an extensible and privacy-focused web browser with a totally different user experience, built on top of Electron and React. It aims to be fast, private, beautiful, extensible and functional.

\n
\n

Features

\n
    \n
  • Wexond Shield - Browse the web without any ads and don't let websites to track you. Thanks to the Wexond Shield powered by Cliqz, websites can load even 8 times faster!
  • \n
  • Chromium without Google services and low resources usage - Since Wexond uses Electron under the hood which is based on only several and the most important Chromium components, it's not bloated with redundant Google tracking services and others.
  • \n
  • Beautiful and modern UI
  • \n
  • Fast and fluent UI - The animations are really smooth and their timings are perfectly balanced.
  • \n
  • Highly customizable new tab page - Customize almost an every aspect of the new tab page!
  • \n
  • Customizable browser UI - Choose whether Wexond should have compact or normal UI.
  • \n
  • Tab groups - Easily group tabs, so it's hard to get lost.
  • \n
  • Scrollable tabs
  • \n
  • Partial support for Chrome extensions - Install some extensions directly from Chrome Web Store* (see #110) (WIP)
  • \n
  • Packages - Extend Wexond for your needs, by installing or developing your own packages and themes* (#147) (WIP)
  • \n
\n

Screenshots

\n

\"image\"

\n

UI normal variant:\n\"image\"

\n

UI compact variant:\n\"image\"\n\"image\"

\n

Downloads

\n\n

Roadmap

\n

Contributing

\n

If you have found any bugs or just want to see some new features in Wexond, feel free to open an issue. We're open to any suggestions. Bug reports would be really helpful for us and appreciated very much. Wexond is in heavy development and some bugs may occur. Also, please don't hesitate to open a pull request. This is really important to us and for the further development of this project.

\n

Running

\n

Before running Wexond, please ensure you have latest Node.js and Yarn installed on your machine.

\n

When running on Windows, make sure you have build tools installed. You can install them by running this command as administrator:

\n
$ npm i -g windows-build-tools
\n

Firstly, run this command to install all needed dependencies. If you have encountered any problems, please report it.

\n
$ yarn
\n

After a successful installation, the native modules need to be rebuilt using Electron headers. To do this, run:

\n
$ npm run rebuild
\n

The given command below will run Wexond in the development mode.

\n
$ npm run dev
\n

Documentation

\n

Guides and the API reference are located in docs directory.

\n

Sponsors

\n

\"Sponsors\"

\n

Backers

\n

\"Backers\"

\n

License

\n

\"FOSSA

\n

FAQ

\n

Why Electron?

\n

Wexond has been hated by many people for using Electron by saying things like it's a web browser inside a web browser.\nIt's somewhat true, but technically it doesn't matter (also please keep in mind that browsers like Firefox also have the UI built with web technologies). It doesn't make the browser any slower or heavier, it's rather the opposite based on Wexond resources usage compared to Chrome. Choosing Electron was the best option to build the browser. We can build the UI however we want and make the customization even better. We don't have enough resources to build Chromium for weeks and edit almost 25 million lines of code and search for weeks for example the code responsible for changing button icons. Instead we chose Electron which uses only several Chromium components required to properly display the external content without any of the Google services, which makes the browser much lighter. Despite using only some part of Chromium, it doesn't really affect on the browser functionalities. We can implement all of the Chromium features except the Google services.

\n
", - "readmeOriginal": "

\n \n

\n
\n

Wexond

\n

\"Actions\n\"Downloads\"\n\"FOSSA\n\"PayPal\"\n\"Discord\"

\n

Wexond is an extensible and privacy-focused web browser with a totally different user experience, built on top of Electron and React. It aims to be fast, private, beautiful, extensible and functional.

\n
\n

Features

\n
    \n
  • Wexond Shield - Browse the web without any ads and don't let websites to track you. Thanks to the Wexond Shield powered by Cliqz, websites can load even 8 times faster!
  • \n
  • Chromium without Google services and low resources usage - Since Wexond uses Electron under the hood which is based on only several and the most important Chromium components, it's not bloated with redundant Google tracking services and others.
  • \n
  • Beautiful and modern UI
  • \n
  • Fast and fluent UI - The animations are really smooth and their timings are perfectly balanced.
  • \n
  • Highly customizable new tab page - Customize almost an every aspect of the new tab page!
  • \n
  • Customizable browser UI - Choose whether Wexond should have compact or normal UI.
  • \n
  • Tab groups - Easily group tabs, so it's hard to get lost.
  • \n
  • Scrollable tabs
  • \n
  • Partial support for Chrome extensions - Install some extensions directly from Chrome Web Store* (see #110) (WIP)
  • \n
  • Packages - Extend Wexond for your needs, by installing or developing your own packages and themes* (#147) (WIP)
  • \n
\n

Screenshots

\n

\"image\"

\n

UI normal variant:\n\"image\"

\n

UI compact variant:\n\"image\"\n\"image\"

\n

Downloads

\n\n

Roadmap

\n

Contributing

\n

If you have found any bugs or just want to see some new features in Wexond, feel free to open an issue. We're open to any suggestions. Bug reports would be really helpful for us and appreciated very much. Wexond is in heavy development and some bugs may occur. Also, please don't hesitate to open a pull request. This is really important to us and for the further development of this project.

\n

Running

\n

Before running Wexond, please ensure you have latest Node.js and Yarn installed on your machine.

\n

When running on Windows, make sure you have build tools installed. You can install them by running this command as administrator:

\n
$ npm i -g windows-build-tools
\n

Firstly, run this command to install all needed dependencies. If you have encountered any problems, please report it.

\n
$ yarn
\n

After a successful installation, the native modules need to be rebuilt using Electron headers. To do this, run:

\n
$ npm run rebuild
\n

The given command below will run Wexond in the development mode.

\n
$ npm run dev
\n

Documentation

\n

Guides and the API reference are located in docs directory.

\n

Sponsors

\n

\"Sponsors\"

\n

Backers

\n

\"Backers\"

\n

License

\n

\"FOSSA

\n

FAQ

\n

Why Electron?

\n

Wexond has been hated by many people for using Electron by saying things like it's a web browser inside a web browser.\nIt's somewhat true, but technically it doesn't matter (also please keep in mind that browsers like Firefox also have the UI built with web technologies). It doesn't make the browser any slower or heavier, it's rather the opposite based on Wexond resources usage compared to Chrome. Choosing Electron was the best option to build the browser. We can build the UI however we want and make the customization even better. We don't have enough resources to build Chromium for weeks and edit almost 25 million lines of code and search for weeks for example the code responsible for changing button icons. Instead we chose Electron which uses only several Chromium components required to properly display the external content without any of the Google services, which makes the browser much lighter. Despite using only some part of Chromium, it doesn't really affect on the browser functionalities. We can implement all of the Chromium features except the Google services.

\n
", - "readmeFetchedAt": "2020-09-17T12:10:02.162Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:54.100Z" }, - "winds": { - "readmeCleaned": "

Winds - A Beautiful Open Source RSS & Podcast App Powered by GetStream.io

\n

\"Slack\n\"Build\n\"codecov\"\n\"Open\n\"Maintenance\"\n\"Built\n\"StackShare\"

\n

Description

\n

Winds is a beautiful open-source RSS and Podcast app created using React & Redux on the frontend and Express.js on the backend. Use the free hosted version or run it on your own server and customize it as you see fit. Contributions in form of pull requests are always appreciated. Activity Feeds & Discovery in Winds are powered by Stream, the app leverages Algolia for search, AWS for hosting, MongoDB Atlas for a hosted database (DBaaS), and SendGrid for email. All of these services have a free tier.

\n

Getting Started

\n

To get started with Winds, please download the latest release

\n

What's New

\n

In addition to the desktop apps for macOS, Linux, and Windows, there's now a web version of Winds available at https://winds.getstream.io/

\n

Featured RSS & Podcasts

\n

Have a popular RSS or Podcast and want to be featured? Reach out to winds@getstream.io. We reply to every message.

\n

Features at a Glance

\n

Winds is packed full of awesome features behind a beautiful user interface and user experience. Here's a quick look at what the project has to offer:

\n

Beautiful UI

\n

\"Winds

\n

RSS & Podcast Recommendations

\n

\"Winds

\n

Integrated Search

\n

\"Winds

\n

Podcast Player

\n

\"Winds

\n

RSS Reader

\n

\"Winds

\n

TOCd

\n\n

Roadmap

\n

Help us improve Winds and/or vote on the Roadmap for 2.1

\n
    \n
  • Search detail screen
  • \n
  • Playlist support (partially implemented)
  • \n
  • Team support (share an activity feed with colleagues or friends to discover and collaborate)
  • \n
  • Mobile application powered by React Native
  • \n
\n

Powered By

\n
    \n
  1. Express
  2. \n
  3. React & Redux
  4. \n
  5. Algolia
  6. \n
  7. MongoDB Atlas
  8. \n
  9. SendGrid
  10. \n
  11. Bull
  12. \n
  13. Mercury
  14. \n
  15. Stream
  16. \n
  17. Sentry
  18. \n
  19. AWS
  20. \n
\n

The full stack can be found on StackShare.io.

\n

Stream

\n

Stream is an API for building activity feeds. For Winds the follow suggestions and the list of articles from the feeds you follow is powered by Stream. Stream accounts are free for up to 3 million feed updates and handle personalization (machine learning) for up to 100 users.

\n

Algolia

\n

Algolia is used for lightning fast and relevant search. We use their JavaScript search client to easily setup the Winds search implementation. Algolia, accounts are free up to 10k records and 100k operations.

\n

MongoDB

\n

MongoDB Atlas provides a Database as a Service, and serves as the backend datastore for Winds.

\n

Tutorials & Blog Posts

\n

The following tutorials will not only help you start contributing to Winds, but also provide inspiration for your next app.

\n

Note: We're actively working on this portion of the README. To stay up to date with the latest information, please signup for the hosted version at https://getstream.io/winds.

\n
    \n
  1. Implementing search with Algolia
  2. \n
  3. Stream and Winds
  4. \n
  5. Running PM2 & Node.js in Production Environments
  6. \n
  7. Creating a RESTful API design with Express.js
  8. \n
  9. Takeaways on Building a React Based App with Electron
  10. \n
  11. The Winds Stack
  12. \n
  13. Building Touch Bar Support for macOS in Electron with React
  14. \n
  15. Testing Node.js in 2018
  16. \n
  17. Simple Steps to Optimize Your App Performance with MongoDB, Redis, and Node.js
  18. \n
  19. Getting Started with Winds & Open Source
  20. \n
  21. Deploying the Winds App to Amazon S3 and CloudFront
  22. \n
  23. Deploying the Winds API to AWS ECS with Docker Compose
  24. \n
\n

Download

\n

To download Winds, visit https://getstream.io/winds/.

\n

Contributing to Winds

\n

TL;DR

\n

Commands:

\n
    \n
  • brew install redis mongodb
  • \n
  • brew services start mongodb
  • \n
  • brew services start redis
  • \n
  • cd Winds
  • \n
  • cd api && yarn
  • \n
  • cd ../app && yarn
  • \n
\n

Sign up for both Stream and Algolia, and create the following .env file in the app directory, replacing the keys where indicated:

\n
DATABASE_URI=mongodb://localhost/WINDS_DEV\nCACHE_URI=redis://localhost:6379\nJWT_SECRET=YOUR_JWT_SECRET\n\nAPI_PORT=8080\nREACT_APP_API_ENDPOINT=http://localhost:8080\nSTREAM_API_BASE_URL=https://windspersonalization.getstream.io/personalization/v1.0\n\nSTREAM_APP_ID=YOUR_STREAM_APP_ID\nREACT_APP_STREAM_APP_ID=YOUR_STREAM_APP_ID\nREACT_APP_STREAM_API_KEY=YOUR_STREAM_API_KEY\nREACT_APP_STREAM_ANALYTICS=YOUR_STREAM_ANALYTICS_TOKEN\nSTREAM_API_KEY=YOUR_STREAM_API_KEY\nSTREAM_API_SECRET=YOUR_STREAM_API_SECRET\n\nREACT_APP_ALGOLIA_APP_ID=YOUR_ALGOLIA_APP_ID\nREACT_APP_ALGOLIA_SEARCH_KEY=YOUR_ALGOLIA_SEARCH_ONLY_API_KEY\nALGOLIA_WRITE_KEY=YOUR_ALGOLIA_ADMIN_API_KEY\n
\n
\n

Note: If you are running the test suite, you will need to have a test version of the .env file inside of the api/test directory.

\n
\n

Then run:

\n
    \n
  • pm2 start process_dev.json
  • \n
  • cd app && yarn start
  • \n
\n

Clone the Repo

\n
git clone git@github.com:GetStream/Winds.git
\n

Install dependencies

\n

The following instructions are geared towards Mac users who can use brew (Homebrew) to install most dependencies. Ubuntu users can use apt, and Windows users will have to install directly from the dependency's site. Non-debian-based Linux users will probably be able to figure it out on their own :)

\n
    \n
  • cd Winds/app
  • \n
  • yarn
  • \n
  • cd ../api
  • \n
  • yarn
  • \n
\n

Start MongoDB Locally

\n

Winds uses MongoDB as the main datastore - it contains all users, rss feeds, podcasts, episodes, articles, and shares.

\n

If you're on a Mac, you can install MongoDB through Homebrew by running:

\n
brew install mongodb\n
\n

(You can also install MongoDB from the official MongoDB site.)

\n

You can also run MongoDB in the background by running:

\n
brew services start mongodb\n
\n

Start Redis Locally

\n

At Stream, we use Redis as an in-memory storage for the Winds podcast processing and RSS processing workers. It contains a list of podcasts and RSS feeds, which the workers pick up and process using the bull messaging system.

\n

If you're on a Mac, you can install Redis through Homebrew by running:

\n
brew install redis\n
\n

(You can also install Redis from the official Redis site.)

\n

Then, start Redis by running:

\n
redis-server\n
\n

...which creates (by default) a dump.rdb file in your current directory and stores a cached version of the database in that location.

\n

You can also run Redis in the background by running:

\n
brew services start redis\n
\n

Loading Test Data

\n

For testing purposes, you will want to use the test data located here.

\n

Use mongoimport or mongorestore to import the data. There are two username and password combinations for testing:

\n

Username: admin@admin.com
\nPassword: admin\n

\nUsername: test@test.com
\nPassword: test

\n

You will need to run the FLUSHALL command in Redis to ensure that the new content is picked up.

\n
\n

Note: This will override any local data that you may have. Please be cautious! Also, this will not create Stream follows – please follow feeds manually to generate them.

\n
\n

Stream

\n

Sign up and Create a Stream App

\n

To contribute to Winds, sign up for Stream to utilize the activity and timeline feeds.

\n

(Reminder: Stream is free for applications with less than 3,000,000 updates per month.)

\n
    \n
  • Sign up for Stream here
  • \n
  • Create a new Stream app
  • \n
  • Find the App ID, API Key, and API Secret for your new Stream app
  • \n
\n

Add your Stream App ID, API Key, and API Secret to your .env

\n

Append the Stream App ID, API Key, and API secret to your .env file:

\n
STREAM_APP_ID=YOUR_STREAM_APP_ID\nSTREAM_API_KEY=YOUR_STREAM_API_KEY\nSTREAM_API_SECRET=YOUR_STREAM_API_SECRET\n
\n

Create Your Stream Feed Groups

\n

Once you've signed in, create "feed groups" for your Stream app.

\n

A "feed group" defines a certain type of feed within your application. Use the "Add Feed Group" button to create the following feeds:

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Feed Group NameFeed Group Type
podcastflat
rssflat
userflat
timelineflat
folderflat
user_episodeflat
user_articleflat
\n

It's fine to enable "Realtime Notifications" for each of these feed groups, though we won't be using those yet.

\n

Algolia

\n

Sign up for Algolia and Create an Algolia App and Index

\n

In addition to Stream, you also need to sign up for Algolia, to contribute to Winds, for the search functionality.

\n

(Algolia is free for applications with up to 10k records.)

\n
    \n
  • Sign up for Algolia here
  • \n
  • From the Applications page, click "New Application" and create a new Algolia application. (We recommend something similar to my-winds-app)\n
      \n
    • (Select the datacenter that's closest to you.)
    • \n
    \n
  • \n
  • From the application page, select "Indices" and click "Add New Index". (We recommend something similar to winds-main-index)
  • \n
\n

Add Your Algolia Application Id, Search-Only Api Key and Admin Api Key to Your .env File

\n

From your app, click the "API Keys" button on the left to find your app ID and API keys.

\n

Append your Algolia application ID, search-only API Key and Admin API Key to your .env file to look like this:

\n
REACT_APP_ALGOLIA_APP_ID=YOUR_ALGOLIA_APP_ID\nREACT_APP_ALGOLIA_SEARCH_KEY=YOUR_ALGOLIA_SEARCH_ONLY_API_KEY\nALGOLIA_WRITE_KEY=YOUR_ALGOLIA_ADMIN_API_KEY\n
\n

Start Backend Services

\n

From the root directory, run:

\n
pm2 start process_dev.json\n
\n

To see logging information for all processes, run:

\n
pm2 logs\n
\n

Start Frontend Electron / Web App Server

\n
cd app && yarn start\n
\n

Running tests

\n

Winds API server uses:

\n
    \n
  • Mocha as testing framework
  • \n
  • Chai as assertion library
  • \n
  • Sinon as mocking library
  • \n
  • nock as HTTP mocking library
  • \n
  • mock-require as module mocking library
  • \n
\n

Tests are located in api/test folder.

\n

File structure is intentionally mirroring files in api/src to simplify matching tests to tested code.

\n

To run tests:

\n
cd api && yarn run test\n
\n

To run tests with extended stack traces (useful when debugging async issues):

\n
cd api && yarn run test_deep\n
\n

Adding new tests

\n

Add your code to a file in api/test folder (preferably mirroring existing file from api/src folder).

\n

Refer to Mocha documentation for examples of using BDD-like DSL for writing tests.

\n

Modules are mocked in api/test-entry.js as mocks have to be installed before any modules are loaded.

\n

Fixtures are loaded via loadFixture function from api/test/fixtures folder

\n

Various utility functions are provided in api/test/util.js (See other tests for examples of usage).

\n

Building a Production Version

\n

Build a production version of Winds by running from root directory:

\n
./api/build.sh\n
\n

This creates production-ready JS files in api/dist.

\n

To run the production JS files:

\n
pm2 start process_prod.json\n
\n

OR

\n

Prepare the build for Docker:

\n

cd api && cd scripts && ./make-build.sh

\n

Build the Docker container (API & all workers):

\n

cd ../ && docker-compose up

\n

The commands above will prepare and start the API (and all workers). The frontend will still need to be started manually.

\n

Debugging RSS & Podcast Issues

\n

Unfortunately there is no unified standard for RSS.\nGo to the api directory and run yarn link to make these commands available:

\n
winds rss https://techcrunch.com/feed/\n
\n

Podcasts:

\n
winds podcast https://www.npr.org/rss/podcast.php\\?id\\=510289\n
\n

Open Graph scraping:

\n
winds og http://www.planetary.org/multimedia/planetary-radio/show/2018/0509-amy-mainzer-neowise.html\n
\n

RSS Discovery:

\n
winds discover mashable.com\n
\n

Article parsing (w/ Mercury):

\n
winds article https://alexiskold.net/2018/04/12/meet-12-startups-from-techstars-nyc-winter-2018-program/\n
\n

Pull requests for improved RSS compatibility are much appreciated.\nMost of the parsing codebase is located in api/src/parsers/.

\n

Support

\n

All support is handled via GitHub Issues. If you're unfamiliar with creating an Issue on GitHub, please follow these instructions.

\n

Maintenance and Contributions

\n

Thank you to all of the maintainers and contributors who've helped Winds become what it is today and help it stay up and running every day. We couldn't do it without you!

\n

Special Shoutouts To:

\n\n

Primary Maintainers

\n\n

Contributors

\n\n

Revive RSS

\n

RSS is an amazing open standard. It is probably the most pleasant way to stay up to date with the sites and podcasts you care about. Our reasons for contributing to Winds are explained in the blogpost Winds 2.0 It's time to Revive RSS. In this section we will list other open source and commercial projects that are having an impact on Reviving RSS:

\n\n
", - "readmeOriginal": "

Winds - A Beautiful Open Source RSS & Podcast App Powered by GetStream.io

\n

\"Slack\n\"Build\n\"codecov\"\n\"Open\n\"Maintenance\"\n\"Built\n\"StackShare\"

\n

Description

\n

Winds is a beautiful open-source RSS and Podcast app created using React & Redux on the frontend and Express.js on the backend. Use the free hosted version or run it on your own server and customize it as you see fit. Contributions in form of pull requests are always appreciated. Activity Feeds & Discovery in Winds are powered by Stream, the app leverages Algolia for search, AWS for hosting, MongoDB Atlas for a hosted database (DBaaS), and SendGrid for email. All of these services have a free tier.

\n

Getting Started

\n

To get started with Winds, please download the latest release

\n

What's New

\n

In addition to the desktop apps for macOS, Linux, and Windows, there's now a web version of Winds available at https://winds.getstream.io/

\n

Featured RSS & Podcasts

\n

Have a popular RSS or Podcast and want to be featured? Reach out to winds@getstream.io. We reply to every message.

\n

Features at a Glance

\n

Winds is packed full of awesome features behind a beautiful user interface and user experience. Here's a quick look at what the project has to offer:

\n

Beautiful UI

\n

\"Winds

\n

RSS & Podcast Recommendations

\n

\"Winds

\n

Integrated Search

\n

\"Winds

\n

Podcast Player

\n

\"Winds

\n

RSS Reader

\n

\"Winds

\n

TOCd

\n\n

Roadmap

\n

Help us improve Winds and/or vote on the Roadmap for 2.1

\n
    \n
  • Search detail screen
  • \n
  • Playlist support (partially implemented)
  • \n
  • Team support (share an activity feed with colleagues or friends to discover and collaborate)
  • \n
  • Mobile application powered by React Native
  • \n
\n

Powered By

\n
    \n
  1. Express
  2. \n
  3. React & Redux
  4. \n
  5. Algolia
  6. \n
  7. MongoDB Atlas
  8. \n
  9. SendGrid
  10. \n
  11. Bull
  12. \n
  13. Mercury
  14. \n
  15. Stream
  16. \n
  17. Sentry
  18. \n
  19. AWS
  20. \n
\n

The full stack can be found on StackShare.io.

\n

Stream

\n

Stream is an API for building activity feeds. For Winds the follow suggestions and the list of articles from the feeds you follow is powered by Stream. Stream accounts are free for up to 3 million feed updates and handle personalization (machine learning) for up to 100 users.

\n

Algolia

\n

Algolia is used for lightning fast and relevant search. We use their JavaScript search client to easily setup the Winds search implementation. Algolia, accounts are free up to 10k records and 100k operations.

\n

MongoDB

\n

MongoDB Atlas provides a Database as a Service, and serves as the backend datastore for Winds.

\n

Tutorials & Blog Posts

\n

The following tutorials will not only help you start contributing to Winds, but also provide inspiration for your next app.

\n

Note: We're actively working on this portion of the README. To stay up to date with the latest information, please signup for the hosted version at https://getstream.io/winds.

\n
    \n
  1. Implementing search with Algolia
  2. \n
  3. Stream and Winds
  4. \n
  5. Running PM2 & Node.js in Production Environments
  6. \n
  7. Creating a RESTful API design with Express.js
  8. \n
  9. Takeaways on Building a React Based App with Electron
  10. \n
  11. The Winds Stack
  12. \n
  13. Building Touch Bar Support for macOS in Electron with React
  14. \n
  15. Testing Node.js in 2018
  16. \n
  17. Simple Steps to Optimize Your App Performance with MongoDB, Redis, and Node.js
  18. \n
  19. Getting Started with Winds & Open Source
  20. \n
  21. Deploying the Winds App to Amazon S3 and CloudFront
  22. \n
  23. Deploying the Winds API to AWS ECS with Docker Compose
  24. \n
\n

Download

\n

To download Winds, visit https://getstream.io/winds/.

\n

Contributing to Winds

\n

TL;DR

\n

Commands:

\n
    \n
  • brew install redis mongodb
  • \n
  • brew services start mongodb
  • \n
  • brew services start redis
  • \n
  • cd Winds
  • \n
  • cd api && yarn
  • \n
  • cd ../app && yarn
  • \n
\n

Sign up for both Stream and Algolia, and create the following .env file in the app directory, replacing the keys where indicated:

\n
DATABASE_URI=mongodb://localhost/WINDS_DEV\nCACHE_URI=redis://localhost:6379\nJWT_SECRET=YOUR_JWT_SECRET\n\nAPI_PORT=8080\nREACT_APP_API_ENDPOINT=http://localhost:8080\nSTREAM_API_BASE_URL=https://windspersonalization.getstream.io/personalization/v1.0\n\nSTREAM_APP_ID=YOUR_STREAM_APP_ID\nREACT_APP_STREAM_APP_ID=YOUR_STREAM_APP_ID\nREACT_APP_STREAM_API_KEY=YOUR_STREAM_API_KEY\nREACT_APP_STREAM_ANALYTICS=YOUR_STREAM_ANALYTICS_TOKEN\nSTREAM_API_KEY=YOUR_STREAM_API_KEY\nSTREAM_API_SECRET=YOUR_STREAM_API_SECRET\n\nREACT_APP_ALGOLIA_APP_ID=YOUR_ALGOLIA_APP_ID\nREACT_APP_ALGOLIA_SEARCH_KEY=YOUR_ALGOLIA_SEARCH_ONLY_API_KEY\nALGOLIA_WRITE_KEY=YOUR_ALGOLIA_ADMIN_API_KEY\n
\n
\n

Note: If you are running the test suite, you will need to have a test version of the .env file inside of the api/test directory.

\n
\n

Then run:

\n
    \n
  • pm2 start process_dev.json
  • \n
  • cd app && yarn start
  • \n
\n

Clone the Repo

\n
git clone git@github.com:GetStream/Winds.git
\n

Install dependencies

\n

The following instructions are geared towards Mac users who can use brew (Homebrew) to install most dependencies. Ubuntu users can use apt, and Windows users will have to install directly from the dependency's site. Non-debian-based Linux users will probably be able to figure it out on their own :)

\n
    \n
  • cd Winds/app
  • \n
  • yarn
  • \n
  • cd ../api
  • \n
  • yarn
  • \n
\n

Start MongoDB Locally

\n

Winds uses MongoDB as the main datastore - it contains all users, rss feeds, podcasts, episodes, articles, and shares.

\n

If you're on a Mac, you can install MongoDB through Homebrew by running:

\n
brew install mongodb\n
\n

(You can also install MongoDB from the official MongoDB site.)

\n

You can also run MongoDB in the background by running:

\n
brew services start mongodb\n
\n

Start Redis Locally

\n

At Stream, we use Redis as an in-memory storage for the Winds podcast processing and RSS processing workers. It contains a list of podcasts and RSS feeds, which the workers pick up and process using the bull messaging system.

\n

If you're on a Mac, you can install Redis through Homebrew by running:

\n
brew install redis\n
\n

(You can also install Redis from the official Redis site.)

\n

Then, start Redis by running:

\n
redis-server\n
\n

...which creates (by default) a dump.rdb file in your current directory and stores a cached version of the database in that location.

\n

You can also run Redis in the background by running:

\n
brew services start redis\n
\n

Loading Test Data

\n

For testing purposes, you will want to use the test data located here.

\n

Use mongoimport or mongorestore to import the data. There are two username and password combinations for testing:

\n

Username: admin@admin.com
\nPassword: admin\n

\nUsername: test@test.com
\nPassword: test

\n

You will need to run the FLUSHALL command in Redis to ensure that the new content is picked up.

\n
\n

Note: This will override any local data that you may have. Please be cautious! Also, this will not create Stream follows – please follow feeds manually to generate them.

\n
\n

Stream

\n

Sign up and Create a Stream App

\n

To contribute to Winds, sign up for Stream to utilize the activity and timeline feeds.

\n

(Reminder: Stream is free for applications with less than 3,000,000 updates per month.)

\n
    \n
  • Sign up for Stream here
  • \n
  • Create a new Stream app
  • \n
  • Find the App ID, API Key, and API Secret for your new Stream app
  • \n
\n

Add your Stream App ID, API Key, and API Secret to your .env

\n

Append the Stream App ID, API Key, and API secret to your .env file:

\n
STREAM_APP_ID=YOUR_STREAM_APP_ID\nSTREAM_API_KEY=YOUR_STREAM_API_KEY\nSTREAM_API_SECRET=YOUR_STREAM_API_SECRET\n
\n

Create Your Stream Feed Groups

\n

Once you've signed in, create \"feed groups\" for your Stream app.

\n

A \"feed group\" defines a certain type of feed within your application. Use the \"Add Feed Group\" button to create the following feeds:

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Feed Group NameFeed Group Type
podcastflat
rssflat
userflat
timelineflat
folderflat
user_episodeflat
user_articleflat
\n

It's fine to enable \"Realtime Notifications\" for each of these feed groups, though we won't be using those yet.

\n

Algolia

\n

Sign up for Algolia and Create an Algolia App and Index

\n

In addition to Stream, you also need to sign up for Algolia, to contribute to Winds, for the search functionality.

\n

(Algolia is free for applications with up to 10k records.)

\n
    \n
  • Sign up for Algolia here
  • \n
  • From the Applications page, click \"New Application\" and create a new Algolia application. (We recommend something similar to my-winds-app)\n
      \n
    • (Select the datacenter that's closest to you.)
    • \n
    \n
  • \n
  • From the application page, select \"Indices\" and click \"Add New Index\". (We recommend something similar to winds-main-index)
  • \n
\n

Add Your Algolia Application Id, Search-Only Api Key and Admin Api Key to Your .env File

\n

From your app, click the \"API Keys\" button on the left to find your app ID and API keys.

\n

Append your Algolia application ID, search-only API Key and Admin API Key to your .env file to look like this:

\n
REACT_APP_ALGOLIA_APP_ID=YOUR_ALGOLIA_APP_ID\nREACT_APP_ALGOLIA_SEARCH_KEY=YOUR_ALGOLIA_SEARCH_ONLY_API_KEY\nALGOLIA_WRITE_KEY=YOUR_ALGOLIA_ADMIN_API_KEY\n
\n

Start Backend Services

\n

From the root directory, run:

\n
pm2 start process_dev.json\n
\n

To see logging information for all processes, run:

\n
pm2 logs\n
\n

Start Frontend Electron / Web App Server

\n
cd app && yarn start\n
\n

Running tests

\n

Winds API server uses:

\n
    \n
  • Mocha as testing framework
  • \n
  • Chai as assertion library
  • \n
  • Sinon as mocking library
  • \n
  • nock as HTTP mocking library
  • \n
  • mock-require as module mocking library
  • \n
\n

Tests are located in api/test folder.

\n

File structure is intentionally mirroring files in api/src to simplify matching tests to tested code.

\n

To run tests:

\n
cd api && yarn run test\n
\n

To run tests with extended stack traces (useful when debugging async issues):

\n
cd api && yarn run test_deep\n
\n

Adding new tests

\n

Add your code to a file in api/test folder (preferably mirroring existing file from api/src folder).

\n

Refer to Mocha documentation for examples of using BDD-like DSL for writing tests.

\n

Modules are mocked in api/test-entry.js as mocks have to be installed before any modules are loaded.

\n

Fixtures are loaded via loadFixture function from api/test/fixtures folder

\n

Various utility functions are provided in api/test/util.js (See other tests for examples of usage).

\n

Building a Production Version

\n

Build a production version of Winds by running from root directory:

\n
./api/build.sh\n
\n

This creates production-ready JS files in api/dist.

\n

To run the production JS files:

\n
pm2 start process_prod.json\n
\n

OR

\n

Prepare the build for Docker:

\n

cd api && cd scripts && ./make-build.sh

\n

Build the Docker container (API & all workers):

\n

cd ../ && docker-compose up

\n

The commands above will prepare and start the API (and all workers). The frontend will still need to be started manually.

\n

Debugging RSS & Podcast Issues

\n

Unfortunately there is no unified standard for RSS.\nGo to the api directory and run yarn link to make these commands available:

\n
winds rss https://techcrunch.com/feed/\n
\n

Podcasts:

\n
winds podcast https://www.npr.org/rss/podcast.php\\?id\\=510289\n
\n

Open Graph scraping:

\n
winds og http://www.planetary.org/multimedia/planetary-radio/show/2018/0509-amy-mainzer-neowise.html\n
\n

RSS Discovery:

\n
winds discover mashable.com\n
\n

Article parsing (w/ Mercury):

\n
winds article https://alexiskold.net/2018/04/12/meet-12-startups-from-techstars-nyc-winter-2018-program/\n
\n

Pull requests for improved RSS compatibility are much appreciated.\nMost of the parsing codebase is located in api/src/parsers/.

\n

Support

\n

All support is handled via GitHub Issues. If you're unfamiliar with creating an Issue on GitHub, please follow these instructions.

\n

Maintenance and Contributions

\n

Thank you to all of the maintainers and contributors who've helped Winds become what it is today and help it stay up and running every day. We couldn't do it without you!

\n

Special Shoutouts To:

\n\n

Primary Maintainers

\n\n

Contributors

\n\n

Revive RSS

\n

RSS is an amazing open standard. It is probably the most pleasant way to stay up to date with the sites and podcasts you care about. Our reasons for contributing to Winds are explained in the blogpost Winds 2.0 It's time to Revive RSS. In this section we will list other open source and commercial projects that are having an impact on Reviving RSS:

\n\n
", - "readmeFetchedAt": "2020-09-17T12:10:02.298Z" + "wharf": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:54.115Z" }, "widgetoko": { - "readmeCleaned": "

\n

A Node.js and Electron demonstration app written in C# then compiled to JavaScript using Bridge and Retyped.

\n

Check out the Widgetoko announcement blog post.

\n

Widgetoko enables users to connect to Twitter and watch tweets arrive in real-time that match a specified search term.

\n

\n

There are several options for installing Widgetoko. Packaged installers are available as .exe (Win) and .dmg (Mac), or you can build the project from the original source code.

\n

Introduction

\n

\"Video

\n

Installers

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
PlatformVersionInstaller
Win1.0.1Widgetoko.exe
Mac1.0.0Widgetoko.dmg
\n

Build from source

\n

Requirements

\n
    \n
  1. Install Yarn
  2. \n
\n

Start

\n
    \n
  1. Clone the Widgetoko repo or download source
  2. \n
  3. Using the Command (Win) or Terminal (Mac), browse to the /dist directory
  4. \n
  5. Run the following yarn command:
  6. \n
\n
yarn install\n
\n

If this is your first time running yarn install on the /dist/ folder, Yarn may take a few minutes to download the required packages. Just let the process run.

\n

Once yarn install is complete, run the following yarn start command and an instance of the Widgetoko app should start automatically.

\n
yarn start\n
\n

Compile C# source

\n

The above steps will run the previously released JavaScript files in the /dist folder, but it's also very easy to fully recompile the original C# source code in Visual Studio to refresh the JavaScript output files.

\n
    \n
  1. Double click the /src/Widgetoko.sln file to open in Visual Studio
  2. \n
  3. Select Build > Rebuild Solution from the main Visual Studio menu
  4. \n
  5. Run the command yarn install (if you have not done so earlier)
  6. \n
\n

You can then start an instance of the Widgetoko app by running the command yarn start.

\n

It is also possible to start Widgetoko directly from Visual Studio by clicking the Start button or hitting F5 or Ctrl + F5, BUT FIRST... there are two Project Properties that need to be set (see image below).

\n
    \n
  1. Right-click on the Widgetoko Project in the Solution, and select Properties
  2. \n
  3. Under the Debug tab, select Start external program and paste the value ..\\dist\\node_modules\\electron\\dist\\electron.exe
  4. \n
  5. In the Command line arguments field, paste the value ../../../dist
  6. \n
\n

Now the Start button will work as expected and the Widgetoko app will launch.

\n

\"Configure

\n

Configure Twitter Tokens

\n

A connection to the Twitter Stream is required, so we must register the Widgetoko app with Twitter and generate Access Tokens. This is a required step to tap into the Tweet stream.

\n
    \n
  1. \n

    Browse to https://apps.twitter.com/app/new

    \n
  2. \n
  3. \n

    Fill in the fields (App name, Description, WebSite). You should use your own unique Application name, and any values you want for the other fields.

    \n
  4. \n
\n

\n
    \n
  1. \n

    Press Create your Twitter application button.

    \n
  2. \n
  3. \n

    The application has been created. Now go to Keys and Access Tokens tab.

    \n
  4. \n
  5. \n

    Press Create My access token button to generate keys.

    \n
  6. \n
  7. \n

    That's it, all tokens are generated:

    \n
  8. \n
\n

\n
    \n
  1. The last step. You should copy-paste those tokens into Widgetoko app. Run Widgetoko, press F2 (or File > Options) to open Options form, paste your tokens as shown below. Click Save.
  2. \n
\n

\n

Security Notice:

\n

Your tokens will be saved in %appdata%/widgetoko/UserSettings.json in an obfuscated format. You have several options to remove tokens afterwards:

\n
    \n
  • Just delete that file.
  • \n
  • Replace the Options form with empty values, then click Save to overwrite your old token values.
  • \n
  • Invalidate the tokens from the Twitter app configuration, or just delete the app from Twitter.
  • \n
\n

Build Installers

\n

Creating an actual installer for the Widgetoko app is very simple. To create the installer, use the following steps:

\n
    \n
  1. Clone this repo (if you have not done so already)
  2. \n
  3. With a Command Window (Windows) or Terminal (Mac), browse to the /dist directory
  4. \n
  5. Run the following yarn commands:
  6. \n
\n
yarn install\nyarn build\n
\n

Installers can be created for Mac, Windows, and Linux. The installer creation process should take no more than a few minutes, but needs to be run on each platform you support. If you want an .exe for Windows, run the command on a Windows machine. Need a Mac installer? run the command on a Mac.

\n

The installer files, such as .exe (Win) and .dmg (Mac), will be added to the /dist/installers/ folder and those files can be deployed to your users.

\n
", - "readmeOriginal": "

\n

A Node.js and Electron demonstration app written in C# then compiled to JavaScript using Bridge and Retyped.

\n

Check out the Widgetoko announcement blog post.

\n

Widgetoko enables users to connect to Twitter and watch tweets arrive in real-time that match a specified search term.

\n

\n

There are several options for installing Widgetoko. Packaged installers are available as .exe (Win) and .dmg (Mac), or you can build the project from the original source code.

\n

Introduction

\n

\"Video

\n

Installers

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
PlatformVersionInstaller
Win1.0.1Widgetoko.exe
Mac1.0.0Widgetoko.dmg
\n

Build from source

\n

Requirements

\n
    \n
  1. Install Yarn
  2. \n
\n

Start

\n
    \n
  1. Clone the Widgetoko repo or download source
  2. \n
  3. Using the Command (Win) or Terminal (Mac), browse to the /dist directory
  4. \n
  5. Run the following yarn command:
  6. \n
\n
yarn install\n
\n

If this is your first time running yarn install on the /dist/ folder, Yarn may take a few minutes to download the required packages. Just let the process run.

\n

Once yarn install is complete, run the following yarn start command and an instance of the Widgetoko app should start automatically.

\n
yarn start\n
\n

Compile C# source

\n

The above steps will run the previously released JavaScript files in the /dist folder, but it's also very easy to fully recompile the original C# source code in Visual Studio to refresh the JavaScript output files.

\n
    \n
  1. Double click the /src/Widgetoko.sln file to open in Visual Studio
  2. \n
  3. Select Build > Rebuild Solution from the main Visual Studio menu
  4. \n
  5. Run the command yarn install (if you have not done so earlier)
  6. \n
\n

You can then start an instance of the Widgetoko app by running the command yarn start.

\n

It is also possible to start Widgetoko directly from Visual Studio by clicking the Start button or hitting F5 or Ctrl + F5, BUT FIRST... there are two Project Properties that need to be set (see image below).

\n
    \n
  1. Right-click on the Widgetoko Project in the Solution, and select Properties
  2. \n
  3. Under the Debug tab, select Start external program and paste the value ..\\dist\\node_modules\\electron\\dist\\electron.exe
  4. \n
  5. In the Command line arguments field, paste the value ../../../dist
  6. \n
\n

Now the Start button will work as expected and the Widgetoko app will launch.

\n

\"Configure

\n

Configure Twitter Tokens

\n

A connection to the Twitter Stream is required, so we must register the Widgetoko app with Twitter and generate Access Tokens. This is a required step to tap into the Tweet stream.

\n
    \n
  1. \n

    Browse to https://apps.twitter.com/app/new

    \n
  2. \n
  3. \n

    Fill in the fields (App name, Description, WebSite). You should use your own unique Application name, and any values you want for the other fields.

    \n
  4. \n
\n

\n
    \n
  1. \n

    Press Create your Twitter application button.

    \n
  2. \n
  3. \n

    The application has been created. Now go to Keys and Access Tokens tab.

    \n
  4. \n
  5. \n

    Press Create My access token button to generate keys.

    \n
  6. \n
  7. \n

    That's it, all tokens are generated:

    \n
  8. \n
\n

\n
    \n
  1. The last step. You should copy-paste those tokens into Widgetoko app. Run Widgetoko, press F2 (or File > Options) to open Options form, paste your tokens as shown below. Click Save.
  2. \n
\n

\n

Security Notice:

\n

Your tokens will be saved in %appdata%/widgetoko/UserSettings.json in an obfuscated format. You have several options to remove tokens afterwards:

\n
    \n
  • Just delete that file.
  • \n
  • Replace the Options form with empty values, then click Save to overwrite your old token values.
  • \n
  • Invalidate the tokens from the Twitter app configuration, or just delete the app from Twitter.
  • \n
\n

Build Installers

\n

Creating an actual installer for the Widgetoko app is very simple. To create the installer, use the following steps:

\n
    \n
  1. Clone this repo (if you have not done so already)
  2. \n
  3. With a Command Window (Windows) or Terminal (Mac), browse to the /dist directory
  4. \n
  5. Run the following yarn commands:
  6. \n
\n
yarn install\nyarn build\n
\n

Installers can be created for Mac, Windows, and Linux. The installer creation process should take no more than a few minutes, but needs to be run on each platform you support. If you want an .exe for Windows, run the command on a Windows machine. Need a Mac installer? run the command on a Mac.

\n

The installer files, such as .exe (Win) and .dmg (Mac), will be added to the /dist/installers/ folder and those files can be deployed to your users.

\n
", - "readmeFetchedAt": "2020-09-17T12:10:02.303Z" - }, - "wizard-mirror": { - "readmeCleaned": "

Wizard Mirror

\n
\n\n
\n

\"badge\"\n\"badge\"\n\"badge\"\n\"badge\"\n\"badge\"\n\"badge\"\n\"badge\"\n\"badge\"\n\"badge\"\n\"badge\"\n\"badge\"

\n

Wizard Mirror is an open-source Electronjs app, that can give a regular mirror mysterious powers with the help of a Raspberry Pi!

\n

Contents

\n\n

Installation

\n

To install WizardMirror: run this on your Raspberry PI's terminal

\n

bash -c "$(curl -sL https://raw.githubusercontent.com/Sanjit1/WizardMirror/master/scripts/install.sh)"

\n

Getting Started

\n

To start your WizardMirror, run npm start from the WizardMirror directory. Your WizardMirror can run apps under it, for example, a time app or a weather app. App settings can be set in apps.json (which is duplicated from appsSample.json by the installation script).\n\"apps.json\"\nHere are some preinstalled applications:

\n

Time:

\n

Time shows the current time on your WizardMirror.

\n

Configuration:

\n

There are configurations for the time app, which can be changed from apps.json.apps["time"].config:

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
SettingPossible ValuesDefaultDescription
divList of positionspos-topLeftThe div where time will be displayed
showSecondstrue/falsefalseTo show seconds or not
twentyfourhourclocktrue/falsefalse24 Hour clock or not
\n

\"Time

\n

Current Weather:

\n

Current Weather shows the weather of a certain location. It updates every 20 minutes.

\n

Configuration:

\n

There are configurations for the time app, which can be changed from apps.json.apps["Current Weather"].config:

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
SettingPossible ValuesDefaultDescription
divList of positionspos-topRightThe div where time will be displayed
tempunitC/FCThe unit of temperature to use
speedunitkm/h or m/hkm/hThe unit of speed to use
apikeyFree API key from OpenWeatherMapNoneThe API key to get weather information from OpenWeatherMap
cityCity List5391832List of city ID's by OpenWeatherMap
\n

\"Current

\n

Weather Forecast:

\n

Weather Forecast shows the weather of a certain location. It updates every 3 hours.

\n

Configuration:

\n

There are configurations for the time app, which can be changed from apps.json.apps["Weather Forecast"].config:

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
SettingPossible ValuesDefaultDescription
divList of positionspos-topRightThe div where time will be displayed
unitC/FCThe unit of temperature to use
apikeyFree API key from OpenWeatherMapNoneThe API key to get weather information from OpenWeatherMap
cityCity List5391832List of city ID's by OpenWeatherMap
\n

\"Weather

\n

Hardware

\n

Once you have finished installing WizardMirror and configured all the software, you can move on to the hardware: the actual mirror design.\nYou will need

\n
    \n
  • LCD screen
  • \n
  • 2-way mirror glass/film
  • \n
  • Wooden frame to frame the mirror.
  • \n
  • Cables to get your Raspberry Pi running and connect it to the Screen
  • \n
  • Other tools
  • \n
\n

What you will need to do:\nOpen up your LCD Monitor, attach the mirror film on top of it, frame it, attach the Raspberry pi and attach it to the wall. School's starting, so I can't do much right now, but as soon as winter break starts I'll try to make a build video.

\n

Check out how to contribute to WizardMirror.

\n

Positions

\n

Here is a list of positions, where you can place your apps\n\"Positions\"

\n

Feature Request

\n

You can request features for WizardMirror through its feathub link.\nHere are requested features, you can vote for them, by clicking on the picture.

\n

\"Feature

\n
", - "readmeOriginal": "

Wizard Mirror

\n
\n\n
\n

\"badge\"\n\"badge\"\n\"badge\"\n\"badge\"\n\"badge\"\n\"badge\"\n\"badge\"\n\"badge\"\n\"badge\"\n\"badge\"\n\"badge\"

\n

Wizard Mirror is an open-source Electronjs app, that can give a regular mirror mysterious powers with the help of a Raspberry Pi!

\n

Contents

\n\n

Installation

\n

To install WizardMirror: run this on your Raspberry PI's terminal

\n

bash -c \"$(curl -sL https://raw.githubusercontent.com/Sanjit1/WizardMirror/master/scripts/install.sh)\"

\n

Getting Started

\n

To start your WizardMirror, run npm start from the WizardMirror directory. Your WizardMirror can run apps under it, for example, a time app or a weather app. App settings can be set in apps.json (which is duplicated from appsSample.json by the installation script).\n\"apps.json\"\nHere are some preinstalled applications:

\n

Time:

\n

Time shows the current time on your WizardMirror.

\n

Configuration:

\n

There are configurations for the time app, which can be changed from apps.json.apps[\"time\"].config:

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
SettingPossible ValuesDefaultDescription
divList of positionspos-topLeftThe div where time will be displayed
showSecondstrue/falsefalseTo show seconds or not
twentyfourhourclocktrue/falsefalse24 Hour clock or not
\n

\"Time

\n

Current Weather:

\n

Current Weather shows the weather of a certain location. It updates every 20 minutes.

\n

Configuration:

\n

There are configurations for the time app, which can be changed from apps.json.apps[\"Current Weather\"].config:

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
SettingPossible ValuesDefaultDescription
divList of positionspos-topRightThe div where time will be displayed
tempunitC/FCThe unit of temperature to use
speedunitkm/h or m/hkm/hThe unit of speed to use
apikeyFree API key from OpenWeatherMapNoneThe API key to get weather information from OpenWeatherMap
cityCity List5391832List of city ID's by OpenWeatherMap
\n

\"Current

\n

Weather Forecast:

\n

Weather Forecast shows the weather of a certain location. It updates every 3 hours.

\n

Configuration:

\n

There are configurations for the time app, which can be changed from apps.json.apps[\"Weather Forecast\"].config:

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
SettingPossible ValuesDefaultDescription
divList of positionspos-topRightThe div where time will be displayed
unitC/FCThe unit of temperature to use
apikeyFree API key from OpenWeatherMapNoneThe API key to get weather information from OpenWeatherMap
cityCity List5391832List of city ID's by OpenWeatherMap
\n

\"Weather

\n

Hardware

\n

Once you have finished installing WizardMirror and configured all the software, you can move on to the hardware: the actual mirror design.\nYou will need

\n
    \n
  • LCD screen
  • \n
  • 2-way mirror glass/film
  • \n
  • Wooden frame to frame the mirror.
  • \n
  • Cables to get your Raspberry Pi running and connect it to the Screen
  • \n
  • Other tools
  • \n
\n

What you will need to do:\nOpen up your LCD Monitor, attach the mirror film on top of it, frame it, attach the Raspberry pi and attach it to the wall. School's starting, so I can't do much right now, but as soon as winter break starts I'll try to make a build video.

\n

Check out how to contribute to WizardMirror.

\n

Positions

\n

Here is a list of positions, where you can place your apps\n\"Positions\"

\n

Feature Request

\n

You can request features for WizardMirror through its feathub link.\nHere are requested features, you can vote for them, by clicking on the picture.

\n

\"Feature

\n
", - "readmeFetchedAt": "2020-09-17T12:10:02.393Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:54.137Z" }, "whatever": { - "readmeCleaned": "

\n

Whatever

\n

\n \n

\n
\n

\"Download
\n \"Download

\n
\n

\n\n
\n

\n

\n

About

\nWhatever is a lightweight unofficial Evernote© client for Linux desktop.

\n Whereas Evernote Corporation still doesn't support Linux platform, there's a need to piece it out. Using a web version can not always be comfortable, therefore there's nothing that can be more useful than a desktop client.
\n
\n Whatever is built with Electron. It provides wide enough integration with desktop, such as dock and tray icons and background working mode. Withal, it affords all functionality that is represented in the web version.

\n

Screenshots

\n

\n
\n \n
\n

License

\n

MIT © 2017 Sophya B.


\n

Note

\n

This software is 100% free, non-commercial, independent and unofficial. It is not supported by Evernote© Corporation or any other commercial organization.

\n
\n
", - "readmeOriginal": "

\n

Whatever

\n

\n \n

\n
\n

\"Download
\n \"Download

\n
\n

\n\n
\n

\n

\n

About

\nWhatever is a lightweight unofficial Evernote© client for Linux desktop.

\n Whereas Evernote Corporation still doesn't support Linux platform, there's a need to piece it out. Using a web version can not always be comfortable, therefore there's nothing that can be more useful than a desktop client.
\n
\n Whatever is built with Electron. It provides wide enough integration with desktop, such as dock and tray icons and background working mode. Withal, it affords all functionality that is represented in the web version.

\n

Screenshots

\n

\n
\n \n
\n

License

\n

MIT © 2017 Sophya B.


\n

Note

\n

This software is 100% free, non-commercial, independent and unofficial. It is not supported by Evernote© Corporation or any other commercial organization.

\n
\n
", - "readmeFetchedAt": "2020-09-17T12:10:02.402Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:54.142Z" }, - "wow-stat": { - "readmeCleaned": "

WoW Stat

\n

\n

\n![WoW Stat](http://wowst.at/logo.svg)\n






\n

WoW Stat is a World of Warcraft server monitor utility. Set your server you wish to monitor, and your server goes down it will automatically notify you when it is back up, or even relaunch WoW for you if you wish.

\n

This is yet another rework, this time using the Electron framework.

\n
\n

Install

\n

There are builds in the Release section for macOS and Windows.

\n

Develop

\n
    \n
  • Install the node dependencies npm install
  • \n
  • Start the app npm start
  • \n
  • For windows use npm run startwin
  • \n
\n

Build

\n
    \n
  • Run the Electron Builder npm run dist
  • \n
  • For windows use npm run distwin
  • \n
\n
", - "readmeOriginal": "

WoW Stat

\n

\n

\n![WoW Stat](http://wowst.at/logo.svg)\n






\n

WoW Stat is a World of Warcraft server monitor utility. Set your server you wish to monitor, and your server goes down it will automatically notify you when it is back up, or even relaunch WoW for you if you wish.

\n

This is yet another rework, this time using the Electron framework.

\n
\n

Install

\n

There are builds in the Release section for macOS and Windows.

\n

Develop

\n
    \n
  • Install the node dependencies npm install
  • \n
  • Start the app npm start
  • \n
  • For windows use npm run startwin
  • \n
\n

Build

\n
    \n
  • Run the Electron Builder npm run dist
  • \n
  • For windows use npm run distwin
  • \n
\n
", - "readmeFetchedAt": "2020-09-17T12:10:02.562Z" + "winds": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:54.151Z" + }, + "wizard-mirror": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:54.157Z" + }, + "wnr": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:54.167Z" }, "wonder-reader": { - "readmeCleaned": "

\n

\"devDependencies

\n

Wonder Reader :: A modern comic book reader for Windows, OSX, and Linux

\n

Wonder Reader was written with React, Electron, Node, and a love for all things dorky.

\n

Downloads version 1.0.1

\n
Windows
\n\n
OSX / Darwin
\n\n
Linux
\n\n

Requirements for development

\n

git, npm, node, yarn, & bash

\n

Install

\n
    \n
  • Note: requires a node version >= 7 and an npm version >= 4.
  • \n
  • If you have installation or compilation issues with this project, please see the debugging guide
  • \n
\n

First, clone the repo via git:

\n
git clone https://github.com/alice-em/wonder-reader.git
\n

And then install dependencies with yarn.

\n
$ cd wonder-reader\n$ yarn
\n

Note: If you can't use yarn, run npm install.

\n

Run

\n

Start the app in the dev environment. This starts the renderer process in hot-module-replacement mode and starts a webpack dev server that sends hot updates to the renderer process:

\n
$ npm run dev
\n

Alternatively, you can run the renderer and main processes separately. This way, you can restart one process without waiting for the other. Run these two commands simultaneously in different console tabs:

\n
$ npm run start-renderer-dev\n$ npm run start-main-dev
\n

Packaging

\n

To package apps for the local platform:

\n
$ npm run package
\n

To package apps for all platforms:

\n

First, refer to Multi Platform Build for dependencies.

\n

Then,

\n
$ npm run package-all
\n

To package apps with options:

\n
$ npm run package -- --[option]
\n

To run End-to-End Test

\n
$ npm run build\n$ npm run test-e2e
\n

To run Unit Test

\n
$ cd app\n$ npm rebuild @fknop/node-unrar --update-binary\n$ cd ..\n$ npm run test
\n

💡 You can debug your production build with devtools by simply setting the DEBUG_PROD env variable:

\n
DEBUG_PROD=true npm run package
\n
", - "readmeOriginal": "

\n

\"devDependencies

\n

Wonder Reader :: A modern comic book reader for Windows, OSX, and Linux

\n

Wonder Reader was written with React, Electron, Node, and a love for all things dorky.

\n

Downloads version 1.0.1

\n
Windows
\n\n
OSX / Darwin
\n\n
Linux
\n\n

Requirements for development

\n

git, npm, node, yarn, & bash

\n

Install

\n
    \n
  • Note: requires a node version >= 7 and an npm version >= 4.
  • \n
  • If you have installation or compilation issues with this project, please see the debugging guide
  • \n
\n

First, clone the repo via git:

\n
git clone https://github.com/alice-em/wonder-reader.git
\n

And then install dependencies with yarn.

\n
$ cd wonder-reader\n$ yarn
\n

Note: If you can't use yarn, run npm install.

\n

Run

\n

Start the app in the dev environment. This starts the renderer process in hot-module-replacement mode and starts a webpack dev server that sends hot updates to the renderer process:

\n
$ npm run dev
\n

Alternatively, you can run the renderer and main processes separately. This way, you can restart one process without waiting for the other. Run these two commands simultaneously in different console tabs:

\n
$ npm run start-renderer-dev\n$ npm run start-main-dev
\n

Packaging

\n

To package apps for the local platform:

\n
$ npm run package
\n

To package apps for all platforms:

\n

First, refer to Multi Platform Build for dependencies.

\n

Then,

\n
$ npm run package-all
\n

To package apps with options:

\n
$ npm run package -- --[option]
\n

To run End-to-End Test

\n
$ npm run build\n$ npm run test-e2e
\n

To run Unit Test

\n
$ cd app\n$ npm rebuild @fknop/node-unrar --update-binary\n$ cd ..\n$ npm run test
\n

💡 You can debug your production build with devtools by simply setting the DEBUG_PROD env variable:

\n
DEBUG_PROD=true npm run package
\n
", - "readmeFetchedAt": "2020-09-17T12:10:02.572Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:54.175Z" + }, + "wowcrypt": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:54.183Z" + }, + "wow-stat": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:54.198Z" }, "writebar": { - "readmeCleaned": "

\n

WriteBar

\n

\n Experimental distraction-free text editor,
\n that displays focus text line right over the keyboard (on the Macbook Pro TouchBar).\n

\n

\n Releases\n : \n 0.2.1-alpha.dmg\n

\n

\"screenshot\"

\n

Features

\n
    \n
  • Line edit on TouchBar
  • \n
  • Context formatting menu
  • \n
  • Smart Spellchecker
  • \n
  • Markdown Import/Export
  • \n
  • Visual Markdown editing
  • \n
\n

Discuss

\n\n

Development

\n
\n

Install (or update) macOS package manager (Homebrew):

\n
brew update || /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
\n
\n
\n

Install Yarn (modern NodeJS package manager):

\n
which yarn || brew install yarn
\n
\n

Download source code:

\n
git clone git@github.com:alexander-shvets/writebar.git\ncd writebar
\n

Install application dependencies:

\n
yarn || npm install
\n

Install (global or local) dev-dependencies*:

\n
yarn global add electron               || npm install electron -g\nyarn global add electron-packager      || npm install electron-packager -g\nyarn global add electron-installer-dmg || npm install electron-installer-dmg -g
\n

* doesn't listed in package.json becouse I doesn't use js builder yet (which will exclude unused dependencies from application installation package)

\n

Run app in dev mode:

\n
yarn start || npm start
\n

Build App and Installation Package (dmg):

\n
yarn packdist || npm run pack && npm run dist
\n

Release files should be generated in dist directory.

\n

License

\n

\"FOSSA

\n
", - "readmeOriginal": "

\n

WriteBar

\n

\n Experimental distraction-free text editor,
\n that displays focus text line right over the keyboard (on the Macbook Pro TouchBar).\n

\n

\n Releases\n : \n 0.2.1-alpha.dmg\n

\n

\"screenshot\"

\n

Features

\n
    \n
  • Line edit on TouchBar
  • \n
  • Context formatting menu
  • \n
  • Smart Spellchecker
  • \n
  • Markdown Import/Export
  • \n
  • Visual Markdown editing
  • \n
\n

Discuss

\n\n

Development

\n
\n

Install (or update) macOS package manager (Homebrew):

\n
brew update || /usr/bin/ruby -e \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)\"
\n
\n
\n

Install Yarn (modern NodeJS package manager):

\n
which yarn || brew install yarn
\n
\n

Download source code:

\n
git clone git@github.com:alexander-shvets/writebar.git\ncd writebar
\n

Install application dependencies:

\n
yarn || npm install
\n

Install (global or local) dev-dependencies*:

\n
yarn global add electron               || npm install electron -g\nyarn global add electron-packager      || npm install electron-packager -g\nyarn global add electron-installer-dmg || npm install electron-installer-dmg -g
\n

* doesn't listed in package.json becouse I doesn't use js builder yet (which will exclude unused dependencies from application installation package)

\n

Run app in dev mode:

\n
yarn start || npm start
\n

Build App and Installation Package (dmg):

\n
yarn packdist || npm run pack && npm run dist
\n

Release files should be generated in dist directory.

\n

License

\n

\"FOSSA

\n
", - "readmeFetchedAt": "2020-09-17T12:10:02.949Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:54.208Z" }, - "wnr": { - "readmeCleaned": "

\n

wnr

\n

\n The name is an abbr of "Work & Rest". It's a timer app with strong expansibility for computers.\n

\n

\n As a timer app, wnr is simple but useful. | 中文网站\n

\n

\n Download (Windows & macOS): GitHub Release | Softpedia\n (Windows) | 百度网盘(swh3) | 蓝奏云高速下载(7nzh)\n

\n

\n English README | 简体中文简介 | 正體中文簡介\n

\n

\n Development Guide\n

\n
\n

Online Version

\n

The online wnr is now out: wnr-jr.

\n

(just a demo version, may not be fully useful on phones or other devices due to a lot of reasons.)

\n

Features

\n
    \n
  • \n

    modern design

    \n
  • \n
  • \n

    multi-platforms support (currently Windows & macOS)

    \n
  • \n
  • \n

    multi-languages support (you can help to contribute!)

    \n
  • \n
  • \n

    multi-monitor support

    \n
  • \n
  • \n

    multi-virtual-desktops support

    \n
  • \n
  • \n

    portable software available (currently Windows)

    \n
  • \n
  • \n

    semantic time input

    \n
  • \n
  • \n

    work time settings

    \n
  • \n
  • \n

    rest time settings

    \n
  • \n
  • \n

    automatic loops

    \n
  • \n
  • \n

    predefined tasks / defaults

    \n
  • \n
  • \n

    clear tips for time

    \n
  • \n
  • \n

    optional taskname and task notes

    \n
  • \n
  • \n

    tray menu

    \n
  • \n
  • \n

    alerts for time end

    \n
  • \n
  • \n

    full-screen focus mode

    \n
  • \n
  • \n

    lock mode / parent control

    \n
  • \n
  • \n

    strict rules to prevent users from hacking

    \n
  • \n
  • \n

    always-on-top mode

    \n
  • \n
  • \n

    auto-start with system

    \n
  • \n
  • \n

    auto start task

    \n
  • \n
  • \n

    progress bar support

    \n
  • \n
  • \n

    hi-dpi support

    \n
  • \n
  • \n

    good touchscreen usability

    \n
  • \n
  • \n

    dark mode support

    \n
  • \n
  • \n

    user-friendly tourguide

    \n
  • \n
  • \n

    user-friendly updater

    \n
  • \n
  • \n

    infinity mode

    \n
  • \n
  • \n

    ...

    \n
  • \n
\n

This application is being frequently updated, so does this list.

\n

Contact

\n\n

Contributing

\n

I appreciate it if you can help contribute.

\n\n

To-do List

\n

Please go and see the GitHub Project.

\n

How to Build

\n
yarn # install deps\n\nyarn start # launch the app\n\nyarn nsis # windows nsis installer\n\nyarn nsis-ia32 # windows nsis installer (x86/ia32)\n\nyarn 7zip # windows 7zip protable version\n\nyarn 7zip-ia32 # windows 7zip portable version (x86/ia32)\n\nyarn mac # macos\n\nyarn linux # linux
\n

Please note that:

\n
    \n
  • Linux version hasn't been tested (If you are using Linux, you can fix things up yourself and contribute).
  • \n
\n

For more info about development, go to DEVELOPMENT_GUIDE.

\n

Copyright & Credit

\n

Copyright (c) 2019-2020 Roderick Qiu and other contributors. All rights reserved.

\n

Licensed under the MPL 2.0 License.

\n

Packages Using

\n

Main Program

\n

For the full text of licenses, go and see this file, which is also included in every copy of wnr.

\n
    \n
  • node-shi, my own project following MIT License.
  • \n
  • cmd-or-ctrl, another project of mine following MIT License.
  • \n
  • node-auto-launch, Teamwork, MIT License.
  • \n
  • compare-version, kevva, MIT License.
  • \n
  • electron-store, sindresorhus, MIT License.
  • \n
  • i18n-node, mashpie, MIT License.
  • \n
  • crypto-js, brix, MIT License.
  • \n
  • copy-to-clipboard, sudodoki, MIT License.
  • \n
  • request, request, Apache-2.0 License.
  • \n
  • winreg, fresc81, BSD 2-Clause License.
  • \n
  • electron, electron, MIT License.
  • \n
  • electron-builder, electron-userland, MIT License.
  • \n
  • jquery, jquery, MIT License.
  • \n
  • bootstrap, twbs, MIT License.
  • \n
  • iconfont, ALIMAMA MUX, for license go to the site.
  • \n
  • dotenv, motdotla, BSD-2-Clause License.
  • \n
  • windows-release, sindresorhus, MIT License.
  • \n
  • leancloud-storage, leancloud, MIT License.
  • \n
  • electron-debug, sindresorhus, MIT License.
  • \n
  • node-fetch, node-fetch, MIT License.
  • \n
  • node-notifier, mikaelbr, MIT License.
  • \n
  • popper.js, popperjs, MIT License.
  • \n
  • schart.js, lin-xin, MIT License.
  • \n
  • cross-env, kentcdodds, MIT License.
  • \n
\n

Website / Documents (wnr-guide, provided with [CC-BY-4.0] license)

\n
    \n
  • vuepress, vuejs, MIT License.
  • \n
  • vuepress-plugin-sitemap, ekoeryanto, MIT License.
  • \n
  • vuepress-theme-api, sqrthree, MIT License.
  • \n
\n

Environment Using

\n
    \n
  • node, nodejs, License.
  • \n
  • NSIS, Nullsoft, zlib/libpng License.
  • \n
  • VS Code, microsoft, MIT License.
  • \n
\n
", - "readmeOriginal": "

\n

wnr

\n

\n The name is an abbr of \"Work & Rest\". It's a timer app with strong expansibility for computers.\n

\n

\n As a timer app, wnr is simple but useful. | 中文网站\n

\n

\n Download (Windows & macOS): GitHub Release | Softpedia\n (Windows) | 百度网盘(swh3) | 蓝奏云高速下载(7nzh)\n

\n

\n English README | 简体中文简介 | 正體中文簡介\n

\n

\n Development Guide\n

\n
\n

Online Version

\n

The online wnr is now out: wnr-jr.

\n

(just a demo version, may not be fully useful on phones or other devices due to a lot of reasons.)

\n

Features

\n
    \n
  • \n

    modern design

    \n
  • \n
  • \n

    multi-platforms support (currently Windows & macOS)

    \n
  • \n
  • \n

    multi-languages support (you can help to contribute!)

    \n
  • \n
  • \n

    multi-monitor support

    \n
  • \n
  • \n

    multi-virtual-desktops support

    \n
  • \n
  • \n

    portable software available (currently Windows)

    \n
  • \n
  • \n

    semantic time input

    \n
  • \n
  • \n

    work time settings

    \n
  • \n
  • \n

    rest time settings

    \n
  • \n
  • \n

    automatic loops

    \n
  • \n
  • \n

    predefined tasks / defaults

    \n
  • \n
  • \n

    clear tips for time

    \n
  • \n
  • \n

    optional taskname and task notes

    \n
  • \n
  • \n

    tray menu

    \n
  • \n
  • \n

    alerts for time end

    \n
  • \n
  • \n

    full-screen focus mode

    \n
  • \n
  • \n

    lock mode / parent control

    \n
  • \n
  • \n

    strict rules to prevent users from hacking

    \n
  • \n
  • \n

    always-on-top mode

    \n
  • \n
  • \n

    auto-start with system

    \n
  • \n
  • \n

    auto start task

    \n
  • \n
  • \n

    progress bar support

    \n
  • \n
  • \n

    hi-dpi support

    \n
  • \n
  • \n

    good touchscreen usability

    \n
  • \n
  • \n

    dark mode support

    \n
  • \n
  • \n

    user-friendly tourguide

    \n
  • \n
  • \n

    user-friendly updater

    \n
  • \n
  • \n

    infinity mode

    \n
  • \n
  • \n

    ...

    \n
  • \n
\n

This application is being frequently updated, so does this list.

\n

Contact

\n\n

Contributing

\n

I appreciate it if you can help contribute.

\n\n

To-do List

\n

Please go and see the GitHub Project.

\n

How to Build

\n
yarn # install deps\n\nyarn start # launch the app\n\nyarn nsis # windows nsis installer\n\nyarn nsis-ia32 # windows nsis installer (x86/ia32)\n\nyarn 7zip # windows 7zip protable version\n\nyarn 7zip-ia32 # windows 7zip portable version (x86/ia32)\n\nyarn mac # macos\n\nyarn linux # linux
\n

Please note that:

\n
    \n
  • Linux version hasn't been tested (If you are using Linux, you can fix things up yourself and contribute).
  • \n
\n

For more info about development, go to DEVELOPMENT_GUIDE.

\n

Copyright & Credit

\n

Copyright (c) 2019-2020 Roderick Qiu and other contributors. All rights reserved.

\n

Licensed under the MPL 2.0 License.

\n

Packages Using

\n

Main Program

\n

For the full text of licenses, go and see this file, which is also included in every copy of wnr.

\n
    \n
  • node-shi, my own project following MIT License.
  • \n
  • cmd-or-ctrl, another project of mine following MIT License.
  • \n
  • node-auto-launch, Teamwork, MIT License.
  • \n
  • compare-version, kevva, MIT License.
  • \n
  • electron-store, sindresorhus, MIT License.
  • \n
  • i18n-node, mashpie, MIT License.
  • \n
  • crypto-js, brix, MIT License.
  • \n
  • copy-to-clipboard, sudodoki, MIT License.
  • \n
  • request, request, Apache-2.0 License.
  • \n
  • winreg, fresc81, BSD 2-Clause License.
  • \n
  • electron, electron, MIT License.
  • \n
  • electron-builder, electron-userland, MIT License.
  • \n
  • jquery, jquery, MIT License.
  • \n
  • bootstrap, twbs, MIT License.
  • \n
  • iconfont, ALIMAMA MUX, for license go to the site.
  • \n
  • dotenv, motdotla, BSD-2-Clause License.
  • \n
  • windows-release, sindresorhus, MIT License.
  • \n
  • leancloud-storage, leancloud, MIT License.
  • \n
  • electron-debug, sindresorhus, MIT License.
  • \n
  • node-fetch, node-fetch, MIT License.
  • \n
  • node-notifier, mikaelbr, MIT License.
  • \n
  • popper.js, popperjs, MIT License.
  • \n
  • schart.js, lin-xin, MIT License.
  • \n
  • cross-env, kentcdodds, MIT License.
  • \n
\n

Website / Documents (wnr-guide, provided with [CC-BY-4.0] license)

\n
    \n
  • vuepress, vuejs, MIT License.
  • \n
  • vuepress-plugin-sitemap, ekoeryanto, MIT License.
  • \n
  • vuepress-theme-api, sqrthree, MIT License.
  • \n
\n

Environment Using

\n
    \n
  • node, nodejs, License.
  • \n
  • NSIS, Nullsoft, zlib/libpng License.
  • \n
  • VS Code, microsoft, MIT License.
  • \n
\n
", - "readmeFetchedAt": "2020-09-17T12:10:02.984Z" + "wwii-stats-viewer": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:54.217Z" + }, + "y2mp3": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:54.237Z" }, "xcel": { - "readmeCleaned": "

XCEL - An Ultimate EXCEL Data Filter

\n

XCEL 是由京东用户体验设计部 凹凸实验室 推出的一个 Excel 数据清洗工具,其通过可视化的方式让用户轻松地对 Excel 数据进行筛选。整个数据筛选处理过程利用 NodeJS 强大的异步处理功能,让你彻底告别在 Excel 里面自己写宏函数的卡顿、没响应的原始方式!

\n

下载试用:

\n\n

落地页:https://xcel.aotu.io/
\n项目总结:https://aotu.io/notes/2016/11/15/xcel/

\n

功能特色

\n
    \n
  1. 体验佳:该工具基于 Electron 开发,使其拥有了很多原生特性,如与系统一致的弹框、无边框设计等等。
  2. \n
  3. 可视化:可视化操作你的 Excel 数据,支持文件的导入导出。
  4. \n
  5. 强大的筛选逻辑:提供了单列运算逻辑、多列运算逻辑和双列范围逻辑三种筛选方式,并且可通过“且”、“或”和“编组”的方式任意组合。
  6. \n
  7. 去重功能:提供可指定列的方式进行去重,有效避免数据冗余。
  8. \n
\n

截图

\n
    \n
  1. 初始界面
    \n\"初始界面\"
  2. \n
  3. 筛选条件面板\n\"筛选条件面板\"
  4. \n
  5. 历史文件列表
    \n\"历史文件列表\"
  6. \n
  7. 使用说明
    \n\"使用说明\"
  8. \n
  9. 应用更新\n\"应用更新\"
  10. \n
\n

感谢

\n

特别感谢 @mamboer@JChehe@hankaibo 对此项目作出贡献💯

\n

欢迎大家下载试用,当然更希望你们推荐给有需要的人。如果该工具没涵盖到你的筛选需求,可以进行反馈,我们会根据情况适时增加进来。

\n

开源许可证

\n

GPL

\n
\n

开发者

\n

模块说明

\n

两个 package.json 的结构

\n
    \n
  1. \n

    对于开发(./package.json)
    \n该 package.json 存在于项目的根目录。它描述了开发环境和构建命令(build scripts),即 devDependencies

    \n
  2. \n
  3. \n

    对于应用
    \n该 package.json 存在于 app 目录下。它描述了应用的依赖(即 depencencies)。只有该目录是最终会被打包生成程序。

    \n
  4. \n
\n

运行环境

\n

XCEL 推荐使用 node v6.x 作为编译运行环境。另外,构建工具使用了 Webpack。

\n

构建步骤

\n

该项目是基于 electron-vue 开发,该模板的更多信息可以 点击这里 查看。

\n
# install dependencies\nnpm install\n\n# serve with hot reload at localhost:9080\nnpm run dev\n\n# build electron app for production\nnpm run build\n\n# run webpack in production\nnpm run pack\n
\n

更多构建信息可点击 这里 查看。

\n

初始化项目时可能会遇到的问题

\n
    \n
  • 安装 electron 包过慢(国内情况)的解决方法:
  • \n
  • 临时方式:\nDEBUG=* ELECTRON_MIRROR="https://npm.taobao.org/mirrors/electron/" npm install electron
    \n加入DEBUG=*是为了查看调试信息,确认下载源是否替换成功。
  • \n
  • 永久方式:给环境变量文件(.zshrc/.bashrc)加入环境变量值(前者对应zsh,后者是bash,根据自己的实际情况)\nexport ELECTRON_MIRROR="https://npm.taobao.org/mirrors/electron/"
    \n另外某些情况下会出现安装包下载不完整导致electron安装失败的原因,可以尝试清除electron缓存。
    \n缓存的默认地址在:$HOME/.electron
    \n通过添加ELECTRON_CUSTOM_DIR可以自定义缓存目录,方法同上。
  • \n
  • node-sass
  • \n
\n
ERROR in dlopen(/Users/**/Desktop/XCel/node_modules/node-sass/vendor/darwin-x64-48/binding.node, 1): no suitable image found.  Did find:\n            /Users/**/Desktop/XCel/node_modules/node-sass/vendor/darwin-x64-48/binding.node: truncated mach-o error: segment __TEXT extends to 1212416 which is past end of file 260668\n          @ ./~/vue-style-loader!./~/css-loader!./~/vue-loader/lib/style-rewriter.js!./~/sass-loader!./~/vue-loader/lib/selector.js?type=style&index=0!./app/src/App.vue 4:14-240 13:2-17:4 14:20-246\n
\n

解决方法:npm rebuild node-sass

\n

如果你还遇到其他构建问题,欢迎反馈,我会及时更新到此处。

\n

一些有助于理解程序的图例

\n
    \n
  1. Vue 组件结构
    \n \"Vue
  2. \n
  3. Vuex 数据结构
    \n \"Vuex
  4. \n
  5. 解析 Excel 后的数据结构(在 Background Process 中)
    \n \"解析
  6. \n
  7. 项目的文件结构
  8. \n
\n
.  \n├── README.md  \n├── app················································应用的代码目录  \n│   ├── crashTempate.js································应用崩溃时提交的日志信息  \n│   ├── dist···········································应用构建后的代码目录  \n│   │   ├── background·································  \n│   │   │   ├── excelUtils.js··························  \n│   │   │   ├── filterUtils.js·························  \n│   │   │   ├── generateHTMLString.js··················  \n│   │   │   ├── index.html·····························  \n│   │   │   └── index.js·······························  \n│   │   └── update·····································  \n│   │       ├── index.css······························  \n│   │       ├── index.html·····························  \n│   │       └── index.js·······························  \n│   ├── electron.js····································electron 入口文件(Main Process)  \n│   ├── icons··········································electron-packager 打包时所需的应用图标  \n│   │   ├── icon.icns··································.icns <--> OSX  \n│   │   ├── icon.ico···································.ico  <--> Windows  \n│   │   └── icon.png···································.png  <--> 可选项  \n│   ├── ipcMainSets.js·································IPC通讯:主进程  \n│   ├── main.ejs·······································页面入口  \n│   ├── menuTemplate.js································应用的菜单栏  \n│   ├── node_modules···································应用层级的 node_modules  \n│   ├── package.json···································应用层级的 package.json(如 Lodash)  \n│   └── src············································Vue 相关的目录   \n│       ├── App.vue····································单页面的主结构  \n│       ├── api········································所有 API 请求(目前为空)  \n│       ├── background·································Backgroud Process(Renderer Process)用于处理耗时的操作  \n│       │   ├── excelUtils.js··························excel 相关的工具函数集合  \n│       │   ├── filterUtils.js·························过滤相关的工具函数集合  \n│       │   ├── generateHTMLString.js··················根据excel数据生成相应的 HTML 字符串  \n│       │   ├── index.html·····························Background Process 入口文件  \n│       │   └── index.js·······························Background Process 入口 JavaScript 文件  \n│       ├── components·································组件目录  \n│       │   ├── FirstScreenPageView····················首屏的组件目录  \n│       │   │   ├── ColSelDialog.vue···················列选择弹框组件  \n│       │   │   ├── ExcelDisplay.vue···················Excel 展示组件  \n│       │   │   ├── FilterForUnique.vue················去重逻辑表单组件  \n│       │   │   ├── FilterFormDoubleColsRange.vue······双列范围逻辑表单组件  \n│       │   │   ├── FilterFormMultiCalc.vue············多列运算逻辑表单组件  \n│       │   │   ├── FilterFormSingleLogic.vue··········单列运算逻辑表单组件  \n│       │   │   ├── FilterPanel.vue····················过滤面板组件  \n│       │   │   ├── FilterTag.vue······················过滤标签组件  \n│       │   │   ├── FilterTagList.vue··················过滤标签列组件  \n│       │   │   ├── GroupSelect.vue····················组别选择组件  \n│       │   │   ├── SheetOfExcel.vue···················Excel 的 sheet 组件  \n│       │   │   └── uniqueTag.vue······················去重逻辑表单组件  \n│       │   ├── FirstScreenPageView.vue················首屏页面结构组件  \n│       │   ├── InstructionsPageView···················使用说明组件目录  \n│       │   │   ├── Instructions.vue···················使用说明组件  \n│       │   │   └── assets·····························静态资源  \n│       │   │       └── qrcode.jpg·····················二维码图片  \n│       │   ├── InstructionsPageView.vue···············使用说明页面结构   \n│       │   ├── assets·································静态资源   \n│       │   │   ├── O2-icon.png························O2 图标   \n│       │   │   ├── common.scss························通用 CSS 样式   \n│       │   │   ├── content.scss·······················使用说面页面的 CSS 样式   \n│       │   │   ├── markdown.scss······················markdown 的 CSS 样式   \n│       │   │   ├── o2logo.png·························O2 logo  \n│       │   │   ├── select.scss························下拉选择框的 CSS 样式  \n│       │   │   ├── svg································SVG 图标目录  \n│       │   │   ├── table.scss·························table 相关的 CSS 样式  \n│       │   │   ├── tabs.scss··························Excel 的 Tabs(sheets) CSS 样式  \n│       │   │   └── xcel_logo.png······················xcel Logo  \n│       │   └── common·································可复用的组件目录  \n│       │       ├── FileList.vue·······················文件列表组件  \n│       │       ├── Footer.vue·························底部组件  \n│       │       ├── Header.vue·························头部组件  \n│       │       ├── Loading.vue························文件处理时的 Loading 组件  \n│       │       ├── SideBar.vue························侧边栏组件  \n│       │       ├── UpdateDialog.vue···················应用更新弹框组件  \n│       │       └── WindowTop.vue······················顶部控制条组件  \n│       ├── main.js····································Vue 入口文件  \n│       ├── routes.js··································Vue 路由文件  \n│       ├── store······································Vuex 数据目录  \n│       │   ├── actions.js·····························涉及多个 mutations 的 action 集合  \n│       │   ├── getters.js·····························涉及多个 mutations 的 getter 集合  \n│       │   ├── index.js·······························Vuex 入口文件   \n│       │   ├── modules································模块目录  \n│       │   │   ├── clientUpdate.js····················应用更新相关的模块  \n│       │   │   ├── excel.js···························Excel 相关的模块  \n│       │   │   ├── file.js····························文件相关的模块  \n│       │   │   ├── filter.js··························过滤相关的模块  \n│       │   │   ├── programWindow.js···················应用窗口的控制模块(如最大化、最小化)  \n│       │   │   └── unique.js··························去重相关的模块  \n│       │   └── mutation-types.js······················mutation-types 声明  \n│       ├── update·····································应用更新的页面(Renderer Procss)  \n│       │   ├── index.css······························  \n│       │   ├── index.html·····························  \n│       │   └── index.js·······························  \n│       └── utils······································工具函数目录  \n│           ├── ExcelSet.js····························Excel 相关的工具函数  \n│           ├── appInfo.js·····························应用相关的信息  \n│           ├── localStorageSet.js·····················本地存储的工具函数  \n│           └── openExternal.js························通过默认浏览器打开外链的工具函数  \n├── build··············································electron-builder 生成安装包时所需文件(如图标、背景图)  \n│   ├── background.png·································Mac 安装时显示的背景图  \n│   ├── icon.icns······································OSX 应用图标  \n│   ├── icon.ico·······································  \n│   ├── install-spinner.gif····························Windons 安装时显示的 GIF 动画  \n│   ├── installerHeader································  \n│   └── installerHeaderIcon.ico························  \n├── builds·············································electron-packager 打包出来的各平台应用  \n│   ├── XCel-darwin-x64································macOS 64位  \n│   ├── XCel-linux-ia32································Linux 32位  \n│   ├── XCel-linux-x64·································Liunx 64位  \n│   ├── XCel-mas-x64···································苹果应用商店(Mac App Store)的 安装包  \n│   ├── XCel-win32-ia32································Windows 32位  \n│   └── XCel-win32-x64·································windows 64位  \n├── config.js··········································Electron 构建时的配置文件  \n├── node_modules·······································Electron 层级的 node_modules  \n├── package.json·······································Electron 层级的 package.json  \n├── tasks··············································预定义的任务集(如快速新建 Vue 组件等)  \n│   ├── release.js·····································  \n│   ├── runner.js······································  \n└── webpack.config.js··································webpack 配置文件  \n
\n
", - "readmeOriginal": "

XCEL - An Ultimate EXCEL Data Filter

\n

XCEL 是由京东用户体验设计部 凹凸实验室 推出的一个 Excel 数据清洗工具,其通过可视化的方式让用户轻松地对 Excel 数据进行筛选。整个数据筛选处理过程利用 NodeJS 强大的异步处理功能,让你彻底告别在 Excel 里面自己写宏函数的卡顿、没响应的原始方式!

\n

下载试用:

\n\n

落地页:https://xcel.aotu.io/
\n项目总结:https://aotu.io/notes/2016/11/15/xcel/

\n

功能特色

\n
    \n
  1. 体验佳:该工具基于 Electron 开发,使其拥有了很多原生特性,如与系统一致的弹框、无边框设计等等。
  2. \n
  3. 可视化:可视化操作你的 Excel 数据,支持文件的导入导出。
  4. \n
  5. 强大的筛选逻辑:提供了单列运算逻辑、多列运算逻辑和双列范围逻辑三种筛选方式,并且可通过“且”、“或”和“编组”的方式任意组合。
  6. \n
  7. 去重功能:提供可指定列的方式进行去重,有效避免数据冗余。
  8. \n
\n

截图

\n
    \n
  1. 初始界面
    \n\"初始界面\"
  2. \n
  3. 筛选条件面板\n\"筛选条件面板\"
  4. \n
  5. 历史文件列表
    \n\"历史文件列表\"
  6. \n
  7. 使用说明
    \n\"使用说明\"
  8. \n
  9. 应用更新\n\"应用更新\"
  10. \n
\n

感谢

\n

特别感谢 @mamboer@JChehe@hankaibo 对此项目作出贡献💯

\n

欢迎大家下载试用,当然更希望你们推荐给有需要的人。如果该工具没涵盖到你的筛选需求,可以进行反馈,我们会根据情况适时增加进来。

\n

开源许可证

\n

GPL

\n
\n

开发者

\n

模块说明

\n

两个 package.json 的结构

\n
    \n
  1. \n

    对于开发(./package.json)
    \n该 package.json 存在于项目的根目录。它描述了开发环境和构建命令(build scripts),即 devDependencies

    \n
  2. \n
  3. \n

    对于应用
    \n该 package.json 存在于 app 目录下。它描述了应用的依赖(即 depencencies)。只有该目录是最终会被打包生成程序。

    \n
  4. \n
\n

运行环境

\n

XCEL 推荐使用 node v6.x 作为编译运行环境。另外,构建工具使用了 Webpack。

\n

构建步骤

\n

该项目是基于 electron-vue 开发,该模板的更多信息可以 点击这里 查看。

\n
# install dependencies\nnpm install\n\n# serve with hot reload at localhost:9080\nnpm run dev\n\n# build electron app for production\nnpm run build\n\n# run webpack in production\nnpm run pack\n
\n

更多构建信息可点击 这里 查看。

\n

初始化项目时可能会遇到的问题

\n
    \n
  • 安装 electron 包过慢(国内情况)的解决方法:
  • \n
  • 临时方式:\nDEBUG=* ELECTRON_MIRROR=\"https://npm.taobao.org/mirrors/electron/\" npm install electron
    \n加入DEBUG=*是为了查看调试信息,确认下载源是否替换成功。
  • \n
  • 永久方式:给环境变量文件(.zshrc/.bashrc)加入环境变量值(前者对应zsh,后者是bash,根据自己的实际情况)\nexport ELECTRON_MIRROR=\"https://npm.taobao.org/mirrors/electron/\"
    \n另外某些情况下会出现安装包下载不完整导致electron安装失败的原因,可以尝试清除electron缓存。
    \n缓存的默认地址在:$HOME/.electron
    \n通过添加ELECTRON_CUSTOM_DIR可以自定义缓存目录,方法同上。
  • \n
  • node-sass
  • \n
\n
ERROR in dlopen(/Users/**/Desktop/XCel/node_modules/node-sass/vendor/darwin-x64-48/binding.node, 1): no suitable image found.  Did find:\n            /Users/**/Desktop/XCel/node_modules/node-sass/vendor/darwin-x64-48/binding.node: truncated mach-o error: segment __TEXT extends to 1212416 which is past end of file 260668\n          @ ./~/vue-style-loader!./~/css-loader!./~/vue-loader/lib/style-rewriter.js!./~/sass-loader!./~/vue-loader/lib/selector.js?type=style&index=0!./app/src/App.vue 4:14-240 13:2-17:4 14:20-246\n
\n

解决方法:npm rebuild node-sass

\n

如果你还遇到其他构建问题,欢迎反馈,我会及时更新到此处。

\n

一些有助于理解程序的图例

\n
    \n
  1. Vue 组件结构
    \n \"Vue
  2. \n
  3. Vuex 数据结构
    \n \"Vuex
  4. \n
  5. 解析 Excel 后的数据结构(在 Background Process 中)
    \n \"解析
  6. \n
  7. 项目的文件结构
  8. \n
\n
.  \n├── README.md  \n├── app················································应用的代码目录  \n│   ├── crashTempate.js································应用崩溃时提交的日志信息  \n│   ├── dist···········································应用构建后的代码目录  \n│   │   ├── background·································  \n│   │   │   ├── excelUtils.js··························  \n│   │   │   ├── filterUtils.js·························  \n│   │   │   ├── generateHTMLString.js··················  \n│   │   │   ├── index.html·····························  \n│   │   │   └── index.js·······························  \n│   │   └── update·····································  \n│   │       ├── index.css······························  \n│   │       ├── index.html·····························  \n│   │       └── index.js·······························  \n│   ├── electron.js····································electron 入口文件(Main Process)  \n│   ├── icons··········································electron-packager 打包时所需的应用图标  \n│   │   ├── icon.icns··································.icns <--> OSX  \n│   │   ├── icon.ico···································.ico  <--> Windows  \n│   │   └── icon.png···································.png  <--> 可选项  \n│   ├── ipcMainSets.js·································IPC通讯:主进程  \n│   ├── main.ejs·······································页面入口  \n│   ├── menuTemplate.js································应用的菜单栏  \n│   ├── node_modules···································应用层级的 node_modules  \n│   ├── package.json···································应用层级的 package.json(如 Lodash)  \n│   └── src············································Vue 相关的目录   \n│       ├── App.vue····································单页面的主结构  \n│       ├── api········································所有 API 请求(目前为空)  \n│       ├── background·································Backgroud Process(Renderer Process)用于处理耗时的操作  \n│       │   ├── excelUtils.js··························excel 相关的工具函数集合  \n│       │   ├── filterUtils.js·························过滤相关的工具函数集合  \n│       │   ├── generateHTMLString.js··················根据excel数据生成相应的 HTML 字符串  \n│       │   ├── index.html·····························Background Process 入口文件  \n│       │   └── index.js·······························Background Process 入口 JavaScript 文件  \n│       ├── components·································组件目录  \n│       │   ├── FirstScreenPageView····················首屏的组件目录  \n│       │   │   ├── ColSelDialog.vue···················列选择弹框组件  \n│       │   │   ├── ExcelDisplay.vue···················Excel 展示组件  \n│       │   │   ├── FilterForUnique.vue················去重逻辑表单组件  \n│       │   │   ├── FilterFormDoubleColsRange.vue······双列范围逻辑表单组件  \n│       │   │   ├── FilterFormMultiCalc.vue············多列运算逻辑表单组件  \n│       │   │   ├── FilterFormSingleLogic.vue··········单列运算逻辑表单组件  \n│       │   │   ├── FilterPanel.vue····················过滤面板组件  \n│       │   │   ├── FilterTag.vue······················过滤标签组件  \n│       │   │   ├── FilterTagList.vue··················过滤标签列组件  \n│       │   │   ├── GroupSelect.vue····················组别选择组件  \n│       │   │   ├── SheetOfExcel.vue···················Excel 的 sheet 组件  \n│       │   │   └── uniqueTag.vue······················去重逻辑表单组件  \n│       │   ├── FirstScreenPageView.vue················首屏页面结构组件  \n│       │   ├── InstructionsPageView···················使用说明组件目录  \n│       │   │   ├── Instructions.vue···················使用说明组件  \n│       │   │   └── assets·····························静态资源  \n│       │   │       └── qrcode.jpg·····················二维码图片  \n│       │   ├── InstructionsPageView.vue···············使用说明页面结构   \n│       │   ├── assets·································静态资源   \n│       │   │   ├── O2-icon.png························O2 图标   \n│       │   │   ├── common.scss························通用 CSS 样式   \n│       │   │   ├── content.scss·······················使用说面页面的 CSS 样式   \n│       │   │   ├── markdown.scss······················markdown 的 CSS 样式   \n│       │   │   ├── o2logo.png·························O2 logo  \n│       │   │   ├── select.scss························下拉选择框的 CSS 样式  \n│       │   │   ├── svg································SVG 图标目录  \n│       │   │   ├── table.scss·························table 相关的 CSS 样式  \n│       │   │   ├── tabs.scss··························Excel 的 Tabs(sheets) CSS 样式  \n│       │   │   └── xcel_logo.png······················xcel Logo  \n│       │   └── common·································可复用的组件目录  \n│       │       ├── FileList.vue·······················文件列表组件  \n│       │       ├── Footer.vue·························底部组件  \n│       │       ├── Header.vue·························头部组件  \n│       │       ├── Loading.vue························文件处理时的 Loading 组件  \n│       │       ├── SideBar.vue························侧边栏组件  \n│       │       ├── UpdateDialog.vue···················应用更新弹框组件  \n│       │       └── WindowTop.vue······················顶部控制条组件  \n│       ├── main.js····································Vue 入口文件  \n│       ├── routes.js··································Vue 路由文件  \n│       ├── store······································Vuex 数据目录  \n│       │   ├── actions.js·····························涉及多个 mutations 的 action 集合  \n│       │   ├── getters.js·····························涉及多个 mutations 的 getter 集合  \n│       │   ├── index.js·······························Vuex 入口文件   \n│       │   ├── modules································模块目录  \n│       │   │   ├── clientUpdate.js····················应用更新相关的模块  \n│       │   │   ├── excel.js···························Excel 相关的模块  \n│       │   │   ├── file.js····························文件相关的模块  \n│       │   │   ├── filter.js··························过滤相关的模块  \n│       │   │   ├── programWindow.js···················应用窗口的控制模块(如最大化、最小化)  \n│       │   │   └── unique.js··························去重相关的模块  \n│       │   └── mutation-types.js······················mutation-types 声明  \n│       ├── update·····································应用更新的页面(Renderer Procss)  \n│       │   ├── index.css······························  \n│       │   ├── index.html·····························  \n│       │   └── index.js·······························  \n│       └── utils······································工具函数目录  \n│           ├── ExcelSet.js····························Excel 相关的工具函数  \n│           ├── appInfo.js·····························应用相关的信息  \n│           ├── localStorageSet.js·····················本地存储的工具函数  \n│           └── openExternal.js························通过默认浏览器打开外链的工具函数  \n├── build··············································electron-builder 生成安装包时所需文件(如图标、背景图)  \n│   ├── background.png·································Mac 安装时显示的背景图  \n│   ├── icon.icns······································OSX 应用图标  \n│   ├── icon.ico·······································  \n│   ├── install-spinner.gif····························Windons 安装时显示的 GIF 动画  \n│   ├── installerHeader································  \n│   └── installerHeaderIcon.ico························  \n├── builds·············································electron-packager 打包出来的各平台应用  \n│   ├── XCel-darwin-x64································macOS 64位  \n│   ├── XCel-linux-ia32································Linux 32位  \n│   ├── XCel-linux-x64·································Liunx 64位  \n│   ├── XCel-mas-x64···································苹果应用商店(Mac App Store)的 安装包  \n│   ├── XCel-win32-ia32································Windows 32位  \n│   └── XCel-win32-x64·································windows 64位  \n├── config.js··········································Electron 构建时的配置文件  \n├── node_modules·······································Electron 层级的 node_modules  \n├── package.json·······································Electron 层级的 package.json  \n├── tasks··············································预定义的任务集(如快速新建 Vue 组件等)  \n│   ├── release.js·····································  \n│   ├── runner.js······································  \n└── webpack.config.js··································webpack 配置文件  \n
\n
", - "readmeFetchedAt": "2020-09-17T12:10:03.100Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:54.238Z" }, "yeoman": { - "readmeCleaned": "

Yeoman App \"Build \"Gitter\"

\n
\n

A desktop app that scaffolds projects using Yeoman.

\n
\n

Yo, my friend. This is the first official Yeoman application with a fresh user interface from 2015. The app is unfortunately still in heavy development and we are looking for help! Let us know if something doesn't work like you expected by raising an issue or fix it straight away with a PR.

\n

\"Screenshot\"

\n

Documentation

\n

The project is based mainly on electron and Material UI. For a Getting started guide, API docs etc. see the documentation page. If something is missing, wrong or unclear, please open an issue. Thank you!

\n

Contributing

\n

We love contributors! See our contribution guideline to get started.

\n

Google analytics

\n

To understand how the app is being used we will report usage information to Google Analytics. If you do not want this information reported, you can disable it. Open the devtools with CMD+OPT+I (or CTRL+SHIFT+I on Windows) and execute the following snippet in the console localStorage.setItem('insight.disabled', true).

\n

Collected Data

\n
    \n
  • Your IP address is anonymized
  • \n
  • A unique identifier that is generated by computing the SHA-1 of the machine's MAC address.
  • \n
  • The screen width and height
  • \n
  • The version of Yeoman-App being used
  • \n
  • Your operating system and version
  • \n
  • App events (e.g. number of total installed generators, selected generator)
  • \n
\n

License

\n

MIT License © Yeoman team

\n
", - "readmeOriginal": "

Yeoman App \"Build \"Gitter\"

\n
\n

A desktop app that scaffolds projects using Yeoman.

\n
\n

Yo, my friend. This is the first official Yeoman application with a fresh user interface from 2015. The app is unfortunately still in heavy development and we are looking for help! Let us know if something doesn't work like you expected by raising an issue or fix it straight away with a PR.

\n

\"Screenshot\"

\n

Documentation

\n

The project is based mainly on electron and Material UI. For a Getting started guide, API docs etc. see the documentation page. If something is missing, wrong or unclear, please open an issue. Thank you!

\n

Contributing

\n

We love contributors! See our contribution guideline to get started.

\n

Google analytics

\n

To understand how the app is being used we will report usage information to Google Analytics. If you do not want this information reported, you can disable it. Open the devtools with CMD+OPT+I (or CTRL+SHIFT+I on Windows) and execute the following snippet in the console localStorage.setItem('insight.disabled', true).

\n

Collected Data

\n
    \n
  • Your IP address is anonymized
  • \n
  • A unique identifier that is generated by computing the SHA-1 of the machine's MAC address.
  • \n
  • The screen width and height
  • \n
  • The version of Yeoman-App being used
  • \n
  • Your operating system and version
  • \n
  • App events (e.g. number of total installed generators, selected generator)
  • \n
\n

License

\n

MIT License © Yeoman team

\n
", - "readmeFetchedAt": "2020-09-17T12:10:03.315Z" - }, - "y2mp3": { - "readmeCleaned": "

\"Travis-ci\n\"Wallaby.js\"\n\"Release\n\"Github

\n

\"logo\"

\n

What is "Y2Mp3" app?

\n

A simple desktop application to download Youtube videos to video (mp4, mpg, wmv) and audio (wav, flac, m4a, wma, mp3, ogg, acc) formats, one by one or all of them.

\n

\"video

\n

Find us on Slack

\n

\"link

\n

Disclaimer

\n

📢📢

\n
    \n
  1. The app doesn't track you down in ANY way. Not Google Analytics, or any other service. We know nothing jon snow! So, if you have an idea about how to make this app even greater, we will not know unless you will tell us. Please fill a Feature Request or Open a bug and let we know what do you think.
  2. \n
  3. The app doesn't store ANY media files ANYWHERE except on the device who use this app.
  4. \n
  5. Please use this app for downloading only public resources (You shouldn't be able to download private media). If you doesn't see all of the videos in the playlist, probably, they private (even it's yours private)
  6. \n
\n

🕵

\n

Supported operating systems

\n

\"windows\"

\n

\"mac\"

\n

\"linux\"

\n

Download

\n
    \n
  • Free 💰
  • \n
  • No ads 📣
  • \n
\n

Find your download: https://github.com/moshfeu/y2mp3/releases/latest

\n

Change log

\n
2.5.0
\n

Fix - The app didn't work at all because if changes in Youtube.

\n
2.4.1
\n

Fix - some downloads failed ("The video is unavailable")

\n
2.4.0
\n
    \n
  • Allow to stop active video download
  • \n
  • Scroll the screen to a download when it starts
  • \n
\n
2.3.0
\n
    \n
  • Allow to remove videos from the list
  • \n
\n

\"Remove

\n
    \n
  • Icon in the tray that shows the progress
  • \n
\n

\"progress

\n
    \n
  • Show notification when video downloaded
  • \n
\n

\"notification

\n
    \n
  • Bug fixes
  • \n
\n
2.2.0
\n
    \n
  • Attach the video's thumbnail as album art
  • \n
\n

\"Album

\n
    \n
  • Add menu for better accesibility to useful options
  • \n
\n

\"New

\n
2.1.0
\n
    \n
  • Check for updates automatically (Thanks (again) to @iahmedhendi)
  • \n
\n

\"Screen

\n
2.0.0
\n
    \n
  • Allow to download videos! (supported formats: mp4, wmv, mpg)
  • \n
  • Bug fixes and UI improvements
  • \n
\n
1.7.0
\n
    \n
  • Don't open multiple folder picker dialogs (Thanks to @iahmedhendi for the issue)
  • \n
  • Don't ask to install ffmpeg if it already installed (Thanks to @antwake for the issue)
  • \n
\n
1.6.0 (Thanks to softpedia for the ideas)
\n
    \n
  • Allow to choose different audio formats (mp3, wav, flac, m4a, wma, ogg, aac)
  • \n
  • Copied URLs will be automatically be loaded into the app.
  • \n
\n
1.5.0
\n

Add the option to save each playlist to a dedicated folder - thanks to @saydax for the request

\n
1.4.0
\n

Make song title a link - thanks to @shayanypn

\n
1.3.0
\n
    \n
  • Allow to change the audio quality
  • \n
  • display a proper message when the url is not supported or invalid
  • \n
\n
1.2.0
\n

Allow to change the downloads folder

\n
1.1.0
\n

Allow fetch and download a single video

\n
1.0.0
\n

Fetch videos from youtube playlist and download them one by one or all.

\n

Contributors

\n\n
\n Os Icons made by Pixel perfect from www.flaticon.com is licensed by CC 3.0 BY\n
\n

Development

\n
npm install\nnpm start\n
\n

Or

\n
yarn\nyarn start\n
\n

Stack

\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n
\"electron\"\"reactjs\"\"mobx\"\"typescript\"
electronreactjsmobxtypescriptwebpack
\n

Logos licenes

\n\n

Tests

\n\n

Libraries

\n\n

TODO

\n

🖖🎖 Thanks you for your willing to contribute! You can find the list in the project page.

\n

License

\n

MIT

\n
", - "readmeOriginal": "

\"Travis-ci\n\"Wallaby.js\"\n\"Release\n\"Github

\n

\"logo\"

\n

What is \"Y2Mp3\" app?

\n

A simple desktop application to download Youtube videos to video (mp4, mpg, wmv) and audio (wav, flac, m4a, wma, mp3, ogg, acc) formats, one by one or all of them.

\n

\"video

\n

Find us on Slack

\n

\"link

\n

Disclaimer

\n

📢📢

\n
    \n
  1. The app doesn't track you down in ANY way. Not Google Analytics, or any other service. We know nothing jon snow! So, if you have an idea about how to make this app even greater, we will not know unless you will tell us. Please fill a Feature Request or Open a bug and let we know what do you think.
  2. \n
  3. The app doesn't store ANY media files ANYWHERE except on the device who use this app.
  4. \n
  5. Please use this app for downloading only public resources (You shouldn't be able to download private media). If you doesn't see all of the videos in the playlist, probably, they private (even it's yours private)
  6. \n
\n

🕵

\n

Supported operating systems

\n

\"windows\"

\n

\"mac\"

\n

\"linux\"

\n

Download

\n
    \n
  • Free 💰
  • \n
  • No ads 📣
  • \n
\n

Find your download: https://github.com/moshfeu/y2mp3/releases/latest

\n

Change log

\n
2.5.0
\n

Fix - The app didn't work at all because if changes in Youtube.

\n
2.4.1
\n

Fix - some downloads failed (\"The video is unavailable\")

\n
2.4.0
\n
    \n
  • Allow to stop active video download
  • \n
  • Scroll the screen to a download when it starts
  • \n
\n
2.3.0
\n
    \n
  • Allow to remove videos from the list
  • \n
\n

\"Remove

\n
    \n
  • Icon in the tray that shows the progress
  • \n
\n

\"progress

\n
    \n
  • Show notification when video downloaded
  • \n
\n

\"notification

\n
    \n
  • Bug fixes
  • \n
\n
2.2.0
\n
    \n
  • Attach the video's thumbnail as album art
  • \n
\n

\"Album

\n
    \n
  • Add menu for better accesibility to useful options
  • \n
\n

\"New

\n
2.1.0
\n
    \n
  • Check for updates automatically (Thanks (again) to @iahmedhendi)
  • \n
\n

\"Screen

\n
2.0.0
\n
    \n
  • Allow to download videos! (supported formats: mp4, wmv, mpg)
  • \n
  • Bug fixes and UI improvements
  • \n
\n
1.7.0
\n
    \n
  • Don't open multiple folder picker dialogs (Thanks to @iahmedhendi for the issue)
  • \n
  • Don't ask to install ffmpeg if it already installed (Thanks to @antwake for the issue)
  • \n
\n
1.6.0 (Thanks to softpedia for the ideas)
\n
    \n
  • Allow to choose different audio formats (mp3, wav, flac, m4a, wma, ogg, aac)
  • \n
  • Copied URLs will be automatically be loaded into the app.
  • \n
\n
1.5.0
\n

Add the option to save each playlist to a dedicated folder - thanks to @saydax for the request

\n
1.4.0
\n

Make song title a link - thanks to @shayanypn

\n
1.3.0
\n
    \n
  • Allow to change the audio quality
  • \n
  • display a proper message when the url is not supported or invalid
  • \n
\n
1.2.0
\n

Allow to change the downloads folder

\n
1.1.0
\n

Allow fetch and download a single video

\n
1.0.0
\n

Fetch videos from youtube playlist and download them one by one or all.

\n

Contributors

\n\n
\n Os Icons made by Pixel perfect from www.flaticon.com is licensed by CC 3.0 BY\n
\n

Development

\n
npm install\nnpm start\n
\n

Or

\n
yarn\nyarn start\n
\n

Stack

\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n
\"electron\"\"reactjs\"\"mobx\"\"typescript\"
electronreactjsmobxtypescriptwebpack
\n

Logos licenes

\n\n

Tests

\n\n

Libraries

\n\n

TODO

\n

🖖🎖 Thanks you for your willing to contribute! You can find the list in the project page.

\n

License

\n

MIT

\n
", - "readmeFetchedAt": "2020-09-17T12:10:03.407Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:54.251Z" }, - "wowcrypt": { - "readmeCleaned": "

\"wowcrypt_title\"

\n

\"electronvueicon128x128\" \"wowcrypticon128x128\"

\n

\"zezvej3

\n

\"alt \"alt \"alt \"\"

\n

\"alt \"alt \"alt \"alt

\n

\"alt

\n

Table of Contents

\n\n

Description

\n
\n

World of Warcraft Armory Desktop Application
\nBlizzard's WoW Community API
\nHTML, CSS, and VueJS 2.0

\n
\n

what is possible?

\n
    \n
  • Achievement Lookup
  • \n
  • Auction House Data
  • \n
  • Boss Lookup
  • \n
  • Character Lookup
  • \n
  • Guild Lookup
  • \n
  • Item Lookup
  • \n
  • Mount Lookup
  • \n
  • Pet Lookup
  • \n
  • PvP Lookup
  • \n
  • Quest Lookup
  • \n
  • Realm Lookup
  • \n
  • Recipe Lookup
  • \n
  • Zone Lookup
  • \n
\n

Downloads

\n

Releases (Binaries & Source Code)

\n

Usage

\n

1.0

\n

Download the binary that fits your operating system and unzip.
\n-- or --
\nGrab the source code and build the app yourself.

\n

1.1

\n

Open the application
\nGo to the settings page
\nInput the api-key and choose your region

\n

1.2

\n

Begin using the application Any errors? (something doesn't work) open an issue

\n

API-Key

\n
# apikey (you can use this.)\n# 100 - Calls per second\n# 36,000 - Calls per hour\nzn2vjjju6qpav96datyqh78smc6s3wax
\n

Build Source Code

\n

1.0

\n

Make sure you have NodeJS

\n

1.1

\n
# insde of the WoWCrypt directory, install dependencies\nnpm install
\n
# serve with hot reload at localhost:9080\nnpm run dev
\n
# build electron app for production\nnpm run build
\n
# cleans the 'builds' folder\nnpm run build:clean\n# build\nnpm run build:[win32|darwin|mas|linux]
\n
# lint all JS/Vue component files in `app/src`\nnpm run lint
\n
# run webpack in production\nnpm run pack
\n

Issues & Fixes

\n

Windows

\n
\n

"Cannot create symlinks; skipping xxxxx platform"

\n
\n
\n
\n

Command Prompt > Run as Administrator

\n
\n
\n

Todo

\n
- Implement full api\n- Add exciting features\n
\n
\n

This project was generated from electron-vue (Documentation) using vue-cli.

\n
", - "readmeOriginal": "

\"wowcrypt_title\"

\n

\"electronvueicon128x128\" \"wowcrypticon128x128\"

\n

\"zezvej3

\n

\"alt \"alt \"alt \"\"

\n

\"alt \"alt \"alt \"alt

\n

\"alt

\n

Table of Contents

\n\n

Description

\n
\n

World of Warcraft Armory Desktop Application
\nBlizzard's WoW Community API
\nHTML, CSS, and VueJS 2.0

\n
\n

what is possible?

\n
    \n
  • Achievement Lookup
  • \n
  • Auction House Data
  • \n
  • Boss Lookup
  • \n
  • Character Lookup
  • \n
  • Guild Lookup
  • \n
  • Item Lookup
  • \n
  • Mount Lookup
  • \n
  • Pet Lookup
  • \n
  • PvP Lookup
  • \n
  • Quest Lookup
  • \n
  • Realm Lookup
  • \n
  • Recipe Lookup
  • \n
  • Zone Lookup
  • \n
\n

Downloads

\n

Releases (Binaries & Source Code)

\n

Usage

\n

1.0

\n

Download the binary that fits your operating system and unzip.
\n-- or --
\nGrab the source code and build the app yourself.

\n

1.1

\n

Open the application
\nGo to the settings page
\nInput the api-key and choose your region

\n

1.2

\n

Begin using the application Any errors? (something doesn't work) open an issue

\n

API-Key

\n
# apikey (you can use this.)\n# 100 - Calls per second\n# 36,000 - Calls per hour\nzn2vjjju6qpav96datyqh78smc6s3wax
\n

Build Source Code

\n

1.0

\n

Make sure you have NodeJS

\n

1.1

\n
# insde of the WoWCrypt directory, install dependencies\nnpm install
\n
# serve with hot reload at localhost:9080\nnpm run dev
\n
# build electron app for production\nnpm run build
\n
# cleans the 'builds' folder\nnpm run build:clean\n# build\nnpm run build:[win32|darwin|mas|linux]
\n
# lint all JS/Vue component files in `app/src`\nnpm run lint
\n
# run webpack in production\nnpm run pack
\n

Issues & Fixes

\n

Windows

\n
\n

\"Cannot create symlinks; skipping xxxxx platform\"

\n
\n
\n
\n

Command Prompt > Run as Administrator

\n
\n
\n

Todo

\n
- Implement full api\n- Add exciting features\n
\n
\n

This project was generated from electron-vue (Documentation) using vue-cli.

\n
", - "readmeFetchedAt": "2020-09-17T12:10:03.448Z" + "youget": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:54.266Z" }, "yosoro": { - "readmeCleaned": "

\n \n

Yosoro

\n

Beautiful Cloud Drive Markdown NoteBook Desktop App

\n

\n \n

\n

\n \n \n \n \n \n \n \n \n \n

\n

\n \n \n \n

\n

\n

Download

\n

The latest version of Yosoro for macOS, linux and Windows is available here.

\n

macOS 10.9+, Windows 7+ & Linux are supported.

\n

Features

\n
    \n
  • Management notes
  • \n
  • Support Latex math formulas and draw diagrams.
  • \n
  • File synchronization(OneDrive is supported)
  • \n
  • Image upload ( GitHub, Weibo, SM.MS)
  • \n
  • Export notes as markdown or html or pdf
  • \n
  • Post article(Supports Medium)
  • \n
  • Beautiful theme
  • \n
\n

ScreenShot

\n

\"\"

\n

Theme

\n

Mysterious Dark🌙 & Cute Light🔆

\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Dark 🌙Light 🔆
\"\"\"\"
\n

Software Manuals

\n

Please read the wiki for more content.

\n

Contributing Guide

\n

Install

\n
yarn
\n

The installation failed in Windows, can try this command:

\n
yarn --ignore-platform
\n

Dev Tools Extension

\n
cp ./config/devconfig.example.json ./config/devconfig.json
\n

Edit ./config/devconfig.json, add Chrome extensions, for example:

\n
{\n    "extensions": [\n        "/Users/xxx/Library/Application Support/Google/Chrome/Default/Extensions/lmhkpmbekcpmknklioeibfkpmmfibljd/2.15.3_0",\n        "/Users/xxx/Library/Application Support/Google/Chrome/Default/Extensions/fmkadmapgofadopljbjfkapdkoienihi/3.4.0_0"\n    ]\n}
\n

Run Main Process

\n
npm run dev:main
\n

Run Renderer Process

\n
npm run dev:renderer
\n

Build

\n
npm run build:all|main|renderer
\n

Package

\n
npm run packager:mac|win|win:64|linux\n
\n

Thanks

\n

Thanks muya, this is a great editor!

\n

Contributors

\n

\"All

\n

Thanks goes to these wonderful people (emoji key):

\n\n\n\n\n\n\n\n\n\n\n\n\n

Alchemy

💻 🎨 📖 ⚠️

Jirawat Boonkumnerd

💻

Xuehua Cai

💻

Austin Leath

📖

Hermes Gjini

📖
\n\n

This project follows the all-contributors specification. Contributions of any kind welcome!

\n

License

\n

GPL-3.0 © Alchemy

\n
", - "readmeOriginal": "

\n \n

Yosoro

\n

Beautiful Cloud Drive Markdown NoteBook Desktop App

\n

\n \n

\n

\n \n \n \n \n \n \n \n \n \n

\n

\n \n \n \n

\n

\n

Download

\n

The latest version of Yosoro for macOS, linux and Windows is available here.

\n

macOS 10.9+, Windows 7+ & Linux are supported.

\n

Features

\n
    \n
  • Management notes
  • \n
  • Support Latex math formulas and draw diagrams.
  • \n
  • File synchronization(OneDrive is supported)
  • \n
  • Image upload ( GitHub, Weibo, SM.MS)
  • \n
  • Export notes as markdown or html or pdf
  • \n
  • Post article(Supports Medium)
  • \n
  • Beautiful theme
  • \n
\n

ScreenShot

\n

\"\"

\n

Theme

\n

Mysterious Dark🌙 & Cute Light🔆

\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Dark 🌙Light 🔆
\"\"\"\"
\n

Software Manuals

\n

Please read the wiki for more content.

\n

Contributing Guide

\n

Install

\n
yarn
\n

The installation failed in Windows, can try this command:

\n
yarn --ignore-platform
\n

Dev Tools Extension

\n
cp ./config/devconfig.example.json ./config/devconfig.json
\n

Edit ./config/devconfig.json, add Chrome extensions, for example:

\n
{\n    \"extensions\": [\n        \"/Users/xxx/Library/Application Support/Google/Chrome/Default/Extensions/lmhkpmbekcpmknklioeibfkpmmfibljd/2.15.3_0\",\n        \"/Users/xxx/Library/Application Support/Google/Chrome/Default/Extensions/fmkadmapgofadopljbjfkapdkoienihi/3.4.0_0\"\n    ]\n}
\n

Run Main Process

\n
npm run dev:main
\n

Run Renderer Process

\n
npm run dev:renderer
\n

Build

\n
npm run build:all|main|renderer
\n

Package

\n
npm run packager:mac|win|win:64|linux\n
\n

Thanks

\n

Thanks muya, this is a great editor!

\n

Contributors

\n

\"All

\n

Thanks goes to these wonderful people (emoji key):

\n\n\n\n\n\n\n\n\n\n\n\n\n

Alchemy

💻 🎨 📖 ⚠️

Jirawat Boonkumnerd

💻

Xuehua Cai

💻

Austin Leath

📖

Hermes Gjini

📖
\n\n

This project follows the all-contributors specification. Contributions of any kind welcome!

\n

License

\n

GPL-3.0 © Alchemy

\n
", - "readmeFetchedAt": "2020-09-17T12:10:03.585Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:54.267Z" }, "youtube-mp3": { - "readmeCleaned": "

Electron-Youtube-to-Mp3-Converter

\n

\"icon.png\"

\n

##Youtube mp3 Website

\n

Clone and run for a quick way to see Electron-Youtube-to-Mp3-Converter in action.

\n

Screenshot

\n

\"screenshot.JPG\"

\n

How To Use

\n

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

\n
# Clone this repository\ngit clone https://github.com/MedZed/Electron-Youtube-to-Mp3-Converter.git\n# Go into the repository\ncd Electron-Youtube-to-Mp3-Converter\n# Install dependencies\nnpm install\n# Run the app\nnpm start
\n

Learn more about Electron and its API in the documentation.

\n

Link to final installable windows app

\n

Electron Youtube To MP3 Converter

\n

Other Example Apps

\n

My other app : News Electron App (Headlines)\nFor more example apps, see the\nlist of boilerplates\ncreated by the awesome electron community.

\n

License

\n

The MIT License

\n

Copyright (c) 2017 Med Zarroug

\n
", - "readmeOriginal": "

Electron-Youtube-to-Mp3-Converter

\n

\"icon.png\"

\n

##Youtube mp3 Website

\n

Clone and run for a quick way to see Electron-Youtube-to-Mp3-Converter in action.

\n

Screenshot

\n

\"screenshot.JPG\"

\n

How To Use

\n

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

\n
# Clone this repository\ngit clone https://github.com/MedZed/Electron-Youtube-to-Mp3-Converter.git\n# Go into the repository\ncd Electron-Youtube-to-Mp3-Converter\n# Install dependencies\nnpm install\n# Run the app\nnpm start
\n

Learn more about Electron and its API in the documentation.

\n

Link to final installable windows app

\n

Electron Youtube To MP3 Converter

\n

Other Example Apps

\n

My other app : News Electron App (Headlines)\nFor more example apps, see the\nlist of boilerplates\ncreated by the awesome electron community.

\n

License

\n

The MIT License

\n

Copyright (c) 2017 Med Zarroug

\n
", - "readmeFetchedAt": "2020-09-17T12:10:03.642Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:54.290Z" }, - "wwii-stats-viewer": { - "readmeCleaned": "
", - "readmeOriginal": "
", - "readmeFetchedAt": "2020-09-17T12:10:03.665Z" + "youtube-music-desktop-app": { + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:54.290Z" }, "youtube-to-mp3": { - "readmeCleaned": "

\n \"Youtube\n
\n YouTube To MP3\n
\n
\n \"Youtube\n

\n

About

\n

YouTube To MP3 is a desktop application for converting and downloading YouTube videos to MP3.

\n

Stack

\n
    \n
  • Electron - Cross platform framework for native platforms
  • \n
  • React - UI framework
  • \n
  • Sass - CSS with superpowers
  • \n
  • Webpack - A module bundler for JavaScript
  • \n
\n

Future Ideas

\n
    \n
  • Different bitrate and format options
  • \n
  • Test on other operating systems
  • \n
  • Support downloading long videos (> 1 hour)
  • \n
  • Downloading videos as well as MP3s
  • \n
  • Multiple downloads at a time
  • \n
\n

Running Locally

\n

To clone and run this repository, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

\n
# Clone this repository\ngit clone https://github.com/leerob/youtube-to-mp3.git --depth=1\n# Go into the repository\ncd youtube-to-mp3\n# Install dependencies\nyarn\n# Create app/ folder and start Webpack\nyarn build\n# Run the app in a new tab\nyarn start
\n

Disclaimer

\n

This program should only be used on non-copyrighted material.

\n
", - "readmeOriginal": "

\n \"Youtube\n
\n YouTube To MP3\n
\n
\n \"Youtube\n

\n

About

\n

YouTube To MP3 is a desktop application for converting and downloading YouTube videos to MP3.

\n

Stack

\n
    \n
  • Electron - Cross platform framework for native platforms
  • \n
  • React - UI framework
  • \n
  • Sass - CSS with superpowers
  • \n
  • Webpack - A module bundler for JavaScript
  • \n
\n

Future Ideas

\n
    \n
  • Different bitrate and format options
  • \n
  • Test on other operating systems
  • \n
  • Support downloading long videos (> 1 hour)
  • \n
  • Downloading videos as well as MP3s
  • \n
  • Multiple downloads at a time
  • \n
\n

Running Locally

\n

To clone and run this repository, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

\n
# Clone this repository\ngit clone https://github.com/leerob/youtube-to-mp3.git --depth=1\n# Go into the repository\ncd youtube-to-mp3\n# Install dependencies\nyarn\n# Create app/ folder and start Webpack\nyarn build\n# Run the app in a new tab\nyarn start
\n

Disclaimer

\n

This program should only be used on non-copyrighted material.

\n
", - "readmeFetchedAt": "2020-09-17T12:10:03.764Z" - }, - "youget": { - "readmeCleaned": "

Initial page

\n

Contributors

\n

Code Contributors

\n

This project exists thanks to all the people who contribute. [Contribute].\n

\n

Financial Contributors

\n

Become a financial contributor and help us sustain our community. [Contribute]

\n

Individuals

\n

\n

Organizations

\n

Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]

\n

\n\n\n\n\n\n\n\n\n

\n
", - "readmeOriginal": "

Initial page

\n

Contributors

\n

Code Contributors

\n

This project exists thanks to all the people who contribute. [Contribute].\n

\n

Financial Contributors

\n

Become a financial contributor and help us sustain our community. [Contribute]

\n

Individuals

\n

\n

Organizations

\n

Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]

\n

\n\n\n\n\n\n\n\n\n

\n
", - "readmeFetchedAt": "2020-09-17T12:10:04.120Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:54.305Z" }, "ytdownloader": { - "readmeCleaned": "

YT.Downloader

\n
\n

Youtube Video Downloader&Converter and Play Music

\n
\n

\"YT.Downloader\"

\n

Fast Download and Convert to mp3.\nBackground: Electron and Vue

\n

Screenshot

\n

\"YT.Downloader\"

\n

Next Version

\n
    \n
  • Context Menu Paste
  • \n
  • Detailed Download (Quality, Media Type [Video,Voice,Subtitle])
  • \n
  • Detailed Converter
  • \n
  • Fast Download Default Settings
  • \n
  • Run Background&Tray
  • \n
  • Notification
  • \n
  • Playlist Download
  • \n
  • Shuffle, Repeat for Music Player
  • \n
  • Multi Language Support
  • \n
  • MP3 file add meta info
  • \n
\n

Build Setup

\n
# install dependencies\nnpm install\n\n# serve with hot reload at localhost:9080\nnpm run dev\n\n# build electron application for production\nnpm run build\n\n\n# lint all JS/Vue component files in `src/`\nnpm run lint\n
\n
\n

This project was generated with electron-vue@16fb2b9 using vue-cli. Documentation about the original structure can be found here.

\n
", - "readmeOriginal": "

YT.Downloader

\n
\n

Youtube Video Downloader&Converter and Play Music

\n
\n

\"YT.Downloader\"

\n

Fast Download and Convert to mp3.\nBackground: Electron and Vue

\n

Screenshot

\n

\"YT.Downloader\"

\n

Next Version

\n
    \n
  • Context Menu Paste
  • \n
  • Detailed Download (Quality, Media Type [Video,Voice,Subtitle])
  • \n
  • Detailed Converter
  • \n
  • Fast Download Default Settings
  • \n
  • Run Background&Tray
  • \n
  • Notification
  • \n
  • Playlist Download
  • \n
  • Shuffle, Repeat for Music Player
  • \n
  • Multi Language Support
  • \n
  • MP3 file add meta info
  • \n
\n

Build Setup

\n
# install dependencies\nnpm install\n\n# serve with hot reload at localhost:9080\nnpm run dev\n\n# build electron application for production\nnpm run build\n\n\n# lint all JS/Vue component files in `src/`\nnpm run lint\n
\n
\n

This project was generated with electron-vue@16fb2b9 using vue-cli. Documentation about the original structure can be found here.

\n
", - "readmeFetchedAt": "2020-09-17T12:10:04.260Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:54.309Z" }, "ytdx": { - "readmeCleaned": "

\n\t
\n\t YTDX \n

\n

\n\n\n\n

\n
\nYTDX or YouTube Downloader X is an application that allows you to download audio from YouTube videos.\nPaste any valid video link into the URL bar and download the audio from the video.\n

Instructions

\n
    \n
  • Select a folder to save the downloaded file in.
  • \n
  • Get a valid YouTube video or playlist URL and paste it in the URL bar.
  • \n
  • Choose the desired audio format and click download.
  • \n
  • When the file is finished downloading you'll get a notification.
  • \n
  • Clicking on the notification will take you to the download location.
  • \n
\n

New Features/Changes (v1.1.0)

\n
    \n
  • Now you can paste a playlist URL (copy the 'VIEW FULL PLAYLIST' link address)
  • \n
  • The app will display a complete list of videos in the playlist for you to download
  • \n
  • Just click on any video in the list to download it
  • \n
\n

Building from the repo

\n

Clone the repository, then navigate to it on your terminal, run

\n
    \n
  • npm install to download dependencies
  • \n
  • npm run dev for development
  • \n
  • npm run build to build it for your platform.
  • \n
\n
\n

Available audio formats

\n
    \n
  • mp3
  • \n
  • flac
  • \n
  • wav
  • \n
  • Vorbis
  • \n
\n
", - "readmeOriginal": "

\n\t
\n\t YTDX \n

\n

\n\n\n\n

\n
\nYTDX or YouTube Downloader X is an application that allows you to download audio from YouTube videos.\nPaste any valid video link into the URL bar and download the audio from the video.\n

Instructions

\n
    \n
  • Select a folder to save the downloaded file in.
  • \n
  • Get a valid YouTube video or playlist URL and paste it in the URL bar.
  • \n
  • Choose the desired audio format and click download.
  • \n
  • When the file is finished downloading you'll get a notification.
  • \n
  • Clicking on the notification will take you to the download location.
  • \n
\n

New Features/Changes (v1.1.0)

\n
    \n
  • Now you can paste a playlist URL (copy the 'VIEW FULL PLAYLIST' link address)
  • \n
  • The app will display a complete list of videos in the playlist for you to download
  • \n
  • Just click on any video in the list to download it
  • \n
\n

Building from the repo

\n

Clone the repository, then navigate to it on your terminal, run

\n
    \n
  • npm install to download dependencies
  • \n
  • npm run dev for development
  • \n
  • npm run build to build it for your platform.
  • \n
\n
\n

Available audio formats

\n
    \n
  • mp3
  • \n
  • flac
  • \n
  • wav
  • \n
  • Vorbis
  • \n
\n
", - "readmeFetchedAt": "2020-09-17T12:10:04.263Z" - }, - "zazu-app": { - "readmeCleaned": "

Zazu

\n

\"Join

\n

\"Travis\n\"AppVeyor

\n

Zazu, is a cross platform and fully extensible and open source launcher for\nhackers, creators and dabblers. Download it from the releases\npage.

\n

Zazu was created to be a fully open source alternative to Alfred, but also be\ncompletely plugin based. You can remove any functionality you don't like, so if\nyou hate the built in calculator, just get a new one!

\n

We also have all of your configuration in a dotfile in ~/.zazurc.json so it can\nbe backed up and synced!

\n

Be sure to check out our amazing Documentation.

\n

Action Shot

\n

Introduction Video

\n

\"Zazu

\n

Package Manager

\n

Manage your plugins from within Zazu.

\n

\"Zazu

\n

Calculator

\n

Accepts some common equations for you to copy to your clipboard.

\n

\"Zazu

\n

Clipboard History

\n

Remembers things so you don't have to! Fuzzy search and browser all the things\nyou've copied.

\n

\"Zazu

\n

File Finder

\n

Find Applications or files deep in your file system.

\n

\"Zazu

\n

System Commands

\n

Switch on your screen saver, lock your computer, and more!

\n

\"Zazu

\n

Build your own!

\n

Zazu is completely open, so build your plugins. You can get started building\nyour plugin then head over and\nsubmit it to the plugins gallery!

\n

Development

\n

As you might expect:

\n
npm install\nnpm start\n
\n

If you enable debug mode it will make it so Zazu won't hide and the dev tools\nwill open by default. You can enable debug mode by adding a debug flag to\ntrue inside of your ~/.zazurc.json

\n

If blur flag is false, then Zazu won't hide when it lost focus.

\n
{\n  "debug": true,\n  "blur": false,\n  "hotkey": "cmd+space",\n  "theme": "tinytacoteam/zazu-playful-theme",\n  "plugins": []\n}
\n

Deployment

\n

To deploy simple update the version in both package.json and\napp/package.json (eg 0.3.2). After comitting you can tag the release, but\nbe sure to add the v in front (eg v0.3.2). Push the commits then the tag.

\n

The CI servers will upload the assets once the tests are done passing, the new\nrelease should be a draft, so once all assets are published you can publish the\nrelease on GitHub.

\n

Lastly, you should re-publish the docs. Zazu uses the doc website to see if a\nnew release is available so doing a quick release will allow others to download\nthe newest version. Simply run npm run docs:publish.

\n
", - "readmeOriginal": "

Zazu

\n

\"Join

\n

\"Travis\n\"AppVeyor

\n

Zazu, is a cross platform and fully extensible and open source launcher for\nhackers, creators and dabblers. Download it from the releases\npage.

\n

Zazu was created to be a fully open source alternative to Alfred, but also be\ncompletely plugin based. You can remove any functionality you don't like, so if\nyou hate the built in calculator, just get a new one!

\n

We also have all of your configuration in a dotfile in ~/.zazurc.json so it can\nbe backed up and synced!

\n

Be sure to check out our amazing Documentation.

\n

Action Shot

\n

Introduction Video

\n

\"Zazu

\n

Package Manager

\n

Manage your plugins from within Zazu.

\n

\"Zazu

\n

Calculator

\n

Accepts some common equations for you to copy to your clipboard.

\n

\"Zazu

\n

Clipboard History

\n

Remembers things so you don't have to! Fuzzy search and browser all the things\nyou've copied.

\n

\"Zazu

\n

File Finder

\n

Find Applications or files deep in your file system.

\n

\"Zazu

\n

System Commands

\n

Switch on your screen saver, lock your computer, and more!

\n

\"Zazu

\n

Build your own!

\n

Zazu is completely open, so build your plugins. You can get started building\nyour plugin then head over and\nsubmit it to the plugins gallery!

\n

Development

\n

As you might expect:

\n
npm install\nnpm start\n
\n

If you enable debug mode it will make it so Zazu won't hide and the dev tools\nwill open by default. You can enable debug mode by adding a debug flag to\ntrue inside of your ~/.zazurc.json

\n

If blur flag is false, then Zazu won't hide when it lost focus.

\n
{\n  \"debug\": true,\n  \"blur\": false,\n  \"hotkey\": \"cmd+space\",\n  \"theme\": \"tinytacoteam/zazu-playful-theme\",\n  \"plugins\": []\n}
\n

Deployment

\n

To deploy simple update the version in both package.json and\napp/package.json (eg 0.3.2). After comitting you can tag the release, but\nbe sure to add the v in front (eg v0.3.2). Push the commits then the tag.

\n

The CI servers will upload the assets once the tests are done passing, the new\nrelease should be a draft, so once all assets are published you can publish the\nrelease on GitHub.

\n

Lastly, you should re-publish the docs. Zazu uses the doc website to see if a\nnew release is available so doing a quick release will allow others to download\nthe newest version. Simply run npm run docs:publish.

\n
", - "readmeFetchedAt": "2020-09-17T12:10:04.437Z" - }, - "youtube-music-desktop-app": { - "readmeCleaned": "

\"Discord\"\n\"Gitmoji\"\n\"GitHub\n\"GitHub\n\"Github

\n

YouTube Music Desktop App

\n

\"window\"

\n \n

Available for

\n

\"Packaging

\n

Windows

\n\n

Linux

\n\n

Mac

\n\n

To Contribute

\n

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

\n
# Clone this repository\ngit clone https://github.com/ytmdesktop/ytmdesktop\n# Go into the repository\ncd ytmdesktop\n# Install dependencies\nnpm install\n# Run the app\nnpm start
\n

Note: If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

\n

Contributors

\n

\"adlerluiz\"\n\"mingjun97\"\n\"kyjus25\"\n\"tbvjaos510\"\n\"rickinbsb\"\n\"KimVuu\"\n\"Venipa\"\n\"pinkiesky\"\n\"austonpramodh\"\n\"benjaminaudet\"\n\"garfunkel\"\n\"ZeusAFK\"\n\"SN9NV\"\n\"AdityaTD\"\n\"vbackeberg\"\n\"Vistaus\"\n\"ddarkr\"

\n
", - "readmeOriginal": "

\"Discord\"\n\"Gitmoji\"\n\"GitHub\n\"GitHub\n\"Github

\n

YouTube Music Desktop App

\n

\"window\"

\n \n

Available for

\n

\"Packaging

\n

Windows

\n\n

Linux

\n\n

Mac

\n\n

To Contribute

\n

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

\n
# Clone this repository\ngit clone https://github.com/ytmdesktop/ytmdesktop\n# Go into the repository\ncd ytmdesktop\n# Install dependencies\nnpm install\n# Run the app\nnpm start
\n

Note: If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

\n

Contributors

\n

\"adlerluiz\"\n\"mingjun97\"\n\"kyjus25\"\n\"tbvjaos510\"\n\"rickinbsb\"\n\"KimVuu\"\n\"Venipa\"\n\"pinkiesky\"\n\"austonpramodh\"\n\"benjaminaudet\"\n\"garfunkel\"\n\"ZeusAFK\"\n\"SN9NV\"\n\"AdityaTD\"\n\"vbackeberg\"\n\"Vistaus\"\n\"ddarkr\"

\n
", - "readmeFetchedAt": "2020-09-17T12:10:04.463Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:54.315Z" }, "zap": { - "readmeCleaned": "

Zap

\n

\n \n \"screenshot\"\n \n

\n
\n

Lightning wallet focused on user experience and ease of use ⚡️

\n
\n

\"GitHub \"Crowdin\" \"GitHub\n\"dependencies\n\"Build \"Build \"Coverage \"GitHub \"Keybase \"Twitter

\n

Zap is a free Lightning Network wallet focused on user experience and ease of use, with the overall goal of helping the cryptocurrency community scale Bitcoin.

\n

The UI for Zap is created using\nElectron + React + Redux.

\n

We have an active slack channel where you can join the discussion on development, design and product.

\n

Table of Contents

\n\n

Security

\n

If you discover or learn about a potential error, weakness, or threat that can compromise the security of Zap, we ask you to keep it confidential and submit your concern directly to the Zap security team.

\n

Install

\n

Download the latest release for your appropriate OS and follow the instructions below.

\n

macOS

\n

Once you have the .tar.gz file downloaded, simply double click on the file to unzip.

\n

Navigate to the newly extracted folder, then drag-and-drop the Zap.app file to the Applications folder.

\n

Unmount the image and navigate to Applications folder.

\n

Finally, double click on the Zap.app file.

\n

Windows

\n

Once you have the .exe file downloaded, simply double click on the file.

\n

Linux

\n

Once you have the .AppImage file downloaded you must make the file executable.

\n

Once executible you can run either double click the file or run via the cli:

\n
./file.AppImage
\n

Documentation

\n

If you would like to install from source, run a full bitcoin node, connect to a custom lnd instance or get involved with development please refer to our documentation:

\n\n

Get Help

\n

If you are having problems with Zap, please report the issue in GitHub or on slack with screenshots and/or how to reproduce the bug/error.

\n

A good product not only has good software tests but also checks the quality of the UX/UI. Putting ourselves in the shoes of a user is a very important design principle of Zap.

\n

Maintainers

\n\n

Contribute

\n

Hey! Do you like Zap? Awesome! We could actually really use your help!

\n

Open source isn't just writing code. Zap could use your help with any of the following:

\n
    \n
  • Finding (and reporting!) bugs
  • \n
  • New feature suggestions
  • \n
  • Answering questions on issues
  • \n
  • Documentation improvements
  • \n
  • Reviewing pull requests
  • \n
  • Helping to manage issue priorities
  • \n
  • Fixing bugs/new features
  • \n
\n

If any of that sounds cool to you, feel free to dive in! Open an issue or submit a pull request.

\n

If you would like to help contribute to the project, please see the Contributing Guide

\n

This project exists thanks to all the people who contribute.

\n

\"mrfelton\"\"JimmyMow\"\"korhaliv\"\"Empact\"\"bolatovumar\"\"jackmallers\"\"odb366\"\"zobroj\"\"joaodealmeida\"\"helgabutters\"\"pajasevi\"\"DataCourier\"\"thedon-chris\"\"jimpo\"\"dfattlar\"\"NahomAgidew\"\"asoltys\"\"leon-do\"\"seanyesmunt\"\"tbloncar\"\"waseem999\"\"dependabot[bot]\"\"jamaljsr\"\"jtarre\"\"RandyMcMillan\"\"musdom\"\"alvistar\"\"BrianSipple\"\"karliatto\"\"dimitris-t\"\"kaloudis\"\"thinkjanis\"\"jorian\"\"lukechilds\"\"wraithm\"\"QcMrHyde\"\"CallMeSlinky\"\"michaelWuensch\"\"foxikk\"\"fresheneesz\"\"funyug\"\"losh11\"\"terencechow\"\"gtonic\"

\n

License

\n

This project is open source under the MIT license, which means you have full access to the source code and can modify it to fit your own needs. See LICENSE for more information.

\n

MIT © Jack Mallers

\n
", - "readmeOriginal": "

Zap

\n

\n \n \"screenshot\"\n \n

\n
\n

Lightning wallet focused on user experience and ease of use ⚡️

\n
\n

\"GitHub \"Crowdin\" \"GitHub\n\"dependencies\n\"Build \"Build \"Coverage \"GitHub \"Keybase \"Twitter

\n

Zap is a free Lightning Network wallet focused on user experience and ease of use, with the overall goal of helping the cryptocurrency community scale Bitcoin.

\n

The UI for Zap is created using\nElectron + React + Redux.

\n

We have an active slack channel where you can join the discussion on development, design and product.

\n

Table of Contents

\n\n

Security

\n

If you discover or learn about a potential error, weakness, or threat that can compromise the security of Zap, we ask you to keep it confidential and submit your concern directly to the Zap security team.

\n

Install

\n

Download the latest release for your appropriate OS and follow the instructions below.

\n

macOS

\n

Once you have the .tar.gz file downloaded, simply double click on the file to unzip.

\n

Navigate to the newly extracted folder, then drag-and-drop the Zap.app file to the Applications folder.

\n

Unmount the image and navigate to Applications folder.

\n

Finally, double click on the Zap.app file.

\n

Windows

\n

Once you have the .exe file downloaded, simply double click on the file.

\n

Linux

\n

Once you have the .AppImage file downloaded you must make the file executable.

\n

Once executible you can run either double click the file or run via the cli:

\n
./file.AppImage
\n

Documentation

\n

If you would like to install from source, run a full bitcoin node, connect to a custom lnd instance or get involved with development please refer to our documentation:

\n\n

Get Help

\n

If you are having problems with Zap, please report the issue in GitHub or on slack with screenshots and/or how to reproduce the bug/error.

\n

A good product not only has good software tests but also checks the quality of the UX/UI. Putting ourselves in the shoes of a user is a very important design principle of Zap.

\n

Maintainers

\n\n

Contribute

\n

Hey! Do you like Zap? Awesome! We could actually really use your help!

\n

Open source isn't just writing code. Zap could use your help with any of the following:

\n
    \n
  • Finding (and reporting!) bugs
  • \n
  • New feature suggestions
  • \n
  • Answering questions on issues
  • \n
  • Documentation improvements
  • \n
  • Reviewing pull requests
  • \n
  • Helping to manage issue priorities
  • \n
  • Fixing bugs/new features
  • \n
\n

If any of that sounds cool to you, feel free to dive in! Open an issue or submit a pull request.

\n

If you would like to help contribute to the project, please see the Contributing Guide

\n

This project exists thanks to all the people who contribute.

\n

\"mrfelton\"\"JimmyMow\"\"korhaliv\"\"Empact\"\"bolatovumar\"\"jackmallers\"\"odb366\"\"zobroj\"\"joaodealmeida\"\"helgabutters\"\"pajasevi\"\"DataCourier\"\"thedon-chris\"\"jimpo\"\"dfattlar\"\"NahomAgidew\"\"asoltys\"\"leon-do\"\"seanyesmunt\"\"tbloncar\"\"waseem999\"\"dependabot[bot]\"\"jamaljsr\"\"jtarre\"\"RandyMcMillan\"\"musdom\"\"alvistar\"\"BrianSipple\"\"karliatto\"\"dimitris-t\"\"kaloudis\"\"thinkjanis\"\"jorian\"\"lukechilds\"\"wraithm\"\"QcMrHyde\"\"CallMeSlinky\"\"michaelWuensch\"\"foxikk\"\"fresheneesz\"\"funyug\"\"losh11\"\"terencechow\"\"gtonic\"

\n

License

\n

This project is open source under the MIT license, which means you have full access to the source code and can modify it to fit your own needs. See LICENSE for more information.

\n

MIT © Jack Mallers

\n
", - "readmeFetchedAt": "2020-09-17T12:10:04.549Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:54.323Z" }, "zefenify": { - "readmeCleaned": "

\"Wolf

\n
", - "readmeOriginal": "

\"Wolf

\n
", - "readmeFetchedAt": "2020-09-17T12:10:04.598Z" - }, - "zenfocus": { - "readmeCleaned": "

ZenFocus

\n

ZenFocus at its core is based off the time management technique known as the Pomodoro technique developed by Francesco Cirillo. In short, it is a way for individuals to plan, focus and complete tasks in the form of managing different time blocks (focus time, short breaks and long breaks). This technique is used by many in different industries including but not limited to education, medical, fitness and music.

\n

\"Zen

\n

Install

\n

First, fork the repo and clone to your local.

\n

And then install dependencies.\nProTip: Install with yarn for faster and safer installation:

\n
$ cd your-project-name && yarn install
\n

Run

\n

Start the app in the dev environment. This starts the renderer process in hot-module-replacement mode and starts a server sends hot updates to the renderer process:

\n
$ yarn run dev
\n

DevTools

\n

Toggle Chrome DevTools

\n
    \n
  • OS X: Cmd Alt I or F12
  • \n
  • Linux: Ctrl Shift I or F12
  • \n
  • Windows: Ctrl Shift I or F12
  • \n
\n

See electron-debug for more information.

\n

DevTools extension

\n

This boilerplate is included following DevTools extensions:

\n\n

You can find the tabs on Chrome DevTools.

\n

If you want to update extensions version, please set UPGRADE_EXTENSIONS env, just run:

\n
$ UPGRADE_EXTENSIONS=1 yarn run dev\n\n# For Windows\n$ set UPGRADE_EXTENSIONS=1 && yarn run dev
\n

💡 You can debug your production build with devtools by simply setting the DEBUG_PROD env variable:

\n
DEBUG_PROD=true yarn run package\n
\n

Test

\n
yarn test
\n

Note: If you receive this error:

\n
TypeError: Path must be a string. Received undefined\n\n  at assertPath (path.js:28:11)\n  at Object.join (path.js:1239:7)\n  at Object.<anonymous> (app/node_modules/electron-settings/lib/settings.js:47:31)\n  at Object.<anonymous> (app/node_modules/electron-settings/index.js:10:18)
\n

then assign default variable to string like so

\n
const settingsFilePath = path.join(userDataPath || '', settingsFileName || '');\n
\n

Maintainers

\n\n

License

\n

MIT © builtwithluv

\n
", - "readmeOriginal": "

ZenFocus

\n

ZenFocus at its core is based off the time management technique known as the Pomodoro technique developed by Francesco Cirillo. In short, it is a way for individuals to plan, focus and complete tasks in the form of managing different time blocks (focus time, short breaks and long breaks). This technique is used by many in different industries including but not limited to education, medical, fitness and music.

\n

\"Zen

\n

Install

\n

First, fork the repo and clone to your local.

\n

And then install dependencies.\nProTip: Install with yarn for faster and safer installation:

\n
$ cd your-project-name && yarn install
\n

Run

\n

Start the app in the dev environment. This starts the renderer process in hot-module-replacement mode and starts a server sends hot updates to the renderer process:

\n
$ yarn run dev
\n

DevTools

\n

Toggle Chrome DevTools

\n
    \n
  • OS X: Cmd Alt I or F12
  • \n
  • Linux: Ctrl Shift I or F12
  • \n
  • Windows: Ctrl Shift I or F12
  • \n
\n

See electron-debug for more information.

\n

DevTools extension

\n

This boilerplate is included following DevTools extensions:

\n\n

You can find the tabs on Chrome DevTools.

\n

If you want to update extensions version, please set UPGRADE_EXTENSIONS env, just run:

\n
$ UPGRADE_EXTENSIONS=1 yarn run dev\n\n# For Windows\n$ set UPGRADE_EXTENSIONS=1 && yarn run dev
\n

💡 You can debug your production build with devtools by simply setting the DEBUG_PROD env variable:

\n
DEBUG_PROD=true yarn run package\n
\n

Test

\n
yarn test
\n

Note: If you receive this error:

\n
TypeError: Path must be a string. Received undefined\n\n  at assertPath (path.js:28:11)\n  at Object.join (path.js:1239:7)\n  at Object.<anonymous> (app/node_modules/electron-settings/lib/settings.js:47:31)\n  at Object.<anonymous> (app/node_modules/electron-settings/index.js:10:18)
\n

then assign default variable to string like so

\n
const settingsFilePath = path.join(userDataPath || '', settingsFileName || '');\n
\n

Maintainers

\n\n

License

\n

MIT © builtwithluv

\n
", - "readmeFetchedAt": "2020-09-17T12:10:04.644Z" + "readmeOriginal": null, + "readmeFetchedAt": "2020-09-18T00:10:54.348Z" } } \ No newline at end of file diff --git a/meta/releases.json b/meta/releases.json index 48f3d0e58fa..c4ecfd35270 100644 --- a/meta/releases.json +++ b/meta/releases.json @@ -1,88 +1,11 @@ { "admin-scheduler": { "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:05.578Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:19.189Z" }, "1clipboard": { "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:05.580Z" - }, - "aalarm": { - "latestRelease": { - "url": "https://api.github.com/repos/ahmtcn123/Aalarm/releases/12827956", - "assets_url": "https://api.github.com/repos/ahmtcn123/Aalarm/releases/12827956/assets", - "upload_url": "https://uploads.github.com/repos/ahmtcn123/Aalarm/releases/12827956/assets{?name,label}", - "html_url": "https://github.com/ahmtcn123/Aalarm/releases/tag/1", - "id": 12827956, - "node_id": "MDc6UmVsZWFzZTEyODI3OTU2", - "tag_name": "1", - "target_commitish": "master", - "name": "v1.0.0 | 11.09.18 ", - "draft": false, - "author": { - "login": "ahmtcn123", - "id": 26122392, - "node_id": "MDQ6VXNlcjI2MTIyMzky", - "avatar_url": "https://avatars0.githubusercontent.com/u/26122392?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/ahmtcn123", - "html_url": "https://github.com/ahmtcn123", - "followers_url": "https://api.github.com/users/ahmtcn123/followers", - "following_url": "https://api.github.com/users/ahmtcn123/following{/other_user}", - "gists_url": "https://api.github.com/users/ahmtcn123/gists{/gist_id}", - "starred_url": "https://api.github.com/users/ahmtcn123/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/ahmtcn123/subscriptions", - "organizations_url": "https://api.github.com/users/ahmtcn123/orgs", - "repos_url": "https://api.github.com/users/ahmtcn123/repos", - "events_url": "https://api.github.com/users/ahmtcn123/events{/privacy}", - "received_events_url": "https://api.github.com/users/ahmtcn123/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2018-09-11T01:37:37Z", - "published_at": "2018-09-11T01:39:01Z", - "assets": [ - { - "url": "https://api.github.com/repos/ahmtcn123/Aalarm/releases/assets/8616382", - "id": 8616382, - "node_id": "MDEyOlJlbGVhc2VBc3NldDg2MTYzODI=", - "name": "Aalarm-win32-v1.rar", - "label": null, - "uploader": { - "login": "ahmtcn123", - "id": 26122392, - "node_id": "MDQ6VXNlcjI2MTIyMzky", - "avatar_url": "https://avatars0.githubusercontent.com/u/26122392?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/ahmtcn123", - "html_url": "https://github.com/ahmtcn123", - "followers_url": "https://api.github.com/users/ahmtcn123/followers", - "following_url": "https://api.github.com/users/ahmtcn123/following{/other_user}", - "gists_url": "https://api.github.com/users/ahmtcn123/gists{/gist_id}", - "starred_url": "https://api.github.com/users/ahmtcn123/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/ahmtcn123/subscriptions", - "organizations_url": "https://api.github.com/users/ahmtcn123/orgs", - "repos_url": "https://api.github.com/users/ahmtcn123/repos", - "events_url": "https://api.github.com/users/ahmtcn123/events{/privacy}", - "received_events_url": "https://api.github.com/users/ahmtcn123/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 60986047, - "download_count": 152, - "created_at": "2018-09-11T01:17:52Z", - "updated_at": "2018-09-11T01:34:27Z", - "browser_download_url": "https://github.com/ahmtcn123/Aalarm/releases/download/1/Aalarm-win32-v1.rar" - } - ], - "tarball_url": "https://api.github.com/repos/ahmtcn123/Aalarm/tarball/1", - "zipball_url": "https://api.github.com/repos/ahmtcn123/Aalarm/zipball/1", - "body_html": "

Just simple Alarm app

\n

\"v1\"
\n\"v2\"

" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:05.595Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:19.196Z" }, "abricotine": { "latestRelease": { @@ -251,7 +174,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 56911256, - "download_count": 716, + "download_count": 720, "created_at": "2020-04-21T14:30:47Z", "updated_at": "2020-04-21T15:20:43Z", "browser_download_url": "https://github.com/brrd/abricotine/releases/download/1.0.0/abricotine-1.0.0-ubuntu-debian-x64.deb" @@ -285,7 +208,7 @@ "content_type": "application/x-msdownload", "state": "uploaded", "size": 81182720, - "download_count": 3030, + "download_count": 3036, "created_at": "2020-04-21T13:48:46Z", "updated_at": "2020-04-21T14:28:51Z", "browser_download_url": "https://github.com/brrd/abricotine/releases/download/1.0.0/abricotine-setup-win32-x64.exe" @@ -295,11 +218,130 @@ "zipball_url": "https://api.github.com/repos/brrd/abricotine/zipball/1.0.0", "body_html": "

Major change

\n

Abricotine package name is now abricotine (in full lowercase).

\n

Improvements

\n\n

Bug fixes

\n\n

Know issues

\n

OS X binary

\n

Due to this issue with Electron we can't provide a binary for OS X yet. You can still run Abricotine on OS X by building it, or use the previous version binary for OS X.

\n

Contributions are welcome if you want to help fixing this.

\n

For Linux Users

\n

If you encounter issue when running the app on Linux, try running this in the terminal:

\n
sudo sysctl kernel.unprivileged_userns_clone=1\n
\n

An alternative workaround is to run Abricotine with the --no-sandbox parameter.

\n

More information about this issue here.

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:05.668Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:19.207Z" + }, + "aalarm": { + "latestRelease": { + "url": "https://api.github.com/repos/ahmtcn123/Aalarm/releases/12827956", + "assets_url": "https://api.github.com/repos/ahmtcn123/Aalarm/releases/12827956/assets", + "upload_url": "https://uploads.github.com/repos/ahmtcn123/Aalarm/releases/12827956/assets{?name,label}", + "html_url": "https://github.com/ahmtcn123/Aalarm/releases/tag/1", + "id": 12827956, + "node_id": "MDc6UmVsZWFzZTEyODI3OTU2", + "tag_name": "1", + "target_commitish": "master", + "name": "v1.0.0 | 11.09.18 ", + "draft": false, + "author": { + "login": "ahmtcn123", + "id": 26122392, + "node_id": "MDQ6VXNlcjI2MTIyMzky", + "avatar_url": "https://avatars0.githubusercontent.com/u/26122392?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ahmtcn123", + "html_url": "https://github.com/ahmtcn123", + "followers_url": "https://api.github.com/users/ahmtcn123/followers", + "following_url": "https://api.github.com/users/ahmtcn123/following{/other_user}", + "gists_url": "https://api.github.com/users/ahmtcn123/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ahmtcn123/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ahmtcn123/subscriptions", + "organizations_url": "https://api.github.com/users/ahmtcn123/orgs", + "repos_url": "https://api.github.com/users/ahmtcn123/repos", + "events_url": "https://api.github.com/users/ahmtcn123/events{/privacy}", + "received_events_url": "https://api.github.com/users/ahmtcn123/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2018-09-11T01:37:37Z", + "published_at": "2018-09-11T01:39:01Z", + "assets": [ + { + "url": "https://api.github.com/repos/ahmtcn123/Aalarm/releases/assets/8616382", + "id": 8616382, + "node_id": "MDEyOlJlbGVhc2VBc3NldDg2MTYzODI=", + "name": "Aalarm-win32-v1.rar", + "label": null, + "uploader": { + "login": "ahmtcn123", + "id": 26122392, + "node_id": "MDQ6VXNlcjI2MTIyMzky", + "avatar_url": "https://avatars0.githubusercontent.com/u/26122392?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ahmtcn123", + "html_url": "https://github.com/ahmtcn123", + "followers_url": "https://api.github.com/users/ahmtcn123/followers", + "following_url": "https://api.github.com/users/ahmtcn123/following{/other_user}", + "gists_url": "https://api.github.com/users/ahmtcn123/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ahmtcn123/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ahmtcn123/subscriptions", + "organizations_url": "https://api.github.com/users/ahmtcn123/orgs", + "repos_url": "https://api.github.com/users/ahmtcn123/repos", + "events_url": "https://api.github.com/users/ahmtcn123/events{/privacy}", + "received_events_url": "https://api.github.com/users/ahmtcn123/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 60986047, + "download_count": 152, + "created_at": "2018-09-11T01:17:52Z", + "updated_at": "2018-09-11T01:34:27Z", + "browser_download_url": "https://github.com/ahmtcn123/Aalarm/releases/download/1/Aalarm-win32-v1.rar" + } + ], + "tarball_url": "https://api.github.com/repos/ahmtcn123/Aalarm/tarball/1", + "zipball_url": "https://api.github.com/repos/ahmtcn123/Aalarm/zipball/1", + "body_html": "

Just simple Alarm app

\n

\"v1\"
\n\"v2\"

" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:19.231Z" }, "aiting": { "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:05.917Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:19.246Z" + }, + "akiee": { + "latestRelease": { + "url": "https://api.github.com/repos/rockiger/akiee/releases/26396787", + "assets_url": "https://api.github.com/repos/rockiger/akiee/releases/26396787/assets", + "upload_url": "https://uploads.github.com/repos/rockiger/akiee/releases/26396787/assets{?name,label}", + "html_url": "https://github.com/rockiger/akiee/releases/tag/v0.3", + "id": 26396787, + "node_id": "MDc6UmVsZWFzZTI2Mzk2Nzg3", + "tag_name": "v0.3", + "target_commitish": "master", + "name": "v0.3", + "draft": false, + "author": { + "login": "rockiger", + "id": 458677, + "node_id": "MDQ6VXNlcjQ1ODY3Nw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/458677?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rockiger", + "html_url": "https://github.com/rockiger", + "followers_url": "https://api.github.com/users/rockiger/followers", + "following_url": "https://api.github.com/users/rockiger/following{/other_user}", + "gists_url": "https://api.github.com/users/rockiger/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rockiger/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rockiger/subscriptions", + "organizations_url": "https://api.github.com/users/rockiger/orgs", + "repos_url": "https://api.github.com/users/rockiger/repos", + "events_url": "https://api.github.com/users/rockiger/events{/privacy}", + "received_events_url": "https://api.github.com/users/rockiger/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2017-03-18T14:23:00Z", + "published_at": "2020-05-11T19:48:09Z", + "assets": [], + "tarball_url": "https://api.github.com/repos/rockiger/akiee/tarball/v0.3", + "zipball_url": "https://api.github.com/repos/rockiger/akiee/zipball/v0.3", + "body_html": "

Linux Downloads

\n

AppImage 64 bit
\nArch
\nUbuntu/Debian
\nTarBall

\n

BSD Downloads

\n

Free BSD
\nMac OS X DMG
\nMax OS X Zip

\n

Windows Downloads

\n

Windows 64
\nWindows 32

" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:19.288Z" }, "advanced-rest-client": { "latestRelease": { @@ -366,7 +408,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 74478343, - "download_count": 5301, + "download_count": 5347, "created_at": "2020-07-14T05:48:47Z", "updated_at": "2020-07-14T05:48:49Z", "browser_download_url": "https://github.com/advanced-rest-client/arc-electron/releases/download/v15.0.7/arc-15.0.7.dmg" @@ -434,7 +476,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 72174917, - "download_count": 4267, + "download_count": 4285, "created_at": "2020-07-14T05:48:44Z", "updated_at": "2020-07-14T05:48:48Z", "browser_download_url": "https://github.com/advanced-rest-client/arc-electron/releases/download/v15.0.7/arc-15.0.7.zip" @@ -468,7 +510,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 54919996, - "download_count": 1878, + "download_count": 1892, "created_at": "2020-07-14T00:32:24Z", "updated_at": "2020-07-14T00:32:26Z", "browser_download_url": "https://github.com/advanced-rest-client/arc-electron/releases/download/v15.0.7/arc-linux-15.0.7-amd64.deb" @@ -502,7 +544,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 80927385, - "download_count": 100, + "download_count": 102, "created_at": "2020-07-14T00:23:30Z", "updated_at": "2020-07-14T00:23:31Z", "browser_download_url": "https://github.com/advanced-rest-client/arc-electron/releases/download/v15.0.7/arc-linux-15.0.7-i386.AppImage" @@ -536,7 +578,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 55954562, - "download_count": 238, + "download_count": 241, "created_at": "2020-07-14T00:32:19Z", "updated_at": "2020-07-14T00:32:20Z", "browser_download_url": "https://github.com/advanced-rest-client/arc-electron/releases/download/v15.0.7/arc-linux-15.0.7-i386.deb" @@ -706,7 +748,7 @@ "content_type": "application/x-redhat-package-manager", "state": "uploaded", "size": 55200576, - "download_count": 252, + "download_count": 254, "created_at": "2020-07-14T00:35:08Z", "updated_at": "2020-07-14T00:35:09Z", "browser_download_url": "https://github.com/advanced-rest-client/arc-electron/releases/download/v15.0.7/arc-linux-15.0.7-x86_64.rpm" @@ -740,7 +782,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 108326728, - "download_count": 63764, + "download_count": 64302, "created_at": "2020-07-14T00:26:36Z", "updated_at": "2020-07-14T00:26:39Z", "browser_download_url": "https://github.com/advanced-rest-client/arc-electron/releases/download/v15.0.7/arc-setup.exe" @@ -774,7 +816,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 112265, - "download_count": 41686, + "download_count": 42058, "created_at": "2020-07-14T00:26:36Z", "updated_at": "2020-07-14T00:26:36Z", "browser_download_url": "https://github.com/advanced-rest-client/arc-electron/releases/download/v15.0.7/arc-setup.exe.blockmap" @@ -842,7 +884,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 385, - "download_count": 423, + "download_count": 427, "created_at": "2020-07-14T00:35:10Z", "updated_at": "2020-07-14T00:35:10Z", "browser_download_url": "https://github.com/advanced-rest-client/arc-electron/releases/download/v15.0.7/latest-linux.yml" @@ -876,7 +918,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 493, - "download_count": 24374, + "download_count": 24629, "created_at": "2020-07-14T05:48:49Z", "updated_at": "2020-07-14T05:48:50Z", "browser_download_url": "https://github.com/advanced-rest-client/arc-electron/releases/download/v15.0.7/latest-mac.yml" @@ -910,7 +952,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 324, - "download_count": 93875, + "download_count": 94701, "created_at": "2020-07-14T00:35:10Z", "updated_at": "2020-07-14T00:35:10Z", "browser_download_url": "https://github.com/advanced-rest-client/arc-electron/releases/download/v15.0.7/latest.yml" @@ -920,49 +962,11 @@ "zipball_url": "https://api.github.com/repos/advanced-rest-client/arc-electron/zipball/v15.0.7", "body_html": "

This release fixes issue #268 there the authorization panel wasn't initializing due to a script error.

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:05.968Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:19.296Z" }, - "akiee": { - "latestRelease": { - "url": "https://api.github.com/repos/rockiger/akiee/releases/26396787", - "assets_url": "https://api.github.com/repos/rockiger/akiee/releases/26396787/assets", - "upload_url": "https://uploads.github.com/repos/rockiger/akiee/releases/26396787/assets{?name,label}", - "html_url": "https://github.com/rockiger/akiee/releases/tag/v0.3", - "id": 26396787, - "node_id": "MDc6UmVsZWFzZTI2Mzk2Nzg3", - "tag_name": "v0.3", - "target_commitish": "master", - "name": "v0.3", - "draft": false, - "author": { - "login": "rockiger", - "id": 458677, - "node_id": "MDQ6VXNlcjQ1ODY3Nw==", - "avatar_url": "https://avatars1.githubusercontent.com/u/458677?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/rockiger", - "html_url": "https://github.com/rockiger", - "followers_url": "https://api.github.com/users/rockiger/followers", - "following_url": "https://api.github.com/users/rockiger/following{/other_user}", - "gists_url": "https://api.github.com/users/rockiger/gists{/gist_id}", - "starred_url": "https://api.github.com/users/rockiger/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/rockiger/subscriptions", - "organizations_url": "https://api.github.com/users/rockiger/orgs", - "repos_url": "https://api.github.com/users/rockiger/repos", - "events_url": "https://api.github.com/users/rockiger/events{/privacy}", - "received_events_url": "https://api.github.com/users/rockiger/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2017-03-18T14:23:00Z", - "published_at": "2020-05-11T19:48:09Z", - "assets": [], - "tarball_url": "https://api.github.com/repos/rockiger/akiee/tarball/v0.3", - "zipball_url": "https://api.github.com/repos/rockiger/akiee/zipball/v0.3", - "body_html": "

Linux Downloads

\n

AppImage 64 bit
\nArch
\nUbuntu/Debian
\nTarBall

\n

BSD Downloads

\n

Free BSD
\nMac OS X DMG
\nMax OS X Zip

\n

Windows Downloads

\n

Windows 64
\nWindows 32

" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:05.973Z" + "alchemy": { + "latestRelease": null, + "latestReleaseFetchedAt": "2020-09-18T00:10:19.301Z" }, "alarm-cron": { "latestRelease": { @@ -1063,7 +1067,7 @@ "content_type": "application/vnd.debian.binary-package", "state": "uploaded", "size": 61622430, - "download_count": 477, + "download_count": 479, "created_at": "2019-09-24T20:29:56Z", "updated_at": "2019-09-24T20:30:17Z", "browser_download_url": "https://github.com/bl00mber/alarm-cron/releases/download/v0.1.1/alarm-cron_amd64.deb" @@ -1107,262 +1111,11 @@ "zipball_url": "https://api.github.com/repos/bl00mber/alarm-cron/zipball/v0.1.1", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:06.003Z" - }, - "alchemy": { - "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:06.238Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:19.313Z" }, "allow2automate": { "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:06.276Z" - }, - "alduin": { - "latestRelease": { - "url": "https://api.github.com/repos/AlduinApp/alduin/releases/8051714", - "assets_url": "https://api.github.com/repos/AlduinApp/alduin/releases/8051714/assets", - "upload_url": "https://uploads.github.com/repos/AlduinApp/alduin/releases/8051714/assets{?name,label}", - "html_url": "https://github.com/AlduinApp/alduin/releases/tag/2.0.1", - "id": 8051714, - "node_id": "MDc6UmVsZWFzZTgwNTE3MTQ=", - "tag_name": "2.0.1", - "target_commitish": "master", - "name": "2.0.1 - Fix bug and enable error reporting", - "draft": false, - "author": { - "login": "Xstoudi", - "id": 2575182, - "node_id": "MDQ6VXNlcjI1NzUxODI=", - "avatar_url": "https://avatars2.githubusercontent.com/u/2575182?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Xstoudi", - "html_url": "https://github.com/Xstoudi", - "followers_url": "https://api.github.com/users/Xstoudi/followers", - "following_url": "https://api.github.com/users/Xstoudi/following{/other_user}", - "gists_url": "https://api.github.com/users/Xstoudi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Xstoudi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Xstoudi/subscriptions", - "organizations_url": "https://api.github.com/users/Xstoudi/orgs", - "repos_url": "https://api.github.com/users/Xstoudi/repos", - "events_url": "https://api.github.com/users/Xstoudi/events{/privacy}", - "received_events_url": "https://api.github.com/users/Xstoudi/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2017-10-09T18:22:53Z", - "published_at": "2017-10-13T06:50:42Z", - "assets": [ - { - "url": "https://api.github.com/repos/AlduinApp/alduin/releases/assets/5056503", - "id": 5056503, - "node_id": "MDEyOlJlbGVhc2VBc3NldDUwNTY1MDM=", - "name": "alduin-2.0.1-full.nupkg", - "label": null, - "uploader": { - "login": "Xstoudi", - "id": 2575182, - "node_id": "MDQ6VXNlcjI1NzUxODI=", - "avatar_url": "https://avatars2.githubusercontent.com/u/2575182?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Xstoudi", - "html_url": "https://github.com/Xstoudi", - "followers_url": "https://api.github.com/users/Xstoudi/followers", - "following_url": "https://api.github.com/users/Xstoudi/following{/other_user}", - "gists_url": "https://api.github.com/users/Xstoudi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Xstoudi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Xstoudi/subscriptions", - "organizations_url": "https://api.github.com/users/Xstoudi/orgs", - "repos_url": "https://api.github.com/users/Xstoudi/repos", - "events_url": "https://api.github.com/users/Xstoudi/events{/privacy}", - "received_events_url": "https://api.github.com/users/Xstoudi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 59551073, - "download_count": 170, - "created_at": "2017-10-13T06:43:49Z", - "updated_at": "2017-10-13T06:44:18Z", - "browser_download_url": "https://github.com/AlduinApp/alduin/releases/download/2.0.1/alduin-2.0.1-full.nupkg" - }, - { - "url": "https://api.github.com/repos/AlduinApp/alduin/releases/assets/5056542", - "id": 5056542, - "node_id": "MDEyOlJlbGVhc2VBc3NldDUwNTY1NDI=", - "name": "Alduin-2.0.1-linux.zip", - "label": null, - "uploader": { - "login": "Xstoudi", - "id": 2575182, - "node_id": "MDQ6VXNlcjI1NzUxODI=", - "avatar_url": "https://avatars2.githubusercontent.com/u/2575182?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Xstoudi", - "html_url": "https://github.com/Xstoudi", - "followers_url": "https://api.github.com/users/Xstoudi/followers", - "following_url": "https://api.github.com/users/Xstoudi/following{/other_user}", - "gists_url": "https://api.github.com/users/Xstoudi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Xstoudi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Xstoudi/subscriptions", - "organizations_url": "https://api.github.com/users/Xstoudi/orgs", - "repos_url": "https://api.github.com/users/Xstoudi/repos", - "events_url": "https://api.github.com/users/Xstoudi/events{/privacy}", - "received_events_url": "https://api.github.com/users/Xstoudi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 60261676, - "download_count": 1346, - "created_at": "2017-10-13T06:48:49Z", - "updated_at": "2017-10-13T06:49:46Z", - "browser_download_url": "https://github.com/AlduinApp/alduin/releases/download/2.0.1/Alduin-2.0.1-linux.zip" - }, - { - "url": "https://api.github.com/repos/AlduinApp/alduin/releases/assets/5056493", - "id": 5056493, - "node_id": "MDEyOlJlbGVhc2VBc3NldDUwNTY0OTM=", - "name": "Alduin-2.0.1-win.zip", - "label": null, - "uploader": { - "login": "Xstoudi", - "id": 2575182, - "node_id": "MDQ6VXNlcjI1NzUxODI=", - "avatar_url": "https://avatars2.githubusercontent.com/u/2575182?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Xstoudi", - "html_url": "https://github.com/Xstoudi", - "followers_url": "https://api.github.com/users/Xstoudi/followers", - "following_url": "https://api.github.com/users/Xstoudi/following{/other_user}", - "gists_url": "https://api.github.com/users/Xstoudi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Xstoudi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Xstoudi/subscriptions", - "organizations_url": "https://api.github.com/users/Xstoudi/orgs", - "repos_url": "https://api.github.com/users/Xstoudi/repos", - "events_url": "https://api.github.com/users/Xstoudi/events{/privacy}", - "received_events_url": "https://api.github.com/users/Xstoudi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 56690464, - "download_count": 1130, - "created_at": "2017-10-13T06:41:13Z", - "updated_at": "2017-10-13T06:41:41Z", - "browser_download_url": "https://github.com/AlduinApp/alduin/releases/download/2.0.1/Alduin-2.0.1-win.zip" - }, - { - "url": "https://api.github.com/repos/AlduinApp/alduin/releases/assets/5056541", - "id": 5056541, - "node_id": "MDEyOlJlbGVhc2VBc3NldDUwNTY1NDE=", - "name": "alduin-2.0.1-x86_64.AppImage", - "label": null, - "uploader": { - "login": "Xstoudi", - "id": 2575182, - "node_id": "MDQ6VXNlcjI1NzUxODI=", - "avatar_url": "https://avatars2.githubusercontent.com/u/2575182?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Xstoudi", - "html_url": "https://github.com/Xstoudi", - "followers_url": "https://api.github.com/users/Xstoudi/followers", - "following_url": "https://api.github.com/users/Xstoudi/following{/other_user}", - "gists_url": "https://api.github.com/users/Xstoudi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Xstoudi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Xstoudi/subscriptions", - "organizations_url": "https://api.github.com/users/Xstoudi/orgs", - "repos_url": "https://api.github.com/users/Xstoudi/repos", - "events_url": "https://api.github.com/users/Xstoudi/events{/privacy}", - "received_events_url": "https://api.github.com/users/Xstoudi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-iso9660-appimage", - "state": "uploaded", - "size": 63766528, - "download_count": 2839, - "created_at": "2017-10-13T06:48:49Z", - "updated_at": "2017-10-13T06:49:18Z", - "browser_download_url": "https://github.com/AlduinApp/alduin/releases/download/2.0.1/alduin-2.0.1-x86_64.AppImage" - }, - { - "url": "https://api.github.com/repos/AlduinApp/alduin/releases/assets/5056504", - "id": 5056504, - "node_id": "MDEyOlJlbGVhc2VBc3NldDUwNTY1MDQ=", - "name": "Alduin.Setup.2.0.1.exe", - "label": null, - "uploader": { - "login": "Xstoudi", - "id": 2575182, - "node_id": "MDQ6VXNlcjI1NzUxODI=", - "avatar_url": "https://avatars2.githubusercontent.com/u/2575182?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Xstoudi", - "html_url": "https://github.com/Xstoudi", - "followers_url": "https://api.github.com/users/Xstoudi/followers", - "following_url": "https://api.github.com/users/Xstoudi/following{/other_user}", - "gists_url": "https://api.github.com/users/Xstoudi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Xstoudi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Xstoudi/subscriptions", - "organizations_url": "https://api.github.com/users/Xstoudi/orgs", - "repos_url": "https://api.github.com/users/Xstoudi/repos", - "events_url": "https://api.github.com/users/Xstoudi/events{/privacy}", - "received_events_url": "https://api.github.com/users/Xstoudi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-ms-dos-executable", - "state": "uploaded", - "size": 60517888, - "download_count": 1073, - "created_at": "2017-10-13T06:43:49Z", - "updated_at": "2017-10-13T06:44:51Z", - "browser_download_url": "https://github.com/AlduinApp/alduin/releases/download/2.0.1/Alduin.Setup.2.0.1.exe" - }, - { - "url": "https://api.github.com/repos/AlduinApp/alduin/releases/assets/5056505", - "id": 5056505, - "node_id": "MDEyOlJlbGVhc2VBc3NldDUwNTY1MDU=", - "name": "RELEASES", - "label": null, - "uploader": { - "login": "Xstoudi", - "id": 2575182, - "node_id": "MDQ6VXNlcjI1NzUxODI=", - "avatar_url": "https://avatars2.githubusercontent.com/u/2575182?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Xstoudi", - "html_url": "https://github.com/Xstoudi", - "followers_url": "https://api.github.com/users/Xstoudi/followers", - "following_url": "https://api.github.com/users/Xstoudi/following{/other_user}", - "gists_url": "https://api.github.com/users/Xstoudi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Xstoudi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Xstoudi/subscriptions", - "organizations_url": "https://api.github.com/users/Xstoudi/orgs", - "repos_url": "https://api.github.com/users/Xstoudi/repos", - "events_url": "https://api.github.com/users/Xstoudi/events{/privacy}", - "received_events_url": "https://api.github.com/users/Xstoudi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 76, - "download_count": 128, - "created_at": "2017-10-13T06:43:49Z", - "updated_at": "2017-10-13T06:44:51Z", - "browser_download_url": "https://github.com/AlduinApp/alduin/releases/download/2.0.1/RELEASES" - } - ], - "tarball_url": "https://api.github.com/repos/AlduinApp/alduin/tarball/2.0.1", - "zipball_url": "https://api.github.com/repos/AlduinApp/alduin/zipball/2.0.1", - "body_html": "" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:06.329Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:19.354Z" }, "altair": { "latestRelease": { @@ -1463,7 +1216,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 87952284, - "download_count": 594, + "download_count": 619, "created_at": "2020-08-31T23:32:32Z", "updated_at": "2020-08-31T23:32:34Z", "browser_download_url": "https://github.com/imolorhe/altair/releases/download/v2.5.0/altair_2.5.0_mac.dmg" @@ -1531,7 +1284,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 85461380, - "download_count": 934, + "download_count": 949, "created_at": "2020-08-31T23:32:30Z", "updated_at": "2020-08-31T23:32:32Z", "browser_download_url": "https://github.com/imolorhe/altair/releases/download/v2.5.0/altair_2.5.0_mac.zip" @@ -1565,7 +1318,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 61091477, - "download_count": 647, + "download_count": 669, "created_at": "2020-08-31T22:21:16Z", "updated_at": "2020-08-31T22:21:17Z", "browser_download_url": "https://github.com/imolorhe/altair/releases/download/v2.5.0/altair_2.5.0_win.exe" @@ -1599,7 +1352,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 60539, - "download_count": 156, + "download_count": 162, "created_at": "2020-08-31T22:21:16Z", "updated_at": "2020-08-31T22:21:16Z", "browser_download_url": "https://github.com/imolorhe/altair/releases/download/v2.5.0/altair_2.5.0_win.exe.blockmap" @@ -1633,7 +1386,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 80403722, - "download_count": 264, + "download_count": 272, "created_at": "2020-09-01T00:07:59Z", "updated_at": "2020-09-01T00:08:01Z", "browser_download_url": "https://github.com/imolorhe/altair/releases/download/v2.5.0/altair_2.5.0_x86_64_linux.AppImage" @@ -1667,7 +1420,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 388, - "download_count": 98, + "download_count": 102, "created_at": "2020-09-01T00:08:28Z", "updated_at": "2020-09-01T00:08:28Z", "browser_download_url": "https://github.com/imolorhe/altair/releases/download/v2.5.0/latest-linux.yml" @@ -1701,7 +1454,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 510, - "download_count": 1107, + "download_count": 1142, "created_at": "2020-08-31T23:32:35Z", "updated_at": "2020-08-31T23:32:35Z", "browser_download_url": "https://github.com/imolorhe/altair/releases/download/v2.5.0/latest-mac.yml" @@ -1735,7 +1488,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 336, - "download_count": 645, + "download_count": 660, "created_at": "2020-08-31T22:21:18Z", "updated_at": "2020-08-31T22:21:18Z", "browser_download_url": "https://github.com/imolorhe/altair/releases/download/v2.5.0/latest.yml" @@ -1745,7 +1498,7 @@ "zipball_url": "https://api.github.com/repos/imolorhe/altair/zipball/v2.5.0", "body_html": "

Minor Changes

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:06.362Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:19.405Z" }, "altus": { "latestRelease": { @@ -1812,7 +1565,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 76521512, - "download_count": 15, + "download_count": 20, "created_at": "2020-09-16T10:27:49Z", "updated_at": "2020-09-16T10:38:20Z", "browser_download_url": "https://github.com/amanharwara/altus/releases/download/3.15.1/Altus-3.15.1-x86_64.AppImage" @@ -1914,7 +1667,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 100040328, - "download_count": 42, + "download_count": 53, "created_at": "2020-09-16T10:10:50Z", "updated_at": "2020-09-16T10:26:37Z", "browser_download_url": "https://github.com/amanharwara/altus/releases/download/3.15.1/Altus-Setup-3.15.1.exe" @@ -1924,11 +1677,258 @@ "zipball_url": "https://api.github.com/repos/amanharwara/altus/zipball/3.15.1", "body_html": "

Features / Changes

\n

None

\n

Bug fixes

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:06.599Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:19.423Z" + }, + "alduin": { + "latestRelease": { + "url": "https://api.github.com/repos/AlduinApp/alduin/releases/8051714", + "assets_url": "https://api.github.com/repos/AlduinApp/alduin/releases/8051714/assets", + "upload_url": "https://uploads.github.com/repos/AlduinApp/alduin/releases/8051714/assets{?name,label}", + "html_url": "https://github.com/AlduinApp/alduin/releases/tag/2.0.1", + "id": 8051714, + "node_id": "MDc6UmVsZWFzZTgwNTE3MTQ=", + "tag_name": "2.0.1", + "target_commitish": "master", + "name": "2.0.1 - Fix bug and enable error reporting", + "draft": false, + "author": { + "login": "Xstoudi", + "id": 2575182, + "node_id": "MDQ6VXNlcjI1NzUxODI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2575182?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Xstoudi", + "html_url": "https://github.com/Xstoudi", + "followers_url": "https://api.github.com/users/Xstoudi/followers", + "following_url": "https://api.github.com/users/Xstoudi/following{/other_user}", + "gists_url": "https://api.github.com/users/Xstoudi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Xstoudi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Xstoudi/subscriptions", + "organizations_url": "https://api.github.com/users/Xstoudi/orgs", + "repos_url": "https://api.github.com/users/Xstoudi/repos", + "events_url": "https://api.github.com/users/Xstoudi/events{/privacy}", + "received_events_url": "https://api.github.com/users/Xstoudi/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2017-10-09T18:22:53Z", + "published_at": "2017-10-13T06:50:42Z", + "assets": [ + { + "url": "https://api.github.com/repos/AlduinApp/alduin/releases/assets/5056503", + "id": 5056503, + "node_id": "MDEyOlJlbGVhc2VBc3NldDUwNTY1MDM=", + "name": "alduin-2.0.1-full.nupkg", + "label": null, + "uploader": { + "login": "Xstoudi", + "id": 2575182, + "node_id": "MDQ6VXNlcjI1NzUxODI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2575182?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Xstoudi", + "html_url": "https://github.com/Xstoudi", + "followers_url": "https://api.github.com/users/Xstoudi/followers", + "following_url": "https://api.github.com/users/Xstoudi/following{/other_user}", + "gists_url": "https://api.github.com/users/Xstoudi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Xstoudi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Xstoudi/subscriptions", + "organizations_url": "https://api.github.com/users/Xstoudi/orgs", + "repos_url": "https://api.github.com/users/Xstoudi/repos", + "events_url": "https://api.github.com/users/Xstoudi/events{/privacy}", + "received_events_url": "https://api.github.com/users/Xstoudi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 59551073, + "download_count": 170, + "created_at": "2017-10-13T06:43:49Z", + "updated_at": "2017-10-13T06:44:18Z", + "browser_download_url": "https://github.com/AlduinApp/alduin/releases/download/2.0.1/alduin-2.0.1-full.nupkg" + }, + { + "url": "https://api.github.com/repos/AlduinApp/alduin/releases/assets/5056542", + "id": 5056542, + "node_id": "MDEyOlJlbGVhc2VBc3NldDUwNTY1NDI=", + "name": "Alduin-2.0.1-linux.zip", + "label": null, + "uploader": { + "login": "Xstoudi", + "id": 2575182, + "node_id": "MDQ6VXNlcjI1NzUxODI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2575182?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Xstoudi", + "html_url": "https://github.com/Xstoudi", + "followers_url": "https://api.github.com/users/Xstoudi/followers", + "following_url": "https://api.github.com/users/Xstoudi/following{/other_user}", + "gists_url": "https://api.github.com/users/Xstoudi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Xstoudi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Xstoudi/subscriptions", + "organizations_url": "https://api.github.com/users/Xstoudi/orgs", + "repos_url": "https://api.github.com/users/Xstoudi/repos", + "events_url": "https://api.github.com/users/Xstoudi/events{/privacy}", + "received_events_url": "https://api.github.com/users/Xstoudi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 60261676, + "download_count": 1346, + "created_at": "2017-10-13T06:48:49Z", + "updated_at": "2017-10-13T06:49:46Z", + "browser_download_url": "https://github.com/AlduinApp/alduin/releases/download/2.0.1/Alduin-2.0.1-linux.zip" + }, + { + "url": "https://api.github.com/repos/AlduinApp/alduin/releases/assets/5056493", + "id": 5056493, + "node_id": "MDEyOlJlbGVhc2VBc3NldDUwNTY0OTM=", + "name": "Alduin-2.0.1-win.zip", + "label": null, + "uploader": { + "login": "Xstoudi", + "id": 2575182, + "node_id": "MDQ6VXNlcjI1NzUxODI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2575182?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Xstoudi", + "html_url": "https://github.com/Xstoudi", + "followers_url": "https://api.github.com/users/Xstoudi/followers", + "following_url": "https://api.github.com/users/Xstoudi/following{/other_user}", + "gists_url": "https://api.github.com/users/Xstoudi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Xstoudi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Xstoudi/subscriptions", + "organizations_url": "https://api.github.com/users/Xstoudi/orgs", + "repos_url": "https://api.github.com/users/Xstoudi/repos", + "events_url": "https://api.github.com/users/Xstoudi/events{/privacy}", + "received_events_url": "https://api.github.com/users/Xstoudi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 56690464, + "download_count": 1130, + "created_at": "2017-10-13T06:41:13Z", + "updated_at": "2017-10-13T06:41:41Z", + "browser_download_url": "https://github.com/AlduinApp/alduin/releases/download/2.0.1/Alduin-2.0.1-win.zip" + }, + { + "url": "https://api.github.com/repos/AlduinApp/alduin/releases/assets/5056541", + "id": 5056541, + "node_id": "MDEyOlJlbGVhc2VBc3NldDUwNTY1NDE=", + "name": "alduin-2.0.1-x86_64.AppImage", + "label": null, + "uploader": { + "login": "Xstoudi", + "id": 2575182, + "node_id": "MDQ6VXNlcjI1NzUxODI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2575182?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Xstoudi", + "html_url": "https://github.com/Xstoudi", + "followers_url": "https://api.github.com/users/Xstoudi/followers", + "following_url": "https://api.github.com/users/Xstoudi/following{/other_user}", + "gists_url": "https://api.github.com/users/Xstoudi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Xstoudi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Xstoudi/subscriptions", + "organizations_url": "https://api.github.com/users/Xstoudi/orgs", + "repos_url": "https://api.github.com/users/Xstoudi/repos", + "events_url": "https://api.github.com/users/Xstoudi/events{/privacy}", + "received_events_url": "https://api.github.com/users/Xstoudi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-iso9660-appimage", + "state": "uploaded", + "size": 63766528, + "download_count": 2841, + "created_at": "2017-10-13T06:48:49Z", + "updated_at": "2017-10-13T06:49:18Z", + "browser_download_url": "https://github.com/AlduinApp/alduin/releases/download/2.0.1/alduin-2.0.1-x86_64.AppImage" + }, + { + "url": "https://api.github.com/repos/AlduinApp/alduin/releases/assets/5056504", + "id": 5056504, + "node_id": "MDEyOlJlbGVhc2VBc3NldDUwNTY1MDQ=", + "name": "Alduin.Setup.2.0.1.exe", + "label": null, + "uploader": { + "login": "Xstoudi", + "id": 2575182, + "node_id": "MDQ6VXNlcjI1NzUxODI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2575182?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Xstoudi", + "html_url": "https://github.com/Xstoudi", + "followers_url": "https://api.github.com/users/Xstoudi/followers", + "following_url": "https://api.github.com/users/Xstoudi/following{/other_user}", + "gists_url": "https://api.github.com/users/Xstoudi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Xstoudi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Xstoudi/subscriptions", + "organizations_url": "https://api.github.com/users/Xstoudi/orgs", + "repos_url": "https://api.github.com/users/Xstoudi/repos", + "events_url": "https://api.github.com/users/Xstoudi/events{/privacy}", + "received_events_url": "https://api.github.com/users/Xstoudi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-ms-dos-executable", + "state": "uploaded", + "size": 60517888, + "download_count": 1073, + "created_at": "2017-10-13T06:43:49Z", + "updated_at": "2017-10-13T06:44:51Z", + "browser_download_url": "https://github.com/AlduinApp/alduin/releases/download/2.0.1/Alduin.Setup.2.0.1.exe" + }, + { + "url": "https://api.github.com/repos/AlduinApp/alduin/releases/assets/5056505", + "id": 5056505, + "node_id": "MDEyOlJlbGVhc2VBc3NldDUwNTY1MDU=", + "name": "RELEASES", + "label": null, + "uploader": { + "login": "Xstoudi", + "id": 2575182, + "node_id": "MDQ6VXNlcjI1NzUxODI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2575182?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Xstoudi", + "html_url": "https://github.com/Xstoudi", + "followers_url": "https://api.github.com/users/Xstoudi/followers", + "following_url": "https://api.github.com/users/Xstoudi/following{/other_user}", + "gists_url": "https://api.github.com/users/Xstoudi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Xstoudi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Xstoudi/subscriptions", + "organizations_url": "https://api.github.com/users/Xstoudi/orgs", + "repos_url": "https://api.github.com/users/Xstoudi/repos", + "events_url": "https://api.github.com/users/Xstoudi/events{/privacy}", + "received_events_url": "https://api.github.com/users/Xstoudi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 76, + "download_count": 128, + "created_at": "2017-10-13T06:43:49Z", + "updated_at": "2017-10-13T06:44:51Z", + "browser_download_url": "https://github.com/AlduinApp/alduin/releases/download/2.0.1/RELEASES" + } + ], + "tarball_url": "https://api.github.com/repos/AlduinApp/alduin/tarball/2.0.1", + "zipball_url": "https://api.github.com/repos/AlduinApp/alduin/zipball/2.0.1", + "body_html": "" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:19.434Z" }, "amipwned": { "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:06.624Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:19.451Z" }, "alva": { "latestRelease": { @@ -2029,7 +2029,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 73475191, - "download_count": 8576, + "download_count": 8581, "created_at": "2019-01-11T14:01:58Z", "updated_at": "2019-01-11T14:02:00Z", "browser_download_url": "https://github.com/meetalva/alva/releases/download/v0.9.1/Alva-0.9.1.AppImage" @@ -2097,7 +2097,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 72566763, - "download_count": 4953, + "download_count": 4955, "created_at": "2019-01-11T14:03:15Z", "updated_at": "2019-01-11T14:03:18Z", "browser_download_url": "https://github.com/meetalva/alva/releases/download/v0.9.1/Alva-0.9.1.dmg" @@ -2165,7 +2165,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 46362048, - "download_count": 24122, + "download_count": 24129, "created_at": "2019-01-11T14:03:39Z", "updated_at": "2019-01-11T14:03:40Z", "browser_download_url": "https://github.com/meetalva/alva/releases/download/v0.9.1/Alva-0.9.1.exe" @@ -2301,7 +2301,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 358, - "download_count": 11606, + "download_count": 11611, "created_at": "2019-01-11T14:03:52Z", "updated_at": "2019-01-11T14:03:53Z", "browser_download_url": "https://github.com/meetalva/alva/releases/download/v0.9.1/latest-linux.yml" @@ -2335,7 +2335,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 500, - "download_count": 11636, + "download_count": 11640, "created_at": "2019-01-11T14:03:53Z", "updated_at": "2019-01-11T14:03:53Z", "browser_download_url": "https://github.com/meetalva/alva/releases/download/v0.9.1/latest-mac.yml" @@ -2369,7 +2369,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 324, - "download_count": 15943, + "download_count": 15950, "created_at": "2019-01-11T14:03:40Z", "updated_at": "2019-01-11T14:03:40Z", "browser_download_url": "https://github.com/meetalva/alva/releases/download/v0.9.1/latest.yml" @@ -2379,122 +2379,15 @@ "zipball_url": "https://api.github.com/repos/meetalva/alva/zipball/v0.9.1", "body_html": "

This release fixes a bug that prevented connecting new libraries in some cases.

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:06.650Z" - }, - "android-messages": { - "latestRelease": { - "url": "https://api.github.com/repos/nparsons08/android-messages/releases/16932519", - "assets_url": "https://api.github.com/repos/nparsons08/android-messages/releases/16932519/assets", - "upload_url": "https://uploads.github.com/repos/nparsons08/android-messages/releases/16932519/assets{?name,label}", - "html_url": "https://github.com/nparsons08/android-messages/releases/tag/v1.0.1", - "id": 16932519, - "node_id": "MDc6UmVsZWFzZTE2OTMyNTE5", - "tag_name": "v1.0.1", - "target_commitish": "master", - "name": "Updated URL", - "draft": false, - "author": { - "login": "nparsons08", - "id": 1328388, - "node_id": "MDQ6VXNlcjEzMjgzODg=", - "avatar_url": "https://avatars2.githubusercontent.com/u/1328388?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/nparsons08", - "html_url": "https://github.com/nparsons08", - "followers_url": "https://api.github.com/users/nparsons08/followers", - "following_url": "https://api.github.com/users/nparsons08/following{/other_user}", - "gists_url": "https://api.github.com/users/nparsons08/gists{/gist_id}", - "starred_url": "https://api.github.com/users/nparsons08/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/nparsons08/subscriptions", - "organizations_url": "https://api.github.com/users/nparsons08/orgs", - "repos_url": "https://api.github.com/users/nparsons08/repos", - "events_url": "https://api.github.com/users/nparsons08/events{/privacy}", - "received_events_url": "https://api.github.com/users/nparsons08/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2019-05-13T01:46:49Z", - "published_at": "2019-05-13T01:51:02Z", - "assets": [ - { - "url": "https://api.github.com/repos/nparsons08/android-messages/releases/assets/12597122", - "id": 12597122, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyNTk3MTIy", - "name": "Android.Messages-darwin-x64.zip", - "label": null, - "uploader": { - "login": "nparsons08", - "id": 1328388, - "node_id": "MDQ6VXNlcjEzMjgzODg=", - "avatar_url": "https://avatars2.githubusercontent.com/u/1328388?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/nparsons08", - "html_url": "https://github.com/nparsons08", - "followers_url": "https://api.github.com/users/nparsons08/followers", - "following_url": "https://api.github.com/users/nparsons08/following{/other_user}", - "gists_url": "https://api.github.com/users/nparsons08/gists{/gist_id}", - "starred_url": "https://api.github.com/users/nparsons08/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/nparsons08/subscriptions", - "organizations_url": "https://api.github.com/users/nparsons08/orgs", - "repos_url": "https://api.github.com/users/nparsons08/repos", - "events_url": "https://api.github.com/users/nparsons08/events{/privacy}", - "received_events_url": "https://api.github.com/users/nparsons08/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 50727009, - "download_count": 569, - "created_at": "2019-05-13T01:50:30Z", - "updated_at": "2019-05-13T01:50:41Z", - "browser_download_url": "https://github.com/nparsons08/android-messages/releases/download/v1.0.1/Android.Messages-darwin-x64.zip" - }, - { - "url": "https://api.github.com/repos/nparsons08/android-messages/releases/assets/12597129", - "id": 12597129, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyNTk3MTI5", - "name": "android-messages-linux-x64.zip", - "label": null, - "uploader": { - "login": "nparsons08", - "id": 1328388, - "node_id": "MDQ6VXNlcjEzMjgzODg=", - "avatar_url": "https://avatars2.githubusercontent.com/u/1328388?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/nparsons08", - "html_url": "https://github.com/nparsons08", - "followers_url": "https://api.github.com/users/nparsons08/followers", - "following_url": "https://api.github.com/users/nparsons08/following{/other_user}", - "gists_url": "https://api.github.com/users/nparsons08/gists{/gist_id}", - "starred_url": "https://api.github.com/users/nparsons08/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/nparsons08/subscriptions", - "organizations_url": "https://api.github.com/users/nparsons08/orgs", - "repos_url": "https://api.github.com/users/nparsons08/repos", - "events_url": "https://api.github.com/users/nparsons08/events{/privacy}", - "received_events_url": "https://api.github.com/users/nparsons08/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 52075231, - "download_count": 531, - "created_at": "2019-05-13T01:50:46Z", - "updated_at": "2019-05-13T01:50:59Z", - "browser_download_url": "https://github.com/nparsons08/android-messages/releases/download/v1.0.1/android-messages-linux-x64.zip" - } - ], - "tarball_url": "https://api.github.com/repos/nparsons08/android-messages/tarball/v1.0.1", - "zipball_url": "https://api.github.com/repos/nparsons08/android-messages/zipball/v1.0.1", - "body_html": "

Updated URL from https://messages.android.com to https://messages.google.com/web. Dropped support for Windows.

" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:06.710Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:19.465Z" }, "anote": { "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:06.930Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:19.491Z" + }, + "appear-in": { + "latestRelease": null, + "latestReleaseFetchedAt": "2020-09-18T00:10:19.541Z" }, "anotherredisdesktopmanager": { "latestRelease": { @@ -2561,7 +2454,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 74202535, - "download_count": 527, + "download_count": 536, "created_at": "2020-09-04T09:01:45Z", "updated_at": "2020-09-04T09:01:47Z", "browser_download_url": "https://github.com/qishibo/AnotherRedisDesktopManager/releases/download/v1.3.8/Another-Redis-Desktop-Manager.1.3.8.AppImage" @@ -2595,7 +2488,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 69317467, - "download_count": 3180, + "download_count": 3260, "created_at": "2020-09-04T09:06:14Z", "updated_at": "2020-09-04T09:06:15Z", "browser_download_url": "https://github.com/qishibo/AnotherRedisDesktopManager/releases/download/v1.3.8/Another-Redis-Desktop-Manager.1.3.8.dmg" @@ -2629,7 +2522,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 50826460, - "download_count": 9894, + "download_count": 10067, "created_at": "2020-09-04T09:03:37Z", "updated_at": "2020-09-04T09:03:41Z", "browser_download_url": "https://github.com/qishibo/AnotherRedisDesktopManager/releases/download/v1.3.8/Another-Redis-Desktop-Manager.1.3.8.exe" @@ -2663,7 +2556,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 408, - "download_count": 1157, + "download_count": 1189, "created_at": "2020-09-04T09:01:47Z", "updated_at": "2020-09-04T09:01:47Z", "browser_download_url": "https://github.com/qishibo/AnotherRedisDesktopManager/releases/download/v1.3.8/latest-linux.yml" @@ -2697,7 +2590,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 374, - "download_count": 9074, + "download_count": 9303, "created_at": "2020-09-04T09:06:16Z", "updated_at": "2020-09-04T09:06:16Z", "browser_download_url": "https://github.com/qishibo/AnotherRedisDesktopManager/releases/download/v1.3.8/latest-mac.yml" @@ -2731,7 +2624,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 374, - "download_count": 14290, + "download_count": 14675, "created_at": "2020-09-04T09:03:42Z", "updated_at": "2020-09-04T09:03:42Z", "browser_download_url": "https://github.com/qishibo/AnotherRedisDesktopManager/releases/download/v1.3.8/latest.yml" @@ -2741,7 +2634,7 @@ "zipball_url": "https://api.github.com/repos/qishibo/AnotherRedisDesktopManager/zipball/v1.3.8", "body_html": "

Change Log

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:06.952Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:19.542Z" }, "ao": { "latestRelease": { @@ -2808,7 +2701,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 80685483, - "download_count": 1631, + "download_count": 1634, "created_at": "2019-05-20T21:24:06Z", "updated_at": "2019-05-20T21:24:09Z", "browser_download_url": "https://github.com/klaussinani/ao/releases/download/v6.9.0/ao-6.9.0-i386.AppImage" @@ -2842,7 +2735,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 53784632, - "download_count": 232, + "download_count": 237, "created_at": "2019-05-20T21:33:42Z", "updated_at": "2019-05-20T21:33:53Z", "browser_download_url": "https://github.com/klaussinani/ao/releases/download/v6.9.0/ao-6.9.0-i686.pacman" @@ -2910,7 +2803,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 76869707, - "download_count": 1405, + "download_count": 1407, "created_at": "2019-05-20T21:24:14Z", "updated_at": "2019-05-20T21:24:16Z", "browser_download_url": "https://github.com/klaussinani/ao/releases/download/v6.9.0/ao-6.9.0-x86_64.AppImage" @@ -2978,7 +2871,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 74078250, - "download_count": 9415, + "download_count": 9417, "created_at": "2019-05-20T21:28:22Z", "updated_at": "2019-05-20T21:28:29Z", "browser_download_url": "https://github.com/klaussinani/ao/releases/download/v6.9.0/ao-6.9.0.exe" @@ -3046,7 +2939,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 52043912, - "download_count": 436, + "download_count": 438, "created_at": "2019-05-20T21:35:26Z", "updated_at": "2019-05-20T21:35:28Z", "browser_download_url": "https://github.com/klaussinani/ao/releases/download/v6.9.0/ao-6.9.0.pacman" @@ -3080,7 +2973,7 @@ "content_type": "application/x-redhat-package-manager", "state": "uploaded", "size": 51659100, - "download_count": 561, + "download_count": 563, "created_at": "2019-05-20T21:38:25Z", "updated_at": "2019-05-20T21:38:26Z", "browser_download_url": "https://github.com/klaussinani/ao/releases/download/v6.9.0/ao-6.9.0.x86_64.rpm" @@ -3114,7 +3007,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 74249831, - "download_count": 13778, + "download_count": 13779, "created_at": "2019-05-20T21:28:45Z", "updated_at": "2019-05-20T21:28:47Z", "browser_download_url": "https://github.com/klaussinani/ao/releases/download/v6.9.0/ao-setup-6.9.0.exe" @@ -3148,7 +3041,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 52053232, - "download_count": 6300, + "download_count": 6310, "created_at": "2019-05-20T21:32:31Z", "updated_at": "2019-05-20T21:32:33Z", "browser_download_url": "https://github.com/klaussinani/ao/releases/download/v6.9.0/ao_6.9.0_amd64.deb" @@ -3226,15 +3119,233 @@ "zipball_url": "https://api.github.com/repos/klaussinani/ao/zipball/v6.9.0", "body_html": "

Highlights

\n\n

All changes

\n

klaussinani/ao@v6.8.0...v6.9.0

\n

Note

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:07.006Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:19.555Z" }, - "appear-in": { - "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:07.026Z" + "android-messages": { + "latestRelease": { + "url": "https://api.github.com/repos/nparsons08/android-messages/releases/16932519", + "assets_url": "https://api.github.com/repos/nparsons08/android-messages/releases/16932519/assets", + "upload_url": "https://uploads.github.com/repos/nparsons08/android-messages/releases/16932519/assets{?name,label}", + "html_url": "https://github.com/nparsons08/android-messages/releases/tag/v1.0.1", + "id": 16932519, + "node_id": "MDc6UmVsZWFzZTE2OTMyNTE5", + "tag_name": "v1.0.1", + "target_commitish": "master", + "name": "Updated URL", + "draft": false, + "author": { + "login": "nparsons08", + "id": 1328388, + "node_id": "MDQ6VXNlcjEzMjgzODg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1328388?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nparsons08", + "html_url": "https://github.com/nparsons08", + "followers_url": "https://api.github.com/users/nparsons08/followers", + "following_url": "https://api.github.com/users/nparsons08/following{/other_user}", + "gists_url": "https://api.github.com/users/nparsons08/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nparsons08/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nparsons08/subscriptions", + "organizations_url": "https://api.github.com/users/nparsons08/orgs", + "repos_url": "https://api.github.com/users/nparsons08/repos", + "events_url": "https://api.github.com/users/nparsons08/events{/privacy}", + "received_events_url": "https://api.github.com/users/nparsons08/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2019-05-13T01:46:49Z", + "published_at": "2019-05-13T01:51:02Z", + "assets": [ + { + "url": "https://api.github.com/repos/nparsons08/android-messages/releases/assets/12597122", + "id": 12597122, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyNTk3MTIy", + "name": "Android.Messages-darwin-x64.zip", + "label": null, + "uploader": { + "login": "nparsons08", + "id": 1328388, + "node_id": "MDQ6VXNlcjEzMjgzODg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1328388?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nparsons08", + "html_url": "https://github.com/nparsons08", + "followers_url": "https://api.github.com/users/nparsons08/followers", + "following_url": "https://api.github.com/users/nparsons08/following{/other_user}", + "gists_url": "https://api.github.com/users/nparsons08/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nparsons08/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nparsons08/subscriptions", + "organizations_url": "https://api.github.com/users/nparsons08/orgs", + "repos_url": "https://api.github.com/users/nparsons08/repos", + "events_url": "https://api.github.com/users/nparsons08/events{/privacy}", + "received_events_url": "https://api.github.com/users/nparsons08/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 50727009, + "download_count": 569, + "created_at": "2019-05-13T01:50:30Z", + "updated_at": "2019-05-13T01:50:41Z", + "browser_download_url": "https://github.com/nparsons08/android-messages/releases/download/v1.0.1/Android.Messages-darwin-x64.zip" + }, + { + "url": "https://api.github.com/repos/nparsons08/android-messages/releases/assets/12597129", + "id": 12597129, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyNTk3MTI5", + "name": "android-messages-linux-x64.zip", + "label": null, + "uploader": { + "login": "nparsons08", + "id": 1328388, + "node_id": "MDQ6VXNlcjEzMjgzODg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1328388?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nparsons08", + "html_url": "https://github.com/nparsons08", + "followers_url": "https://api.github.com/users/nparsons08/followers", + "following_url": "https://api.github.com/users/nparsons08/following{/other_user}", + "gists_url": "https://api.github.com/users/nparsons08/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nparsons08/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nparsons08/subscriptions", + "organizations_url": "https://api.github.com/users/nparsons08/orgs", + "repos_url": "https://api.github.com/users/nparsons08/repos", + "events_url": "https://api.github.com/users/nparsons08/events{/privacy}", + "received_events_url": "https://api.github.com/users/nparsons08/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 52075231, + "download_count": 531, + "created_at": "2019-05-13T01:50:46Z", + "updated_at": "2019-05-13T01:50:59Z", + "browser_download_url": "https://github.com/nparsons08/android-messages/releases/download/v1.0.1/android-messages-linux-x64.zip" + } + ], + "tarball_url": "https://api.github.com/repos/nparsons08/android-messages/tarball/v1.0.1", + "zipball_url": "https://api.github.com/repos/nparsons08/android-messages/zipball/v1.0.1", + "body_html": "

Updated URL from https://messages.android.com to https://messages.google.com/web. Dropped support for Windows.

" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:19.568Z" }, "argo": { "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:07.332Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:19.614Z" + }, + "appserver": { + "latestRelease": { + "url": "https://api.github.com/repos/bismay4u/AppServer/releases/12236989", + "assets_url": "https://api.github.com/repos/bismay4u/AppServer/releases/12236989/assets", + "upload_url": "https://uploads.github.com/repos/bismay4u/AppServer/releases/12236989/assets{?name,label}", + "html_url": "https://github.com/bismay4u/AppServer/releases/tag/1.1.1", + "id": 12236989, + "node_id": "MDc6UmVsZWFzZTEyMjM2OTg5", + "tag_name": "1.1.1", + "target_commitish": "master", + "name": "v1.1", + "draft": false, + "author": { + "login": "bismay4u", + "id": 1387103, + "node_id": "MDQ6VXNlcjEzODcxMDM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1387103?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bismay4u", + "html_url": "https://github.com/bismay4u", + "followers_url": "https://api.github.com/users/bismay4u/followers", + "following_url": "https://api.github.com/users/bismay4u/following{/other_user}", + "gists_url": "https://api.github.com/users/bismay4u/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bismay4u/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bismay4u/subscriptions", + "organizations_url": "https://api.github.com/users/bismay4u/orgs", + "repos_url": "https://api.github.com/users/bismay4u/repos", + "events_url": "https://api.github.com/users/bismay4u/events{/privacy}", + "received_events_url": "https://api.github.com/users/bismay4u/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2018-08-03T05:15:01Z", + "published_at": "2018-08-03T05:36:52Z", + "assets": [ + { + "url": "https://api.github.com/repos/bismay4u/AppServer/releases/assets/8114422", + "id": 8114422, + "node_id": "MDEyOlJlbGVhc2VBc3NldDgxMTQ0MjI=", + "name": "com.silk.appserver-1.0.dmg", + "label": null, + "uploader": { + "login": "bismay4u", + "id": 1387103, + "node_id": "MDQ6VXNlcjEzODcxMDM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1387103?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bismay4u", + "html_url": "https://github.com/bismay4u", + "followers_url": "https://api.github.com/users/bismay4u/followers", + "following_url": "https://api.github.com/users/bismay4u/following{/other_user}", + "gists_url": "https://api.github.com/users/bismay4u/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bismay4u/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bismay4u/subscriptions", + "organizations_url": "https://api.github.com/users/bismay4u/orgs", + "repos_url": "https://api.github.com/users/bismay4u/repos", + "events_url": "https://api.github.com/users/bismay4u/events{/privacy}", + "received_events_url": "https://api.github.com/users/bismay4u/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 60901783, + "download_count": 381, + "created_at": "2018-08-03T05:18:27Z", + "updated_at": "2018-08-03T05:22:36Z", + "browser_download_url": "https://github.com/bismay4u/AppServer/releases/download/1.1.1/com.silk.appserver-1.0.dmg" + }, + { + "url": "https://api.github.com/repos/bismay4u/AppServer/releases/assets/8114752", + "id": 8114752, + "node_id": "MDEyOlJlbGVhc2VBc3NldDgxMTQ3NTI=", + "name": "com.silk.appserver-1.0.exe", + "label": null, + "uploader": { + "login": "bismay4u", + "id": 1387103, + "node_id": "MDQ6VXNlcjEzODcxMDM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1387103?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bismay4u", + "html_url": "https://github.com/bismay4u", + "followers_url": "https://api.github.com/users/bismay4u/followers", + "following_url": "https://api.github.com/users/bismay4u/following{/other_user}", + "gists_url": "https://api.github.com/users/bismay4u/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bismay4u/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bismay4u/subscriptions", + "organizations_url": "https://api.github.com/users/bismay4u/orgs", + "repos_url": "https://api.github.com/users/bismay4u/repos", + "events_url": "https://api.github.com/users/bismay4u/events{/privacy}", + "received_events_url": "https://api.github.com/users/bismay4u/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-msdownload", + "state": "uploaded", + "size": 42755054, + "download_count": 1183, + "created_at": "2018-08-03T06:09:21Z", + "updated_at": "2018-08-03T06:11:13Z", + "browser_download_url": "https://github.com/bismay4u/AppServer/releases/download/1.1.1/com.silk.appserver-1.0.exe" + } + ], + "tarball_url": "https://api.github.com/repos/bismay4u/AppServer/tarball/1.1.1", + "zipball_url": "https://api.github.com/repos/bismay4u/AppServer/zipball/1.1.1", + "body_html": "

Added mac,win icons.
\nAdded new window button.
\nNow restarting the app reselects the checkboxes in there last state.

" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:19.629Z" }, "appium": { "latestRelease": { @@ -3301,7 +3412,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 185761811, - "download_count": 1734, + "download_count": 1794, "created_at": "2020-09-03T16:08:36Z", "updated_at": "2020-09-03T16:08:44Z", "browser_download_url": "https://github.com/appium/appium-desktop/releases/download/v1.18.0-2/Appium-1.18.0-2-mac.zip" @@ -3335,7 +3446,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 131836411, - "download_count": 651, + "download_count": 679, "created_at": "2020-09-03T15:46:47Z", "updated_at": "2020-09-03T15:46:49Z", "browser_download_url": "https://github.com/appium/appium-desktop/releases/download/v1.18.0-2/Appium-linux-1.18.0-2.AppImage" @@ -3369,7 +3480,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 154472373, - "download_count": 3579, + "download_count": 3727, "created_at": "2020-09-03T16:16:51Z", "updated_at": "2020-09-03T16:16:56Z", "browser_download_url": "https://github.com/appium/appium-desktop/releases/download/v1.18.0-2/Appium-mac-1.18.0-2.dmg" @@ -3403,7 +3514,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 162461, - "download_count": 188, + "download_count": 192, "created_at": "2020-09-03T16:16:51Z", "updated_at": "2020-09-03T16:16:51Z", "browser_download_url": "https://github.com/appium/appium-desktop/releases/download/v1.18.0-2/Appium-mac-1.18.0-2.dmg.blockmap" @@ -3437,7 +3548,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 249230768, - "download_count": 6682, + "download_count": 6915, "created_at": "2020-09-03T15:59:15Z", "updated_at": "2020-09-03T15:59:21Z", "browser_download_url": "https://github.com/appium/appium-desktop/releases/download/v1.18.0-2/Appium-windows-1.18.0-2.exe" @@ -3471,7 +3582,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 221375, - "download_count": 185, + "download_count": 189, "created_at": "2020-09-03T15:59:15Z", "updated_at": "2020-09-03T15:59:15Z", "browser_download_url": "https://github.com/appium/appium-desktop/releases/download/v1.18.0-2/Appium-windows-1.18.0-2.exe.blockmap" @@ -3505,7 +3616,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 168915041, - "download_count": 1828, + "download_count": 1874, "created_at": "2020-09-03T15:54:58Z", "updated_at": "2020-09-03T15:55:05Z", "browser_download_url": "https://github.com/appium/appium-desktop/releases/download/v1.18.0-2/Appium-windows-1.18.0-2.zip" @@ -3539,7 +3650,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 385, - "download_count": 175, + "download_count": 179, "created_at": "2020-09-03T15:46:49Z", "updated_at": "2020-09-03T15:46:49Z", "browser_download_url": "https://github.com/appium/appium-desktop/releases/download/v1.18.0-2/latest-linux.yml" @@ -3573,7 +3684,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 525, - "download_count": 191, + "download_count": 193, "created_at": "2020-09-03T16:16:57Z", "updated_at": "2020-09-03T16:16:57Z", "browser_download_url": "https://github.com/appium/appium-desktop/releases/download/v1.18.0-2/latest-mac.yml" @@ -3583,229 +3694,7 @@ "zipball_url": "https://api.github.com/repos/appium/appium-desktop/zipball/v1.18.0-2", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:07.332Z" - }, - "appserver": { - "latestRelease": { - "url": "https://api.github.com/repos/bismay4u/AppServer/releases/12236989", - "assets_url": "https://api.github.com/repos/bismay4u/AppServer/releases/12236989/assets", - "upload_url": "https://uploads.github.com/repos/bismay4u/AppServer/releases/12236989/assets{?name,label}", - "html_url": "https://github.com/bismay4u/AppServer/releases/tag/1.1.1", - "id": 12236989, - "node_id": "MDc6UmVsZWFzZTEyMjM2OTg5", - "tag_name": "1.1.1", - "target_commitish": "master", - "name": "v1.1", - "draft": false, - "author": { - "login": "bismay4u", - "id": 1387103, - "node_id": "MDQ6VXNlcjEzODcxMDM=", - "avatar_url": "https://avatars1.githubusercontent.com/u/1387103?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/bismay4u", - "html_url": "https://github.com/bismay4u", - "followers_url": "https://api.github.com/users/bismay4u/followers", - "following_url": "https://api.github.com/users/bismay4u/following{/other_user}", - "gists_url": "https://api.github.com/users/bismay4u/gists{/gist_id}", - "starred_url": "https://api.github.com/users/bismay4u/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/bismay4u/subscriptions", - "organizations_url": "https://api.github.com/users/bismay4u/orgs", - "repos_url": "https://api.github.com/users/bismay4u/repos", - "events_url": "https://api.github.com/users/bismay4u/events{/privacy}", - "received_events_url": "https://api.github.com/users/bismay4u/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2018-08-03T05:15:01Z", - "published_at": "2018-08-03T05:36:52Z", - "assets": [ - { - "url": "https://api.github.com/repos/bismay4u/AppServer/releases/assets/8114422", - "id": 8114422, - "node_id": "MDEyOlJlbGVhc2VBc3NldDgxMTQ0MjI=", - "name": "com.silk.appserver-1.0.dmg", - "label": null, - "uploader": { - "login": "bismay4u", - "id": 1387103, - "node_id": "MDQ6VXNlcjEzODcxMDM=", - "avatar_url": "https://avatars1.githubusercontent.com/u/1387103?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/bismay4u", - "html_url": "https://github.com/bismay4u", - "followers_url": "https://api.github.com/users/bismay4u/followers", - "following_url": "https://api.github.com/users/bismay4u/following{/other_user}", - "gists_url": "https://api.github.com/users/bismay4u/gists{/gist_id}", - "starred_url": "https://api.github.com/users/bismay4u/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/bismay4u/subscriptions", - "organizations_url": "https://api.github.com/users/bismay4u/orgs", - "repos_url": "https://api.github.com/users/bismay4u/repos", - "events_url": "https://api.github.com/users/bismay4u/events{/privacy}", - "received_events_url": "https://api.github.com/users/bismay4u/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 60901783, - "download_count": 381, - "created_at": "2018-08-03T05:18:27Z", - "updated_at": "2018-08-03T05:22:36Z", - "browser_download_url": "https://github.com/bismay4u/AppServer/releases/download/1.1.1/com.silk.appserver-1.0.dmg" - }, - { - "url": "https://api.github.com/repos/bismay4u/AppServer/releases/assets/8114752", - "id": 8114752, - "node_id": "MDEyOlJlbGVhc2VBc3NldDgxMTQ3NTI=", - "name": "com.silk.appserver-1.0.exe", - "label": null, - "uploader": { - "login": "bismay4u", - "id": 1387103, - "node_id": "MDQ6VXNlcjEzODcxMDM=", - "avatar_url": "https://avatars1.githubusercontent.com/u/1387103?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/bismay4u", - "html_url": "https://github.com/bismay4u", - "followers_url": "https://api.github.com/users/bismay4u/followers", - "following_url": "https://api.github.com/users/bismay4u/following{/other_user}", - "gists_url": "https://api.github.com/users/bismay4u/gists{/gist_id}", - "starred_url": "https://api.github.com/users/bismay4u/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/bismay4u/subscriptions", - "organizations_url": "https://api.github.com/users/bismay4u/orgs", - "repos_url": "https://api.github.com/users/bismay4u/repos", - "events_url": "https://api.github.com/users/bismay4u/events{/privacy}", - "received_events_url": "https://api.github.com/users/bismay4u/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-msdownload", - "state": "uploaded", - "size": 42755054, - "download_count": 1183, - "created_at": "2018-08-03T06:09:21Z", - "updated_at": "2018-08-03T06:11:13Z", - "browser_download_url": "https://github.com/bismay4u/AppServer/releases/download/1.1.1/com.silk.appserver-1.0.exe" - } - ], - "tarball_url": "https://api.github.com/repos/bismay4u/AppServer/tarball/1.1.1", - "zipball_url": "https://api.github.com/repos/bismay4u/AppServer/zipball/1.1.1", - "body_html": "

Added mac,win icons.
\nAdded new window button.
\nNow restarting the app reselects the checkboxes in there last state.

" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:07.337Z" - }, - "arizona": { - "latestRelease": { - "url": "https://api.github.com/repos/strnadchristopher/arizona/releases/29898153", - "assets_url": "https://api.github.com/repos/strnadchristopher/arizona/releases/29898153/assets", - "upload_url": "https://uploads.github.com/repos/strnadchristopher/arizona/releases/29898153/assets{?name,label}", - "html_url": "https://github.com/strnadchristopher/arizona/releases/tag/v1.0.0-beta", - "id": 29898153, - "node_id": "MDc6UmVsZWFzZTI5ODk4MTUz", - "tag_name": "v1.0.0-beta", - "target_commitish": "master", - "name": "Arizona v1.0.0-beta", - "draft": false, - "author": { - "login": "strnadchristopher", - "id": 16929234, - "node_id": "MDQ6VXNlcjE2OTI5MjM0", - "avatar_url": "https://avatars0.githubusercontent.com/u/16929234?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/strnadchristopher", - "html_url": "https://github.com/strnadchristopher", - "followers_url": "https://api.github.com/users/strnadchristopher/followers", - "following_url": "https://api.github.com/users/strnadchristopher/following{/other_user}", - "gists_url": "https://api.github.com/users/strnadchristopher/gists{/gist_id}", - "starred_url": "https://api.github.com/users/strnadchristopher/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/strnadchristopher/subscriptions", - "organizations_url": "https://api.github.com/users/strnadchristopher/orgs", - "repos_url": "https://api.github.com/users/strnadchristopher/repos", - "events_url": "https://api.github.com/users/strnadchristopher/events{/privacy}", - "received_events_url": "https://api.github.com/users/strnadchristopher/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2020-08-20T04:13:28Z", - "published_at": "2020-08-20T05:57:45Z", - "assets": [ - { - "url": "https://api.github.com/repos/strnadchristopher/arizona/releases/assets/24143479", - "id": 24143479, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI0MTQzNDc5", - "name": "Arizona-v1.0.0-beta-macOS.zip", - "label": null, - "uploader": { - "login": "strnadchristopher", - "id": 16929234, - "node_id": "MDQ6VXNlcjE2OTI5MjM0", - "avatar_url": "https://avatars0.githubusercontent.com/u/16929234?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/strnadchristopher", - "html_url": "https://github.com/strnadchristopher", - "followers_url": "https://api.github.com/users/strnadchristopher/followers", - "following_url": "https://api.github.com/users/strnadchristopher/following{/other_user}", - "gists_url": "https://api.github.com/users/strnadchristopher/gists{/gist_id}", - "starred_url": "https://api.github.com/users/strnadchristopher/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/strnadchristopher/subscriptions", - "organizations_url": "https://api.github.com/users/strnadchristopher/orgs", - "repos_url": "https://api.github.com/users/strnadchristopher/repos", - "events_url": "https://api.github.com/users/strnadchristopher/events{/privacy}", - "received_events_url": "https://api.github.com/users/strnadchristopher/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 109916523, - "download_count": 22, - "created_at": "2020-08-21T03:05:10Z", - "updated_at": "2020-08-21T03:07:49Z", - "browser_download_url": "https://github.com/strnadchristopher/arizona/releases/download/v1.0.0-beta/Arizona-v1.0.0-beta-macOS.zip" - }, - { - "url": "https://api.github.com/repos/strnadchristopher/arizona/releases/assets/24107201", - "id": 24107201, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI0MTA3MjAx", - "name": "Arizona-v1.0.0-beta-Windows.zip", - "label": null, - "uploader": { - "login": "strnadchristopher", - "id": 16929234, - "node_id": "MDQ6VXNlcjE2OTI5MjM0", - "avatar_url": "https://avatars0.githubusercontent.com/u/16929234?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/strnadchristopher", - "html_url": "https://github.com/strnadchristopher", - "followers_url": "https://api.github.com/users/strnadchristopher/followers", - "following_url": "https://api.github.com/users/strnadchristopher/following{/other_user}", - "gists_url": "https://api.github.com/users/strnadchristopher/gists{/gist_id}", - "starred_url": "https://api.github.com/users/strnadchristopher/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/strnadchristopher/subscriptions", - "organizations_url": "https://api.github.com/users/strnadchristopher/orgs", - "repos_url": "https://api.github.com/users/strnadchristopher/repos", - "events_url": "https://api.github.com/users/strnadchristopher/events{/privacy}", - "received_events_url": "https://api.github.com/users/strnadchristopher/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-zip-compressed", - "state": "uploaded", - "size": 265060912, - "download_count": 105, - "created_at": "2020-08-20T04:07:35Z", - "updated_at": "2020-08-20T20:28:52Z", - "browser_download_url": "https://github.com/strnadchristopher/arizona/releases/download/v1.0.0-beta/Arizona-v1.0.0-beta-Windows.zip" - } - ], - "tarball_url": "https://api.github.com/repos/strnadchristopher/arizona/tarball/v1.0.0-beta", - "zipball_url": "https://api.github.com/repos/strnadchristopher/arizona/zipball/v1.0.0-beta", - "body_html": "

First official windows release of Arizona.
\nFeatures:
\nSpotify Control
\nConversations
\nGetting lyrics
\nRunning Python Scripts
\nand more

" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:07.421Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:19.656Z" }, "asarui": { "latestRelease": { @@ -3872,7 +3761,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 53261167, - "download_count": 1593, + "download_count": 1598, "created_at": "2018-11-02T10:25:28Z", "updated_at": "2018-11-02T10:28:47Z", "browser_download_url": "https://github.com/myazarc/AsarUI/releases/download/v1.0.2/asarui-1.0.2-x86_64.AppImage" @@ -3916,7 +3805,7 @@ "zipball_url": "https://api.github.com/repos/myazarc/AsarUI/zipball/v1.0.2", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:07.671Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:19.688Z" }, "assessment-disaggregation": { "latestRelease": { @@ -4129,7 +4018,118 @@ "zipball_url": "https://api.github.com/repos/tazzben/Assessment-Disaggregation/zipball/v0.4.3", "body_html": "

Bugfixes and security update.

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:07.683Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:19.729Z" + }, + "arizona": { + "latestRelease": { + "url": "https://api.github.com/repos/strnadchristopher/arizona/releases/29898153", + "assets_url": "https://api.github.com/repos/strnadchristopher/arizona/releases/29898153/assets", + "upload_url": "https://uploads.github.com/repos/strnadchristopher/arizona/releases/29898153/assets{?name,label}", + "html_url": "https://github.com/strnadchristopher/arizona/releases/tag/v1.0.0-beta", + "id": 29898153, + "node_id": "MDc6UmVsZWFzZTI5ODk4MTUz", + "tag_name": "v1.0.0-beta", + "target_commitish": "master", + "name": "Arizona v1.0.0-beta", + "draft": false, + "author": { + "login": "strnadchristopher", + "id": 16929234, + "node_id": "MDQ6VXNlcjE2OTI5MjM0", + "avatar_url": "https://avatars0.githubusercontent.com/u/16929234?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/strnadchristopher", + "html_url": "https://github.com/strnadchristopher", + "followers_url": "https://api.github.com/users/strnadchristopher/followers", + "following_url": "https://api.github.com/users/strnadchristopher/following{/other_user}", + "gists_url": "https://api.github.com/users/strnadchristopher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/strnadchristopher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/strnadchristopher/subscriptions", + "organizations_url": "https://api.github.com/users/strnadchristopher/orgs", + "repos_url": "https://api.github.com/users/strnadchristopher/repos", + "events_url": "https://api.github.com/users/strnadchristopher/events{/privacy}", + "received_events_url": "https://api.github.com/users/strnadchristopher/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2020-08-20T04:13:28Z", + "published_at": "2020-08-20T05:57:45Z", + "assets": [ + { + "url": "https://api.github.com/repos/strnadchristopher/arizona/releases/assets/24143479", + "id": 24143479, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI0MTQzNDc5", + "name": "Arizona-v1.0.0-beta-macOS.zip", + "label": null, + "uploader": { + "login": "strnadchristopher", + "id": 16929234, + "node_id": "MDQ6VXNlcjE2OTI5MjM0", + "avatar_url": "https://avatars0.githubusercontent.com/u/16929234?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/strnadchristopher", + "html_url": "https://github.com/strnadchristopher", + "followers_url": "https://api.github.com/users/strnadchristopher/followers", + "following_url": "https://api.github.com/users/strnadchristopher/following{/other_user}", + "gists_url": "https://api.github.com/users/strnadchristopher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/strnadchristopher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/strnadchristopher/subscriptions", + "organizations_url": "https://api.github.com/users/strnadchristopher/orgs", + "repos_url": "https://api.github.com/users/strnadchristopher/repos", + "events_url": "https://api.github.com/users/strnadchristopher/events{/privacy}", + "received_events_url": "https://api.github.com/users/strnadchristopher/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 109916523, + "download_count": 22, + "created_at": "2020-08-21T03:05:10Z", + "updated_at": "2020-08-21T03:07:49Z", + "browser_download_url": "https://github.com/strnadchristopher/arizona/releases/download/v1.0.0-beta/Arizona-v1.0.0-beta-macOS.zip" + }, + { + "url": "https://api.github.com/repos/strnadchristopher/arizona/releases/assets/24107201", + "id": 24107201, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI0MTA3MjAx", + "name": "Arizona-v1.0.0-beta-Windows.zip", + "label": null, + "uploader": { + "login": "strnadchristopher", + "id": 16929234, + "node_id": "MDQ6VXNlcjE2OTI5MjM0", + "avatar_url": "https://avatars0.githubusercontent.com/u/16929234?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/strnadchristopher", + "html_url": "https://github.com/strnadchristopher", + "followers_url": "https://api.github.com/users/strnadchristopher/followers", + "following_url": "https://api.github.com/users/strnadchristopher/following{/other_user}", + "gists_url": "https://api.github.com/users/strnadchristopher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/strnadchristopher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/strnadchristopher/subscriptions", + "organizations_url": "https://api.github.com/users/strnadchristopher/orgs", + "repos_url": "https://api.github.com/users/strnadchristopher/repos", + "events_url": "https://api.github.com/users/strnadchristopher/events{/privacy}", + "received_events_url": "https://api.github.com/users/strnadchristopher/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-zip-compressed", + "state": "uploaded", + "size": 265060912, + "download_count": 106, + "created_at": "2020-08-20T04:07:35Z", + "updated_at": "2020-08-20T20:28:52Z", + "browser_download_url": "https://github.com/strnadchristopher/arizona/releases/download/v1.0.0-beta/Arizona-v1.0.0-beta-Windows.zip" + } + ], + "tarball_url": "https://api.github.com/repos/strnadchristopher/arizona/tarball/v1.0.0-beta", + "zipball_url": "https://api.github.com/repos/strnadchristopher/arizona/zipball/v1.0.0-beta", + "body_html": "

First official windows release of Arizona.
\nFeatures:
\nSpotify Control
\nConversations
\nGetting lyrics
\nRunning Python Scripts
\nand more

" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:19.739Z" }, "atom": { "latestRelease": { @@ -4196,7 +4196,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 67051533, - "download_count": 159, + "download_count": 165, "created_at": "2020-09-08T20:24:23Z", "updated_at": "2020-09-08T20:24:28Z", "browser_download_url": "https://github.com/atom/atom/releases/download/v1.51.0/atom-1.51.0-delta.nupkg" @@ -4230,7 +4230,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 177654863, - "download_count": 139, + "download_count": 150, "created_at": "2020-09-08T20:24:28Z", "updated_at": "2020-09-08T20:24:39Z", "browser_download_url": "https://github.com/atom/atom/releases/download/v1.51.0/atom-1.51.0-full.nupkg" @@ -4264,7 +4264,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 125902388, - "download_count": 1409, + "download_count": 1522, "created_at": "2020-09-08T20:24:40Z", "updated_at": "2020-09-08T20:24:47Z", "browser_download_url": "https://github.com/atom/atom/releases/download/v1.51.0/atom-amd64.deb" @@ -4298,7 +4298,7 @@ "content_type": "application/gzip", "state": "uploaded", "size": 185050784, - "download_count": 421, + "download_count": 442, "created_at": "2020-09-08T20:24:48Z", "updated_at": "2020-09-08T20:25:13Z", "browser_download_url": "https://github.com/atom/atom/releases/download/v1.51.0/atom-amd64.tar.gz" @@ -4332,7 +4332,7 @@ "content_type": "application/json", "state": "uploaded", "size": 1078029, - "download_count": 57, + "download_count": 63, "created_at": "2020-09-08T20:25:14Z", "updated_at": "2020-09-08T20:25:14Z", "browser_download_url": "https://github.com/atom/atom/releases/download/v1.51.0/atom-api.json" @@ -4366,7 +4366,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 194303, - "download_count": 66, + "download_count": 71, "created_at": "2020-09-08T20:25:15Z", "updated_at": "2020-09-08T20:25:15Z", "browser_download_url": "https://github.com/atom/atom/releases/download/v1.51.0/atom-mac-symbols.zip" @@ -4400,7 +4400,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 191908932, - "download_count": 7518, + "download_count": 7923, "created_at": "2020-09-08T20:25:16Z", "updated_at": "2020-09-08T20:25:26Z", "browser_download_url": "https://github.com/atom/atom/releases/download/v1.51.0/atom-mac.zip" @@ -4434,7 +4434,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 177940842, - "download_count": 890, + "download_count": 951, "created_at": "2020-09-08T20:25:27Z", "updated_at": "2020-09-08T20:25:36Z", "browser_download_url": "https://github.com/atom/atom/releases/download/v1.51.0/atom-windows.zip" @@ -4468,7 +4468,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 67016257, - "download_count": 46, + "download_count": 50, "created_at": "2020-09-08T20:25:37Z", "updated_at": "2020-09-08T20:25:42Z", "browser_download_url": "https://github.com/atom/atom/releases/download/v1.51.0/atom-x64-1.51.0-delta.nupkg" @@ -4502,7 +4502,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 183294976, - "download_count": 304, + "download_count": 314, "created_at": "2020-09-08T20:25:42Z", "updated_at": "2020-09-08T20:25:51Z", "browser_download_url": "https://github.com/atom/atom/releases/download/v1.51.0/atom-x64-1.51.0-full.nupkg" @@ -4536,7 +4536,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 183657415, - "download_count": 1769, + "download_count": 1843, "created_at": "2020-09-08T20:25:52Z", "updated_at": "2020-09-08T20:26:01Z", "browser_download_url": "https://github.com/atom/atom/releases/download/v1.51.0/atom-x64-windows.zip" @@ -4570,7 +4570,7 @@ "content_type": "application/x-redhat-package-manager", "state": "uploaded", "size": 184315191, - "download_count": 552, + "download_count": 619, "created_at": "2020-09-08T20:26:02Z", "updated_at": "2020-09-08T20:26:11Z", "browser_download_url": "https://github.com/atom/atom/releases/download/v1.51.0/atom.x86_64.rpm" @@ -4604,7 +4604,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 180268576, - "download_count": 5589, + "download_count": 5847, "created_at": "2020-09-08T20:26:12Z", "updated_at": "2020-09-08T20:26:21Z", "browser_download_url": "https://github.com/atom/atom/releases/download/v1.51.0/AtomSetup-x64.exe" @@ -4638,7 +4638,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 174673440, - "download_count": 1141, + "download_count": 1201, "created_at": "2020-09-08T20:26:22Z", "updated_at": "2020-09-08T20:26:30Z", "browser_download_url": "https://github.com/atom/atom/releases/download/v1.51.0/AtomSetup.exe" @@ -4672,7 +4672,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 27264, - "download_count": 133, + "download_count": 140, "created_at": "2020-09-08T20:26:31Z", "updated_at": "2020-09-08T20:26:31Z", "browser_download_url": "https://github.com/atom/atom/releases/download/v1.51.0/RELEASES" @@ -4706,7 +4706,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 11178, - "download_count": 137, + "download_count": 151, "created_at": "2020-09-08T20:26:30Z", "updated_at": "2020-09-08T20:26:31Z", "browser_download_url": "https://github.com/atom/atom/releases/download/v1.51.0/RELEASES-x64" @@ -4716,7 +4716,7 @@ "zipball_url": "https://api.github.com/repos/atom/atom/zipball/v1.51.0", "body_html": "

Notable Changes

\n\n
\nAll Changes\n

Atom Core

\n

v1.50.0...1.51.0

\n\n
" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:07.693Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:19.757Z" }, "auryo": { "latestRelease": { @@ -4885,7 +4885,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 93520211, - "download_count": 479, + "download_count": 484, "created_at": "2020-05-24T21:10:18Z", "updated_at": "2020-05-24T21:10:20Z", "browser_download_url": "https://github.com/Superjo149/auryo/releases/download/v2.5.4/Auryo-2.5.4.AppImage" @@ -4919,7 +4919,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 87704972, - "download_count": 817, + "download_count": 820, "created_at": "2020-05-24T21:43:04Z", "updated_at": "2020-05-24T21:43:08Z", "browser_download_url": "https://github.com/Superjo149/auryo/releases/download/v2.5.4/Auryo-2.5.4.dmg" @@ -4987,7 +4987,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 59497464, - "download_count": 615, + "download_count": 616, "created_at": "2020-05-24T21:16:12Z", "updated_at": "2020-05-24T21:16:15Z", "browser_download_url": "https://github.com/Superjo149/auryo/releases/download/v2.5.4/auryo-2.5.4.pacman" @@ -5021,7 +5021,7 @@ "content_type": "application/x-redhat-package-manager", "state": "uploaded", "size": 59330674, - "download_count": 135, + "download_count": 136, "created_at": "2020-05-24T21:14:27Z", "updated_at": "2020-05-24T21:14:28Z", "browser_download_url": "https://github.com/Superjo149/auryo/releases/download/v2.5.4/auryo-2.5.4.x86_64.rpm" @@ -5055,7 +5055,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 128782447, - "download_count": 1795, + "download_count": 1796, "created_at": "2020-05-24T21:13:48Z", "updated_at": "2020-05-24T21:15:14Z", "browser_download_url": "https://github.com/Superjo149/auryo/releases/download/v2.5.4/Auryo-Setup-2.5.4.exe" @@ -5123,7 +5123,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 59498526, - "download_count": 987, + "download_count": 992, "created_at": "2020-05-24T21:12:00Z", "updated_at": "2020-05-24T21:12:02Z", "browser_download_url": "https://github.com/Superjo149/auryo/releases/download/v2.5.4/auryo_2.5.4_amd64.deb" @@ -5191,7 +5191,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 503, - "download_count": 9684, + "download_count": 9739, "created_at": "2020-05-24T21:43:17Z", "updated_at": "2020-05-24T21:43:17Z", "browser_download_url": "https://github.com/Superjo149/auryo/releases/download/v2.5.4/latest-mac.yml" @@ -5225,7 +5225,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 339, - "download_count": 12875, + "download_count": 12966, "created_at": "2020-05-24T21:15:15Z", "updated_at": "2020-05-24T21:15:15Z", "browser_download_url": "https://github.com/Superjo149/auryo/releases/download/v2.5.4/latest.yml" @@ -5235,220 +5235,186 @@ "zipball_url": "https://api.github.com/repos/Superjo149/auryo/zipball/v2.5.4", "body_html": "

Added

\n\n

Fixed

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:07.963Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:19.770Z" }, - "backlog": { + "aws-s3-backup": { "latestRelease": { - "url": "https://api.github.com/repos/czytelny/backlog/releases/12336688", - "assets_url": "https://api.github.com/repos/czytelny/backlog/releases/12336688/assets", - "upload_url": "https://uploads.github.com/repos/czytelny/backlog/releases/12336688/assets{?name,label}", - "html_url": "https://github.com/czytelny/backlog/releases/tag/v1.8.0", - "id": 12336688, - "node_id": "MDc6UmVsZWFzZTEyMzM2Njg4", - "tag_name": "v1.8.0", + "url": "https://api.github.com/repos/ulver2812/aws-s3-backup/releases/16226776", + "assets_url": "https://api.github.com/repos/ulver2812/aws-s3-backup/releases/16226776/assets", + "upload_url": "https://uploads.github.com/repos/ulver2812/aws-s3-backup/releases/16226776/assets{?name,label}", + "html_url": "https://github.com/ulver2812/aws-s3-backup/releases/tag/v1.6.0", + "id": 16226776, + "node_id": "MDc6UmVsZWFzZTE2MjI2Nzc2", + "tag_name": "v1.6.0", "target_commitish": "master", - "name": "v1.8.0", + "name": "1.6.0", "draft": false, "author": { - "login": "czytelny", - "id": 5399256, - "node_id": "MDQ6VXNlcjUzOTkyNTY=", - "avatar_url": "https://avatars0.githubusercontent.com/u/5399256?v=4", + "login": "ulver2812", + "id": 25301598, + "node_id": "MDQ6VXNlcjI1MzAxNTk4", + "avatar_url": "https://avatars2.githubusercontent.com/u/25301598?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/czytelny", - "html_url": "https://github.com/czytelny", - "followers_url": "https://api.github.com/users/czytelny/followers", - "following_url": "https://api.github.com/users/czytelny/following{/other_user}", - "gists_url": "https://api.github.com/users/czytelny/gists{/gist_id}", - "starred_url": "https://api.github.com/users/czytelny/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/czytelny/subscriptions", - "organizations_url": "https://api.github.com/users/czytelny/orgs", - "repos_url": "https://api.github.com/users/czytelny/repos", - "events_url": "https://api.github.com/users/czytelny/events{/privacy}", - "received_events_url": "https://api.github.com/users/czytelny/received_events", + "url": "https://api.github.com/users/ulver2812", + "html_url": "https://github.com/ulver2812", + "followers_url": "https://api.github.com/users/ulver2812/followers", + "following_url": "https://api.github.com/users/ulver2812/following{/other_user}", + "gists_url": "https://api.github.com/users/ulver2812/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ulver2812/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ulver2812/subscriptions", + "organizations_url": "https://api.github.com/users/ulver2812/orgs", + "repos_url": "https://api.github.com/users/ulver2812/repos", + "events_url": "https://api.github.com/users/ulver2812/events{/privacy}", + "received_events_url": "https://api.github.com/users/ulver2812/received_events", "type": "User", "site_admin": false }, "prerelease": false, - "created_at": "2018-08-09T19:29:00Z", - "published_at": "2018-08-09T19:50:01Z", + "created_at": "2019-03-20T09:27:10Z", + "published_at": "2019-03-20T09:39:29Z", "assets": [ { - "url": "https://api.github.com/repos/czytelny/backlog/releases/assets/8190773", - "id": 8190773, - "node_id": "MDEyOlJlbGVhc2VBc3NldDgxOTA3NzM=", - "name": "Backlog-darwin-x64.zip", - "label": null, - "uploader": { - "login": "czytelny", - "id": 5399256, - "node_id": "MDQ6VXNlcjUzOTkyNTY=", - "avatar_url": "https://avatars0.githubusercontent.com/u/5399256?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/czytelny", - "html_url": "https://github.com/czytelny", - "followers_url": "https://api.github.com/users/czytelny/followers", - "following_url": "https://api.github.com/users/czytelny/following{/other_user}", - "gists_url": "https://api.github.com/users/czytelny/gists{/gist_id}", - "starred_url": "https://api.github.com/users/czytelny/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/czytelny/subscriptions", - "organizations_url": "https://api.github.com/users/czytelny/orgs", - "repos_url": "https://api.github.com/users/czytelny/repos", - "events_url": "https://api.github.com/users/czytelny/events{/privacy}", - "received_events_url": "https://api.github.com/users/czytelny/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-zip-compressed", - "state": "uploaded", - "size": 55143655, - "download_count": 941, - "created_at": "2018-08-09T19:40:27Z", - "updated_at": "2018-08-09T19:41:16Z", - "browser_download_url": "https://github.com/czytelny/backlog/releases/download/v1.8.0/Backlog-darwin-x64.zip" - }, - { - "url": "https://api.github.com/repos/czytelny/backlog/releases/assets/8190838", - "id": 8190838, - "node_id": "MDEyOlJlbGVhc2VBc3NldDgxOTA4Mzg=", - "name": "Backlog-linux-ia32.tar.gz", - "label": null, + "url": "https://api.github.com/repos/ulver2812/aws-s3-backup/releases/assets/11629573", + "id": 11629573, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExNjI5NTcz", + "name": "aws-s3-backup-1.6.0.exe", + "label": "", "uploader": { - "login": "czytelny", - "id": 5399256, - "node_id": "MDQ6VXNlcjUzOTkyNTY=", - "avatar_url": "https://avatars0.githubusercontent.com/u/5399256?v=4", + "login": "ulver2812", + "id": 25301598, + "node_id": "MDQ6VXNlcjI1MzAxNTk4", + "avatar_url": "https://avatars2.githubusercontent.com/u/25301598?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/czytelny", - "html_url": "https://github.com/czytelny", - "followers_url": "https://api.github.com/users/czytelny/followers", - "following_url": "https://api.github.com/users/czytelny/following{/other_user}", - "gists_url": "https://api.github.com/users/czytelny/gists{/gist_id}", - "starred_url": "https://api.github.com/users/czytelny/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/czytelny/subscriptions", - "organizations_url": "https://api.github.com/users/czytelny/orgs", - "repos_url": "https://api.github.com/users/czytelny/repos", - "events_url": "https://api.github.com/users/czytelny/events{/privacy}", - "received_events_url": "https://api.github.com/users/czytelny/received_events", + "url": "https://api.github.com/users/ulver2812", + "html_url": "https://github.com/ulver2812", + "followers_url": "https://api.github.com/users/ulver2812/followers", + "following_url": "https://api.github.com/users/ulver2812/following{/other_user}", + "gists_url": "https://api.github.com/users/ulver2812/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ulver2812/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ulver2812/subscriptions", + "organizations_url": "https://api.github.com/users/ulver2812/orgs", + "repos_url": "https://api.github.com/users/ulver2812/repos", + "events_url": "https://api.github.com/users/ulver2812/events{/privacy}", + "received_events_url": "https://api.github.com/users/ulver2812/received_events", "type": "User", "site_admin": false }, - "content_type": "application/x-gzip", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 58396680, - "download_count": 117, - "created_at": "2018-08-09T19:48:10Z", - "updated_at": "2018-08-09T19:49:01Z", - "browser_download_url": "https://github.com/czytelny/backlog/releases/download/v1.8.0/Backlog-linux-ia32.tar.gz" + "size": 38799264, + "download_count": 245, + "created_at": "2019-03-20T09:30:31Z", + "updated_at": "2019-03-20T09:35:46Z", + "browser_download_url": "https://github.com/ulver2812/aws-s3-backup/releases/download/v1.6.0/aws-s3-backup-1.6.0.exe" }, { - "url": "https://api.github.com/repos/czytelny/backlog/releases/assets/8190839", - "id": 8190839, - "node_id": "MDEyOlJlbGVhc2VBc3NldDgxOTA4Mzk=", - "name": "Backlog-linux-x64.tar.gz", - "label": null, + "url": "https://api.github.com/repos/ulver2812/aws-s3-backup/releases/assets/11629571", + "id": 11629571, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExNjI5NTcx", + "name": "aws-s3-backup-setup-1.6.0.exe", + "label": "", "uploader": { - "login": "czytelny", - "id": 5399256, - "node_id": "MDQ6VXNlcjUzOTkyNTY=", - "avatar_url": "https://avatars0.githubusercontent.com/u/5399256?v=4", + "login": "ulver2812", + "id": 25301598, + "node_id": "MDQ6VXNlcjI1MzAxNTk4", + "avatar_url": "https://avatars2.githubusercontent.com/u/25301598?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/czytelny", - "html_url": "https://github.com/czytelny", - "followers_url": "https://api.github.com/users/czytelny/followers", - "following_url": "https://api.github.com/users/czytelny/following{/other_user}", - "gists_url": "https://api.github.com/users/czytelny/gists{/gist_id}", - "starred_url": "https://api.github.com/users/czytelny/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/czytelny/subscriptions", - "organizations_url": "https://api.github.com/users/czytelny/orgs", - "repos_url": "https://api.github.com/users/czytelny/repos", - "events_url": "https://api.github.com/users/czytelny/events{/privacy}", - "received_events_url": "https://api.github.com/users/czytelny/received_events", + "url": "https://api.github.com/users/ulver2812", + "html_url": "https://github.com/ulver2812", + "followers_url": "https://api.github.com/users/ulver2812/followers", + "following_url": "https://api.github.com/users/ulver2812/following{/other_user}", + "gists_url": "https://api.github.com/users/ulver2812/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ulver2812/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ulver2812/subscriptions", + "organizations_url": "https://api.github.com/users/ulver2812/orgs", + "repos_url": "https://api.github.com/users/ulver2812/repos", + "events_url": "https://api.github.com/users/ulver2812/events{/privacy}", + "received_events_url": "https://api.github.com/users/ulver2812/received_events", "type": "User", "site_admin": false }, - "content_type": "application/x-gzip", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 55257779, - "download_count": 548, - "created_at": "2018-08-09T19:48:10Z", - "updated_at": "2018-08-09T19:49:47Z", - "browser_download_url": "https://github.com/czytelny/backlog/releases/download/v1.8.0/Backlog-linux-x64.tar.gz" + "size": 38976434, + "download_count": 159, + "created_at": "2019-03-20T09:30:31Z", + "updated_at": "2019-03-20T09:35:44Z", + "browser_download_url": "https://github.com/ulver2812/aws-s3-backup/releases/download/v1.6.0/aws-s3-backup-setup-1.6.0.exe" }, { - "url": "https://api.github.com/repos/czytelny/backlog/releases/assets/8190818", - "id": 8190818, - "node_id": "MDEyOlJlbGVhc2VBc3NldDgxOTA4MTg=", - "name": "Backlog-win32-ia32.zip", - "label": null, + "url": "https://api.github.com/repos/ulver2812/aws-s3-backup/releases/assets/11629572", + "id": 11629572, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExNjI5NTcy", + "name": "aws-s3-backup-setup-1.6.0.exe.blockmap", + "label": "", "uploader": { - "login": "czytelny", - "id": 5399256, - "node_id": "MDQ6VXNlcjUzOTkyNTY=", - "avatar_url": "https://avatars0.githubusercontent.com/u/5399256?v=4", + "login": "ulver2812", + "id": 25301598, + "node_id": "MDQ6VXNlcjI1MzAxNTk4", + "avatar_url": "https://avatars2.githubusercontent.com/u/25301598?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/czytelny", - "html_url": "https://github.com/czytelny", - "followers_url": "https://api.github.com/users/czytelny/followers", - "following_url": "https://api.github.com/users/czytelny/following{/other_user}", - "gists_url": "https://api.github.com/users/czytelny/gists{/gist_id}", - "starred_url": "https://api.github.com/users/czytelny/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/czytelny/subscriptions", - "organizations_url": "https://api.github.com/users/czytelny/orgs", - "repos_url": "https://api.github.com/users/czytelny/repos", - "events_url": "https://api.github.com/users/czytelny/events{/privacy}", - "received_events_url": "https://api.github.com/users/czytelny/received_events", + "url": "https://api.github.com/users/ulver2812", + "html_url": "https://github.com/ulver2812", + "followers_url": "https://api.github.com/users/ulver2812/followers", + "following_url": "https://api.github.com/users/ulver2812/following{/other_user}", + "gists_url": "https://api.github.com/users/ulver2812/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ulver2812/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ulver2812/subscriptions", + "organizations_url": "https://api.github.com/users/ulver2812/orgs", + "repos_url": "https://api.github.com/users/ulver2812/repos", + "events_url": "https://api.github.com/users/ulver2812/events{/privacy}", + "received_events_url": "https://api.github.com/users/ulver2812/received_events", "type": "User", "site_admin": false }, - "content_type": "application/x-zip-compressed", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 49277635, - "download_count": 242, - "created_at": "2018-08-09T19:45:36Z", - "updated_at": "2018-08-09T19:47:46Z", - "browser_download_url": "https://github.com/czytelny/backlog/releases/download/v1.8.0/Backlog-win32-ia32.zip" + "size": 42121, + "download_count": 52, + "created_at": "2019-03-20T09:30:31Z", + "updated_at": "2019-03-20T09:30:32Z", + "browser_download_url": "https://github.com/ulver2812/aws-s3-backup/releases/download/v1.6.0/aws-s3-backup-setup-1.6.0.exe.blockmap" }, { - "url": "https://api.github.com/repos/czytelny/backlog/releases/assets/8190793", - "id": 8190793, - "node_id": "MDEyOlJlbGVhc2VBc3NldDgxOTA3OTM=", - "name": "Backlog-win32-x64.zip", - "label": null, + "url": "https://api.github.com/repos/ulver2812/aws-s3-backup/releases/assets/11629611", + "id": 11629611, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExNjI5NjEx", + "name": "latest.yml", + "label": "", "uploader": { - "login": "czytelny", - "id": 5399256, - "node_id": "MDQ6VXNlcjUzOTkyNTY=", - "avatar_url": "https://avatars0.githubusercontent.com/u/5399256?v=4", + "login": "ulver2812", + "id": 25301598, + "node_id": "MDQ6VXNlcjI1MzAxNTk4", + "avatar_url": "https://avatars2.githubusercontent.com/u/25301598?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/czytelny", - "html_url": "https://github.com/czytelny", - "followers_url": "https://api.github.com/users/czytelny/followers", - "following_url": "https://api.github.com/users/czytelny/following{/other_user}", - "gists_url": "https://api.github.com/users/czytelny/gists{/gist_id}", - "starred_url": "https://api.github.com/users/czytelny/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/czytelny/subscriptions", - "organizations_url": "https://api.github.com/users/czytelny/orgs", - "repos_url": "https://api.github.com/users/czytelny/repos", - "events_url": "https://api.github.com/users/czytelny/events{/privacy}", - "received_events_url": "https://api.github.com/users/czytelny/received_events", + "url": "https://api.github.com/users/ulver2812", + "html_url": "https://github.com/ulver2812", + "followers_url": "https://api.github.com/users/ulver2812/followers", + "following_url": "https://api.github.com/users/ulver2812/following{/other_user}", + "gists_url": "https://api.github.com/users/ulver2812/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ulver2812/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ulver2812/subscriptions", + "organizations_url": "https://api.github.com/users/ulver2812/orgs", + "repos_url": "https://api.github.com/users/ulver2812/repos", + "events_url": "https://api.github.com/users/ulver2812/events{/privacy}", + "received_events_url": "https://api.github.com/users/ulver2812/received_events", "type": "User", "site_admin": false }, - "content_type": "application/x-zip-compressed", + "content_type": "text/yaml", "state": "uploaded", - "size": 57517090, - "download_count": 1812, - "created_at": "2018-08-09T19:42:17Z", - "updated_at": "2018-08-09T19:43:07Z", - "browser_download_url": "https://github.com/czytelny/backlog/releases/download/v1.8.0/Backlog-win32-x64.zip" + "size": 354, + "download_count": 645, + "created_at": "2019-03-20T09:35:46Z", + "updated_at": "2019-03-20T09:35:46Z", + "browser_download_url": "https://github.com/ulver2812/aws-s3-backup/releases/download/v1.6.0/latest.yml" } ], - "tarball_url": "https://api.github.com/repos/czytelny/backlog/tarball/v1.8.0", - "zipball_url": "https://api.github.com/repos/czytelny/backlog/zipball/v1.8.0", - "body_html": "
\n

This is another huge update with number of significant improvements/features added.
\nHopefully it will stay for a longer.

\n
\n

Features & improvements

\n\n

Bug fixes

\n" + "tarball_url": "https://api.github.com/repos/ulver2812/aws-s3-backup/tarball/v1.6.0", + "zipball_url": "https://api.github.com/repos/ulver2812/aws-s3-backup/zipball/v1.6.0", + "body_html": "

[1.6.0] - 2019-03-20

\n

Fixed

\n\n

Added

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:08.046Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:19.817Z" }, "autoedit": { "latestRelease": { @@ -5583,7 +5549,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 82027844, - "download_count": 531, + "download_count": 532, "created_at": "2019-03-27T18:43:10Z", "updated_at": "2019-03-27T18:43:13Z", "browser_download_url": "https://github.com/OpenNewsLabs/autoEdit_2/releases/download/1.0.19/autoEdit2-1.0.19.exe" @@ -5661,186 +5627,7 @@ "zipball_url": "https://api.github.com/repos/OpenNewsLabs/autoEdit_2/zipball/1.0.19", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:08.051Z" - }, - "aws-s3-backup": { - "latestRelease": { - "url": "https://api.github.com/repos/ulver2812/aws-s3-backup/releases/16226776", - "assets_url": "https://api.github.com/repos/ulver2812/aws-s3-backup/releases/16226776/assets", - "upload_url": "https://uploads.github.com/repos/ulver2812/aws-s3-backup/releases/16226776/assets{?name,label}", - "html_url": "https://github.com/ulver2812/aws-s3-backup/releases/tag/v1.6.0", - "id": 16226776, - "node_id": "MDc6UmVsZWFzZTE2MjI2Nzc2", - "tag_name": "v1.6.0", - "target_commitish": "master", - "name": "1.6.0", - "draft": false, - "author": { - "login": "ulver2812", - "id": 25301598, - "node_id": "MDQ6VXNlcjI1MzAxNTk4", - "avatar_url": "https://avatars2.githubusercontent.com/u/25301598?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/ulver2812", - "html_url": "https://github.com/ulver2812", - "followers_url": "https://api.github.com/users/ulver2812/followers", - "following_url": "https://api.github.com/users/ulver2812/following{/other_user}", - "gists_url": "https://api.github.com/users/ulver2812/gists{/gist_id}", - "starred_url": "https://api.github.com/users/ulver2812/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/ulver2812/subscriptions", - "organizations_url": "https://api.github.com/users/ulver2812/orgs", - "repos_url": "https://api.github.com/users/ulver2812/repos", - "events_url": "https://api.github.com/users/ulver2812/events{/privacy}", - "received_events_url": "https://api.github.com/users/ulver2812/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2019-03-20T09:27:10Z", - "published_at": "2019-03-20T09:39:29Z", - "assets": [ - { - "url": "https://api.github.com/repos/ulver2812/aws-s3-backup/releases/assets/11629573", - "id": 11629573, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExNjI5NTcz", - "name": "aws-s3-backup-1.6.0.exe", - "label": "", - "uploader": { - "login": "ulver2812", - "id": 25301598, - "node_id": "MDQ6VXNlcjI1MzAxNTk4", - "avatar_url": "https://avatars2.githubusercontent.com/u/25301598?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/ulver2812", - "html_url": "https://github.com/ulver2812", - "followers_url": "https://api.github.com/users/ulver2812/followers", - "following_url": "https://api.github.com/users/ulver2812/following{/other_user}", - "gists_url": "https://api.github.com/users/ulver2812/gists{/gist_id}", - "starred_url": "https://api.github.com/users/ulver2812/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/ulver2812/subscriptions", - "organizations_url": "https://api.github.com/users/ulver2812/orgs", - "repos_url": "https://api.github.com/users/ulver2812/repos", - "events_url": "https://api.github.com/users/ulver2812/events{/privacy}", - "received_events_url": "https://api.github.com/users/ulver2812/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 38799264, - "download_count": 245, - "created_at": "2019-03-20T09:30:31Z", - "updated_at": "2019-03-20T09:35:46Z", - "browser_download_url": "https://github.com/ulver2812/aws-s3-backup/releases/download/v1.6.0/aws-s3-backup-1.6.0.exe" - }, - { - "url": "https://api.github.com/repos/ulver2812/aws-s3-backup/releases/assets/11629571", - "id": 11629571, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExNjI5NTcx", - "name": "aws-s3-backup-setup-1.6.0.exe", - "label": "", - "uploader": { - "login": "ulver2812", - "id": 25301598, - "node_id": "MDQ6VXNlcjI1MzAxNTk4", - "avatar_url": "https://avatars2.githubusercontent.com/u/25301598?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/ulver2812", - "html_url": "https://github.com/ulver2812", - "followers_url": "https://api.github.com/users/ulver2812/followers", - "following_url": "https://api.github.com/users/ulver2812/following{/other_user}", - "gists_url": "https://api.github.com/users/ulver2812/gists{/gist_id}", - "starred_url": "https://api.github.com/users/ulver2812/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/ulver2812/subscriptions", - "organizations_url": "https://api.github.com/users/ulver2812/orgs", - "repos_url": "https://api.github.com/users/ulver2812/repos", - "events_url": "https://api.github.com/users/ulver2812/events{/privacy}", - "received_events_url": "https://api.github.com/users/ulver2812/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 38976434, - "download_count": 159, - "created_at": "2019-03-20T09:30:31Z", - "updated_at": "2019-03-20T09:35:44Z", - "browser_download_url": "https://github.com/ulver2812/aws-s3-backup/releases/download/v1.6.0/aws-s3-backup-setup-1.6.0.exe" - }, - { - "url": "https://api.github.com/repos/ulver2812/aws-s3-backup/releases/assets/11629572", - "id": 11629572, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExNjI5NTcy", - "name": "aws-s3-backup-setup-1.6.0.exe.blockmap", - "label": "", - "uploader": { - "login": "ulver2812", - "id": 25301598, - "node_id": "MDQ6VXNlcjI1MzAxNTk4", - "avatar_url": "https://avatars2.githubusercontent.com/u/25301598?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/ulver2812", - "html_url": "https://github.com/ulver2812", - "followers_url": "https://api.github.com/users/ulver2812/followers", - "following_url": "https://api.github.com/users/ulver2812/following{/other_user}", - "gists_url": "https://api.github.com/users/ulver2812/gists{/gist_id}", - "starred_url": "https://api.github.com/users/ulver2812/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/ulver2812/subscriptions", - "organizations_url": "https://api.github.com/users/ulver2812/orgs", - "repos_url": "https://api.github.com/users/ulver2812/repos", - "events_url": "https://api.github.com/users/ulver2812/events{/privacy}", - "received_events_url": "https://api.github.com/users/ulver2812/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 42121, - "download_count": 52, - "created_at": "2019-03-20T09:30:31Z", - "updated_at": "2019-03-20T09:30:32Z", - "browser_download_url": "https://github.com/ulver2812/aws-s3-backup/releases/download/v1.6.0/aws-s3-backup-setup-1.6.0.exe.blockmap" - }, - { - "url": "https://api.github.com/repos/ulver2812/aws-s3-backup/releases/assets/11629611", - "id": 11629611, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExNjI5NjEx", - "name": "latest.yml", - "label": "", - "uploader": { - "login": "ulver2812", - "id": 25301598, - "node_id": "MDQ6VXNlcjI1MzAxNTk4", - "avatar_url": "https://avatars2.githubusercontent.com/u/25301598?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/ulver2812", - "html_url": "https://github.com/ulver2812", - "followers_url": "https://api.github.com/users/ulver2812/followers", - "following_url": "https://api.github.com/users/ulver2812/following{/other_user}", - "gists_url": "https://api.github.com/users/ulver2812/gists{/gist_id}", - "starred_url": "https://api.github.com/users/ulver2812/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/ulver2812/subscriptions", - "organizations_url": "https://api.github.com/users/ulver2812/orgs", - "repos_url": "https://api.github.com/users/ulver2812/repos", - "events_url": "https://api.github.com/users/ulver2812/events{/privacy}", - "received_events_url": "https://api.github.com/users/ulver2812/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "text/yaml", - "state": "uploaded", - "size": 354, - "download_count": 644, - "created_at": "2019-03-20T09:35:46Z", - "updated_at": "2019-03-20T09:35:46Z", - "browser_download_url": "https://github.com/ulver2812/aws-s3-backup/releases/download/v1.6.0/latest.yml" - } - ], - "tarball_url": "https://api.github.com/repos/ulver2812/aws-s3-backup/tarball/v1.6.0", - "zipball_url": "https://api.github.com/repos/ulver2812/aws-s3-backup/zipball/v1.6.0", - "body_html": "

[1.6.0] - 2019-03-20

\n

Fixed

\n\n

Added

\n" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:08.070Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:19.825Z" }, "batcave": { "latestRelease": { @@ -5985,356 +5772,220 @@ "zipball_url": "https://api.github.com/repos/hsbalar/batcave/zipball/v1.0.0", "body_html": "

🚚 First Releases

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:08.363Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:19.864Z" }, - "bdash": { + "backlog": { "latestRelease": { - "url": "https://api.github.com/repos/bdash-app/bdash/releases/26299465", - "assets_url": "https://api.github.com/repos/bdash-app/bdash/releases/26299465/assets", - "upload_url": "https://uploads.github.com/repos/bdash-app/bdash/releases/26299465/assets{?name,label}", - "html_url": "https://github.com/bdash-app/bdash/releases/tag/v1.8.3", - "id": 26299465, - "node_id": "MDc6UmVsZWFzZTI2Mjk5NDY1", - "tag_name": "v1.8.3", + "url": "https://api.github.com/repos/czytelny/backlog/releases/12336688", + "assets_url": "https://api.github.com/repos/czytelny/backlog/releases/12336688/assets", + "upload_url": "https://uploads.github.com/repos/czytelny/backlog/releases/12336688/assets{?name,label}", + "html_url": "https://github.com/czytelny/backlog/releases/tag/v1.8.0", + "id": 12336688, + "node_id": "MDc6UmVsZWFzZTEyMzM2Njg4", + "tag_name": "v1.8.0", "target_commitish": "master", - "name": "v1.8.3", + "name": "v1.8.0", "draft": false, "author": { - "login": "hokaccha", - "id": 39471, - "node_id": "MDQ6VXNlcjM5NDcx", - "avatar_url": "https://avatars3.githubusercontent.com/u/39471?v=4", + "login": "czytelny", + "id": 5399256, + "node_id": "MDQ6VXNlcjUzOTkyNTY=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5399256?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/hokaccha", - "html_url": "https://github.com/hokaccha", - "followers_url": "https://api.github.com/users/hokaccha/followers", - "following_url": "https://api.github.com/users/hokaccha/following{/other_user}", - "gists_url": "https://api.github.com/users/hokaccha/gists{/gist_id}", - "starred_url": "https://api.github.com/users/hokaccha/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/hokaccha/subscriptions", - "organizations_url": "https://api.github.com/users/hokaccha/orgs", - "repos_url": "https://api.github.com/users/hokaccha/repos", - "events_url": "https://api.github.com/users/hokaccha/events{/privacy}", - "received_events_url": "https://api.github.com/users/hokaccha/received_events", + "url": "https://api.github.com/users/czytelny", + "html_url": "https://github.com/czytelny", + "followers_url": "https://api.github.com/users/czytelny/followers", + "following_url": "https://api.github.com/users/czytelny/following{/other_user}", + "gists_url": "https://api.github.com/users/czytelny/gists{/gist_id}", + "starred_url": "https://api.github.com/users/czytelny/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/czytelny/subscriptions", + "organizations_url": "https://api.github.com/users/czytelny/orgs", + "repos_url": "https://api.github.com/users/czytelny/repos", + "events_url": "https://api.github.com/users/czytelny/events{/privacy}", + "received_events_url": "https://api.github.com/users/czytelny/received_events", "type": "User", "site_admin": false }, "prerelease": false, - "created_at": "2020-05-08T05:33:07Z", - "published_at": "2020-05-08T05:33:19Z", + "created_at": "2018-08-09T19:29:00Z", + "published_at": "2018-08-09T19:50:01Z", "assets": [ { - "url": "https://api.github.com/repos/bdash-app/bdash/releases/assets/20537644", - "id": 20537644, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTM3NjQ0", - "name": "Bdash-1.8.3-mac.zip", - "label": "", + "url": "https://api.github.com/repos/czytelny/backlog/releases/assets/8190773", + "id": 8190773, + "node_id": "MDEyOlJlbGVhc2VBc3NldDgxOTA3NzM=", + "name": "Backlog-darwin-x64.zip", + "label": null, "uploader": { - "login": "hokaccha", - "id": 39471, - "node_id": "MDQ6VXNlcjM5NDcx", - "avatar_url": "https://avatars3.githubusercontent.com/u/39471?v=4", + "login": "czytelny", + "id": 5399256, + "node_id": "MDQ6VXNlcjUzOTkyNTY=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5399256?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/hokaccha", - "html_url": "https://github.com/hokaccha", - "followers_url": "https://api.github.com/users/hokaccha/followers", - "following_url": "https://api.github.com/users/hokaccha/following{/other_user}", - "gists_url": "https://api.github.com/users/hokaccha/gists{/gist_id}", - "starred_url": "https://api.github.com/users/hokaccha/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/hokaccha/subscriptions", - "organizations_url": "https://api.github.com/users/hokaccha/orgs", - "repos_url": "https://api.github.com/users/hokaccha/repos", - "events_url": "https://api.github.com/users/hokaccha/events{/privacy}", - "received_events_url": "https://api.github.com/users/hokaccha/received_events", + "url": "https://api.github.com/users/czytelny", + "html_url": "https://github.com/czytelny", + "followers_url": "https://api.github.com/users/czytelny/followers", + "following_url": "https://api.github.com/users/czytelny/following{/other_user}", + "gists_url": "https://api.github.com/users/czytelny/gists{/gist_id}", + "starred_url": "https://api.github.com/users/czytelny/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/czytelny/subscriptions", + "organizations_url": "https://api.github.com/users/czytelny/orgs", + "repos_url": "https://api.github.com/users/czytelny/repos", + "events_url": "https://api.github.com/users/czytelny/events{/privacy}", + "received_events_url": "https://api.github.com/users/czytelny/received_events", "type": "User", "site_admin": false }, - "content_type": "application/zip", + "content_type": "application/x-zip-compressed", "state": "uploaded", - "size": 77555651, - "download_count": 881, - "created_at": "2020-05-08T05:25:15Z", - "updated_at": "2020-05-08T05:25:26Z", - "browser_download_url": "https://github.com/bdash-app/bdash/releases/download/v1.8.3/Bdash-1.8.3-mac.zip" + "size": 55143655, + "download_count": 941, + "created_at": "2018-08-09T19:40:27Z", + "updated_at": "2018-08-09T19:41:16Z", + "browser_download_url": "https://github.com/czytelny/backlog/releases/download/v1.8.0/Backlog-darwin-x64.zip" }, { - "url": "https://api.github.com/repos/bdash-app/bdash/releases/assets/20537557", - "id": 20537557, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTM3NTU3", - "name": "Bdash-1.8.3.AppImage", - "label": "", + "url": "https://api.github.com/repos/czytelny/backlog/releases/assets/8190838", + "id": 8190838, + "node_id": "MDEyOlJlbGVhc2VBc3NldDgxOTA4Mzg=", + "name": "Backlog-linux-ia32.tar.gz", + "label": null, "uploader": { - "login": "hokaccha", - "id": 39471, - "node_id": "MDQ6VXNlcjM5NDcx", - "avatar_url": "https://avatars3.githubusercontent.com/u/39471?v=4", + "login": "czytelny", + "id": 5399256, + "node_id": "MDQ6VXNlcjUzOTkyNTY=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5399256?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/hokaccha", - "html_url": "https://github.com/hokaccha", - "followers_url": "https://api.github.com/users/hokaccha/followers", - "following_url": "https://api.github.com/users/hokaccha/following{/other_user}", - "gists_url": "https://api.github.com/users/hokaccha/gists{/gist_id}", - "starred_url": "https://api.github.com/users/hokaccha/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/hokaccha/subscriptions", - "organizations_url": "https://api.github.com/users/hokaccha/orgs", - "repos_url": "https://api.github.com/users/hokaccha/repos", - "events_url": "https://api.github.com/users/hokaccha/events{/privacy}", - "received_events_url": "https://api.github.com/users/hokaccha/received_events", + "url": "https://api.github.com/users/czytelny", + "html_url": "https://github.com/czytelny", + "followers_url": "https://api.github.com/users/czytelny/followers", + "following_url": "https://api.github.com/users/czytelny/following{/other_user}", + "gists_url": "https://api.github.com/users/czytelny/gists{/gist_id}", + "starred_url": "https://api.github.com/users/czytelny/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/czytelny/subscriptions", + "organizations_url": "https://api.github.com/users/czytelny/orgs", + "repos_url": "https://api.github.com/users/czytelny/repos", + "events_url": "https://api.github.com/users/czytelny/events{/privacy}", + "received_events_url": "https://api.github.com/users/czytelny/received_events", "type": "User", "site_admin": false }, - "content_type": "application/octet-stream", + "content_type": "application/x-gzip", "state": "uploaded", - "size": 86446430, - "download_count": 445, - "created_at": "2020-05-08T05:16:39Z", - "updated_at": "2020-05-08T05:16:41Z", - "browser_download_url": "https://github.com/bdash-app/bdash/releases/download/v1.8.3/Bdash-1.8.3.AppImage" + "size": 58396680, + "download_count": 118, + "created_at": "2018-08-09T19:48:10Z", + "updated_at": "2018-08-09T19:49:01Z", + "browser_download_url": "https://github.com/czytelny/backlog/releases/download/v1.8.0/Backlog-linux-ia32.tar.gz" }, { - "url": "https://api.github.com/repos/bdash-app/bdash/releases/assets/20537647", - "id": 20537647, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTM3NjQ3", - "name": "Bdash-1.8.3.dmg", - "label": "", + "url": "https://api.github.com/repos/czytelny/backlog/releases/assets/8190839", + "id": 8190839, + "node_id": "MDEyOlJlbGVhc2VBc3NldDgxOTA4Mzk=", + "name": "Backlog-linux-x64.tar.gz", + "label": null, "uploader": { - "login": "hokaccha", - "id": 39471, - "node_id": "MDQ6VXNlcjM5NDcx", - "avatar_url": "https://avatars3.githubusercontent.com/u/39471?v=4", + "login": "czytelny", + "id": 5399256, + "node_id": "MDQ6VXNlcjUzOTkyNTY=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5399256?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/hokaccha", - "html_url": "https://github.com/hokaccha", - "followers_url": "https://api.github.com/users/hokaccha/followers", - "following_url": "https://api.github.com/users/hokaccha/following{/other_user}", - "gists_url": "https://api.github.com/users/hokaccha/gists{/gist_id}", - "starred_url": "https://api.github.com/users/hokaccha/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/hokaccha/subscriptions", - "organizations_url": "https://api.github.com/users/hokaccha/orgs", - "repos_url": "https://api.github.com/users/hokaccha/repos", - "events_url": "https://api.github.com/users/hokaccha/events{/privacy}", - "received_events_url": "https://api.github.com/users/hokaccha/received_events", + "url": "https://api.github.com/users/czytelny", + "html_url": "https://github.com/czytelny", + "followers_url": "https://api.github.com/users/czytelny/followers", + "following_url": "https://api.github.com/users/czytelny/following{/other_user}", + "gists_url": "https://api.github.com/users/czytelny/gists{/gist_id}", + "starred_url": "https://api.github.com/users/czytelny/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/czytelny/subscriptions", + "organizations_url": "https://api.github.com/users/czytelny/orgs", + "repos_url": "https://api.github.com/users/czytelny/repos", + "events_url": "https://api.github.com/users/czytelny/events{/privacy}", + "received_events_url": "https://api.github.com/users/czytelny/received_events", "type": "User", "site_admin": false }, - "content_type": "application/octet-stream", + "content_type": "application/x-gzip", "state": "uploaded", - "size": 80616333, - "download_count": 55, - "created_at": "2020-05-08T05:25:36Z", - "updated_at": "2020-05-08T05:25:40Z", - "browser_download_url": "https://github.com/bdash-app/bdash/releases/download/v1.8.3/Bdash-1.8.3.dmg" + "size": 55257779, + "download_count": 549, + "created_at": "2018-08-09T19:48:10Z", + "updated_at": "2018-08-09T19:49:47Z", + "browser_download_url": "https://github.com/czytelny/backlog/releases/download/v1.8.0/Backlog-linux-x64.tar.gz" }, { - "url": "https://api.github.com/repos/bdash-app/bdash/releases/assets/20537646", - "id": 20537646, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTM3NjQ2", - "name": "Bdash-1.8.3.dmg.blockmap", - "label": "", + "url": "https://api.github.com/repos/czytelny/backlog/releases/assets/8190818", + "id": 8190818, + "node_id": "MDEyOlJlbGVhc2VBc3NldDgxOTA4MTg=", + "name": "Backlog-win32-ia32.zip", + "label": null, "uploader": { - "login": "hokaccha", - "id": 39471, - "node_id": "MDQ6VXNlcjM5NDcx", - "avatar_url": "https://avatars3.githubusercontent.com/u/39471?v=4", + "login": "czytelny", + "id": 5399256, + "node_id": "MDQ6VXNlcjUzOTkyNTY=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5399256?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/hokaccha", - "html_url": "https://github.com/hokaccha", - "followers_url": "https://api.github.com/users/hokaccha/followers", - "following_url": "https://api.github.com/users/hokaccha/following{/other_user}", - "gists_url": "https://api.github.com/users/hokaccha/gists{/gist_id}", - "starred_url": "https://api.github.com/users/hokaccha/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/hokaccha/subscriptions", - "organizations_url": "https://api.github.com/users/hokaccha/orgs", - "repos_url": "https://api.github.com/users/hokaccha/repos", - "events_url": "https://api.github.com/users/hokaccha/events{/privacy}", - "received_events_url": "https://api.github.com/users/hokaccha/received_events", + "url": "https://api.github.com/users/czytelny", + "html_url": "https://github.com/czytelny", + "followers_url": "https://api.github.com/users/czytelny/followers", + "following_url": "https://api.github.com/users/czytelny/following{/other_user}", + "gists_url": "https://api.github.com/users/czytelny/gists{/gist_id}", + "starred_url": "https://api.github.com/users/czytelny/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/czytelny/subscriptions", + "organizations_url": "https://api.github.com/users/czytelny/orgs", + "repos_url": "https://api.github.com/users/czytelny/repos", + "events_url": "https://api.github.com/users/czytelny/events{/privacy}", + "received_events_url": "https://api.github.com/users/czytelny/received_events", "type": "User", "site_admin": false }, - "content_type": "application/octet-stream", + "content_type": "application/x-zip-compressed", "state": "uploaded", - "size": 86593, - "download_count": 3, - "created_at": "2020-05-08T05:25:36Z", - "updated_at": "2020-05-08T05:25:36Z", - "browser_download_url": "https://github.com/bdash-app/bdash/releases/download/v1.8.3/Bdash-1.8.3.dmg.blockmap" + "size": 49277635, + "download_count": 242, + "created_at": "2018-08-09T19:45:36Z", + "updated_at": "2018-08-09T19:47:46Z", + "browser_download_url": "https://github.com/czytelny/backlog/releases/download/v1.8.0/Backlog-win32-ia32.zip" }, { - "url": "https://api.github.com/repos/bdash-app/bdash/releases/assets/20537625", - "id": 20537625, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTM3NjI1", - "name": "Bdash-Setup-1.8.3.exe", - "label": "", + "url": "https://api.github.com/repos/czytelny/backlog/releases/assets/8190793", + "id": 8190793, + "node_id": "MDEyOlJlbGVhc2VBc3NldDgxOTA3OTM=", + "name": "Backlog-win32-x64.zip", + "label": null, "uploader": { - "login": "hokaccha", - "id": 39471, - "node_id": "MDQ6VXNlcjM5NDcx", - "avatar_url": "https://avatars3.githubusercontent.com/u/39471?v=4", + "login": "czytelny", + "id": 5399256, + "node_id": "MDQ6VXNlcjUzOTkyNTY=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5399256?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/hokaccha", - "html_url": "https://github.com/hokaccha", - "followers_url": "https://api.github.com/users/hokaccha/followers", - "following_url": "https://api.github.com/users/hokaccha/following{/other_user}", - "gists_url": "https://api.github.com/users/hokaccha/gists{/gist_id}", - "starred_url": "https://api.github.com/users/hokaccha/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/hokaccha/subscriptions", - "organizations_url": "https://api.github.com/users/hokaccha/orgs", - "repos_url": "https://api.github.com/users/hokaccha/repos", - "events_url": "https://api.github.com/users/hokaccha/events{/privacy}", - "received_events_url": "https://api.github.com/users/hokaccha/received_events", + "url": "https://api.github.com/users/czytelny", + "html_url": "https://github.com/czytelny", + "followers_url": "https://api.github.com/users/czytelny/followers", + "following_url": "https://api.github.com/users/czytelny/following{/other_user}", + "gists_url": "https://api.github.com/users/czytelny/gists{/gist_id}", + "starred_url": "https://api.github.com/users/czytelny/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/czytelny/subscriptions", + "organizations_url": "https://api.github.com/users/czytelny/orgs", + "repos_url": "https://api.github.com/users/czytelny/repos", + "events_url": "https://api.github.com/users/czytelny/events{/privacy}", + "received_events_url": "https://api.github.com/users/czytelny/received_events", "type": "User", "site_admin": false }, - "content_type": "application/octet-stream", + "content_type": "application/x-zip-compressed", "state": "uploaded", - "size": 54682181, - "download_count": 89, - "created_at": "2020-05-08T05:22:55Z", - "updated_at": "2020-05-08T05:23:12Z", - "browser_download_url": "https://github.com/bdash-app/bdash/releases/download/v1.8.3/Bdash-Setup-1.8.3.exe" - }, - { - "url": "https://api.github.com/repos/bdash-app/bdash/releases/assets/20537626", - "id": 20537626, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTM3NjI2", - "name": "Bdash-Setup-1.8.3.exe.blockmap", - "label": "", - "uploader": { - "login": "hokaccha", - "id": 39471, - "node_id": "MDQ6VXNlcjM5NDcx", - "avatar_url": "https://avatars3.githubusercontent.com/u/39471?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/hokaccha", - "html_url": "https://github.com/hokaccha", - "followers_url": "https://api.github.com/users/hokaccha/followers", - "following_url": "https://api.github.com/users/hokaccha/following{/other_user}", - "gists_url": "https://api.github.com/users/hokaccha/gists{/gist_id}", - "starred_url": "https://api.github.com/users/hokaccha/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/hokaccha/subscriptions", - "organizations_url": "https://api.github.com/users/hokaccha/orgs", - "repos_url": "https://api.github.com/users/hokaccha/repos", - "events_url": "https://api.github.com/users/hokaccha/events{/privacy}", - "received_events_url": "https://api.github.com/users/hokaccha/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 58723, - "download_count": 15, - "created_at": "2020-05-08T05:22:55Z", - "updated_at": "2020-05-08T05:22:56Z", - "browser_download_url": "https://github.com/bdash-app/bdash/releases/download/v1.8.3/Bdash-Setup-1.8.3.exe.blockmap" - }, - { - "url": "https://api.github.com/repos/bdash-app/bdash/releases/assets/20537558", - "id": 20537558, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTM3NTU4", - "name": "latest-linux.yml", - "label": "", - "uploader": { - "login": "hokaccha", - "id": 39471, - "node_id": "MDQ6VXNlcjM5NDcx", - "avatar_url": "https://avatars3.githubusercontent.com/u/39471?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/hokaccha", - "html_url": "https://github.com/hokaccha", - "followers_url": "https://api.github.com/users/hokaccha/followers", - "following_url": "https://api.github.com/users/hokaccha/following{/other_user}", - "gists_url": "https://api.github.com/users/hokaccha/gists{/gist_id}", - "starred_url": "https://api.github.com/users/hokaccha/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/hokaccha/subscriptions", - "organizations_url": "https://api.github.com/users/hokaccha/orgs", - "repos_url": "https://api.github.com/users/hokaccha/repos", - "events_url": "https://api.github.com/users/hokaccha/events{/privacy}", - "received_events_url": "https://api.github.com/users/hokaccha/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "text/yaml", - "state": "uploaded", - "size": 360, - "download_count": 525, - "created_at": "2020-05-08T05:16:43Z", - "updated_at": "2020-05-08T05:16:43Z", - "browser_download_url": "https://github.com/bdash-app/bdash/releases/download/v1.8.3/latest-linux.yml" - }, - { - "url": "https://api.github.com/repos/bdash-app/bdash/releases/assets/20537649", - "id": 20537649, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTM3NjQ5", - "name": "latest-mac.yml", - "label": "", - "uploader": { - "login": "hokaccha", - "id": 39471, - "node_id": "MDQ6VXNlcjM5NDcx", - "avatar_url": "https://avatars3.githubusercontent.com/u/39471?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/hokaccha", - "html_url": "https://github.com/hokaccha", - "followers_url": "https://api.github.com/users/hokaccha/followers", - "following_url": "https://api.github.com/users/hokaccha/following{/other_user}", - "gists_url": "https://api.github.com/users/hokaccha/gists{/gist_id}", - "starred_url": "https://api.github.com/users/hokaccha/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/hokaccha/subscriptions", - "organizations_url": "https://api.github.com/users/hokaccha/orgs", - "repos_url": "https://api.github.com/users/hokaccha/repos", - "events_url": "https://api.github.com/users/hokaccha/events{/privacy}", - "received_events_url": "https://api.github.com/users/hokaccha/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "text/yaml", - "state": "uploaded", - "size": 648, - "download_count": 43854, - "created_at": "2020-05-08T05:25:52Z", - "updated_at": "2020-05-08T05:25:53Z", - "browser_download_url": "https://github.com/bdash-app/bdash/releases/download/v1.8.3/latest-mac.yml" - }, - { - "url": "https://api.github.com/repos/bdash-app/bdash/releases/assets/20537627", - "id": 20537627, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTM3NjI3", - "name": "latest.yml", - "label": "", - "uploader": { - "login": "hokaccha", - "id": 39471, - "node_id": "MDQ6VXNlcjM5NDcx", - "avatar_url": "https://avatars3.githubusercontent.com/u/39471?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/hokaccha", - "html_url": "https://github.com/hokaccha", - "followers_url": "https://api.github.com/users/hokaccha/followers", - "following_url": "https://api.github.com/users/hokaccha/following{/other_user}", - "gists_url": "https://api.github.com/users/hokaccha/gists{/gist_id}", - "starred_url": "https://api.github.com/users/hokaccha/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/hokaccha/subscriptions", - "organizations_url": "https://api.github.com/users/hokaccha/orgs", - "repos_url": "https://api.github.com/users/hokaccha/repos", - "events_url": "https://api.github.com/users/hokaccha/events{/privacy}", - "received_events_url": "https://api.github.com/users/hokaccha/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "text/yaml", - "state": "uploaded", - "size": 338, - "download_count": 1602, - "created_at": "2020-05-08T05:23:13Z", - "updated_at": "2020-05-08T05:23:13Z", - "browser_download_url": "https://github.com/bdash-app/bdash/releases/download/v1.8.3/latest.yml" + "size": 57517090, + "download_count": 1812, + "created_at": "2018-08-09T19:42:17Z", + "updated_at": "2018-08-09T19:43:07Z", + "browser_download_url": "https://github.com/czytelny/backlog/releases/download/v1.8.0/Backlog-win32-x64.zip" } ], - "tarball_url": "https://api.github.com/repos/bdash-app/bdash/tarball/v1.8.3", - "zipball_url": "https://api.github.com/repos/bdash-app/bdash/zipball/v1.8.3", - "body_html": "" + "tarball_url": "https://api.github.com/repos/czytelny/backlog/tarball/v1.8.0", + "zipball_url": "https://api.github.com/repos/czytelny/backlog/zipball/v1.8.0", + "body_html": "
\n

This is another huge update with number of significant improvements/features added.
\nHopefully it will stay for a longer.

\n
\n

Features & improvements

\n\n

Bug fixes

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:08.375Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:19.894Z" }, "beaker-browser": { "latestRelease": { @@ -6401,7 +6052,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 111082589, - "download_count": 1511, + "download_count": 1513, "created_at": "2020-03-13T16:09:01Z", "updated_at": "2020-03-13T16:11:00Z", "browser_download_url": "https://github.com/beakerbrowser/beaker/releases/download/0.8.10/beaker-browser-0.8.10-mac.zip" @@ -6435,7 +6086,7 @@ "content_type": "application/x-diskcopy", "state": "uploaded", "size": 114933673, - "download_count": 2466, + "download_count": 2467, "created_at": "2020-03-13T16:11:00Z", "updated_at": "2020-03-13T16:13:27Z", "browser_download_url": "https://github.com/beakerbrowser/beaker/releases/download/0.8.10/beaker-browser-0.8.10.dmg" @@ -6469,7 +6120,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 84128168, - "download_count": 12097, + "download_count": 12106, "created_at": "2020-03-13T16:07:54Z", "updated_at": "2020-03-13T16:09:01Z", "browser_download_url": "https://github.com/beakerbrowser/beaker/releases/download/0.8.10/beaker-browser-setup-0.8.10.exe" @@ -6537,7 +6188,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 118944314, - "download_count": 7674, + "download_count": 7687, "created_at": "2020-03-13T16:13:27Z", "updated_at": "2020-03-13T16:14:27Z", "browser_download_url": "https://github.com/beakerbrowser/beaker/releases/download/0.8.10/Beaker.Browser-0.8.10.AppImage" @@ -6605,7 +6256,7 @@ "content_type": "application/x-yaml", "state": "uploaded", "size": 537, - "download_count": 10536, + "download_count": 10550, "created_at": "2020-03-13T16:09:01Z", "updated_at": "2020-03-13T16:09:01Z", "browser_download_url": "https://github.com/beakerbrowser/beaker/releases/download/0.8.10/latest-mac.yml" @@ -6639,7 +6290,7 @@ "content_type": "application/x-yaml", "state": "uploaded", "size": 359, - "download_count": 36182, + "download_count": 36240, "created_at": "2020-03-13T16:09:01Z", "updated_at": "2020-03-13T16:09:01Z", "browser_download_url": "https://github.com/beakerbrowser/beaker/releases/download/0.8.10/latest.yml" @@ -6649,7 +6300,356 @@ "zipball_url": "https://api.github.com/repos/beakerbrowser/beaker/zipball/0.8.10", "body_html": "

A couple of quick bugfixes:

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:08.399Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:19.937Z" + }, + "bdash": { + "latestRelease": { + "url": "https://api.github.com/repos/bdash-app/bdash/releases/26299465", + "assets_url": "https://api.github.com/repos/bdash-app/bdash/releases/26299465/assets", + "upload_url": "https://uploads.github.com/repos/bdash-app/bdash/releases/26299465/assets{?name,label}", + "html_url": "https://github.com/bdash-app/bdash/releases/tag/v1.8.3", + "id": 26299465, + "node_id": "MDc6UmVsZWFzZTI2Mjk5NDY1", + "tag_name": "v1.8.3", + "target_commitish": "master", + "name": "v1.8.3", + "draft": false, + "author": { + "login": "hokaccha", + "id": 39471, + "node_id": "MDQ6VXNlcjM5NDcx", + "avatar_url": "https://avatars3.githubusercontent.com/u/39471?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hokaccha", + "html_url": "https://github.com/hokaccha", + "followers_url": "https://api.github.com/users/hokaccha/followers", + "following_url": "https://api.github.com/users/hokaccha/following{/other_user}", + "gists_url": "https://api.github.com/users/hokaccha/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hokaccha/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hokaccha/subscriptions", + "organizations_url": "https://api.github.com/users/hokaccha/orgs", + "repos_url": "https://api.github.com/users/hokaccha/repos", + "events_url": "https://api.github.com/users/hokaccha/events{/privacy}", + "received_events_url": "https://api.github.com/users/hokaccha/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2020-05-08T05:33:07Z", + "published_at": "2020-05-08T05:33:19Z", + "assets": [ + { + "url": "https://api.github.com/repos/bdash-app/bdash/releases/assets/20537644", + "id": 20537644, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTM3NjQ0", + "name": "Bdash-1.8.3-mac.zip", + "label": "", + "uploader": { + "login": "hokaccha", + "id": 39471, + "node_id": "MDQ6VXNlcjM5NDcx", + "avatar_url": "https://avatars3.githubusercontent.com/u/39471?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hokaccha", + "html_url": "https://github.com/hokaccha", + "followers_url": "https://api.github.com/users/hokaccha/followers", + "following_url": "https://api.github.com/users/hokaccha/following{/other_user}", + "gists_url": "https://api.github.com/users/hokaccha/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hokaccha/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hokaccha/subscriptions", + "organizations_url": "https://api.github.com/users/hokaccha/orgs", + "repos_url": "https://api.github.com/users/hokaccha/repos", + "events_url": "https://api.github.com/users/hokaccha/events{/privacy}", + "received_events_url": "https://api.github.com/users/hokaccha/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 77555651, + "download_count": 881, + "created_at": "2020-05-08T05:25:15Z", + "updated_at": "2020-05-08T05:25:26Z", + "browser_download_url": "https://github.com/bdash-app/bdash/releases/download/v1.8.3/Bdash-1.8.3-mac.zip" + }, + { + "url": "https://api.github.com/repos/bdash-app/bdash/releases/assets/20537557", + "id": 20537557, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTM3NTU3", + "name": "Bdash-1.8.3.AppImage", + "label": "", + "uploader": { + "login": "hokaccha", + "id": 39471, + "node_id": "MDQ6VXNlcjM5NDcx", + "avatar_url": "https://avatars3.githubusercontent.com/u/39471?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hokaccha", + "html_url": "https://github.com/hokaccha", + "followers_url": "https://api.github.com/users/hokaccha/followers", + "following_url": "https://api.github.com/users/hokaccha/following{/other_user}", + "gists_url": "https://api.github.com/users/hokaccha/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hokaccha/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hokaccha/subscriptions", + "organizations_url": "https://api.github.com/users/hokaccha/orgs", + "repos_url": "https://api.github.com/users/hokaccha/repos", + "events_url": "https://api.github.com/users/hokaccha/events{/privacy}", + "received_events_url": "https://api.github.com/users/hokaccha/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 86446430, + "download_count": 445, + "created_at": "2020-05-08T05:16:39Z", + "updated_at": "2020-05-08T05:16:41Z", + "browser_download_url": "https://github.com/bdash-app/bdash/releases/download/v1.8.3/Bdash-1.8.3.AppImage" + }, + { + "url": "https://api.github.com/repos/bdash-app/bdash/releases/assets/20537647", + "id": 20537647, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTM3NjQ3", + "name": "Bdash-1.8.3.dmg", + "label": "", + "uploader": { + "login": "hokaccha", + "id": 39471, + "node_id": "MDQ6VXNlcjM5NDcx", + "avatar_url": "https://avatars3.githubusercontent.com/u/39471?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hokaccha", + "html_url": "https://github.com/hokaccha", + "followers_url": "https://api.github.com/users/hokaccha/followers", + "following_url": "https://api.github.com/users/hokaccha/following{/other_user}", + "gists_url": "https://api.github.com/users/hokaccha/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hokaccha/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hokaccha/subscriptions", + "organizations_url": "https://api.github.com/users/hokaccha/orgs", + "repos_url": "https://api.github.com/users/hokaccha/repos", + "events_url": "https://api.github.com/users/hokaccha/events{/privacy}", + "received_events_url": "https://api.github.com/users/hokaccha/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 80616333, + "download_count": 55, + "created_at": "2020-05-08T05:25:36Z", + "updated_at": "2020-05-08T05:25:40Z", + "browser_download_url": "https://github.com/bdash-app/bdash/releases/download/v1.8.3/Bdash-1.8.3.dmg" + }, + { + "url": "https://api.github.com/repos/bdash-app/bdash/releases/assets/20537646", + "id": 20537646, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTM3NjQ2", + "name": "Bdash-1.8.3.dmg.blockmap", + "label": "", + "uploader": { + "login": "hokaccha", + "id": 39471, + "node_id": "MDQ6VXNlcjM5NDcx", + "avatar_url": "https://avatars3.githubusercontent.com/u/39471?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hokaccha", + "html_url": "https://github.com/hokaccha", + "followers_url": "https://api.github.com/users/hokaccha/followers", + "following_url": "https://api.github.com/users/hokaccha/following{/other_user}", + "gists_url": "https://api.github.com/users/hokaccha/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hokaccha/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hokaccha/subscriptions", + "organizations_url": "https://api.github.com/users/hokaccha/orgs", + "repos_url": "https://api.github.com/users/hokaccha/repos", + "events_url": "https://api.github.com/users/hokaccha/events{/privacy}", + "received_events_url": "https://api.github.com/users/hokaccha/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 86593, + "download_count": 3, + "created_at": "2020-05-08T05:25:36Z", + "updated_at": "2020-05-08T05:25:36Z", + "browser_download_url": "https://github.com/bdash-app/bdash/releases/download/v1.8.3/Bdash-1.8.3.dmg.blockmap" + }, + { + "url": "https://api.github.com/repos/bdash-app/bdash/releases/assets/20537625", + "id": 20537625, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTM3NjI1", + "name": "Bdash-Setup-1.8.3.exe", + "label": "", + "uploader": { + "login": "hokaccha", + "id": 39471, + "node_id": "MDQ6VXNlcjM5NDcx", + "avatar_url": "https://avatars3.githubusercontent.com/u/39471?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hokaccha", + "html_url": "https://github.com/hokaccha", + "followers_url": "https://api.github.com/users/hokaccha/followers", + "following_url": "https://api.github.com/users/hokaccha/following{/other_user}", + "gists_url": "https://api.github.com/users/hokaccha/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hokaccha/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hokaccha/subscriptions", + "organizations_url": "https://api.github.com/users/hokaccha/orgs", + "repos_url": "https://api.github.com/users/hokaccha/repos", + "events_url": "https://api.github.com/users/hokaccha/events{/privacy}", + "received_events_url": "https://api.github.com/users/hokaccha/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 54682181, + "download_count": 89, + "created_at": "2020-05-08T05:22:55Z", + "updated_at": "2020-05-08T05:23:12Z", + "browser_download_url": "https://github.com/bdash-app/bdash/releases/download/v1.8.3/Bdash-Setup-1.8.3.exe" + }, + { + "url": "https://api.github.com/repos/bdash-app/bdash/releases/assets/20537626", + "id": 20537626, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTM3NjI2", + "name": "Bdash-Setup-1.8.3.exe.blockmap", + "label": "", + "uploader": { + "login": "hokaccha", + "id": 39471, + "node_id": "MDQ6VXNlcjM5NDcx", + "avatar_url": "https://avatars3.githubusercontent.com/u/39471?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hokaccha", + "html_url": "https://github.com/hokaccha", + "followers_url": "https://api.github.com/users/hokaccha/followers", + "following_url": "https://api.github.com/users/hokaccha/following{/other_user}", + "gists_url": "https://api.github.com/users/hokaccha/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hokaccha/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hokaccha/subscriptions", + "organizations_url": "https://api.github.com/users/hokaccha/orgs", + "repos_url": "https://api.github.com/users/hokaccha/repos", + "events_url": "https://api.github.com/users/hokaccha/events{/privacy}", + "received_events_url": "https://api.github.com/users/hokaccha/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 58723, + "download_count": 15, + "created_at": "2020-05-08T05:22:55Z", + "updated_at": "2020-05-08T05:22:56Z", + "browser_download_url": "https://github.com/bdash-app/bdash/releases/download/v1.8.3/Bdash-Setup-1.8.3.exe.blockmap" + }, + { + "url": "https://api.github.com/repos/bdash-app/bdash/releases/assets/20537558", + "id": 20537558, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTM3NTU4", + "name": "latest-linux.yml", + "label": "", + "uploader": { + "login": "hokaccha", + "id": 39471, + "node_id": "MDQ6VXNlcjM5NDcx", + "avatar_url": "https://avatars3.githubusercontent.com/u/39471?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hokaccha", + "html_url": "https://github.com/hokaccha", + "followers_url": "https://api.github.com/users/hokaccha/followers", + "following_url": "https://api.github.com/users/hokaccha/following{/other_user}", + "gists_url": "https://api.github.com/users/hokaccha/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hokaccha/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hokaccha/subscriptions", + "organizations_url": "https://api.github.com/users/hokaccha/orgs", + "repos_url": "https://api.github.com/users/hokaccha/repos", + "events_url": "https://api.github.com/users/hokaccha/events{/privacy}", + "received_events_url": "https://api.github.com/users/hokaccha/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "text/yaml", + "state": "uploaded", + "size": 360, + "download_count": 525, + "created_at": "2020-05-08T05:16:43Z", + "updated_at": "2020-05-08T05:16:43Z", + "browser_download_url": "https://github.com/bdash-app/bdash/releases/download/v1.8.3/latest-linux.yml" + }, + { + "url": "https://api.github.com/repos/bdash-app/bdash/releases/assets/20537649", + "id": 20537649, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTM3NjQ5", + "name": "latest-mac.yml", + "label": "", + "uploader": { + "login": "hokaccha", + "id": 39471, + "node_id": "MDQ6VXNlcjM5NDcx", + "avatar_url": "https://avatars3.githubusercontent.com/u/39471?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hokaccha", + "html_url": "https://github.com/hokaccha", + "followers_url": "https://api.github.com/users/hokaccha/followers", + "following_url": "https://api.github.com/users/hokaccha/following{/other_user}", + "gists_url": "https://api.github.com/users/hokaccha/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hokaccha/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hokaccha/subscriptions", + "organizations_url": "https://api.github.com/users/hokaccha/orgs", + "repos_url": "https://api.github.com/users/hokaccha/repos", + "events_url": "https://api.github.com/users/hokaccha/events{/privacy}", + "received_events_url": "https://api.github.com/users/hokaccha/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "text/yaml", + "state": "uploaded", + "size": 648, + "download_count": 44036, + "created_at": "2020-05-08T05:25:52Z", + "updated_at": "2020-05-08T05:25:53Z", + "browser_download_url": "https://github.com/bdash-app/bdash/releases/download/v1.8.3/latest-mac.yml" + }, + { + "url": "https://api.github.com/repos/bdash-app/bdash/releases/assets/20537627", + "id": 20537627, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTM3NjI3", + "name": "latest.yml", + "label": "", + "uploader": { + "login": "hokaccha", + "id": 39471, + "node_id": "MDQ6VXNlcjM5NDcx", + "avatar_url": "https://avatars3.githubusercontent.com/u/39471?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hokaccha", + "html_url": "https://github.com/hokaccha", + "followers_url": "https://api.github.com/users/hokaccha/followers", + "following_url": "https://api.github.com/users/hokaccha/following{/other_user}", + "gists_url": "https://api.github.com/users/hokaccha/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hokaccha/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hokaccha/subscriptions", + "organizations_url": "https://api.github.com/users/hokaccha/orgs", + "repos_url": "https://api.github.com/users/hokaccha/repos", + "events_url": "https://api.github.com/users/hokaccha/events{/privacy}", + "received_events_url": "https://api.github.com/users/hokaccha/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "text/yaml", + "state": "uploaded", + "size": 338, + "download_count": 1604, + "created_at": "2020-05-08T05:23:13Z", + "updated_at": "2020-05-08T05:23:13Z", + "browser_download_url": "https://github.com/bdash-app/bdash/releases/download/v1.8.3/latest.yml" + } + ], + "tarball_url": "https://api.github.com/repos/bdash-app/bdash/tarball/v1.8.3", + "zipball_url": "https://api.github.com/repos/bdash-app/bdash/zipball/v1.8.3", + "body_html": "" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:19.941Z" }, "bearsweeper": { "latestRelease": { @@ -6760,7 +6760,7 @@ "zipball_url": "https://api.github.com/repos/kyaroru/bear-sweeper/zipball/v1.0.3", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:08.444Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:19.957Z" }, "beekeeper-studio": { "latestRelease": { @@ -6827,7 +6827,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 84528369, - "download_count": 101, + "download_count": 105, "created_at": "2020-08-31T21:18:07Z", "updated_at": "2020-08-31T21:18:10Z", "browser_download_url": "https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.7.5/Beekeeper-Studio-1.7.5-mac.zip" @@ -6861,7 +6861,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 58321488, - "download_count": 517, + "download_count": 533, "created_at": "2020-08-31T21:15:50Z", "updated_at": "2020-08-31T21:15:53Z", "browser_download_url": "https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.7.5/Beekeeper-Studio-1.7.5-portable.exe" @@ -6895,7 +6895,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 93356743, - "download_count": 256, + "download_count": 263, "created_at": "2020-08-31T21:12:34Z", "updated_at": "2020-08-31T21:12:36Z", "browser_download_url": "https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.7.5/Beekeeper-Studio-1.7.5.AppImage" @@ -6929,7 +6929,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 87368435, - "download_count": 883, + "download_count": 913, "created_at": "2020-08-31T21:18:05Z", "updated_at": "2020-08-31T21:18:08Z", "browser_download_url": "https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.7.5/Beekeeper-Studio-1.7.5.dmg" @@ -6997,7 +6997,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 58488160, - "download_count": 1262, + "download_count": 1307, "created_at": "2020-08-31T21:15:54Z", "updated_at": "2020-08-31T21:15:57Z", "browser_download_url": "https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.7.5/Beekeeper-Studio-Setup-1.7.5.exe" @@ -7031,7 +7031,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 62115, - "download_count": 70, + "download_count": 71, "created_at": "2020-08-31T21:15:54Z", "updated_at": "2020-08-31T21:15:54Z", "browser_download_url": "https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.7.5/Beekeeper-Studio-Setup-1.7.5.exe.blockmap" @@ -7065,7 +7065,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 63104576, - "download_count": 53, + "download_count": 54, "created_at": "2020-08-31T21:14:26Z", "updated_at": "2020-08-31T21:14:27Z", "browser_download_url": "https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.7.5/beekeeper-studio_1.7.5_amd64.deb" @@ -7133,7 +7133,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 2691, - "download_count": 430, + "download_count": 445, "created_at": "2020-08-31T21:14:50Z", "updated_at": "2020-08-31T21:14:50Z", "browser_download_url": "https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.7.5/latest-linux.yml" @@ -7167,7 +7167,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 2845, - "download_count": 9112, + "download_count": 9529, "created_at": "2020-08-31T21:18:10Z", "updated_at": "2020-08-31T21:18:10Z", "browser_download_url": "https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.7.5/latest-mac.yml" @@ -7201,7 +7201,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 2737, - "download_count": 7812, + "download_count": 8146, "created_at": "2020-08-31T21:15:58Z", "updated_at": "2020-08-31T21:15:58Z", "browser_download_url": "https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.7.5/latest.yml" @@ -7211,7 +7211,7 @@ "zipball_url": "https://api.github.com/repos/beekeeper-studio/beekeeper-studio/zipball/v1.7.5", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:08.702Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:19.991Z" }, "biblio": { "latestRelease": { @@ -7288,7 +7288,7 @@ "zipball_url": "https://api.github.com/repos/JoshuaManuel/biblio/zipball/1.2.0", "body_html": "

New Features

\n\n

Issues

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:08.730Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:20.042Z" }, "bibisco": { "latestRelease": { @@ -7330,7 +7330,7 @@ "zipball_url": "https://api.github.com/repos/andreafeccomandi/bibisco/zipball/v2.2.0", "body_html": "

Added

\n\n

Fixed

\n\n

Download bibisco at https://bibisco.com

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:08.748Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:20.057Z" }, "bitbloq": { "latestRelease": { @@ -7509,7 +7509,7 @@ "zipball_url": "https://api.github.com/repos/bq/bitbloq-offline/zipball/v1.2.3", "body_html": "

Añadido el bluetooth integrado a la placa de ebotics build and code

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:08.824Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:20.084Z" }, "bitcrypt": { "latestRelease": { @@ -7756,7 +7756,365 @@ "zipball_url": "https://api.github.com/repos/Nazgul07/BitCrypt/zipball/v0.0.3", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:09.067Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:20.095Z" + }, + "blankup": { + "latestRelease": { + "url": "https://api.github.com/repos/HoverBaum/BlankUp-Electron/releases/4034838", + "assets_url": "https://api.github.com/repos/HoverBaum/BlankUp-Electron/releases/4034838/assets", + "upload_url": "https://uploads.github.com/repos/HoverBaum/BlankUp-Electron/releases/4034838/assets{?name,label}", + "html_url": "https://github.com/HoverBaum/BlankUp-Electron/releases/tag/v1.1.0", + "id": 4034838, + "node_id": "MDc6UmVsZWFzZTQwMzQ4Mzg=", + "tag_name": "v1.1.0", + "target_commitish": "master", + "name": "BlankUp v1.1.0", + "draft": false, + "author": { + "login": "HoverBaum", + "id": 7557414, + "node_id": "MDQ6VXNlcjc1NTc0MTQ=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7557414?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/HoverBaum", + "html_url": "https://github.com/HoverBaum", + "followers_url": "https://api.github.com/users/HoverBaum/followers", + "following_url": "https://api.github.com/users/HoverBaum/following{/other_user}", + "gists_url": "https://api.github.com/users/HoverBaum/gists{/gist_id}", + "starred_url": "https://api.github.com/users/HoverBaum/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/HoverBaum/subscriptions", + "organizations_url": "https://api.github.com/users/HoverBaum/orgs", + "repos_url": "https://api.github.com/users/HoverBaum/repos", + "events_url": "https://api.github.com/users/HoverBaum/events{/privacy}", + "received_events_url": "https://api.github.com/users/HoverBaum/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2016-09-02T02:03:54Z", + "published_at": "2016-09-02T02:18:37Z", + "assets": [ + { + "url": "https://api.github.com/repos/HoverBaum/BlankUp-Electron/releases/assets/2244883", + "id": 2244883, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNDQ4ODM=", + "name": "BlankUp-1.1.0-full.nupkg", + "label": "", + "uploader": { + "login": "HoverBaum", + "id": 7557414, + "node_id": "MDQ6VXNlcjc1NTc0MTQ=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7557414?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/HoverBaum", + "html_url": "https://github.com/HoverBaum", + "followers_url": "https://api.github.com/users/HoverBaum/followers", + "following_url": "https://api.github.com/users/HoverBaum/following{/other_user}", + "gists_url": "https://api.github.com/users/HoverBaum/gists{/gist_id}", + "starred_url": "https://api.github.com/users/HoverBaum/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/HoverBaum/subscriptions", + "organizations_url": "https://api.github.com/users/HoverBaum/orgs", + "repos_url": "https://api.github.com/users/HoverBaum/repos", + "events_url": "https://api.github.com/users/HoverBaum/events{/privacy}", + "received_events_url": "https://api.github.com/users/HoverBaum/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 56117264, + "download_count": 37, + "created_at": "2016-09-02T02:06:12Z", + "updated_at": "2016-09-02T02:06:15Z", + "browser_download_url": "https://github.com/HoverBaum/BlankUp-Electron/releases/download/v1.1.0/BlankUp-1.1.0-full.nupkg" + }, + { + "url": "https://api.github.com/repos/HoverBaum/BlankUp-Electron/releases/assets/2244889", + "id": 2244889, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNDQ4ODk=", + "name": "BlankUp-1.1.0-mac.zip", + "label": "", + "uploader": { + "login": "HoverBaum", + "id": 7557414, + "node_id": "MDQ6VXNlcjc1NTc0MTQ=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7557414?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/HoverBaum", + "html_url": "https://github.com/HoverBaum", + "followers_url": "https://api.github.com/users/HoverBaum/followers", + "following_url": "https://api.github.com/users/HoverBaum/following{/other_user}", + "gists_url": "https://api.github.com/users/HoverBaum/gists{/gist_id}", + "starred_url": "https://api.github.com/users/HoverBaum/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/HoverBaum/subscriptions", + "organizations_url": "https://api.github.com/users/HoverBaum/orgs", + "repos_url": "https://api.github.com/users/HoverBaum/repos", + "events_url": "https://api.github.com/users/HoverBaum/events{/privacy}", + "received_events_url": "https://api.github.com/users/HoverBaum/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 43553282, + "download_count": 94, + "created_at": "2016-09-02T02:08:44Z", + "updated_at": "2016-09-02T02:08:48Z", + "browser_download_url": "https://github.com/HoverBaum/BlankUp-Electron/releases/download/v1.1.0/BlankUp-1.1.0-mac.zip" + }, + { + "url": "https://api.github.com/repos/HoverBaum/BlankUp-Electron/releases/assets/2244887", + "id": 2244887, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNDQ4ODc=", + "name": "BlankUp-1.1.0.deb", + "label": "", + "uploader": { + "login": "HoverBaum", + "id": 7557414, + "node_id": "MDQ6VXNlcjc1NTc0MTQ=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7557414?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/HoverBaum", + "html_url": "https://github.com/HoverBaum", + "followers_url": "https://api.github.com/users/HoverBaum/followers", + "following_url": "https://api.github.com/users/HoverBaum/following{/other_user}", + "gists_url": "https://api.github.com/users/HoverBaum/gists{/gist_id}", + "starred_url": "https://api.github.com/users/HoverBaum/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/HoverBaum/subscriptions", + "organizations_url": "https://api.github.com/users/HoverBaum/orgs", + "repos_url": "https://api.github.com/users/HoverBaum/repos", + "events_url": "https://api.github.com/users/HoverBaum/events{/privacy}", + "received_events_url": "https://api.github.com/users/HoverBaum/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-debian-package", + "state": "uploaded", + "size": 32049440, + "download_count": 144, + "created_at": "2016-09-02T02:07:16Z", + "updated_at": "2016-09-02T02:07:17Z", + "browser_download_url": "https://github.com/HoverBaum/BlankUp-Electron/releases/download/v1.1.0/BlankUp-1.1.0.deb" + }, + { + "url": "https://api.github.com/repos/HoverBaum/BlankUp-Electron/releases/assets/2244888", + "id": 2244888, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNDQ4ODg=", + "name": "BlankUp-1.1.0.dmg", + "label": "", + "uploader": { + "login": "HoverBaum", + "id": 7557414, + "node_id": "MDQ6VXNlcjc1NTc0MTQ=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7557414?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/HoverBaum", + "html_url": "https://github.com/HoverBaum", + "followers_url": "https://api.github.com/users/HoverBaum/followers", + "following_url": "https://api.github.com/users/HoverBaum/following{/other_user}", + "gists_url": "https://api.github.com/users/HoverBaum/gists{/gist_id}", + "starred_url": "https://api.github.com/users/HoverBaum/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/HoverBaum/subscriptions", + "organizations_url": "https://api.github.com/users/HoverBaum/orgs", + "repos_url": "https://api.github.com/users/HoverBaum/repos", + "events_url": "https://api.github.com/users/HoverBaum/events{/privacy}", + "received_events_url": "https://api.github.com/users/HoverBaum/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-apple-diskimage", + "state": "uploaded", + "size": 40549706, + "download_count": 82, + "created_at": "2016-09-02T02:08:41Z", + "updated_at": "2016-09-02T02:08:45Z", + "browser_download_url": "https://github.com/HoverBaum/BlankUp-Electron/releases/download/v1.1.0/BlankUp-1.1.0.dmg" + }, + { + "url": "https://api.github.com/repos/HoverBaum/BlankUp-Electron/releases/assets/2244885", + "id": 2244885, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNDQ4ODU=", + "name": "BlankUp-Setup-1.1.0.exe", + "label": "", + "uploader": { + "login": "HoverBaum", + "id": 7557414, + "node_id": "MDQ6VXNlcjc1NTc0MTQ=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7557414?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/HoverBaum", + "html_url": "https://github.com/HoverBaum", + "followers_url": "https://api.github.com/users/HoverBaum/followers", + "following_url": "https://api.github.com/users/HoverBaum/following{/other_user}", + "gists_url": "https://api.github.com/users/HoverBaum/gists{/gist_id}", + "starred_url": "https://api.github.com/users/HoverBaum/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/HoverBaum/subscriptions", + "organizations_url": "https://api.github.com/users/HoverBaum/orgs", + "repos_url": "https://api.github.com/users/HoverBaum/repos", + "events_url": "https://api.github.com/users/HoverBaum/events{/privacy}", + "received_events_url": "https://api.github.com/users/HoverBaum/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-msdownload", + "state": "uploaded", + "size": 57072128, + "download_count": 368, + "created_at": "2016-09-02T02:06:12Z", + "updated_at": "2016-09-02T02:06:15Z", + "browser_download_url": "https://github.com/HoverBaum/BlankUp-Electron/releases/download/v1.1.0/BlankUp-Setup-1.1.0.exe" + }, + { + "url": "https://api.github.com/repos/HoverBaum/BlankUp-Electron/releases/assets/2244884", + "id": 2244884, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNDQ4ODQ=", + "name": "RELEASES", + "label": "", + "uploader": { + "login": "HoverBaum", + "id": 7557414, + "node_id": "MDQ6VXNlcjc1NTc0MTQ=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7557414?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/HoverBaum", + "html_url": "https://github.com/HoverBaum", + "followers_url": "https://api.github.com/users/HoverBaum/followers", + "following_url": "https://api.github.com/users/HoverBaum/following{/other_user}", + "gists_url": "https://api.github.com/users/HoverBaum/gists{/gist_id}", + "starred_url": "https://api.github.com/users/HoverBaum/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/HoverBaum/subscriptions", + "organizations_url": "https://api.github.com/users/HoverBaum/orgs", + "repos_url": "https://api.github.com/users/HoverBaum/repos", + "events_url": "https://api.github.com/users/HoverBaum/events{/privacy}", + "received_events_url": "https://api.github.com/users/HoverBaum/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 77, + "download_count": 37, + "created_at": "2016-09-02T02:06:12Z", + "updated_at": "2016-09-02T02:06:12Z", + "browser_download_url": "https://github.com/HoverBaum/BlankUp-Electron/releases/download/v1.1.0/RELEASES" + } + ], + "tarball_url": "https://api.github.com/repos/HoverBaum/BlankUp-Electron/tarball/v1.1.0", + "zipball_url": "https://api.github.com/repos/HoverBaum/BlankUp-Electron/zipball/v1.1.0", + "body_html": "

BlankUp the clean and multi-platform Markdown editor with clarity 👍

\n

Changelog:

\n\n

Fixes:

\n" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:20.128Z" + }, + "blink-mind-desktop": { + "latestRelease": { + "url": "https://api.github.com/repos/awehook/blink-mind-desktop/releases/25156769", + "assets_url": "https://api.github.com/repos/awehook/blink-mind-desktop/releases/25156769/assets", + "upload_url": "https://uploads.github.com/repos/awehook/blink-mind-desktop/releases/25156769/assets{?name,label}", + "html_url": "https://github.com/awehook/blink-mind-desktop/releases/tag/v0.1.6", + "id": 25156769, + "node_id": "MDc6UmVsZWFzZTI1MTU2NzY5", + "tag_name": "v0.1.6", + "target_commitish": "master", + "name": "BlinkMindDesktop-v0.1.6", + "draft": false, + "author": { + "login": "awehook", + "id": 43373978, + "node_id": "MDQ6VXNlcjQzMzczOTc4", + "avatar_url": "https://avatars1.githubusercontent.com/u/43373978?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/awehook", + "html_url": "https://github.com/awehook", + "followers_url": "https://api.github.com/users/awehook/followers", + "following_url": "https://api.github.com/users/awehook/following{/other_user}", + "gists_url": "https://api.github.com/users/awehook/gists{/gist_id}", + "starred_url": "https://api.github.com/users/awehook/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/awehook/subscriptions", + "organizations_url": "https://api.github.com/users/awehook/orgs", + "repos_url": "https://api.github.com/users/awehook/repos", + "events_url": "https://api.github.com/users/awehook/events{/privacy}", + "received_events_url": "https://api.github.com/users/awehook/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2020-04-03T06:13:17Z", + "published_at": "2020-04-03T13:34:11Z", + "assets": [ + { + "url": "https://api.github.com/repos/awehook/blink-mind-desktop/releases/assets/19321609", + "id": 19321609, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE5MzIxNjA5", + "name": "BlinkMind-0.1.6.dmg", + "label": null, + "uploader": { + "login": "awehook", + "id": 43373978, + "node_id": "MDQ6VXNlcjQzMzczOTc4", + "avatar_url": "https://avatars1.githubusercontent.com/u/43373978?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/awehook", + "html_url": "https://github.com/awehook", + "followers_url": "https://api.github.com/users/awehook/followers", + "following_url": "https://api.github.com/users/awehook/following{/other_user}", + "gists_url": "https://api.github.com/users/awehook/gists{/gist_id}", + "starred_url": "https://api.github.com/users/awehook/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/awehook/subscriptions", + "organizations_url": "https://api.github.com/users/awehook/orgs", + "repos_url": "https://api.github.com/users/awehook/repos", + "events_url": "https://api.github.com/users/awehook/events{/privacy}", + "received_events_url": "https://api.github.com/users/awehook/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 80930667, + "download_count": 598, + "created_at": "2020-04-03T06:03:22Z", + "updated_at": "2020-04-03T06:03:53Z", + "browser_download_url": "https://github.com/awehook/blink-mind-desktop/releases/download/v0.1.6/BlinkMind-0.1.6.dmg" + }, + { + "url": "https://api.github.com/repos/awehook/blink-mind-desktop/releases/assets/19320197", + "id": 19320197, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE5MzIwMTk3", + "name": "BlinkMind-0.1.6.exe", + "label": null, + "uploader": { + "login": "awehook", + "id": 43373978, + "node_id": "MDQ6VXNlcjQzMzczOTc4", + "avatar_url": "https://avatars1.githubusercontent.com/u/43373978?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/awehook", + "html_url": "https://github.com/awehook", + "followers_url": "https://api.github.com/users/awehook/followers", + "following_url": "https://api.github.com/users/awehook/following{/other_user}", + "gists_url": "https://api.github.com/users/awehook/gists{/gist_id}", + "starred_url": "https://api.github.com/users/awehook/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/awehook/subscriptions", + "organizations_url": "https://api.github.com/users/awehook/orgs", + "repos_url": "https://api.github.com/users/awehook/repos", + "events_url": "https://api.github.com/users/awehook/events{/privacy}", + "received_events_url": "https://api.github.com/users/awehook/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-msdownload", + "state": "uploaded", + "size": 58728214, + "download_count": 4927, + "created_at": "2020-04-03T04:11:47Z", + "updated_at": "2020-04-03T04:13:33Z", + "browser_download_url": "https://github.com/awehook/blink-mind-desktop/releases/download/v0.1.6/BlinkMind-0.1.6.exe" + } + ], + "tarball_url": "https://api.github.com/repos/awehook/blink-mind-desktop/tarball/v0.1.6", + "zipball_url": "https://api.github.com/repos/awehook/blink-mind-desktop/zipball/v0.1.6", + "body_html": "

Feature

\n\n

Fix

\n" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:20.165Z" }, "bitshares-ui": { "latestRelease": { @@ -7993,7 +8351,7 @@ "content_type": "application/x-debian-package", "state": "uploaded", "size": 42035338, - "download_count": 175, + "download_count": 176, "created_at": "2019-12-12T14:54:15Z", "updated_at": "2019-12-12T14:54:16Z", "browser_download_url": "https://github.com/bitshares/bitshares-ui/releases/download/3.3.191120/BitShares2-light_3.3.191120_amd64.deb" @@ -8207,511 +8565,111 @@ "zipball_url": "https://api.github.com/repos/bitshares/bitshares-ui/zipball/3.3.191120", "body_html": "

Release 3.1.191120

\n

Installation warning

\nThis build will *replace* your old version of the BitShares UI, whether it's a release candidate or production release. If you want a stable version, use only the latest production release\n

Web deployment

\nThis release is available as web deployment at\n
https://wallet.bitshares.org\n
\n

Features

\n\n

Bugfixes and Improvements

\n

Vesting Balances

\n\n

Borrowing

\n\n

Dashboard

\n\n

Exchange

\n\n

Other

\n\n

Translation, Integration Bugfixes and Improvements

\nThanks to all integration testers and translators for this release! Everything is transparently tracked and available in #3127 and #3128. Release planning is visible in the project https://github.com/bitshares/bitshares-ui/projects/16\n

Automated release from Travis CI with added files from AppVeyor build

\nPlease find the builds in the attached files as well as the checksums. For Linux users it is also available in the snap edge channel here \n

https://snapcraft.io/bitshares2-light

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:09.094Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:20.170Z" }, - "blankup": { + "blockbench": { "latestRelease": { - "url": "https://api.github.com/repos/HoverBaum/BlankUp-Electron/releases/4034838", - "assets_url": "https://api.github.com/repos/HoverBaum/BlankUp-Electron/releases/4034838/assets", - "upload_url": "https://uploads.github.com/repos/HoverBaum/BlankUp-Electron/releases/4034838/assets{?name,label}", - "html_url": "https://github.com/HoverBaum/BlankUp-Electron/releases/tag/v1.1.0", - "id": 4034838, - "node_id": "MDc6UmVsZWFzZTQwMzQ4Mzg=", - "tag_name": "v1.1.0", + "url": "https://api.github.com/repos/JannisX11/blockbench/releases/29366927", + "assets_url": "https://api.github.com/repos/JannisX11/blockbench/releases/29366927/assets", + "upload_url": "https://uploads.github.com/repos/JannisX11/blockbench/releases/29366927/assets{?name,label}", + "html_url": "https://github.com/JannisX11/blockbench/releases/tag/v3.6.6", + "id": 29366927, + "node_id": "MDc6UmVsZWFzZTI5MzY2OTI3", + "tag_name": "v3.6.6", "target_commitish": "master", - "name": "BlankUp v1.1.0", + "name": "3.6.6", "draft": false, "author": { - "login": "HoverBaum", - "id": 7557414, - "node_id": "MDQ6VXNlcjc1NTc0MTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/7557414?v=4", + "login": "JannisX11", + "id": 29278436, + "node_id": "MDQ6VXNlcjI5Mjc4NDM2", + "avatar_url": "https://avatars2.githubusercontent.com/u/29278436?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/HoverBaum", - "html_url": "https://github.com/HoverBaum", - "followers_url": "https://api.github.com/users/HoverBaum/followers", - "following_url": "https://api.github.com/users/HoverBaum/following{/other_user}", - "gists_url": "https://api.github.com/users/HoverBaum/gists{/gist_id}", - "starred_url": "https://api.github.com/users/HoverBaum/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/HoverBaum/subscriptions", - "organizations_url": "https://api.github.com/users/HoverBaum/orgs", - "repos_url": "https://api.github.com/users/HoverBaum/repos", - "events_url": "https://api.github.com/users/HoverBaum/events{/privacy}", - "received_events_url": "https://api.github.com/users/HoverBaum/received_events", + "url": "https://api.github.com/users/JannisX11", + "html_url": "https://github.com/JannisX11", + "followers_url": "https://api.github.com/users/JannisX11/followers", + "following_url": "https://api.github.com/users/JannisX11/following{/other_user}", + "gists_url": "https://api.github.com/users/JannisX11/gists{/gist_id}", + "starred_url": "https://api.github.com/users/JannisX11/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/JannisX11/subscriptions", + "organizations_url": "https://api.github.com/users/JannisX11/orgs", + "repos_url": "https://api.github.com/users/JannisX11/repos", + "events_url": "https://api.github.com/users/JannisX11/events{/privacy}", + "received_events_url": "https://api.github.com/users/JannisX11/received_events", "type": "User", "site_admin": false }, "prerelease": false, - "created_at": "2016-09-02T02:03:54Z", - "published_at": "2016-09-02T02:18:37Z", + "created_at": "2020-08-16T11:41:42Z", + "published_at": "2020-08-16T12:12:38Z", "assets": [ { - "url": "https://api.github.com/repos/HoverBaum/BlankUp-Electron/releases/assets/2244883", - "id": 2244883, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNDQ4ODM=", - "name": "BlankUp-1.1.0-full.nupkg", + "url": "https://api.github.com/repos/JannisX11/blockbench/releases/assets/23978073", + "id": 23978073, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzOTc4MDcz", + "name": "Blockbench_3.6.6.AppImage", "label": "", "uploader": { - "login": "HoverBaum", - "id": 7557414, - "node_id": "MDQ6VXNlcjc1NTc0MTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/7557414?v=4", + "login": "JannisX11", + "id": 29278436, + "node_id": "MDQ6VXNlcjI5Mjc4NDM2", + "avatar_url": "https://avatars2.githubusercontent.com/u/29278436?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/HoverBaum", - "html_url": "https://github.com/HoverBaum", - "followers_url": "https://api.github.com/users/HoverBaum/followers", - "following_url": "https://api.github.com/users/HoverBaum/following{/other_user}", - "gists_url": "https://api.github.com/users/HoverBaum/gists{/gist_id}", - "starred_url": "https://api.github.com/users/HoverBaum/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/HoverBaum/subscriptions", - "organizations_url": "https://api.github.com/users/HoverBaum/orgs", - "repos_url": "https://api.github.com/users/HoverBaum/repos", - "events_url": "https://api.github.com/users/HoverBaum/events{/privacy}", - "received_events_url": "https://api.github.com/users/HoverBaum/received_events", + "url": "https://api.github.com/users/JannisX11", + "html_url": "https://github.com/JannisX11", + "followers_url": "https://api.github.com/users/JannisX11/followers", + "following_url": "https://api.github.com/users/JannisX11/following{/other_user}", + "gists_url": "https://api.github.com/users/JannisX11/gists{/gist_id}", + "starred_url": "https://api.github.com/users/JannisX11/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/JannisX11/subscriptions", + "organizations_url": "https://api.github.com/users/JannisX11/orgs", + "repos_url": "https://api.github.com/users/JannisX11/repos", + "events_url": "https://api.github.com/users/JannisX11/events{/privacy}", + "received_events_url": "https://api.github.com/users/JannisX11/received_events", "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 56117264, - "download_count": 37, - "created_at": "2016-09-02T02:06:12Z", - "updated_at": "2016-09-02T02:06:15Z", - "browser_download_url": "https://github.com/HoverBaum/BlankUp-Electron/releases/download/v1.1.0/BlankUp-1.1.0-full.nupkg" + "size": 77255382, + "download_count": 752, + "created_at": "2020-08-16T11:58:59Z", + "updated_at": "2020-08-16T11:59:00Z", + "browser_download_url": "https://github.com/JannisX11/blockbench/releases/download/v3.6.6/Blockbench_3.6.6.AppImage" }, { - "url": "https://api.github.com/repos/HoverBaum/BlankUp-Electron/releases/assets/2244889", - "id": 2244889, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNDQ4ODk=", - "name": "BlankUp-1.1.0-mac.zip", + "url": "https://api.github.com/repos/JannisX11/blockbench/releases/assets/23978098", + "id": 23978098, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzOTc4MDk4", + "name": "Blockbench_3.6.6.deb", "label": "", "uploader": { - "login": "HoverBaum", - "id": 7557414, - "node_id": "MDQ6VXNlcjc1NTc0MTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/7557414?v=4", + "login": "JannisX11", + "id": 29278436, + "node_id": "MDQ6VXNlcjI5Mjc4NDM2", + "avatar_url": "https://avatars2.githubusercontent.com/u/29278436?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/HoverBaum", - "html_url": "https://github.com/HoverBaum", - "followers_url": "https://api.github.com/users/HoverBaum/followers", - "following_url": "https://api.github.com/users/HoverBaum/following{/other_user}", - "gists_url": "https://api.github.com/users/HoverBaum/gists{/gist_id}", - "starred_url": "https://api.github.com/users/HoverBaum/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/HoverBaum/subscriptions", - "organizations_url": "https://api.github.com/users/HoverBaum/orgs", - "repos_url": "https://api.github.com/users/HoverBaum/repos", - "events_url": "https://api.github.com/users/HoverBaum/events{/privacy}", - "received_events_url": "https://api.github.com/users/HoverBaum/received_events", + "url": "https://api.github.com/users/JannisX11", + "html_url": "https://github.com/JannisX11", + "followers_url": "https://api.github.com/users/JannisX11/followers", + "following_url": "https://api.github.com/users/JannisX11/following{/other_user}", + "gists_url": "https://api.github.com/users/JannisX11/gists{/gist_id}", + "starred_url": "https://api.github.com/users/JannisX11/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/JannisX11/subscriptions", + "organizations_url": "https://api.github.com/users/JannisX11/orgs", + "repos_url": "https://api.github.com/users/JannisX11/repos", + "events_url": "https://api.github.com/users/JannisX11/events{/privacy}", + "received_events_url": "https://api.github.com/users/JannisX11/received_events", "type": "User", "site_admin": false }, - "content_type": "application/zip", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 43553282, - "download_count": 94, - "created_at": "2016-09-02T02:08:44Z", - "updated_at": "2016-09-02T02:08:48Z", - "browser_download_url": "https://github.com/HoverBaum/BlankUp-Electron/releases/download/v1.1.0/BlankUp-1.1.0-mac.zip" - }, - { - "url": "https://api.github.com/repos/HoverBaum/BlankUp-Electron/releases/assets/2244887", - "id": 2244887, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNDQ4ODc=", - "name": "BlankUp-1.1.0.deb", - "label": "", - "uploader": { - "login": "HoverBaum", - "id": 7557414, - "node_id": "MDQ6VXNlcjc1NTc0MTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/7557414?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/HoverBaum", - "html_url": "https://github.com/HoverBaum", - "followers_url": "https://api.github.com/users/HoverBaum/followers", - "following_url": "https://api.github.com/users/HoverBaum/following{/other_user}", - "gists_url": "https://api.github.com/users/HoverBaum/gists{/gist_id}", - "starred_url": "https://api.github.com/users/HoverBaum/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/HoverBaum/subscriptions", - "organizations_url": "https://api.github.com/users/HoverBaum/orgs", - "repos_url": "https://api.github.com/users/HoverBaum/repos", - "events_url": "https://api.github.com/users/HoverBaum/events{/privacy}", - "received_events_url": "https://api.github.com/users/HoverBaum/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-debian-package", - "state": "uploaded", - "size": 32049440, - "download_count": 144, - "created_at": "2016-09-02T02:07:16Z", - "updated_at": "2016-09-02T02:07:17Z", - "browser_download_url": "https://github.com/HoverBaum/BlankUp-Electron/releases/download/v1.1.0/BlankUp-1.1.0.deb" - }, - { - "url": "https://api.github.com/repos/HoverBaum/BlankUp-Electron/releases/assets/2244888", - "id": 2244888, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNDQ4ODg=", - "name": "BlankUp-1.1.0.dmg", - "label": "", - "uploader": { - "login": "HoverBaum", - "id": 7557414, - "node_id": "MDQ6VXNlcjc1NTc0MTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/7557414?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/HoverBaum", - "html_url": "https://github.com/HoverBaum", - "followers_url": "https://api.github.com/users/HoverBaum/followers", - "following_url": "https://api.github.com/users/HoverBaum/following{/other_user}", - "gists_url": "https://api.github.com/users/HoverBaum/gists{/gist_id}", - "starred_url": "https://api.github.com/users/HoverBaum/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/HoverBaum/subscriptions", - "organizations_url": "https://api.github.com/users/HoverBaum/orgs", - "repos_url": "https://api.github.com/users/HoverBaum/repos", - "events_url": "https://api.github.com/users/HoverBaum/events{/privacy}", - "received_events_url": "https://api.github.com/users/HoverBaum/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-apple-diskimage", - "state": "uploaded", - "size": 40549706, - "download_count": 82, - "created_at": "2016-09-02T02:08:41Z", - "updated_at": "2016-09-02T02:08:45Z", - "browser_download_url": "https://github.com/HoverBaum/BlankUp-Electron/releases/download/v1.1.0/BlankUp-1.1.0.dmg" - }, - { - "url": "https://api.github.com/repos/HoverBaum/BlankUp-Electron/releases/assets/2244885", - "id": 2244885, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNDQ4ODU=", - "name": "BlankUp-Setup-1.1.0.exe", - "label": "", - "uploader": { - "login": "HoverBaum", - "id": 7557414, - "node_id": "MDQ6VXNlcjc1NTc0MTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/7557414?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/HoverBaum", - "html_url": "https://github.com/HoverBaum", - "followers_url": "https://api.github.com/users/HoverBaum/followers", - "following_url": "https://api.github.com/users/HoverBaum/following{/other_user}", - "gists_url": "https://api.github.com/users/HoverBaum/gists{/gist_id}", - "starred_url": "https://api.github.com/users/HoverBaum/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/HoverBaum/subscriptions", - "organizations_url": "https://api.github.com/users/HoverBaum/orgs", - "repos_url": "https://api.github.com/users/HoverBaum/repos", - "events_url": "https://api.github.com/users/HoverBaum/events{/privacy}", - "received_events_url": "https://api.github.com/users/HoverBaum/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-msdownload", - "state": "uploaded", - "size": 57072128, - "download_count": 368, - "created_at": "2016-09-02T02:06:12Z", - "updated_at": "2016-09-02T02:06:15Z", - "browser_download_url": "https://github.com/HoverBaum/BlankUp-Electron/releases/download/v1.1.0/BlankUp-Setup-1.1.0.exe" - }, - { - "url": "https://api.github.com/repos/HoverBaum/BlankUp-Electron/releases/assets/2244884", - "id": 2244884, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNDQ4ODQ=", - "name": "RELEASES", - "label": "", - "uploader": { - "login": "HoverBaum", - "id": 7557414, - "node_id": "MDQ6VXNlcjc1NTc0MTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/7557414?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/HoverBaum", - "html_url": "https://github.com/HoverBaum", - "followers_url": "https://api.github.com/users/HoverBaum/followers", - "following_url": "https://api.github.com/users/HoverBaum/following{/other_user}", - "gists_url": "https://api.github.com/users/HoverBaum/gists{/gist_id}", - "starred_url": "https://api.github.com/users/HoverBaum/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/HoverBaum/subscriptions", - "organizations_url": "https://api.github.com/users/HoverBaum/orgs", - "repos_url": "https://api.github.com/users/HoverBaum/repos", - "events_url": "https://api.github.com/users/HoverBaum/events{/privacy}", - "received_events_url": "https://api.github.com/users/HoverBaum/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 77, - "download_count": 37, - "created_at": "2016-09-02T02:06:12Z", - "updated_at": "2016-09-02T02:06:12Z", - "browser_download_url": "https://github.com/HoverBaum/BlankUp-Electron/releases/download/v1.1.0/RELEASES" - } - ], - "tarball_url": "https://api.github.com/repos/HoverBaum/BlankUp-Electron/tarball/v1.1.0", - "zipball_url": "https://api.github.com/repos/HoverBaum/BlankUp-Electron/zipball/v1.1.0", - "body_html": "

BlankUp the clean and multi-platform Markdown editor with clarity 👍

\n

Changelog:

\n\n

Fixes:

\n" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:09.131Z" - }, - "blink-mind-desktop": { - "latestRelease": { - "url": "https://api.github.com/repos/awehook/blink-mind-desktop/releases/25156769", - "assets_url": "https://api.github.com/repos/awehook/blink-mind-desktop/releases/25156769/assets", - "upload_url": "https://uploads.github.com/repos/awehook/blink-mind-desktop/releases/25156769/assets{?name,label}", - "html_url": "https://github.com/awehook/blink-mind-desktop/releases/tag/v0.1.6", - "id": 25156769, - "node_id": "MDc6UmVsZWFzZTI1MTU2NzY5", - "tag_name": "v0.1.6", - "target_commitish": "master", - "name": "BlinkMindDesktop-v0.1.6", - "draft": false, - "author": { - "login": "awehook", - "id": 43373978, - "node_id": "MDQ6VXNlcjQzMzczOTc4", - "avatar_url": "https://avatars1.githubusercontent.com/u/43373978?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/awehook", - "html_url": "https://github.com/awehook", - "followers_url": "https://api.github.com/users/awehook/followers", - "following_url": "https://api.github.com/users/awehook/following{/other_user}", - "gists_url": "https://api.github.com/users/awehook/gists{/gist_id}", - "starred_url": "https://api.github.com/users/awehook/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/awehook/subscriptions", - "organizations_url": "https://api.github.com/users/awehook/orgs", - "repos_url": "https://api.github.com/users/awehook/repos", - "events_url": "https://api.github.com/users/awehook/events{/privacy}", - "received_events_url": "https://api.github.com/users/awehook/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2020-04-03T06:13:17Z", - "published_at": "2020-04-03T13:34:11Z", - "assets": [ - { - "url": "https://api.github.com/repos/awehook/blink-mind-desktop/releases/assets/19321609", - "id": 19321609, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE5MzIxNjA5", - "name": "BlinkMind-0.1.6.dmg", - "label": null, - "uploader": { - "login": "awehook", - "id": 43373978, - "node_id": "MDQ6VXNlcjQzMzczOTc4", - "avatar_url": "https://avatars1.githubusercontent.com/u/43373978?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/awehook", - "html_url": "https://github.com/awehook", - "followers_url": "https://api.github.com/users/awehook/followers", - "following_url": "https://api.github.com/users/awehook/following{/other_user}", - "gists_url": "https://api.github.com/users/awehook/gists{/gist_id}", - "starred_url": "https://api.github.com/users/awehook/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/awehook/subscriptions", - "organizations_url": "https://api.github.com/users/awehook/orgs", - "repos_url": "https://api.github.com/users/awehook/repos", - "events_url": "https://api.github.com/users/awehook/events{/privacy}", - "received_events_url": "https://api.github.com/users/awehook/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 80930667, - "download_count": 596, - "created_at": "2020-04-03T06:03:22Z", - "updated_at": "2020-04-03T06:03:53Z", - "browser_download_url": "https://github.com/awehook/blink-mind-desktop/releases/download/v0.1.6/BlinkMind-0.1.6.dmg" - }, - { - "url": "https://api.github.com/repos/awehook/blink-mind-desktop/releases/assets/19320197", - "id": 19320197, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE5MzIwMTk3", - "name": "BlinkMind-0.1.6.exe", - "label": null, - "uploader": { - "login": "awehook", - "id": 43373978, - "node_id": "MDQ6VXNlcjQzMzczOTc4", - "avatar_url": "https://avatars1.githubusercontent.com/u/43373978?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/awehook", - "html_url": "https://github.com/awehook", - "followers_url": "https://api.github.com/users/awehook/followers", - "following_url": "https://api.github.com/users/awehook/following{/other_user}", - "gists_url": "https://api.github.com/users/awehook/gists{/gist_id}", - "starred_url": "https://api.github.com/users/awehook/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/awehook/subscriptions", - "organizations_url": "https://api.github.com/users/awehook/orgs", - "repos_url": "https://api.github.com/users/awehook/repos", - "events_url": "https://api.github.com/users/awehook/events{/privacy}", - "received_events_url": "https://api.github.com/users/awehook/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-msdownload", - "state": "uploaded", - "size": 58728214, - "download_count": 4900, - "created_at": "2020-04-03T04:11:47Z", - "updated_at": "2020-04-03T04:13:33Z", - "browser_download_url": "https://github.com/awehook/blink-mind-desktop/releases/download/v0.1.6/BlinkMind-0.1.6.exe" - } - ], - "tarball_url": "https://api.github.com/repos/awehook/blink-mind-desktop/tarball/v0.1.6", - "zipball_url": "https://api.github.com/repos/awehook/blink-mind-desktop/zipball/v0.1.6", - "body_html": "

Feature

\n\n

Fix

\n" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:09.196Z" - }, - "boostnote": { - "latestRelease": { - "url": "https://api.github.com/repos/BoostIO/Boostnote/releases/9016812", - "assets_url": "https://api.github.com/repos/BoostIO/Boostnote/releases/9016812/assets", - "upload_url": "https://uploads.github.com/repos/BoostIO/Boostnote/releases/9016812/assets{?name,label}", - "html_url": "https://github.com/BoostIO/Boostnote/releases/tag/v0.8.19", - "id": 9016812, - "node_id": "MDc6UmVsZWFzZTkwMTY4MTI=", - "tag_name": "v0.8.19", - "target_commitish": "master", - "name": "v0.8.19", - "draft": false, - "author": { - "login": "kohei-takata", - "id": 7623979, - "node_id": "MDQ6VXNlcjc2MjM5Nzk=", - "avatar_url": "https://avatars0.githubusercontent.com/u/7623979?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/kohei-takata", - "html_url": "https://github.com/kohei-takata", - "followers_url": "https://api.github.com/users/kohei-takata/followers", - "following_url": "https://api.github.com/users/kohei-takata/following{/other_user}", - "gists_url": "https://api.github.com/users/kohei-takata/gists{/gist_id}", - "starred_url": "https://api.github.com/users/kohei-takata/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/kohei-takata/subscriptions", - "organizations_url": "https://api.github.com/users/kohei-takata/orgs", - "repos_url": "https://api.github.com/users/kohei-takata/repos", - "events_url": "https://api.github.com/users/kohei-takata/events{/privacy}", - "received_events_url": "https://api.github.com/users/kohei-takata/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2017-12-23T03:51:13Z", - "published_at": "2017-12-23T03:54:50Z", - "assets": [], - "tarball_url": "https://api.github.com/repos/BoostIO/Boostnote/tarball/v0.8.19", - "zipball_url": "https://api.github.com/repos/BoostIO/Boostnote/zipball/v0.8.19", - "body_html": "" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:09.482Z" - }, - "blockbench": { - "latestRelease": { - "url": "https://api.github.com/repos/JannisX11/blockbench/releases/29366927", - "assets_url": "https://api.github.com/repos/JannisX11/blockbench/releases/29366927/assets", - "upload_url": "https://uploads.github.com/repos/JannisX11/blockbench/releases/29366927/assets{?name,label}", - "html_url": "https://github.com/JannisX11/blockbench/releases/tag/v3.6.6", - "id": 29366927, - "node_id": "MDc6UmVsZWFzZTI5MzY2OTI3", - "tag_name": "v3.6.6", - "target_commitish": "master", - "name": "3.6.6", - "draft": false, - "author": { - "login": "JannisX11", - "id": 29278436, - "node_id": "MDQ6VXNlcjI5Mjc4NDM2", - "avatar_url": "https://avatars2.githubusercontent.com/u/29278436?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/JannisX11", - "html_url": "https://github.com/JannisX11", - "followers_url": "https://api.github.com/users/JannisX11/followers", - "following_url": "https://api.github.com/users/JannisX11/following{/other_user}", - "gists_url": "https://api.github.com/users/JannisX11/gists{/gist_id}", - "starred_url": "https://api.github.com/users/JannisX11/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/JannisX11/subscriptions", - "organizations_url": "https://api.github.com/users/JannisX11/orgs", - "repos_url": "https://api.github.com/users/JannisX11/repos", - "events_url": "https://api.github.com/users/JannisX11/events{/privacy}", - "received_events_url": "https://api.github.com/users/JannisX11/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2020-08-16T11:41:42Z", - "published_at": "2020-08-16T12:12:38Z", - "assets": [ - { - "url": "https://api.github.com/repos/JannisX11/blockbench/releases/assets/23978073", - "id": 23978073, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzOTc4MDcz", - "name": "Blockbench_3.6.6.AppImage", - "label": "", - "uploader": { - "login": "JannisX11", - "id": 29278436, - "node_id": "MDQ6VXNlcjI5Mjc4NDM2", - "avatar_url": "https://avatars2.githubusercontent.com/u/29278436?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/JannisX11", - "html_url": "https://github.com/JannisX11", - "followers_url": "https://api.github.com/users/JannisX11/followers", - "following_url": "https://api.github.com/users/JannisX11/following{/other_user}", - "gists_url": "https://api.github.com/users/JannisX11/gists{/gist_id}", - "starred_url": "https://api.github.com/users/JannisX11/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/JannisX11/subscriptions", - "organizations_url": "https://api.github.com/users/JannisX11/orgs", - "repos_url": "https://api.github.com/users/JannisX11/repos", - "events_url": "https://api.github.com/users/JannisX11/events{/privacy}", - "received_events_url": "https://api.github.com/users/JannisX11/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 77255382, - "download_count": 734, - "created_at": "2020-08-16T11:58:59Z", - "updated_at": "2020-08-16T11:59:00Z", - "browser_download_url": "https://github.com/JannisX11/blockbench/releases/download/v3.6.6/Blockbench_3.6.6.AppImage" - }, - { - "url": "https://api.github.com/repos/JannisX11/blockbench/releases/assets/23978098", - "id": 23978098, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzOTc4MDk4", - "name": "Blockbench_3.6.6.deb", - "label": "", - "uploader": { - "login": "JannisX11", - "id": 29278436, - "node_id": "MDQ6VXNlcjI5Mjc4NDM2", - "avatar_url": "https://avatars2.githubusercontent.com/u/29278436?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/JannisX11", - "html_url": "https://github.com/JannisX11", - "followers_url": "https://api.github.com/users/JannisX11/followers", - "following_url": "https://api.github.com/users/JannisX11/following{/other_user}", - "gists_url": "https://api.github.com/users/JannisX11/gists{/gist_id}", - "starred_url": "https://api.github.com/users/JannisX11/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/JannisX11/subscriptions", - "organizations_url": "https://api.github.com/users/JannisX11/orgs", - "repos_url": "https://api.github.com/users/JannisX11/repos", - "events_url": "https://api.github.com/users/JannisX11/events{/privacy}", - "received_events_url": "https://api.github.com/users/JannisX11/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 53664862, - "download_count": 673, - "created_at": "2020-08-16T12:00:10Z", - "updated_at": "2020-08-16T12:00:11Z", - "browser_download_url": "https://github.com/JannisX11/blockbench/releases/download/v3.6.6/Blockbench_3.6.6.deb" + "size": 53664862, + "download_count": 690, + "created_at": "2020-08-16T12:00:10Z", + "updated_at": "2020-08-16T12:00:11Z", + "browser_download_url": "https://github.com/JannisX11/blockbench/releases/download/v3.6.6/Blockbench_3.6.6.deb" }, { "url": "https://api.github.com/repos/JannisX11/blockbench/releases/assets/23978171", @@ -8742,7 +8700,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 72102749, - "download_count": 2009, + "download_count": 2055, "created_at": "2020-08-16T12:04:11Z", "updated_at": "2020-08-16T12:04:13Z", "browser_download_url": "https://github.com/JannisX11/blockbench/releases/download/v3.6.6/Blockbench_3.6.6.dmg" @@ -8810,7 +8768,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 105661304, - "download_count": 27252, + "download_count": 27595, "created_at": "2020-08-16T12:02:32Z", "updated_at": "2020-08-16T12:02:35Z", "browser_download_url": "https://github.com/JannisX11/blockbench/releases/download/v3.6.6/Blockbench_3.6.6.exe" @@ -8844,7 +8802,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 110360, - "download_count": 8240, + "download_count": 8274, "created_at": "2020-08-16T12:02:32Z", "updated_at": "2020-08-16T12:02:32Z", "browser_download_url": "https://github.com/JannisX11/blockbench/releases/download/v3.6.6/Blockbench_3.6.6.exe.blockmap" @@ -8878,7 +8836,7 @@ "content_type": "application/x-redhat-package-manager", "state": "uploaded", "size": 53310977, - "download_count": 295, + "download_count": 305, "created_at": "2020-08-16T12:01:58Z", "updated_at": "2020-08-16T12:01:59Z", "browser_download_url": "https://github.com/JannisX11/blockbench/releases/download/v3.6.6/Blockbench_3.6.6.rpm" @@ -8912,7 +8870,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 69747250, - "download_count": 405, + "download_count": 406, "created_at": "2020-08-16T12:04:10Z", "updated_at": "2020-08-16T12:04:12Z", "browser_download_url": "https://github.com/JannisX11/blockbench/releases/download/v3.6.6/Blockbench_3.6.6.zip" @@ -8946,7 +8904,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 49208984, - "download_count": 3102, + "download_count": 3159, "created_at": "2020-08-16T12:00:47Z", "updated_at": "2020-08-16T12:00:51Z", "browser_download_url": "https://github.com/JannisX11/blockbench/releases/download/v3.6.6/Blockbench_portable_3.6.6.exe" @@ -8980,7 +8938,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 370, - "download_count": 370, + "download_count": 375, "created_at": "2020-08-16T12:02:00Z", "updated_at": "2020-08-16T12:02:00Z", "browser_download_url": "https://github.com/JannisX11/blockbench/releases/download/v3.6.6/latest-linux.yml" @@ -9014,7 +8972,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 510, - "download_count": 6914, + "download_count": 7042, "created_at": "2020-08-16T12:04:13Z", "updated_at": "2020-08-16T12:04:13Z", "browser_download_url": "https://github.com/JannisX11/blockbench/releases/download/v3.6.6/latest-mac.yml" @@ -9048,7 +9006,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 337, - "download_count": 76247, + "download_count": 77460, "created_at": "2020-08-16T12:02:35Z", "updated_at": "2020-08-16T12:02:35Z", "browser_download_url": "https://github.com/JannisX11/blockbench/releases/download/v3.6.6/latest.yml" @@ -9058,7 +9016,53 @@ "zipball_url": "https://api.github.com/repos/JannisX11/blockbench/zipball/v3.6.6", "body_html": "

Changes

\n\n

Fixes

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:09.487Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:20.204Z" + }, + "boostnote": { + "latestRelease": { + "url": "https://api.github.com/repos/BoostIO/Boostnote/releases/9016812", + "assets_url": "https://api.github.com/repos/BoostIO/Boostnote/releases/9016812/assets", + "upload_url": "https://uploads.github.com/repos/BoostIO/Boostnote/releases/9016812/assets{?name,label}", + "html_url": "https://github.com/BoostIO/Boostnote/releases/tag/v0.8.19", + "id": 9016812, + "node_id": "MDc6UmVsZWFzZTkwMTY4MTI=", + "tag_name": "v0.8.19", + "target_commitish": "master", + "name": "v0.8.19", + "draft": false, + "author": { + "login": "kohei-takata", + "id": 7623979, + "node_id": "MDQ6VXNlcjc2MjM5Nzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7623979?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kohei-takata", + "html_url": "https://github.com/kohei-takata", + "followers_url": "https://api.github.com/users/kohei-takata/followers", + "following_url": "https://api.github.com/users/kohei-takata/following{/other_user}", + "gists_url": "https://api.github.com/users/kohei-takata/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kohei-takata/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kohei-takata/subscriptions", + "organizations_url": "https://api.github.com/users/kohei-takata/orgs", + "repos_url": "https://api.github.com/users/kohei-takata/repos", + "events_url": "https://api.github.com/users/kohei-takata/events{/privacy}", + "received_events_url": "https://api.github.com/users/kohei-takata/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2017-12-23T03:51:13Z", + "published_at": "2017-12-23T03:54:50Z", + "assets": [], + "tarball_url": "https://api.github.com/repos/BoostIO/Boostnote/tarball/v0.8.19", + "zipball_url": "https://api.github.com/repos/BoostIO/Boostnote/zipball/v0.8.19", + "body_html": "" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:20.221Z" + }, + "budgie": { + "latestRelease": null, + "latestReleaseFetchedAt": "2020-09-18T00:10:20.262Z" }, "browser-dispatcher": { "latestRelease": { @@ -9135,60 +9139,171 @@ "zipball_url": "https://api.github.com/repos/andriyko/browser-dispatcher/zipball/0.1.5", "body_html": "

Release 0.1.5

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:09.565Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:20.267Z" }, - "brim": { + "browserosaurus": { "latestRelease": { - "url": "https://api.github.com/repos/brimsec/brim/releases/31156468", - "assets_url": "https://api.github.com/repos/brimsec/brim/releases/31156468/assets", - "upload_url": "https://uploads.github.com/repos/brimsec/brim/releases/31156468/assets{?name,label}", - "html_url": "https://github.com/brimsec/brim/releases/tag/v0.17.0", - "id": 31156468, - "node_id": "MDc6UmVsZWFzZTMxMTU2NDY4", - "tag_name": "v0.17.0", - "target_commitish": "9e1e32798645dc4e541910a66b949de432daa002", - "name": "v0.17.0", + "url": "https://api.github.com/repos/will-stone/browserosaurus/releases/31424498", + "assets_url": "https://api.github.com/repos/will-stone/browserosaurus/releases/31424498/assets", + "upload_url": "https://uploads.github.com/repos/will-stone/browserosaurus/releases/31424498/assets{?name,label}", + "html_url": "https://github.com/will-stone/browserosaurus/releases/tag/v12.2.0", + "id": 31424498, + "node_id": "MDc6UmVsZWFzZTMxNDI0NDk4", + "tag_name": "v12.2.0", + "target_commitish": "master", + "name": "v12.2.0", "draft": false, "author": { - "login": "philrz", - "id": 5934157, - "node_id": "MDQ6VXNlcjU5MzQxNTc=", - "avatar_url": "https://avatars3.githubusercontent.com/u/5934157?v=4", + "login": "will-stone", + "id": 654103, + "node_id": "MDQ6VXNlcjY1NDEwMw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/654103?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/philrz", - "html_url": "https://github.com/philrz", - "followers_url": "https://api.github.com/users/philrz/followers", - "following_url": "https://api.github.com/users/philrz/following{/other_user}", - "gists_url": "https://api.github.com/users/philrz/gists{/gist_id}", - "starred_url": "https://api.github.com/users/philrz/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/philrz/subscriptions", - "organizations_url": "https://api.github.com/users/philrz/orgs", - "repos_url": "https://api.github.com/users/philrz/repos", - "events_url": "https://api.github.com/users/philrz/events{/privacy}", - "received_events_url": "https://api.github.com/users/philrz/received_events", + "url": "https://api.github.com/users/will-stone", + "html_url": "https://github.com/will-stone", + "followers_url": "https://api.github.com/users/will-stone/followers", + "following_url": "https://api.github.com/users/will-stone/following{/other_user}", + "gists_url": "https://api.github.com/users/will-stone/gists{/gist_id}", + "starred_url": "https://api.github.com/users/will-stone/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/will-stone/subscriptions", + "organizations_url": "https://api.github.com/users/will-stone/orgs", + "repos_url": "https://api.github.com/users/will-stone/repos", + "events_url": "https://api.github.com/users/will-stone/events{/privacy}", + "received_events_url": "https://api.github.com/users/will-stone/received_events", "type": "User", "site_admin": false }, "prerelease": false, - "created_at": "2020-09-11T22:42:19Z", - "published_at": "2020-09-11T22:44:26Z", + "created_at": "2020-09-16T20:03:18Z", + "published_at": "2020-09-16T20:14:23Z", "assets": [ { - "url": "https://api.github.com/repos/brimsec/brim/releases/assets/25432591", - "id": 25432591, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NDMyNTkx", - "name": "Brim-0.17.0-full.nupkg", - "label": "", + "url": "https://api.github.com/repos/will-stone/browserosaurus/releases/assets/25785337", + "id": 25785337, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI1Nzg1MzM3", + "name": "Browserosaurus-12.2.0.dmg", + "label": null, "uploader": { - "login": "github-actions[bot]", - "id": 41898282, - "node_id": "MDM6Qm90NDE4OTgyODI=", - "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", + "login": "will-stone", + "id": 654103, + "node_id": "MDQ6VXNlcjY1NDEwMw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/654103?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/github-actions%5Bbot%5D", - "html_url": "https://github.com/apps/github-actions", - "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", - "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "url": "https://api.github.com/users/will-stone", + "html_url": "https://github.com/will-stone", + "followers_url": "https://api.github.com/users/will-stone/followers", + "following_url": "https://api.github.com/users/will-stone/following{/other_user}", + "gists_url": "https://api.github.com/users/will-stone/gists{/gist_id}", + "starred_url": "https://api.github.com/users/will-stone/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/will-stone/subscriptions", + "organizations_url": "https://api.github.com/users/will-stone/orgs", + "repos_url": "https://api.github.com/users/will-stone/repos", + "events_url": "https://api.github.com/users/will-stone/events{/privacy}", + "received_events_url": "https://api.github.com/users/will-stone/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-diskcopy", + "state": "uploaded", + "size": 80392775, + "download_count": 129, + "created_at": "2020-09-16T20:12:25Z", + "updated_at": "2020-09-16T20:14:13Z", + "browser_download_url": "https://github.com/will-stone/browserosaurus/releases/download/v12.2.0/Browserosaurus-12.2.0.dmg" + }, + { + "url": "https://api.github.com/repos/will-stone/browserosaurus/releases/assets/25785209", + "id": 25785209, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI1Nzg1MjA5", + "name": "Browserosaurus-darwin-x64-12.2.0.zip", + "label": null, + "uploader": { + "login": "will-stone", + "id": 654103, + "node_id": "MDQ6VXNlcjY1NDEwMw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/654103?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/will-stone", + "html_url": "https://github.com/will-stone", + "followers_url": "https://api.github.com/users/will-stone/followers", + "following_url": "https://api.github.com/users/will-stone/following{/other_user}", + "gists_url": "https://api.github.com/users/will-stone/gists{/gist_id}", + "starred_url": "https://api.github.com/users/will-stone/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/will-stone/subscriptions", + "organizations_url": "https://api.github.com/users/will-stone/orgs", + "repos_url": "https://api.github.com/users/will-stone/repos", + "events_url": "https://api.github.com/users/will-stone/events{/privacy}", + "received_events_url": "https://api.github.com/users/will-stone/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 80811013, + "download_count": 3508, + "created_at": "2020-09-16T20:09:54Z", + "updated_at": "2020-09-16T20:11:21Z", + "browser_download_url": "https://github.com/will-stone/browserosaurus/releases/download/v12.2.0/Browserosaurus-darwin-x64-12.2.0.zip" + } + ], + "tarball_url": "https://api.github.com/repos/will-stone/browserosaurus/tarball/v12.2.0", + "zipball_url": "https://api.github.com/repos/will-stone/browserosaurus/zipball/v12.2.0", + "body_html": "" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:20.302Z" + }, + "brim": { + "latestRelease": { + "url": "https://api.github.com/repos/brimsec/brim/releases/31156468", + "assets_url": "https://api.github.com/repos/brimsec/brim/releases/31156468/assets", + "upload_url": "https://uploads.github.com/repos/brimsec/brim/releases/31156468/assets{?name,label}", + "html_url": "https://github.com/brimsec/brim/releases/tag/v0.17.0", + "id": 31156468, + "node_id": "MDc6UmVsZWFzZTMxMTU2NDY4", + "tag_name": "v0.17.0", + "target_commitish": "9e1e32798645dc4e541910a66b949de432daa002", + "name": "v0.17.0", + "draft": false, + "author": { + "login": "philrz", + "id": 5934157, + "node_id": "MDQ6VXNlcjU5MzQxNTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5934157?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/philrz", + "html_url": "https://github.com/philrz", + "followers_url": "https://api.github.com/users/philrz/followers", + "following_url": "https://api.github.com/users/philrz/following{/other_user}", + "gists_url": "https://api.github.com/users/philrz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/philrz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/philrz/subscriptions", + "organizations_url": "https://api.github.com/users/philrz/orgs", + "repos_url": "https://api.github.com/users/philrz/repos", + "events_url": "https://api.github.com/users/philrz/events{/privacy}", + "received_events_url": "https://api.github.com/users/philrz/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2020-09-11T22:42:19Z", + "published_at": "2020-09-11T22:44:26Z", + "assets": [ + { + "url": "https://api.github.com/repos/brimsec/brim/releases/assets/25432591", + "id": 25432591, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NDMyNTkx", + "name": "Brim-0.17.0-full.nupkg", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", @@ -9202,7 +9317,7 @@ "content_type": "binary/octet-stream", "state": "uploaded", "size": 205462748, - "download_count": 68, + "download_count": 71, "created_at": "2020-09-11T22:58:09Z", "updated_at": "2020-09-11T22:58:13Z", "browser_download_url": "https://github.com/brimsec/brim/releases/download/v0.17.0/Brim-0.17.0-full.nupkg" @@ -9236,7 +9351,7 @@ "content_type": "binary/octet-stream", "state": "uploaded", "size": 255040456, - "download_count": 35, + "download_count": 38, "created_at": "2020-09-11T23:04:51Z", "updated_at": "2020-09-11T23:04:56Z", "browser_download_url": "https://github.com/brimsec/brim/releases/download/v0.17.0/Brim-darwin-autoupdater.zip" @@ -9270,7 +9385,7 @@ "content_type": "binary/octet-stream", "state": "uploaded", "size": 203055704, - "download_count": 185, + "download_count": 250, "created_at": "2020-09-11T22:58:00Z", "updated_at": "2020-09-11T22:58:04Z", "browser_download_url": "https://github.com/brimsec/brim/releases/download/v0.17.0/Brim-Setup.exe" @@ -9304,7 +9419,7 @@ "content_type": "binary/octet-stream", "state": "uploaded", "size": 248786063, - "download_count": 48, + "download_count": 68, "created_at": "2020-09-11T23:04:45Z", "updated_at": "2020-09-11T23:04:50Z", "browser_download_url": "https://github.com/brimsec/brim/releases/download/v0.17.0/Brim.dmg" @@ -9338,7 +9453,7 @@ "content_type": "binary/octet-stream", "state": "uploaded", "size": 155494020, - "download_count": 100, + "download_count": 148, "created_at": "2020-09-11T22:52:54Z", "updated_at": "2020-09-11T22:52:58Z", "browser_download_url": "https://github.com/brimsec/brim/releases/download/v0.17.0/brim_amd64.deb" @@ -9372,7 +9487,7 @@ "content_type": "binary/octet-stream", "state": "uploaded", "size": 173970348, - "download_count": 25, + "download_count": 42, "created_at": "2020-09-11T22:52:59Z", "updated_at": "2020-09-11T22:53:03Z", "browser_download_url": "https://github.com/brimsec/brim/releases/download/v0.17.0/brim_x86_64.rpm" @@ -9406,7 +9521,7 @@ "content_type": "binary/octet-stream", "state": "uploaded", "size": 76, - "download_count": 217, + "download_count": 249, "created_at": "2020-09-11T22:58:06Z", "updated_at": "2020-09-11T22:58:06Z", "browser_download_url": "https://github.com/brimsec/brim/releases/download/v0.17.0/RELEASES" @@ -9416,122 +9531,288 @@ "zipball_url": "https://api.github.com/repos/brimsec/brim/zipball/v0.17.0", "body_html": "

Visit the Brim Download page to find the package for your OS platform.

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:09.565Z" - }, - "budgie": { - "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:09.811Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:20.337Z" }, - "browserosaurus": { + "buka": { "latestRelease": { - "url": "https://api.github.com/repos/will-stone/browserosaurus/releases/31424498", - "assets_url": "https://api.github.com/repos/will-stone/browserosaurus/releases/31424498/assets", - "upload_url": "https://uploads.github.com/repos/will-stone/browserosaurus/releases/31424498/assets{?name,label}", - "html_url": "https://github.com/will-stone/browserosaurus/releases/tag/v12.2.0", - "id": 31424498, - "node_id": "MDc6UmVsZWFzZTMxNDI0NDk4", - "tag_name": "v12.2.0", + "url": "https://api.github.com/repos/oguzhaninan/Buka/releases/5748864", + "assets_url": "https://api.github.com/repos/oguzhaninan/Buka/releases/5748864/assets", + "upload_url": "https://uploads.github.com/repos/oguzhaninan/Buka/releases/5748864/assets{?name,label}", + "html_url": "https://github.com/oguzhaninan/Buka/releases/tag/v1.0.0", + "id": 5748864, + "node_id": "MDc6UmVsZWFzZTU3NDg4NjQ=", + "tag_name": "v1.0.0", "target_commitish": "master", - "name": "v12.2.0", + "name": "Buka v1.0.0", "draft": false, "author": { - "login": "will-stone", - "id": 654103, - "node_id": "MDQ6VXNlcjY1NDEwMw==", - "avatar_url": "https://avatars1.githubusercontent.com/u/654103?v=4", + "login": "oguzhaninan", + "id": 16149251, + "node_id": "MDQ6VXNlcjE2MTQ5MjUx", + "avatar_url": "https://avatars3.githubusercontent.com/u/16149251?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/will-stone", - "html_url": "https://github.com/will-stone", - "followers_url": "https://api.github.com/users/will-stone/followers", - "following_url": "https://api.github.com/users/will-stone/following{/other_user}", - "gists_url": "https://api.github.com/users/will-stone/gists{/gist_id}", - "starred_url": "https://api.github.com/users/will-stone/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/will-stone/subscriptions", - "organizations_url": "https://api.github.com/users/will-stone/orgs", - "repos_url": "https://api.github.com/users/will-stone/repos", - "events_url": "https://api.github.com/users/will-stone/events{/privacy}", - "received_events_url": "https://api.github.com/users/will-stone/received_events", + "url": "https://api.github.com/users/oguzhaninan", + "html_url": "https://github.com/oguzhaninan", + "followers_url": "https://api.github.com/users/oguzhaninan/followers", + "following_url": "https://api.github.com/users/oguzhaninan/following{/other_user}", + "gists_url": "https://api.github.com/users/oguzhaninan/gists{/gist_id}", + "starred_url": "https://api.github.com/users/oguzhaninan/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/oguzhaninan/subscriptions", + "organizations_url": "https://api.github.com/users/oguzhaninan/orgs", + "repos_url": "https://api.github.com/users/oguzhaninan/repos", + "events_url": "https://api.github.com/users/oguzhaninan/events{/privacy}", + "received_events_url": "https://api.github.com/users/oguzhaninan/received_events", "type": "User", "site_admin": false }, "prerelease": false, - "created_at": "2020-09-16T20:03:18Z", - "published_at": "2020-09-16T20:14:23Z", + "created_at": "2017-03-15T07:17:57Z", + "published_at": "2017-05-30T16:52:27Z", "assets": [ { - "url": "https://api.github.com/repos/will-stone/browserosaurus/releases/assets/25785337", - "id": 25785337, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI1Nzg1MzM3", - "name": "Browserosaurus-12.2.0.dmg", + "url": "https://api.github.com/repos/oguzhaninan/Buka/releases/assets/3966561", + "id": 3966561, + "node_id": "MDEyOlJlbGVhc2VBc3NldDM5NjY1NjE=", + "name": "Buka-1.0.0-x86_64.AppImage", "label": null, "uploader": { - "login": "will-stone", - "id": 654103, - "node_id": "MDQ6VXNlcjY1NDEwMw==", - "avatar_url": "https://avatars1.githubusercontent.com/u/654103?v=4", + "login": "oguzhaninan", + "id": 16149251, + "node_id": "MDQ6VXNlcjE2MTQ5MjUx", + "avatar_url": "https://avatars3.githubusercontent.com/u/16149251?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/will-stone", - "html_url": "https://github.com/will-stone", - "followers_url": "https://api.github.com/users/will-stone/followers", - "following_url": "https://api.github.com/users/will-stone/following{/other_user}", - "gists_url": "https://api.github.com/users/will-stone/gists{/gist_id}", - "starred_url": "https://api.github.com/users/will-stone/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/will-stone/subscriptions", - "organizations_url": "https://api.github.com/users/will-stone/orgs", - "repos_url": "https://api.github.com/users/will-stone/repos", - "events_url": "https://api.github.com/users/will-stone/events{/privacy}", - "received_events_url": "https://api.github.com/users/will-stone/received_events", + "url": "https://api.github.com/users/oguzhaninan", + "html_url": "https://github.com/oguzhaninan", + "followers_url": "https://api.github.com/users/oguzhaninan/followers", + "following_url": "https://api.github.com/users/oguzhaninan/following{/other_user}", + "gists_url": "https://api.github.com/users/oguzhaninan/gists{/gist_id}", + "starred_url": "https://api.github.com/users/oguzhaninan/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/oguzhaninan/subscriptions", + "organizations_url": "https://api.github.com/users/oguzhaninan/orgs", + "repos_url": "https://api.github.com/users/oguzhaninan/repos", + "events_url": "https://api.github.com/users/oguzhaninan/events{/privacy}", + "received_events_url": "https://api.github.com/users/oguzhaninan/received_events", "type": "User", "site_admin": false }, - "content_type": "application/x-diskcopy", + "content_type": "application/x-iso9660-appimage", "state": "uploaded", - "size": 80392775, - "download_count": 78, - "created_at": "2020-09-16T20:12:25Z", - "updated_at": "2020-09-16T20:14:13Z", - "browser_download_url": "https://github.com/will-stone/browserosaurus/releases/download/v12.2.0/Browserosaurus-12.2.0.dmg" + "size": 57212928, + "download_count": 3566, + "created_at": "2017-05-26T07:46:34Z", + "updated_at": "2017-05-26T07:57:57Z", + "browser_download_url": "https://github.com/oguzhaninan/Buka/releases/download/v1.0.0/Buka-1.0.0-x86_64.AppImage" }, { - "url": "https://api.github.com/repos/will-stone/browserosaurus/releases/assets/25785209", - "id": 25785209, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI1Nzg1MjA5", - "name": "Browserosaurus-darwin-x64-12.2.0.zip", + "url": "https://api.github.com/repos/oguzhaninan/Buka/releases/assets/3969800", + "id": 3969800, + "node_id": "MDEyOlJlbGVhc2VBc3NldDM5Njk4MDA=", + "name": "Buka-1.0.0.freebsd", "label": null, "uploader": { - "login": "will-stone", - "id": 654103, - "node_id": "MDQ6VXNlcjY1NDEwMw==", - "avatar_url": "https://avatars1.githubusercontent.com/u/654103?v=4", + "login": "oguzhaninan", + "id": 16149251, + "node_id": "MDQ6VXNlcjE2MTQ5MjUx", + "avatar_url": "https://avatars3.githubusercontent.com/u/16149251?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/will-stone", - "html_url": "https://github.com/will-stone", - "followers_url": "https://api.github.com/users/will-stone/followers", - "following_url": "https://api.github.com/users/will-stone/following{/other_user}", - "gists_url": "https://api.github.com/users/will-stone/gists{/gist_id}", - "starred_url": "https://api.github.com/users/will-stone/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/will-stone/subscriptions", - "organizations_url": "https://api.github.com/users/will-stone/orgs", - "repos_url": "https://api.github.com/users/will-stone/repos", - "events_url": "https://api.github.com/users/will-stone/events{/privacy}", - "received_events_url": "https://api.github.com/users/will-stone/received_events", + "url": "https://api.github.com/users/oguzhaninan", + "html_url": "https://github.com/oguzhaninan", + "followers_url": "https://api.github.com/users/oguzhaninan/followers", + "following_url": "https://api.github.com/users/oguzhaninan/following{/other_user}", + "gists_url": "https://api.github.com/users/oguzhaninan/gists{/gist_id}", + "starred_url": "https://api.github.com/users/oguzhaninan/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/oguzhaninan/subscriptions", + "organizations_url": "https://api.github.com/users/oguzhaninan/orgs", + "repos_url": "https://api.github.com/users/oguzhaninan/repos", + "events_url": "https://api.github.com/users/oguzhaninan/events{/privacy}", + "received_events_url": "https://api.github.com/users/oguzhaninan/received_events", "type": "User", "site_admin": false }, - "content_type": "application/zip", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 80811013, - "download_count": 1928, - "created_at": "2020-09-16T20:09:54Z", - "updated_at": "2020-09-16T20:11:21Z", - "browser_download_url": "https://github.com/will-stone/browserosaurus/releases/download/v12.2.0/Browserosaurus-darwin-x64-12.2.0.zip" + "size": 38948252, + "download_count": 110, + "created_at": "2017-05-26T15:37:05Z", + "updated_at": "2017-05-26T15:45:21Z", + "browser_download_url": "https://github.com/oguzhaninan/Buka/releases/download/v1.0.0/Buka-1.0.0.freebsd" + }, + { + "url": "https://api.github.com/repos/oguzhaninan/Buka/releases/assets/3969914", + "id": 3969914, + "node_id": "MDEyOlJlbGVhc2VBc3NldDM5Njk5MTQ=", + "name": "Buka-1.0.0.pacman", + "label": null, + "uploader": { + "login": "oguzhaninan", + "id": 16149251, + "node_id": "MDQ6VXNlcjE2MTQ5MjUx", + "avatar_url": "https://avatars3.githubusercontent.com/u/16149251?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/oguzhaninan", + "html_url": "https://github.com/oguzhaninan", + "followers_url": "https://api.github.com/users/oguzhaninan/followers", + "following_url": "https://api.github.com/users/oguzhaninan/following{/other_user}", + "gists_url": "https://api.github.com/users/oguzhaninan/gists{/gist_id}", + "starred_url": "https://api.github.com/users/oguzhaninan/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/oguzhaninan/subscriptions", + "organizations_url": "https://api.github.com/users/oguzhaninan/orgs", + "repos_url": "https://api.github.com/users/oguzhaninan/repos", + "events_url": "https://api.github.com/users/oguzhaninan/events{/privacy}", + "received_events_url": "https://api.github.com/users/oguzhaninan/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 39417268, + "download_count": 328, + "created_at": "2017-05-26T15:55:03Z", + "updated_at": "2017-05-26T16:03:21Z", + "browser_download_url": "https://github.com/oguzhaninan/Buka/releases/download/v1.0.0/Buka-1.0.0.pacman" + }, + { + "url": "https://api.github.com/repos/oguzhaninan/Buka/releases/assets/3963270", + "id": 3963270, + "node_id": "MDEyOlJlbGVhc2VBc3NldDM5NjMyNzA=", + "name": "Buka-1.0.0.rpm", + "label": null, + "uploader": { + "login": "oguzhaninan", + "id": 16149251, + "node_id": "MDQ6VXNlcjE2MTQ5MjUx", + "avatar_url": "https://avatars3.githubusercontent.com/u/16149251?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/oguzhaninan", + "html_url": "https://github.com/oguzhaninan", + "followers_url": "https://api.github.com/users/oguzhaninan/followers", + "following_url": "https://api.github.com/users/oguzhaninan/following{/other_user}", + "gists_url": "https://api.github.com/users/oguzhaninan/gists{/gist_id}", + "starred_url": "https://api.github.com/users/oguzhaninan/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/oguzhaninan/subscriptions", + "organizations_url": "https://api.github.com/users/oguzhaninan/orgs", + "repos_url": "https://api.github.com/users/oguzhaninan/repos", + "events_url": "https://api.github.com/users/oguzhaninan/events{/privacy}", + "received_events_url": "https://api.github.com/users/oguzhaninan/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-rpm", + "state": "uploaded", + "size": 55871438, + "download_count": 842, + "created_at": "2017-05-25T20:20:16Z", + "updated_at": "2017-05-25T20:31:59Z", + "browser_download_url": "https://github.com/oguzhaninan/Buka/releases/download/v1.0.0/Buka-1.0.0.rpm" + }, + { + "url": "https://api.github.com/repos/oguzhaninan/Buka/releases/assets/3786397", + "id": 3786397, + "node_id": "MDEyOlJlbGVhc2VBc3NldDM3ODYzOTc=", + "name": "Buka_1.0.0_amd64.deb", + "label": null, + "uploader": { + "login": "oguzhaninan", + "id": 16149251, + "node_id": "MDQ6VXNlcjE2MTQ5MjUx", + "avatar_url": "https://avatars3.githubusercontent.com/u/16149251?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/oguzhaninan", + "html_url": "https://github.com/oguzhaninan", + "followers_url": "https://api.github.com/users/oguzhaninan/followers", + "following_url": "https://api.github.com/users/oguzhaninan/following{/other_user}", + "gists_url": "https://api.github.com/users/oguzhaninan/gists{/gist_id}", + "starred_url": "https://api.github.com/users/oguzhaninan/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/oguzhaninan/subscriptions", + "organizations_url": "https://api.github.com/users/oguzhaninan/orgs", + "repos_url": "https://api.github.com/users/oguzhaninan/repos", + "events_url": "https://api.github.com/users/oguzhaninan/events{/privacy}", + "received_events_url": "https://api.github.com/users/oguzhaninan/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/vnd.debian.binary-package", + "state": "uploaded", + "size": 40639300, + "download_count": 9364, + "created_at": "2017-05-02T19:14:31Z", + "updated_at": "2017-05-02T19:23:32Z", + "browser_download_url": "https://github.com/oguzhaninan/Buka/releases/download/v1.0.0/Buka_1.0.0_amd64.deb" + }, + { + "url": "https://api.github.com/repos/oguzhaninan/Buka/releases/assets/3966699", + "id": 3966699, + "node_id": "MDEyOlJlbGVhc2VBc3NldDM5NjY2OTk=", + "name": "buka_1.0.0_amd64.snap", + "label": null, + "uploader": { + "login": "oguzhaninan", + "id": 16149251, + "node_id": "MDQ6VXNlcjE2MTQ5MjUx", + "avatar_url": "https://avatars3.githubusercontent.com/u/16149251?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/oguzhaninan", + "html_url": "https://github.com/oguzhaninan", + "followers_url": "https://api.github.com/users/oguzhaninan/followers", + "following_url": "https://api.github.com/users/oguzhaninan/following{/other_user}", + "gists_url": "https://api.github.com/users/oguzhaninan/gists{/gist_id}", + "starred_url": "https://api.github.com/users/oguzhaninan/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/oguzhaninan/subscriptions", + "organizations_url": "https://api.github.com/users/oguzhaninan/orgs", + "repos_url": "https://api.github.com/users/oguzhaninan/repos", + "events_url": "https://api.github.com/users/oguzhaninan/events{/privacy}", + "received_events_url": "https://api.github.com/users/oguzhaninan/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/vnd.snap", + "state": "uploaded", + "size": 91725824, + "download_count": 506, + "created_at": "2017-05-26T08:17:53Z", + "updated_at": "2017-05-26T08:51:15Z", + "browser_download_url": "https://github.com/oguzhaninan/Buka/releases/download/v1.0.0/buka_1.0.0_amd64.snap" + }, + { + "url": "https://api.github.com/repos/oguzhaninan/Buka/releases/assets/3786518", + "id": 3786518, + "node_id": "MDEyOlJlbGVhc2VBc3NldDM3ODY1MTg=", + "name": "Buka_1.0.0_i386.deb", + "label": null, + "uploader": { + "login": "oguzhaninan", + "id": 16149251, + "node_id": "MDQ6VXNlcjE2MTQ5MjUx", + "avatar_url": "https://avatars3.githubusercontent.com/u/16149251?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/oguzhaninan", + "html_url": "https://github.com/oguzhaninan", + "followers_url": "https://api.github.com/users/oguzhaninan/followers", + "following_url": "https://api.github.com/users/oguzhaninan/following{/other_user}", + "gists_url": "https://api.github.com/users/oguzhaninan/gists{/gist_id}", + "starred_url": "https://api.github.com/users/oguzhaninan/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/oguzhaninan/subscriptions", + "organizations_url": "https://api.github.com/users/oguzhaninan/orgs", + "repos_url": "https://api.github.com/users/oguzhaninan/repos", + "events_url": "https://api.github.com/users/oguzhaninan/events{/privacy}", + "received_events_url": "https://api.github.com/users/oguzhaninan/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/vnd.debian.binary-package", + "state": "uploaded", + "size": 41745542, + "download_count": 922, + "created_at": "2017-05-02T19:26:07Z", + "updated_at": "2017-05-02T19:34:45Z", + "browser_download_url": "https://github.com/oguzhaninan/Buka/releases/download/v1.0.0/Buka_1.0.0_i386.deb" } ], - "tarball_url": "https://api.github.com/repos/will-stone/browserosaurus/tarball/v12.2.0", - "zipball_url": "https://api.github.com/repos/will-stone/browserosaurus/zipball/v12.2.0", - "body_html": "" + "tarball_url": "https://api.github.com/repos/oguzhaninan/Buka/tarball/v1.0.0", + "zipball_url": "https://api.github.com/repos/oguzhaninan/Buka/zipball/v1.0.0", + "body_html": "

\"Download

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:09.872Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:20.345Z" }, "bunqdesktop": { "latestRelease": { @@ -9598,7 +9879,7 @@ "content_type": "application/x-debian-package", "state": "uploaded", "size": 56498104, - "download_count": 109, + "download_count": 110, "created_at": "2020-04-30T09:59:34Z", "updated_at": "2020-04-30T09:59:36Z", "browser_download_url": "https://github.com/bunqCommunity/bunqDesktop/releases/download/0.9.10/bunqDesktop-0.9.10-amd64.deb" @@ -9666,7 +9947,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 87511106, - "download_count": 160, + "download_count": 162, "created_at": "2020-04-30T09:59:44Z", "updated_at": "2020-04-30T09:59:47Z", "browser_download_url": "https://github.com/bunqCommunity/bunqDesktop/releases/download/0.9.10/bunqDesktop-0.9.10-i386.AppImage" @@ -9734,7 +10015,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 83692728, - "download_count": 465, + "download_count": 470, "created_at": "2020-04-30T09:59:41Z", "updated_at": "2020-04-30T09:59:43Z", "browser_download_url": "https://github.com/bunqCommunity/bunqDesktop/releases/download/0.9.10/bunqDesktop-0.9.10-x86_64.AppImage" @@ -9768,7 +10049,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 61535384, - "download_count": 2333, + "download_count": 2337, "created_at": "2020-04-30T10:15:59Z", "updated_at": "2020-04-30T10:16:21Z", "browser_download_url": "https://github.com/bunqCommunity/bunqDesktop/releases/download/0.9.10/bunqDesktop-0.9.10.dmg" @@ -9802,7 +10083,7 @@ "content_type": "application/x-msdownload", "state": "uploaded", "size": 91458979, - "download_count": 3544, + "download_count": 3552, "created_at": "2020-04-30T10:16:02Z", "updated_at": "2020-04-30T10:16:17Z", "browser_download_url": "https://github.com/bunqCommunity/bunqDesktop/releases/download/0.9.10/bunqDesktop-0.9.10.exe" @@ -9914,324 +10195,43 @@ "zipball_url": "https://api.github.com/repos/bunqCommunity/bunqDesktop/zipball/0.9.10", "body_html": "

This release comes with 1 bugfix to fix the API validation errors.

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:09.923Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:20.369Z" }, - "buka": { + "buttercup": { "latestRelease": { - "url": "https://api.github.com/repos/oguzhaninan/Buka/releases/5748864", - "assets_url": "https://api.github.com/repos/oguzhaninan/Buka/releases/5748864/assets", - "upload_url": "https://uploads.github.com/repos/oguzhaninan/Buka/releases/5748864/assets{?name,label}", - "html_url": "https://github.com/oguzhaninan/Buka/releases/tag/v1.0.0", - "id": 5748864, - "node_id": "MDc6UmVsZWFzZTU3NDg4NjQ=", - "tag_name": "v1.0.0", + "url": "https://api.github.com/repos/buttercup/buttercup-desktop/releases/29871554", + "assets_url": "https://api.github.com/repos/buttercup/buttercup-desktop/releases/29871554/assets", + "upload_url": "https://uploads.github.com/repos/buttercup/buttercup-desktop/releases/29871554/assets{?name,label}", + "html_url": "https://github.com/buttercup/buttercup-desktop/releases/tag/v1.20.5", + "id": 29871554, + "node_id": "MDc6UmVsZWFzZTI5ODcxNTU0", + "tag_name": "v1.20.5", "target_commitish": "master", - "name": "Buka v1.0.0", + "name": "v1.20.5", "draft": false, "author": { - "login": "oguzhaninan", - "id": 16149251, - "node_id": "MDQ6VXNlcjE2MTQ5MjUx", - "avatar_url": "https://avatars3.githubusercontent.com/u/16149251?v=4", + "login": "sallar", + "id": 768052, + "node_id": "MDQ6VXNlcjc2ODA1Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/768052?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/oguzhaninan", - "html_url": "https://github.com/oguzhaninan", - "followers_url": "https://api.github.com/users/oguzhaninan/followers", - "following_url": "https://api.github.com/users/oguzhaninan/following{/other_user}", - "gists_url": "https://api.github.com/users/oguzhaninan/gists{/gist_id}", - "starred_url": "https://api.github.com/users/oguzhaninan/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/oguzhaninan/subscriptions", - "organizations_url": "https://api.github.com/users/oguzhaninan/orgs", - "repos_url": "https://api.github.com/users/oguzhaninan/repos", - "events_url": "https://api.github.com/users/oguzhaninan/events{/privacy}", - "received_events_url": "https://api.github.com/users/oguzhaninan/received_events", + "url": "https://api.github.com/users/sallar", + "html_url": "https://github.com/sallar", + "followers_url": "https://api.github.com/users/sallar/followers", + "following_url": "https://api.github.com/users/sallar/following{/other_user}", + "gists_url": "https://api.github.com/users/sallar/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sallar/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sallar/subscriptions", + "organizations_url": "https://api.github.com/users/sallar/orgs", + "repos_url": "https://api.github.com/users/sallar/repos", + "events_url": "https://api.github.com/users/sallar/events{/privacy}", + "received_events_url": "https://api.github.com/users/sallar/received_events", "type": "User", "site_admin": false }, "prerelease": false, - "created_at": "2017-03-15T07:17:57Z", - "published_at": "2017-05-30T16:52:27Z", - "assets": [ - { - "url": "https://api.github.com/repos/oguzhaninan/Buka/releases/assets/3966561", - "id": 3966561, - "node_id": "MDEyOlJlbGVhc2VBc3NldDM5NjY1NjE=", - "name": "Buka-1.0.0-x86_64.AppImage", - "label": null, - "uploader": { - "login": "oguzhaninan", - "id": 16149251, - "node_id": "MDQ6VXNlcjE2MTQ5MjUx", - "avatar_url": "https://avatars3.githubusercontent.com/u/16149251?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/oguzhaninan", - "html_url": "https://github.com/oguzhaninan", - "followers_url": "https://api.github.com/users/oguzhaninan/followers", - "following_url": "https://api.github.com/users/oguzhaninan/following{/other_user}", - "gists_url": "https://api.github.com/users/oguzhaninan/gists{/gist_id}", - "starred_url": "https://api.github.com/users/oguzhaninan/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/oguzhaninan/subscriptions", - "organizations_url": "https://api.github.com/users/oguzhaninan/orgs", - "repos_url": "https://api.github.com/users/oguzhaninan/repos", - "events_url": "https://api.github.com/users/oguzhaninan/events{/privacy}", - "received_events_url": "https://api.github.com/users/oguzhaninan/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-iso9660-appimage", - "state": "uploaded", - "size": 57212928, - "download_count": 3565, - "created_at": "2017-05-26T07:46:34Z", - "updated_at": "2017-05-26T07:57:57Z", - "browser_download_url": "https://github.com/oguzhaninan/Buka/releases/download/v1.0.0/Buka-1.0.0-x86_64.AppImage" - }, - { - "url": "https://api.github.com/repos/oguzhaninan/Buka/releases/assets/3969800", - "id": 3969800, - "node_id": "MDEyOlJlbGVhc2VBc3NldDM5Njk4MDA=", - "name": "Buka-1.0.0.freebsd", - "label": null, - "uploader": { - "login": "oguzhaninan", - "id": 16149251, - "node_id": "MDQ6VXNlcjE2MTQ5MjUx", - "avatar_url": "https://avatars3.githubusercontent.com/u/16149251?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/oguzhaninan", - "html_url": "https://github.com/oguzhaninan", - "followers_url": "https://api.github.com/users/oguzhaninan/followers", - "following_url": "https://api.github.com/users/oguzhaninan/following{/other_user}", - "gists_url": "https://api.github.com/users/oguzhaninan/gists{/gist_id}", - "starred_url": "https://api.github.com/users/oguzhaninan/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/oguzhaninan/subscriptions", - "organizations_url": "https://api.github.com/users/oguzhaninan/orgs", - "repos_url": "https://api.github.com/users/oguzhaninan/repos", - "events_url": "https://api.github.com/users/oguzhaninan/events{/privacy}", - "received_events_url": "https://api.github.com/users/oguzhaninan/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 38948252, - "download_count": 110, - "created_at": "2017-05-26T15:37:05Z", - "updated_at": "2017-05-26T15:45:21Z", - "browser_download_url": "https://github.com/oguzhaninan/Buka/releases/download/v1.0.0/Buka-1.0.0.freebsd" - }, - { - "url": "https://api.github.com/repos/oguzhaninan/Buka/releases/assets/3969914", - "id": 3969914, - "node_id": "MDEyOlJlbGVhc2VBc3NldDM5Njk5MTQ=", - "name": "Buka-1.0.0.pacman", - "label": null, - "uploader": { - "login": "oguzhaninan", - "id": 16149251, - "node_id": "MDQ6VXNlcjE2MTQ5MjUx", - "avatar_url": "https://avatars3.githubusercontent.com/u/16149251?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/oguzhaninan", - "html_url": "https://github.com/oguzhaninan", - "followers_url": "https://api.github.com/users/oguzhaninan/followers", - "following_url": "https://api.github.com/users/oguzhaninan/following{/other_user}", - "gists_url": "https://api.github.com/users/oguzhaninan/gists{/gist_id}", - "starred_url": "https://api.github.com/users/oguzhaninan/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/oguzhaninan/subscriptions", - "organizations_url": "https://api.github.com/users/oguzhaninan/orgs", - "repos_url": "https://api.github.com/users/oguzhaninan/repos", - "events_url": "https://api.github.com/users/oguzhaninan/events{/privacy}", - "received_events_url": "https://api.github.com/users/oguzhaninan/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 39417268, - "download_count": 328, - "created_at": "2017-05-26T15:55:03Z", - "updated_at": "2017-05-26T16:03:21Z", - "browser_download_url": "https://github.com/oguzhaninan/Buka/releases/download/v1.0.0/Buka-1.0.0.pacman" - }, - { - "url": "https://api.github.com/repos/oguzhaninan/Buka/releases/assets/3963270", - "id": 3963270, - "node_id": "MDEyOlJlbGVhc2VBc3NldDM5NjMyNzA=", - "name": "Buka-1.0.0.rpm", - "label": null, - "uploader": { - "login": "oguzhaninan", - "id": 16149251, - "node_id": "MDQ6VXNlcjE2MTQ5MjUx", - "avatar_url": "https://avatars3.githubusercontent.com/u/16149251?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/oguzhaninan", - "html_url": "https://github.com/oguzhaninan", - "followers_url": "https://api.github.com/users/oguzhaninan/followers", - "following_url": "https://api.github.com/users/oguzhaninan/following{/other_user}", - "gists_url": "https://api.github.com/users/oguzhaninan/gists{/gist_id}", - "starred_url": "https://api.github.com/users/oguzhaninan/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/oguzhaninan/subscriptions", - "organizations_url": "https://api.github.com/users/oguzhaninan/orgs", - "repos_url": "https://api.github.com/users/oguzhaninan/repos", - "events_url": "https://api.github.com/users/oguzhaninan/events{/privacy}", - "received_events_url": "https://api.github.com/users/oguzhaninan/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-rpm", - "state": "uploaded", - "size": 55871438, - "download_count": 842, - "created_at": "2017-05-25T20:20:16Z", - "updated_at": "2017-05-25T20:31:59Z", - "browser_download_url": "https://github.com/oguzhaninan/Buka/releases/download/v1.0.0/Buka-1.0.0.rpm" - }, - { - "url": "https://api.github.com/repos/oguzhaninan/Buka/releases/assets/3786397", - "id": 3786397, - "node_id": "MDEyOlJlbGVhc2VBc3NldDM3ODYzOTc=", - "name": "Buka_1.0.0_amd64.deb", - "label": null, - "uploader": { - "login": "oguzhaninan", - "id": 16149251, - "node_id": "MDQ6VXNlcjE2MTQ5MjUx", - "avatar_url": "https://avatars3.githubusercontent.com/u/16149251?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/oguzhaninan", - "html_url": "https://github.com/oguzhaninan", - "followers_url": "https://api.github.com/users/oguzhaninan/followers", - "following_url": "https://api.github.com/users/oguzhaninan/following{/other_user}", - "gists_url": "https://api.github.com/users/oguzhaninan/gists{/gist_id}", - "starred_url": "https://api.github.com/users/oguzhaninan/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/oguzhaninan/subscriptions", - "organizations_url": "https://api.github.com/users/oguzhaninan/orgs", - "repos_url": "https://api.github.com/users/oguzhaninan/repos", - "events_url": "https://api.github.com/users/oguzhaninan/events{/privacy}", - "received_events_url": "https://api.github.com/users/oguzhaninan/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/vnd.debian.binary-package", - "state": "uploaded", - "size": 40639300, - "download_count": 9360, - "created_at": "2017-05-02T19:14:31Z", - "updated_at": "2017-05-02T19:23:32Z", - "browser_download_url": "https://github.com/oguzhaninan/Buka/releases/download/v1.0.0/Buka_1.0.0_amd64.deb" - }, - { - "url": "https://api.github.com/repos/oguzhaninan/Buka/releases/assets/3966699", - "id": 3966699, - "node_id": "MDEyOlJlbGVhc2VBc3NldDM5NjY2OTk=", - "name": "buka_1.0.0_amd64.snap", - "label": null, - "uploader": { - "login": "oguzhaninan", - "id": 16149251, - "node_id": "MDQ6VXNlcjE2MTQ5MjUx", - "avatar_url": "https://avatars3.githubusercontent.com/u/16149251?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/oguzhaninan", - "html_url": "https://github.com/oguzhaninan", - "followers_url": "https://api.github.com/users/oguzhaninan/followers", - "following_url": "https://api.github.com/users/oguzhaninan/following{/other_user}", - "gists_url": "https://api.github.com/users/oguzhaninan/gists{/gist_id}", - "starred_url": "https://api.github.com/users/oguzhaninan/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/oguzhaninan/subscriptions", - "organizations_url": "https://api.github.com/users/oguzhaninan/orgs", - "repos_url": "https://api.github.com/users/oguzhaninan/repos", - "events_url": "https://api.github.com/users/oguzhaninan/events{/privacy}", - "received_events_url": "https://api.github.com/users/oguzhaninan/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/vnd.snap", - "state": "uploaded", - "size": 91725824, - "download_count": 506, - "created_at": "2017-05-26T08:17:53Z", - "updated_at": "2017-05-26T08:51:15Z", - "browser_download_url": "https://github.com/oguzhaninan/Buka/releases/download/v1.0.0/buka_1.0.0_amd64.snap" - }, - { - "url": "https://api.github.com/repos/oguzhaninan/Buka/releases/assets/3786518", - "id": 3786518, - "node_id": "MDEyOlJlbGVhc2VBc3NldDM3ODY1MTg=", - "name": "Buka_1.0.0_i386.deb", - "label": null, - "uploader": { - "login": "oguzhaninan", - "id": 16149251, - "node_id": "MDQ6VXNlcjE2MTQ5MjUx", - "avatar_url": "https://avatars3.githubusercontent.com/u/16149251?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/oguzhaninan", - "html_url": "https://github.com/oguzhaninan", - "followers_url": "https://api.github.com/users/oguzhaninan/followers", - "following_url": "https://api.github.com/users/oguzhaninan/following{/other_user}", - "gists_url": "https://api.github.com/users/oguzhaninan/gists{/gist_id}", - "starred_url": "https://api.github.com/users/oguzhaninan/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/oguzhaninan/subscriptions", - "organizations_url": "https://api.github.com/users/oguzhaninan/orgs", - "repos_url": "https://api.github.com/users/oguzhaninan/repos", - "events_url": "https://api.github.com/users/oguzhaninan/events{/privacy}", - "received_events_url": "https://api.github.com/users/oguzhaninan/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/vnd.debian.binary-package", - "state": "uploaded", - "size": 41745542, - "download_count": 921, - "created_at": "2017-05-02T19:26:07Z", - "updated_at": "2017-05-02T19:34:45Z", - "browser_download_url": "https://github.com/oguzhaninan/Buka/releases/download/v1.0.0/Buka_1.0.0_i386.deb" - } - ], - "tarball_url": "https://api.github.com/repos/oguzhaninan/Buka/tarball/v1.0.0", - "zipball_url": "https://api.github.com/repos/oguzhaninan/Buka/zipball/v1.0.0", - "body_html": "

\"Download

" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:09.945Z" - }, - "buttercup": { - "latestRelease": { - "url": "https://api.github.com/repos/buttercup/buttercup-desktop/releases/29871554", - "assets_url": "https://api.github.com/repos/buttercup/buttercup-desktop/releases/29871554/assets", - "upload_url": "https://uploads.github.com/repos/buttercup/buttercup-desktop/releases/29871554/assets{?name,label}", - "html_url": "https://github.com/buttercup/buttercup-desktop/releases/tag/v1.20.5", - "id": 29871554, - "node_id": "MDc6UmVsZWFzZTI5ODcxNTU0", - "tag_name": "v1.20.5", - "target_commitish": "master", - "name": "v1.20.5", - "draft": false, - "author": { - "login": "sallar", - "id": 768052, - "node_id": "MDQ6VXNlcjc2ODA1Mg==", - "avatar_url": "https://avatars2.githubusercontent.com/u/768052?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/sallar", - "html_url": "https://github.com/sallar", - "followers_url": "https://api.github.com/users/sallar/followers", - "following_url": "https://api.github.com/users/sallar/following{/other_user}", - "gists_url": "https://api.github.com/users/sallar/gists{/gist_id}", - "starred_url": "https://api.github.com/users/sallar/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/sallar/subscriptions", - "organizations_url": "https://api.github.com/users/sallar/orgs", - "repos_url": "https://api.github.com/users/sallar/repos", - "events_url": "https://api.github.com/users/sallar/events{/privacy}", - "received_events_url": "https://api.github.com/users/sallar/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2020-08-19T15:38:18Z", - "published_at": "2020-08-19T15:54:12Z", + "created_at": "2020-08-19T15:38:18Z", + "published_at": "2020-08-19T15:54:12Z", "assets": [ { "url": "https://api.github.com/repos/buttercup/buttercup-desktop/releases/assets/24088161", @@ -10262,7 +10262,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 85521995, - "download_count": 51, + "download_count": 53, "created_at": "2020-08-19T15:47:11Z", "updated_at": "2020-08-19T15:48:42Z", "browser_download_url": "https://github.com/buttercup/buttercup-desktop/releases/download/v1.20.5/Buttercup-1.20.5-i386.AppImage" @@ -10296,7 +10296,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 78172779, - "download_count": 214, + "download_count": 215, "created_at": "2020-08-19T15:53:17Z", "updated_at": "2020-08-19T15:53:51Z", "browser_download_url": "https://github.com/buttercup/buttercup-desktop/releases/download/v1.20.5/Buttercup-1.20.5-mac.zip" @@ -10364,7 +10364,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 78756661, - "download_count": 861, + "download_count": 872, "created_at": "2020-08-19T15:47:34Z", "updated_at": "2020-08-19T15:49:10Z", "browser_download_url": "https://github.com/buttercup/buttercup-desktop/releases/download/v1.20.5/Buttercup-1.20.5.dmg" @@ -10466,7 +10466,7 @@ "content_type": "application/x-redhat-package-manager", "state": "uploaded", "size": 58675516, - "download_count": 140, + "download_count": 141, "created_at": "2020-08-19T15:49:12Z", "updated_at": "2020-08-19T15:49:59Z", "browser_download_url": "https://github.com/buttercup/buttercup-desktop/releases/download/v1.20.5/buttercup-desktop-1.20.5.x86_64.rpm" @@ -10500,7 +10500,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 58689590, - "download_count": 738, + "download_count": 750, "created_at": "2020-08-19T15:50:21Z", "updated_at": "2020-08-19T15:51:04Z", "browser_download_url": "https://github.com/buttercup/buttercup-desktop/releases/download/v1.20.5/buttercup-desktop_1.20.5_amd64.deb" @@ -10568,7 +10568,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 109304448, - "download_count": 2401, + "download_count": 2430, "created_at": "2020-08-19T15:48:18Z", "updated_at": "2020-08-19T15:49:25Z", "browser_download_url": "https://github.com/buttercup/buttercup-desktop/releases/download/v1.20.5/Buttercup-Setup-1.20.5.exe" @@ -10602,7 +10602,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 112611, - "download_count": 429, + "download_count": 434, "created_at": "2020-08-19T15:48:18Z", "updated_at": "2020-08-19T15:48:19Z", "browser_download_url": "https://github.com/buttercup/buttercup-desktop/releases/download/v1.20.5/Buttercup-Setup-1.20.5.exe.blockmap" @@ -10670,7 +10670,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 371, - "download_count": 1370, + "download_count": 1399, "created_at": "2020-08-19T15:51:15Z", "updated_at": "2020-08-19T15:51:15Z", "browser_download_url": "https://github.com/buttercup/buttercup-desktop/releases/download/v1.20.5/latest-linux.yml" @@ -10704,7 +10704,7 @@ "content_type": "application/x-yaml", "state": "uploaded", "size": 519, - "download_count": 7781, + "download_count": 7949, "created_at": "2020-08-19T15:53:16Z", "updated_at": "2020-08-19T15:53:17Z", "browser_download_url": "https://github.com/buttercup/buttercup-desktop/releases/download/v1.20.5/latest-mac.yml" @@ -10738,7 +10738,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 382, - "download_count": 12453, + "download_count": 12752, "created_at": "2020-08-19T15:51:15Z", "updated_at": "2020-08-19T15:51:16Z", "browser_download_url": "https://github.com/buttercup/buttercup-desktop/releases/download/v1.20.5/latest.yml" @@ -10748,7 +10748,7 @@ "zipball_url": "https://api.github.com/repos/buttercup/buttercup-desktop/zipball/v1.20.5", "body_html": "

This release fixes an important issue with Vault sizes growing very large in some cases and is recommended for all users.

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:10.151Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:20.392Z" }, "calcy": { "latestRelease": { @@ -11029,288 +11029,7 @@ "zipball_url": "https://api.github.com/repos/VarunDevPro/calcy/zipball/v1.1.0", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:10.309Z" - }, - "camunda-modeler": { - "latestRelease": { - "url": "https://api.github.com/repos/camunda/camunda-modeler/releases/29501782", - "assets_url": "https://api.github.com/repos/camunda/camunda-modeler/releases/29501782/assets", - "upload_url": "https://uploads.github.com/repos/camunda/camunda-modeler/releases/29501782/assets{?name,label}", - "html_url": "https://github.com/camunda/camunda-modeler/releases/tag/v4.2.0", - "id": 29501782, - "node_id": "MDc6UmVsZWFzZTI5NTAxNzgy", - "tag_name": "v4.2.0", - "target_commitish": "develop", - "name": "v4.2.0", - "draft": false, - "author": { - "login": "bpmn-io-bot", - "id": 11071077, - "node_id": "MDQ6VXNlcjExMDcxMDc3", - "avatar_url": "https://avatars0.githubusercontent.com/u/11071077?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/bpmn-io-bot", - "html_url": "https://github.com/bpmn-io-bot", - "followers_url": "https://api.github.com/users/bpmn-io-bot/followers", - "following_url": "https://api.github.com/users/bpmn-io-bot/following{/other_user}", - "gists_url": "https://api.github.com/users/bpmn-io-bot/gists{/gist_id}", - "starred_url": "https://api.github.com/users/bpmn-io-bot/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/bpmn-io-bot/subscriptions", - "organizations_url": "https://api.github.com/users/bpmn-io-bot/orgs", - "repos_url": "https://api.github.com/users/bpmn-io-bot/repos", - "events_url": "https://api.github.com/users/bpmn-io-bot/events{/privacy}", - "received_events_url": "https://api.github.com/users/bpmn-io-bot/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2020-08-10T08:11:59Z", - "published_at": "2020-08-11T07:11:54Z", - "assets": [ - { - "url": "https://api.github.com/repos/camunda/camunda-modeler/releases/assets/23764964", - "id": 23764964, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNzY0OTY0", - "name": "camunda-modeler-4.2.0-linux-x64.tar.gz", - "label": "", - "uploader": { - "login": "bpmn-io-bot", - "id": 11071077, - "node_id": "MDQ6VXNlcjExMDcxMDc3", - "avatar_url": "https://avatars0.githubusercontent.com/u/11071077?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/bpmn-io-bot", - "html_url": "https://github.com/bpmn-io-bot", - "followers_url": "https://api.github.com/users/bpmn-io-bot/followers", - "following_url": "https://api.github.com/users/bpmn-io-bot/following{/other_user}", - "gists_url": "https://api.github.com/users/bpmn-io-bot/gists{/gist_id}", - "starred_url": "https://api.github.com/users/bpmn-io-bot/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/bpmn-io-bot/subscriptions", - "organizations_url": "https://api.github.com/users/bpmn-io-bot/orgs", - "repos_url": "https://api.github.com/users/bpmn-io-bot/repos", - "events_url": "https://api.github.com/users/bpmn-io-bot/events{/privacy}", - "received_events_url": "https://api.github.com/users/bpmn-io-bot/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 71025296, - "download_count": 22, - "created_at": "2020-08-10T08:24:31Z", - "updated_at": "2020-08-10T08:24:33Z", - "browser_download_url": "https://github.com/camunda/camunda-modeler/releases/download/v4.2.0/camunda-modeler-4.2.0-linux-x64.tar.gz" - }, - { - "url": "https://api.github.com/repos/camunda/camunda-modeler/releases/assets/23765089", - "id": 23765089, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNzY1MDg5", - "name": "camunda-modeler-4.2.0-mac.dmg", - "label": "", - "uploader": { - "login": "bpmn-io-bot", - "id": 11071077, - "node_id": "MDQ6VXNlcjExMDcxMDc3", - "avatar_url": "https://avatars0.githubusercontent.com/u/11071077?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/bpmn-io-bot", - "html_url": "https://github.com/bpmn-io-bot", - "followers_url": "https://api.github.com/users/bpmn-io-bot/followers", - "following_url": "https://api.github.com/users/bpmn-io-bot/following{/other_user}", - "gists_url": "https://api.github.com/users/bpmn-io-bot/gists{/gist_id}", - "starred_url": "https://api.github.com/users/bpmn-io-bot/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/bpmn-io-bot/subscriptions", - "organizations_url": "https://api.github.com/users/bpmn-io-bot/orgs", - "repos_url": "https://api.github.com/users/bpmn-io-bot/repos", - "events_url": "https://api.github.com/users/bpmn-io-bot/events{/privacy}", - "received_events_url": "https://api.github.com/users/bpmn-io-bot/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 68795909, - "download_count": 25, - "created_at": "2020-08-10T08:28:24Z", - "updated_at": "2020-08-10T08:28:26Z", - "browser_download_url": "https://github.com/camunda/camunda-modeler/releases/download/v4.2.0/camunda-modeler-4.2.0-mac.dmg" - }, - { - "url": "https://api.github.com/repos/camunda/camunda-modeler/releases/assets/23765087", - "id": 23765087, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNzY1MDg3", - "name": "camunda-modeler-4.2.0-mac.dmg.blockmap", - "label": "", - "uploader": { - "login": "bpmn-io-bot", - "id": 11071077, - "node_id": "MDQ6VXNlcjExMDcxMDc3", - "avatar_url": "https://avatars0.githubusercontent.com/u/11071077?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/bpmn-io-bot", - "html_url": "https://github.com/bpmn-io-bot", - "followers_url": "https://api.github.com/users/bpmn-io-bot/followers", - "following_url": "https://api.github.com/users/bpmn-io-bot/following{/other_user}", - "gists_url": "https://api.github.com/users/bpmn-io-bot/gists{/gist_id}", - "starred_url": "https://api.github.com/users/bpmn-io-bot/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/bpmn-io-bot/subscriptions", - "organizations_url": "https://api.github.com/users/bpmn-io-bot/orgs", - "repos_url": "https://api.github.com/users/bpmn-io-bot/repos", - "events_url": "https://api.github.com/users/bpmn-io-bot/events{/privacy}", - "received_events_url": "https://api.github.com/users/bpmn-io-bot/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 73920, - "download_count": 5, - "created_at": "2020-08-10T08:28:24Z", - "updated_at": "2020-08-10T08:28:24Z", - "browser_download_url": "https://github.com/camunda/camunda-modeler/releases/download/v4.2.0/camunda-modeler-4.2.0-mac.dmg.blockmap" - }, - { - "url": "https://api.github.com/repos/camunda/camunda-modeler/releases/assets/23765088", - "id": 23765088, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNzY1MDg4", - "name": "camunda-modeler-4.2.0-mac.zip", - "label": "", - "uploader": { - "login": "bpmn-io-bot", - "id": 11071077, - "node_id": "MDQ6VXNlcjExMDcxMDc3", - "avatar_url": "https://avatars0.githubusercontent.com/u/11071077?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/bpmn-io-bot", - "html_url": "https://github.com/bpmn-io-bot", - "followers_url": "https://api.github.com/users/bpmn-io-bot/followers", - "following_url": "https://api.github.com/users/bpmn-io-bot/following{/other_user}", - "gists_url": "https://api.github.com/users/bpmn-io-bot/gists{/gist_id}", - "starred_url": "https://api.github.com/users/bpmn-io-bot/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/bpmn-io-bot/subscriptions", - "organizations_url": "https://api.github.com/users/bpmn-io-bot/orgs", - "repos_url": "https://api.github.com/users/bpmn-io-bot/repos", - "events_url": "https://api.github.com/users/bpmn-io-bot/events{/privacy}", - "received_events_url": "https://api.github.com/users/bpmn-io-bot/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 68954973, - "download_count": 15, - "created_at": "2020-08-10T08:28:24Z", - "updated_at": "2020-08-10T08:28:26Z", - "browser_download_url": "https://github.com/camunda/camunda-modeler/releases/download/v4.2.0/camunda-modeler-4.2.0-mac.zip" - }, - { - "url": "https://api.github.com/repos/camunda/camunda-modeler/releases/assets/23764968", - "id": 23764968, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNzY0OTY4", - "name": "camunda-modeler-4.2.0-win-ia32.zip", - "label": "", - "uploader": { - "login": "bpmn-io-bot", - "id": 11071077, - "node_id": "MDQ6VXNlcjExMDcxMDc3", - "avatar_url": "https://avatars0.githubusercontent.com/u/11071077?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/bpmn-io-bot", - "html_url": "https://github.com/bpmn-io-bot", - "followers_url": "https://api.github.com/users/bpmn-io-bot/followers", - "following_url": "https://api.github.com/users/bpmn-io-bot/following{/other_user}", - "gists_url": "https://api.github.com/users/bpmn-io-bot/gists{/gist_id}", - "starred_url": "https://api.github.com/users/bpmn-io-bot/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/bpmn-io-bot/subscriptions", - "organizations_url": "https://api.github.com/users/bpmn-io-bot/orgs", - "repos_url": "https://api.github.com/users/bpmn-io-bot/repos", - "events_url": "https://api.github.com/users/bpmn-io-bot/events{/privacy}", - "received_events_url": "https://api.github.com/users/bpmn-io-bot/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 62501426, - "download_count": 18, - "created_at": "2020-08-10T08:24:51Z", - "updated_at": "2020-08-10T08:24:52Z", - "browser_download_url": "https://github.com/camunda/camunda-modeler/releases/download/v4.2.0/camunda-modeler-4.2.0-win-ia32.zip" - }, - { - "url": "https://api.github.com/repos/camunda/camunda-modeler/releases/assets/23764960", - "id": 23764960, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNzY0OTYw", - "name": "camunda-modeler-4.2.0-win-x64.zip", - "label": "", - "uploader": { - "login": "bpmn-io-bot", - "id": 11071077, - "node_id": "MDQ6VXNlcjExMDcxMDc3", - "avatar_url": "https://avatars0.githubusercontent.com/u/11071077?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/bpmn-io-bot", - "html_url": "https://github.com/bpmn-io-bot", - "followers_url": "https://api.github.com/users/bpmn-io-bot/followers", - "following_url": "https://api.github.com/users/bpmn-io-bot/following{/other_user}", - "gists_url": "https://api.github.com/users/bpmn-io-bot/gists{/gist_id}", - "starred_url": "https://api.github.com/users/bpmn-io-bot/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/bpmn-io-bot/subscriptions", - "organizations_url": "https://api.github.com/users/bpmn-io-bot/orgs", - "repos_url": "https://api.github.com/users/bpmn-io-bot/repos", - "events_url": "https://api.github.com/users/bpmn-io-bot/events{/privacy}", - "received_events_url": "https://api.github.com/users/bpmn-io-bot/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 65422232, - "download_count": 177, - "created_at": "2020-08-10T08:24:26Z", - "updated_at": "2020-08-10T08:24:27Z", - "browser_download_url": "https://github.com/camunda/camunda-modeler/releases/download/v4.2.0/camunda-modeler-4.2.0-win-x64.zip" - }, - { - "url": "https://api.github.com/repos/camunda/camunda-modeler/releases/assets/23765091", - "id": 23765091, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNzY1MDkx", - "name": "latest-mac.yml", - "label": "", - "uploader": { - "login": "bpmn-io-bot", - "id": 11071077, - "node_id": "MDQ6VXNlcjExMDcxMDc3", - "avatar_url": "https://avatars0.githubusercontent.com/u/11071077?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/bpmn-io-bot", - "html_url": "https://github.com/bpmn-io-bot", - "followers_url": "https://api.github.com/users/bpmn-io-bot/followers", - "following_url": "https://api.github.com/users/bpmn-io-bot/following{/other_user}", - "gists_url": "https://api.github.com/users/bpmn-io-bot/gists{/gist_id}", - "starred_url": "https://api.github.com/users/bpmn-io-bot/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/bpmn-io-bot/subscriptions", - "organizations_url": "https://api.github.com/users/bpmn-io-bot/orgs", - "repos_url": "https://api.github.com/users/bpmn-io-bot/repos", - "events_url": "https://api.github.com/users/bpmn-io-bot/events{/privacy}", - "received_events_url": "https://api.github.com/users/bpmn-io-bot/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "text/yaml", - "state": "uploaded", - "size": 354, - "download_count": 8, - "created_at": "2020-08-10T08:28:26Z", - "updated_at": "2020-08-10T08:28:26Z", - "browser_download_url": "https://github.com/camunda/camunda-modeler/releases/download/v4.2.0/latest-mac.yml" - } - ], - "tarball_url": "https://api.github.com/repos/camunda/camunda-modeler/tarball/v4.2.0", - "zipball_url": "https://api.github.com/repos/camunda/camunda-modeler/zipball/v4.2.0", - "body_html": "" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:10.322Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:20.430Z" }, "canvas-file-sync": { "latestRelease": { @@ -11513,7 +11232,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 348, - "download_count": 432335, + "download_count": 432382, "created_at": "2019-05-01T23:00:20Z", "updated_at": "2019-05-01T23:00:20Z", "browser_download_url": "https://github.com/drew-royster/canvasFileSync/releases/download/v1.5.1/latest-mac.yml" @@ -11547,7 +11266,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 431, - "download_count": 1173903, + "download_count": 1174823, "created_at": "2019-05-01T23:02:19Z", "updated_at": "2019-05-01T23:02:19Z", "browser_download_url": "https://github.com/drew-royster/canvasFileSync/releases/download/v1.5.1/latest.yml" @@ -11557,7 +11276,7 @@ "zipball_url": "https://api.github.com/repos/drew-royster/canvasFileSync/zipball/v1.5.1", "body_html": "

This should fix this issue and also increase reliability overall

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:10.501Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:20.469Z" }, "c-ip": { "latestRelease": { @@ -11668,288 +11387,288 @@ "zipball_url": "https://api.github.com/repos/Lierrmm/C-IP/zipball/1.2.1", "body_html": "

HOT-FIX

\n

This release is a hot-fix for issues found in version 1.2.0

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:10.597Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:20.494Z" }, - "caption": { + "camunda-modeler": { "latestRelease": { - "url": "https://api.github.com/repos/gielcobben/caption/releases/9233081", - "assets_url": "https://api.github.com/repos/gielcobben/caption/releases/9233081/assets", - "upload_url": "https://uploads.github.com/repos/gielcobben/caption/releases/9233081/assets{?name,label}", - "html_url": "https://github.com/gielcobben/caption/releases/tag/v2.0.1", - "id": 9233081, - "node_id": "MDc6UmVsZWFzZTkyMzMwODE=", - "tag_name": "v2.0.1", - "target_commitish": "master", - "name": "2.0.1", + "url": "https://api.github.com/repos/camunda/camunda-modeler/releases/29501782", + "assets_url": "https://api.github.com/repos/camunda/camunda-modeler/releases/29501782/assets", + "upload_url": "https://uploads.github.com/repos/camunda/camunda-modeler/releases/29501782/assets{?name,label}", + "html_url": "https://github.com/camunda/camunda-modeler/releases/tag/v4.2.0", + "id": 29501782, + "node_id": "MDc6UmVsZWFzZTI5NTAxNzgy", + "tag_name": "v4.2.0", + "target_commitish": "develop", + "name": "v4.2.0", "draft": false, "author": { - "login": "gielcobben", - "id": 2663212, - "node_id": "MDQ6VXNlcjI2NjMyMTI=", - "avatar_url": "https://avatars0.githubusercontent.com/u/2663212?v=4", + "login": "bpmn-io-bot", + "id": 11071077, + "node_id": "MDQ6VXNlcjExMDcxMDc3", + "avatar_url": "https://avatars0.githubusercontent.com/u/11071077?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/gielcobben", - "html_url": "https://github.com/gielcobben", - "followers_url": "https://api.github.com/users/gielcobben/followers", - "following_url": "https://api.github.com/users/gielcobben/following{/other_user}", - "gists_url": "https://api.github.com/users/gielcobben/gists{/gist_id}", - "starred_url": "https://api.github.com/users/gielcobben/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/gielcobben/subscriptions", - "organizations_url": "https://api.github.com/users/gielcobben/orgs", - "repos_url": "https://api.github.com/users/gielcobben/repos", - "events_url": "https://api.github.com/users/gielcobben/events{/privacy}", - "received_events_url": "https://api.github.com/users/gielcobben/received_events", + "url": "https://api.github.com/users/bpmn-io-bot", + "html_url": "https://github.com/bpmn-io-bot", + "followers_url": "https://api.github.com/users/bpmn-io-bot/followers", + "following_url": "https://api.github.com/users/bpmn-io-bot/following{/other_user}", + "gists_url": "https://api.github.com/users/bpmn-io-bot/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bpmn-io-bot/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bpmn-io-bot/subscriptions", + "organizations_url": "https://api.github.com/users/bpmn-io-bot/orgs", + "repos_url": "https://api.github.com/users/bpmn-io-bot/repos", + "events_url": "https://api.github.com/users/bpmn-io-bot/events{/privacy}", + "received_events_url": "https://api.github.com/users/bpmn-io-bot/received_events", "type": "User", "site_admin": false }, "prerelease": false, - "created_at": "2017-12-26T11:20:12Z", - "published_at": "2018-01-15T08:27:38Z", + "created_at": "2020-08-10T08:11:59Z", + "published_at": "2020-08-11T07:11:54Z", "assets": [ { - "url": "https://api.github.com/repos/gielcobben/caption/releases/assets/5875412", - "id": 5875412, - "node_id": "MDEyOlJlbGVhc2VBc3NldDU4NzU0MTI=", - "name": "caption-2.0.1-mac.zip", + "url": "https://api.github.com/repos/camunda/camunda-modeler/releases/assets/23764964", + "id": 23764964, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNzY0OTY0", + "name": "camunda-modeler-4.2.0-linux-x64.tar.gz", "label": "", "uploader": { - "login": "gielcobben", - "id": 2663212, - "node_id": "MDQ6VXNlcjI2NjMyMTI=", - "avatar_url": "https://avatars0.githubusercontent.com/u/2663212?v=4", + "login": "bpmn-io-bot", + "id": 11071077, + "node_id": "MDQ6VXNlcjExMDcxMDc3", + "avatar_url": "https://avatars0.githubusercontent.com/u/11071077?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/gielcobben", - "html_url": "https://github.com/gielcobben", - "followers_url": "https://api.github.com/users/gielcobben/followers", - "following_url": "https://api.github.com/users/gielcobben/following{/other_user}", - "gists_url": "https://api.github.com/users/gielcobben/gists{/gist_id}", - "starred_url": "https://api.github.com/users/gielcobben/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/gielcobben/subscriptions", - "organizations_url": "https://api.github.com/users/gielcobben/orgs", - "repos_url": "https://api.github.com/users/gielcobben/repos", - "events_url": "https://api.github.com/users/gielcobben/events{/privacy}", - "received_events_url": "https://api.github.com/users/gielcobben/received_events", + "url": "https://api.github.com/users/bpmn-io-bot", + "html_url": "https://github.com/bpmn-io-bot", + "followers_url": "https://api.github.com/users/bpmn-io-bot/followers", + "following_url": "https://api.github.com/users/bpmn-io-bot/following{/other_user}", + "gists_url": "https://api.github.com/users/bpmn-io-bot/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bpmn-io-bot/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bpmn-io-bot/subscriptions", + "organizations_url": "https://api.github.com/users/bpmn-io-bot/orgs", + "repos_url": "https://api.github.com/users/bpmn-io-bot/repos", + "events_url": "https://api.github.com/users/bpmn-io-bot/events{/privacy}", + "received_events_url": "https://api.github.com/users/bpmn-io-bot/received_events", "type": "User", "site_admin": false }, - "content_type": "application/zip", + "content_type": "application/gzip", "state": "uploaded", - "size": 50864816, - "download_count": 9410, - "created_at": "2018-01-15T08:21:03Z", - "updated_at": "2018-01-15T08:21:21Z", - "browser_download_url": "https://github.com/gielcobben/caption/releases/download/v2.0.1/caption-2.0.1-mac.zip" + "size": 71025296, + "download_count": 22, + "created_at": "2020-08-10T08:24:31Z", + "updated_at": "2020-08-10T08:24:33Z", + "browser_download_url": "https://github.com/camunda/camunda-modeler/releases/download/v4.2.0/camunda-modeler-4.2.0-linux-x64.tar.gz" }, { - "url": "https://api.github.com/repos/gielcobben/caption/releases/assets/5875410", - "id": 5875410, - "node_id": "MDEyOlJlbGVhc2VBc3NldDU4NzU0MTA=", - "name": "Caption-2.0.1.dmg", + "url": "https://api.github.com/repos/camunda/camunda-modeler/releases/assets/23765089", + "id": 23765089, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNzY1MDg5", + "name": "camunda-modeler-4.2.0-mac.dmg", "label": "", "uploader": { - "login": "gielcobben", - "id": 2663212, - "node_id": "MDQ6VXNlcjI2NjMyMTI=", - "avatar_url": "https://avatars0.githubusercontent.com/u/2663212?v=4", + "login": "bpmn-io-bot", + "id": 11071077, + "node_id": "MDQ6VXNlcjExMDcxMDc3", + "avatar_url": "https://avatars0.githubusercontent.com/u/11071077?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/gielcobben", - "html_url": "https://github.com/gielcobben", - "followers_url": "https://api.github.com/users/gielcobben/followers", - "following_url": "https://api.github.com/users/gielcobben/following{/other_user}", - "gists_url": "https://api.github.com/users/gielcobben/gists{/gist_id}", - "starred_url": "https://api.github.com/users/gielcobben/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/gielcobben/subscriptions", - "organizations_url": "https://api.github.com/users/gielcobben/orgs", - "repos_url": "https://api.github.com/users/gielcobben/repos", - "events_url": "https://api.github.com/users/gielcobben/events{/privacy}", - "received_events_url": "https://api.github.com/users/gielcobben/received_events", + "url": "https://api.github.com/users/bpmn-io-bot", + "html_url": "https://github.com/bpmn-io-bot", + "followers_url": "https://api.github.com/users/bpmn-io-bot/followers", + "following_url": "https://api.github.com/users/bpmn-io-bot/following{/other_user}", + "gists_url": "https://api.github.com/users/bpmn-io-bot/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bpmn-io-bot/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bpmn-io-bot/subscriptions", + "organizations_url": "https://api.github.com/users/bpmn-io-bot/orgs", + "repos_url": "https://api.github.com/users/bpmn-io-bot/repos", + "events_url": "https://api.github.com/users/bpmn-io-bot/events{/privacy}", + "received_events_url": "https://api.github.com/users/bpmn-io-bot/received_events", "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 52950182, - "download_count": 32194, - "created_at": "2018-01-15T08:20:18Z", - "updated_at": "2018-01-15T08:20:46Z", - "browser_download_url": "https://github.com/gielcobben/caption/releases/download/v2.0.1/Caption-2.0.1.dmg" + "size": 68795909, + "download_count": 25, + "created_at": "2020-08-10T08:28:24Z", + "updated_at": "2020-08-10T08:28:26Z", + "browser_download_url": "https://github.com/camunda/camunda-modeler/releases/download/v4.2.0/camunda-modeler-4.2.0-mac.dmg" }, { - "url": "https://api.github.com/repos/gielcobben/caption/releases/assets/5875439", - "id": 5875439, - "node_id": "MDEyOlJlbGVhc2VBc3NldDU4NzU0Mzk=", - "name": "caption-setup-2.0.1.exe", + "url": "https://api.github.com/repos/camunda/camunda-modeler/releases/assets/23765087", + "id": 23765087, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNzY1MDg3", + "name": "camunda-modeler-4.2.0-mac.dmg.blockmap", "label": "", "uploader": { - "login": "gielcobben", - "id": 2663212, - "node_id": "MDQ6VXNlcjI2NjMyMTI=", - "avatar_url": "https://avatars0.githubusercontent.com/u/2663212?v=4", + "login": "bpmn-io-bot", + "id": 11071077, + "node_id": "MDQ6VXNlcjExMDcxMDc3", + "avatar_url": "https://avatars0.githubusercontent.com/u/11071077?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/gielcobben", - "html_url": "https://github.com/gielcobben", - "followers_url": "https://api.github.com/users/gielcobben/followers", - "following_url": "https://api.github.com/users/gielcobben/following{/other_user}", - "gists_url": "https://api.github.com/users/gielcobben/gists{/gist_id}", - "starred_url": "https://api.github.com/users/gielcobben/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/gielcobben/subscriptions", - "organizations_url": "https://api.github.com/users/gielcobben/orgs", - "repos_url": "https://api.github.com/users/gielcobben/repos", - "events_url": "https://api.github.com/users/gielcobben/events{/privacy}", - "received_events_url": "https://api.github.com/users/gielcobben/received_events", + "url": "https://api.github.com/users/bpmn-io-bot", + "html_url": "https://github.com/bpmn-io-bot", + "followers_url": "https://api.github.com/users/bpmn-io-bot/followers", + "following_url": "https://api.github.com/users/bpmn-io-bot/following{/other_user}", + "gists_url": "https://api.github.com/users/bpmn-io-bot/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bpmn-io-bot/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bpmn-io-bot/subscriptions", + "organizations_url": "https://api.github.com/users/bpmn-io-bot/orgs", + "repos_url": "https://api.github.com/users/bpmn-io-bot/repos", + "events_url": "https://api.github.com/users/bpmn-io-bot/events{/privacy}", + "received_events_url": "https://api.github.com/users/bpmn-io-bot/received_events", "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 37589216, - "download_count": 97929, - "created_at": "2018-01-15T08:23:23Z", - "updated_at": "2018-01-15T08:23:36Z", - "browser_download_url": "https://github.com/gielcobben/caption/releases/download/v2.0.1/caption-setup-2.0.1.exe" + "size": 73920, + "download_count": 5, + "created_at": "2020-08-10T08:28:24Z", + "updated_at": "2020-08-10T08:28:24Z", + "browser_download_url": "https://github.com/camunda/camunda-modeler/releases/download/v4.2.0/camunda-modeler-4.2.0-mac.dmg.blockmap" }, { - "url": "https://api.github.com/repos/gielcobben/caption/releases/assets/5875452", - "id": 5875452, - "node_id": "MDEyOlJlbGVhc2VBc3NldDU4NzU0NTI=", - "name": "caption_2.0.1_amd64.deb", + "url": "https://api.github.com/repos/camunda/camunda-modeler/releases/assets/23765088", + "id": 23765088, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNzY1MDg4", + "name": "camunda-modeler-4.2.0-mac.zip", "label": "", "uploader": { - "login": "gielcobben", - "id": 2663212, - "node_id": "MDQ6VXNlcjI2NjMyMTI=", - "avatar_url": "https://avatars0.githubusercontent.com/u/2663212?v=4", + "login": "bpmn-io-bot", + "id": 11071077, + "node_id": "MDQ6VXNlcjExMDcxMDc3", + "avatar_url": "https://avatars0.githubusercontent.com/u/11071077?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/gielcobben", - "html_url": "https://github.com/gielcobben", - "followers_url": "https://api.github.com/users/gielcobben/followers", - "following_url": "https://api.github.com/users/gielcobben/following{/other_user}", - "gists_url": "https://api.github.com/users/gielcobben/gists{/gist_id}", - "starred_url": "https://api.github.com/users/gielcobben/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/gielcobben/subscriptions", - "organizations_url": "https://api.github.com/users/gielcobben/orgs", - "repos_url": "https://api.github.com/users/gielcobben/repos", - "events_url": "https://api.github.com/users/gielcobben/events{/privacy}", - "received_events_url": "https://api.github.com/users/gielcobben/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 39000940, - "download_count": 9729, - "created_at": "2018-01-15T08:25:03Z", - "updated_at": "2018-01-15T08:25:15Z", - "browser_download_url": "https://github.com/gielcobben/caption/releases/download/v2.0.1/caption_2.0.1_amd64.deb" + "url": "https://api.github.com/users/bpmn-io-bot", + "html_url": "https://github.com/bpmn-io-bot", + "followers_url": "https://api.github.com/users/bpmn-io-bot/followers", + "following_url": "https://api.github.com/users/bpmn-io-bot/following{/other_user}", + "gists_url": "https://api.github.com/users/bpmn-io-bot/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bpmn-io-bot/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bpmn-io-bot/subscriptions", + "organizations_url": "https://api.github.com/users/bpmn-io-bot/orgs", + "repos_url": "https://api.github.com/users/bpmn-io-bot/repos", + "events_url": "https://api.github.com/users/bpmn-io-bot/events{/privacy}", + "received_events_url": "https://api.github.com/users/bpmn-io-bot/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 68954973, + "download_count": 15, + "created_at": "2020-08-10T08:28:24Z", + "updated_at": "2020-08-10T08:28:26Z", + "browser_download_url": "https://github.com/camunda/camunda-modeler/releases/download/v4.2.0/camunda-modeler-4.2.0-mac.zip" }, { - "url": "https://api.github.com/repos/gielcobben/caption/releases/assets/5875413", - "id": 5875413, - "node_id": "MDEyOlJlbGVhc2VBc3NldDU4NzU0MTM=", - "name": "latest-mac.json", + "url": "https://api.github.com/repos/camunda/camunda-modeler/releases/assets/23764968", + "id": 23764968, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNzY0OTY4", + "name": "camunda-modeler-4.2.0-win-ia32.zip", "label": "", "uploader": { - "login": "gielcobben", - "id": 2663212, - "node_id": "MDQ6VXNlcjI2NjMyMTI=", - "avatar_url": "https://avatars0.githubusercontent.com/u/2663212?v=4", + "login": "bpmn-io-bot", + "id": 11071077, + "node_id": "MDQ6VXNlcjExMDcxMDc3", + "avatar_url": "https://avatars0.githubusercontent.com/u/11071077?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/gielcobben", - "html_url": "https://github.com/gielcobben", - "followers_url": "https://api.github.com/users/gielcobben/followers", - "following_url": "https://api.github.com/users/gielcobben/following{/other_user}", - "gists_url": "https://api.github.com/users/gielcobben/gists{/gist_id}", - "starred_url": "https://api.github.com/users/gielcobben/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/gielcobben/subscriptions", - "organizations_url": "https://api.github.com/users/gielcobben/orgs", - "repos_url": "https://api.github.com/users/gielcobben/repos", - "events_url": "https://api.github.com/users/gielcobben/events{/privacy}", - "received_events_url": "https://api.github.com/users/gielcobben/received_events", + "url": "https://api.github.com/users/bpmn-io-bot", + "html_url": "https://github.com/bpmn-io-bot", + "followers_url": "https://api.github.com/users/bpmn-io-bot/followers", + "following_url": "https://api.github.com/users/bpmn-io-bot/following{/other_user}", + "gists_url": "https://api.github.com/users/bpmn-io-bot/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bpmn-io-bot/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bpmn-io-bot/subscriptions", + "organizations_url": "https://api.github.com/users/bpmn-io-bot/orgs", + "repos_url": "https://api.github.com/users/bpmn-io-bot/repos", + "events_url": "https://api.github.com/users/bpmn-io-bot/events{/privacy}", + "received_events_url": "https://api.github.com/users/bpmn-io-bot/received_events", "type": "User", "site_admin": false }, - "content_type": "application/json", + "content_type": "application/zip", "state": "uploaded", - "size": 167, - "download_count": 56, - "created_at": "2018-01-15T08:21:03Z", - "updated_at": "2018-01-15T08:21:03Z", - "browser_download_url": "https://github.com/gielcobben/caption/releases/download/v2.0.1/latest-mac.json" + "size": 62501426, + "download_count": 18, + "created_at": "2020-08-10T08:24:51Z", + "updated_at": "2020-08-10T08:24:52Z", + "browser_download_url": "https://github.com/camunda/camunda-modeler/releases/download/v4.2.0/camunda-modeler-4.2.0-win-ia32.zip" }, { - "url": "https://api.github.com/repos/gielcobben/caption/releases/assets/5875416", - "id": 5875416, - "node_id": "MDEyOlJlbGVhc2VBc3NldDU4NzU0MTY=", - "name": "latest-mac.yml", + "url": "https://api.github.com/repos/camunda/camunda-modeler/releases/assets/23764960", + "id": 23764960, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNzY0OTYw", + "name": "camunda-modeler-4.2.0-win-x64.zip", "label": "", "uploader": { - "login": "gielcobben", - "id": 2663212, - "node_id": "MDQ6VXNlcjI2NjMyMTI=", - "avatar_url": "https://avatars0.githubusercontent.com/u/2663212?v=4", + "login": "bpmn-io-bot", + "id": 11071077, + "node_id": "MDQ6VXNlcjExMDcxMDc3", + "avatar_url": "https://avatars0.githubusercontent.com/u/11071077?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/gielcobben", - "html_url": "https://github.com/gielcobben", - "followers_url": "https://api.github.com/users/gielcobben/followers", - "following_url": "https://api.github.com/users/gielcobben/following{/other_user}", - "gists_url": "https://api.github.com/users/gielcobben/gists{/gist_id}", - "starred_url": "https://api.github.com/users/gielcobben/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/gielcobben/subscriptions", - "organizations_url": "https://api.github.com/users/gielcobben/orgs", - "repos_url": "https://api.github.com/users/gielcobben/repos", - "events_url": "https://api.github.com/users/gielcobben/events{/privacy}", - "received_events_url": "https://api.github.com/users/gielcobben/received_events", + "url": "https://api.github.com/users/bpmn-io-bot", + "html_url": "https://github.com/bpmn-io-bot", + "followers_url": "https://api.github.com/users/bpmn-io-bot/followers", + "following_url": "https://api.github.com/users/bpmn-io-bot/following{/other_user}", + "gists_url": "https://api.github.com/users/bpmn-io-bot/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bpmn-io-bot/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bpmn-io-bot/subscriptions", + "organizations_url": "https://api.github.com/users/bpmn-io-bot/orgs", + "repos_url": "https://api.github.com/users/bpmn-io-bot/repos", + "events_url": "https://api.github.com/users/bpmn-io-bot/events{/privacy}", + "received_events_url": "https://api.github.com/users/bpmn-io-bot/received_events", "type": "User", "site_admin": false }, - "content_type": "text/yaml", + "content_type": "application/zip", "state": "uploaded", - "size": 227, - "download_count": 310886, - "created_at": "2018-01-15T08:21:22Z", - "updated_at": "2018-01-15T08:21:22Z", - "browser_download_url": "https://github.com/gielcobben/caption/releases/download/v2.0.1/latest-mac.yml" + "size": 65422232, + "download_count": 178, + "created_at": "2020-08-10T08:24:26Z", + "updated_at": "2020-08-10T08:24:27Z", + "browser_download_url": "https://github.com/camunda/camunda-modeler/releases/download/v4.2.0/camunda-modeler-4.2.0-win-x64.zip" }, { - "url": "https://api.github.com/repos/gielcobben/caption/releases/assets/5875441", - "id": 5875441, - "node_id": "MDEyOlJlbGVhc2VBc3NldDU4NzU0NDE=", - "name": "latest.yml", + "url": "https://api.github.com/repos/camunda/camunda-modeler/releases/assets/23765091", + "id": 23765091, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNzY1MDkx", + "name": "latest-mac.yml", "label": "", "uploader": { - "login": "gielcobben", - "id": 2663212, - "node_id": "MDQ6VXNlcjI2NjMyMTI=", - "avatar_url": "https://avatars0.githubusercontent.com/u/2663212?v=4", + "login": "bpmn-io-bot", + "id": 11071077, + "node_id": "MDQ6VXNlcjExMDcxMDc3", + "avatar_url": "https://avatars0.githubusercontent.com/u/11071077?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/gielcobben", - "html_url": "https://github.com/gielcobben", - "followers_url": "https://api.github.com/users/gielcobben/followers", - "following_url": "https://api.github.com/users/gielcobben/following{/other_user}", - "gists_url": "https://api.github.com/users/gielcobben/gists{/gist_id}", - "starred_url": "https://api.github.com/users/gielcobben/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/gielcobben/subscriptions", - "organizations_url": "https://api.github.com/users/gielcobben/orgs", - "repos_url": "https://api.github.com/users/gielcobben/repos", - "events_url": "https://api.github.com/users/gielcobben/events{/privacy}", - "received_events_url": "https://api.github.com/users/gielcobben/received_events", + "url": "https://api.github.com/users/bpmn-io-bot", + "html_url": "https://github.com/bpmn-io-bot", + "followers_url": "https://api.github.com/users/bpmn-io-bot/followers", + "following_url": "https://api.github.com/users/bpmn-io-bot/following{/other_user}", + "gists_url": "https://api.github.com/users/bpmn-io-bot/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bpmn-io-bot/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bpmn-io-bot/subscriptions", + "organizations_url": "https://api.github.com/users/bpmn-io-bot/orgs", + "repos_url": "https://api.github.com/users/bpmn-io-bot/repos", + "events_url": "https://api.github.com/users/bpmn-io-bot/events{/privacy}", + "received_events_url": "https://api.github.com/users/bpmn-io-bot/received_events", "type": "User", "site_admin": false }, "content_type": "text/yaml", "state": "uploaded", - "size": 302, - "download_count": 214498, - "created_at": "2018-01-15T08:23:36Z", - "updated_at": "2018-01-15T08:23:36Z", - "browser_download_url": "https://github.com/gielcobben/caption/releases/download/v2.0.1/latest.yml" + "size": 354, + "download_count": 8, + "created_at": "2020-08-10T08:28:26Z", + "updated_at": "2020-08-10T08:28:26Z", + "browser_download_url": "https://github.com/camunda/camunda-modeler/releases/download/v4.2.0/latest-mac.yml" } ], - "tarball_url": "https://api.github.com/repos/gielcobben/caption/tarball/v2.0.1", - "zipball_url": "https://api.github.com/repos/gielcobben/caption/zipball/v2.0.1", - "body_html": "

Fixes

\n" + "tarball_url": "https://api.github.com/repos/camunda/camunda-modeler/tarball/v4.2.0", + "zipball_url": "https://api.github.com/repos/camunda/camunda-modeler/zipball/v4.2.0", + "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:10.669Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:20.516Z" }, "caprine": { "latestRelease": { @@ -12016,7 +11735,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 79884823, - "download_count": 2720, + "download_count": 2808, "created_at": "2020-09-11T15:09:34Z", "updated_at": "2020-09-11T15:09:38Z", "browser_download_url": "https://github.com/sindresorhus/caprine/releases/download/v2.49.0/Caprine-2.49.0-mac.zip" @@ -12050,7 +11769,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 80576384, - "download_count": 149, + "download_count": 169, "created_at": "2020-09-11T15:10:19Z", "updated_at": "2020-09-11T15:10:23Z", "browser_download_url": "https://github.com/sindresorhus/caprine/releases/download/v2.49.0/Caprine-2.49.0.AppImage" @@ -12084,7 +11803,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 82498211, - "download_count": 400, + "download_count": 422, "created_at": "2020-09-11T15:10:36Z", "updated_at": "2020-09-11T15:10:39Z", "browser_download_url": "https://github.com/sindresorhus/caprine/releases/download/v2.49.0/Caprine-2.49.0.dmg" @@ -12118,7 +11837,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 87665, - "download_count": 1, + "download_count": 2, "created_at": "2020-09-11T15:10:36Z", "updated_at": "2020-09-11T15:10:36Z", "browser_download_url": "https://github.com/sindresorhus/caprine/releases/download/v2.49.0/Caprine-2.49.0.dmg.blockmap" @@ -12152,7 +11871,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 56980288, - "download_count": 3435, + "download_count": 3609, "created_at": "2020-09-11T15:12:18Z", "updated_at": "2020-09-11T15:12:20Z", "browser_download_url": "https://github.com/sindresorhus/caprine/releases/download/v2.49.0/Caprine-Setup-2.49.0.exe" @@ -12186,7 +11905,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 60153, - "download_count": 2713, + "download_count": 2825, "created_at": "2020-09-11T15:12:18Z", "updated_at": "2020-09-11T15:12:18Z", "browser_download_url": "https://github.com/sindresorhus/caprine/releases/download/v2.49.0/Caprine-Setup-2.49.0.exe.blockmap" @@ -12220,7 +11939,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 56306686, - "download_count": 263, + "download_count": 287, "created_at": "2020-09-11T15:13:03Z", "updated_at": "2020-09-11T15:13:05Z", "browser_download_url": "https://github.com/sindresorhus/caprine/releases/download/v2.49.0/caprine_2.49.0_amd64.deb" @@ -12254,7 +11973,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 67563520, - "download_count": 7, + "download_count": 10, "created_at": "2020-09-11T15:10:48Z", "updated_at": "2020-09-11T15:10:50Z", "browser_download_url": "https://github.com/sindresorhus/caprine/releases/download/v2.49.0/caprine_2.49.0_amd64.snap" @@ -12288,7 +12007,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 367, - "download_count": 594, + "download_count": 669, "created_at": "2020-09-11T15:13:05Z", "updated_at": "2020-09-11T15:13:05Z", "browser_download_url": "https://github.com/sindresorhus/caprine/releases/download/v2.49.0/latest-linux.yml" @@ -12322,7 +12041,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 513, - "download_count": 15749, + "download_count": 17228, "created_at": "2020-09-11T15:13:05Z", "updated_at": "2020-09-11T15:13:05Z", "browser_download_url": "https://github.com/sindresorhus/caprine/releases/download/v2.49.0/latest-mac.yml" @@ -12356,7 +12075,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 345, - "download_count": 15240, + "download_count": 16561, "created_at": "2020-09-11T15:13:05Z", "updated_at": "2020-09-11T15:13:05Z", "browser_download_url": "https://github.com/sindresorhus/caprine/releases/download/v2.49.0/latest.yml" @@ -12366,7 +12085,7 @@ "zipball_url": "https://api.github.com/repos/sindresorhus/caprine/zipball/v2.49.0", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:10.679Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:20.529Z" }, "cells": { "latestRelease": { @@ -12511,257 +12230,316 @@ "zipball_url": "https://api.github.com/repos/FlorianFe/Cells/zipball/v1.0.0", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:10.910Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:20.573Z" }, - "cemui": { + "caption": { "latestRelease": { - "url": "https://api.github.com/repos/RedDuckss/CemUI/releases/8610991", - "assets_url": "https://api.github.com/repos/RedDuckss/CemUI/releases/8610991/assets", - "upload_url": "https://uploads.github.com/repos/RedDuckss/CemUI/releases/8610991/assets{?name,label}", - "html_url": "https://github.com/RedDuckss/CemUI/releases/tag/v2.3.3", - "id": 8610991, - "node_id": "MDc6UmVsZWFzZTg2MTA5OTE=", - "tag_name": "v2.3.3", + "url": "https://api.github.com/repos/gielcobben/caption/releases/9233081", + "assets_url": "https://api.github.com/repos/gielcobben/caption/releases/9233081/assets", + "upload_url": "https://uploads.github.com/repos/gielcobben/caption/releases/9233081/assets{?name,label}", + "html_url": "https://github.com/gielcobben/caption/releases/tag/v2.0.1", + "id": 9233081, + "node_id": "MDc6UmVsZWFzZTkyMzMwODE=", + "tag_name": "v2.0.1", "target_commitish": "master", - "name": "v2.3.3", + "name": "2.0.1", "draft": false, "author": { - "login": "RedDuckss", - "id": 27011796, - "node_id": "MDQ6VXNlcjI3MDExNzk2", - "avatar_url": "https://avatars3.githubusercontent.com/u/27011796?v=4", + "login": "gielcobben", + "id": 2663212, + "node_id": "MDQ6VXNlcjI2NjMyMTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2663212?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/RedDuckss", - "html_url": "https://github.com/RedDuckss", - "followers_url": "https://api.github.com/users/RedDuckss/followers", - "following_url": "https://api.github.com/users/RedDuckss/following{/other_user}", - "gists_url": "https://api.github.com/users/RedDuckss/gists{/gist_id}", - "starred_url": "https://api.github.com/users/RedDuckss/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/RedDuckss/subscriptions", - "organizations_url": "https://api.github.com/users/RedDuckss/orgs", - "repos_url": "https://api.github.com/users/RedDuckss/repos", - "events_url": "https://api.github.com/users/RedDuckss/events{/privacy}", - "received_events_url": "https://api.github.com/users/RedDuckss/received_events", + "url": "https://api.github.com/users/gielcobben", + "html_url": "https://github.com/gielcobben", + "followers_url": "https://api.github.com/users/gielcobben/followers", + "following_url": "https://api.github.com/users/gielcobben/following{/other_user}", + "gists_url": "https://api.github.com/users/gielcobben/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gielcobben/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gielcobben/subscriptions", + "organizations_url": "https://api.github.com/users/gielcobben/orgs", + "repos_url": "https://api.github.com/users/gielcobben/repos", + "events_url": "https://api.github.com/users/gielcobben/events{/privacy}", + "received_events_url": "https://api.github.com/users/gielcobben/received_events", "type": "User", "site_admin": false }, "prerelease": false, - "created_at": "2017-11-21T22:00:25Z", - "published_at": "2017-11-21T22:13:19Z", + "created_at": "2017-12-26T11:20:12Z", + "published_at": "2018-01-15T08:27:38Z", "assets": [ { - "url": "https://api.github.com/repos/RedDuckss/CemUI/releases/assets/5413191", - "id": 5413191, - "node_id": "MDEyOlJlbGVhc2VBc3NldDU0MTMxOTE=", - "name": "CemUI.Setup.2.3.3.exe", - "label": null, + "url": "https://api.github.com/repos/gielcobben/caption/releases/assets/5875412", + "id": 5875412, + "node_id": "MDEyOlJlbGVhc2VBc3NldDU4NzU0MTI=", + "name": "caption-2.0.1-mac.zip", + "label": "", "uploader": { - "login": "RedDuckss", - "id": 27011796, - "node_id": "MDQ6VXNlcjI3MDExNzk2", - "avatar_url": "https://avatars3.githubusercontent.com/u/27011796?v=4", + "login": "gielcobben", + "id": 2663212, + "node_id": "MDQ6VXNlcjI2NjMyMTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2663212?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/RedDuckss", - "html_url": "https://github.com/RedDuckss", - "followers_url": "https://api.github.com/users/RedDuckss/followers", - "following_url": "https://api.github.com/users/RedDuckss/following{/other_user}", - "gists_url": "https://api.github.com/users/RedDuckss/gists{/gist_id}", - "starred_url": "https://api.github.com/users/RedDuckss/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/RedDuckss/subscriptions", - "organizations_url": "https://api.github.com/users/RedDuckss/orgs", - "repos_url": "https://api.github.com/users/RedDuckss/repos", - "events_url": "https://api.github.com/users/RedDuckss/events{/privacy}", - "received_events_url": "https://api.github.com/users/RedDuckss/received_events", + "url": "https://api.github.com/users/gielcobben", + "html_url": "https://github.com/gielcobben", + "followers_url": "https://api.github.com/users/gielcobben/followers", + "following_url": "https://api.github.com/users/gielcobben/following{/other_user}", + "gists_url": "https://api.github.com/users/gielcobben/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gielcobben/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gielcobben/subscriptions", + "organizations_url": "https://api.github.com/users/gielcobben/orgs", + "repos_url": "https://api.github.com/users/gielcobben/repos", + "events_url": "https://api.github.com/users/gielcobben/events{/privacy}", + "received_events_url": "https://api.github.com/users/gielcobben/received_events", "type": "User", "site_admin": false }, - "content_type": "application/x-msdownload", + "content_type": "application/zip", "state": "uploaded", - "size": 46266545, - "download_count": 36089, - "created_at": "2017-11-21T22:12:47Z", - "updated_at": "2017-11-21T22:13:05Z", - "browser_download_url": "https://github.com/RedDuckss/CemUI/releases/download/v2.3.3/CemUI.Setup.2.3.3.exe" + "size": 50864816, + "download_count": 9410, + "created_at": "2018-01-15T08:21:03Z", + "updated_at": "2018-01-15T08:21:21Z", + "browser_download_url": "https://github.com/gielcobben/caption/releases/download/v2.0.1/caption-2.0.1-mac.zip" }, { - "url": "https://api.github.com/repos/RedDuckss/CemUI/releases/assets/5413192", - "id": 5413192, - "node_id": "MDEyOlJlbGVhc2VBc3NldDU0MTMxOTI=", - "name": "latest.yml", - "label": null, + "url": "https://api.github.com/repos/gielcobben/caption/releases/assets/5875410", + "id": 5875410, + "node_id": "MDEyOlJlbGVhc2VBc3NldDU4NzU0MTA=", + "name": "Caption-2.0.1.dmg", + "label": "", "uploader": { - "login": "RedDuckss", - "id": 27011796, - "node_id": "MDQ6VXNlcjI3MDExNzk2", - "avatar_url": "https://avatars3.githubusercontent.com/u/27011796?v=4", + "login": "gielcobben", + "id": 2663212, + "node_id": "MDQ6VXNlcjI2NjMyMTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2663212?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/RedDuckss", - "html_url": "https://github.com/RedDuckss", - "followers_url": "https://api.github.com/users/RedDuckss/followers", - "following_url": "https://api.github.com/users/RedDuckss/following{/other_user}", - "gists_url": "https://api.github.com/users/RedDuckss/gists{/gist_id}", - "starred_url": "https://api.github.com/users/RedDuckss/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/RedDuckss/subscriptions", - "organizations_url": "https://api.github.com/users/RedDuckss/orgs", - "repos_url": "https://api.github.com/users/RedDuckss/repos", - "events_url": "https://api.github.com/users/RedDuckss/events{/privacy}", - "received_events_url": "https://api.github.com/users/RedDuckss/received_events", + "url": "https://api.github.com/users/gielcobben", + "html_url": "https://github.com/gielcobben", + "followers_url": "https://api.github.com/users/gielcobben/followers", + "following_url": "https://api.github.com/users/gielcobben/following{/other_user}", + "gists_url": "https://api.github.com/users/gielcobben/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gielcobben/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gielcobben/subscriptions", + "organizations_url": "https://api.github.com/users/gielcobben/orgs", + "repos_url": "https://api.github.com/users/gielcobben/repos", + "events_url": "https://api.github.com/users/gielcobben/events{/privacy}", + "received_events_url": "https://api.github.com/users/gielcobben/received_events", "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 325, - "download_count": 78936, - "created_at": "2017-11-21T22:12:47Z", - "updated_at": "2017-11-21T22:13:05Z", - "browser_download_url": "https://github.com/RedDuckss/CemUI/releases/download/v2.3.3/latest.yml" - } - ], - "tarball_url": "https://api.github.com/repos/RedDuckss/CemUI/tarball/v2.3.3", - "zipball_url": "https://api.github.com/repos/RedDuckss/CemUI/zipball/v2.3.3", - "body_html": "

Changelog

\n

v2.3.3

\n" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:10.936Z" - }, - "checksum": { - "latestRelease": { - "url": "https://api.github.com/repos/mnismt/checksum/releases/10049045", - "assets_url": "https://api.github.com/repos/mnismt/checksum/releases/10049045/assets", - "upload_url": "https://uploads.github.com/repos/mnismt/checksum/releases/10049045/assets{?name,label}", - "html_url": "https://github.com/mnismt/checksum/releases/tag/v0.1.0", - "id": 10049045, - "node_id": "MDc6UmVsZWFzZTEwMDQ5MDQ1", - "tag_name": "v0.1.0", - "target_commitish": "master", - "name": "Init release", - "draft": false, - "author": { - "login": "mnismt", - "id": 27861064, - "node_id": "MDQ6VXNlcjI3ODYxMDY0", - "avatar_url": "https://avatars1.githubusercontent.com/u/27861064?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/mnismt", - "html_url": "https://github.com/mnismt", - "followers_url": "https://api.github.com/users/mnismt/followers", - "following_url": "https://api.github.com/users/mnismt/following{/other_user}", - "gists_url": "https://api.github.com/users/mnismt/gists{/gist_id}", - "starred_url": "https://api.github.com/users/mnismt/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/mnismt/subscriptions", - "organizations_url": "https://api.github.com/users/mnismt/orgs", - "repos_url": "https://api.github.com/users/mnismt/repos", - "events_url": "https://api.github.com/users/mnismt/events{/privacy}", - "received_events_url": "https://api.github.com/users/mnismt/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2018-03-12T17:23:17Z", - "published_at": "2018-03-12T17:35:26Z", - "assets": [ + "size": 52950182, + "download_count": 32212, + "created_at": "2018-01-15T08:20:18Z", + "updated_at": "2018-01-15T08:20:46Z", + "browser_download_url": "https://github.com/gielcobben/caption/releases/download/v2.0.1/Caption-2.0.1.dmg" + }, { - "url": "https://api.github.com/repos/mnismt/checksum/releases/assets/6486420", - "id": 6486420, - "node_id": "MDEyOlJlbGVhc2VBc3NldDY0ODY0MjA=", - "name": "checksum-linux-v.0.1.0.zip", - "label": null, + "url": "https://api.github.com/repos/gielcobben/caption/releases/assets/5875439", + "id": 5875439, + "node_id": "MDEyOlJlbGVhc2VBc3NldDU4NzU0Mzk=", + "name": "caption-setup-2.0.1.exe", + "label": "", "uploader": { - "login": "mnismt", - "id": 27861064, - "node_id": "MDQ6VXNlcjI3ODYxMDY0", - "avatar_url": "https://avatars1.githubusercontent.com/u/27861064?v=4", + "login": "gielcobben", + "id": 2663212, + "node_id": "MDQ6VXNlcjI2NjMyMTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2663212?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/mnismt", - "html_url": "https://github.com/mnismt", - "followers_url": "https://api.github.com/users/mnismt/followers", - "following_url": "https://api.github.com/users/mnismt/following{/other_user}", - "gists_url": "https://api.github.com/users/mnismt/gists{/gist_id}", - "starred_url": "https://api.github.com/users/mnismt/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/mnismt/subscriptions", - "organizations_url": "https://api.github.com/users/mnismt/orgs", - "repos_url": "https://api.github.com/users/mnismt/repos", - "events_url": "https://api.github.com/users/mnismt/events{/privacy}", - "received_events_url": "https://api.github.com/users/mnismt/received_events", + "url": "https://api.github.com/users/gielcobben", + "html_url": "https://github.com/gielcobben", + "followers_url": "https://api.github.com/users/gielcobben/followers", + "following_url": "https://api.github.com/users/gielcobben/following{/other_user}", + "gists_url": "https://api.github.com/users/gielcobben/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gielcobben/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gielcobben/subscriptions", + "organizations_url": "https://api.github.com/users/gielcobben/orgs", + "repos_url": "https://api.github.com/users/gielcobben/repos", + "events_url": "https://api.github.com/users/gielcobben/events{/privacy}", + "received_events_url": "https://api.github.com/users/gielcobben/received_events", "type": "User", "site_admin": false }, - "content_type": "application/x-zip-compressed", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 48610919, - "download_count": 236, - "created_at": "2018-03-12T17:14:15Z", - "updated_at": "2018-03-12T17:25:30Z", - "browser_download_url": "https://github.com/mnismt/checksum/releases/download/v0.1.0/checksum-linux-v.0.1.0.zip" + "size": 37589216, + "download_count": 98046, + "created_at": "2018-01-15T08:23:23Z", + "updated_at": "2018-01-15T08:23:36Z", + "browser_download_url": "https://github.com/gielcobben/caption/releases/download/v2.0.1/caption-setup-2.0.1.exe" }, { - "url": "https://api.github.com/repos/mnismt/checksum/releases/assets/6486421", - "id": 6486421, - "node_id": "MDEyOlJlbGVhc2VBc3NldDY0ODY0MjE=", - "name": "checksum-windows-v0.1.0.zip", - "label": null, + "url": "https://api.github.com/repos/gielcobben/caption/releases/assets/5875452", + "id": 5875452, + "node_id": "MDEyOlJlbGVhc2VBc3NldDU4NzU0NTI=", + "name": "caption_2.0.1_amd64.deb", + "label": "", "uploader": { - "login": "mnismt", - "id": 27861064, - "node_id": "MDQ6VXNlcjI3ODYxMDY0", - "avatar_url": "https://avatars1.githubusercontent.com/u/27861064?v=4", + "login": "gielcobben", + "id": 2663212, + "node_id": "MDQ6VXNlcjI2NjMyMTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2663212?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/mnismt", - "html_url": "https://github.com/mnismt", - "followers_url": "https://api.github.com/users/mnismt/followers", - "following_url": "https://api.github.com/users/mnismt/following{/other_user}", - "gists_url": "https://api.github.com/users/mnismt/gists{/gist_id}", - "starred_url": "https://api.github.com/users/mnismt/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/mnismt/subscriptions", - "organizations_url": "https://api.github.com/users/mnismt/orgs", - "repos_url": "https://api.github.com/users/mnismt/repos", - "events_url": "https://api.github.com/users/mnismt/events{/privacy}", - "received_events_url": "https://api.github.com/users/mnismt/received_events", + "url": "https://api.github.com/users/gielcobben", + "html_url": "https://github.com/gielcobben", + "followers_url": "https://api.github.com/users/gielcobben/followers", + "following_url": "https://api.github.com/users/gielcobben/following{/other_user}", + "gists_url": "https://api.github.com/users/gielcobben/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gielcobben/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gielcobben/subscriptions", + "organizations_url": "https://api.github.com/users/gielcobben/orgs", + "repos_url": "https://api.github.com/users/gielcobben/repos", + "events_url": "https://api.github.com/users/gielcobben/events{/privacy}", + "received_events_url": "https://api.github.com/users/gielcobben/received_events", "type": "User", "site_admin": false }, - "content_type": "application/x-zip-compressed", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 51697824, - "download_count": 545, - "created_at": "2018-03-12T17:14:16Z", - "updated_at": "2018-03-12T17:34:58Z", - "browser_download_url": "https://github.com/mnismt/checksum/releases/download/v0.1.0/checksum-windows-v0.1.0.zip" - } - ], - "tarball_url": "https://api.github.com/repos/mnismt/checksum/tarball/v0.1.0", - "zipball_url": "https://api.github.com/repos/mnismt/checksum/zipball/v0.1.0", - "body_html": "

Init release of Checksum.
\nAvailable for Windows & Linux.

" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:11.020Z" - }, - "cerebro": { - "latestRelease": { - "url": "https://api.github.com/repos/KELiON/cerebro/releases/8772581", - "assets_url": "https://api.github.com/repos/KELiON/cerebro/releases/8772581/assets", - "upload_url": "https://uploads.github.com/repos/KELiON/cerebro/releases/8772581/assets{?name,label}", - "html_url": "https://github.com/KELiON/cerebro/releases/tag/v0.3.2", - "id": 8772581, - "node_id": "MDc6UmVsZWFzZTg3NzI1ODE=", - "tag_name": "v0.3.2", - "target_commitish": "master", - "name": "0.3.2", - "draft": false, - "author": { - "login": "KELiON", - "id": 594298, - "node_id": "MDQ6VXNlcjU5NDI5OA==", - "avatar_url": "https://avatars2.githubusercontent.com/u/594298?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/KELiON", - "html_url": "https://github.com/KELiON", - "followers_url": "https://api.github.com/users/KELiON/followers", - "following_url": "https://api.github.com/users/KELiON/following{/other_user}", - "gists_url": "https://api.github.com/users/KELiON/gists{/gist_id}", - "starred_url": "https://api.github.com/users/KELiON/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/KELiON/subscriptions", - "organizations_url": "https://api.github.com/users/KELiON/orgs", - "repos_url": "https://api.github.com/users/KELiON/repos", + "size": 39000940, + "download_count": 9739, + "created_at": "2018-01-15T08:25:03Z", + "updated_at": "2018-01-15T08:25:15Z", + "browser_download_url": "https://github.com/gielcobben/caption/releases/download/v2.0.1/caption_2.0.1_amd64.deb" + }, + { + "url": "https://api.github.com/repos/gielcobben/caption/releases/assets/5875413", + "id": 5875413, + "node_id": "MDEyOlJlbGVhc2VBc3NldDU4NzU0MTM=", + "name": "latest-mac.json", + "label": "", + "uploader": { + "login": "gielcobben", + "id": 2663212, + "node_id": "MDQ6VXNlcjI2NjMyMTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2663212?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gielcobben", + "html_url": "https://github.com/gielcobben", + "followers_url": "https://api.github.com/users/gielcobben/followers", + "following_url": "https://api.github.com/users/gielcobben/following{/other_user}", + "gists_url": "https://api.github.com/users/gielcobben/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gielcobben/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gielcobben/subscriptions", + "organizations_url": "https://api.github.com/users/gielcobben/orgs", + "repos_url": "https://api.github.com/users/gielcobben/repos", + "events_url": "https://api.github.com/users/gielcobben/events{/privacy}", + "received_events_url": "https://api.github.com/users/gielcobben/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/json", + "state": "uploaded", + "size": 167, + "download_count": 56, + "created_at": "2018-01-15T08:21:03Z", + "updated_at": "2018-01-15T08:21:03Z", + "browser_download_url": "https://github.com/gielcobben/caption/releases/download/v2.0.1/latest-mac.json" + }, + { + "url": "https://api.github.com/repos/gielcobben/caption/releases/assets/5875416", + "id": 5875416, + "node_id": "MDEyOlJlbGVhc2VBc3NldDU4NzU0MTY=", + "name": "latest-mac.yml", + "label": "", + "uploader": { + "login": "gielcobben", + "id": 2663212, + "node_id": "MDQ6VXNlcjI2NjMyMTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2663212?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gielcobben", + "html_url": "https://github.com/gielcobben", + "followers_url": "https://api.github.com/users/gielcobben/followers", + "following_url": "https://api.github.com/users/gielcobben/following{/other_user}", + "gists_url": "https://api.github.com/users/gielcobben/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gielcobben/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gielcobben/subscriptions", + "organizations_url": "https://api.github.com/users/gielcobben/orgs", + "repos_url": "https://api.github.com/users/gielcobben/repos", + "events_url": "https://api.github.com/users/gielcobben/events{/privacy}", + "received_events_url": "https://api.github.com/users/gielcobben/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "text/yaml", + "state": "uploaded", + "size": 227, + "download_count": 310967, + "created_at": "2018-01-15T08:21:22Z", + "updated_at": "2018-01-15T08:21:22Z", + "browser_download_url": "https://github.com/gielcobben/caption/releases/download/v2.0.1/latest-mac.yml" + }, + { + "url": "https://api.github.com/repos/gielcobben/caption/releases/assets/5875441", + "id": 5875441, + "node_id": "MDEyOlJlbGVhc2VBc3NldDU4NzU0NDE=", + "name": "latest.yml", + "label": "", + "uploader": { + "login": "gielcobben", + "id": 2663212, + "node_id": "MDQ6VXNlcjI2NjMyMTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2663212?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gielcobben", + "html_url": "https://github.com/gielcobben", + "followers_url": "https://api.github.com/users/gielcobben/followers", + "following_url": "https://api.github.com/users/gielcobben/following{/other_user}", + "gists_url": "https://api.github.com/users/gielcobben/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gielcobben/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gielcobben/subscriptions", + "organizations_url": "https://api.github.com/users/gielcobben/orgs", + "repos_url": "https://api.github.com/users/gielcobben/repos", + "events_url": "https://api.github.com/users/gielcobben/events{/privacy}", + "received_events_url": "https://api.github.com/users/gielcobben/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "text/yaml", + "state": "uploaded", + "size": 302, + "download_count": 214732, + "created_at": "2018-01-15T08:23:36Z", + "updated_at": "2018-01-15T08:23:36Z", + "browser_download_url": "https://github.com/gielcobben/caption/releases/download/v2.0.1/latest.yml" + } + ], + "tarball_url": "https://api.github.com/repos/gielcobben/caption/tarball/v2.0.1", + "zipball_url": "https://api.github.com/repos/gielcobben/caption/zipball/v2.0.1", + "body_html": "

Fixes

\n" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:20.577Z" + }, + "cerebro": { + "latestRelease": { + "url": "https://api.github.com/repos/KELiON/cerebro/releases/8772581", + "assets_url": "https://api.github.com/repos/KELiON/cerebro/releases/8772581/assets", + "upload_url": "https://uploads.github.com/repos/KELiON/cerebro/releases/8772581/assets{?name,label}", + "html_url": "https://github.com/KELiON/cerebro/releases/tag/v0.3.2", + "id": 8772581, + "node_id": "MDc6UmVsZWFzZTg3NzI1ODE=", + "tag_name": "v0.3.2", + "target_commitish": "master", + "name": "0.3.2", + "draft": false, + "author": { + "login": "KELiON", + "id": 594298, + "node_id": "MDQ6VXNlcjU5NDI5OA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/594298?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/KELiON", + "html_url": "https://github.com/KELiON", + "followers_url": "https://api.github.com/users/KELiON/followers", + "following_url": "https://api.github.com/users/KELiON/following{/other_user}", + "gists_url": "https://api.github.com/users/KELiON/gists{/gist_id}", + "starred_url": "https://api.github.com/users/KELiON/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/KELiON/subscriptions", + "organizations_url": "https://api.github.com/users/KELiON/orgs", + "repos_url": "https://api.github.com/users/KELiON/repos", "events_url": "https://api.github.com/users/KELiON/events{/privacy}", "received_events_url": "https://api.github.com/users/KELiON/received_events", "type": "User", @@ -12834,7 +12612,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 57540608, - "download_count": 12697, + "download_count": 12698, "created_at": "2017-12-05T07:41:43Z", "updated_at": "2017-12-05T07:41:55Z", "browser_download_url": "https://github.com/KELiON/cerebro/releases/download/v0.3.2/cerebro-0.3.2-x86_64.AppImage" @@ -12868,7 +12646,7 @@ "content_type": "application/x-apple-diskimage", "state": "uploaded", "size": 51291944, - "download_count": 6797, + "download_count": 6798, "created_at": "2017-12-05T07:40:39Z", "updated_at": "2017-12-05T07:40:53Z", "browser_download_url": "https://github.com/KELiON/cerebro/releases/download/v0.3.2/cerebro-0.3.2.dmg" @@ -12902,7 +12680,7 @@ "content_type": "application/x-msdownload", "state": "uploaded", "size": 65863070, - "download_count": 42115, + "download_count": 42119, "created_at": "2017-12-05T07:43:05Z", "updated_at": "2017-12-05T07:43:18Z", "browser_download_url": "https://github.com/KELiON/cerebro/releases/download/v0.3.2/cerebro-setup-0.3.2.exe" @@ -12936,7 +12714,7 @@ "content_type": "application/x-debian-package", "state": "uploaded", "size": 38322082, - "download_count": 25705, + "download_count": 25713, "created_at": "2017-12-05T07:43:37Z", "updated_at": "2017-12-05T07:43:46Z", "browser_download_url": "https://github.com/KELiON/cerebro/releases/download/v0.3.2/cerebro_0.3.2_amd64.deb" @@ -12970,7 +12748,7 @@ "content_type": "application/json", "state": "uploaded", "size": 162, - "download_count": 6703, + "download_count": 6705, "created_at": "2017-12-05T07:42:46Z", "updated_at": "2017-12-05T07:42:46Z", "browser_download_url": "https://github.com/KELiON/cerebro/releases/download/v0.3.2/latest-mac.json" @@ -13014,7 +12792,229 @@ "zipball_url": "https://api.github.com/repos/KELiON/cerebro/zipball/v0.3.2", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:11.024Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:20.610Z" + }, + "cemui": { + "latestRelease": { + "url": "https://api.github.com/repos/RedDuckss/CemUI/releases/8610991", + "assets_url": "https://api.github.com/repos/RedDuckss/CemUI/releases/8610991/assets", + "upload_url": "https://uploads.github.com/repos/RedDuckss/CemUI/releases/8610991/assets{?name,label}", + "html_url": "https://github.com/RedDuckss/CemUI/releases/tag/v2.3.3", + "id": 8610991, + "node_id": "MDc6UmVsZWFzZTg2MTA5OTE=", + "tag_name": "v2.3.3", + "target_commitish": "master", + "name": "v2.3.3", + "draft": false, + "author": { + "login": "RedDuckss", + "id": 27011796, + "node_id": "MDQ6VXNlcjI3MDExNzk2", + "avatar_url": "https://avatars3.githubusercontent.com/u/27011796?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/RedDuckss", + "html_url": "https://github.com/RedDuckss", + "followers_url": "https://api.github.com/users/RedDuckss/followers", + "following_url": "https://api.github.com/users/RedDuckss/following{/other_user}", + "gists_url": "https://api.github.com/users/RedDuckss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/RedDuckss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/RedDuckss/subscriptions", + "organizations_url": "https://api.github.com/users/RedDuckss/orgs", + "repos_url": "https://api.github.com/users/RedDuckss/repos", + "events_url": "https://api.github.com/users/RedDuckss/events{/privacy}", + "received_events_url": "https://api.github.com/users/RedDuckss/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2017-11-21T22:00:25Z", + "published_at": "2017-11-21T22:13:19Z", + "assets": [ + { + "url": "https://api.github.com/repos/RedDuckss/CemUI/releases/assets/5413191", + "id": 5413191, + "node_id": "MDEyOlJlbGVhc2VBc3NldDU0MTMxOTE=", + "name": "CemUI.Setup.2.3.3.exe", + "label": null, + "uploader": { + "login": "RedDuckss", + "id": 27011796, + "node_id": "MDQ6VXNlcjI3MDExNzk2", + "avatar_url": "https://avatars3.githubusercontent.com/u/27011796?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/RedDuckss", + "html_url": "https://github.com/RedDuckss", + "followers_url": "https://api.github.com/users/RedDuckss/followers", + "following_url": "https://api.github.com/users/RedDuckss/following{/other_user}", + "gists_url": "https://api.github.com/users/RedDuckss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/RedDuckss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/RedDuckss/subscriptions", + "organizations_url": "https://api.github.com/users/RedDuckss/orgs", + "repos_url": "https://api.github.com/users/RedDuckss/repos", + "events_url": "https://api.github.com/users/RedDuckss/events{/privacy}", + "received_events_url": "https://api.github.com/users/RedDuckss/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-msdownload", + "state": "uploaded", + "size": 46266545, + "download_count": 36090, + "created_at": "2017-11-21T22:12:47Z", + "updated_at": "2017-11-21T22:13:05Z", + "browser_download_url": "https://github.com/RedDuckss/CemUI/releases/download/v2.3.3/CemUI.Setup.2.3.3.exe" + }, + { + "url": "https://api.github.com/repos/RedDuckss/CemUI/releases/assets/5413192", + "id": 5413192, + "node_id": "MDEyOlJlbGVhc2VBc3NldDU0MTMxOTI=", + "name": "latest.yml", + "label": null, + "uploader": { + "login": "RedDuckss", + "id": 27011796, + "node_id": "MDQ6VXNlcjI3MDExNzk2", + "avatar_url": "https://avatars3.githubusercontent.com/u/27011796?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/RedDuckss", + "html_url": "https://github.com/RedDuckss", + "followers_url": "https://api.github.com/users/RedDuckss/followers", + "following_url": "https://api.github.com/users/RedDuckss/following{/other_user}", + "gists_url": "https://api.github.com/users/RedDuckss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/RedDuckss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/RedDuckss/subscriptions", + "organizations_url": "https://api.github.com/users/RedDuckss/orgs", + "repos_url": "https://api.github.com/users/RedDuckss/repos", + "events_url": "https://api.github.com/users/RedDuckss/events{/privacy}", + "received_events_url": "https://api.github.com/users/RedDuckss/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 325, + "download_count": 78941, + "created_at": "2017-11-21T22:12:47Z", + "updated_at": "2017-11-21T22:13:05Z", + "browser_download_url": "https://github.com/RedDuckss/CemUI/releases/download/v2.3.3/latest.yml" + } + ], + "tarball_url": "https://api.github.com/repos/RedDuckss/CemUI/tarball/v2.3.3", + "zipball_url": "https://api.github.com/repos/RedDuckss/CemUI/zipball/v2.3.3", + "body_html": "

Changelog

\n

v2.3.3

\n" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:20.611Z" + }, + "checksum": { + "latestRelease": { + "url": "https://api.github.com/repos/mnismt/checksum/releases/10049045", + "assets_url": "https://api.github.com/repos/mnismt/checksum/releases/10049045/assets", + "upload_url": "https://uploads.github.com/repos/mnismt/checksum/releases/10049045/assets{?name,label}", + "html_url": "https://github.com/mnismt/checksum/releases/tag/v0.1.0", + "id": 10049045, + "node_id": "MDc6UmVsZWFzZTEwMDQ5MDQ1", + "tag_name": "v0.1.0", + "target_commitish": "master", + "name": "Init release", + "draft": false, + "author": { + "login": "mnismt", + "id": 27861064, + "node_id": "MDQ6VXNlcjI3ODYxMDY0", + "avatar_url": "https://avatars1.githubusercontent.com/u/27861064?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mnismt", + "html_url": "https://github.com/mnismt", + "followers_url": "https://api.github.com/users/mnismt/followers", + "following_url": "https://api.github.com/users/mnismt/following{/other_user}", + "gists_url": "https://api.github.com/users/mnismt/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mnismt/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mnismt/subscriptions", + "organizations_url": "https://api.github.com/users/mnismt/orgs", + "repos_url": "https://api.github.com/users/mnismt/repos", + "events_url": "https://api.github.com/users/mnismt/events{/privacy}", + "received_events_url": "https://api.github.com/users/mnismt/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2018-03-12T17:23:17Z", + "published_at": "2018-03-12T17:35:26Z", + "assets": [ + { + "url": "https://api.github.com/repos/mnismt/checksum/releases/assets/6486420", + "id": 6486420, + "node_id": "MDEyOlJlbGVhc2VBc3NldDY0ODY0MjA=", + "name": "checksum-linux-v.0.1.0.zip", + "label": null, + "uploader": { + "login": "mnismt", + "id": 27861064, + "node_id": "MDQ6VXNlcjI3ODYxMDY0", + "avatar_url": "https://avatars1.githubusercontent.com/u/27861064?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mnismt", + "html_url": "https://github.com/mnismt", + "followers_url": "https://api.github.com/users/mnismt/followers", + "following_url": "https://api.github.com/users/mnismt/following{/other_user}", + "gists_url": "https://api.github.com/users/mnismt/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mnismt/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mnismt/subscriptions", + "organizations_url": "https://api.github.com/users/mnismt/orgs", + "repos_url": "https://api.github.com/users/mnismt/repos", + "events_url": "https://api.github.com/users/mnismt/events{/privacy}", + "received_events_url": "https://api.github.com/users/mnismt/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-zip-compressed", + "state": "uploaded", + "size": 48610919, + "download_count": 236, + "created_at": "2018-03-12T17:14:15Z", + "updated_at": "2018-03-12T17:25:30Z", + "browser_download_url": "https://github.com/mnismt/checksum/releases/download/v0.1.0/checksum-linux-v.0.1.0.zip" + }, + { + "url": "https://api.github.com/repos/mnismt/checksum/releases/assets/6486421", + "id": 6486421, + "node_id": "MDEyOlJlbGVhc2VBc3NldDY0ODY0MjE=", + "name": "checksum-windows-v0.1.0.zip", + "label": null, + "uploader": { + "login": "mnismt", + "id": 27861064, + "node_id": "MDQ6VXNlcjI3ODYxMDY0", + "avatar_url": "https://avatars1.githubusercontent.com/u/27861064?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mnismt", + "html_url": "https://github.com/mnismt", + "followers_url": "https://api.github.com/users/mnismt/followers", + "following_url": "https://api.github.com/users/mnismt/following{/other_user}", + "gists_url": "https://api.github.com/users/mnismt/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mnismt/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mnismt/subscriptions", + "organizations_url": "https://api.github.com/users/mnismt/orgs", + "repos_url": "https://api.github.com/users/mnismt/repos", + "events_url": "https://api.github.com/users/mnismt/events{/privacy}", + "received_events_url": "https://api.github.com/users/mnismt/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-zip-compressed", + "state": "uploaded", + "size": 51697824, + "download_count": 545, + "created_at": "2018-03-12T17:14:16Z", + "updated_at": "2018-03-12T17:34:58Z", + "browser_download_url": "https://github.com/mnismt/checksum/releases/download/v0.1.0/checksum-windows-v0.1.0.zip" + } + ], + "tarball_url": "https://api.github.com/repos/mnismt/checksum/tarball/v0.1.0", + "zipball_url": "https://api.github.com/repos/mnismt/checksum/zipball/v0.1.0", + "body_html": "

Init release of Checksum.
\nAvailable for Windows & Linux.

" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:20.662Z" }, "checksum-validator": { "latestRelease": { @@ -13115,7 +13115,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 67587671, - "download_count": 86, + "download_count": 87, "created_at": "2018-10-28T14:54:52Z", "updated_at": "2018-10-28T14:56:07Z", "browser_download_url": "https://github.com/alexanderwe/checksum-validator/releases/download/v1.1.6/checksum-validator-1.1.6-x86_64.AppImage" @@ -13149,7 +13149,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 68239974, - "download_count": 182, + "download_count": 183, "created_at": "2018-10-28T14:53:01Z", "updated_at": "2018-10-28T14:54:09Z", "browser_download_url": "https://github.com/alexanderwe/checksum-validator/releases/download/v1.1.6/checksum-validator-1.1.6.dmg" @@ -13319,7 +13319,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 400, - "download_count": 58, + "download_count": 59, "created_at": "2018-10-28T14:58:52Z", "updated_at": "2018-10-28T14:58:52Z", "browser_download_url": "https://github.com/alexanderwe/checksum-validator/releases/download/v1.1.6/latest-linux.yml" @@ -13397,7 +13397,7 @@ "zipball_url": "https://api.github.com/repos/alexanderwe/checksum-validator/zipball/v1.1.6", "body_html": "

Hotfix

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:11.257Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:20.680Z" }, "chronobreak": { "latestRelease": { @@ -13474,7 +13474,7 @@ "zipball_url": "https://api.github.com/repos/rollersteaam/chronobreak/zipball/v1.1.2", "body_html": "\n

The problem was because of the version update of Electron performed in the last patch that introduced new security settings. This meant that, by default, the renderer process can't use the require function. This caused execution of all scripts to halt as a result of require not being defined. The fix was to allow nodeIntegrations for BrowserWindow, therefore allowing use of require. This has no security implications because Chronobreak does not use any libraries, other than Electron itself.

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:11.321Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:20.699Z" }, "chronos-timetracker": { "latestRelease": { @@ -13541,7 +13541,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 54809908, - "download_count": 845, + "download_count": 846, "created_at": "2019-11-01T12:20:31Z", "updated_at": "2019-11-01T12:21:55Z", "browser_download_url": "https://github.com/web-pal/chronos-timetracker/releases/download/v4.2.0/Chronos-4.2.0-mac.zip" @@ -13575,7 +13575,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 62123009, - "download_count": 1790, + "download_count": 1791, "created_at": "2019-11-01T13:02:16Z", "updated_at": "2019-11-01T13:02:20Z", "browser_download_url": "https://github.com/web-pal/chronos-timetracker/releases/download/v4.2.0/Chronos-4.2.0.AppImage" @@ -13711,7 +13711,7 @@ "content_type": "application/x-msdownload", "state": "uploaded", "size": 41578752, - "download_count": 2352, + "download_count": 2358, "created_at": "2020-04-29T23:49:36Z", "updated_at": "2020-04-29T23:50:52Z", "browser_download_url": "https://github.com/web-pal/chronos-timetracker/releases/download/v4.2.0/Chronos.Setup.4.2.0.exe" @@ -13779,7 +13779,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 364, - "download_count": 14659, + "download_count": 14672, "created_at": "2019-11-01T13:03:13Z", "updated_at": "2019-11-01T13:03:14Z", "browser_download_url": "https://github.com/web-pal/chronos-timetracker/releases/download/v4.2.0/latest-linux.yml" @@ -13813,7 +13813,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 509, - "download_count": 22293, + "download_count": 22318, "created_at": "2019-11-01T12:22:35Z", "updated_at": "2019-11-01T12:22:35Z", "browser_download_url": "https://github.com/web-pal/chronos-timetracker/releases/download/v4.2.0/latest-mac.yml" @@ -13847,7 +13847,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 342, - "download_count": 16198, + "download_count": 16238, "created_at": "2020-04-29T23:48:23Z", "updated_at": "2020-04-29T23:48:23Z", "browser_download_url": "https://github.com/web-pal/chronos-timetracker/releases/download/v4.2.0/latest.yml" @@ -13857,7 +13857,7 @@ "zipball_url": "https://api.github.com/repos/web-pal/chronos-timetracker/zipball/v4.2.0", "body_html": "

Bug Fixes

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:11.392Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:20.713Z" }, "clipboard-manager-electron": { "latestRelease": { @@ -14060,7 +14060,7 @@ "content_type": "application/x-ms-dos-executable", "state": "uploaded", "size": 98847999, - "download_count": 2, + "download_count": 4, "created_at": "2020-09-11T14:33:25Z", "updated_at": "2020-09-11T14:33:29Z", "browser_download_url": "https://github.com/dotenorio/clipboard-manager-electron/releases/download/v3.6.4/clipboard-manager-electron.3.6.4.exe" @@ -14206,7 +14206,7 @@ "zipball_url": "https://api.github.com/repos/dotenorio/clipboard-manager-electron/zipball/v3.6.4", "body_html": "

Update dependencies

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:11.393Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:20.752Z" }, "clipper": { "latestRelease": { @@ -14341,7 +14341,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 49876433, - "download_count": 214, + "download_count": 215, "created_at": "2020-05-13T12:07:25Z", "updated_at": "2020-05-13T12:07:34Z", "browser_download_url": "https://github.com/AkashRajpurohit/clipper/releases/download/v1.0.4/Clipper-Setup-1.0.4.exe" @@ -14487,7 +14487,11 @@ "zipball_url": "https://api.github.com/repos/AkashRajpurohit/clipper/zipball/v1.0.4", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:11.617Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:20.767Z" + }, + "clippy": { + "latestRelease": null, + "latestReleaseFetchedAt": "2020-09-18T00:10:20.783Z" }, "clippo": { "latestRelease": { @@ -14564,11 +14568,7 @@ "zipball_url": "https://api.github.com/repos/monsterkodi/clippo/zipball/v1.40.0", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:11.689Z" - }, - "clippy": { - "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:11.711Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:20.794Z" }, "cliptext": { "latestRelease": { @@ -14645,7 +14645,11 @@ "zipball_url": "https://api.github.com/repos/aaabhilash97/cliptext/zipball/v2.0.1", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:11.748Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:20.830Z" + }, + "cocos-creator": { + "latestRelease": null, + "latestReleaseFetchedAt": "2020-09-18T00:10:20.860Z" }, "cloudcmd": { "latestRelease": { @@ -14824,11 +14828,7 @@ "zipball_url": "https://api.github.com/repos/coderaiser/cloudcmd/zipball/v14.9.3", "body_html": "

fix

\n\n

feature

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:11.990Z" - }, - "cocos-creator": { - "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:12.022Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:20.884Z" }, "code-notes": { "latestRelease": { @@ -14929,7 +14929,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 86084266, - "download_count": 382, + "download_count": 384, "created_at": "2020-05-27T20:45:59Z", "updated_at": "2020-05-27T21:04:30Z", "browser_download_url": "https://github.com/lauthieb/code-notes/releases/download/1.2.4/code-notes-1.2.4.dmg" @@ -14963,7 +14963,7 @@ "content_type": "application/x-msdownload", "state": "uploaded", "size": 65859972, - "download_count": 690, + "download_count": 695, "created_at": "2020-05-27T21:23:57Z", "updated_at": "2020-05-27T21:35:14Z", "browser_download_url": "https://github.com/lauthieb/code-notes/releases/download/1.2.4/code-notes-1.2.4.exe" @@ -14973,7 +14973,7 @@ "zipball_url": "https://api.github.com/repos/lauthieb/code-notes/zipball/1.2.4", "body_html": "

Improvements and a new codebase!

\n

Contributors

\n

First of all, many thanks to our contributors of this new version ❤️

\n\n

Features

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:12.042Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:20.904Z" }, "code-sketch": { "latestRelease": { @@ -15050,7 +15050,7 @@ "zipball_url": "https://api.github.com/repos/keelii/code-sketch/zipball/v0.0.7", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:12.126Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:20.922Z" }, "colon": { "latestRelease": { @@ -15151,7 +15151,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 56266859, - "download_count": 1754, + "download_count": 1756, "created_at": "2019-06-25T14:36:04Z", "updated_at": "2019-06-25T14:58:18Z", "browser_download_url": "https://github.com/Chhekur/colon-ide/releases/download/v1.4.4/Colon-1.4.4-x86_64.AppImage" @@ -15389,7 +15389,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 338, - "download_count": 554, + "download_count": 557, "created_at": "2019-06-25T15:07:51Z", "updated_at": "2019-06-25T15:07:51Z", "browser_download_url": "https://github.com/Chhekur/colon-ide/releases/download/v1.4.4/latest.yml" @@ -15399,7 +15399,7 @@ "zipball_url": "https://api.github.com/repos/Chhekur/colon-ide/zipball/v1.4.4", "body_html": "

Changelog

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:12.318Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:20.956Z" }, "color-ramp-formulator": { "latestRelease": { @@ -15476,7 +15476,7 @@ "zipball_url": "https://api.github.com/repos/tonton-pixel/color-ramp-formulator/zipball/v2.2.0", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:12.370Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:20.967Z" }, "colorpicker": { "latestRelease": { @@ -15543,7 +15543,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 56420489, - "download_count": 1103, + "download_count": 1105, "created_at": "2020-01-09T09:48:07Z", "updated_at": "2020-01-09T09:54:54Z", "browser_download_url": "https://github.com/Toinane/colorpicker/releases/download/2.0.3/Colorpicker_2.0.3.AppImage" @@ -15577,7 +15577,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 59544249, - "download_count": 1081, + "download_count": 1085, "created_at": "2020-01-09T09:52:54Z", "updated_at": "2020-01-09T09:54:54Z", "browser_download_url": "https://github.com/Toinane/colorpicker/releases/download/2.0.3/Colorpicker_2.0.3.dmg" @@ -15645,7 +15645,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 65943540, - "download_count": 180, + "download_count": 181, "created_at": "2020-06-09T08:09:30Z", "updated_at": "2020-06-09T08:26:35Z", "browser_download_url": "https://github.com/Toinane/colorpicker/releases/download/2.0.3/Colorpicker_2.0.3_darwin.zip" @@ -15679,7 +15679,7 @@ "content_type": "application/x-msdownload", "state": "uploaded", "size": 43001857, - "download_count": 1903, + "download_count": 1914, "created_at": "2020-01-09T09:48:07Z", "updated_at": "2020-01-09T09:50:28Z", "browser_download_url": "https://github.com/Toinane/colorpicker/releases/download/2.0.3/colorpicker_2.0.3_portable.exe" @@ -15713,7 +15713,7 @@ "content_type": "application/x-msdownload", "state": "uploaded", "size": 43214056, - "download_count": 4796, + "download_count": 4809, "created_at": "2020-01-09T09:52:54Z", "updated_at": "2020-01-09T09:54:45Z", "browser_download_url": "https://github.com/Toinane/colorpicker/releases/download/2.0.3/colorpicker_setup_2.0.3.exe" @@ -15723,7 +15723,7 @@ "zipball_url": "https://api.github.com/repos/Toinane/colorpicker/zipball/2.0.3", "body_html": "

Changed

\n\n

Issues

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:12.382Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:20.977Z" }, "compact-log-viewer": { "latestRelease": { @@ -15765,11 +15765,156 @@ "zipball_url": "https://api.github.com/repos/warrenbuckley/Compact-Log-Format-Viewer/zipball/1.0.6", "body_html": "

V1.0.6 - The patch bug fix

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:12.453Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:20.992Z" }, "corda-node-explorer": { "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:12.699Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:21.036Z" + }, + "correo": { + "latestRelease": { + "url": "https://api.github.com/repos/amitmerchant1990/correo/releases/3970606", + "assets_url": "https://api.github.com/repos/amitmerchant1990/correo/releases/3970606/assets", + "upload_url": "https://uploads.github.com/repos/amitmerchant1990/correo/releases/3970606/assets{?name,label}", + "html_url": "https://github.com/amitmerchant1990/correo/releases/tag/v1.0.5", + "id": 3970606, + "node_id": "MDc6UmVsZWFzZTM5NzA2MDY=", + "tag_name": "v1.0.5", + "target_commitish": "master", + "name": "Initial Release", + "draft": false, + "author": { + "login": "amitmerchant1990", + "id": 3647841, + "node_id": "MDQ6VXNlcjM2NDc4NDE=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3647841?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/amitmerchant1990", + "html_url": "https://github.com/amitmerchant1990", + "followers_url": "https://api.github.com/users/amitmerchant1990/followers", + "following_url": "https://api.github.com/users/amitmerchant1990/following{/other_user}", + "gists_url": "https://api.github.com/users/amitmerchant1990/gists{/gist_id}", + "starred_url": "https://api.github.com/users/amitmerchant1990/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/amitmerchant1990/subscriptions", + "organizations_url": "https://api.github.com/users/amitmerchant1990/orgs", + "repos_url": "https://api.github.com/users/amitmerchant1990/repos", + "events_url": "https://api.github.com/users/amitmerchant1990/events{/privacy}", + "received_events_url": "https://api.github.com/users/amitmerchant1990/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2016-08-25T08:54:26Z", + "published_at": "2016-08-25T10:45:30Z", + "assets": [ + { + "url": "https://api.github.com/repos/amitmerchant1990/correo/releases/assets/2202905", + "id": 2202905, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyMDI5MDU=", + "name": "Correo-darwin-x64.zip", + "label": null, + "uploader": { + "login": "amitmerchant1990", + "id": 3647841, + "node_id": "MDQ6VXNlcjM2NDc4NDE=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3647841?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/amitmerchant1990", + "html_url": "https://github.com/amitmerchant1990", + "followers_url": "https://api.github.com/users/amitmerchant1990/followers", + "following_url": "https://api.github.com/users/amitmerchant1990/following{/other_user}", + "gists_url": "https://api.github.com/users/amitmerchant1990/gists{/gist_id}", + "starred_url": "https://api.github.com/users/amitmerchant1990/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/amitmerchant1990/subscriptions", + "organizations_url": "https://api.github.com/users/amitmerchant1990/orgs", + "repos_url": "https://api.github.com/users/amitmerchant1990/repos", + "events_url": "https://api.github.com/users/amitmerchant1990/events{/privacy}", + "received_events_url": "https://api.github.com/users/amitmerchant1990/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-zip-compressed", + "state": "uploaded", + "size": 121942534, + "download_count": 3703, + "created_at": "2016-08-25T10:25:13Z", + "updated_at": "2016-08-25T10:32:51Z", + "browser_download_url": "https://github.com/amitmerchant1990/correo/releases/download/v1.0.5/Correo-darwin-x64.zip" + }, + { + "url": "https://api.github.com/repos/amitmerchant1990/correo/releases/assets/2202467", + "id": 2202467, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyMDI0Njc=", + "name": "Correo-linux-x64.zip", + "label": null, + "uploader": { + "login": "amitmerchant1990", + "id": 3647841, + "node_id": "MDQ6VXNlcjM2NDc4NDE=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3647841?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/amitmerchant1990", + "html_url": "https://github.com/amitmerchant1990", + "followers_url": "https://api.github.com/users/amitmerchant1990/followers", + "following_url": "https://api.github.com/users/amitmerchant1990/following{/other_user}", + "gists_url": "https://api.github.com/users/amitmerchant1990/gists{/gist_id}", + "starred_url": "https://api.github.com/users/amitmerchant1990/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/amitmerchant1990/subscriptions", + "organizations_url": "https://api.github.com/users/amitmerchant1990/orgs", + "repos_url": "https://api.github.com/users/amitmerchant1990/repos", + "events_url": "https://api.github.com/users/amitmerchant1990/events{/privacy}", + "received_events_url": "https://api.github.com/users/amitmerchant1990/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-zip-compressed", + "state": "uploaded", + "size": 47875234, + "download_count": 3302, + "created_at": "2016-08-25T09:45:53Z", + "updated_at": "2016-08-25T09:52:25Z", + "browser_download_url": "https://github.com/amitmerchant1990/correo/releases/download/v1.0.5/Correo-linux-x64.zip" + }, + { + "url": "https://api.github.com/repos/amitmerchant1990/correo/releases/assets/2202555", + "id": 2202555, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyMDI1NTU=", + "name": "Correo-win32-ia32.zip", + "label": null, + "uploader": { + "login": "amitmerchant1990", + "id": 3647841, + "node_id": "MDQ6VXNlcjM2NDc4NDE=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3647841?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/amitmerchant1990", + "html_url": "https://github.com/amitmerchant1990", + "followers_url": "https://api.github.com/users/amitmerchant1990/followers", + "following_url": "https://api.github.com/users/amitmerchant1990/following{/other_user}", + "gists_url": "https://api.github.com/users/amitmerchant1990/gists{/gist_id}", + "starred_url": "https://api.github.com/users/amitmerchant1990/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/amitmerchant1990/subscriptions", + "organizations_url": "https://api.github.com/users/amitmerchant1990/orgs", + "repos_url": "https://api.github.com/users/amitmerchant1990/repos", + "events_url": "https://api.github.com/users/amitmerchant1990/events{/privacy}", + "received_events_url": "https://api.github.com/users/amitmerchant1990/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-zip-compressed", + "state": "uploaded", + "size": 48490299, + "download_count": 12818, + "created_at": "2016-08-25T10:09:20Z", + "updated_at": "2016-08-25T10:13:04Z", + "browser_download_url": "https://github.com/amitmerchant1990/correo/releases/download/v1.0.5/Correo-win32-ia32.zip" + } + ], + "tarball_url": "https://api.github.com/repos/amitmerchant1990/correo/tarball/v1.0.5", + "zipball_url": "https://api.github.com/repos/amitmerchant1990/correo/zipball/v1.0.5", + "body_html": "

Features

\n" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:21.076Z" }, "container-ps": { "latestRelease": { @@ -15880,7 +16025,7 @@ "zipball_url": "https://api.github.com/repos/Toinane/container-ps/zipball/1.2.1", "body_html": "

Just update of dependencies for security

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:12.738Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:21.103Z" }, "concats": { "latestRelease": { @@ -15991,152 +16136,7 @@ "zipball_url": "https://api.github.com/repos/brianzelip/concats/zipball/v1.13.13", "body_html": "

This release:

\n\n

For macOS users, download the concats-1.13.13.dmg file below.

\n

For Windows users, download the concats.Setup.1.13.13.exe file below.

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:12.772Z" - }, - "correo": { - "latestRelease": { - "url": "https://api.github.com/repos/amitmerchant1990/correo/releases/3970606", - "assets_url": "https://api.github.com/repos/amitmerchant1990/correo/releases/3970606/assets", - "upload_url": "https://uploads.github.com/repos/amitmerchant1990/correo/releases/3970606/assets{?name,label}", - "html_url": "https://github.com/amitmerchant1990/correo/releases/tag/v1.0.5", - "id": 3970606, - "node_id": "MDc6UmVsZWFzZTM5NzA2MDY=", - "tag_name": "v1.0.5", - "target_commitish": "master", - "name": "Initial Release", - "draft": false, - "author": { - "login": "amitmerchant1990", - "id": 3647841, - "node_id": "MDQ6VXNlcjM2NDc4NDE=", - "avatar_url": "https://avatars1.githubusercontent.com/u/3647841?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/amitmerchant1990", - "html_url": "https://github.com/amitmerchant1990", - "followers_url": "https://api.github.com/users/amitmerchant1990/followers", - "following_url": "https://api.github.com/users/amitmerchant1990/following{/other_user}", - "gists_url": "https://api.github.com/users/amitmerchant1990/gists{/gist_id}", - "starred_url": "https://api.github.com/users/amitmerchant1990/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/amitmerchant1990/subscriptions", - "organizations_url": "https://api.github.com/users/amitmerchant1990/orgs", - "repos_url": "https://api.github.com/users/amitmerchant1990/repos", - "events_url": "https://api.github.com/users/amitmerchant1990/events{/privacy}", - "received_events_url": "https://api.github.com/users/amitmerchant1990/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2016-08-25T08:54:26Z", - "published_at": "2016-08-25T10:45:30Z", - "assets": [ - { - "url": "https://api.github.com/repos/amitmerchant1990/correo/releases/assets/2202905", - "id": 2202905, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIyMDI5MDU=", - "name": "Correo-darwin-x64.zip", - "label": null, - "uploader": { - "login": "amitmerchant1990", - "id": 3647841, - "node_id": "MDQ6VXNlcjM2NDc4NDE=", - "avatar_url": "https://avatars1.githubusercontent.com/u/3647841?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/amitmerchant1990", - "html_url": "https://github.com/amitmerchant1990", - "followers_url": "https://api.github.com/users/amitmerchant1990/followers", - "following_url": "https://api.github.com/users/amitmerchant1990/following{/other_user}", - "gists_url": "https://api.github.com/users/amitmerchant1990/gists{/gist_id}", - "starred_url": "https://api.github.com/users/amitmerchant1990/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/amitmerchant1990/subscriptions", - "organizations_url": "https://api.github.com/users/amitmerchant1990/orgs", - "repos_url": "https://api.github.com/users/amitmerchant1990/repos", - "events_url": "https://api.github.com/users/amitmerchant1990/events{/privacy}", - "received_events_url": "https://api.github.com/users/amitmerchant1990/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-zip-compressed", - "state": "uploaded", - "size": 121942534, - "download_count": 3703, - "created_at": "2016-08-25T10:25:13Z", - "updated_at": "2016-08-25T10:32:51Z", - "browser_download_url": "https://github.com/amitmerchant1990/correo/releases/download/v1.0.5/Correo-darwin-x64.zip" - }, - { - "url": "https://api.github.com/repos/amitmerchant1990/correo/releases/assets/2202467", - "id": 2202467, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIyMDI0Njc=", - "name": "Correo-linux-x64.zip", - "label": null, - "uploader": { - "login": "amitmerchant1990", - "id": 3647841, - "node_id": "MDQ6VXNlcjM2NDc4NDE=", - "avatar_url": "https://avatars1.githubusercontent.com/u/3647841?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/amitmerchant1990", - "html_url": "https://github.com/amitmerchant1990", - "followers_url": "https://api.github.com/users/amitmerchant1990/followers", - "following_url": "https://api.github.com/users/amitmerchant1990/following{/other_user}", - "gists_url": "https://api.github.com/users/amitmerchant1990/gists{/gist_id}", - "starred_url": "https://api.github.com/users/amitmerchant1990/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/amitmerchant1990/subscriptions", - "organizations_url": "https://api.github.com/users/amitmerchant1990/orgs", - "repos_url": "https://api.github.com/users/amitmerchant1990/repos", - "events_url": "https://api.github.com/users/amitmerchant1990/events{/privacy}", - "received_events_url": "https://api.github.com/users/amitmerchant1990/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-zip-compressed", - "state": "uploaded", - "size": 47875234, - "download_count": 3302, - "created_at": "2016-08-25T09:45:53Z", - "updated_at": "2016-08-25T09:52:25Z", - "browser_download_url": "https://github.com/amitmerchant1990/correo/releases/download/v1.0.5/Correo-linux-x64.zip" - }, - { - "url": "https://api.github.com/repos/amitmerchant1990/correo/releases/assets/2202555", - "id": 2202555, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIyMDI1NTU=", - "name": "Correo-win32-ia32.zip", - "label": null, - "uploader": { - "login": "amitmerchant1990", - "id": 3647841, - "node_id": "MDQ6VXNlcjM2NDc4NDE=", - "avatar_url": "https://avatars1.githubusercontent.com/u/3647841?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/amitmerchant1990", - "html_url": "https://github.com/amitmerchant1990", - "followers_url": "https://api.github.com/users/amitmerchant1990/followers", - "following_url": "https://api.github.com/users/amitmerchant1990/following{/other_user}", - "gists_url": "https://api.github.com/users/amitmerchant1990/gists{/gist_id}", - "starred_url": "https://api.github.com/users/amitmerchant1990/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/amitmerchant1990/subscriptions", - "organizations_url": "https://api.github.com/users/amitmerchant1990/orgs", - "repos_url": "https://api.github.com/users/amitmerchant1990/repos", - "events_url": "https://api.github.com/users/amitmerchant1990/events{/privacy}", - "received_events_url": "https://api.github.com/users/amitmerchant1990/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-zip-compressed", - "state": "uploaded", - "size": 48490299, - "download_count": 12813, - "created_at": "2016-08-25T10:09:20Z", - "updated_at": "2016-08-25T10:13:04Z", - "browser_download_url": "https://github.com/amitmerchant1990/correo/releases/download/v1.0.5/Correo-win32-ia32.zip" - } - ], - "tarball_url": "https://api.github.com/repos/amitmerchant1990/correo/tarball/v1.0.5", - "zipball_url": "https://api.github.com/repos/amitmerchant1990/correo/zipball/v1.0.5", - "body_html": "

Features

\n" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:12.790Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:21.138Z" }, "coursehunt": { "latestRelease": { @@ -16339,7 +16339,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 45177399, - "download_count": 9380, + "download_count": 9382, "created_at": "2019-07-13T02:16:09Z", "updated_at": "2019-07-13T02:22:25Z", "browser_download_url": "https://github.com/theIYD/coursehunt/releases/download/v0.0.7/course-hunt-setup-0.0.7.exe" @@ -16509,7 +16509,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 350, - "download_count": 1328, + "download_count": 1329, "created_at": "2019-07-13T02:25:20Z", "updated_at": "2019-07-13T02:25:20Z", "browser_download_url": "https://github.com/theIYD/coursehunt/releases/download/v0.0.7/latest.yml" @@ -16519,186 +16519,254 @@ "zipball_url": "https://api.github.com/repos/theIYD/coursehunt/zipball/v0.0.7", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:13.060Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:21.153Z" }, - "cromberg": { + "coypu": { "latestRelease": { - "url": "https://api.github.com/repos/z17/home-accounting-system/releases/13165488", - "assets_url": "https://api.github.com/repos/z17/home-accounting-system/releases/13165488/assets", - "upload_url": "https://uploads.github.com/repos/z17/home-accounting-system/releases/13165488/assets{?name,label}", - "html_url": "https://github.com/z17/home-accounting-system/releases/tag/v.1.2.3", - "id": 13165488, - "node_id": "MDc6UmVsZWFzZTEzMTY1NDg4", - "tag_name": "v.1.2.3", + "url": "https://api.github.com/repos/bartkozal/coypu/releases/5751465", + "assets_url": "https://api.github.com/repos/bartkozal/coypu/releases/5751465/assets", + "upload_url": "https://uploads.github.com/repos/bartkozal/coypu/releases/5751465/assets{?name,label}", + "html_url": "https://github.com/bartkozal/coypu/releases/tag/v1.3.0", + "id": 5751465, + "node_id": "MDc6UmVsZWFzZTU3NTE0NjU=", + "tag_name": "v1.3.0", "target_commitish": "master", - "name": "v.1.2.3", + "name": "v1.3.0", "draft": false, "author": { - "login": "z17", - "id": 4404097, - "node_id": "MDQ6VXNlcjQ0MDQwOTc=", - "avatar_url": "https://avatars1.githubusercontent.com/u/4404097?v=4", + "login": "bartkozal", + "id": 127219, + "node_id": "MDQ6VXNlcjEyNzIxOQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/127219?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/z17", - "html_url": "https://github.com/z17", - "followers_url": "https://api.github.com/users/z17/followers", - "following_url": "https://api.github.com/users/z17/following{/other_user}", - "gists_url": "https://api.github.com/users/z17/gists{/gist_id}", - "starred_url": "https://api.github.com/users/z17/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/z17/subscriptions", - "organizations_url": "https://api.github.com/users/z17/orgs", - "repos_url": "https://api.github.com/users/z17/repos", - "events_url": "https://api.github.com/users/z17/events{/privacy}", - "received_events_url": "https://api.github.com/users/z17/received_events", + "url": "https://api.github.com/users/bartkozal", + "html_url": "https://github.com/bartkozal", + "followers_url": "https://api.github.com/users/bartkozal/followers", + "following_url": "https://api.github.com/users/bartkozal/following{/other_user}", + "gists_url": "https://api.github.com/users/bartkozal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bartkozal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bartkozal/subscriptions", + "organizations_url": "https://api.github.com/users/bartkozal/orgs", + "repos_url": "https://api.github.com/users/bartkozal/repos", + "events_url": "https://api.github.com/users/bartkozal/events{/privacy}", + "received_events_url": "https://api.github.com/users/bartkozal/received_events", "type": "User", "site_admin": false }, "prerelease": false, - "created_at": "2018-09-29T19:20:07Z", - "published_at": "2018-09-29T19:23:24Z", + "created_at": "2017-03-15T11:17:50Z", + "published_at": "2017-03-15T11:32:45Z", "assets": [ { - "url": "https://api.github.com/repos/z17/home-accounting-system/releases/assets/8901621", - "id": 8901621, - "node_id": "MDEyOlJlbGVhc2VBc3NldDg5MDE2MjE=", - "name": "Cromberg-1.2.3-x86_64.AppImage", - "label": "", + "url": "https://api.github.com/repos/bartkozal/coypu/releases/assets/3405681", + "id": 3405681, + "node_id": "MDEyOlJlbGVhc2VBc3NldDM0MDU2ODE=", + "name": "coypu-1.3.0-full.nupkg", + "label": null, "uploader": { - "login": "z17", - "id": 4404097, - "node_id": "MDQ6VXNlcjQ0MDQwOTc=", - "avatar_url": "https://avatars1.githubusercontent.com/u/4404097?v=4", + "login": "bartkozal", + "id": 127219, + "node_id": "MDQ6VXNlcjEyNzIxOQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/127219?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/z17", - "html_url": "https://github.com/z17", - "followers_url": "https://api.github.com/users/z17/followers", - "following_url": "https://api.github.com/users/z17/following{/other_user}", - "gists_url": "https://api.github.com/users/z17/gists{/gist_id}", - "starred_url": "https://api.github.com/users/z17/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/z17/subscriptions", - "organizations_url": "https://api.github.com/users/z17/orgs", - "repos_url": "https://api.github.com/users/z17/repos", - "events_url": "https://api.github.com/users/z17/events{/privacy}", - "received_events_url": "https://api.github.com/users/z17/received_events", + "url": "https://api.github.com/users/bartkozal", + "html_url": "https://github.com/bartkozal", + "followers_url": "https://api.github.com/users/bartkozal/followers", + "following_url": "https://api.github.com/users/bartkozal/following{/other_user}", + "gists_url": "https://api.github.com/users/bartkozal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bartkozal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bartkozal/subscriptions", + "organizations_url": "https://api.github.com/users/bartkozal/orgs", + "repos_url": "https://api.github.com/users/bartkozal/repos", + "events_url": "https://api.github.com/users/bartkozal/events{/privacy}", + "received_events_url": "https://api.github.com/users/bartkozal/received_events", "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 45687456, - "download_count": 1421, - "created_at": "2018-09-29T19:23:20Z", - "updated_at": "2018-09-29T19:23:21Z", - "browser_download_url": "https://github.com/z17/home-accounting-system/releases/download/v.1.2.3/Cromberg-1.2.3-x86_64.AppImage" + "size": 51051090, + "download_count": 102, + "created_at": "2017-03-15T11:30:20Z", + "updated_at": "2017-03-15T11:31:40Z", + "browser_download_url": "https://github.com/bartkozal/coypu/releases/download/v1.3.0/coypu-1.3.0-full.nupkg" }, { - "url": "https://api.github.com/repos/z17/home-accounting-system/releases/assets/8901640", - "id": 8901640, - "node_id": "MDEyOlJlbGVhc2VBc3NldDg5MDE2NDA=", - "name": "Cromberg-1.2.3.dmg", - "label": "", + "url": "https://api.github.com/repos/bartkozal/coypu/releases/assets/3405679", + "id": 3405679, + "node_id": "MDEyOlJlbGVhc2VBc3NldDM0MDU2Nzk=", + "name": "coypu-1.3.0-linux.deb", + "label": null, "uploader": { - "login": "z17", - "id": 4404097, - "node_id": "MDQ6VXNlcjQ0MDQwOTc=", - "avatar_url": "https://avatars1.githubusercontent.com/u/4404097?v=4", + "login": "bartkozal", + "id": 127219, + "node_id": "MDQ6VXNlcjEyNzIxOQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/127219?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/z17", - "html_url": "https://github.com/z17", - "followers_url": "https://api.github.com/users/z17/followers", - "following_url": "https://api.github.com/users/z17/following{/other_user}", - "gists_url": "https://api.github.com/users/z17/gists{/gist_id}", - "starred_url": "https://api.github.com/users/z17/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/z17/subscriptions", - "organizations_url": "https://api.github.com/users/z17/orgs", - "repos_url": "https://api.github.com/users/z17/repos", - "events_url": "https://api.github.com/users/z17/events{/privacy}", - "received_events_url": "https://api.github.com/users/z17/received_events", + "url": "https://api.github.com/users/bartkozal", + "html_url": "https://github.com/bartkozal", + "followers_url": "https://api.github.com/users/bartkozal/followers", + "following_url": "https://api.github.com/users/bartkozal/following{/other_user}", + "gists_url": "https://api.github.com/users/bartkozal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bartkozal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bartkozal/subscriptions", + "organizations_url": "https://api.github.com/users/bartkozal/orgs", + "repos_url": "https://api.github.com/users/bartkozal/repos", + "events_url": "https://api.github.com/users/bartkozal/events{/privacy}", + "received_events_url": "https://api.github.com/users/bartkozal/received_events", "type": "User", "site_admin": false }, - "content_type": "application/x-apple-diskimage", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 42223058, - "download_count": 125, - "created_at": "2018-09-29T19:24:50Z", - "updated_at": "2018-09-29T19:24:52Z", - "browser_download_url": "https://github.com/z17/home-accounting-system/releases/download/v.1.2.3/Cromberg-1.2.3.dmg" + "size": 32231388, + "download_count": 1504, + "created_at": "2017-03-15T11:30:20Z", + "updated_at": "2017-03-15T11:31:21Z", + "browser_download_url": "https://github.com/bartkozal/coypu/releases/download/v1.3.0/coypu-1.3.0-linux.deb" }, { - "url": "https://api.github.com/repos/z17/home-accounting-system/releases/assets/8901665", - "id": 8901665, - "node_id": "MDEyOlJlbGVhc2VBc3NldDg5MDE2NjU=", - "name": "Cromberg.1.2.3.exe", + "url": "https://api.github.com/repos/bartkozal/coypu/releases/assets/3405678", + "id": 3405678, + "node_id": "MDEyOlJlbGVhc2VBc3NldDM0MDU2Nzg=", + "name": "coypu-1.3.0-mac.zip", "label": null, "uploader": { - "login": "z17", - "id": 4404097, - "node_id": "MDQ6VXNlcjQ0MDQwOTc=", - "avatar_url": "https://avatars1.githubusercontent.com/u/4404097?v=4", + "login": "bartkozal", + "id": 127219, + "node_id": "MDQ6VXNlcjEyNzIxOQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/127219?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/z17", - "html_url": "https://github.com/z17", - "followers_url": "https://api.github.com/users/z17/followers", - "following_url": "https://api.github.com/users/z17/following{/other_user}", - "gists_url": "https://api.github.com/users/z17/gists{/gist_id}", - "starred_url": "https://api.github.com/users/z17/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/z17/subscriptions", - "organizations_url": "https://api.github.com/users/z17/orgs", - "repos_url": "https://api.github.com/users/z17/repos", - "events_url": "https://api.github.com/users/z17/events{/privacy}", - "received_events_url": "https://api.github.com/users/z17/received_events", + "url": "https://api.github.com/users/bartkozal", + "html_url": "https://github.com/bartkozal", + "followers_url": "https://api.github.com/users/bartkozal/followers", + "following_url": "https://api.github.com/users/bartkozal/following{/other_user}", + "gists_url": "https://api.github.com/users/bartkozal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bartkozal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bartkozal/subscriptions", + "organizations_url": "https://api.github.com/users/bartkozal/orgs", + "repos_url": "https://api.github.com/users/bartkozal/repos", + "events_url": "https://api.github.com/users/bartkozal/events{/privacy}", + "received_events_url": "https://api.github.com/users/bartkozal/received_events", "type": "User", "site_admin": false }, - "content_type": "application/x-msdownload", + "content_type": "application/zip", "state": "uploaded", - "size": 35030448, - "download_count": 491, - "created_at": "2018-09-29T19:27:56Z", - "updated_at": "2018-09-29T19:28:27Z", - "browser_download_url": "https://github.com/z17/home-accounting-system/releases/download/v.1.2.3/Cromberg.1.2.3.exe" + "size": 41836310, + "download_count": 186, + "created_at": "2017-03-15T11:30:20Z", + "updated_at": "2017-03-15T11:31:09Z", + "browser_download_url": "https://github.com/bartkozal/coypu/releases/download/v1.3.0/coypu-1.3.0-mac.zip" }, { - "url": "https://api.github.com/repos/z17/home-accounting-system/releases/assets/8901622", - "id": 8901622, - "node_id": "MDEyOlJlbGVhc2VBc3NldDg5MDE2MjI=", - "name": "Cromberg_1.2.3_amd64.deb", - "label": "", + "url": "https://api.github.com/repos/bartkozal/coypu/releases/assets/3405680", + "id": 3405680, + "node_id": "MDEyOlJlbGVhc2VBc3NldDM0MDU2ODA=", + "name": "coypu-1.3.0.dmg", + "label": null, "uploader": { - "login": "z17", - "id": 4404097, - "node_id": "MDQ6VXNlcjQ0MDQwOTc=", - "avatar_url": "https://avatars1.githubusercontent.com/u/4404097?v=4", + "login": "bartkozal", + "id": 127219, + "node_id": "MDQ6VXNlcjEyNzIxOQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/127219?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/z17", - "html_url": "https://github.com/z17", - "followers_url": "https://api.github.com/users/z17/followers", - "following_url": "https://api.github.com/users/z17/following{/other_user}", - "gists_url": "https://api.github.com/users/z17/gists{/gist_id}", - "starred_url": "https://api.github.com/users/z17/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/z17/subscriptions", - "organizations_url": "https://api.github.com/users/z17/orgs", - "repos_url": "https://api.github.com/users/z17/repos", - "events_url": "https://api.github.com/users/z17/events{/privacy}", - "received_events_url": "https://api.github.com/users/z17/received_events", + "url": "https://api.github.com/users/bartkozal", + "html_url": "https://github.com/bartkozal", + "followers_url": "https://api.github.com/users/bartkozal/followers", + "following_url": "https://api.github.com/users/bartkozal/following{/other_user}", + "gists_url": "https://api.github.com/users/bartkozal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bartkozal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bartkozal/subscriptions", + "organizations_url": "https://api.github.com/users/bartkozal/orgs", + "repos_url": "https://api.github.com/users/bartkozal/repos", + "events_url": "https://api.github.com/users/bartkozal/events{/privacy}", + "received_events_url": "https://api.github.com/users/bartkozal/received_events", "type": "User", "site_admin": false }, - "content_type": "application/x-debian-package", + "content_type": "application/x-diskcopy", "state": "uploaded", - "size": 31169424, - "download_count": 86, - "created_at": "2018-09-29T19:23:22Z", - "updated_at": "2018-09-29T19:23:24Z", - "browser_download_url": "https://github.com/z17/home-accounting-system/releases/download/v.1.2.3/Cromberg_1.2.3_amd64.deb" + "size": 39351651, + "download_count": 1094, + "created_at": "2017-03-15T11:30:20Z", + "updated_at": "2017-03-15T11:31:55Z", + "browser_download_url": "https://github.com/bartkozal/coypu/releases/download/v1.3.0/coypu-1.3.0.dmg" + }, + { + "url": "https://api.github.com/repos/bartkozal/coypu/releases/assets/3405676", + "id": 3405676, + "node_id": "MDEyOlJlbGVhc2VBc3NldDM0MDU2NzY=", + "name": "coypu_setup.exe", + "label": null, + "uploader": { + "login": "bartkozal", + "id": 127219, + "node_id": "MDQ6VXNlcjEyNzIxOQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/127219?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bartkozal", + "html_url": "https://github.com/bartkozal", + "followers_url": "https://api.github.com/users/bartkozal/followers", + "following_url": "https://api.github.com/users/bartkozal/following{/other_user}", + "gists_url": "https://api.github.com/users/bartkozal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bartkozal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bartkozal/subscriptions", + "organizations_url": "https://api.github.com/users/bartkozal/orgs", + "repos_url": "https://api.github.com/users/bartkozal/repos", + "events_url": "https://api.github.com/users/bartkozal/events{/privacy}", + "received_events_url": "https://api.github.com/users/bartkozal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 51634808, + "download_count": 2333, + "created_at": "2017-03-15T11:30:20Z", + "updated_at": "2017-03-15T11:30:45Z", + "browser_download_url": "https://github.com/bartkozal/coypu/releases/download/v1.3.0/coypu_setup.exe" + }, + { + "url": "https://api.github.com/repos/bartkozal/coypu/releases/assets/3405673", + "id": 3405673, + "node_id": "MDEyOlJlbGVhc2VBc3NldDM0MDU2NzM=", + "name": "RELEASES", + "label": null, + "uploader": { + "login": "bartkozal", + "id": 127219, + "node_id": "MDQ6VXNlcjEyNzIxOQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/127219?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bartkozal", + "html_url": "https://github.com/bartkozal", + "followers_url": "https://api.github.com/users/bartkozal/followers", + "following_url": "https://api.github.com/users/bartkozal/following{/other_user}", + "gists_url": "https://api.github.com/users/bartkozal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bartkozal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bartkozal/subscriptions", + "organizations_url": "https://api.github.com/users/bartkozal/orgs", + "repos_url": "https://api.github.com/users/bartkozal/repos", + "events_url": "https://api.github.com/users/bartkozal/events{/privacy}", + "received_events_url": "https://api.github.com/users/bartkozal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 75, + "download_count": 4504, + "created_at": "2017-03-15T11:30:12Z", + "updated_at": "2017-03-15T11:30:13Z", + "browser_download_url": "https://github.com/bartkozal/coypu/releases/download/v1.3.0/RELEASES" } ], - "tarball_url": "https://api.github.com/repos/z17/home-accounting-system/tarball/v.1.2.3", - "zipball_url": "https://api.github.com/repos/z17/home-accounting-system/zipball/v.1.2.3", - "body_html": "

Release notes:

\n" + "tarball_url": "https://api.github.com/repos/bartkozal/coypu/tarball/v1.3.0", + "zipball_url": "https://api.github.com/repos/bartkozal/coypu/zipball/v1.3.0", + "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:13.123Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:21.220Z" }, "cozy-desktop": { "latestRelease": { @@ -16799,7 +16867,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 67742580, - "download_count": 805, + "download_count": 809, "created_at": "2020-08-13T13:38:34Z", "updated_at": "2020-08-13T13:38:49Z", "browser_download_url": "https://github.com/cozy-labs/cozy-desktop/releases/download/v3.22.0/Cozy-Drive-3.22.0-mac.zip" @@ -16833,7 +16901,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 92241384, - "download_count": 1518, + "download_count": 1526, "created_at": "2020-08-13T13:05:09Z", "updated_at": "2020-08-13T13:05:11Z", "browser_download_url": "https://github.com/cozy-labs/cozy-desktop/releases/download/v3.22.0/Cozy-Drive-3.22.0-x86_64.AppImage" @@ -16867,7 +16935,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 70102530, - "download_count": 1382, + "download_count": 1388, "created_at": "2020-08-13T13:38:56Z", "updated_at": "2020-08-13T13:38:58Z", "browser_download_url": "https://github.com/cozy-labs/cozy-desktop/releases/download/v3.22.0/Cozy-Drive-3.22.0.dmg" @@ -16935,7 +17003,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 108470152, - "download_count": 4315, + "download_count": 4349, "created_at": "2020-08-13T13:28:12Z", "updated_at": "2020-08-13T13:28:14Z", "browser_download_url": "https://github.com/cozy-labs/cozy-desktop/releases/download/v3.22.0/Cozy-Drive-Setup-3.22.0.exe" @@ -16969,7 +17037,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 114006, - "download_count": 3047, + "download_count": 3053, "created_at": "2020-08-13T13:28:12Z", "updated_at": "2020-08-13T13:28:12Z", "browser_download_url": "https://github.com/cozy-labs/cozy-desktop/releases/download/v3.22.0/Cozy-Drive-Setup-3.22.0.exe.blockmap" @@ -17037,7 +17105,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 387, - "download_count": 13673, + "download_count": 13893, "created_at": "2020-08-13T13:05:42Z", "updated_at": "2020-08-13T13:05:42Z", "browser_download_url": "https://github.com/cozy-labs/cozy-desktop/releases/download/v3.22.0/latest-linux.yml" @@ -17071,7 +17139,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 522, - "download_count": 9866, + "download_count": 10039, "created_at": "2020-08-13T13:38:58Z", "updated_at": "2020-08-13T13:38:58Z", "browser_download_url": "https://github.com/cozy-labs/cozy-desktop/releases/download/v3.22.0/latest-mac.yml" @@ -17105,7 +17173,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 352, - "download_count": 22529, + "download_count": 22893, "created_at": "2020-08-13T13:28:14Z", "updated_at": "2020-08-13T13:28:15Z", "browser_download_url": "https://github.com/cozy-labs/cozy-desktop/releases/download/v3.22.0/latest.yml" @@ -17115,254 +17183,186 @@ "zipball_url": "https://api.github.com/repos/cozy-labs/cozy-desktop/zipball/v3.22.0", "body_html": "

Improvements for all users:

\n\n

Improvements for Windows and macOS users:

\n\n

Improvements for Windows users:

\n\n

Improvements for macOS users:

\n\n

See also known issues.

\n

Happy syncing!

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:13.167Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:21.222Z" }, - "coypu": { + "cromberg": { "latestRelease": { - "url": "https://api.github.com/repos/bartkozal/coypu/releases/5751465", - "assets_url": "https://api.github.com/repos/bartkozal/coypu/releases/5751465/assets", - "upload_url": "https://uploads.github.com/repos/bartkozal/coypu/releases/5751465/assets{?name,label}", - "html_url": "https://github.com/bartkozal/coypu/releases/tag/v1.3.0", - "id": 5751465, - "node_id": "MDc6UmVsZWFzZTU3NTE0NjU=", - "tag_name": "v1.3.0", + "url": "https://api.github.com/repos/z17/home-accounting-system/releases/13165488", + "assets_url": "https://api.github.com/repos/z17/home-accounting-system/releases/13165488/assets", + "upload_url": "https://uploads.github.com/repos/z17/home-accounting-system/releases/13165488/assets{?name,label}", + "html_url": "https://github.com/z17/home-accounting-system/releases/tag/v.1.2.3", + "id": 13165488, + "node_id": "MDc6UmVsZWFzZTEzMTY1NDg4", + "tag_name": "v.1.2.3", "target_commitish": "master", - "name": "v1.3.0", + "name": "v.1.2.3", "draft": false, "author": { - "login": "bartkozal", - "id": 127219, - "node_id": "MDQ6VXNlcjEyNzIxOQ==", - "avatar_url": "https://avatars3.githubusercontent.com/u/127219?v=4", + "login": "z17", + "id": 4404097, + "node_id": "MDQ6VXNlcjQ0MDQwOTc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4404097?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/bartkozal", - "html_url": "https://github.com/bartkozal", - "followers_url": "https://api.github.com/users/bartkozal/followers", - "following_url": "https://api.github.com/users/bartkozal/following{/other_user}", - "gists_url": "https://api.github.com/users/bartkozal/gists{/gist_id}", - "starred_url": "https://api.github.com/users/bartkozal/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/bartkozal/subscriptions", - "organizations_url": "https://api.github.com/users/bartkozal/orgs", - "repos_url": "https://api.github.com/users/bartkozal/repos", - "events_url": "https://api.github.com/users/bartkozal/events{/privacy}", - "received_events_url": "https://api.github.com/users/bartkozal/received_events", + "url": "https://api.github.com/users/z17", + "html_url": "https://github.com/z17", + "followers_url": "https://api.github.com/users/z17/followers", + "following_url": "https://api.github.com/users/z17/following{/other_user}", + "gists_url": "https://api.github.com/users/z17/gists{/gist_id}", + "starred_url": "https://api.github.com/users/z17/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/z17/subscriptions", + "organizations_url": "https://api.github.com/users/z17/orgs", + "repos_url": "https://api.github.com/users/z17/repos", + "events_url": "https://api.github.com/users/z17/events{/privacy}", + "received_events_url": "https://api.github.com/users/z17/received_events", "type": "User", "site_admin": false }, "prerelease": false, - "created_at": "2017-03-15T11:17:50Z", - "published_at": "2017-03-15T11:32:45Z", + "created_at": "2018-09-29T19:20:07Z", + "published_at": "2018-09-29T19:23:24Z", "assets": [ { - "url": "https://api.github.com/repos/bartkozal/coypu/releases/assets/3405681", - "id": 3405681, - "node_id": "MDEyOlJlbGVhc2VBc3NldDM0MDU2ODE=", - "name": "coypu-1.3.0-full.nupkg", - "label": null, + "url": "https://api.github.com/repos/z17/home-accounting-system/releases/assets/8901621", + "id": 8901621, + "node_id": "MDEyOlJlbGVhc2VBc3NldDg5MDE2MjE=", + "name": "Cromberg-1.2.3-x86_64.AppImage", + "label": "", "uploader": { - "login": "bartkozal", - "id": 127219, - "node_id": "MDQ6VXNlcjEyNzIxOQ==", - "avatar_url": "https://avatars3.githubusercontent.com/u/127219?v=4", + "login": "z17", + "id": 4404097, + "node_id": "MDQ6VXNlcjQ0MDQwOTc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4404097?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/bartkozal", - "html_url": "https://github.com/bartkozal", - "followers_url": "https://api.github.com/users/bartkozal/followers", - "following_url": "https://api.github.com/users/bartkozal/following{/other_user}", - "gists_url": "https://api.github.com/users/bartkozal/gists{/gist_id}", - "starred_url": "https://api.github.com/users/bartkozal/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/bartkozal/subscriptions", - "organizations_url": "https://api.github.com/users/bartkozal/orgs", - "repos_url": "https://api.github.com/users/bartkozal/repos", - "events_url": "https://api.github.com/users/bartkozal/events{/privacy}", - "received_events_url": "https://api.github.com/users/bartkozal/received_events", + "url": "https://api.github.com/users/z17", + "html_url": "https://github.com/z17", + "followers_url": "https://api.github.com/users/z17/followers", + "following_url": "https://api.github.com/users/z17/following{/other_user}", + "gists_url": "https://api.github.com/users/z17/gists{/gist_id}", + "starred_url": "https://api.github.com/users/z17/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/z17/subscriptions", + "organizations_url": "https://api.github.com/users/z17/orgs", + "repos_url": "https://api.github.com/users/z17/repos", + "events_url": "https://api.github.com/users/z17/events{/privacy}", + "received_events_url": "https://api.github.com/users/z17/received_events", "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 51051090, - "download_count": 102, - "created_at": "2017-03-15T11:30:20Z", - "updated_at": "2017-03-15T11:31:40Z", - "browser_download_url": "https://github.com/bartkozal/coypu/releases/download/v1.3.0/coypu-1.3.0-full.nupkg" + "size": 45687456, + "download_count": 1422, + "created_at": "2018-09-29T19:23:20Z", + "updated_at": "2018-09-29T19:23:21Z", + "browser_download_url": "https://github.com/z17/home-accounting-system/releases/download/v.1.2.3/Cromberg-1.2.3-x86_64.AppImage" }, { - "url": "https://api.github.com/repos/bartkozal/coypu/releases/assets/3405679", - "id": 3405679, - "node_id": "MDEyOlJlbGVhc2VBc3NldDM0MDU2Nzk=", - "name": "coypu-1.3.0-linux.deb", - "label": null, + "url": "https://api.github.com/repos/z17/home-accounting-system/releases/assets/8901640", + "id": 8901640, + "node_id": "MDEyOlJlbGVhc2VBc3NldDg5MDE2NDA=", + "name": "Cromberg-1.2.3.dmg", + "label": "", "uploader": { - "login": "bartkozal", - "id": 127219, - "node_id": "MDQ6VXNlcjEyNzIxOQ==", - "avatar_url": "https://avatars3.githubusercontent.com/u/127219?v=4", + "login": "z17", + "id": 4404097, + "node_id": "MDQ6VXNlcjQ0MDQwOTc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4404097?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/bartkozal", - "html_url": "https://github.com/bartkozal", - "followers_url": "https://api.github.com/users/bartkozal/followers", - "following_url": "https://api.github.com/users/bartkozal/following{/other_user}", - "gists_url": "https://api.github.com/users/bartkozal/gists{/gist_id}", - "starred_url": "https://api.github.com/users/bartkozal/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/bartkozal/subscriptions", - "organizations_url": "https://api.github.com/users/bartkozal/orgs", - "repos_url": "https://api.github.com/users/bartkozal/repos", - "events_url": "https://api.github.com/users/bartkozal/events{/privacy}", - "received_events_url": "https://api.github.com/users/bartkozal/received_events", + "url": "https://api.github.com/users/z17", + "html_url": "https://github.com/z17", + "followers_url": "https://api.github.com/users/z17/followers", + "following_url": "https://api.github.com/users/z17/following{/other_user}", + "gists_url": "https://api.github.com/users/z17/gists{/gist_id}", + "starred_url": "https://api.github.com/users/z17/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/z17/subscriptions", + "organizations_url": "https://api.github.com/users/z17/orgs", + "repos_url": "https://api.github.com/users/z17/repos", + "events_url": "https://api.github.com/users/z17/events{/privacy}", + "received_events_url": "https://api.github.com/users/z17/received_events", "type": "User", "site_admin": false }, - "content_type": "application/octet-stream", + "content_type": "application/x-apple-diskimage", "state": "uploaded", - "size": 32231388, - "download_count": 1504, - "created_at": "2017-03-15T11:30:20Z", - "updated_at": "2017-03-15T11:31:21Z", - "browser_download_url": "https://github.com/bartkozal/coypu/releases/download/v1.3.0/coypu-1.3.0-linux.deb" + "size": 42223058, + "download_count": 125, + "created_at": "2018-09-29T19:24:50Z", + "updated_at": "2018-09-29T19:24:52Z", + "browser_download_url": "https://github.com/z17/home-accounting-system/releases/download/v.1.2.3/Cromberg-1.2.3.dmg" }, { - "url": "https://api.github.com/repos/bartkozal/coypu/releases/assets/3405678", - "id": 3405678, - "node_id": "MDEyOlJlbGVhc2VBc3NldDM0MDU2Nzg=", - "name": "coypu-1.3.0-mac.zip", + "url": "https://api.github.com/repos/z17/home-accounting-system/releases/assets/8901665", + "id": 8901665, + "node_id": "MDEyOlJlbGVhc2VBc3NldDg5MDE2NjU=", + "name": "Cromberg.1.2.3.exe", "label": null, "uploader": { - "login": "bartkozal", - "id": 127219, - "node_id": "MDQ6VXNlcjEyNzIxOQ==", - "avatar_url": "https://avatars3.githubusercontent.com/u/127219?v=4", + "login": "z17", + "id": 4404097, + "node_id": "MDQ6VXNlcjQ0MDQwOTc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4404097?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/bartkozal", - "html_url": "https://github.com/bartkozal", - "followers_url": "https://api.github.com/users/bartkozal/followers", - "following_url": "https://api.github.com/users/bartkozal/following{/other_user}", - "gists_url": "https://api.github.com/users/bartkozal/gists{/gist_id}", - "starred_url": "https://api.github.com/users/bartkozal/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/bartkozal/subscriptions", - "organizations_url": "https://api.github.com/users/bartkozal/orgs", - "repos_url": "https://api.github.com/users/bartkozal/repos", - "events_url": "https://api.github.com/users/bartkozal/events{/privacy}", - "received_events_url": "https://api.github.com/users/bartkozal/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 41836310, - "download_count": 186, - "created_at": "2017-03-15T11:30:20Z", - "updated_at": "2017-03-15T11:31:09Z", - "browser_download_url": "https://github.com/bartkozal/coypu/releases/download/v1.3.0/coypu-1.3.0-mac.zip" - }, - { - "url": "https://api.github.com/repos/bartkozal/coypu/releases/assets/3405680", - "id": 3405680, - "node_id": "MDEyOlJlbGVhc2VBc3NldDM0MDU2ODA=", - "name": "coypu-1.3.0.dmg", - "label": null, - "uploader": { - "login": "bartkozal", - "id": 127219, - "node_id": "MDQ6VXNlcjEyNzIxOQ==", - "avatar_url": "https://avatars3.githubusercontent.com/u/127219?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/bartkozal", - "html_url": "https://github.com/bartkozal", - "followers_url": "https://api.github.com/users/bartkozal/followers", - "following_url": "https://api.github.com/users/bartkozal/following{/other_user}", - "gists_url": "https://api.github.com/users/bartkozal/gists{/gist_id}", - "starred_url": "https://api.github.com/users/bartkozal/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/bartkozal/subscriptions", - "organizations_url": "https://api.github.com/users/bartkozal/orgs", - "repos_url": "https://api.github.com/users/bartkozal/repos", - "events_url": "https://api.github.com/users/bartkozal/events{/privacy}", - "received_events_url": "https://api.github.com/users/bartkozal/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-diskcopy", - "state": "uploaded", - "size": 39351651, - "download_count": 1094, - "created_at": "2017-03-15T11:30:20Z", - "updated_at": "2017-03-15T11:31:55Z", - "browser_download_url": "https://github.com/bartkozal/coypu/releases/download/v1.3.0/coypu-1.3.0.dmg" - }, - { - "url": "https://api.github.com/repos/bartkozal/coypu/releases/assets/3405676", - "id": 3405676, - "node_id": "MDEyOlJlbGVhc2VBc3NldDM0MDU2NzY=", - "name": "coypu_setup.exe", - "label": null, - "uploader": { - "login": "bartkozal", - "id": 127219, - "node_id": "MDQ6VXNlcjEyNzIxOQ==", - "avatar_url": "https://avatars3.githubusercontent.com/u/127219?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/bartkozal", - "html_url": "https://github.com/bartkozal", - "followers_url": "https://api.github.com/users/bartkozal/followers", - "following_url": "https://api.github.com/users/bartkozal/following{/other_user}", - "gists_url": "https://api.github.com/users/bartkozal/gists{/gist_id}", - "starred_url": "https://api.github.com/users/bartkozal/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/bartkozal/subscriptions", - "organizations_url": "https://api.github.com/users/bartkozal/orgs", - "repos_url": "https://api.github.com/users/bartkozal/repos", - "events_url": "https://api.github.com/users/bartkozal/events{/privacy}", - "received_events_url": "https://api.github.com/users/bartkozal/received_events", + "url": "https://api.github.com/users/z17", + "html_url": "https://github.com/z17", + "followers_url": "https://api.github.com/users/z17/followers", + "following_url": "https://api.github.com/users/z17/following{/other_user}", + "gists_url": "https://api.github.com/users/z17/gists{/gist_id}", + "starred_url": "https://api.github.com/users/z17/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/z17/subscriptions", + "organizations_url": "https://api.github.com/users/z17/orgs", + "repos_url": "https://api.github.com/users/z17/repos", + "events_url": "https://api.github.com/users/z17/events{/privacy}", + "received_events_url": "https://api.github.com/users/z17/received_events", "type": "User", "site_admin": false }, - "content_type": "application/octet-stream", + "content_type": "application/x-msdownload", "state": "uploaded", - "size": 51634808, - "download_count": 2333, - "created_at": "2017-03-15T11:30:20Z", - "updated_at": "2017-03-15T11:30:45Z", - "browser_download_url": "https://github.com/bartkozal/coypu/releases/download/v1.3.0/coypu_setup.exe" + "size": 35030448, + "download_count": 491, + "created_at": "2018-09-29T19:27:56Z", + "updated_at": "2018-09-29T19:28:27Z", + "browser_download_url": "https://github.com/z17/home-accounting-system/releases/download/v.1.2.3/Cromberg.1.2.3.exe" }, { - "url": "https://api.github.com/repos/bartkozal/coypu/releases/assets/3405673", - "id": 3405673, - "node_id": "MDEyOlJlbGVhc2VBc3NldDM0MDU2NzM=", - "name": "RELEASES", - "label": null, + "url": "https://api.github.com/repos/z17/home-accounting-system/releases/assets/8901622", + "id": 8901622, + "node_id": "MDEyOlJlbGVhc2VBc3NldDg5MDE2MjI=", + "name": "Cromberg_1.2.3_amd64.deb", + "label": "", "uploader": { - "login": "bartkozal", - "id": 127219, - "node_id": "MDQ6VXNlcjEyNzIxOQ==", - "avatar_url": "https://avatars3.githubusercontent.com/u/127219?v=4", + "login": "z17", + "id": 4404097, + "node_id": "MDQ6VXNlcjQ0MDQwOTc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4404097?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/bartkozal", - "html_url": "https://github.com/bartkozal", - "followers_url": "https://api.github.com/users/bartkozal/followers", - "following_url": "https://api.github.com/users/bartkozal/following{/other_user}", - "gists_url": "https://api.github.com/users/bartkozal/gists{/gist_id}", - "starred_url": "https://api.github.com/users/bartkozal/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/bartkozal/subscriptions", - "organizations_url": "https://api.github.com/users/bartkozal/orgs", - "repos_url": "https://api.github.com/users/bartkozal/repos", - "events_url": "https://api.github.com/users/bartkozal/events{/privacy}", - "received_events_url": "https://api.github.com/users/bartkozal/received_events", + "url": "https://api.github.com/users/z17", + "html_url": "https://github.com/z17", + "followers_url": "https://api.github.com/users/z17/followers", + "following_url": "https://api.github.com/users/z17/following{/other_user}", + "gists_url": "https://api.github.com/users/z17/gists{/gist_id}", + "starred_url": "https://api.github.com/users/z17/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/z17/subscriptions", + "organizations_url": "https://api.github.com/users/z17/orgs", + "repos_url": "https://api.github.com/users/z17/repos", + "events_url": "https://api.github.com/users/z17/events{/privacy}", + "received_events_url": "https://api.github.com/users/z17/received_events", "type": "User", "site_admin": false }, - "content_type": "application/octet-stream", + "content_type": "application/x-debian-package", "state": "uploaded", - "size": 75, - "download_count": 4504, - "created_at": "2017-03-15T11:30:12Z", - "updated_at": "2017-03-15T11:30:13Z", - "browser_download_url": "https://github.com/bartkozal/coypu/releases/download/v1.3.0/RELEASES" + "size": 31169424, + "download_count": 86, + "created_at": "2018-09-29T19:23:22Z", + "updated_at": "2018-09-29T19:23:24Z", + "browser_download_url": "https://github.com/z17/home-accounting-system/releases/download/v.1.2.3/Cromberg_1.2.3_amd64.deb" } ], - "tarball_url": "https://api.github.com/repos/bartkozal/coypu/tarball/v1.3.0", - "zipball_url": "https://api.github.com/repos/bartkozal/coypu/zipball/v1.3.0", - "body_html": "" + "tarball_url": "https://api.github.com/repos/z17/home-accounting-system/tarball/v.1.2.3", + "zipball_url": "https://api.github.com/repos/z17/home-accounting-system/zipball/v.1.2.3", + "body_html": "

Release notes:

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:13.381Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:21.233Z" }, "crossover": { "latestRelease": { @@ -17429,7 +17429,7 @@ "content_type": "application/x-yaml", "state": "uploaded", "size": 611, - "download_count": 82, + "download_count": 83, "created_at": "2020-06-30T07:56:28Z", "updated_at": "2020-06-30T07:56:29Z", "browser_download_url": "https://github.com/lacymorrow/crossover/releases/download/v0.3.12/builder-effective-config.yaml" @@ -17463,7 +17463,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 65352744, - "download_count": 252, + "download_count": 253, "created_at": "2020-06-30T07:57:47Z", "updated_at": "2020-06-30T07:59:21Z", "browser_download_url": "https://github.com/lacymorrow/crossover/releases/download/v0.3.12/CrossOver-0.3.12-mac.zip" @@ -17599,7 +17599,7 @@ "content_type": "application/x-msdownload", "state": "uploaded", "size": 43296564, - "download_count": 1397, + "download_count": 1409, "created_at": "2020-06-30T08:00:52Z", "updated_at": "2020-06-30T08:01:18Z", "browser_download_url": "https://github.com/lacymorrow/crossover/releases/download/v0.3.12/CrossOver-0.3.12.exe" @@ -17633,7 +17633,7 @@ "content_type": "application/x-msdownload", "state": "uploaded", "size": 43487373, - "download_count": 3454, + "download_count": 3467, "created_at": "2020-06-30T08:01:17Z", "updated_at": "2020-06-30T08:01:35Z", "browser_download_url": "https://github.com/lacymorrow/crossover/releases/download/v0.3.12/CrossOver-Setup-0.3.12.exe" @@ -17667,7 +17667,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 45104, - "download_count": 1544, + "download_count": 1549, "created_at": "2020-06-30T08:01:35Z", "updated_at": "2020-06-30T08:01:36Z", "browser_download_url": "https://github.com/lacymorrow/crossover/releases/download/v0.3.12/CrossOver-Setup-0.3.12.exe.blockmap" @@ -17701,7 +17701,7 @@ "content_type": "application/x-msdownload", "state": "uploaded", "size": 43487373, - "download_count": 5424, + "download_count": 5473, "created_at": "2020-06-30T08:01:36Z", "updated_at": "2020-06-30T08:01:47Z", "browser_download_url": "https://github.com/lacymorrow/crossover/releases/download/v0.3.12/CrossOver.exe" @@ -17803,7 +17803,7 @@ "content_type": "application/x-yaml", "state": "uploaded", "size": 519, - "download_count": 794, + "download_count": 795, "created_at": "2020-06-30T08:01:47Z", "updated_at": "2020-06-30T08:01:47Z", "browser_download_url": "https://github.com/lacymorrow/crossover/releases/download/v0.3.12/latest-mac.yml" @@ -17837,7 +17837,7 @@ "content_type": "application/x-yaml", "state": "uploaded", "size": 349, - "download_count": 84116, + "download_count": 84810, "created_at": "2020-06-30T08:01:47Z", "updated_at": "2020-06-30T08:01:48Z", "browser_download_url": "https://github.com/lacymorrow/crossover/releases/download/v0.3.12/latest.yml" @@ -17847,7 +17847,7 @@ "zipball_url": "https://api.github.com/repos/lacymorrow/crossover/zipball/v0.3.12", "body_html": "

Bug fixes my friends :)

\n\n

v0.3.11...v0.3.12

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:13.415Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:21.238Z" }, "crypter": { "latestRelease": { @@ -17914,7 +17914,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 79917393, - "download_count": 69, + "download_count": 71, "created_at": "2020-08-04T17:17:37Z", "updated_at": "2020-08-04T17:17:39Z", "browser_download_url": "https://github.com/HR/Crypter/releases/download/v5.0.0/Crypter-5.0.0-i386.AppImage" @@ -18084,7 +18084,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 109056706, - "download_count": 144, + "download_count": 147, "created_at": "2020-08-04T17:16:52Z", "updated_at": "2020-08-04T17:16:56Z", "browser_download_url": "https://github.com/HR/Crypter/releases/download/v5.0.0/Crypter-Setup-5.0.0.exe" @@ -18230,7 +18230,88 @@ "zipball_url": "https://api.github.com/repos/HR/Crypter/zipball/v5.0.0", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:13.513Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:21.329Z" + }, + "crypto-bot": { + "latestRelease": null, + "latestReleaseFetchedAt": "2020-09-18T00:10:21.333Z" + }, + "cryptobar": { + "latestRelease": { + "url": "https://api.github.com/repos/adlerluiz/CryptoBar/releases/12192550", + "assets_url": "https://api.github.com/repos/adlerluiz/CryptoBar/releases/12192550/assets", + "upload_url": "https://uploads.github.com/repos/adlerluiz/CryptoBar/releases/12192550/assets{?name,label}", + "html_url": "https://github.com/adlerluiz/CryptoBar/releases/tag/v1.8.1", + "id": 12192550, + "node_id": "MDc6UmVsZWFzZTEyMTkyNTUw", + "tag_name": "v1.8.1", + "target_commitish": "master", + "name": "v1.8.1", + "draft": false, + "author": { + "login": "adlerluiz", + "id": 2112638, + "node_id": "MDQ6VXNlcjIxMTI2Mzg=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2112638?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adlerluiz", + "html_url": "https://github.com/adlerluiz", + "followers_url": "https://api.github.com/users/adlerluiz/followers", + "following_url": "https://api.github.com/users/adlerluiz/following{/other_user}", + "gists_url": "https://api.github.com/users/adlerluiz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adlerluiz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adlerluiz/subscriptions", + "organizations_url": "https://api.github.com/users/adlerluiz/orgs", + "repos_url": "https://api.github.com/users/adlerluiz/repos", + "events_url": "https://api.github.com/users/adlerluiz/events{/privacy}", + "received_events_url": "https://api.github.com/users/adlerluiz/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2018-07-31T20:35:24Z", + "published_at": "2018-07-31T20:36:24Z", + "assets": [ + { + "url": "https://api.github.com/repos/adlerluiz/CryptoBar/releases/assets/8081337", + "id": 8081337, + "node_id": "MDEyOlJlbGVhc2VBc3NldDgwODEzMzc=", + "name": "CryptoBarSetup.exe", + "label": null, + "uploader": { + "login": "adlerluiz", + "id": 2112638, + "node_id": "MDQ6VXNlcjIxMTI2Mzg=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2112638?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adlerluiz", + "html_url": "https://github.com/adlerluiz", + "followers_url": "https://api.github.com/users/adlerluiz/followers", + "following_url": "https://api.github.com/users/adlerluiz/following{/other_user}", + "gists_url": "https://api.github.com/users/adlerluiz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adlerluiz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adlerluiz/subscriptions", + "organizations_url": "https://api.github.com/users/adlerluiz/orgs", + "repos_url": "https://api.github.com/users/adlerluiz/repos", + "events_url": "https://api.github.com/users/adlerluiz/events{/privacy}", + "received_events_url": "https://api.github.com/users/adlerluiz/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-msdownload", + "state": "uploaded", + "size": 36331068, + "download_count": 436, + "created_at": "2018-07-31T20:39:19Z", + "updated_at": "2018-07-31T20:41:48Z", + "browser_download_url": "https://github.com/adlerluiz/CryptoBar/releases/download/v1.8.1/CryptoBarSetup.exe" + } + ], + "tarball_url": "https://api.github.com/repos/adlerluiz/CryptoBar/tarball/v1.8.1", + "zipball_url": "https://api.github.com/repos/adlerluiz/CryptoBar/zipball/v1.8.1", + "body_html": "

Fix to build

" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:21.345Z" }, "cryptoarm-gost": { "latestRelease": { @@ -18297,7 +18378,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 81194310, - "download_count": 1534, + "download_count": 1538, "created_at": "2020-01-23T08:27:17Z", "updated_at": "2020-01-23T08:28:34Z", "browser_download_url": "https://github.com/TrustedRu/CryptoARMGOST/releases/download/v2.2.1/cryptoarm-gost-v2.2.1-darwin-x64.pkg" @@ -18331,7 +18412,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 55180822, - "download_count": 549, + "download_count": 550, "created_at": "2020-01-28T06:27:23Z", "updated_at": "2020-01-28T06:27:53Z", "browser_download_url": "https://github.com/TrustedRu/CryptoARMGOST/releases/download/v2.2.1/cryptoarm-gost-v2.2.1-linux-x64.deb" @@ -18399,7 +18480,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 80007168, - "download_count": 13667, + "download_count": 13705, "created_at": "2020-01-31T09:02:54Z", "updated_at": "2020-01-31T09:03:37Z", "browser_download_url": "https://github.com/TrustedRu/CryptoARMGOST/releases/download/v2.2.1/cryptoarm-gost-v2.2.1-win32-x64.msi" @@ -18433,7 +18514,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 69681152, - "download_count": 3746, + "download_count": 3753, "created_at": "2020-01-31T09:02:54Z", "updated_at": "2020-01-31T09:03:37Z", "browser_download_url": "https://github.com/TrustedRu/CryptoARMGOST/releases/download/v2.2.1/cryptoarm-gost-v2.2.1-win32.msi" @@ -18443,88 +18524,11 @@ "zipball_url": "https://api.github.com/repos/TrustedRu/CryptoARMGOST/zipball/v2.2.1", "body_html": "

Список изменений

\n\n

Замечания

\n

Для работы приложения у вас должен быть установлен КриптоПро CSP 5.0

\n

Ключ для работы в режиме замкнутой программной среды Astra Linux SE.

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:13.738Z" - }, - "cryptobar": { - "latestRelease": { - "url": "https://api.github.com/repos/adlerluiz/CryptoBar/releases/12192550", - "assets_url": "https://api.github.com/repos/adlerluiz/CryptoBar/releases/12192550/assets", - "upload_url": "https://uploads.github.com/repos/adlerluiz/CryptoBar/releases/12192550/assets{?name,label}", - "html_url": "https://github.com/adlerluiz/CryptoBar/releases/tag/v1.8.1", - "id": 12192550, - "node_id": "MDc6UmVsZWFzZTEyMTkyNTUw", - "tag_name": "v1.8.1", - "target_commitish": "master", - "name": "v1.8.1", - "draft": false, - "author": { - "login": "adlerluiz", - "id": 2112638, - "node_id": "MDQ6VXNlcjIxMTI2Mzg=", - "avatar_url": "https://avatars3.githubusercontent.com/u/2112638?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/adlerluiz", - "html_url": "https://github.com/adlerluiz", - "followers_url": "https://api.github.com/users/adlerluiz/followers", - "following_url": "https://api.github.com/users/adlerluiz/following{/other_user}", - "gists_url": "https://api.github.com/users/adlerluiz/gists{/gist_id}", - "starred_url": "https://api.github.com/users/adlerluiz/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/adlerluiz/subscriptions", - "organizations_url": "https://api.github.com/users/adlerluiz/orgs", - "repos_url": "https://api.github.com/users/adlerluiz/repos", - "events_url": "https://api.github.com/users/adlerluiz/events{/privacy}", - "received_events_url": "https://api.github.com/users/adlerluiz/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2018-07-31T20:35:24Z", - "published_at": "2018-07-31T20:36:24Z", - "assets": [ - { - "url": "https://api.github.com/repos/adlerluiz/CryptoBar/releases/assets/8081337", - "id": 8081337, - "node_id": "MDEyOlJlbGVhc2VBc3NldDgwODEzMzc=", - "name": "CryptoBarSetup.exe", - "label": null, - "uploader": { - "login": "adlerluiz", - "id": 2112638, - "node_id": "MDQ6VXNlcjIxMTI2Mzg=", - "avatar_url": "https://avatars3.githubusercontent.com/u/2112638?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/adlerluiz", - "html_url": "https://github.com/adlerluiz", - "followers_url": "https://api.github.com/users/adlerluiz/followers", - "following_url": "https://api.github.com/users/adlerluiz/following{/other_user}", - "gists_url": "https://api.github.com/users/adlerluiz/gists{/gist_id}", - "starred_url": "https://api.github.com/users/adlerluiz/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/adlerluiz/subscriptions", - "organizations_url": "https://api.github.com/users/adlerluiz/orgs", - "repos_url": "https://api.github.com/users/adlerluiz/repos", - "events_url": "https://api.github.com/users/adlerluiz/events{/privacy}", - "received_events_url": "https://api.github.com/users/adlerluiz/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-msdownload", - "state": "uploaded", - "size": 36331068, - "download_count": 436, - "created_at": "2018-07-31T20:39:19Z", - "updated_at": "2018-07-31T20:41:48Z", - "browser_download_url": "https://github.com/adlerluiz/CryptoBar/releases/download/v1.8.1/CryptoBarSetup.exe" - } - ], - "tarball_url": "https://api.github.com/repos/adlerluiz/CryptoBar/tarball/v1.8.1", - "zipball_url": "https://api.github.com/repos/adlerluiz/CryptoBar/zipball/v1.8.1", - "body_html": "

Fix to build

" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:13.771Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:21.367Z" }, - "crypto-bot": { + "cryptowallet": { "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:13.786Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:21.378Z" }, "cryptoseed": { "latestRelease": { @@ -18737,11 +18741,7 @@ "zipball_url": "https://api.github.com/repos/anderson-arlen/cryptoseed/zipball/v1.1.0", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:13.893Z" - }, - "cryptowallet": { - "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:14.040Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:21.425Z" }, "csv-to-sqlite": { "latestRelease": { @@ -18842,7 +18842,7 @@ "content_type": "application/x-msdownload", "state": "uploaded", "size": 42316200, - "download_count": 1042, + "download_count": 1043, "created_at": "2018-07-30T23:05:05Z", "updated_at": "2018-07-30T23:06:04Z", "browser_download_url": "https://github.com/isaiahnields/csv-to-sqlite/releases/download/1.0.0/CSV.to.SQLite.Setup.1.0.0.exe" @@ -18852,7 +18852,7 @@ "zipball_url": "https://api.github.com/repos/isaiahnields/csv-to-sqlite/zipball/1.0.0", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:14.114Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:21.439Z" }, "cumulus": { "latestRelease": { @@ -18919,7 +18919,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 52265551, - "download_count": 8467, + "download_count": 8468, "created_at": "2017-04-13T15:29:54Z", "updated_at": "2017-04-13T15:30:15Z", "browser_download_url": "https://github.com/gillesdemey/Cumulus/releases/download/v0.10.1/Cumulus-0.10.1.dmg" @@ -18929,7 +18929,7 @@ "zipball_url": "https://api.github.com/repos/gillesdemey/Cumulus/zipball/v0.10.1", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:14.147Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:21.455Z" }, "cypress": { "latestRelease": { @@ -18971,152 +18971,7 @@ "zipball_url": "https://api.github.com/repos/cypress-io/cypress/zipball/v5.2.0", "body_html": "

Released 9/15/2020

\n

Features:

\n\n

Performance Improvements:

\n\n

Bugfixes:

\n\n

Documentation Changes:

\n\n

Misc:

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:14.270Z" - }, - "d-tools": { - "latestRelease": { - "url": "https://api.github.com/repos/geminate/d-tools/releases/14696412", - "assets_url": "https://api.github.com/repos/geminate/d-tools/releases/14696412/assets", - "upload_url": "https://uploads.github.com/repos/geminate/d-tools/releases/14696412/assets{?name,label}", - "html_url": "https://github.com/geminate/d-tools/releases/tag/v0.1.7", - "id": 14696412, - "node_id": "MDc6UmVsZWFzZTE0Njk2NDEy", - "tag_name": "v0.1.7", - "target_commitish": "master", - "name": "v0.1.7", - "draft": false, - "author": { - "login": "geminate", - "id": 13115559, - "node_id": "MDQ6VXNlcjEzMTE1NTU5", - "avatar_url": "https://avatars2.githubusercontent.com/u/13115559?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/geminate", - "html_url": "https://github.com/geminate", - "followers_url": "https://api.github.com/users/geminate/followers", - "following_url": "https://api.github.com/users/geminate/following{/other_user}", - "gists_url": "https://api.github.com/users/geminate/gists{/gist_id}", - "starred_url": "https://api.github.com/users/geminate/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/geminate/subscriptions", - "organizations_url": "https://api.github.com/users/geminate/orgs", - "repos_url": "https://api.github.com/users/geminate/repos", - "events_url": "https://api.github.com/users/geminate/events{/privacy}", - "received_events_url": "https://api.github.com/users/geminate/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2018-12-26T01:28:14Z", - "published_at": "2018-12-26T02:29:35Z", - "assets": [ - { - "url": "https://api.github.com/repos/geminate/d-tools/releases/assets/10305097", - "id": 10305097, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwMzA1MDk3", - "name": "DTools-0.1.7_linux.AppImage", - "label": null, - "uploader": { - "login": "geminate", - "id": 13115559, - "node_id": "MDQ6VXNlcjEzMTE1NTU5", - "avatar_url": "https://avatars2.githubusercontent.com/u/13115559?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/geminate", - "html_url": "https://github.com/geminate", - "followers_url": "https://api.github.com/users/geminate/followers", - "following_url": "https://api.github.com/users/geminate/following{/other_user}", - "gists_url": "https://api.github.com/users/geminate/gists{/gist_id}", - "starred_url": "https://api.github.com/users/geminate/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/geminate/subscriptions", - "organizations_url": "https://api.github.com/users/geminate/orgs", - "repos_url": "https://api.github.com/users/geminate/repos", - "events_url": "https://api.github.com/users/geminate/events{/privacy}", - "received_events_url": "https://api.github.com/users/geminate/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 56951054, - "download_count": 181, - "created_at": "2018-12-26T02:27:12Z", - "updated_at": "2018-12-26T02:28:54Z", - "browser_download_url": "https://github.com/geminate/d-tools/releases/download/v0.1.7/DTools-0.1.7_linux.AppImage" - }, - { - "url": "https://api.github.com/repos/geminate/d-tools/releases/assets/10305096", - "id": 10305096, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwMzA1MDk2", - "name": "DTools-0.1.7_mac.dmg", - "label": null, - "uploader": { - "login": "geminate", - "id": 13115559, - "node_id": "MDQ6VXNlcjEzMTE1NTU5", - "avatar_url": "https://avatars2.githubusercontent.com/u/13115559?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/geminate", - "html_url": "https://github.com/geminate", - "followers_url": "https://api.github.com/users/geminate/followers", - "following_url": "https://api.github.com/users/geminate/following{/other_user}", - "gists_url": "https://api.github.com/users/geminate/gists{/gist_id}", - "starred_url": "https://api.github.com/users/geminate/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/geminate/subscriptions", - "organizations_url": "https://api.github.com/users/geminate/orgs", - "repos_url": "https://api.github.com/users/geminate/repos", - "events_url": "https://api.github.com/users/geminate/events{/privacy}", - "received_events_url": "https://api.github.com/users/geminate/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 56137090, - "download_count": 264, - "created_at": "2018-12-26T02:27:11Z", - "updated_at": "2018-12-26T02:28:04Z", - "browser_download_url": "https://github.com/geminate/d-tools/releases/download/v0.1.7/DTools-0.1.7_mac.dmg" - }, - { - "url": "https://api.github.com/repos/geminate/d-tools/releases/assets/10305098", - "id": 10305098, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwMzA1MDk4", - "name": "DTools-0.1.7_win.rar", - "label": null, - "uploader": { - "login": "geminate", - "id": 13115559, - "node_id": "MDQ6VXNlcjEzMTE1NTU5", - "avatar_url": "https://avatars2.githubusercontent.com/u/13115559?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/geminate", - "html_url": "https://github.com/geminate", - "followers_url": "https://api.github.com/users/geminate/followers", - "following_url": "https://api.github.com/users/geminate/following{/other_user}", - "gists_url": "https://api.github.com/users/geminate/gists{/gist_id}", - "starred_url": "https://api.github.com/users/geminate/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/geminate/subscriptions", - "organizations_url": "https://api.github.com/users/geminate/orgs", - "repos_url": "https://api.github.com/users/geminate/repos", - "events_url": "https://api.github.com/users/geminate/events{/privacy}", - "received_events_url": "https://api.github.com/users/geminate/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 44555327, - "download_count": 267, - "created_at": "2018-12-26T02:27:13Z", - "updated_at": "2018-12-26T02:29:33Z", - "browser_download_url": "https://github.com/geminate/d-tools/releases/download/v0.1.7/DTools-0.1.7_win.rar" - } - ], - "tarball_url": "https://api.github.com/repos/geminate/d-tools/tarball/v0.1.7", - "zipball_url": "https://api.github.com/repos/geminate/d-tools/zipball/v0.1.7", - "body_html": "

Feat

\n\n

Fix

\n" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:14.400Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:21.496Z" }, "darkj": { "latestRelease": { @@ -19217,7 +19072,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 56803693, - "download_count": 1735, + "download_count": 1737, "created_at": "2018-10-13T19:44:32Z", "updated_at": "2018-10-13T19:44:41Z", "browser_download_url": "https://github.com/Yamazaki93/DarkJ-Release/releases/download/v0.1.1/DarkJ-0.1.1.dmg" @@ -19285,7 +19140,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 41620447, - "download_count": 1855, + "download_count": 1856, "created_at": "2018-10-13T10:11:44Z", "updated_at": "2018-10-13T10:11:51Z", "browser_download_url": "https://github.com/Yamazaki93/DarkJ-Release/releases/download/v0.1.1/darkj-setup-0.1.1.exe" @@ -19353,7 +19208,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 460, - "download_count": 2696, + "download_count": 2700, "created_at": "2018-10-13T19:45:04Z", "updated_at": "2018-10-13T19:45:04Z", "browser_download_url": "https://github.com/Yamazaki93/DarkJ-Release/releases/download/v0.1.1/latest-mac.yml" @@ -19387,7 +19242,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 338, - "download_count": 1738, + "download_count": 1739, "created_at": "2018-10-13T10:11:52Z", "updated_at": "2018-10-13T10:11:52Z", "browser_download_url": "https://github.com/Yamazaki93/DarkJ-Release/releases/download/v0.1.1/latest.yml" @@ -19397,7 +19252,152 @@ "zipball_url": "https://api.github.com/repos/Yamazaki93/DarkJ-Release/zipball/v0.1.1", "body_html": "

Bug fix release, see milestone 0.1.1 for details on issues fixed.

\n

NOTE
\nBefore 0.1.1, DarkJ is not signed so auto update on MacOS would not work. 0.1.1 has been signed with proper certificate so auto update should work properly now.

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:14.461Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:21.542Z" + }, + "d-tools": { + "latestRelease": { + "url": "https://api.github.com/repos/geminate/d-tools/releases/14696412", + "assets_url": "https://api.github.com/repos/geminate/d-tools/releases/14696412/assets", + "upload_url": "https://uploads.github.com/repos/geminate/d-tools/releases/14696412/assets{?name,label}", + "html_url": "https://github.com/geminate/d-tools/releases/tag/v0.1.7", + "id": 14696412, + "node_id": "MDc6UmVsZWFzZTE0Njk2NDEy", + "tag_name": "v0.1.7", + "target_commitish": "master", + "name": "v0.1.7", + "draft": false, + "author": { + "login": "geminate", + "id": 13115559, + "node_id": "MDQ6VXNlcjEzMTE1NTU5", + "avatar_url": "https://avatars2.githubusercontent.com/u/13115559?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/geminate", + "html_url": "https://github.com/geminate", + "followers_url": "https://api.github.com/users/geminate/followers", + "following_url": "https://api.github.com/users/geminate/following{/other_user}", + "gists_url": "https://api.github.com/users/geminate/gists{/gist_id}", + "starred_url": "https://api.github.com/users/geminate/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/geminate/subscriptions", + "organizations_url": "https://api.github.com/users/geminate/orgs", + "repos_url": "https://api.github.com/users/geminate/repos", + "events_url": "https://api.github.com/users/geminate/events{/privacy}", + "received_events_url": "https://api.github.com/users/geminate/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2018-12-26T01:28:14Z", + "published_at": "2018-12-26T02:29:35Z", + "assets": [ + { + "url": "https://api.github.com/repos/geminate/d-tools/releases/assets/10305097", + "id": 10305097, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwMzA1MDk3", + "name": "DTools-0.1.7_linux.AppImage", + "label": null, + "uploader": { + "login": "geminate", + "id": 13115559, + "node_id": "MDQ6VXNlcjEzMTE1NTU5", + "avatar_url": "https://avatars2.githubusercontent.com/u/13115559?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/geminate", + "html_url": "https://github.com/geminate", + "followers_url": "https://api.github.com/users/geminate/followers", + "following_url": "https://api.github.com/users/geminate/following{/other_user}", + "gists_url": "https://api.github.com/users/geminate/gists{/gist_id}", + "starred_url": "https://api.github.com/users/geminate/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/geminate/subscriptions", + "organizations_url": "https://api.github.com/users/geminate/orgs", + "repos_url": "https://api.github.com/users/geminate/repos", + "events_url": "https://api.github.com/users/geminate/events{/privacy}", + "received_events_url": "https://api.github.com/users/geminate/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 56951054, + "download_count": 181, + "created_at": "2018-12-26T02:27:12Z", + "updated_at": "2018-12-26T02:28:54Z", + "browser_download_url": "https://github.com/geminate/d-tools/releases/download/v0.1.7/DTools-0.1.7_linux.AppImage" + }, + { + "url": "https://api.github.com/repos/geminate/d-tools/releases/assets/10305096", + "id": 10305096, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwMzA1MDk2", + "name": "DTools-0.1.7_mac.dmg", + "label": null, + "uploader": { + "login": "geminate", + "id": 13115559, + "node_id": "MDQ6VXNlcjEzMTE1NTU5", + "avatar_url": "https://avatars2.githubusercontent.com/u/13115559?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/geminate", + "html_url": "https://github.com/geminate", + "followers_url": "https://api.github.com/users/geminate/followers", + "following_url": "https://api.github.com/users/geminate/following{/other_user}", + "gists_url": "https://api.github.com/users/geminate/gists{/gist_id}", + "starred_url": "https://api.github.com/users/geminate/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/geminate/subscriptions", + "organizations_url": "https://api.github.com/users/geminate/orgs", + "repos_url": "https://api.github.com/users/geminate/repos", + "events_url": "https://api.github.com/users/geminate/events{/privacy}", + "received_events_url": "https://api.github.com/users/geminate/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 56137090, + "download_count": 264, + "created_at": "2018-12-26T02:27:11Z", + "updated_at": "2018-12-26T02:28:04Z", + "browser_download_url": "https://github.com/geminate/d-tools/releases/download/v0.1.7/DTools-0.1.7_mac.dmg" + }, + { + "url": "https://api.github.com/repos/geminate/d-tools/releases/assets/10305098", + "id": 10305098, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwMzA1MDk4", + "name": "DTools-0.1.7_win.rar", + "label": null, + "uploader": { + "login": "geminate", + "id": 13115559, + "node_id": "MDQ6VXNlcjEzMTE1NTU5", + "avatar_url": "https://avatars2.githubusercontent.com/u/13115559?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/geminate", + "html_url": "https://github.com/geminate", + "followers_url": "https://api.github.com/users/geminate/followers", + "following_url": "https://api.github.com/users/geminate/following{/other_user}", + "gists_url": "https://api.github.com/users/geminate/gists{/gist_id}", + "starred_url": "https://api.github.com/users/geminate/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/geminate/subscriptions", + "organizations_url": "https://api.github.com/users/geminate/orgs", + "repos_url": "https://api.github.com/users/geminate/repos", + "events_url": "https://api.github.com/users/geminate/events{/privacy}", + "received_events_url": "https://api.github.com/users/geminate/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 44555327, + "download_count": 267, + "created_at": "2018-12-26T02:27:13Z", + "updated_at": "2018-12-26T02:29:33Z", + "browser_download_url": "https://github.com/geminate/d-tools/releases/download/v0.1.7/DTools-0.1.7_win.rar" + } + ], + "tarball_url": "https://api.github.com/repos/geminate/d-tools/tarball/v0.1.7", + "zipball_url": "https://api.github.com/repos/geminate/d-tools/zipball/v0.1.7", + "body_html": "

Feat

\n\n

Fix

\n" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:21.543Z" }, "dat": { "latestRelease": { @@ -19498,7 +19498,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 81261704, - "download_count": 359, + "download_count": 360, "created_at": "2020-02-18T06:30:36Z", "updated_at": "2020-02-18T06:30:40Z", "browser_download_url": "https://github.com/datproject/dat-desktop/releases/download/v3.0.1/Dat-Desktop-3.0.1-mac.zip" @@ -19532,7 +19532,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 87339617, - "download_count": 174, + "download_count": 176, "created_at": "2020-02-18T06:28:22Z", "updated_at": "2020-02-18T06:28:25Z", "browser_download_url": "https://github.com/datproject/dat-desktop/releases/download/v3.0.1/Dat-Desktop-3.0.1.AppImage" @@ -19566,7 +19566,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 84205695, - "download_count": 128, + "download_count": 129, "created_at": "2020-02-18T06:31:01Z", "updated_at": "2020-02-18T06:31:04Z", "browser_download_url": "https://github.com/datproject/dat-desktop/releases/download/v3.0.1/Dat-Desktop-3.0.1.dmg" @@ -19634,7 +19634,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 112996494, - "download_count": 405, + "download_count": 407, "created_at": "2020-02-18T06:30:27Z", "updated_at": "2020-02-18T06:30:33Z", "browser_download_url": "https://github.com/datproject/dat-desktop/releases/download/v3.0.1/Dat-Desktop-Setup-3.0.1.exe" @@ -19882,7 +19882,7 @@ "zipball_url": "https://api.github.com/repos/datproject/dat-desktop/zipball/v3.0.1", "body_html": "

Bug Fixes

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:14.550Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:21.550Z" }, "data-pixels-playground": { "latestRelease": { @@ -19959,7 +19959,7 @@ "zipball_url": "https://api.github.com/repos/gmattie/Data-Pixels/zipball/1.1.0", "body_html": "

New Features:

\n\n

Maintenance:

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:14.626Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:21.596Z" }, "data-store": { "latestRelease": { @@ -20036,7 +20036,7 @@ "zipball_url": "https://api.github.com/repos/TianlunXiong/DataStore/zipball/v0.1.1", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:14.727Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:21.630Z" }, "dbglass": { "latestRelease": { @@ -20171,7 +20171,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 72070987, - "download_count": 5538, + "download_count": 5539, "created_at": "2016-10-28T09:16:00Z", "updated_at": "2016-10-28T09:17:07Z", "browser_download_url": "https://github.com/web-pal/DBGlass/releases/download/v0.1.0-beta.6/MAC_OS-X.zip" @@ -20239,7 +20239,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 85015008, - "download_count": 2639, + "download_count": 2640, "created_at": "2016-10-28T09:17:11Z", "updated_at": "2016-10-28T09:18:16Z", "browser_download_url": "https://github.com/web-pal/DBGlass/releases/download/v0.1.0-beta.6/win32-x64.zip" @@ -20249,7 +20249,7 @@ "zipball_url": "https://api.github.com/repos/web-pal/DBGlass/zipball/v0.1.0-beta.6", "body_html": "

Add Ctr/CMD - R hotkey for refresh tables
\nAdd new feature seach table #29 Thanks @y-takey

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:14.847Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:21.635Z" }, "debugtron": { "latestRelease": { @@ -20350,7 +20350,7 @@ "content_type": "application/x-msdownload", "state": "uploaded", "size": 63572480, - "download_count": 1031, + "download_count": 1033, "created_at": "2020-01-13T11:21:50Z", "updated_at": "2020-01-13T11:22:30Z", "browser_download_url": "https://github.com/bytedance/debugtron/releases/download/v0.5.0/Debugtron-0.5.0.Setup.exe" @@ -20452,7 +20452,7 @@ "content_type": "application/x-zip-compressed", "state": "uploaded", "size": 65882983, - "download_count": 430, + "download_count": 432, "created_at": "2020-01-13T11:21:43Z", "updated_at": "2020-01-13T11:22:24Z", "browser_download_url": "https://github.com/bytedance/debugtron/releases/download/v0.5.0/Debugtron-win32-x64-0.5.0.zip" @@ -20462,7 +20462,7 @@ "zipball_url": "https://api.github.com/repos/bytedance/debugtron/zipball/v0.5.0", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:14.878Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:21.653Z" }, "deckboard": { "latestRelease": { @@ -20529,7 +20529,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 134227788, - "download_count": 8976, + "download_count": 9127, "created_at": "2020-08-28T19:21:01Z", "updated_at": "2020-08-28T19:21:51Z", "browser_download_url": "https://github.com/rivafarabi/deckboard/releases/download/v1.9.61/Deckboard-Setup-1.9.61.exe" @@ -20563,7 +20563,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 137878, - "download_count": 5349, + "download_count": 5396, "created_at": "2020-08-28T19:21:01Z", "updated_at": "2020-08-28T19:21:02Z", "browser_download_url": "https://github.com/rivafarabi/deckboard/releases/download/v1.9.61/Deckboard-Setup-1.9.61.exe.blockmap" @@ -20597,7 +20597,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 350, - "download_count": 41558, + "download_count": 42743, "created_at": "2020-08-28T19:21:51Z", "updated_at": "2020-08-28T19:21:51Z", "browser_download_url": "https://github.com/rivafarabi/deckboard/releases/download/v1.9.61/latest.yml" @@ -20607,118 +20607,7 @@ "zipball_url": "https://api.github.com/repos/rivafarabi/deckboard/zipball/v1.9.61", "body_html": "

Features

\n\n

Patches

\n\n

Bug fix

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:15.002Z" - }, - "deco-ide": { - "latestRelease": { - "url": "https://api.github.com/repos/decosoftware/deco-ide/releases/3572947", - "assets_url": "https://api.github.com/repos/decosoftware/deco-ide/releases/3572947/assets", - "upload_url": "https://uploads.github.com/repos/decosoftware/deco-ide/releases/3572947/assets{?name,label}", - "html_url": "https://github.com/decosoftware/deco-ide/releases/tag/v0.7.1", - "id": 3572947, - "node_id": "MDc6UmVsZWFzZTM1NzI5NDc=", - "tag_name": "v0.7.1", - "target_commitish": "release", - "name": "0.7.1", - "draft": false, - "author": { - "login": "gdowens", - "id": 977466, - "node_id": "MDQ6VXNlcjk3NzQ2Ng==", - "avatar_url": "https://avatars3.githubusercontent.com/u/977466?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/gdowens", - "html_url": "https://github.com/gdowens", - "followers_url": "https://api.github.com/users/gdowens/followers", - "following_url": "https://api.github.com/users/gdowens/following{/other_user}", - "gists_url": "https://api.github.com/users/gdowens/gists{/gist_id}", - "starred_url": "https://api.github.com/users/gdowens/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/gdowens/subscriptions", - "organizations_url": "https://api.github.com/users/gdowens/orgs", - "repos_url": "https://api.github.com/users/gdowens/repos", - "events_url": "https://api.github.com/users/gdowens/events{/privacy}", - "received_events_url": "https://api.github.com/users/gdowens/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2016-07-01T20:34:59Z", - "published_at": "2016-07-01T21:36:16Z", - "assets": [ - { - "url": "https://api.github.com/repos/decosoftware/deco-ide/releases/assets/1931737", - "id": 1931737, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE5MzE3Mzc=", - "name": "Deco-0.7.1-osx.zip", - "label": null, - "uploader": { - "login": "gdowens", - "id": 977466, - "node_id": "MDQ6VXNlcjk3NzQ2Ng==", - "avatar_url": "https://avatars3.githubusercontent.com/u/977466?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/gdowens", - "html_url": "https://github.com/gdowens", - "followers_url": "https://api.github.com/users/gdowens/followers", - "following_url": "https://api.github.com/users/gdowens/following{/other_user}", - "gists_url": "https://api.github.com/users/gdowens/gists{/gist_id}", - "starred_url": "https://api.github.com/users/gdowens/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/gdowens/subscriptions", - "organizations_url": "https://api.github.com/users/gdowens/orgs", - "repos_url": "https://api.github.com/users/gdowens/repos", - "events_url": "https://api.github.com/users/gdowens/events{/privacy}", - "received_events_url": "https://api.github.com/users/gdowens/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 183314769, - "download_count": 10622, - "created_at": "2016-07-01T21:32:44Z", - "updated_at": "2016-07-01T21:34:27Z", - "browser_download_url": "https://github.com/decosoftware/deco-ide/releases/download/v0.7.1/Deco-0.7.1-osx.zip" - }, - { - "url": "https://api.github.com/repos/decosoftware/deco-ide/releases/assets/1931736", - "id": 1931736, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE5MzE3MzY=", - "name": "Deco-0.7.1.pkg", - "label": null, - "uploader": { - "login": "gdowens", - "id": 977466, - "node_id": "MDQ6VXNlcjk3NzQ2Ng==", - "avatar_url": "https://avatars3.githubusercontent.com/u/977466?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/gdowens", - "html_url": "https://github.com/gdowens", - "followers_url": "https://api.github.com/users/gdowens/followers", - "following_url": "https://api.github.com/users/gdowens/following{/other_user}", - "gists_url": "https://api.github.com/users/gdowens/gists{/gist_id}", - "starred_url": "https://api.github.com/users/gdowens/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/gdowens/subscriptions", - "organizations_url": "https://api.github.com/users/gdowens/orgs", - "repos_url": "https://api.github.com/users/gdowens/repos", - "events_url": "https://api.github.com/users/gdowens/events{/privacy}", - "received_events_url": "https://api.github.com/users/gdowens/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 101275433, - "download_count": 20424, - "created_at": "2016-07-01T21:32:44Z", - "updated_at": "2016-07-01T21:33:18Z", - "browser_download_url": "https://github.com/decosoftware/deco-ide/releases/download/v0.7.1/Deco-0.7.1.pkg" - } - ], - "tarball_url": "https://api.github.com/repos/decosoftware/deco-ide/tarball/v0.7.1", - "zipball_url": "https://api.github.com/repos/decosoftware/deco-ide/zipball/v0.7.1", - "body_html": "

Release Notes 0.7.1

\n

A small, but much needed update to the 0.7.0 release. This fixes an issue with existing projects using the wrong project settings defaults.

\n

Thanks for patience while we worked everything out 🙏

\n

fix simulator app path #110

" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:15.067Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:21.689Z" }, "deer": { "latestRelease": { @@ -20931,7 +20820,118 @@ "zipball_url": "https://api.github.com/repos/abahmed/Deer/zipball/v1.0.0", "body_html": "

We are happy to release 🎉 🎉 Deer v1.0.0

\n

Deer has a great changes from its first release and these are improvements introduced in this release

\n\n

Screenshots
\n\"deer-demo\"

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:15.193Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:21.717Z" + }, + "deco-ide": { + "latestRelease": { + "url": "https://api.github.com/repos/decosoftware/deco-ide/releases/3572947", + "assets_url": "https://api.github.com/repos/decosoftware/deco-ide/releases/3572947/assets", + "upload_url": "https://uploads.github.com/repos/decosoftware/deco-ide/releases/3572947/assets{?name,label}", + "html_url": "https://github.com/decosoftware/deco-ide/releases/tag/v0.7.1", + "id": 3572947, + "node_id": "MDc6UmVsZWFzZTM1NzI5NDc=", + "tag_name": "v0.7.1", + "target_commitish": "release", + "name": "0.7.1", + "draft": false, + "author": { + "login": "gdowens", + "id": 977466, + "node_id": "MDQ6VXNlcjk3NzQ2Ng==", + "avatar_url": "https://avatars3.githubusercontent.com/u/977466?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gdowens", + "html_url": "https://github.com/gdowens", + "followers_url": "https://api.github.com/users/gdowens/followers", + "following_url": "https://api.github.com/users/gdowens/following{/other_user}", + "gists_url": "https://api.github.com/users/gdowens/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gdowens/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gdowens/subscriptions", + "organizations_url": "https://api.github.com/users/gdowens/orgs", + "repos_url": "https://api.github.com/users/gdowens/repos", + "events_url": "https://api.github.com/users/gdowens/events{/privacy}", + "received_events_url": "https://api.github.com/users/gdowens/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2016-07-01T20:34:59Z", + "published_at": "2016-07-01T21:36:16Z", + "assets": [ + { + "url": "https://api.github.com/repos/decosoftware/deco-ide/releases/assets/1931737", + "id": 1931737, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE5MzE3Mzc=", + "name": "Deco-0.7.1-osx.zip", + "label": null, + "uploader": { + "login": "gdowens", + "id": 977466, + "node_id": "MDQ6VXNlcjk3NzQ2Ng==", + "avatar_url": "https://avatars3.githubusercontent.com/u/977466?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gdowens", + "html_url": "https://github.com/gdowens", + "followers_url": "https://api.github.com/users/gdowens/followers", + "following_url": "https://api.github.com/users/gdowens/following{/other_user}", + "gists_url": "https://api.github.com/users/gdowens/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gdowens/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gdowens/subscriptions", + "organizations_url": "https://api.github.com/users/gdowens/orgs", + "repos_url": "https://api.github.com/users/gdowens/repos", + "events_url": "https://api.github.com/users/gdowens/events{/privacy}", + "received_events_url": "https://api.github.com/users/gdowens/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 183314769, + "download_count": 10622, + "created_at": "2016-07-01T21:32:44Z", + "updated_at": "2016-07-01T21:34:27Z", + "browser_download_url": "https://github.com/decosoftware/deco-ide/releases/download/v0.7.1/Deco-0.7.1-osx.zip" + }, + { + "url": "https://api.github.com/repos/decosoftware/deco-ide/releases/assets/1931736", + "id": 1931736, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE5MzE3MzY=", + "name": "Deco-0.7.1.pkg", + "label": null, + "uploader": { + "login": "gdowens", + "id": 977466, + "node_id": "MDQ6VXNlcjk3NzQ2Ng==", + "avatar_url": "https://avatars3.githubusercontent.com/u/977466?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gdowens", + "html_url": "https://github.com/gdowens", + "followers_url": "https://api.github.com/users/gdowens/followers", + "following_url": "https://api.github.com/users/gdowens/following{/other_user}", + "gists_url": "https://api.github.com/users/gdowens/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gdowens/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gdowens/subscriptions", + "organizations_url": "https://api.github.com/users/gdowens/orgs", + "repos_url": "https://api.github.com/users/gdowens/repos", + "events_url": "https://api.github.com/users/gdowens/events{/privacy}", + "received_events_url": "https://api.github.com/users/gdowens/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 101275433, + "download_count": 20433, + "created_at": "2016-07-01T21:32:44Z", + "updated_at": "2016-07-01T21:33:18Z", + "browser_download_url": "https://github.com/decosoftware/deco-ide/releases/download/v0.7.1/Deco-0.7.1.pkg" + } + ], + "tarball_url": "https://api.github.com/repos/decosoftware/deco-ide/tarball/v0.7.1", + "zipball_url": "https://api.github.com/repos/decosoftware/deco-ide/zipball/v0.7.1", + "body_html": "

Release Notes 0.7.1

\n

A small, but much needed update to the 0.7.0 release. This fixes an issue with existing projects using the wrong project settings defaults.

\n

Thanks for patience while we worked everything out 🙏

\n

fix simulator app path #110

" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:21.729Z" }, "deskfiler": { "latestRelease": { @@ -21246,11 +21246,7 @@ "zipball_url": "https://api.github.com/repos/deskfiler/deskfiler/zipball/v1.2.3", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:15.242Z" - }, - "devrant-io-unofficial": { - "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:15.546Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:21.808Z" }, "devhub": { "latestRelease": { @@ -21385,7 +21381,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 71738994, - "download_count": 679, + "download_count": 680, "created_at": "2020-06-01T07:17:48Z", "updated_at": "2020-06-01T07:17:53Z", "browser_download_url": "https://github.com/devhubapp/devhub/releases/download/v0.101.0/DevHub-0.101.0.AppImage" @@ -21419,7 +21415,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 72591449, - "download_count": 321, + "download_count": 324, "created_at": "2020-06-01T07:31:09Z", "updated_at": "2020-06-01T07:31:14Z", "browser_download_url": "https://github.com/devhubapp/devhub/releases/download/v0.101.0/DevHub-0.101.0.dmg" @@ -21555,7 +21551,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 368, - "download_count": 590, + "download_count": 600, "created_at": "2020-06-01T07:17:54Z", "updated_at": "2020-06-01T07:17:54Z", "browser_download_url": "https://github.com/devhubapp/devhub/releases/download/v0.101.0/latest-linux.yml" @@ -21589,7 +21585,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 514, - "download_count": 38484, + "download_count": 38685, "created_at": "2020-06-01T07:31:44Z", "updated_at": "2020-06-01T07:31:44Z", "browser_download_url": "https://github.com/devhubapp/devhub/releases/download/v0.101.0/latest-mac.yml" @@ -21623,7 +21619,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 346, - "download_count": 5458, + "download_count": 5476, "created_at": "2020-06-01T07:15:40Z", "updated_at": "2020-06-01T07:15:40Z", "browser_download_url": "https://github.com/devhubapp/devhub/releases/download/v0.101.0/latest.yml" @@ -21633,7 +21629,7 @@ "zipball_url": "https://api.github.com/repos/devhubapp/devhub/zipball/v0.101.0", "body_html": "\n

cc @tamcgoey, @Daverogk

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:15.632Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:21.829Z" }, "destroyer": { "latestRelease": { @@ -21710,7 +21706,11 @@ "zipball_url": "https://api.github.com/repos/mashaal/destroyer/zipball/2.0.0", "body_html": "

Major Changes

\n\n

Minor Changes

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:15.703Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:21.848Z" + }, + "devrant-io-unofficial": { + "latestRelease": null, + "latestReleaseFetchedAt": "2020-09-18T00:10:21.852Z" }, "devdocs-app": { "latestRelease": { @@ -21845,7 +21845,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 57002621, - "download_count": 1041, + "download_count": 1042, "created_at": "2020-03-07T12:23:32Z", "updated_at": "2020-03-07T12:23:33Z", "browser_download_url": "https://github.com/egoist/devdocs-desktop/releases/download/v0.7.1/DevDocs-0.7.1.AppImage" @@ -21879,7 +21879,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 63027338, - "download_count": 3372, + "download_count": 3374, "created_at": "2020-03-07T12:26:10Z", "updated_at": "2020-03-07T12:26:12Z", "browser_download_url": "https://github.com/egoist/devdocs-desktop/releases/download/v0.7.1/DevDocs-0.7.1.dmg" @@ -21947,7 +21947,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 45593326, - "download_count": 2484, + "download_count": 2485, "created_at": "2020-03-07T12:25:16Z", "updated_at": "2020-03-07T12:25:26Z", "browser_download_url": "https://github.com/egoist/devdocs-desktop/releases/download/v0.7.1/DevDocs-0.7.1.exe" @@ -22015,7 +22015,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 45836615, - "download_count": 11461, + "download_count": 11469, "created_at": "2020-03-07T12:25:33Z", "updated_at": "2020-03-07T12:25:39Z", "browser_download_url": "https://github.com/egoist/devdocs-desktop/releases/download/v0.7.1/DevDocs-Setup-0.7.1.exe" @@ -22083,7 +22083,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 50723112, - "download_count": 2833, + "download_count": 2837, "created_at": "2020-03-07T12:24:55Z", "updated_at": "2020-03-07T12:24:56Z", "browser_download_url": "https://github.com/egoist/devdocs-desktop/releases/download/v0.7.1/DevDocs_0.7.1_amd64.deb" @@ -22151,7 +22151,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 509, - "download_count": 17222, + "download_count": 17261, "created_at": "2020-03-07T12:30:49Z", "updated_at": "2020-03-07T12:30:49Z", "browser_download_url": "https://github.com/egoist/devdocs-desktop/releases/download/v0.7.1/latest-mac.yml" @@ -22185,7 +22185,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 342, - "download_count": 18298, + "download_count": 18339, "created_at": "2020-03-07T12:29:09Z", "updated_at": "2020-03-07T12:29:09Z", "browser_download_url": "https://github.com/egoist/devdocs-desktop/releases/download/v0.7.1/latest.yml" @@ -22195,213 +22195,571 @@ "zipball_url": "https://api.github.com/repos/egoist/devdocs-desktop/zipball/v0.7.1", "body_html": "

To keep the maintenance active please consider sponsoring me on GitHub: https://github.com/sponsors/egoist

\n

Changes

\n\n

Install

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:15.742Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:21.867Z" }, - "devrantron": { + "dict": { "latestRelease": { - "url": "https://api.github.com/repos/tahnik/devRantron/releases/10965666", - "assets_url": "https://api.github.com/repos/tahnik/devRantron/releases/10965666/assets", - "upload_url": "https://uploads.github.com/repos/tahnik/devRantron/releases/10965666/assets{?name,label}", - "html_url": "https://github.com/tahnik/devRantron/releases/tag/v1.5.4", - "id": 10965666, - "node_id": "MDc6UmVsZWFzZTEwOTY1NjY2", - "tag_name": "v1.5.4", + "url": "https://api.github.com/repos/bryht/dict/releases/26057908", + "assets_url": "https://api.github.com/repos/bryht/dict/releases/26057908/assets", + "upload_url": "https://uploads.github.com/repos/bryht/dict/releases/26057908/assets{?name,label}", + "html_url": "https://github.com/bryht/dict/releases/tag/v0.5.6", + "id": 26057908, + "node_id": "MDc6UmVsZWFzZTI2MDU3OTA4", + "tag_name": "v0.5.6", "target_commitish": "master", - "name": "1.5.4", + "name": "0.5.6", "draft": false, "author": { - "login": "tahnik", - "id": 9964210, - "node_id": "MDQ6VXNlcjk5NjQyMTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/9964210?v=4", + "login": "bryht", + "id": 2418508, + "node_id": "MDQ6VXNlcjI0MTg1MDg=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2418508?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/tahnik", - "html_url": "https://github.com/tahnik", - "followers_url": "https://api.github.com/users/tahnik/followers", - "following_url": "https://api.github.com/users/tahnik/following{/other_user}", - "gists_url": "https://api.github.com/users/tahnik/gists{/gist_id}", - "starred_url": "https://api.github.com/users/tahnik/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/tahnik/subscriptions", - "organizations_url": "https://api.github.com/users/tahnik/orgs", - "repos_url": "https://api.github.com/users/tahnik/repos", - "events_url": "https://api.github.com/users/tahnik/events{/privacy}", - "received_events_url": "https://api.github.com/users/tahnik/received_events", + "url": "https://api.github.com/users/bryht", + "html_url": "https://github.com/bryht", + "followers_url": "https://api.github.com/users/bryht/followers", + "following_url": "https://api.github.com/users/bryht/following{/other_user}", + "gists_url": "https://api.github.com/users/bryht/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bryht/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bryht/subscriptions", + "organizations_url": "https://api.github.com/users/bryht/orgs", + "repos_url": "https://api.github.com/users/bryht/repos", + "events_url": "https://api.github.com/users/bryht/events{/privacy}", + "received_events_url": "https://api.github.com/users/bryht/received_events", "type": "User", "site_admin": false }, "prerelease": false, - "created_at": "2018-05-11T20:10:12Z", - "published_at": "2018-05-12T19:45:25Z", + "created_at": "2020-04-30T17:41:27Z", + "published_at": "2020-04-30T17:46:37Z", "assets": [ { - "url": "https://api.github.com/repos/tahnik/devRantron/releases/assets/7146221", - "id": 7146221, - "node_id": "MDEyOlJlbGVhc2VBc3NldDcxNDYyMjE=", - "name": "devrantron-1.5.4-mac.zip", + "url": "https://api.github.com/repos/bryht/dict/releases/assets/20306912", + "id": 20306912, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMzA2OTEy", + "name": "dict-0.5.6-mac.zip", "label": "", "uploader": { - "login": "tahnik", - "id": 9964210, - "node_id": "MDQ6VXNlcjk5NjQyMTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/9964210?v=4", + "login": "bryht", + "id": 2418508, + "node_id": "MDQ6VXNlcjI0MTg1MDg=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2418508?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/tahnik", - "html_url": "https://github.com/tahnik", - "followers_url": "https://api.github.com/users/tahnik/followers", - "following_url": "https://api.github.com/users/tahnik/following{/other_user}", - "gists_url": "https://api.github.com/users/tahnik/gists{/gist_id}", - "starred_url": "https://api.github.com/users/tahnik/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/tahnik/subscriptions", - "organizations_url": "https://api.github.com/users/tahnik/orgs", - "repos_url": "https://api.github.com/users/tahnik/repos", - "events_url": "https://api.github.com/users/tahnik/events{/privacy}", - "received_events_url": "https://api.github.com/users/tahnik/received_events", + "url": "https://api.github.com/users/bryht", + "html_url": "https://github.com/bryht", + "followers_url": "https://api.github.com/users/bryht/followers", + "following_url": "https://api.github.com/users/bryht/following{/other_user}", + "gists_url": "https://api.github.com/users/bryht/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bryht/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bryht/subscriptions", + "organizations_url": "https://api.github.com/users/bryht/orgs", + "repos_url": "https://api.github.com/users/bryht/repos", + "events_url": "https://api.github.com/users/bryht/events{/privacy}", + "received_events_url": "https://api.github.com/users/bryht/received_events", "type": "User", "site_admin": false }, "content_type": "application/zip", "state": "uploaded", - "size": 53194471, - "download_count": 45, - "created_at": "2018-05-11T22:35:02Z", - "updated_at": "2018-05-11T22:35:04Z", - "browser_download_url": "https://github.com/tahnik/devRantron/releases/download/v1.5.4/devrantron-1.5.4-mac.zip" + "size": 107215723, + "download_count": 16, + "created_at": "2020-04-30T17:47:37Z", + "updated_at": "2020-04-30T17:47:41Z", + "browser_download_url": "https://github.com/bryht/dict/releases/download/v0.5.6/dict-0.5.6-mac.zip" }, { - "url": "https://api.github.com/repos/tahnik/devRantron/releases/assets/7144858", - "id": 7144858, - "node_id": "MDEyOlJlbGVhc2VBc3NldDcxNDQ4NTg=", - "name": "devrantron-1.5.4-x86_64.AppImage", + "url": "https://api.github.com/repos/bryht/dict/releases/assets/20306878", + "id": 20306878, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMzA2ODc4", + "name": "dict-0.5.6.dmg", "label": "", "uploader": { - "login": "tahnik", - "id": 9964210, - "node_id": "MDQ6VXNlcjk5NjQyMTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/9964210?v=4", + "login": "bryht", + "id": 2418508, + "node_id": "MDQ6VXNlcjI0MTg1MDg=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2418508?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/tahnik", - "html_url": "https://github.com/tahnik", - "followers_url": "https://api.github.com/users/tahnik/followers", - "following_url": "https://api.github.com/users/tahnik/following{/other_user}", - "gists_url": "https://api.github.com/users/tahnik/gists{/gist_id}", - "starred_url": "https://api.github.com/users/tahnik/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/tahnik/subscriptions", - "organizations_url": "https://api.github.com/users/tahnik/orgs", - "repos_url": "https://api.github.com/users/tahnik/repos", - "events_url": "https://api.github.com/users/tahnik/events{/privacy}", - "received_events_url": "https://api.github.com/users/tahnik/received_events", + "url": "https://api.github.com/users/bryht", + "html_url": "https://github.com/bryht", + "followers_url": "https://api.github.com/users/bryht/followers", + "following_url": "https://api.github.com/users/bryht/following{/other_user}", + "gists_url": "https://api.github.com/users/bryht/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bryht/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bryht/subscriptions", + "organizations_url": "https://api.github.com/users/bryht/orgs", + "repos_url": "https://api.github.com/users/bryht/repos", + "events_url": "https://api.github.com/users/bryht/events{/privacy}", + "received_events_url": "https://api.github.com/users/bryht/received_events", "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 58211148, - "download_count": 177, - "created_at": "2018-05-11T20:14:28Z", - "updated_at": "2018-05-11T20:14:31Z", - "browser_download_url": "https://github.com/tahnik/devRantron/releases/download/v1.5.4/devrantron-1.5.4-x86_64.AppImage" + "size": 111355160, + "download_count": 11, + "created_at": "2020-04-30T17:46:37Z", + "updated_at": "2020-04-30T17:46:44Z", + "browser_download_url": "https://github.com/bryht/dict/releases/download/v0.5.6/dict-0.5.6.dmg" }, { - "url": "https://api.github.com/repos/tahnik/devRantron/releases/assets/7146198", - "id": 7146198, - "node_id": "MDEyOlJlbGVhc2VBc3NldDcxNDYxOTg=", - "name": "devRantron-1.5.4.dmg", + "url": "https://api.github.com/repos/bryht/dict/releases/assets/20306877", + "id": 20306877, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMzA2ODc3", + "name": "dict-0.5.6.dmg.blockmap", "label": "", "uploader": { - "login": "tahnik", - "id": 9964210, - "node_id": "MDQ6VXNlcjk5NjQyMTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/9964210?v=4", + "login": "bryht", + "id": 2418508, + "node_id": "MDQ6VXNlcjI0MTg1MDg=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2418508?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/tahnik", - "html_url": "https://github.com/tahnik", - "followers_url": "https://api.github.com/users/tahnik/followers", - "following_url": "https://api.github.com/users/tahnik/following{/other_user}", - "gists_url": "https://api.github.com/users/tahnik/gists{/gist_id}", - "starred_url": "https://api.github.com/users/tahnik/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/tahnik/subscriptions", - "organizations_url": "https://api.github.com/users/tahnik/orgs", - "repos_url": "https://api.github.com/users/tahnik/repos", - "events_url": "https://api.github.com/users/tahnik/events{/privacy}", - "received_events_url": "https://api.github.com/users/tahnik/received_events", + "url": "https://api.github.com/users/bryht", + "html_url": "https://github.com/bryht", + "followers_url": "https://api.github.com/users/bryht/followers", + "following_url": "https://api.github.com/users/bryht/following{/other_user}", + "gists_url": "https://api.github.com/users/bryht/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bryht/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bryht/subscriptions", + "organizations_url": "https://api.github.com/users/bryht/orgs", + "repos_url": "https://api.github.com/users/bryht/repos", + "events_url": "https://api.github.com/users/bryht/events{/privacy}", + "received_events_url": "https://api.github.com/users/bryht/received_events", "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 55380502, - "download_count": 840, - "created_at": "2018-05-11T22:33:48Z", - "updated_at": "2018-05-11T22:33:50Z", - "browser_download_url": "https://github.com/tahnik/devRantron/releases/download/v1.5.4/devRantron-1.5.4.dmg" + "size": 116972, + "download_count": 3, + "created_at": "2020-04-30T17:46:37Z", + "updated_at": "2020-04-30T17:46:38Z", + "browser_download_url": "https://github.com/bryht/dict/releases/download/v0.5.6/dict-0.5.6.dmg.blockmap" }, { - "url": "https://api.github.com/repos/tahnik/devRantron/releases/assets/7146197", - "id": 7146197, - "node_id": "MDEyOlJlbGVhc2VBc3NldDcxNDYxOTc=", - "name": "devRantron-1.5.4.dmg.blockmap", + "url": "https://api.github.com/repos/bryht/dict/releases/assets/20306958", + "id": 20306958, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMzA2OTU4", + "name": "dict-Setup-0.5.6.exe", "label": "", "uploader": { - "login": "tahnik", - "id": 9964210, - "node_id": "MDQ6VXNlcjk5NjQyMTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/9964210?v=4", + "login": "bryht", + "id": 2418508, + "node_id": "MDQ6VXNlcjI0MTg1MDg=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2418508?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/tahnik", - "html_url": "https://github.com/tahnik", - "followers_url": "https://api.github.com/users/tahnik/followers", - "following_url": "https://api.github.com/users/tahnik/following{/other_user}", - "gists_url": "https://api.github.com/users/tahnik/gists{/gist_id}", - "starred_url": "https://api.github.com/users/tahnik/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/tahnik/subscriptions", - "organizations_url": "https://api.github.com/users/tahnik/orgs", - "repos_url": "https://api.github.com/users/tahnik/repos", - "events_url": "https://api.github.com/users/tahnik/events{/privacy}", - "received_events_url": "https://api.github.com/users/tahnik/received_events", + "url": "https://api.github.com/users/bryht", + "html_url": "https://github.com/bryht", + "followers_url": "https://api.github.com/users/bryht/followers", + "following_url": "https://api.github.com/users/bryht/following{/other_user}", + "gists_url": "https://api.github.com/users/bryht/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bryht/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bryht/subscriptions", + "organizations_url": "https://api.github.com/users/bryht/orgs", + "repos_url": "https://api.github.com/users/bryht/repos", + "events_url": "https://api.github.com/users/bryht/events{/privacy}", + "received_events_url": "https://api.github.com/users/bryht/received_events", "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 58381, - "download_count": 32, - "created_at": "2018-05-11T22:33:47Z", - "updated_at": "2018-05-11T22:33:48Z", - "browser_download_url": "https://github.com/tahnik/devRantron/releases/download/v1.5.4/devRantron-1.5.4.dmg.blockmap" + "size": 90564382, + "download_count": 59, + "created_at": "2020-04-30T17:50:10Z", + "updated_at": "2020-04-30T17:50:14Z", + "browser_download_url": "https://github.com/bryht/dict/releases/download/v0.5.6/dict-Setup-0.5.6.exe" }, { - "url": "https://api.github.com/repos/tahnik/devRantron/releases/assets/7144855", - "id": 7144855, - "node_id": "MDEyOlJlbGVhc2VBc3NldDcxNDQ4NTU=", - "name": "devrantron-1.5.4.exe", + "url": "https://api.github.com/repos/bryht/dict/releases/assets/20306957", + "id": 20306957, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMzA2OTU3", + "name": "dict-Setup-0.5.6.exe.blockmap", "label": "", "uploader": { - "login": "tahnik", - "id": 9964210, - "node_id": "MDQ6VXNlcjk5NjQyMTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/9964210?v=4", + "login": "bryht", + "id": 2418508, + "node_id": "MDQ6VXNlcjI0MTg1MDg=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2418508?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/tahnik", - "html_url": "https://github.com/tahnik", - "followers_url": "https://api.github.com/users/tahnik/followers", - "following_url": "https://api.github.com/users/tahnik/following{/other_user}", - "gists_url": "https://api.github.com/users/tahnik/gists{/gist_id}", - "starred_url": "https://api.github.com/users/tahnik/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/tahnik/subscriptions", - "organizations_url": "https://api.github.com/users/tahnik/orgs", - "repos_url": "https://api.github.com/users/tahnik/repos", - "events_url": "https://api.github.com/users/tahnik/events{/privacy}", - "received_events_url": "https://api.github.com/users/tahnik/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 38367664, - "download_count": 93, - "created_at": "2018-05-11T20:14:26Z", - "updated_at": "2018-05-11T20:14:27Z", - "browser_download_url": "https://github.com/tahnik/devRantron/releases/download/v1.5.4/devrantron-1.5.4.exe" + "url": "https://api.github.com/users/bryht", + "html_url": "https://github.com/bryht", + "followers_url": "https://api.github.com/users/bryht/followers", + "following_url": "https://api.github.com/users/bryht/following{/other_user}", + "gists_url": "https://api.github.com/users/bryht/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bryht/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bryht/subscriptions", + "organizations_url": "https://api.github.com/users/bryht/orgs", + "repos_url": "https://api.github.com/users/bryht/repos", + "events_url": "https://api.github.com/users/bryht/events{/privacy}", + "received_events_url": "https://api.github.com/users/bryht/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 95060, + "download_count": 4, + "created_at": "2020-04-30T17:50:10Z", + "updated_at": "2020-04-30T17:50:10Z", + "browser_download_url": "https://github.com/bryht/dict/releases/download/v0.5.6/dict-Setup-0.5.6.exe.blockmap" + }, + { + "url": "https://api.github.com/repos/bryht/dict/releases/assets/20306965", + "id": 20306965, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMzA2OTY1", + "name": "latest-mac.yml", + "label": "", + "uploader": { + "login": "bryht", + "id": 2418508, + "node_id": "MDQ6VXNlcjI0MTg1MDg=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2418508?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bryht", + "html_url": "https://github.com/bryht", + "followers_url": "https://api.github.com/users/bryht/followers", + "following_url": "https://api.github.com/users/bryht/following{/other_user}", + "gists_url": "https://api.github.com/users/bryht/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bryht/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bryht/subscriptions", + "organizations_url": "https://api.github.com/users/bryht/orgs", + "repos_url": "https://api.github.com/users/bryht/repos", + "events_url": "https://api.github.com/users/bryht/events{/privacy}", + "received_events_url": "https://api.github.com/users/bryht/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "text/yaml", + "state": "uploaded", + "size": 503, + "download_count": 196, + "created_at": "2020-04-30T17:50:14Z", + "updated_at": "2020-04-30T17:50:15Z", + "browser_download_url": "https://github.com/bryht/dict/releases/download/v0.5.6/latest-mac.yml" + }, + { + "url": "https://api.github.com/repos/bryht/dict/releases/assets/20306964", + "id": 20306964, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMzA2OTY0", + "name": "latest.yml", + "label": "", + "uploader": { + "login": "bryht", + "id": 2418508, + "node_id": "MDQ6VXNlcjI0MTg1MDg=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2418508?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bryht", + "html_url": "https://github.com/bryht", + "followers_url": "https://api.github.com/users/bryht/followers", + "following_url": "https://api.github.com/users/bryht/following{/other_user}", + "gists_url": "https://api.github.com/users/bryht/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bryht/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bryht/subscriptions", + "organizations_url": "https://api.github.com/users/bryht/orgs", + "repos_url": "https://api.github.com/users/bryht/repos", + "events_url": "https://api.github.com/users/bryht/events{/privacy}", + "received_events_url": "https://api.github.com/users/bryht/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "text/yaml", + "state": "uploaded", + "size": 336, + "download_count": 181, + "created_at": "2020-04-30T17:50:14Z", + "updated_at": "2020-04-30T17:50:14Z", + "browser_download_url": "https://github.com/bryht/dict/releases/download/v0.5.6/latest.yml" + } + ], + "tarball_url": "https://api.github.com/repos/bryht/dict/tarball/v0.5.6", + "zipball_url": "https://api.github.com/repos/bryht/dict/zipball/v0.5.6", + "body_html": null + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:21.956Z" + }, + "dext": { + "latestRelease": { + "url": "https://api.github.com/repos/DextApp/dext/releases/5497011", + "assets_url": "https://api.github.com/repos/DextApp/dext/releases/5497011/assets", + "upload_url": "https://uploads.github.com/repos/DextApp/dext/releases/5497011/assets{?name,label}", + "html_url": "https://github.com/DextApp/dext/releases/tag/v0.9.0", + "id": 5497011, + "node_id": "MDc6UmVsZWFzZTU0OTcwMTE=", + "tag_name": "v0.9.0", + "target_commitish": "develop", + "name": "", + "draft": false, + "author": { + "login": "vutran", + "id": 1088312, + "node_id": "MDQ6VXNlcjEwODgzMTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1088312?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vutran", + "html_url": "https://github.com/vutran", + "followers_url": "https://api.github.com/users/vutran/followers", + "following_url": "https://api.github.com/users/vutran/following{/other_user}", + "gists_url": "https://api.github.com/users/vutran/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vutran/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vutran/subscriptions", + "organizations_url": "https://api.github.com/users/vutran/orgs", + "repos_url": "https://api.github.com/users/vutran/repos", + "events_url": "https://api.github.com/users/vutran/events{/privacy}", + "received_events_url": "https://api.github.com/users/vutran/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2017-02-18T01:53:56Z", + "published_at": "2017-02-18T01:56:52Z", + "assets": [ + { + "url": "https://api.github.com/repos/DextApp/dext/releases/assets/3218417", + "id": 3218417, + "node_id": "MDEyOlJlbGVhc2VBc3NldDMyMTg0MTc=", + "name": "Dext-darwin-x64.zip", + "label": null, + "uploader": { + "login": "vutran", + "id": 1088312, + "node_id": "MDQ6VXNlcjEwODgzMTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1088312?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vutran", + "html_url": "https://github.com/vutran", + "followers_url": "https://api.github.com/users/vutran/followers", + "following_url": "https://api.github.com/users/vutran/following{/other_user}", + "gists_url": "https://api.github.com/users/vutran/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vutran/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vutran/subscriptions", + "organizations_url": "https://api.github.com/users/vutran/orgs", + "repos_url": "https://api.github.com/users/vutran/repos", + "events_url": "https://api.github.com/users/vutran/events{/privacy}", + "received_events_url": "https://api.github.com/users/vutran/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 52380790, + "download_count": 935, + "created_at": "2017-02-18T01:57:19Z", + "updated_at": "2017-02-18T01:58:35Z", + "browser_download_url": "https://github.com/DextApp/dext/releases/download/v0.9.0/Dext-darwin-x64.zip" + } + ], + "tarball_url": "https://api.github.com/repos/DextApp/dext/tarball/v0.9.0", + "zipball_url": "https://api.github.com/repos/DextApp/dext/zipball/v0.9.0", + "body_html": "

Bug Fixes

\n\n

Enhancements

\n" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:21.958Z" + }, + "devrantron": { + "latestRelease": { + "url": "https://api.github.com/repos/tahnik/devRantron/releases/10965666", + "assets_url": "https://api.github.com/repos/tahnik/devRantron/releases/10965666/assets", + "upload_url": "https://uploads.github.com/repos/tahnik/devRantron/releases/10965666/assets{?name,label}", + "html_url": "https://github.com/tahnik/devRantron/releases/tag/v1.5.4", + "id": 10965666, + "node_id": "MDc6UmVsZWFzZTEwOTY1NjY2", + "tag_name": "v1.5.4", + "target_commitish": "master", + "name": "1.5.4", + "draft": false, + "author": { + "login": "tahnik", + "id": 9964210, + "node_id": "MDQ6VXNlcjk5NjQyMTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9964210?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tahnik", + "html_url": "https://github.com/tahnik", + "followers_url": "https://api.github.com/users/tahnik/followers", + "following_url": "https://api.github.com/users/tahnik/following{/other_user}", + "gists_url": "https://api.github.com/users/tahnik/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tahnik/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tahnik/subscriptions", + "organizations_url": "https://api.github.com/users/tahnik/orgs", + "repos_url": "https://api.github.com/users/tahnik/repos", + "events_url": "https://api.github.com/users/tahnik/events{/privacy}", + "received_events_url": "https://api.github.com/users/tahnik/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2018-05-11T20:10:12Z", + "published_at": "2018-05-12T19:45:25Z", + "assets": [ + { + "url": "https://api.github.com/repos/tahnik/devRantron/releases/assets/7146221", + "id": 7146221, + "node_id": "MDEyOlJlbGVhc2VBc3NldDcxNDYyMjE=", + "name": "devrantron-1.5.4-mac.zip", + "label": "", + "uploader": { + "login": "tahnik", + "id": 9964210, + "node_id": "MDQ6VXNlcjk5NjQyMTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9964210?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tahnik", + "html_url": "https://github.com/tahnik", + "followers_url": "https://api.github.com/users/tahnik/followers", + "following_url": "https://api.github.com/users/tahnik/following{/other_user}", + "gists_url": "https://api.github.com/users/tahnik/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tahnik/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tahnik/subscriptions", + "organizations_url": "https://api.github.com/users/tahnik/orgs", + "repos_url": "https://api.github.com/users/tahnik/repos", + "events_url": "https://api.github.com/users/tahnik/events{/privacy}", + "received_events_url": "https://api.github.com/users/tahnik/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 53194471, + "download_count": 45, + "created_at": "2018-05-11T22:35:02Z", + "updated_at": "2018-05-11T22:35:04Z", + "browser_download_url": "https://github.com/tahnik/devRantron/releases/download/v1.5.4/devrantron-1.5.4-mac.zip" + }, + { + "url": "https://api.github.com/repos/tahnik/devRantron/releases/assets/7144858", + "id": 7144858, + "node_id": "MDEyOlJlbGVhc2VBc3NldDcxNDQ4NTg=", + "name": "devrantron-1.5.4-x86_64.AppImage", + "label": "", + "uploader": { + "login": "tahnik", + "id": 9964210, + "node_id": "MDQ6VXNlcjk5NjQyMTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9964210?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tahnik", + "html_url": "https://github.com/tahnik", + "followers_url": "https://api.github.com/users/tahnik/followers", + "following_url": "https://api.github.com/users/tahnik/following{/other_user}", + "gists_url": "https://api.github.com/users/tahnik/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tahnik/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tahnik/subscriptions", + "organizations_url": "https://api.github.com/users/tahnik/orgs", + "repos_url": "https://api.github.com/users/tahnik/repos", + "events_url": "https://api.github.com/users/tahnik/events{/privacy}", + "received_events_url": "https://api.github.com/users/tahnik/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 58211148, + "download_count": 177, + "created_at": "2018-05-11T20:14:28Z", + "updated_at": "2018-05-11T20:14:31Z", + "browser_download_url": "https://github.com/tahnik/devRantron/releases/download/v1.5.4/devrantron-1.5.4-x86_64.AppImage" + }, + { + "url": "https://api.github.com/repos/tahnik/devRantron/releases/assets/7146198", + "id": 7146198, + "node_id": "MDEyOlJlbGVhc2VBc3NldDcxNDYxOTg=", + "name": "devRantron-1.5.4.dmg", + "label": "", + "uploader": { + "login": "tahnik", + "id": 9964210, + "node_id": "MDQ6VXNlcjk5NjQyMTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9964210?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tahnik", + "html_url": "https://github.com/tahnik", + "followers_url": "https://api.github.com/users/tahnik/followers", + "following_url": "https://api.github.com/users/tahnik/following{/other_user}", + "gists_url": "https://api.github.com/users/tahnik/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tahnik/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tahnik/subscriptions", + "organizations_url": "https://api.github.com/users/tahnik/orgs", + "repos_url": "https://api.github.com/users/tahnik/repos", + "events_url": "https://api.github.com/users/tahnik/events{/privacy}", + "received_events_url": "https://api.github.com/users/tahnik/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 55380502, + "download_count": 840, + "created_at": "2018-05-11T22:33:48Z", + "updated_at": "2018-05-11T22:33:50Z", + "browser_download_url": "https://github.com/tahnik/devRantron/releases/download/v1.5.4/devRantron-1.5.4.dmg" + }, + { + "url": "https://api.github.com/repos/tahnik/devRantron/releases/assets/7146197", + "id": 7146197, + "node_id": "MDEyOlJlbGVhc2VBc3NldDcxNDYxOTc=", + "name": "devRantron-1.5.4.dmg.blockmap", + "label": "", + "uploader": { + "login": "tahnik", + "id": 9964210, + "node_id": "MDQ6VXNlcjk5NjQyMTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9964210?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tahnik", + "html_url": "https://github.com/tahnik", + "followers_url": "https://api.github.com/users/tahnik/followers", + "following_url": "https://api.github.com/users/tahnik/following{/other_user}", + "gists_url": "https://api.github.com/users/tahnik/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tahnik/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tahnik/subscriptions", + "organizations_url": "https://api.github.com/users/tahnik/orgs", + "repos_url": "https://api.github.com/users/tahnik/repos", + "events_url": "https://api.github.com/users/tahnik/events{/privacy}", + "received_events_url": "https://api.github.com/users/tahnik/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 58381, + "download_count": 32, + "created_at": "2018-05-11T22:33:47Z", + "updated_at": "2018-05-11T22:33:48Z", + "browser_download_url": "https://github.com/tahnik/devRantron/releases/download/v1.5.4/devRantron-1.5.4.dmg.blockmap" + }, + { + "url": "https://api.github.com/repos/tahnik/devRantron/releases/assets/7144855", + "id": 7144855, + "node_id": "MDEyOlJlbGVhc2VBc3NldDcxNDQ4NTU=", + "name": "devrantron-1.5.4.exe", + "label": "", + "uploader": { + "login": "tahnik", + "id": 9964210, + "node_id": "MDQ6VXNlcjk5NjQyMTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9964210?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tahnik", + "html_url": "https://github.com/tahnik", + "followers_url": "https://api.github.com/users/tahnik/followers", + "following_url": "https://api.github.com/users/tahnik/following{/other_user}", + "gists_url": "https://api.github.com/users/tahnik/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tahnik/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tahnik/subscriptions", + "organizations_url": "https://api.github.com/users/tahnik/orgs", + "repos_url": "https://api.github.com/users/tahnik/repos", + "events_url": "https://api.github.com/users/tahnik/events{/privacy}", + "received_events_url": "https://api.github.com/users/tahnik/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 38367664, + "download_count": 93, + "created_at": "2018-05-11T20:14:26Z", + "updated_at": "2018-05-11T20:14:27Z", + "browser_download_url": "https://github.com/tahnik/devRantron/releases/download/v1.5.4/devrantron-1.5.4.exe" }, { "url": "https://api.github.com/repos/tahnik/devRantron/releases/assets/7144857", @@ -22670,7 +23028,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 419, - "download_count": 3907, + "download_count": 3908, "created_at": "2018-05-11T20:14:29Z", "updated_at": "2018-05-11T20:14:29Z", "browser_download_url": "https://github.com/tahnik/devRantron/releases/download/v1.5.4/latest.yml" @@ -22680,432 +23038,74 @@ "zipball_url": "https://api.github.com/repos/tahnik/devRantron/zipball/v1.5.4", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:15.903Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:21.985Z" }, - "dext": { + "diffuse": { "latestRelease": { - "url": "https://api.github.com/repos/DextApp/dext/releases/5497011", - "assets_url": "https://api.github.com/repos/DextApp/dext/releases/5497011/assets", - "upload_url": "https://uploads.github.com/repos/DextApp/dext/releases/5497011/assets{?name,label}", - "html_url": "https://github.com/DextApp/dext/releases/tag/v0.9.0", - "id": 5497011, - "node_id": "MDc6UmVsZWFzZTU0OTcwMTE=", - "tag_name": "v0.9.0", - "target_commitish": "develop", - "name": "", + "url": "https://api.github.com/repos/icidasset/diffuse/releases/28400786", + "assets_url": "https://api.github.com/repos/icidasset/diffuse/releases/28400786/assets", + "upload_url": "https://uploads.github.com/repos/icidasset/diffuse/releases/28400786/assets{?name,label}", + "html_url": "https://github.com/icidasset/diffuse/releases/tag/2.5.4", + "id": 28400786, + "node_id": "MDc6UmVsZWFzZTI4NDAwNzg2", + "tag_name": "2.5.4", + "target_commitish": "master", + "name": "v2.5.4", "draft": false, "author": { - "login": "vutran", - "id": 1088312, - "node_id": "MDQ6VXNlcjEwODgzMTI=", - "avatar_url": "https://avatars2.githubusercontent.com/u/1088312?v=4", + "login": "icidasset", + "id": 296665, + "node_id": "MDQ6VXNlcjI5NjY2NQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/296665?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/vutran", - "html_url": "https://github.com/vutran", - "followers_url": "https://api.github.com/users/vutran/followers", - "following_url": "https://api.github.com/users/vutran/following{/other_user}", - "gists_url": "https://api.github.com/users/vutran/gists{/gist_id}", - "starred_url": "https://api.github.com/users/vutran/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/vutran/subscriptions", - "organizations_url": "https://api.github.com/users/vutran/orgs", - "repos_url": "https://api.github.com/users/vutran/repos", - "events_url": "https://api.github.com/users/vutran/events{/privacy}", - "received_events_url": "https://api.github.com/users/vutran/received_events", + "url": "https://api.github.com/users/icidasset", + "html_url": "https://github.com/icidasset", + "followers_url": "https://api.github.com/users/icidasset/followers", + "following_url": "https://api.github.com/users/icidasset/following{/other_user}", + "gists_url": "https://api.github.com/users/icidasset/gists{/gist_id}", + "starred_url": "https://api.github.com/users/icidasset/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/icidasset/subscriptions", + "organizations_url": "https://api.github.com/users/icidasset/orgs", + "repos_url": "https://api.github.com/users/icidasset/repos", + "events_url": "https://api.github.com/users/icidasset/events{/privacy}", + "received_events_url": "https://api.github.com/users/icidasset/received_events", "type": "User", "site_admin": false }, "prerelease": false, - "created_at": "2017-02-18T01:53:56Z", - "published_at": "2017-02-18T01:56:52Z", + "created_at": "2020-07-09T12:57:55Z", + "published_at": "2020-07-09T13:12:23Z", "assets": [ { - "url": "https://api.github.com/repos/DextApp/dext/releases/assets/3218417", - "id": 3218417, - "node_id": "MDEyOlJlbGVhc2VBc3NldDMyMTg0MTc=", - "name": "Dext-darwin-x64.zip", + "url": "https://api.github.com/repos/icidasset/diffuse/releases/assets/22716394", + "id": 22716394, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNzE2Mzk0", + "name": "diffuse-linux.AppImage", "label": null, "uploader": { - "login": "vutran", - "id": 1088312, - "node_id": "MDQ6VXNlcjEwODgzMTI=", - "avatar_url": "https://avatars2.githubusercontent.com/u/1088312?v=4", + "login": "icidasset", + "id": 296665, + "node_id": "MDQ6VXNlcjI5NjY2NQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/296665?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/vutran", - "html_url": "https://github.com/vutran", - "followers_url": "https://api.github.com/users/vutran/followers", - "following_url": "https://api.github.com/users/vutran/following{/other_user}", - "gists_url": "https://api.github.com/users/vutran/gists{/gist_id}", - "starred_url": "https://api.github.com/users/vutran/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/vutran/subscriptions", - "organizations_url": "https://api.github.com/users/vutran/orgs", - "repos_url": "https://api.github.com/users/vutran/repos", - "events_url": "https://api.github.com/users/vutran/events{/privacy}", - "received_events_url": "https://api.github.com/users/vutran/received_events", + "url": "https://api.github.com/users/icidasset", + "html_url": "https://github.com/icidasset", + "followers_url": "https://api.github.com/users/icidasset/followers", + "following_url": "https://api.github.com/users/icidasset/following{/other_user}", + "gists_url": "https://api.github.com/users/icidasset/gists{/gist_id}", + "starred_url": "https://api.github.com/users/icidasset/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/icidasset/subscriptions", + "organizations_url": "https://api.github.com/users/icidasset/orgs", + "repos_url": "https://api.github.com/users/icidasset/repos", + "events_url": "https://api.github.com/users/icidasset/events{/privacy}", + "received_events_url": "https://api.github.com/users/icidasset/received_events", "type": "User", "site_admin": false }, - "content_type": "application/zip", - "state": "uploaded", - "size": 52380790, - "download_count": 935, - "created_at": "2017-02-18T01:57:19Z", - "updated_at": "2017-02-18T01:58:35Z", - "browser_download_url": "https://github.com/DextApp/dext/releases/download/v0.9.0/Dext-darwin-x64.zip" - } - ], - "tarball_url": "https://api.github.com/repos/DextApp/dext/tarball/v0.9.0", - "zipball_url": "https://api.github.com/repos/DextApp/dext/zipball/v0.9.0", - "body_html": "

Bug Fixes

\n\n

Enhancements

\n" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:16.027Z" - }, - "dict": { - "latestRelease": { - "url": "https://api.github.com/repos/bryht/dict/releases/26057908", - "assets_url": "https://api.github.com/repos/bryht/dict/releases/26057908/assets", - "upload_url": "https://uploads.github.com/repos/bryht/dict/releases/26057908/assets{?name,label}", - "html_url": "https://github.com/bryht/dict/releases/tag/v0.5.6", - "id": 26057908, - "node_id": "MDc6UmVsZWFzZTI2MDU3OTA4", - "tag_name": "v0.5.6", - "target_commitish": "master", - "name": "0.5.6", - "draft": false, - "author": { - "login": "bryht", - "id": 2418508, - "node_id": "MDQ6VXNlcjI0MTg1MDg=", - "avatar_url": "https://avatars0.githubusercontent.com/u/2418508?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/bryht", - "html_url": "https://github.com/bryht", - "followers_url": "https://api.github.com/users/bryht/followers", - "following_url": "https://api.github.com/users/bryht/following{/other_user}", - "gists_url": "https://api.github.com/users/bryht/gists{/gist_id}", - "starred_url": "https://api.github.com/users/bryht/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/bryht/subscriptions", - "organizations_url": "https://api.github.com/users/bryht/orgs", - "repos_url": "https://api.github.com/users/bryht/repos", - "events_url": "https://api.github.com/users/bryht/events{/privacy}", - "received_events_url": "https://api.github.com/users/bryht/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2020-04-30T17:41:27Z", - "published_at": "2020-04-30T17:46:37Z", - "assets": [ - { - "url": "https://api.github.com/repos/bryht/dict/releases/assets/20306912", - "id": 20306912, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMzA2OTEy", - "name": "dict-0.5.6-mac.zip", - "label": "", - "uploader": { - "login": "bryht", - "id": 2418508, - "node_id": "MDQ6VXNlcjI0MTg1MDg=", - "avatar_url": "https://avatars0.githubusercontent.com/u/2418508?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/bryht", - "html_url": "https://github.com/bryht", - "followers_url": "https://api.github.com/users/bryht/followers", - "following_url": "https://api.github.com/users/bryht/following{/other_user}", - "gists_url": "https://api.github.com/users/bryht/gists{/gist_id}", - "starred_url": "https://api.github.com/users/bryht/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/bryht/subscriptions", - "organizations_url": "https://api.github.com/users/bryht/orgs", - "repos_url": "https://api.github.com/users/bryht/repos", - "events_url": "https://api.github.com/users/bryht/events{/privacy}", - "received_events_url": "https://api.github.com/users/bryht/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 107215723, - "download_count": 16, - "created_at": "2020-04-30T17:47:37Z", - "updated_at": "2020-04-30T17:47:41Z", - "browser_download_url": "https://github.com/bryht/dict/releases/download/v0.5.6/dict-0.5.6-mac.zip" - }, - { - "url": "https://api.github.com/repos/bryht/dict/releases/assets/20306878", - "id": 20306878, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMzA2ODc4", - "name": "dict-0.5.6.dmg", - "label": "", - "uploader": { - "login": "bryht", - "id": 2418508, - "node_id": "MDQ6VXNlcjI0MTg1MDg=", - "avatar_url": "https://avatars0.githubusercontent.com/u/2418508?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/bryht", - "html_url": "https://github.com/bryht", - "followers_url": "https://api.github.com/users/bryht/followers", - "following_url": "https://api.github.com/users/bryht/following{/other_user}", - "gists_url": "https://api.github.com/users/bryht/gists{/gist_id}", - "starred_url": "https://api.github.com/users/bryht/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/bryht/subscriptions", - "organizations_url": "https://api.github.com/users/bryht/orgs", - "repos_url": "https://api.github.com/users/bryht/repos", - "events_url": "https://api.github.com/users/bryht/events{/privacy}", - "received_events_url": "https://api.github.com/users/bryht/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 111355160, - "download_count": 11, - "created_at": "2020-04-30T17:46:37Z", - "updated_at": "2020-04-30T17:46:44Z", - "browser_download_url": "https://github.com/bryht/dict/releases/download/v0.5.6/dict-0.5.6.dmg" - }, - { - "url": "https://api.github.com/repos/bryht/dict/releases/assets/20306877", - "id": 20306877, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMzA2ODc3", - "name": "dict-0.5.6.dmg.blockmap", - "label": "", - "uploader": { - "login": "bryht", - "id": 2418508, - "node_id": "MDQ6VXNlcjI0MTg1MDg=", - "avatar_url": "https://avatars0.githubusercontent.com/u/2418508?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/bryht", - "html_url": "https://github.com/bryht", - "followers_url": "https://api.github.com/users/bryht/followers", - "following_url": "https://api.github.com/users/bryht/following{/other_user}", - "gists_url": "https://api.github.com/users/bryht/gists{/gist_id}", - "starred_url": "https://api.github.com/users/bryht/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/bryht/subscriptions", - "organizations_url": "https://api.github.com/users/bryht/orgs", - "repos_url": "https://api.github.com/users/bryht/repos", - "events_url": "https://api.github.com/users/bryht/events{/privacy}", - "received_events_url": "https://api.github.com/users/bryht/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 116972, - "download_count": 2, - "created_at": "2020-04-30T17:46:37Z", - "updated_at": "2020-04-30T17:46:38Z", - "browser_download_url": "https://github.com/bryht/dict/releases/download/v0.5.6/dict-0.5.6.dmg.blockmap" - }, - { - "url": "https://api.github.com/repos/bryht/dict/releases/assets/20306958", - "id": 20306958, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMzA2OTU4", - "name": "dict-Setup-0.5.6.exe", - "label": "", - "uploader": { - "login": "bryht", - "id": 2418508, - "node_id": "MDQ6VXNlcjI0MTg1MDg=", - "avatar_url": "https://avatars0.githubusercontent.com/u/2418508?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/bryht", - "html_url": "https://github.com/bryht", - "followers_url": "https://api.github.com/users/bryht/followers", - "following_url": "https://api.github.com/users/bryht/following{/other_user}", - "gists_url": "https://api.github.com/users/bryht/gists{/gist_id}", - "starred_url": "https://api.github.com/users/bryht/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/bryht/subscriptions", - "organizations_url": "https://api.github.com/users/bryht/orgs", - "repos_url": "https://api.github.com/users/bryht/repos", - "events_url": "https://api.github.com/users/bryht/events{/privacy}", - "received_events_url": "https://api.github.com/users/bryht/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 90564382, - "download_count": 57, - "created_at": "2020-04-30T17:50:10Z", - "updated_at": "2020-04-30T17:50:14Z", - "browser_download_url": "https://github.com/bryht/dict/releases/download/v0.5.6/dict-Setup-0.5.6.exe" - }, - { - "url": "https://api.github.com/repos/bryht/dict/releases/assets/20306957", - "id": 20306957, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMzA2OTU3", - "name": "dict-Setup-0.5.6.exe.blockmap", - "label": "", - "uploader": { - "login": "bryht", - "id": 2418508, - "node_id": "MDQ6VXNlcjI0MTg1MDg=", - "avatar_url": "https://avatars0.githubusercontent.com/u/2418508?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/bryht", - "html_url": "https://github.com/bryht", - "followers_url": "https://api.github.com/users/bryht/followers", - "following_url": "https://api.github.com/users/bryht/following{/other_user}", - "gists_url": "https://api.github.com/users/bryht/gists{/gist_id}", - "starred_url": "https://api.github.com/users/bryht/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/bryht/subscriptions", - "organizations_url": "https://api.github.com/users/bryht/orgs", - "repos_url": "https://api.github.com/users/bryht/repos", - "events_url": "https://api.github.com/users/bryht/events{/privacy}", - "received_events_url": "https://api.github.com/users/bryht/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 95060, - "download_count": 4, - "created_at": "2020-04-30T17:50:10Z", - "updated_at": "2020-04-30T17:50:10Z", - "browser_download_url": "https://github.com/bryht/dict/releases/download/v0.5.6/dict-Setup-0.5.6.exe.blockmap" - }, - { - "url": "https://api.github.com/repos/bryht/dict/releases/assets/20306965", - "id": 20306965, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMzA2OTY1", - "name": "latest-mac.yml", - "label": "", - "uploader": { - "login": "bryht", - "id": 2418508, - "node_id": "MDQ6VXNlcjI0MTg1MDg=", - "avatar_url": "https://avatars0.githubusercontent.com/u/2418508?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/bryht", - "html_url": "https://github.com/bryht", - "followers_url": "https://api.github.com/users/bryht/followers", - "following_url": "https://api.github.com/users/bryht/following{/other_user}", - "gists_url": "https://api.github.com/users/bryht/gists{/gist_id}", - "starred_url": "https://api.github.com/users/bryht/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/bryht/subscriptions", - "organizations_url": "https://api.github.com/users/bryht/orgs", - "repos_url": "https://api.github.com/users/bryht/repos", - "events_url": "https://api.github.com/users/bryht/events{/privacy}", - "received_events_url": "https://api.github.com/users/bryht/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "text/yaml", - "state": "uploaded", - "size": 503, - "download_count": 196, - "created_at": "2020-04-30T17:50:14Z", - "updated_at": "2020-04-30T17:50:15Z", - "browser_download_url": "https://github.com/bryht/dict/releases/download/v0.5.6/latest-mac.yml" - }, - { - "url": "https://api.github.com/repos/bryht/dict/releases/assets/20306964", - "id": 20306964, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMzA2OTY0", - "name": "latest.yml", - "label": "", - "uploader": { - "login": "bryht", - "id": 2418508, - "node_id": "MDQ6VXNlcjI0MTg1MDg=", - "avatar_url": "https://avatars0.githubusercontent.com/u/2418508?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/bryht", - "html_url": "https://github.com/bryht", - "followers_url": "https://api.github.com/users/bryht/followers", - "following_url": "https://api.github.com/users/bryht/following{/other_user}", - "gists_url": "https://api.github.com/users/bryht/gists{/gist_id}", - "starred_url": "https://api.github.com/users/bryht/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/bryht/subscriptions", - "organizations_url": "https://api.github.com/users/bryht/orgs", - "repos_url": "https://api.github.com/users/bryht/repos", - "events_url": "https://api.github.com/users/bryht/events{/privacy}", - "received_events_url": "https://api.github.com/users/bryht/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "text/yaml", - "state": "uploaded", - "size": 336, - "download_count": 179, - "created_at": "2020-04-30T17:50:14Z", - "updated_at": "2020-04-30T17:50:14Z", - "browser_download_url": "https://github.com/bryht/dict/releases/download/v0.5.6/latest.yml" - } - ], - "tarball_url": "https://api.github.com/repos/bryht/dict/tarball/v0.5.6", - "zipball_url": "https://api.github.com/repos/bryht/dict/zipball/v0.5.6", - "body_html": null - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:16.036Z" - }, - "diffuse": { - "latestRelease": { - "url": "https://api.github.com/repos/icidasset/diffuse/releases/28400786", - "assets_url": "https://api.github.com/repos/icidasset/diffuse/releases/28400786/assets", - "upload_url": "https://uploads.github.com/repos/icidasset/diffuse/releases/28400786/assets{?name,label}", - "html_url": "https://github.com/icidasset/diffuse/releases/tag/2.5.4", - "id": 28400786, - "node_id": "MDc6UmVsZWFzZTI4NDAwNzg2", - "tag_name": "2.5.4", - "target_commitish": "master", - "name": "v2.5.4", - "draft": false, - "author": { - "login": "icidasset", - "id": 296665, - "node_id": "MDQ6VXNlcjI5NjY2NQ==", - "avatar_url": "https://avatars1.githubusercontent.com/u/296665?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/icidasset", - "html_url": "https://github.com/icidasset", - "followers_url": "https://api.github.com/users/icidasset/followers", - "following_url": "https://api.github.com/users/icidasset/following{/other_user}", - "gists_url": "https://api.github.com/users/icidasset/gists{/gist_id}", - "starred_url": "https://api.github.com/users/icidasset/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/icidasset/subscriptions", - "organizations_url": "https://api.github.com/users/icidasset/orgs", - "repos_url": "https://api.github.com/users/icidasset/repos", - "events_url": "https://api.github.com/users/icidasset/events{/privacy}", - "received_events_url": "https://api.github.com/users/icidasset/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2020-07-09T12:57:55Z", - "published_at": "2020-07-09T13:12:23Z", - "assets": [ - { - "url": "https://api.github.com/repos/icidasset/diffuse/releases/assets/22716394", - "id": 22716394, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNzE2Mzk0", - "name": "diffuse-linux.AppImage", - "label": null, - "uploader": { - "login": "icidasset", - "id": 296665, - "node_id": "MDQ6VXNlcjI5NjY2NQ==", - "avatar_url": "https://avatars1.githubusercontent.com/u/296665?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/icidasset", - "html_url": "https://github.com/icidasset", - "followers_url": "https://api.github.com/users/icidasset/followers", - "following_url": "https://api.github.com/users/icidasset/following{/other_user}", - "gists_url": "https://api.github.com/users/icidasset/gists{/gist_id}", - "starred_url": "https://api.github.com/users/icidasset/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/icidasset/subscriptions", - "organizations_url": "https://api.github.com/users/icidasset/orgs", - "repos_url": "https://api.github.com/users/icidasset/repos", - "events_url": "https://api.github.com/users/icidasset/events{/privacy}", - "received_events_url": "https://api.github.com/users/icidasset/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", + "content_type": "application/octet-stream", "state": "uploaded", "size": 103376711, - "download_count": 100, + "download_count": 102, "created_at": "2020-07-09T13:09:19Z", "updated_at": "2020-07-09T13:12:17Z", "browser_download_url": "https://github.com/icidasset/diffuse/releases/download/2.5.4/diffuse-linux.AppImage" @@ -23139,7 +23139,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 91287552, - "download_count": 12, + "download_count": 13, "created_at": "2020-07-09T13:07:46Z", "updated_at": "2020-07-09T13:09:19Z", "browser_download_url": "https://github.com/icidasset/diffuse/releases/download/2.5.4/diffuse-linux.snap" @@ -23319,7 +23319,7 @@ "zipball_url": "https://api.github.com/repos/icidasset/diffuse/zipball/2.5.4", "body_html": "

Version 2.5.4 🎶 🧹

\n

\n
\n\n

See CHANGELOG for more info.

\n

Available online as well at:
\nhttps://diffuse.sh/

\n

If you want to host the app yourself, make sure to check out the new README.

\n
\n

Packages:

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:16.094Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:22.026Z" }, "dipp": { "latestRelease": { @@ -23430,7 +23430,7 @@ "zipball_url": "https://api.github.com/repos/osuke/dipp/zipball/v1.0.1", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:16.274Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:22.043Z" }, "dn-tool-container": { "latestRelease": { @@ -23575,7 +23575,7 @@ "zipball_url": "https://api.github.com/repos/como65416/DnToolContainer/zipball/1.5.1", "body_html": "

Fix

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:16.380Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:22.074Z" }, "dixa": { "latestRelease": { @@ -23642,7 +23642,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 91482214, - "download_count": 330, + "download_count": 331, "created_at": "2020-05-18T08:12:24Z", "updated_at": "2020-05-18T08:12:30Z", "browser_download_url": "https://github.com/dixahq/dixa-desktop-app-release/releases/download/v3.5.6/dixa-3.5.6.dmg" @@ -23710,7 +23710,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 88654809, - "download_count": 22437, + "download_count": 22574, "created_at": "2020-05-18T08:12:36Z", "updated_at": "2020-05-18T08:12:42Z", "browser_download_url": "https://github.com/dixahq/dixa-desktop-app-release/releases/download/v3.5.6/dixa-3.5.6.zip" @@ -23744,7 +23744,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 141296352, - "download_count": 5851, + "download_count": 5855, "created_at": "2020-05-18T08:18:20Z", "updated_at": "2020-05-18T08:18:26Z", "browser_download_url": "https://github.com/dixahq/dixa-desktop-app-release/releases/download/v3.5.6/dixa-setup-3.5.6.exe" @@ -23880,7 +23880,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 492, - "download_count": 288447, + "download_count": 290139, "created_at": "2020-05-18T08:12:43Z", "updated_at": "2020-05-18T08:12:43Z", "browser_download_url": "https://github.com/dixahq/dixa-desktop-app-release/releases/download/v3.5.6/latest-mac.yml" @@ -23914,7 +23914,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 337, - "download_count": 50046, + "download_count": 50156, "created_at": "2020-05-18T08:18:28Z", "updated_at": "2020-05-18T08:18:28Z", "browser_download_url": "https://github.com/dixahq/dixa-desktop-app-release/releases/download/v3.5.6/latest.yml" @@ -23924,7 +23924,11 @@ "zipball_url": "https://api.github.com/repos/dixahq/dixa-desktop-app-release/zipball/v3.5.6", "body_html": "

Bugfix

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:16.405Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:22.084Z" + }, + "domain-book": { + "latestRelease": null, + "latestReleaseFetchedAt": "2020-09-18T00:10:22.094Z" }, "doki-doki-mod-manager": { "latestRelease": { @@ -24059,7 +24063,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 92191661, - "download_count": 104, + "download_count": 105, "created_at": "2020-08-01T17:34:25Z", "updated_at": "2020-08-01T17:34:27Z", "browser_download_url": "https://github.com/DokiDokiModManager/Mod-Manager/releases/download/v4.3.0/ddmm-4.3.0-linux-x86_64.AppImage" @@ -24195,7 +24199,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 747985, - "download_count": 1060, + "download_count": 1065, "created_at": "2020-08-01T17:34:49Z", "updated_at": "2020-08-01T17:34:49Z", "browser_download_url": "https://github.com/DokiDokiModManager/Mod-Manager/releases/download/v4.3.0/ddmm-4.3.0-win.exe" @@ -24263,7 +24267,7 @@ "content_type": "application/x-7z-compressed", "state": "uploaded", "size": 64531591, - "download_count": 1187, + "download_count": 1195, "created_at": "2020-08-01T17:34:43Z", "updated_at": "2020-08-01T17:34:45Z", "browser_download_url": "https://github.com/DokiDokiModManager/Mod-Manager/releases/download/v4.3.0/doki-doki-mod-manager-4.3.0-x64.nsis.7z" @@ -24331,7 +24335,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 332, - "download_count": 123, + "download_count": 125, "created_at": "2020-08-01T17:35:18Z", "updated_at": "2020-08-01T17:35:18Z", "browser_download_url": "https://github.com/DokiDokiModManager/Mod-Manager/releases/download/v4.3.0/latest-mac.yml" @@ -24365,7 +24369,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 828, - "download_count": 1724, + "download_count": 1737, "created_at": "2020-08-01T17:34:49Z", "updated_at": "2020-08-01T17:34:49Z", "browser_download_url": "https://github.com/DokiDokiModManager/Mod-Manager/releases/download/v4.3.0/latest.yml" @@ -24375,11 +24379,7 @@ "zipball_url": "https://api.github.com/repos/DokiDokiModManager/Mod-Manager/zipball/v4.3.0", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:16.541Z" - }, - "domain-book": { - "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:16.578Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:22.120Z" }, "domodel-diary": { "latestRelease": { @@ -24660,7 +24660,7 @@ "zipball_url": "https://api.github.com/repos/thoughtsunificator/domodel-diary-electron/zipball/1.0.8", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:16.751Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:22.156Z" }, "domterm": { "latestRelease": { @@ -24873,7 +24873,7 @@ "zipball_url": "https://api.github.com/repos/PerBothner/DomTerm/zipball/1.0", "body_html": "

After a lot of work, time to declare a 1.0 release. Yeah!
\nThe rpms are for Fedora 27. The domterm-1.0-wsl.zip is compiled for Windows 10 with Windows Subsystem for Linux.

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:16.763Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:22.162Z" }, "donut": { "latestRelease": { @@ -25222,186 +25222,7 @@ "zipball_url": "https://api.github.com/repos/EtherbitHQ/donut/zipball/2.4.0", "body_html": "

Changelog

\n\n

\"See

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:16.907Z" - }, - "dusk-player": { - "latestRelease": { - "url": "https://api.github.com/repos/Aveek-Saha/MusicPlayer/releases/26350971", - "assets_url": "https://api.github.com/repos/Aveek-Saha/MusicPlayer/releases/26350971/assets", - "upload_url": "https://uploads.github.com/repos/Aveek-Saha/MusicPlayer/releases/26350971/assets{?name,label}", - "html_url": "https://github.com/Aveek-Saha/MusicPlayer/releases/tag/v5.0.0", - "id": 26350971, - "node_id": "MDc6UmVsZWFzZTI2MzUwOTcx", - "tag_name": "v5.0.0", - "target_commitish": "master", - "name": "Dusk Player for Windows, Linux and Mac", - "draft": false, - "author": { - "login": "github-actions[bot]", - "id": 41898282, - "node_id": "MDM6Qm90NDE4OTgyODI=", - "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/github-actions%5Bbot%5D", - "html_url": "https://github.com/apps/github-actions", - "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", - "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", - "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", - "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", - "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", - "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", - "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", - "type": "Bot", - "site_admin": false - }, - "prerelease": false, - "created_at": "2020-05-10T07:17:23Z", - "published_at": "2020-05-10T07:30:18Z", - "assets": [ - { - "url": "https://api.github.com/repos/Aveek-Saha/MusicPlayer/releases/assets/20587081", - "id": 20587081, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTg3MDgx", - "name": "DuskPlayer-5.0.0.AppImage", - "label": "", - "uploader": { - "login": "github-actions[bot]", - "id": 41898282, - "node_id": "MDM6Qm90NDE4OTgyODI=", - "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/github-actions%5Bbot%5D", - "html_url": "https://github.com/apps/github-actions", - "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", - "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", - "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", - "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", - "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", - "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", - "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", - "type": "Bot", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 68053835, - "download_count": 103, - "created_at": "2020-05-10T07:20:06Z", - "updated_at": "2020-05-10T07:20:08Z", - "browser_download_url": "https://github.com/Aveek-Saha/MusicPlayer/releases/download/v5.0.0/DuskPlayer-5.0.0.AppImage" - }, - { - "url": "https://api.github.com/repos/Aveek-Saha/MusicPlayer/releases/assets/20587098", - "id": 20587098, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTg3MDk4", - "name": "DuskPlayer-5.0.0.pkg", - "label": "", - "uploader": { - "login": "github-actions[bot]", - "id": 41898282, - "node_id": "MDM6Qm90NDE4OTgyODI=", - "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/github-actions%5Bbot%5D", - "html_url": "https://github.com/apps/github-actions", - "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", - "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", - "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", - "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", - "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", - "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", - "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", - "type": "Bot", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 66721066, - "download_count": 84, - "created_at": "2020-05-10T07:21:17Z", - "updated_at": "2020-05-10T07:21:19Z", - "browser_download_url": "https://github.com/Aveek-Saha/MusicPlayer/releases/download/v5.0.0/DuskPlayer-5.0.0.pkg" - }, - { - "url": "https://api.github.com/repos/Aveek-Saha/MusicPlayer/releases/assets/20587093", - "id": 20587093, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTg3MDkz", - "name": "DuskPlayer-Setup-5.0.0.exe", - "label": "", - "uploader": { - "login": "github-actions[bot]", - "id": 41898282, - "node_id": "MDM6Qm90NDE4OTgyODI=", - "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/github-actions%5Bbot%5D", - "html_url": "https://github.com/apps/github-actions", - "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", - "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", - "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", - "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", - "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", - "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", - "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", - "type": "Bot", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 45603738, - "download_count": 317, - "created_at": "2020-05-10T07:21:00Z", - "updated_at": "2020-05-10T07:21:01Z", - "browser_download_url": "https://github.com/Aveek-Saha/MusicPlayer/releases/download/v5.0.0/DuskPlayer-Setup-5.0.0.exe" - }, - { - "url": "https://api.github.com/repos/Aveek-Saha/MusicPlayer/releases/assets/20587096", - "id": 20587096, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTg3MDk2", - "name": "DuskPlayer_5.0.0_amd64.deb", - "label": "", - "uploader": { - "login": "github-actions[bot]", - "id": 41898282, - "node_id": "MDM6Qm90NDE4OTgyODI=", - "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/github-actions%5Bbot%5D", - "html_url": "https://github.com/apps/github-actions", - "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", - "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", - "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", - "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", - "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", - "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", - "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", - "type": "Bot", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 46675798, - "download_count": 79, - "created_at": "2020-05-10T07:21:12Z", - "updated_at": "2020-05-10T07:21:13Z", - "browser_download_url": "https://github.com/Aveek-Saha/MusicPlayer/releases/download/v5.0.0/DuskPlayer_5.0.0_amd64.deb" - } - ], - "tarball_url": "https://api.github.com/repos/Aveek-Saha/MusicPlayer/tarball/v5.0.0", - "zipball_url": "https://api.github.com/repos/Aveek-Saha/MusicPlayer/zipball/v5.0.0", - "body_html": "

For Linux

\n

Download the .deb package or the AppImage

\n

For Windows

\n

Download the .exe file

\n

For MacOS

\n

Download the .pkg file

\n

Updates

\n" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:17.092Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:22.210Z" }, "downline": { "latestRelease": { @@ -25468,7 +25289,7 @@ "content_type": "application/x-iso9660-appimage", "state": "uploaded", "size": 87694096, - "download_count": 3093, + "download_count": 3095, "created_at": "2019-06-03T05:15:17Z", "updated_at": "2019-06-03T05:19:52Z", "browser_download_url": "https://github.com/jarbun/downline/releases/download/v1.3.1/downline-1.3.1-appimage-linux.AppImage" @@ -25614,7 +25435,186 @@ "zipball_url": "https://api.github.com/repos/jarbun/downline/zipball/v1.3.1", "body_html": "

v1.3.1 (2019-06-03)

\n

Added

\n\n

Fixed

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:17.103Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:22.234Z" + }, + "dusk-player": { + "latestRelease": { + "url": "https://api.github.com/repos/Aveek-Saha/MusicPlayer/releases/26350971", + "assets_url": "https://api.github.com/repos/Aveek-Saha/MusicPlayer/releases/26350971/assets", + "upload_url": "https://uploads.github.com/repos/Aveek-Saha/MusicPlayer/releases/26350971/assets{?name,label}", + "html_url": "https://github.com/Aveek-Saha/MusicPlayer/releases/tag/v5.0.0", + "id": 26350971, + "node_id": "MDc6UmVsZWFzZTI2MzUwOTcx", + "tag_name": "v5.0.0", + "target_commitish": "master", + "name": "Dusk Player for Windows, Linux and Mac", + "draft": false, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "prerelease": false, + "created_at": "2020-05-10T07:17:23Z", + "published_at": "2020-05-10T07:30:18Z", + "assets": [ + { + "url": "https://api.github.com/repos/Aveek-Saha/MusicPlayer/releases/assets/20587081", + "id": 20587081, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTg3MDgx", + "name": "DuskPlayer-5.0.0.AppImage", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 68053835, + "download_count": 104, + "created_at": "2020-05-10T07:20:06Z", + "updated_at": "2020-05-10T07:20:08Z", + "browser_download_url": "https://github.com/Aveek-Saha/MusicPlayer/releases/download/v5.0.0/DuskPlayer-5.0.0.AppImage" + }, + { + "url": "https://api.github.com/repos/Aveek-Saha/MusicPlayer/releases/assets/20587098", + "id": 20587098, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTg3MDk4", + "name": "DuskPlayer-5.0.0.pkg", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 66721066, + "download_count": 84, + "created_at": "2020-05-10T07:21:17Z", + "updated_at": "2020-05-10T07:21:19Z", + "browser_download_url": "https://github.com/Aveek-Saha/MusicPlayer/releases/download/v5.0.0/DuskPlayer-5.0.0.pkg" + }, + { + "url": "https://api.github.com/repos/Aveek-Saha/MusicPlayer/releases/assets/20587093", + "id": 20587093, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTg3MDkz", + "name": "DuskPlayer-Setup-5.0.0.exe", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 45603738, + "download_count": 317, + "created_at": "2020-05-10T07:21:00Z", + "updated_at": "2020-05-10T07:21:01Z", + "browser_download_url": "https://github.com/Aveek-Saha/MusicPlayer/releases/download/v5.0.0/DuskPlayer-Setup-5.0.0.exe" + }, + { + "url": "https://api.github.com/repos/Aveek-Saha/MusicPlayer/releases/assets/20587096", + "id": 20587096, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTg3MDk2", + "name": "DuskPlayer_5.0.0_amd64.deb", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 46675798, + "download_count": 79, + "created_at": "2020-05-10T07:21:12Z", + "updated_at": "2020-05-10T07:21:13Z", + "browser_download_url": "https://github.com/Aveek-Saha/MusicPlayer/releases/download/v5.0.0/DuskPlayer_5.0.0_amd64.deb" + } + ], + "tarball_url": "https://api.github.com/repos/Aveek-Saha/MusicPlayer/tarball/v5.0.0", + "zipball_url": "https://api.github.com/repos/Aveek-Saha/MusicPlayer/zipball/v5.0.0", + "body_html": "

For Linux

\n

Download the .deb package or the AppImage

\n

For Windows

\n

Download the .exe file

\n

For MacOS

\n

Download the .pkg file

\n

Updates

\n" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:22.251Z" }, "dot": { "latestRelease": { @@ -25656,7 +25656,7 @@ "zipball_url": "https://api.github.com/repos/dothq/browser/zipball/0.0.0", "body_html": "

Please head over to dothq.co/beta to see our latest Dot Browser releases.

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:17.263Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:22.260Z" }, "e-mage": { "latestRelease": { @@ -25757,7 +25757,7 @@ "content_type": "application/x-msdownload", "state": "uploaded", "size": 40415465, - "download_count": 5366, + "download_count": 5369, "created_at": "2018-09-17T23:05:37Z", "updated_at": "2018-09-17T23:05:47Z", "browser_download_url": "https://github.com/douglasjunior/emage/releases/download/1.1.0/E-Mage.Setup.1.1.0.exe" @@ -25835,7 +25835,263 @@ "zipball_url": "https://api.github.com/repos/douglasjunior/emage/zipball/1.1.0", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:17.289Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:22.328Z" + }, + "eagluet": { + "latestRelease": { + "url": "https://api.github.com/repos/surajrathod/eagluet/releases/27519048", + "assets_url": "https://api.github.com/repos/surajrathod/eagluet/releases/27519048/assets", + "upload_url": "https://uploads.github.com/repos/surajrathod/eagluet/releases/27519048/assets{?name,label}", + "html_url": "https://github.com/surajrathod/eagluet/releases/tag/v0.1.2", + "id": 27519048, + "node_id": "MDc6UmVsZWFzZTI3NTE5MDQ4", + "tag_name": "v0.1.2", + "target_commitish": "master", + "name": "V0.1.2", + "draft": false, + "author": { + "login": "surajrathod", + "id": 12035730, + "node_id": "MDQ6VXNlcjEyMDM1NzMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/12035730?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/surajrathod", + "html_url": "https://github.com/surajrathod", + "followers_url": "https://api.github.com/users/surajrathod/followers", + "following_url": "https://api.github.com/users/surajrathod/following{/other_user}", + "gists_url": "https://api.github.com/users/surajrathod/gists{/gist_id}", + "starred_url": "https://api.github.com/users/surajrathod/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/surajrathod/subscriptions", + "organizations_url": "https://api.github.com/users/surajrathod/orgs", + "repos_url": "https://api.github.com/users/surajrathod/repos", + "events_url": "https://api.github.com/users/surajrathod/events{/privacy}", + "received_events_url": "https://api.github.com/users/surajrathod/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2020-06-13T11:54:32Z", + "published_at": "2020-06-13T12:20:24Z", + "assets": [ + { + "url": "https://api.github.com/repos/surajrathod/eagluet/releases/assets/21715990", + "id": 21715990, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxNzE1OTkw", + "name": "Eagluet-0.1.2-full.nupkg", + "label": null, + "uploader": { + "login": "surajrathod", + "id": 12035730, + "node_id": "MDQ6VXNlcjEyMDM1NzMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/12035730?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/surajrathod", + "html_url": "https://github.com/surajrathod", + "followers_url": "https://api.github.com/users/surajrathod/followers", + "following_url": "https://api.github.com/users/surajrathod/following{/other_user}", + "gists_url": "https://api.github.com/users/surajrathod/gists{/gist_id}", + "starred_url": "https://api.github.com/users/surajrathod/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/surajrathod/subscriptions", + "organizations_url": "https://api.github.com/users/surajrathod/orgs", + "repos_url": "https://api.github.com/users/surajrathod/repos", + "events_url": "https://api.github.com/users/surajrathod/events{/privacy}", + "received_events_url": "https://api.github.com/users/surajrathod/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 70232451, + "download_count": 3, + "created_at": "2020-06-13T12:11:55Z", + "updated_at": "2020-06-13T12:19:54Z", + "browser_download_url": "https://github.com/surajrathod/eagluet/releases/download/v0.1.2/Eagluet-0.1.2-full.nupkg" + }, + { + "url": "https://api.github.com/repos/surajrathod/eagluet/releases/assets/21715855", + "id": 21715855, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxNzE1ODU1", + "name": "eagluet-0.1.2.Setup.exe", + "label": null, + "uploader": { + "login": "surajrathod", + "id": 12035730, + "node_id": "MDQ6VXNlcjEyMDM1NzMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/12035730?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/surajrathod", + "html_url": "https://github.com/surajrathod", + "followers_url": "https://api.github.com/users/surajrathod/followers", + "following_url": "https://api.github.com/users/surajrathod/following{/other_user}", + "gists_url": "https://api.github.com/users/surajrathod/gists{/gist_id}", + "starred_url": "https://api.github.com/users/surajrathod/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/surajrathod/subscriptions", + "organizations_url": "https://api.github.com/users/surajrathod/orgs", + "repos_url": "https://api.github.com/users/surajrathod/repos", + "events_url": "https://api.github.com/users/surajrathod/events{/privacy}", + "received_events_url": "https://api.github.com/users/surajrathod/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-msdownload", + "state": "uploaded", + "size": 71047680, + "download_count": 120, + "created_at": "2020-06-13T12:02:11Z", + "updated_at": "2020-06-13T12:11:55Z", + "browser_download_url": "https://github.com/surajrathod/eagluet/releases/download/v0.1.2/eagluet-0.1.2.Setup.exe" + }, + { + "url": "https://api.github.com/repos/surajrathod/eagluet/releases/assets/21715853", + "id": 21715853, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxNzE1ODUz", + "name": "RELEASES", + "label": null, + "uploader": { + "login": "surajrathod", + "id": 12035730, + "node_id": "MDQ6VXNlcjEyMDM1NzMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/12035730?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/surajrathod", + "html_url": "https://github.com/surajrathod", + "followers_url": "https://api.github.com/users/surajrathod/followers", + "following_url": "https://api.github.com/users/surajrathod/following{/other_user}", + "gists_url": "https://api.github.com/users/surajrathod/gists{/gist_id}", + "starred_url": "https://api.github.com/users/surajrathod/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/surajrathod/subscriptions", + "organizations_url": "https://api.github.com/users/surajrathod/orgs", + "repos_url": "https://api.github.com/users/surajrathod/repos", + "events_url": "https://api.github.com/users/surajrathod/events{/privacy}", + "received_events_url": "https://api.github.com/users/surajrathod/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 77, + "download_count": 2, + "created_at": "2020-06-13T12:02:09Z", + "updated_at": "2020-06-13T12:02:11Z", + "browser_download_url": "https://github.com/surajrathod/eagluet/releases/download/v0.1.2/RELEASES" + } + ], + "tarball_url": "https://api.github.com/repos/surajrathod/eagluet/tarball/v0.1.2", + "zipball_url": "https://api.github.com/repos/surajrathod/eagluet/zipball/v0.1.2", + "body_html": "" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:22.341Z" + }, + "easytongue": { + "latestRelease": { + "url": "https://api.github.com/repos/FlorianFe/EasyTongue/releases/6710661", + "assets_url": "https://api.github.com/repos/FlorianFe/EasyTongue/releases/6710661/assets", + "upload_url": "https://uploads.github.com/repos/FlorianFe/EasyTongue/releases/6710661/assets{?name,label}", + "html_url": "https://github.com/FlorianFe/EasyTongue/releases/tag/v1.0.4", + "id": 6710661, + "node_id": "MDc6UmVsZWFzZTY3MTA2NjE=", + "tag_name": "v1.0.4", + "target_commitish": "master", + "name": "", + "draft": false, + "author": { + "login": "FlorianFe", + "id": 19766850, + "node_id": "MDQ6VXNlcjE5NzY2ODUw", + "avatar_url": "https://avatars2.githubusercontent.com/u/19766850?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/FlorianFe", + "html_url": "https://github.com/FlorianFe", + "followers_url": "https://api.github.com/users/FlorianFe/followers", + "following_url": "https://api.github.com/users/FlorianFe/following{/other_user}", + "gists_url": "https://api.github.com/users/FlorianFe/gists{/gist_id}", + "starred_url": "https://api.github.com/users/FlorianFe/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/FlorianFe/subscriptions", + "organizations_url": "https://api.github.com/users/FlorianFe/orgs", + "repos_url": "https://api.github.com/users/FlorianFe/repos", + "events_url": "https://api.github.com/users/FlorianFe/events{/privacy}", + "received_events_url": "https://api.github.com/users/FlorianFe/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2017-06-14T13:28:44Z", + "published_at": "2017-06-14T14:01:32Z", + "assets": [ + { + "url": "https://api.github.com/repos/FlorianFe/EasyTongue/releases/assets/4099419", + "id": 4099419, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQwOTk0MTk=", + "name": "EasyTongue.dmg", + "label": null, + "uploader": { + "login": "FlorianFe", + "id": 19766850, + "node_id": "MDQ6VXNlcjE5NzY2ODUw", + "avatar_url": "https://avatars2.githubusercontent.com/u/19766850?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/FlorianFe", + "html_url": "https://github.com/FlorianFe", + "followers_url": "https://api.github.com/users/FlorianFe/followers", + "following_url": "https://api.github.com/users/FlorianFe/following{/other_user}", + "gists_url": "https://api.github.com/users/FlorianFe/gists{/gist_id}", + "starred_url": "https://api.github.com/users/FlorianFe/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/FlorianFe/subscriptions", + "organizations_url": "https://api.github.com/users/FlorianFe/orgs", + "repos_url": "https://api.github.com/users/FlorianFe/repos", + "events_url": "https://api.github.com/users/FlorianFe/events{/privacy}", + "received_events_url": "https://api.github.com/users/FlorianFe/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 57994689, + "download_count": 58, + "created_at": "2017-06-14T13:32:08Z", + "updated_at": "2017-06-14T13:47:27Z", + "browser_download_url": "https://github.com/FlorianFe/EasyTongue/releases/download/v1.0.4/EasyTongue.dmg" + }, + { + "url": "https://api.github.com/repos/FlorianFe/EasyTongue/releases/assets/4099661", + "id": 4099661, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQwOTk2NjE=", + "name": "EasyTongue.exe", + "label": null, + "uploader": { + "login": "FlorianFe", + "id": 19766850, + "node_id": "MDQ6VXNlcjE5NzY2ODUw", + "avatar_url": "https://avatars2.githubusercontent.com/u/19766850?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/FlorianFe", + "html_url": "https://github.com/FlorianFe", + "followers_url": "https://api.github.com/users/FlorianFe/followers", + "following_url": "https://api.github.com/users/FlorianFe/following{/other_user}", + "gists_url": "https://api.github.com/users/FlorianFe/gists{/gist_id}", + "starred_url": "https://api.github.com/users/FlorianFe/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/FlorianFe/subscriptions", + "organizations_url": "https://api.github.com/users/FlorianFe/orgs", + "repos_url": "https://api.github.com/users/FlorianFe/repos", + "events_url": "https://api.github.com/users/FlorianFe/events{/privacy}", + "received_events_url": "https://api.github.com/users/FlorianFe/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-msdownload", + "state": "uploaded", + "size": 43745482, + "download_count": 184, + "created_at": "2017-06-14T13:53:03Z", + "updated_at": "2017-06-14T14:01:32Z", + "browser_download_url": "https://github.com/FlorianFe/EasyTongue/releases/download/v1.0.4/EasyTongue.exe" + } + ], + "tarball_url": "https://api.github.com/repos/FlorianFe/EasyTongue/tarball/v1.0.4", + "zipball_url": "https://api.github.com/repos/FlorianFe/EasyTongue/zipball/v1.0.4", + "body_html": "" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:22.345Z" }, "e-tools": { "latestRelease": { @@ -26218,267 +26474,394 @@ "zipball_url": "https://api.github.com/repos/Suremotoo/e-tools/zipball/v1.3.6", "body_html": "

🔖 🔖 Releasing

\n
    \n
  1. update the menu so it shows in the selected language
  2. \n
  3. add QuickChangeLanguage switch
    \n\"v1
  4. \n
" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:17.440Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:22.357Z" }, - "eagluet": { + "ebtcalc": { + "latestRelease": null, + "latestReleaseFetchedAt": "2020-09-18T00:10:22.396Z" + }, + "electorrent": { "latestRelease": { - "url": "https://api.github.com/repos/surajrathod/eagluet/releases/27519048", - "assets_url": "https://api.github.com/repos/surajrathod/eagluet/releases/27519048/assets", - "upload_url": "https://uploads.github.com/repos/surajrathod/eagluet/releases/27519048/assets{?name,label}", - "html_url": "https://github.com/surajrathod/eagluet/releases/tag/v0.1.2", - "id": 27519048, - "node_id": "MDc6UmVsZWFzZTI3NTE5MDQ4", - "tag_name": "v0.1.2", + "url": "https://api.github.com/repos/tympanix/Electorrent/releases/24972132", + "assets_url": "https://api.github.com/repos/tympanix/Electorrent/releases/24972132/assets", + "upload_url": "https://uploads.github.com/repos/tympanix/Electorrent/releases/24972132/assets{?name,label}", + "html_url": "https://github.com/tympanix/Electorrent/releases/tag/v2.7.1", + "id": 24972132, + "node_id": "MDc6UmVsZWFzZTI0OTcyMTMy", + "tag_name": "v2.7.1", "target_commitish": "master", - "name": "V0.1.2", + "name": "2.7.1", "draft": false, "author": { - "login": "surajrathod", - "id": 12035730, - "node_id": "MDQ6VXNlcjEyMDM1NzMw", - "avatar_url": "https://avatars3.githubusercontent.com/u/12035730?v=4", + "login": "tympanix", + "id": 9674814, + "node_id": "MDQ6VXNlcjk2NzQ4MTQ=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9674814?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/surajrathod", - "html_url": "https://github.com/surajrathod", - "followers_url": "https://api.github.com/users/surajrathod/followers", - "following_url": "https://api.github.com/users/surajrathod/following{/other_user}", - "gists_url": "https://api.github.com/users/surajrathod/gists{/gist_id}", - "starred_url": "https://api.github.com/users/surajrathod/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/surajrathod/subscriptions", - "organizations_url": "https://api.github.com/users/surajrathod/orgs", - "repos_url": "https://api.github.com/users/surajrathod/repos", - "events_url": "https://api.github.com/users/surajrathod/events{/privacy}", - "received_events_url": "https://api.github.com/users/surajrathod/received_events", + "url": "https://api.github.com/users/tympanix", + "html_url": "https://github.com/tympanix", + "followers_url": "https://api.github.com/users/tympanix/followers", + "following_url": "https://api.github.com/users/tympanix/following{/other_user}", + "gists_url": "https://api.github.com/users/tympanix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tympanix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tympanix/subscriptions", + "organizations_url": "https://api.github.com/users/tympanix/orgs", + "repos_url": "https://api.github.com/users/tympanix/repos", + "events_url": "https://api.github.com/users/tympanix/events{/privacy}", + "received_events_url": "https://api.github.com/users/tympanix/received_events", "type": "User", "site_admin": false }, "prerelease": false, - "created_at": "2020-06-13T11:54:32Z", - "published_at": "2020-06-13T12:20:24Z", + "created_at": "2020-03-29T11:17:00Z", + "published_at": "2020-03-29T18:31:00Z", "assets": [ { - "url": "https://api.github.com/repos/surajrathod/eagluet/releases/assets/21715990", - "id": 21715990, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIxNzE1OTkw", - "name": "Eagluet-0.1.2-full.nupkg", - "label": null, + "url": "https://api.github.com/repos/tympanix/Electorrent/releases/assets/19112184", + "id": 19112184, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE5MTEyMTg0", + "name": "electorrent-2.7.1-full.nupkg", + "label": "", "uploader": { - "login": "surajrathod", - "id": 12035730, - "node_id": "MDQ6VXNlcjEyMDM1NzMw", - "avatar_url": "https://avatars3.githubusercontent.com/u/12035730?v=4", + "login": "tympanix", + "id": 9674814, + "node_id": "MDQ6VXNlcjk2NzQ4MTQ=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9674814?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/surajrathod", - "html_url": "https://github.com/surajrathod", - "followers_url": "https://api.github.com/users/surajrathod/followers", - "following_url": "https://api.github.com/users/surajrathod/following{/other_user}", - "gists_url": "https://api.github.com/users/surajrathod/gists{/gist_id}", - "starred_url": "https://api.github.com/users/surajrathod/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/surajrathod/subscriptions", - "organizations_url": "https://api.github.com/users/surajrathod/orgs", - "repos_url": "https://api.github.com/users/surajrathod/repos", - "events_url": "https://api.github.com/users/surajrathod/events{/privacy}", - "received_events_url": "https://api.github.com/users/surajrathod/received_events", + "url": "https://api.github.com/users/tympanix", + "html_url": "https://github.com/tympanix", + "followers_url": "https://api.github.com/users/tympanix/followers", + "following_url": "https://api.github.com/users/tympanix/following{/other_user}", + "gists_url": "https://api.github.com/users/tympanix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tympanix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tympanix/subscriptions", + "organizations_url": "https://api.github.com/users/tympanix/orgs", + "repos_url": "https://api.github.com/users/tympanix/repos", + "events_url": "https://api.github.com/users/tympanix/events{/privacy}", + "received_events_url": "https://api.github.com/users/tympanix/received_events", "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 70232451, - "download_count": 3, - "created_at": "2020-06-13T12:11:55Z", - "updated_at": "2020-06-13T12:19:54Z", - "browser_download_url": "https://github.com/surajrathod/eagluet/releases/download/v0.1.2/Eagluet-0.1.2-full.nupkg" + "size": 75692772, + "download_count": 783, + "created_at": "2020-03-29T11:18:56Z", + "updated_at": "2020-03-29T11:18:57Z", + "browser_download_url": "https://github.com/tympanix/Electorrent/releases/download/v2.7.1/electorrent-2.7.1-full.nupkg" }, { - "url": "https://api.github.com/repos/surajrathod/eagluet/releases/assets/21715855", - "id": 21715855, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIxNzE1ODU1", - "name": "eagluet-0.1.2.Setup.exe", - "label": null, + "url": "https://api.github.com/repos/tympanix/Electorrent/releases/assets/19112223", + "id": 19112223, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE5MTEyMjIz", + "name": "Electorrent-2.7.1-mac.zip", + "label": "", "uploader": { - "login": "surajrathod", - "id": 12035730, - "node_id": "MDQ6VXNlcjEyMDM1NzMw", - "avatar_url": "https://avatars3.githubusercontent.com/u/12035730?v=4", + "login": "tympanix", + "id": 9674814, + "node_id": "MDQ6VXNlcjk2NzQ4MTQ=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9674814?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/surajrathod", - "html_url": "https://github.com/surajrathod", - "followers_url": "https://api.github.com/users/surajrathod/followers", - "following_url": "https://api.github.com/users/surajrathod/following{/other_user}", - "gists_url": "https://api.github.com/users/surajrathod/gists{/gist_id}", - "starred_url": "https://api.github.com/users/surajrathod/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/surajrathod/subscriptions", - "organizations_url": "https://api.github.com/users/surajrathod/orgs", - "repos_url": "https://api.github.com/users/surajrathod/repos", - "events_url": "https://api.github.com/users/surajrathod/events{/privacy}", - "received_events_url": "https://api.github.com/users/surajrathod/received_events", + "url": "https://api.github.com/users/tympanix", + "html_url": "https://github.com/tympanix", + "followers_url": "https://api.github.com/users/tympanix/followers", + "following_url": "https://api.github.com/users/tympanix/following{/other_user}", + "gists_url": "https://api.github.com/users/tympanix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tympanix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tympanix/subscriptions", + "organizations_url": "https://api.github.com/users/tympanix/orgs", + "repos_url": "https://api.github.com/users/tympanix/repos", + "events_url": "https://api.github.com/users/tympanix/events{/privacy}", + "received_events_url": "https://api.github.com/users/tympanix/received_events", "type": "User", "site_admin": false }, - "content_type": "application/x-msdownload", + "content_type": "application/zip", "state": "uploaded", - "size": 71047680, - "download_count": 120, - "created_at": "2020-06-13T12:02:11Z", - "updated_at": "2020-06-13T12:11:55Z", - "browser_download_url": "https://github.com/surajrathod/eagluet/releases/download/v0.1.2/eagluet-0.1.2.Setup.exe" + "size": 68548269, + "download_count": 79, + "created_at": "2020-03-29T11:21:47Z", + "updated_at": "2020-03-29T11:21:50Z", + "browser_download_url": "https://github.com/tympanix/Electorrent/releases/download/v2.7.1/Electorrent-2.7.1-mac.zip" }, { - "url": "https://api.github.com/repos/surajrathod/eagluet/releases/assets/21715853", - "id": 21715853, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIxNzE1ODUz", - "name": "RELEASES", - "label": null, + "url": "https://api.github.com/repos/tympanix/Electorrent/releases/assets/19112200", + "id": 19112200, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE5MTEyMjAw", + "name": "Electorrent-2.7.1.AppImage", + "label": "", "uploader": { - "login": "surajrathod", - "id": 12035730, - "node_id": "MDQ6VXNlcjEyMDM1NzMw", - "avatar_url": "https://avatars3.githubusercontent.com/u/12035730?v=4", + "login": "tympanix", + "id": 9674814, + "node_id": "MDQ6VXNlcjk2NzQ4MTQ=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9674814?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/surajrathod", - "html_url": "https://github.com/surajrathod", - "followers_url": "https://api.github.com/users/surajrathod/followers", - "following_url": "https://api.github.com/users/surajrathod/following{/other_user}", - "gists_url": "https://api.github.com/users/surajrathod/gists{/gist_id}", - "starred_url": "https://api.github.com/users/surajrathod/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/surajrathod/subscriptions", - "organizations_url": "https://api.github.com/users/surajrathod/orgs", - "repos_url": "https://api.github.com/users/surajrathod/repos", - "events_url": "https://api.github.com/users/surajrathod/events{/privacy}", - "received_events_url": "https://api.github.com/users/surajrathod/received_events", + "url": "https://api.github.com/users/tympanix", + "html_url": "https://github.com/tympanix", + "followers_url": "https://api.github.com/users/tympanix/followers", + "following_url": "https://api.github.com/users/tympanix/following{/other_user}", + "gists_url": "https://api.github.com/users/tympanix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tympanix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tympanix/subscriptions", + "organizations_url": "https://api.github.com/users/tympanix/orgs", + "repos_url": "https://api.github.com/users/tympanix/repos", + "events_url": "https://api.github.com/users/tympanix/events{/privacy}", + "received_events_url": "https://api.github.com/users/tympanix/received_events", "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 77, - "download_count": 2, - "created_at": "2020-06-13T12:02:09Z", - "updated_at": "2020-06-13T12:02:11Z", - "browser_download_url": "https://github.com/surajrathod/eagluet/releases/download/v0.1.2/RELEASES" - } - ], - "tarball_url": "https://api.github.com/repos/surajrathod/eagluet/tarball/v0.1.2", - "zipball_url": "https://api.github.com/repos/surajrathod/eagluet/zipball/v0.1.2", - "body_html": "" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:17.455Z" - }, - "ebtcalc": { - "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:17.589Z" - }, - "easytongue": { - "latestRelease": { - "url": "https://api.github.com/repos/FlorianFe/EasyTongue/releases/6710661", - "assets_url": "https://api.github.com/repos/FlorianFe/EasyTongue/releases/6710661/assets", - "upload_url": "https://uploads.github.com/repos/FlorianFe/EasyTongue/releases/6710661/assets{?name,label}", - "html_url": "https://github.com/FlorianFe/EasyTongue/releases/tag/v1.0.4", - "id": 6710661, - "node_id": "MDc6UmVsZWFzZTY3MTA2NjE=", - "tag_name": "v1.0.4", - "target_commitish": "master", - "name": "", - "draft": false, - "author": { - "login": "FlorianFe", - "id": 19766850, - "node_id": "MDQ6VXNlcjE5NzY2ODUw", - "avatar_url": "https://avatars2.githubusercontent.com/u/19766850?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/FlorianFe", - "html_url": "https://github.com/FlorianFe", - "followers_url": "https://api.github.com/users/FlorianFe/followers", - "following_url": "https://api.github.com/users/FlorianFe/following{/other_user}", - "gists_url": "https://api.github.com/users/FlorianFe/gists{/gist_id}", - "starred_url": "https://api.github.com/users/FlorianFe/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/FlorianFe/subscriptions", - "organizations_url": "https://api.github.com/users/FlorianFe/orgs", - "repos_url": "https://api.github.com/users/FlorianFe/repos", - "events_url": "https://api.github.com/users/FlorianFe/events{/privacy}", - "received_events_url": "https://api.github.com/users/FlorianFe/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2017-06-14T13:28:44Z", - "published_at": "2017-06-14T14:01:32Z", - "assets": [ + "size": 77266066, + "download_count": 631, + "created_at": "2020-03-29T11:20:08Z", + "updated_at": "2020-03-29T11:20:10Z", + "browser_download_url": "https://github.com/tympanix/Electorrent/releases/download/v2.7.1/Electorrent-2.7.1.AppImage" + }, { - "url": "https://api.github.com/repos/FlorianFe/EasyTongue/releases/assets/4099419", - "id": 4099419, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQwOTk0MTk=", - "name": "EasyTongue.dmg", - "label": null, + "url": "https://api.github.com/repos/tympanix/Electorrent/releases/assets/19112221", + "id": 19112221, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE5MTEyMjIx", + "name": "Electorrent-2.7.1.dmg", + "label": "", "uploader": { - "login": "FlorianFe", - "id": 19766850, - "node_id": "MDQ6VXNlcjE5NzY2ODUw", - "avatar_url": "https://avatars2.githubusercontent.com/u/19766850?v=4", + "login": "tympanix", + "id": 9674814, + "node_id": "MDQ6VXNlcjk2NzQ4MTQ=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9674814?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/FlorianFe", - "html_url": "https://github.com/FlorianFe", - "followers_url": "https://api.github.com/users/FlorianFe/followers", - "following_url": "https://api.github.com/users/FlorianFe/following{/other_user}", - "gists_url": "https://api.github.com/users/FlorianFe/gists{/gist_id}", - "starred_url": "https://api.github.com/users/FlorianFe/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/FlorianFe/subscriptions", - "organizations_url": "https://api.github.com/users/FlorianFe/orgs", - "repos_url": "https://api.github.com/users/FlorianFe/repos", - "events_url": "https://api.github.com/users/FlorianFe/events{/privacy}", - "received_events_url": "https://api.github.com/users/FlorianFe/received_events", + "url": "https://api.github.com/users/tympanix", + "html_url": "https://github.com/tympanix", + "followers_url": "https://api.github.com/users/tympanix/followers", + "following_url": "https://api.github.com/users/tympanix/following{/other_user}", + "gists_url": "https://api.github.com/users/tympanix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tympanix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tympanix/subscriptions", + "organizations_url": "https://api.github.com/users/tympanix/orgs", + "repos_url": "https://api.github.com/users/tympanix/repos", + "events_url": "https://api.github.com/users/tympanix/events{/privacy}", + "received_events_url": "https://api.github.com/users/tympanix/received_events", "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 57994689, - "download_count": 58, - "created_at": "2017-06-14T13:32:08Z", - "updated_at": "2017-06-14T13:47:27Z", - "browser_download_url": "https://github.com/FlorianFe/EasyTongue/releases/download/v1.0.4/EasyTongue.dmg" + "size": 71356392, + "download_count": 2367, + "created_at": "2020-03-29T11:21:34Z", + "updated_at": "2020-03-29T11:21:36Z", + "browser_download_url": "https://github.com/tympanix/Electorrent/releases/download/v2.7.1/Electorrent-2.7.1.dmg" }, { - "url": "https://api.github.com/repos/FlorianFe/EasyTongue/releases/assets/4099661", - "id": 4099661, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQwOTk2NjE=", - "name": "EasyTongue.exe", - "label": null, + "url": "https://api.github.com/repos/tympanix/Electorrent/releases/assets/19112222", + "id": 19112222, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE5MTEyMjIy", + "name": "Electorrent-2.7.1.dmg.blockmap", + "label": "", "uploader": { - "login": "FlorianFe", - "id": 19766850, - "node_id": "MDQ6VXNlcjE5NzY2ODUw", - "avatar_url": "https://avatars2.githubusercontent.com/u/19766850?v=4", + "login": "tympanix", + "id": 9674814, + "node_id": "MDQ6VXNlcjk2NzQ4MTQ=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9674814?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/FlorianFe", - "html_url": "https://github.com/FlorianFe", - "followers_url": "https://api.github.com/users/FlorianFe/followers", - "following_url": "https://api.github.com/users/FlorianFe/following{/other_user}", - "gists_url": "https://api.github.com/users/FlorianFe/gists{/gist_id}", - "starred_url": "https://api.github.com/users/FlorianFe/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/FlorianFe/subscriptions", - "organizations_url": "https://api.github.com/users/FlorianFe/orgs", - "repos_url": "https://api.github.com/users/FlorianFe/repos", - "events_url": "https://api.github.com/users/FlorianFe/events{/privacy}", - "received_events_url": "https://api.github.com/users/FlorianFe/received_events", + "url": "https://api.github.com/users/tympanix", + "html_url": "https://github.com/tympanix", + "followers_url": "https://api.github.com/users/tympanix/followers", + "following_url": "https://api.github.com/users/tympanix/following{/other_user}", + "gists_url": "https://api.github.com/users/tympanix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tympanix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tympanix/subscriptions", + "organizations_url": "https://api.github.com/users/tympanix/orgs", + "repos_url": "https://api.github.com/users/tympanix/repos", + "events_url": "https://api.github.com/users/tympanix/events{/privacy}", + "received_events_url": "https://api.github.com/users/tympanix/received_events", "type": "User", "site_admin": false }, - "content_type": "application/x-msdownload", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 43745482, - "download_count": 184, - "created_at": "2017-06-14T13:53:03Z", - "updated_at": "2017-06-14T14:01:32Z", - "browser_download_url": "https://github.com/FlorianFe/EasyTongue/releases/download/v1.0.4/EasyTongue.exe" + "size": 75006, + "download_count": 10, + "created_at": "2020-03-29T11:21:34Z", + "updated_at": "2020-03-29T11:21:34Z", + "browser_download_url": "https://github.com/tympanix/Electorrent/releases/download/v2.7.1/Electorrent-2.7.1.dmg.blockmap" + }, + { + "url": "https://api.github.com/repos/tympanix/Electorrent/releases/assets/19112185", + "id": 19112185, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE5MTEyMTg1", + "name": "electorrent-Setup-2.7.1.exe", + "label": "", + "uploader": { + "login": "tympanix", + "id": 9674814, + "node_id": "MDQ6VXNlcjk2NzQ4MTQ=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9674814?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tympanix", + "html_url": "https://github.com/tympanix", + "followers_url": "https://api.github.com/users/tympanix/followers", + "following_url": "https://api.github.com/users/tympanix/following{/other_user}", + "gists_url": "https://api.github.com/users/tympanix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tympanix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tympanix/subscriptions", + "organizations_url": "https://api.github.com/users/tympanix/orgs", + "repos_url": "https://api.github.com/users/tympanix/repos", + "events_url": "https://api.github.com/users/tympanix/events{/privacy}", + "received_events_url": "https://api.github.com/users/tympanix/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 77052416, + "download_count": 6663, + "created_at": "2020-03-29T11:18:56Z", + "updated_at": "2020-03-29T11:18:58Z", + "browser_download_url": "https://github.com/tympanix/Electorrent/releases/download/v2.7.1/electorrent-Setup-2.7.1.exe" + }, + { + "url": "https://api.github.com/repos/tympanix/Electorrent/releases/assets/19112208", + "id": 19112208, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE5MTEyMjA4", + "name": "electorrent_2.7.1_amd64.snap", + "label": "", + "uploader": { + "login": "tympanix", + "id": 9674814, + "node_id": "MDQ6VXNlcjk2NzQ4MTQ=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9674814?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tympanix", + "html_url": "https://github.com/tympanix", + "followers_url": "https://api.github.com/users/tympanix/followers", + "following_url": "https://api.github.com/users/tympanix/following{/other_user}", + "gists_url": "https://api.github.com/users/tympanix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tympanix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tympanix/subscriptions", + "organizations_url": "https://api.github.com/users/tympanix/orgs", + "repos_url": "https://api.github.com/users/tympanix/repos", + "events_url": "https://api.github.com/users/tympanix/events{/privacy}", + "received_events_url": "https://api.github.com/users/tympanix/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 64815104, + "download_count": 62, + "created_at": "2020-03-29T11:20:38Z", + "updated_at": "2020-03-29T11:20:40Z", + "browser_download_url": "https://github.com/tympanix/Electorrent/releases/download/v2.7.1/electorrent_2.7.1_amd64.snap" + }, + { + "url": "https://api.github.com/repos/tympanix/Electorrent/releases/assets/19112211", + "id": 19112211, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE5MTEyMjEx", + "name": "latest-linux.yml", + "label": "", + "uploader": { + "login": "tympanix", + "id": 9674814, + "node_id": "MDQ6VXNlcjk2NzQ4MTQ=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9674814?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tympanix", + "html_url": "https://github.com/tympanix", + "followers_url": "https://api.github.com/users/tympanix/followers", + "following_url": "https://api.github.com/users/tympanix/following{/other_user}", + "gists_url": "https://api.github.com/users/tympanix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tympanix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tympanix/subscriptions", + "organizations_url": "https://api.github.com/users/tympanix/orgs", + "repos_url": "https://api.github.com/users/tympanix/repos", + "events_url": "https://api.github.com/users/tympanix/events{/privacy}", + "received_events_url": "https://api.github.com/users/tympanix/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "text/yaml", + "state": "uploaded", + "size": 372, + "download_count": 1086, + "created_at": "2020-03-29T11:20:40Z", + "updated_at": "2020-03-29T11:20:40Z", + "browser_download_url": "https://github.com/tympanix/Electorrent/releases/download/v2.7.1/latest-linux.yml" + }, + { + "url": "https://api.github.com/repos/tympanix/Electorrent/releases/assets/19112224", + "id": 19112224, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE5MTEyMjI0", + "name": "latest-mac.yml", + "label": "", + "uploader": { + "login": "tympanix", + "id": 9674814, + "node_id": "MDQ6VXNlcjk2NzQ4MTQ=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9674814?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tympanix", + "html_url": "https://github.com/tympanix", + "followers_url": "https://api.github.com/users/tympanix/followers", + "following_url": "https://api.github.com/users/tympanix/following{/other_user}", + "gists_url": "https://api.github.com/users/tympanix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tympanix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tympanix/subscriptions", + "organizations_url": "https://api.github.com/users/tympanix/orgs", + "repos_url": "https://api.github.com/users/tympanix/repos", + "events_url": "https://api.github.com/users/tympanix/events{/privacy}", + "received_events_url": "https://api.github.com/users/tympanix/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "text/yaml", + "state": "uploaded", + "size": 521, + "download_count": 10, + "created_at": "2020-03-29T11:21:50Z", + "updated_at": "2020-03-29T11:21:50Z", + "browser_download_url": "https://github.com/tympanix/Electorrent/releases/download/v2.7.1/latest-mac.yml" + }, + { + "url": "https://api.github.com/repos/tympanix/Electorrent/releases/assets/19112183", + "id": 19112183, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE5MTEyMTgz", + "name": "RELEASES", + "label": "", + "uploader": { + "login": "tympanix", + "id": 9674814, + "node_id": "MDQ6VXNlcjk2NzQ4MTQ=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9674814?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tympanix", + "html_url": "https://github.com/tympanix", + "followers_url": "https://api.github.com/users/tympanix/followers", + "following_url": "https://api.github.com/users/tympanix/following{/other_user}", + "gists_url": "https://api.github.com/users/tympanix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tympanix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tympanix/subscriptions", + "organizations_url": "https://api.github.com/users/tympanix/orgs", + "repos_url": "https://api.github.com/users/tympanix/repos", + "events_url": "https://api.github.com/users/tympanix/events{/privacy}", + "received_events_url": "https://api.github.com/users/tympanix/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 81, + "download_count": 37532, + "created_at": "2020-03-29T11:18:56Z", + "updated_at": "2020-03-29T11:18:56Z", + "browser_download_url": "https://github.com/tympanix/Electorrent/releases/download/v2.7.1/RELEASES" } ], - "tarball_url": "https://api.github.com/repos/FlorianFe/EasyTongue/tarball/v1.0.4", - "zipball_url": "https://api.github.com/repos/FlorianFe/EasyTongue/zipball/v1.0.4", - "body_html": "" + "tarball_url": "https://api.github.com/repos/tympanix/Electorrent/tarball/v2.7.1", + "zipball_url": "https://api.github.com/repos/tympanix/Electorrent/zipball/v2.7.1", + "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:17.620Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:22.433Z" }, "elcalc": { "latestRelease": { @@ -26545,7 +26928,7 @@ "content_type": "application/x-iso9660-appimage", "state": "uploaded", "size": 63497792, - "download_count": 1102, + "download_count": 1103, "created_at": "2019-09-02T20:26:36Z", "updated_at": "2019-09-02T20:26:53Z", "browser_download_url": "https://github.com/elcalc/elcalc/releases/download/6.1.3/elcalc-6.1.3.AppImage" @@ -26691,525 +27074,142 @@ "zipball_url": "https://api.github.com/repos/elcalc/elcalc/zipball/6.1.3", "body_html": "

elcalc 6.1.3

\n
\n

This release is focused updates

\n
\n

Changelog

\n\n

Note

\n

macOS release is not available at the moment. You can build it from source, by running electron-builder --mac 😄

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:17.800Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:22.438Z" }, - "electorrent": { + "electrocrud": { "latestRelease": { - "url": "https://api.github.com/repos/tympanix/Electorrent/releases/24972132", - "assets_url": "https://api.github.com/repos/tympanix/Electorrent/releases/24972132/assets", - "upload_url": "https://uploads.github.com/repos/tympanix/Electorrent/releases/24972132/assets{?name,label}", - "html_url": "https://github.com/tympanix/Electorrent/releases/tag/v2.7.1", - "id": 24972132, - "node_id": "MDc6UmVsZWFzZTI0OTcyMTMy", - "tag_name": "v2.7.1", + "url": "https://api.github.com/repos/garrylachman/ElectroCRUD/releases/29461356", + "assets_url": "https://api.github.com/repos/garrylachman/ElectroCRUD/releases/29461356/assets", + "upload_url": "https://uploads.github.com/repos/garrylachman/ElectroCRUD/releases/29461356/assets{?name,label}", + "html_url": "https://github.com/garrylachman/ElectroCRUD/releases/tag/2.7.1", + "id": 29461356, + "node_id": "MDc6UmVsZWFzZTI5NDYxMzU2", + "tag_name": "2.7.1", "target_commitish": "master", "name": "2.7.1", "draft": false, "author": { - "login": "tympanix", - "id": 9674814, - "node_id": "MDQ6VXNlcjk2NzQ4MTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/9674814?v=4", + "login": "garrylachman", + "id": 11525012, + "node_id": "MDQ6VXNlcjExNTI1MDEy", + "avatar_url": "https://avatars0.githubusercontent.com/u/11525012?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/tympanix", - "html_url": "https://github.com/tympanix", - "followers_url": "https://api.github.com/users/tympanix/followers", - "following_url": "https://api.github.com/users/tympanix/following{/other_user}", - "gists_url": "https://api.github.com/users/tympanix/gists{/gist_id}", - "starred_url": "https://api.github.com/users/tympanix/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/tympanix/subscriptions", - "organizations_url": "https://api.github.com/users/tympanix/orgs", - "repos_url": "https://api.github.com/users/tympanix/repos", - "events_url": "https://api.github.com/users/tympanix/events{/privacy}", - "received_events_url": "https://api.github.com/users/tympanix/received_events", + "url": "https://api.github.com/users/garrylachman", + "html_url": "https://github.com/garrylachman", + "followers_url": "https://api.github.com/users/garrylachman/followers", + "following_url": "https://api.github.com/users/garrylachman/following{/other_user}", + "gists_url": "https://api.github.com/users/garrylachman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/garrylachman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/garrylachman/subscriptions", + "organizations_url": "https://api.github.com/users/garrylachman/orgs", + "repos_url": "https://api.github.com/users/garrylachman/repos", + "events_url": "https://api.github.com/users/garrylachman/events{/privacy}", + "received_events_url": "https://api.github.com/users/garrylachman/received_events", "type": "User", "site_admin": false }, "prerelease": false, - "created_at": "2020-03-29T11:17:00Z", - "published_at": "2020-03-29T18:31:00Z", + "created_at": "2020-08-07T18:52:29Z", + "published_at": "2020-08-07T19:18:15Z", "assets": [ { - "url": "https://api.github.com/repos/tympanix/Electorrent/releases/assets/19112184", - "id": 19112184, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE5MTEyMTg0", - "name": "electorrent-2.7.1-full.nupkg", - "label": "", + "url": "https://api.github.com/repos/garrylachman/ElectroCRUD/releases/assets/23710388", + "id": 23710388, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNzEwMzg4", + "name": "ElectroCRUD-2.7.1.AppImage", + "label": null, "uploader": { - "login": "tympanix", - "id": 9674814, - "node_id": "MDQ6VXNlcjk2NzQ4MTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/9674814?v=4", + "login": "garrylachman", + "id": 11525012, + "node_id": "MDQ6VXNlcjExNTI1MDEy", + "avatar_url": "https://avatars0.githubusercontent.com/u/11525012?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/tympanix", - "html_url": "https://github.com/tympanix", - "followers_url": "https://api.github.com/users/tympanix/followers", - "following_url": "https://api.github.com/users/tympanix/following{/other_user}", - "gists_url": "https://api.github.com/users/tympanix/gists{/gist_id}", - "starred_url": "https://api.github.com/users/tympanix/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/tympanix/subscriptions", - "organizations_url": "https://api.github.com/users/tympanix/orgs", - "repos_url": "https://api.github.com/users/tympanix/repos", - "events_url": "https://api.github.com/users/tympanix/events{/privacy}", - "received_events_url": "https://api.github.com/users/tympanix/received_events", + "url": "https://api.github.com/users/garrylachman", + "html_url": "https://github.com/garrylachman", + "followers_url": "https://api.github.com/users/garrylachman/followers", + "following_url": "https://api.github.com/users/garrylachman/following{/other_user}", + "gists_url": "https://api.github.com/users/garrylachman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/garrylachman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/garrylachman/subscriptions", + "organizations_url": "https://api.github.com/users/garrylachman/orgs", + "repos_url": "https://api.github.com/users/garrylachman/repos", + "events_url": "https://api.github.com/users/garrylachman/events{/privacy}", + "received_events_url": "https://api.github.com/users/garrylachman/received_events", "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 75692772, - "download_count": 783, - "created_at": "2020-03-29T11:18:56Z", - "updated_at": "2020-03-29T11:18:57Z", - "browser_download_url": "https://github.com/tympanix/Electorrent/releases/download/v2.7.1/electorrent-2.7.1-full.nupkg" - }, - { - "url": "https://api.github.com/repos/tympanix/Electorrent/releases/assets/19112223", - "id": 19112223, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE5MTEyMjIz", - "name": "Electorrent-2.7.1-mac.zip", - "label": "", - "uploader": { - "login": "tympanix", - "id": 9674814, - "node_id": "MDQ6VXNlcjk2NzQ4MTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/9674814?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/tympanix", - "html_url": "https://github.com/tympanix", - "followers_url": "https://api.github.com/users/tympanix/followers", - "following_url": "https://api.github.com/users/tympanix/following{/other_user}", - "gists_url": "https://api.github.com/users/tympanix/gists{/gist_id}", - "starred_url": "https://api.github.com/users/tympanix/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/tympanix/subscriptions", - "organizations_url": "https://api.github.com/users/tympanix/orgs", - "repos_url": "https://api.github.com/users/tympanix/repos", - "events_url": "https://api.github.com/users/tympanix/events{/privacy}", - "received_events_url": "https://api.github.com/users/tympanix/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 68548269, - "download_count": 78, - "created_at": "2020-03-29T11:21:47Z", - "updated_at": "2020-03-29T11:21:50Z", - "browser_download_url": "https://github.com/tympanix/Electorrent/releases/download/v2.7.1/Electorrent-2.7.1-mac.zip" + "size": 219175625, + "download_count": 554, + "created_at": "2020-08-07T18:53:46Z", + "updated_at": "2020-08-07T19:04:20Z", + "browser_download_url": "https://github.com/garrylachman/ElectroCRUD/releases/download/2.7.1/ElectroCRUD-2.7.1.AppImage" }, { - "url": "https://api.github.com/repos/tympanix/Electorrent/releases/assets/19112200", - "id": 19112200, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE5MTEyMjAw", - "name": "Electorrent-2.7.1.AppImage", - "label": "", + "url": "https://api.github.com/repos/garrylachman/ElectroCRUD/releases/assets/23710630", + "id": 23710630, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNzEwNjMw", + "name": "ElectroCRUD-2.7.1.dmg", + "label": null, "uploader": { - "login": "tympanix", - "id": 9674814, - "node_id": "MDQ6VXNlcjk2NzQ4MTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/9674814?v=4", + "login": "garrylachman", + "id": 11525012, + "node_id": "MDQ6VXNlcjExNTI1MDEy", + "avatar_url": "https://avatars0.githubusercontent.com/u/11525012?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/tympanix", - "html_url": "https://github.com/tympanix", - "followers_url": "https://api.github.com/users/tympanix/followers", - "following_url": "https://api.github.com/users/tympanix/following{/other_user}", - "gists_url": "https://api.github.com/users/tympanix/gists{/gist_id}", - "starred_url": "https://api.github.com/users/tympanix/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/tympanix/subscriptions", - "organizations_url": "https://api.github.com/users/tympanix/orgs", - "repos_url": "https://api.github.com/users/tympanix/repos", - "events_url": "https://api.github.com/users/tympanix/events{/privacy}", - "received_events_url": "https://api.github.com/users/tympanix/received_events", + "url": "https://api.github.com/users/garrylachman", + "html_url": "https://github.com/garrylachman", + "followers_url": "https://api.github.com/users/garrylachman/followers", + "following_url": "https://api.github.com/users/garrylachman/following{/other_user}", + "gists_url": "https://api.github.com/users/garrylachman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/garrylachman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/garrylachman/subscriptions", + "organizations_url": "https://api.github.com/users/garrylachman/orgs", + "repos_url": "https://api.github.com/users/garrylachman/repos", + "events_url": "https://api.github.com/users/garrylachman/events{/privacy}", + "received_events_url": "https://api.github.com/users/garrylachman/received_events", "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 77266066, - "download_count": 630, - "created_at": "2020-03-29T11:20:08Z", - "updated_at": "2020-03-29T11:20:10Z", - "browser_download_url": "https://github.com/tympanix/Electorrent/releases/download/v2.7.1/Electorrent-2.7.1.AppImage" + "size": 207796560, + "download_count": 314, + "created_at": "2020-08-07T19:04:20Z", + "updated_at": "2020-08-07T19:14:32Z", + "browser_download_url": "https://github.com/garrylachman/ElectroCRUD/releases/download/2.7.1/ElectroCRUD-2.7.1.dmg" }, { - "url": "https://api.github.com/repos/tympanix/Electorrent/releases/assets/19112221", - "id": 19112221, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE5MTEyMjIx", - "name": "Electorrent-2.7.1.dmg", - "label": "", + "url": "https://api.github.com/repos/garrylachman/ElectroCRUD/releases/assets/24214479", + "id": 24214479, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI0MjE0NDc5", + "name": "ElectroCRUD.2.7.1.exe", + "label": null, "uploader": { - "login": "tympanix", - "id": 9674814, - "node_id": "MDQ6VXNlcjk2NzQ4MTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/9674814?v=4", + "login": "garrylachman", + "id": 11525012, + "node_id": "MDQ6VXNlcjExNTI1MDEy", + "avatar_url": "https://avatars0.githubusercontent.com/u/11525012?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/tympanix", - "html_url": "https://github.com/tympanix", - "followers_url": "https://api.github.com/users/tympanix/followers", - "following_url": "https://api.github.com/users/tympanix/following{/other_user}", - "gists_url": "https://api.github.com/users/tympanix/gists{/gist_id}", - "starred_url": "https://api.github.com/users/tympanix/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/tympanix/subscriptions", - "organizations_url": "https://api.github.com/users/tympanix/orgs", - "repos_url": "https://api.github.com/users/tympanix/repos", - "events_url": "https://api.github.com/users/tympanix/events{/privacy}", - "received_events_url": "https://api.github.com/users/tympanix/received_events", + "url": "https://api.github.com/users/garrylachman", + "html_url": "https://github.com/garrylachman", + "followers_url": "https://api.github.com/users/garrylachman/followers", + "following_url": "https://api.github.com/users/garrylachman/following{/other_user}", + "gists_url": "https://api.github.com/users/garrylachman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/garrylachman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/garrylachman/subscriptions", + "organizations_url": "https://api.github.com/users/garrylachman/orgs", + "repos_url": "https://api.github.com/users/garrylachman/repos", + "events_url": "https://api.github.com/users/garrylachman/events{/privacy}", + "received_events_url": "https://api.github.com/users/garrylachman/received_events", "type": "User", "site_admin": false }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 71356392, - "download_count": 2361, - "created_at": "2020-03-29T11:21:34Z", - "updated_at": "2020-03-29T11:21:36Z", - "browser_download_url": "https://github.com/tympanix/Electorrent/releases/download/v2.7.1/Electorrent-2.7.1.dmg" - }, - { - "url": "https://api.github.com/repos/tympanix/Electorrent/releases/assets/19112222", - "id": 19112222, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE5MTEyMjIy", - "name": "Electorrent-2.7.1.dmg.blockmap", - "label": "", - "uploader": { - "login": "tympanix", - "id": 9674814, - "node_id": "MDQ6VXNlcjk2NzQ4MTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/9674814?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/tympanix", - "html_url": "https://github.com/tympanix", - "followers_url": "https://api.github.com/users/tympanix/followers", - "following_url": "https://api.github.com/users/tympanix/following{/other_user}", - "gists_url": "https://api.github.com/users/tympanix/gists{/gist_id}", - "starred_url": "https://api.github.com/users/tympanix/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/tympanix/subscriptions", - "organizations_url": "https://api.github.com/users/tympanix/orgs", - "repos_url": "https://api.github.com/users/tympanix/repos", - "events_url": "https://api.github.com/users/tympanix/events{/privacy}", - "received_events_url": "https://api.github.com/users/tympanix/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 75006, - "download_count": 10, - "created_at": "2020-03-29T11:21:34Z", - "updated_at": "2020-03-29T11:21:34Z", - "browser_download_url": "https://github.com/tympanix/Electorrent/releases/download/v2.7.1/Electorrent-2.7.1.dmg.blockmap" - }, - { - "url": "https://api.github.com/repos/tympanix/Electorrent/releases/assets/19112185", - "id": 19112185, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE5MTEyMTg1", - "name": "electorrent-Setup-2.7.1.exe", - "label": "", - "uploader": { - "login": "tympanix", - "id": 9674814, - "node_id": "MDQ6VXNlcjk2NzQ4MTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/9674814?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/tympanix", - "html_url": "https://github.com/tympanix", - "followers_url": "https://api.github.com/users/tympanix/followers", - "following_url": "https://api.github.com/users/tympanix/following{/other_user}", - "gists_url": "https://api.github.com/users/tympanix/gists{/gist_id}", - "starred_url": "https://api.github.com/users/tympanix/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/tympanix/subscriptions", - "organizations_url": "https://api.github.com/users/tympanix/orgs", - "repos_url": "https://api.github.com/users/tympanix/repos", - "events_url": "https://api.github.com/users/tympanix/events{/privacy}", - "received_events_url": "https://api.github.com/users/tympanix/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 77052416, - "download_count": 6652, - "created_at": "2020-03-29T11:18:56Z", - "updated_at": "2020-03-29T11:18:58Z", - "browser_download_url": "https://github.com/tympanix/Electorrent/releases/download/v2.7.1/electorrent-Setup-2.7.1.exe" - }, - { - "url": "https://api.github.com/repos/tympanix/Electorrent/releases/assets/19112208", - "id": 19112208, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE5MTEyMjA4", - "name": "electorrent_2.7.1_amd64.snap", - "label": "", - "uploader": { - "login": "tympanix", - "id": 9674814, - "node_id": "MDQ6VXNlcjk2NzQ4MTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/9674814?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/tympanix", - "html_url": "https://github.com/tympanix", - "followers_url": "https://api.github.com/users/tympanix/followers", - "following_url": "https://api.github.com/users/tympanix/following{/other_user}", - "gists_url": "https://api.github.com/users/tympanix/gists{/gist_id}", - "starred_url": "https://api.github.com/users/tympanix/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/tympanix/subscriptions", - "organizations_url": "https://api.github.com/users/tympanix/orgs", - "repos_url": "https://api.github.com/users/tympanix/repos", - "events_url": "https://api.github.com/users/tympanix/events{/privacy}", - "received_events_url": "https://api.github.com/users/tympanix/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 64815104, - "download_count": 62, - "created_at": "2020-03-29T11:20:38Z", - "updated_at": "2020-03-29T11:20:40Z", - "browser_download_url": "https://github.com/tympanix/Electorrent/releases/download/v2.7.1/electorrent_2.7.1_amd64.snap" - }, - { - "url": "https://api.github.com/repos/tympanix/Electorrent/releases/assets/19112211", - "id": 19112211, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE5MTEyMjEx", - "name": "latest-linux.yml", - "label": "", - "uploader": { - "login": "tympanix", - "id": 9674814, - "node_id": "MDQ6VXNlcjk2NzQ4MTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/9674814?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/tympanix", - "html_url": "https://github.com/tympanix", - "followers_url": "https://api.github.com/users/tympanix/followers", - "following_url": "https://api.github.com/users/tympanix/following{/other_user}", - "gists_url": "https://api.github.com/users/tympanix/gists{/gist_id}", - "starred_url": "https://api.github.com/users/tympanix/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/tympanix/subscriptions", - "organizations_url": "https://api.github.com/users/tympanix/orgs", - "repos_url": "https://api.github.com/users/tympanix/repos", - "events_url": "https://api.github.com/users/tympanix/events{/privacy}", - "received_events_url": "https://api.github.com/users/tympanix/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "text/yaml", - "state": "uploaded", - "size": 372, - "download_count": 1082, - "created_at": "2020-03-29T11:20:40Z", - "updated_at": "2020-03-29T11:20:40Z", - "browser_download_url": "https://github.com/tympanix/Electorrent/releases/download/v2.7.1/latest-linux.yml" - }, - { - "url": "https://api.github.com/repos/tympanix/Electorrent/releases/assets/19112224", - "id": 19112224, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE5MTEyMjI0", - "name": "latest-mac.yml", - "label": "", - "uploader": { - "login": "tympanix", - "id": 9674814, - "node_id": "MDQ6VXNlcjk2NzQ4MTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/9674814?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/tympanix", - "html_url": "https://github.com/tympanix", - "followers_url": "https://api.github.com/users/tympanix/followers", - "following_url": "https://api.github.com/users/tympanix/following{/other_user}", - "gists_url": "https://api.github.com/users/tympanix/gists{/gist_id}", - "starred_url": "https://api.github.com/users/tympanix/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/tympanix/subscriptions", - "organizations_url": "https://api.github.com/users/tympanix/orgs", - "repos_url": "https://api.github.com/users/tympanix/repos", - "events_url": "https://api.github.com/users/tympanix/events{/privacy}", - "received_events_url": "https://api.github.com/users/tympanix/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "text/yaml", - "state": "uploaded", - "size": 521, - "download_count": 10, - "created_at": "2020-03-29T11:21:50Z", - "updated_at": "2020-03-29T11:21:50Z", - "browser_download_url": "https://github.com/tympanix/Electorrent/releases/download/v2.7.1/latest-mac.yml" - }, - { - "url": "https://api.github.com/repos/tympanix/Electorrent/releases/assets/19112183", - "id": 19112183, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE5MTEyMTgz", - "name": "RELEASES", - "label": "", - "uploader": { - "login": "tympanix", - "id": 9674814, - "node_id": "MDQ6VXNlcjk2NzQ4MTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/9674814?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/tympanix", - "html_url": "https://github.com/tympanix", - "followers_url": "https://api.github.com/users/tympanix/followers", - "following_url": "https://api.github.com/users/tympanix/following{/other_user}", - "gists_url": "https://api.github.com/users/tympanix/gists{/gist_id}", - "starred_url": "https://api.github.com/users/tympanix/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/tympanix/subscriptions", - "organizations_url": "https://api.github.com/users/tympanix/orgs", - "repos_url": "https://api.github.com/users/tympanix/repos", - "events_url": "https://api.github.com/users/tympanix/events{/privacy}", - "received_events_url": "https://api.github.com/users/tympanix/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 81, - "download_count": 37440, - "created_at": "2020-03-29T11:18:56Z", - "updated_at": "2020-03-29T11:18:56Z", - "browser_download_url": "https://github.com/tympanix/Electorrent/releases/download/v2.7.1/RELEASES" - } - ], - "tarball_url": "https://api.github.com/repos/tympanix/Electorrent/tarball/v2.7.1", - "zipball_url": "https://api.github.com/repos/tympanix/Electorrent/zipball/v2.7.1", - "body_html": "" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:17.809Z" - }, - "electrocrud": { - "latestRelease": { - "url": "https://api.github.com/repos/garrylachman/ElectroCRUD/releases/29461356", - "assets_url": "https://api.github.com/repos/garrylachman/ElectroCRUD/releases/29461356/assets", - "upload_url": "https://uploads.github.com/repos/garrylachman/ElectroCRUD/releases/29461356/assets{?name,label}", - "html_url": "https://github.com/garrylachman/ElectroCRUD/releases/tag/2.7.1", - "id": 29461356, - "node_id": "MDc6UmVsZWFzZTI5NDYxMzU2", - "tag_name": "2.7.1", - "target_commitish": "master", - "name": "2.7.1", - "draft": false, - "author": { - "login": "garrylachman", - "id": 11525012, - "node_id": "MDQ6VXNlcjExNTI1MDEy", - "avatar_url": "https://avatars0.githubusercontent.com/u/11525012?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/garrylachman", - "html_url": "https://github.com/garrylachman", - "followers_url": "https://api.github.com/users/garrylachman/followers", - "following_url": "https://api.github.com/users/garrylachman/following{/other_user}", - "gists_url": "https://api.github.com/users/garrylachman/gists{/gist_id}", - "starred_url": "https://api.github.com/users/garrylachman/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/garrylachman/subscriptions", - "organizations_url": "https://api.github.com/users/garrylachman/orgs", - "repos_url": "https://api.github.com/users/garrylachman/repos", - "events_url": "https://api.github.com/users/garrylachman/events{/privacy}", - "received_events_url": "https://api.github.com/users/garrylachman/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2020-08-07T18:52:29Z", - "published_at": "2020-08-07T19:18:15Z", - "assets": [ - { - "url": "https://api.github.com/repos/garrylachman/ElectroCRUD/releases/assets/23710388", - "id": 23710388, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNzEwMzg4", - "name": "ElectroCRUD-2.7.1.AppImage", - "label": null, - "uploader": { - "login": "garrylachman", - "id": 11525012, - "node_id": "MDQ6VXNlcjExNTI1MDEy", - "avatar_url": "https://avatars0.githubusercontent.com/u/11525012?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/garrylachman", - "html_url": "https://github.com/garrylachman", - "followers_url": "https://api.github.com/users/garrylachman/followers", - "following_url": "https://api.github.com/users/garrylachman/following{/other_user}", - "gists_url": "https://api.github.com/users/garrylachman/gists{/gist_id}", - "starred_url": "https://api.github.com/users/garrylachman/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/garrylachman/subscriptions", - "organizations_url": "https://api.github.com/users/garrylachman/orgs", - "repos_url": "https://api.github.com/users/garrylachman/repos", - "events_url": "https://api.github.com/users/garrylachman/events{/privacy}", - "received_events_url": "https://api.github.com/users/garrylachman/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 219175625, - "download_count": 547, - "created_at": "2020-08-07T18:53:46Z", - "updated_at": "2020-08-07T19:04:20Z", - "browser_download_url": "https://github.com/garrylachman/ElectroCRUD/releases/download/2.7.1/ElectroCRUD-2.7.1.AppImage" - }, - { - "url": "https://api.github.com/repos/garrylachman/ElectroCRUD/releases/assets/23710630", - "id": 23710630, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNzEwNjMw", - "name": "ElectroCRUD-2.7.1.dmg", - "label": null, - "uploader": { - "login": "garrylachman", - "id": 11525012, - "node_id": "MDQ6VXNlcjExNTI1MDEy", - "avatar_url": "https://avatars0.githubusercontent.com/u/11525012?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/garrylachman", - "html_url": "https://github.com/garrylachman", - "followers_url": "https://api.github.com/users/garrylachman/followers", - "following_url": "https://api.github.com/users/garrylachman/following{/other_user}", - "gists_url": "https://api.github.com/users/garrylachman/gists{/gist_id}", - "starred_url": "https://api.github.com/users/garrylachman/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/garrylachman/subscriptions", - "organizations_url": "https://api.github.com/users/garrylachman/orgs", - "repos_url": "https://api.github.com/users/garrylachman/repos", - "events_url": "https://api.github.com/users/garrylachman/events{/privacy}", - "received_events_url": "https://api.github.com/users/garrylachman/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 207796560, - "download_count": 312, - "created_at": "2020-08-07T19:04:20Z", - "updated_at": "2020-08-07T19:14:32Z", - "browser_download_url": "https://github.com/garrylachman/ElectroCRUD/releases/download/2.7.1/ElectroCRUD-2.7.1.dmg" - }, - { - "url": "https://api.github.com/repos/garrylachman/ElectroCRUD/releases/assets/24214479", - "id": 24214479, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI0MjE0NDc5", - "name": "ElectroCRUD.2.7.1.exe", - "label": null, - "uploader": { - "login": "garrylachman", - "id": 11525012, - "node_id": "MDQ6VXNlcjExNTI1MDEy", - "avatar_url": "https://avatars0.githubusercontent.com/u/11525012?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/garrylachman", - "html_url": "https://github.com/garrylachman", - "followers_url": "https://api.github.com/users/garrylachman/followers", - "following_url": "https://api.github.com/users/garrylachman/following{/other_user}", - "gists_url": "https://api.github.com/users/garrylachman/gists{/gist_id}", - "starred_url": "https://api.github.com/users/garrylachman/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/garrylachman/subscriptions", - "organizations_url": "https://api.github.com/users/garrylachman/orgs", - "repos_url": "https://api.github.com/users/garrylachman/repos", - "events_url": "https://api.github.com/users/garrylachman/events{/privacy}", - "received_events_url": "https://api.github.com/users/garrylachman/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-msdownload", + "content_type": "application/x-msdownload", "state": "uploaded", "size": 106038356, - "download_count": 301, + "download_count": 314, "created_at": "2020-08-24T02:14:57Z", "updated_at": "2020-08-24T02:20:13Z", "browser_download_url": "https://github.com/garrylachman/ElectroCRUD/releases/download/2.7.1/ElectroCRUD.2.7.1.exe" @@ -27219,7 +27219,7 @@ "zipball_url": "https://api.github.com/repos/garrylachman/ElectroCRUD/zipball/2.7.1", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:17.908Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:22.453Z" }, "elements": { "latestRelease": { @@ -27286,7 +27286,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 80567318, - "download_count": 68, + "download_count": 69, "created_at": "2020-07-30T23:27:43Z", "updated_at": "2020-07-30T23:38:28Z", "browser_download_url": "https://github.com/FlorianFe/Elements/releases/download/v1.2.1/Elements.AppImage" @@ -27398,7 +27398,7 @@ "zipball_url": "https://api.github.com/repos/FlorianFe/Elements/zipball/v1.2.1", "body_html": "

🗺 navigation with direction keys
\n🎨 small CSS changes
\n fixed a small issue with hydrogen

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:17.973Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:22.485Z" }, "elephicon": { "latestRelease": { @@ -27577,7 +27577,7 @@ "zipball_url": "https://api.github.com/repos/sprout2000/elephicon/zipball/v0.7.5", "body_html": null }, - "latestReleaseFetchedAt": "2020-09-17T12:08:18.157Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:22.537Z" }, "elite-journal": { "latestRelease": { @@ -27688,127 +27688,510 @@ "zipball_url": "https://api.github.com/repos/willyb321/elite-journal/zipball/v1.13.9", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:18.212Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:22.578Z" }, - "encrypt0r": { + "email-securely-app": { "latestRelease": { - "url": "https://api.github.com/repos/kunalnagar/encrypt0r/releases/30295048", - "assets_url": "https://api.github.com/repos/kunalnagar/encrypt0r/releases/30295048/assets", - "upload_url": "https://uploads.github.com/repos/kunalnagar/encrypt0r/releases/30295048/assets{?name,label}", - "html_url": "https://github.com/kunalnagar/encrypt0r/releases/tag/v3.2.7", - "id": 30295048, - "node_id": "MDc6UmVsZWFzZTMwMjk1MDQ4", - "tag_name": "v3.2.7", + "url": "https://api.github.com/repos/vladimiry/ElectronMail/releases/29176439", + "assets_url": "https://api.github.com/repos/vladimiry/ElectronMail/releases/29176439/assets", + "upload_url": "https://uploads.github.com/repos/vladimiry/ElectronMail/releases/29176439/assets{?name,label}", + "html_url": "https://github.com/vladimiry/ElectronMail/releases/tag/v4.8.0", + "id": 29176439, + "node_id": "MDc6UmVsZWFzZTI5MTc2NDM5", + "tag_name": "v4.8.0", "target_commitish": "master", - "name": "v3.2.7", + "name": "v4.8.0", "draft": false, "author": { - "login": "kunalnagar", - "id": 2741371, - "node_id": "MDQ6VXNlcjI3NDEzNzE=", - "avatar_url": "https://avatars0.githubusercontent.com/u/2741371?v=4", + "login": "vladimiry", + "id": 1560781, + "node_id": "MDQ6VXNlcjE1NjA3ODE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1560781?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/kunalnagar", - "html_url": "https://github.com/kunalnagar", - "followers_url": "https://api.github.com/users/kunalnagar/followers", - "following_url": "https://api.github.com/users/kunalnagar/following{/other_user}", - "gists_url": "https://api.github.com/users/kunalnagar/gists{/gist_id}", - "starred_url": "https://api.github.com/users/kunalnagar/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/kunalnagar/subscriptions", - "organizations_url": "https://api.github.com/users/kunalnagar/orgs", - "repos_url": "https://api.github.com/users/kunalnagar/repos", - "events_url": "https://api.github.com/users/kunalnagar/events{/privacy}", - "received_events_url": "https://api.github.com/users/kunalnagar/received_events", + "url": "https://api.github.com/users/vladimiry", + "html_url": "https://github.com/vladimiry", + "followers_url": "https://api.github.com/users/vladimiry/followers", + "following_url": "https://api.github.com/users/vladimiry/following{/other_user}", + "gists_url": "https://api.github.com/users/vladimiry/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vladimiry/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vladimiry/subscriptions", + "organizations_url": "https://api.github.com/users/vladimiry/orgs", + "repos_url": "https://api.github.com/users/vladimiry/repos", + "events_url": "https://api.github.com/users/vladimiry/events{/privacy}", + "received_events_url": "https://api.github.com/users/vladimiry/received_events", "type": "User", "site_admin": false }, "prerelease": false, - "created_at": "2020-08-27T23:53:27Z", - "published_at": "2020-08-27T23:54:27Z", + "created_at": "2020-07-31T18:09:35Z", + "published_at": "2020-07-31T19:58:49Z", "assets": [ { - "url": "https://api.github.com/repos/kunalnagar/encrypt0r/releases/assets/24374361", - "id": 24374361, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI0Mzc0MzYx", - "name": "encrypt0r-linux-deb.zip", - "label": "", + "url": "https://api.github.com/repos/vladimiry/ElectronMail/releases/assets/23472807", + "id": 23472807, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNDcyODA3", + "name": "electron-mail-4.8.0-linux-amd64.deb", + "label": null, "uploader": { - "login": "github-actions[bot]", - "id": 41898282, - "node_id": "MDM6Qm90NDE4OTgyODI=", - "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", + "login": "vladimiry", + "id": 1560781, + "node_id": "MDQ6VXNlcjE1NjA3ODE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1560781?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/github-actions%5Bbot%5D", - "html_url": "https://github.com/apps/github-actions", - "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", - "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", - "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", - "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", - "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", - "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", - "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", - "type": "Bot", + "url": "https://api.github.com/users/vladimiry", + "html_url": "https://github.com/vladimiry", + "followers_url": "https://api.github.com/users/vladimiry/followers", + "following_url": "https://api.github.com/users/vladimiry/following{/other_user}", + "gists_url": "https://api.github.com/users/vladimiry/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vladimiry/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vladimiry/subscriptions", + "organizations_url": "https://api.github.com/users/vladimiry/orgs", + "repos_url": "https://api.github.com/users/vladimiry/repos", + "events_url": "https://api.github.com/users/vladimiry/events{/privacy}", + "received_events_url": "https://api.github.com/users/vladimiry/received_events", + "type": "User", "site_admin": false }, - "content_type": "binary/octet-stream", + "content_type": "application/vnd.debian.binary-package", "state": "uploaded", - "size": 51895746, - "download_count": 1, - "created_at": "2020-08-27T23:59:15Z", - "updated_at": "2020-08-27T23:59:16Z", - "browser_download_url": "https://github.com/kunalnagar/encrypt0r/releases/download/v3.2.7/encrypt0r-linux-deb.zip" + "size": 91917320, + "download_count": 320, + "created_at": "2020-07-31T19:53:28Z", + "updated_at": "2020-07-31T19:54:19Z", + "browser_download_url": "https://github.com/vladimiry/ElectronMail/releases/download/v4.8.0/electron-mail-4.8.0-linux-amd64.deb" }, { - "url": "https://api.github.com/repos/kunalnagar/encrypt0r/releases/assets/24374362", - "id": 24374362, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI0Mzc0MzYy", - "name": "encrypt0r-linux-x64.zip", - "label": "", + "url": "https://api.github.com/repos/vladimiry/ElectronMail/releases/assets/23472743", + "id": 23472743, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNDcyNzQz", + "name": "electron-mail-4.8.0-linux-amd64.snap", + "label": null, "uploader": { - "login": "github-actions[bot]", - "id": 41898282, - "node_id": "MDM6Qm90NDE4OTgyODI=", - "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", + "login": "vladimiry", + "id": 1560781, + "node_id": "MDQ6VXNlcjE1NjA3ODE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1560781?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/github-actions%5Bbot%5D", - "html_url": "https://github.com/apps/github-actions", - "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", - "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", - "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", - "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", - "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", - "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", - "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", - "type": "Bot", + "url": "https://api.github.com/users/vladimiry", + "html_url": "https://github.com/vladimiry", + "followers_url": "https://api.github.com/users/vladimiry/followers", + "following_url": "https://api.github.com/users/vladimiry/following{/other_user}", + "gists_url": "https://api.github.com/users/vladimiry/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vladimiry/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vladimiry/subscriptions", + "organizations_url": "https://api.github.com/users/vladimiry/orgs", + "repos_url": "https://api.github.com/users/vladimiry/repos", + "events_url": "https://api.github.com/users/vladimiry/events{/privacy}", + "received_events_url": "https://api.github.com/users/vladimiry/received_events", + "type": "User", "site_admin": false }, - "content_type": "binary/octet-stream", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 71153177, - "download_count": 1, - "created_at": "2020-08-27T23:59:17Z", - "updated_at": "2020-08-27T23:59:18Z", - "browser_download_url": "https://github.com/kunalnagar/encrypt0r/releases/download/v3.2.7/encrypt0r-linux-x64.zip" + "size": 175673344, + "download_count": 45, + "created_at": "2020-07-31T19:52:02Z", + "updated_at": "2020-07-31T19:53:28Z", + "browser_download_url": "https://github.com/vladimiry/ElectronMail/releases/download/v4.8.0/electron-mail-4.8.0-linux-amd64.snap" }, { - "url": "https://api.github.com/repos/kunalnagar/encrypt0r/releases/assets/24374365", - "id": 24374365, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI0Mzc0MzY1", - "name": "encrypt0r-mac.zip", - "label": "", + "url": "https://api.github.com/repos/vladimiry/ElectronMail/releases/assets/23472701", + "id": 23472701, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNDcyNzAx", + "name": "electron-mail-4.8.0-linux-x64.freebsd", + "label": null, "uploader": { - "login": "github-actions[bot]", - "id": 41898282, - "node_id": "MDM6Qm90NDE4OTgyODI=", - "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", + "login": "vladimiry", + "id": 1560781, + "node_id": "MDQ6VXNlcjE1NjA3ODE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1560781?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/github-actions%5Bbot%5D", - "html_url": "https://github.com/apps/github-actions", - "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "url": "https://api.github.com/users/vladimiry", + "html_url": "https://github.com/vladimiry", + "followers_url": "https://api.github.com/users/vladimiry/followers", + "following_url": "https://api.github.com/users/vladimiry/following{/other_user}", + "gists_url": "https://api.github.com/users/vladimiry/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vladimiry/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vladimiry/subscriptions", + "organizations_url": "https://api.github.com/users/vladimiry/orgs", + "repos_url": "https://api.github.com/users/vladimiry/repos", + "events_url": "https://api.github.com/users/vladimiry/events{/privacy}", + "received_events_url": "https://api.github.com/users/vladimiry/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 114868760, + "download_count": 26, + "created_at": "2020-07-31T19:51:24Z", + "updated_at": "2020-07-31T19:52:02Z", + "browser_download_url": "https://github.com/vladimiry/ElectronMail/releases/download/v4.8.0/electron-mail-4.8.0-linux-x64.freebsd" + }, + { + "url": "https://api.github.com/repos/vladimiry/ElectronMail/releases/assets/23472669", + "id": 23472669, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNDcyNjY5", + "name": "electron-mail-4.8.0-linux-x64.pacman", + "label": null, + "uploader": { + "login": "vladimiry", + "id": 1560781, + "node_id": "MDQ6VXNlcjE1NjA3ODE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1560781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vladimiry", + "html_url": "https://github.com/vladimiry", + "followers_url": "https://api.github.com/users/vladimiry/followers", + "following_url": "https://api.github.com/users/vladimiry/following{/other_user}", + "gists_url": "https://api.github.com/users/vladimiry/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vladimiry/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vladimiry/subscriptions", + "organizations_url": "https://api.github.com/users/vladimiry/orgs", + "repos_url": "https://api.github.com/users/vladimiry/repos", + "events_url": "https://api.github.com/users/vladimiry/events{/privacy}", + "received_events_url": "https://api.github.com/users/vladimiry/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 91909900, + "download_count": 558, + "created_at": "2020-07-31T19:50:47Z", + "updated_at": "2020-07-31T19:51:24Z", + "browser_download_url": "https://github.com/vladimiry/ElectronMail/releases/download/v4.8.0/electron-mail-4.8.0-linux-x64.pacman" + }, + { + "url": "https://api.github.com/repos/vladimiry/ElectronMail/releases/assets/23472629", + "id": 23472629, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNDcyNjI5", + "name": "electron-mail-4.8.0-linux-x86_64.AppImage", + "label": null, + "uploader": { + "login": "vladimiry", + "id": 1560781, + "node_id": "MDQ6VXNlcjE1NjA3ODE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1560781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vladimiry", + "html_url": "https://github.com/vladimiry", + "followers_url": "https://api.github.com/users/vladimiry/followers", + "following_url": "https://api.github.com/users/vladimiry/following{/other_user}", + "gists_url": "https://api.github.com/users/vladimiry/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vladimiry/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vladimiry/subscriptions", + "organizations_url": "https://api.github.com/users/vladimiry/orgs", + "repos_url": "https://api.github.com/users/vladimiry/repos", + "events_url": "https://api.github.com/users/vladimiry/events{/privacy}", + "received_events_url": "https://api.github.com/users/vladimiry/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/vnd.appimage", + "state": "uploaded", + "size": 167866408, + "download_count": 128, + "created_at": "2020-07-31T19:50:01Z", + "updated_at": "2020-07-31T19:50:47Z", + "browser_download_url": "https://github.com/vladimiry/ElectronMail/releases/download/v4.8.0/electron-mail-4.8.0-linux-x86_64.AppImage" + }, + { + "url": "https://api.github.com/repos/vladimiry/ElectronMail/releases/assets/23472595", + "id": 23472595, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNDcyNTk1", + "name": "electron-mail-4.8.0-linux-x86_64.rpm", + "label": null, + "uploader": { + "login": "vladimiry", + "id": 1560781, + "node_id": "MDQ6VXNlcjE1NjA3ODE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1560781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vladimiry", + "html_url": "https://github.com/vladimiry", + "followers_url": "https://api.github.com/users/vladimiry/followers", + "following_url": "https://api.github.com/users/vladimiry/following{/other_user}", + "gists_url": "https://api.github.com/users/vladimiry/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vladimiry/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vladimiry/subscriptions", + "organizations_url": "https://api.github.com/users/vladimiry/orgs", + "repos_url": "https://api.github.com/users/vladimiry/repos", + "events_url": "https://api.github.com/users/vladimiry/events{/privacy}", + "received_events_url": "https://api.github.com/users/vladimiry/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-rpm", + "state": "uploaded", + "size": 95057136, + "download_count": 79, + "created_at": "2020-07-31T19:49:28Z", + "updated_at": "2020-07-31T19:50:00Z", + "browser_download_url": "https://github.com/vladimiry/ElectronMail/releases/download/v4.8.0/electron-mail-4.8.0-linux-x86_64.rpm" + }, + { + "url": "https://api.github.com/repos/vladimiry/ElectronMail/releases/assets/23472558", + "id": 23472558, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNDcyNTU4", + "name": "electron-mail-4.8.0-mac-catalina.dmg", + "label": null, + "uploader": { + "login": "vladimiry", + "id": 1560781, + "node_id": "MDQ6VXNlcjE1NjA3ODE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1560781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vladimiry", + "html_url": "https://github.com/vladimiry", + "followers_url": "https://api.github.com/users/vladimiry/followers", + "following_url": "https://api.github.com/users/vladimiry/following{/other_user}", + "gists_url": "https://api.github.com/users/vladimiry/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vladimiry/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vladimiry/subscriptions", + "organizations_url": "https://api.github.com/users/vladimiry/orgs", + "repos_url": "https://api.github.com/users/vladimiry/repos", + "events_url": "https://api.github.com/users/vladimiry/events{/privacy}", + "received_events_url": "https://api.github.com/users/vladimiry/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 162049087, + "download_count": 237, + "created_at": "2020-07-31T19:48:35Z", + "updated_at": "2020-07-31T19:49:28Z", + "browser_download_url": "https://github.com/vladimiry/ElectronMail/releases/download/v4.8.0/electron-mail-4.8.0-mac-catalina.dmg" + }, + { + "url": "https://api.github.com/repos/vladimiry/ElectronMail/releases/assets/23472533", + "id": 23472533, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNDcyNTMz", + "name": "electron-mail-4.8.0-mac-high-sierra.dmg", + "label": null, + "uploader": { + "login": "vladimiry", + "id": 1560781, + "node_id": "MDQ6VXNlcjE1NjA3ODE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1560781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vladimiry", + "html_url": "https://github.com/vladimiry", + "followers_url": "https://api.github.com/users/vladimiry/followers", + "following_url": "https://api.github.com/users/vladimiry/following{/other_user}", + "gists_url": "https://api.github.com/users/vladimiry/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vladimiry/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vladimiry/subscriptions", + "organizations_url": "https://api.github.com/users/vladimiry/orgs", + "repos_url": "https://api.github.com/users/vladimiry/repos", + "events_url": "https://api.github.com/users/vladimiry/events{/privacy}", + "received_events_url": "https://api.github.com/users/vladimiry/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 162033893, + "download_count": 44, + "created_at": "2020-07-31T19:47:40Z", + "updated_at": "2020-07-31T19:48:35Z", + "browser_download_url": "https://github.com/vladimiry/ElectronMail/releases/download/v4.8.0/electron-mail-4.8.0-mac-high-sierra.dmg" + }, + { + "url": "https://api.github.com/repos/vladimiry/ElectronMail/releases/assets/23472501", + "id": 23472501, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNDcyNTAx", + "name": "electron-mail-4.8.0-mac-mojave.dmg", + "label": null, + "uploader": { + "login": "vladimiry", + "id": 1560781, + "node_id": "MDQ6VXNlcjE1NjA3ODE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1560781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vladimiry", + "html_url": "https://github.com/vladimiry", + "followers_url": "https://api.github.com/users/vladimiry/followers", + "following_url": "https://api.github.com/users/vladimiry/following{/other_user}", + "gists_url": "https://api.github.com/users/vladimiry/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vladimiry/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vladimiry/subscriptions", + "organizations_url": "https://api.github.com/users/vladimiry/orgs", + "repos_url": "https://api.github.com/users/vladimiry/repos", + "events_url": "https://api.github.com/users/vladimiry/events{/privacy}", + "received_events_url": "https://api.github.com/users/vladimiry/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 162048129, + "download_count": 368, + "created_at": "2020-07-31T19:46:48Z", + "updated_at": "2020-07-31T19:47:40Z", + "browser_download_url": "https://github.com/vladimiry/ElectronMail/releases/download/v4.8.0/electron-mail-4.8.0-mac-mojave.dmg" + }, + { + "url": "https://api.github.com/repos/vladimiry/ElectronMail/releases/assets/23472447", + "id": 23472447, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNDcyNDQ3", + "name": "electron-mail-4.8.0-windows-nsis-installer.exe", + "label": null, + "uploader": { + "login": "vladimiry", + "id": 1560781, + "node_id": "MDQ6VXNlcjE1NjA3ODE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1560781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vladimiry", + "html_url": "https://github.com/vladimiry", + "followers_url": "https://api.github.com/users/vladimiry/followers", + "following_url": "https://api.github.com/users/vladimiry/following{/other_user}", + "gists_url": "https://api.github.com/users/vladimiry/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vladimiry/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vladimiry/subscriptions", + "organizations_url": "https://api.github.com/users/vladimiry/orgs", + "repos_url": "https://api.github.com/users/vladimiry/repos", + "events_url": "https://api.github.com/users/vladimiry/events{/privacy}", + "received_events_url": "https://api.github.com/users/vladimiry/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-ms-dos-executable", + "state": "uploaded", + "size": 150592415, + "download_count": 800, + "created_at": "2020-07-31T19:45:49Z", + "updated_at": "2020-07-31T19:46:48Z", + "browser_download_url": "https://github.com/vladimiry/ElectronMail/releases/download/v4.8.0/electron-mail-4.8.0-windows-nsis-installer.exe" + } + ], + "tarball_url": "https://api.github.com/repos/vladimiry/ElectronMail/tarball/v4.8.0", + "zipball_url": "https://api.github.com/repos/vladimiry/ElectronMail/zipball/v4.8.0", + "body_html": "\n
sha256 hashsums and build logs\n
296e3224cb3c54ac9fb1a67bd36b181a9194302768721b6f3188ab84a5cc17f6  electron-mail-4.8.0-linux-amd64.deb\n52c12762503dcab3fc46818583823038888c27a890756822fa466134ea5f99dd  electron-mail-4.8.0-linux-amd64.snap\ncc6d83e744a6de33c15d99b63ab1ad82a10cd7943ac720cb879338d3f7876d18  electron-mail-4.8.0-linux-x64.freebsd\nb73773032650bbc3a56a70364d4b67572273f6f894e289e898889cea7efa599d  electron-mail-4.8.0-linux-x64.pacman\nc5aea53e283b9e147817efbb03091d1ed5ff1d0771836d2b134cd784b5d54c4a  electron-mail-4.8.0-linux-x86_64.AppImage\n464ab62103333c121f95f99dbfd68a089ba06429855c287545404ae6f6167286  electron-mail-4.8.0-linux-x86_64.rpm\n7a9456e2f08e67636920da5d26375cf231eba779381ca5ecc4cd67bd34842ba3  electron-mail-4.8.0-mac-catalina.dmg\n28ddc58c4c6198ca85001b861b49506566d9047ca9677eb34db5729c3e73e14b  electron-mail-4.8.0-mac-high-sierra.dmg\n2131d83344a6911aa11db13fc1ccf06c11fff5bcdf5505656d0104bbd22fb034  electron-mail-4.8.0-mac-mojave.dmg\n81b05d8212eeb3a3fd7e79899697286f228fff1d3e94b08a16a12eab2d170dad  electron-mail-4.8.0-windows-nsis-installer.exe\n
\n\n
" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:22.596Z" + }, + "encrypt0r": { + "latestRelease": { + "url": "https://api.github.com/repos/kunalnagar/encrypt0r/releases/30295048", + "assets_url": "https://api.github.com/repos/kunalnagar/encrypt0r/releases/30295048/assets", + "upload_url": "https://uploads.github.com/repos/kunalnagar/encrypt0r/releases/30295048/assets{?name,label}", + "html_url": "https://github.com/kunalnagar/encrypt0r/releases/tag/v3.2.7", + "id": 30295048, + "node_id": "MDc6UmVsZWFzZTMwMjk1MDQ4", + "tag_name": "v3.2.7", + "target_commitish": "master", + "name": "v3.2.7", + "draft": false, + "author": { + "login": "kunalnagar", + "id": 2741371, + "node_id": "MDQ6VXNlcjI3NDEzNzE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2741371?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kunalnagar", + "html_url": "https://github.com/kunalnagar", + "followers_url": "https://api.github.com/users/kunalnagar/followers", + "following_url": "https://api.github.com/users/kunalnagar/following{/other_user}", + "gists_url": "https://api.github.com/users/kunalnagar/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kunalnagar/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kunalnagar/subscriptions", + "organizations_url": "https://api.github.com/users/kunalnagar/orgs", + "repos_url": "https://api.github.com/users/kunalnagar/repos", + "events_url": "https://api.github.com/users/kunalnagar/events{/privacy}", + "received_events_url": "https://api.github.com/users/kunalnagar/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2020-08-27T23:53:27Z", + "published_at": "2020-08-27T23:54:27Z", + "assets": [ + { + "url": "https://api.github.com/repos/kunalnagar/encrypt0r/releases/assets/24374361", + "id": 24374361, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI0Mzc0MzYx", + "name": "encrypt0r-linux-deb.zip", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "binary/octet-stream", + "state": "uploaded", + "size": 51895746, + "download_count": 1, + "created_at": "2020-08-27T23:59:15Z", + "updated_at": "2020-08-27T23:59:16Z", + "browser_download_url": "https://github.com/kunalnagar/encrypt0r/releases/download/v3.2.7/encrypt0r-linux-deb.zip" + }, + { + "url": "https://api.github.com/repos/kunalnagar/encrypt0r/releases/assets/24374362", + "id": 24374362, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI0Mzc0MzYy", + "name": "encrypt0r-linux-x64.zip", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "binary/octet-stream", + "state": "uploaded", + "size": 71153177, + "download_count": 1, + "created_at": "2020-08-27T23:59:17Z", + "updated_at": "2020-08-27T23:59:18Z", + "browser_download_url": "https://github.com/kunalnagar/encrypt0r/releases/download/v3.2.7/encrypt0r-linux-x64.zip" + }, + { + "url": "https://api.github.com/repos/kunalnagar/encrypt0r/releases/assets/24374365", + "id": 24374365, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI0Mzc0MzY1", + "name": "encrypt0r-mac.zip", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", @@ -27857,7 +28240,7 @@ "content_type": "binary/octet-stream", "state": "uploaded", "size": 65057605, - "download_count": 6, + "download_count": 7, "created_at": "2020-08-27T23:59:23Z", "updated_at": "2020-08-27T23:59:24Z", "browser_download_url": "https://github.com/kunalnagar/encrypt0r/releases/download/v3.2.7/encrypt0r-windows-x64.zip" @@ -27901,7 +28284,7 @@ "zipball_url": "https://api.github.com/repos/kunalnagar/encrypt0r/zipball/v3.2.7", "body_html": "

Changelog

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:18.327Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:22.597Z" }, "englishextra-app": { "latestRelease": { @@ -28250,2611 +28633,2232 @@ "zipball_url": "https://api.github.com/repos/englishextra/englishextra-app/zipball/v1.0.0", "body_html": "

English Grammar for Russian-Speakers—an App for Windows / Android / Linux

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:18.535Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:22.644Z" }, - "email-securely-app": { + "excel-parser-processor": { "latestRelease": { - "url": "https://api.github.com/repos/vladimiry/ElectronMail/releases/29176439", - "assets_url": "https://api.github.com/repos/vladimiry/ElectronMail/releases/29176439/assets", - "upload_url": "https://uploads.github.com/repos/vladimiry/ElectronMail/releases/29176439/assets{?name,label}", - "html_url": "https://github.com/vladimiry/ElectronMail/releases/tag/v4.8.0", - "id": 29176439, - "node_id": "MDc6UmVsZWFzZTI5MTc2NDM5", - "tag_name": "v4.8.0", + "url": "https://api.github.com/repos/btargac/excel-parser-processor/releases/22474947", + "assets_url": "https://api.github.com/repos/btargac/excel-parser-processor/releases/22474947/assets", + "upload_url": "https://uploads.github.com/repos/btargac/excel-parser-processor/releases/22474947/assets{?name,label}", + "html_url": "https://github.com/btargac/excel-parser-processor/releases/tag/v1.1.0", + "id": 22474947, + "node_id": "MDc6UmVsZWFzZTIyNDc0OTQ3", + "tag_name": "v1.1.0", "target_commitish": "master", - "name": "v4.8.0", + "name": "Support Multiple Steps", "draft": false, "author": { - "login": "vladimiry", - "id": 1560781, - "node_id": "MDQ6VXNlcjE1NjA3ODE=", - "avatar_url": "https://avatars2.githubusercontent.com/u/1560781?v=4", + "login": "btargac", + "id": 5160933, + "node_id": "MDQ6VXNlcjUxNjA5MzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5160933?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/vladimiry", - "html_url": "https://github.com/vladimiry", - "followers_url": "https://api.github.com/users/vladimiry/followers", - "following_url": "https://api.github.com/users/vladimiry/following{/other_user}", - "gists_url": "https://api.github.com/users/vladimiry/gists{/gist_id}", - "starred_url": "https://api.github.com/users/vladimiry/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/vladimiry/subscriptions", - "organizations_url": "https://api.github.com/users/vladimiry/orgs", - "repos_url": "https://api.github.com/users/vladimiry/repos", - "events_url": "https://api.github.com/users/vladimiry/events{/privacy}", - "received_events_url": "https://api.github.com/users/vladimiry/received_events", + "url": "https://api.github.com/users/btargac", + "html_url": "https://github.com/btargac", + "followers_url": "https://api.github.com/users/btargac/followers", + "following_url": "https://api.github.com/users/btargac/following{/other_user}", + "gists_url": "https://api.github.com/users/btargac/gists{/gist_id}", + "starred_url": "https://api.github.com/users/btargac/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/btargac/subscriptions", + "organizations_url": "https://api.github.com/users/btargac/orgs", + "repos_url": "https://api.github.com/users/btargac/repos", + "events_url": "https://api.github.com/users/btargac/events{/privacy}", + "received_events_url": "https://api.github.com/users/btargac/received_events", "type": "User", "site_admin": false }, "prerelease": false, - "created_at": "2020-07-31T18:09:35Z", - "published_at": "2020-07-31T19:58:49Z", + "created_at": "2020-01-10T08:14:47Z", + "published_at": "2020-01-10T08:17:00Z", "assets": [ { - "url": "https://api.github.com/repos/vladimiry/ElectronMail/releases/assets/23472807", - "id": 23472807, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNDcyODA3", - "name": "electron-mail-4.8.0-linux-amd64.deb", - "label": null, + "url": "https://api.github.com/repos/btargac/excel-parser-processor/releases/assets/17249945", + "id": 17249945, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3MjQ5OTQ1", + "name": "excel-parser-processor-1.1.0-ia32.nsis.7z", + "label": "", "uploader": { - "login": "vladimiry", - "id": 1560781, - "node_id": "MDQ6VXNlcjE1NjA3ODE=", - "avatar_url": "https://avatars2.githubusercontent.com/u/1560781?v=4", + "login": "btargac", + "id": 5160933, + "node_id": "MDQ6VXNlcjUxNjA5MzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5160933?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/vladimiry", - "html_url": "https://github.com/vladimiry", - "followers_url": "https://api.github.com/users/vladimiry/followers", - "following_url": "https://api.github.com/users/vladimiry/following{/other_user}", - "gists_url": "https://api.github.com/users/vladimiry/gists{/gist_id}", - "starred_url": "https://api.github.com/users/vladimiry/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/vladimiry/subscriptions", - "organizations_url": "https://api.github.com/users/vladimiry/orgs", - "repos_url": "https://api.github.com/users/vladimiry/repos", - "events_url": "https://api.github.com/users/vladimiry/events{/privacy}", - "received_events_url": "https://api.github.com/users/vladimiry/received_events", + "url": "https://api.github.com/users/btargac", + "html_url": "https://github.com/btargac", + "followers_url": "https://api.github.com/users/btargac/followers", + "following_url": "https://api.github.com/users/btargac/following{/other_user}", + "gists_url": "https://api.github.com/users/btargac/gists{/gist_id}", + "starred_url": "https://api.github.com/users/btargac/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/btargac/subscriptions", + "organizations_url": "https://api.github.com/users/btargac/orgs", + "repos_url": "https://api.github.com/users/btargac/repos", + "events_url": "https://api.github.com/users/btargac/events{/privacy}", + "received_events_url": "https://api.github.com/users/btargac/received_events", "type": "User", "site_admin": false }, - "content_type": "application/vnd.debian.binary-package", + "content_type": "application/x-7z-compressed", "state": "uploaded", - "size": 91917320, - "download_count": 317, - "created_at": "2020-07-31T19:53:28Z", - "updated_at": "2020-07-31T19:54:19Z", - "browser_download_url": "https://github.com/vladimiry/ElectronMail/releases/download/v4.8.0/electron-mail-4.8.0-linux-amd64.deb" + "size": 59296176, + "download_count": 32, + "created_at": "2020-01-10T08:16:02Z", + "updated_at": "2020-01-10T08:16:04Z", + "browser_download_url": "https://github.com/btargac/excel-parser-processor/releases/download/v1.1.0/excel-parser-processor-1.1.0-ia32.nsis.7z" }, { - "url": "https://api.github.com/repos/vladimiry/ElectronMail/releases/assets/23472743", - "id": 23472743, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNDcyNzQz", - "name": "electron-mail-4.8.0-linux-amd64.snap", - "label": null, + "url": "https://api.github.com/repos/btargac/excel-parser-processor/releases/assets/17250026", + "id": 17250026, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3MjUwMDI2", + "name": "Excel-Parser-Processor-1.1.0-mac.zip", + "label": "", "uploader": { - "login": "vladimiry", - "id": 1560781, - "node_id": "MDQ6VXNlcjE1NjA3ODE=", - "avatar_url": "https://avatars2.githubusercontent.com/u/1560781?v=4", + "login": "btargac", + "id": 5160933, + "node_id": "MDQ6VXNlcjUxNjA5MzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5160933?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/vladimiry", - "html_url": "https://github.com/vladimiry", - "followers_url": "https://api.github.com/users/vladimiry/followers", - "following_url": "https://api.github.com/users/vladimiry/following{/other_user}", - "gists_url": "https://api.github.com/users/vladimiry/gists{/gist_id}", - "starred_url": "https://api.github.com/users/vladimiry/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/vladimiry/subscriptions", - "organizations_url": "https://api.github.com/users/vladimiry/orgs", - "repos_url": "https://api.github.com/users/vladimiry/repos", - "events_url": "https://api.github.com/users/vladimiry/events{/privacy}", - "received_events_url": "https://api.github.com/users/vladimiry/received_events", + "url": "https://api.github.com/users/btargac", + "html_url": "https://github.com/btargac", + "followers_url": "https://api.github.com/users/btargac/followers", + "following_url": "https://api.github.com/users/btargac/following{/other_user}", + "gists_url": "https://api.github.com/users/btargac/gists{/gist_id}", + "starred_url": "https://api.github.com/users/btargac/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/btargac/subscriptions", + "organizations_url": "https://api.github.com/users/btargac/orgs", + "repos_url": "https://api.github.com/users/btargac/repos", + "events_url": "https://api.github.com/users/btargac/events{/privacy}", + "received_events_url": "https://api.github.com/users/btargac/received_events", "type": "User", "site_admin": false }, - "content_type": "application/octet-stream", + "content_type": "application/zip", "state": "uploaded", - "size": 175673344, - "download_count": 45, - "created_at": "2020-07-31T19:52:02Z", - "updated_at": "2020-07-31T19:53:28Z", - "browser_download_url": "https://github.com/vladimiry/ElectronMail/releases/download/v4.8.0/electron-mail-4.8.0-linux-amd64.snap" + "size": 82428994, + "download_count": 46, + "created_at": "2020-01-10T08:21:05Z", + "updated_at": "2020-01-10T08:21:07Z", + "browser_download_url": "https://github.com/btargac/excel-parser-processor/releases/download/v1.1.0/Excel-Parser-Processor-1.1.0-mac.zip" }, { - "url": "https://api.github.com/repos/vladimiry/ElectronMail/releases/assets/23472701", - "id": 23472701, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNDcyNzAx", - "name": "electron-mail-4.8.0-linux-x64.freebsd", - "label": null, + "url": "https://api.github.com/repos/btargac/excel-parser-processor/releases/assets/17249932", + "id": 17249932, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3MjQ5OTMy", + "name": "excel-parser-processor-1.1.0-x64.nsis.7z", + "label": "", "uploader": { - "login": "vladimiry", - "id": 1560781, - "node_id": "MDQ6VXNlcjE1NjA3ODE=", - "avatar_url": "https://avatars2.githubusercontent.com/u/1560781?v=4", + "login": "btargac", + "id": 5160933, + "node_id": "MDQ6VXNlcjUxNjA5MzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5160933?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/vladimiry", - "html_url": "https://github.com/vladimiry", - "followers_url": "https://api.github.com/users/vladimiry/followers", - "following_url": "https://api.github.com/users/vladimiry/following{/other_user}", - "gists_url": "https://api.github.com/users/vladimiry/gists{/gist_id}", - "starred_url": "https://api.github.com/users/vladimiry/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/vladimiry/subscriptions", - "organizations_url": "https://api.github.com/users/vladimiry/orgs", - "repos_url": "https://api.github.com/users/vladimiry/repos", - "events_url": "https://api.github.com/users/vladimiry/events{/privacy}", - "received_events_url": "https://api.github.com/users/vladimiry/received_events", + "url": "https://api.github.com/users/btargac", + "html_url": "https://github.com/btargac", + "followers_url": "https://api.github.com/users/btargac/followers", + "following_url": "https://api.github.com/users/btargac/following{/other_user}", + "gists_url": "https://api.github.com/users/btargac/gists{/gist_id}", + "starred_url": "https://api.github.com/users/btargac/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/btargac/subscriptions", + "organizations_url": "https://api.github.com/users/btargac/orgs", + "repos_url": "https://api.github.com/users/btargac/repos", + "events_url": "https://api.github.com/users/btargac/events{/privacy}", + "received_events_url": "https://api.github.com/users/btargac/received_events", "type": "User", "site_admin": false }, - "content_type": "application/octet-stream", + "content_type": "application/x-7z-compressed", "state": "uploaded", - "size": 114868760, - "download_count": 26, - "created_at": "2020-07-31T19:51:24Z", - "updated_at": "2020-07-31T19:52:02Z", - "browser_download_url": "https://github.com/vladimiry/ElectronMail/releases/download/v4.8.0/electron-mail-4.8.0-linux-x64.freebsd" + "size": 61186491, + "download_count": 100, + "created_at": "2020-01-10T08:15:50Z", + "updated_at": "2020-01-10T08:15:52Z", + "browser_download_url": "https://github.com/btargac/excel-parser-processor/releases/download/v1.1.0/excel-parser-processor-1.1.0-x64.nsis.7z" }, { - "url": "https://api.github.com/repos/vladimiry/ElectronMail/releases/assets/23472669", - "id": 23472669, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNDcyNjY5", - "name": "electron-mail-4.8.0-linux-x64.pacman", - "label": null, + "url": "https://api.github.com/repos/btargac/excel-parser-processor/releases/assets/17249875", + "id": 17249875, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3MjQ5ODc1", + "name": "Excel-Parser-Processor-1.1.0.AppImage", + "label": "", "uploader": { - "login": "vladimiry", - "id": 1560781, - "node_id": "MDQ6VXNlcjE1NjA3ODE=", - "avatar_url": "https://avatars2.githubusercontent.com/u/1560781?v=4", + "login": "btargac", + "id": 5160933, + "node_id": "MDQ6VXNlcjUxNjA5MzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5160933?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/vladimiry", - "html_url": "https://github.com/vladimiry", - "followers_url": "https://api.github.com/users/vladimiry/followers", - "following_url": "https://api.github.com/users/vladimiry/following{/other_user}", - "gists_url": "https://api.github.com/users/vladimiry/gists{/gist_id}", - "starred_url": "https://api.github.com/users/vladimiry/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/vladimiry/subscriptions", - "organizations_url": "https://api.github.com/users/vladimiry/orgs", - "repos_url": "https://api.github.com/users/vladimiry/repos", - "events_url": "https://api.github.com/users/vladimiry/events{/privacy}", - "received_events_url": "https://api.github.com/users/vladimiry/received_events", + "url": "https://api.github.com/users/btargac", + "html_url": "https://github.com/btargac", + "followers_url": "https://api.github.com/users/btargac/followers", + "following_url": "https://api.github.com/users/btargac/following{/other_user}", + "gists_url": "https://api.github.com/users/btargac/gists{/gist_id}", + "starred_url": "https://api.github.com/users/btargac/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/btargac/subscriptions", + "organizations_url": "https://api.github.com/users/btargac/orgs", + "repos_url": "https://api.github.com/users/btargac/repos", + "events_url": "https://api.github.com/users/btargac/events{/privacy}", + "received_events_url": "https://api.github.com/users/btargac/received_events", "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 91909900, - "download_count": 553, - "created_at": "2020-07-31T19:50:47Z", - "updated_at": "2020-07-31T19:51:24Z", - "browser_download_url": "https://github.com/vladimiry/ElectronMail/releases/download/v4.8.0/electron-mail-4.8.0-linux-x64.pacman" + "size": 72849693, + "download_count": 35, + "created_at": "2020-01-10T08:12:00Z", + "updated_at": "2020-01-10T08:12:02Z", + "browser_download_url": "https://github.com/btargac/excel-parser-processor/releases/download/v1.1.0/Excel-Parser-Processor-1.1.0.AppImage" }, { - "url": "https://api.github.com/repos/vladimiry/ElectronMail/releases/assets/23472629", - "id": 23472629, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNDcyNjI5", - "name": "electron-mail-4.8.0-linux-x86_64.AppImage", - "label": null, + "url": "https://api.github.com/repos/btargac/excel-parser-processor/releases/assets/17249919", + "id": 17249919, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3MjQ5OTE5", + "name": "Excel-Parser-Processor-1.1.0.dmg", + "label": "", "uploader": { - "login": "vladimiry", - "id": 1560781, - "node_id": "MDQ6VXNlcjE1NjA3ODE=", - "avatar_url": "https://avatars2.githubusercontent.com/u/1560781?v=4", + "login": "btargac", + "id": 5160933, + "node_id": "MDQ6VXNlcjUxNjA5MzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5160933?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/vladimiry", - "html_url": "https://github.com/vladimiry", - "followers_url": "https://api.github.com/users/vladimiry/followers", - "following_url": "https://api.github.com/users/vladimiry/following{/other_user}", - "gists_url": "https://api.github.com/users/vladimiry/gists{/gist_id}", - "starred_url": "https://api.github.com/users/vladimiry/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/vladimiry/subscriptions", - "organizations_url": "https://api.github.com/users/vladimiry/orgs", - "repos_url": "https://api.github.com/users/vladimiry/repos", - "events_url": "https://api.github.com/users/vladimiry/events{/privacy}", - "received_events_url": "https://api.github.com/users/vladimiry/received_events", + "url": "https://api.github.com/users/btargac", + "html_url": "https://github.com/btargac", + "followers_url": "https://api.github.com/users/btargac/followers", + "following_url": "https://api.github.com/users/btargac/following{/other_user}", + "gists_url": "https://api.github.com/users/btargac/gists{/gist_id}", + "starred_url": "https://api.github.com/users/btargac/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/btargac/subscriptions", + "organizations_url": "https://api.github.com/users/btargac/orgs", + "repos_url": "https://api.github.com/users/btargac/repos", + "events_url": "https://api.github.com/users/btargac/events{/privacy}", + "received_events_url": "https://api.github.com/users/btargac/received_events", "type": "User", "site_admin": false }, - "content_type": "application/vnd.appimage", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 167866408, - "download_count": 128, - "created_at": "2020-07-31T19:50:01Z", - "updated_at": "2020-07-31T19:50:47Z", - "browser_download_url": "https://github.com/vladimiry/ElectronMail/releases/download/v4.8.0/electron-mail-4.8.0-linux-x86_64.AppImage" + "size": 77671863, + "download_count": 59, + "created_at": "2020-01-10T08:15:06Z", + "updated_at": "2020-01-10T08:15:09Z", + "browser_download_url": "https://github.com/btargac/excel-parser-processor/releases/download/v1.1.0/Excel-Parser-Processor-1.1.0.dmg" }, { - "url": "https://api.github.com/repos/vladimiry/ElectronMail/releases/assets/23472595", - "id": 23472595, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNDcyNTk1", - "name": "electron-mail-4.8.0-linux-x86_64.rpm", - "label": null, + "url": "https://api.github.com/repos/btargac/excel-parser-processor/releases/assets/17249918", + "id": 17249918, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3MjQ5OTE4", + "name": "Excel-Parser-Processor-1.1.0.dmg.blockmap", + "label": "", "uploader": { - "login": "vladimiry", - "id": 1560781, - "node_id": "MDQ6VXNlcjE1NjA3ODE=", - "avatar_url": "https://avatars2.githubusercontent.com/u/1560781?v=4", + "login": "btargac", + "id": 5160933, + "node_id": "MDQ6VXNlcjUxNjA5MzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5160933?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/vladimiry", - "html_url": "https://github.com/vladimiry", - "followers_url": "https://api.github.com/users/vladimiry/followers", - "following_url": "https://api.github.com/users/vladimiry/following{/other_user}", - "gists_url": "https://api.github.com/users/vladimiry/gists{/gist_id}", - "starred_url": "https://api.github.com/users/vladimiry/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/vladimiry/subscriptions", - "organizations_url": "https://api.github.com/users/vladimiry/orgs", - "repos_url": "https://api.github.com/users/vladimiry/repos", - "events_url": "https://api.github.com/users/vladimiry/events{/privacy}", - "received_events_url": "https://api.github.com/users/vladimiry/received_events", + "url": "https://api.github.com/users/btargac", + "html_url": "https://github.com/btargac", + "followers_url": "https://api.github.com/users/btargac/followers", + "following_url": "https://api.github.com/users/btargac/following{/other_user}", + "gists_url": "https://api.github.com/users/btargac/gists{/gist_id}", + "starred_url": "https://api.github.com/users/btargac/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/btargac/subscriptions", + "organizations_url": "https://api.github.com/users/btargac/orgs", + "repos_url": "https://api.github.com/users/btargac/repos", + "events_url": "https://api.github.com/users/btargac/events{/privacy}", + "received_events_url": "https://api.github.com/users/btargac/received_events", "type": "User", "site_admin": false }, - "content_type": "application/x-rpm", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 95057136, - "download_count": 79, - "created_at": "2020-07-31T19:49:28Z", - "updated_at": "2020-07-31T19:50:00Z", - "browser_download_url": "https://github.com/vladimiry/ElectronMail/releases/download/v4.8.0/electron-mail-4.8.0-linux-x86_64.rpm" + "size": 82123, + "download_count": 20, + "created_at": "2020-01-10T08:15:06Z", + "updated_at": "2020-01-10T08:15:07Z", + "browser_download_url": "https://github.com/btargac/excel-parser-processor/releases/download/v1.1.0/Excel-Parser-Processor-1.1.0.dmg.blockmap" }, { - "url": "https://api.github.com/repos/vladimiry/ElectronMail/releases/assets/23472558", - "id": 23472558, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNDcyNTU4", - "name": "electron-mail-4.8.0-mac-catalina.dmg", - "label": null, + "url": "https://api.github.com/repos/btargac/excel-parser-processor/releases/assets/17249946", + "id": 17249946, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3MjQ5OTQ2", + "name": "Excel-Parser-Processor-Web-Setup-1.1.0.exe", + "label": "", "uploader": { - "login": "vladimiry", - "id": 1560781, - "node_id": "MDQ6VXNlcjE1NjA3ODE=", - "avatar_url": "https://avatars2.githubusercontent.com/u/1560781?v=4", + "login": "btargac", + "id": 5160933, + "node_id": "MDQ6VXNlcjUxNjA5MzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5160933?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/vladimiry", - "html_url": "https://github.com/vladimiry", - "followers_url": "https://api.github.com/users/vladimiry/followers", - "following_url": "https://api.github.com/users/vladimiry/following{/other_user}", - "gists_url": "https://api.github.com/users/vladimiry/gists{/gist_id}", - "starred_url": "https://api.github.com/users/vladimiry/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/vladimiry/subscriptions", - "organizations_url": "https://api.github.com/users/vladimiry/orgs", - "repos_url": "https://api.github.com/users/vladimiry/repos", - "events_url": "https://api.github.com/users/vladimiry/events{/privacy}", - "received_events_url": "https://api.github.com/users/vladimiry/received_events", + "url": "https://api.github.com/users/btargac", + "html_url": "https://github.com/btargac", + "followers_url": "https://api.github.com/users/btargac/followers", + "following_url": "https://api.github.com/users/btargac/following{/other_user}", + "gists_url": "https://api.github.com/users/btargac/gists{/gist_id}", + "starred_url": "https://api.github.com/users/btargac/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/btargac/subscriptions", + "organizations_url": "https://api.github.com/users/btargac/orgs", + "repos_url": "https://api.github.com/users/btargac/repos", + "events_url": "https://api.github.com/users/btargac/events{/privacy}", + "received_events_url": "https://api.github.com/users/btargac/received_events", "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 162049087, - "download_count": 234, - "created_at": "2020-07-31T19:48:35Z", - "updated_at": "2020-07-31T19:49:28Z", - "browser_download_url": "https://github.com/vladimiry/ElectronMail/releases/download/v4.8.0/electron-mail-4.8.0-mac-catalina.dmg" + "size": 1522635, + "download_count": 103, + "created_at": "2020-01-10T08:16:07Z", + "updated_at": "2020-01-10T08:16:08Z", + "browser_download_url": "https://github.com/btargac/excel-parser-processor/releases/download/v1.1.0/Excel-Parser-Processor-Web-Setup-1.1.0.exe" }, { - "url": "https://api.github.com/repos/vladimiry/ElectronMail/releases/assets/23472533", - "id": 23472533, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNDcyNTMz", - "name": "electron-mail-4.8.0-mac-high-sierra.dmg", - "label": null, + "url": "https://api.github.com/repos/btargac/excel-parser-processor/releases/assets/17249877", + "id": 17249877, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3MjQ5ODc3", + "name": "latest-linux.yml", + "label": "", "uploader": { - "login": "vladimiry", - "id": 1560781, - "node_id": "MDQ6VXNlcjE1NjA3ODE=", - "avatar_url": "https://avatars2.githubusercontent.com/u/1560781?v=4", + "login": "btargac", + "id": 5160933, + "node_id": "MDQ6VXNlcjUxNjA5MzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5160933?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/vladimiry", - "html_url": "https://github.com/vladimiry", - "followers_url": "https://api.github.com/users/vladimiry/followers", - "following_url": "https://api.github.com/users/vladimiry/following{/other_user}", - "gists_url": "https://api.github.com/users/vladimiry/gists{/gist_id}", - "starred_url": "https://api.github.com/users/vladimiry/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/vladimiry/subscriptions", - "organizations_url": "https://api.github.com/users/vladimiry/orgs", - "repos_url": "https://api.github.com/users/vladimiry/repos", - "events_url": "https://api.github.com/users/vladimiry/events{/privacy}", - "received_events_url": "https://api.github.com/users/vladimiry/received_events", + "url": "https://api.github.com/users/btargac", + "html_url": "https://github.com/btargac", + "followers_url": "https://api.github.com/users/btargac/followers", + "following_url": "https://api.github.com/users/btargac/following{/other_user}", + "gists_url": "https://api.github.com/users/btargac/gists{/gist_id}", + "starred_url": "https://api.github.com/users/btargac/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/btargac/subscriptions", + "organizations_url": "https://api.github.com/users/btargac/orgs", + "repos_url": "https://api.github.com/users/btargac/repos", + "events_url": "https://api.github.com/users/btargac/events{/privacy}", + "received_events_url": "https://api.github.com/users/btargac/received_events", "type": "User", "site_admin": false }, - "content_type": "application/octet-stream", + "content_type": "text/yaml", "state": "uploaded", - "size": 162033893, - "download_count": 44, - "created_at": "2020-07-31T19:47:40Z", - "updated_at": "2020-07-31T19:48:35Z", - "browser_download_url": "https://github.com/vladimiry/ElectronMail/releases/download/v4.8.0/electron-mail-4.8.0-mac-high-sierra.dmg" + "size": 394, + "download_count": 21, + "created_at": "2020-01-10T08:12:03Z", + "updated_at": "2020-01-10T08:12:03Z", + "browser_download_url": "https://github.com/btargac/excel-parser-processor/releases/download/v1.1.0/latest-linux.yml" }, { - "url": "https://api.github.com/repos/vladimiry/ElectronMail/releases/assets/23472501", - "id": 23472501, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNDcyNTAx", - "name": "electron-mail-4.8.0-mac-mojave.dmg", - "label": null, + "url": "https://api.github.com/repos/btargac/excel-parser-processor/releases/assets/17250029", + "id": 17250029, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3MjUwMDI5", + "name": "latest-mac.yml", + "label": "", "uploader": { - "login": "vladimiry", - "id": 1560781, - "node_id": "MDQ6VXNlcjE1NjA3ODE=", - "avatar_url": "https://avatars2.githubusercontent.com/u/1560781?v=4", + "login": "btargac", + "id": 5160933, + "node_id": "MDQ6VXNlcjUxNjA5MzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5160933?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/vladimiry", - "html_url": "https://github.com/vladimiry", - "followers_url": "https://api.github.com/users/vladimiry/followers", - "following_url": "https://api.github.com/users/vladimiry/following{/other_user}", - "gists_url": "https://api.github.com/users/vladimiry/gists{/gist_id}", - "starred_url": "https://api.github.com/users/vladimiry/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/vladimiry/subscriptions", - "organizations_url": "https://api.github.com/users/vladimiry/orgs", - "repos_url": "https://api.github.com/users/vladimiry/repos", - "events_url": "https://api.github.com/users/vladimiry/events{/privacy}", - "received_events_url": "https://api.github.com/users/vladimiry/received_events", + "url": "https://api.github.com/users/btargac", + "html_url": "https://github.com/btargac", + "followers_url": "https://api.github.com/users/btargac/followers", + "following_url": "https://api.github.com/users/btargac/following{/other_user}", + "gists_url": "https://api.github.com/users/btargac/gists{/gist_id}", + "starred_url": "https://api.github.com/users/btargac/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/btargac/subscriptions", + "organizations_url": "https://api.github.com/users/btargac/orgs", + "repos_url": "https://api.github.com/users/btargac/repos", + "events_url": "https://api.github.com/users/btargac/events{/privacy}", + "received_events_url": "https://api.github.com/users/btargac/received_events", "type": "User", "site_admin": false }, - "content_type": "application/octet-stream", + "content_type": "text/yaml", "state": "uploaded", - "size": 162048129, - "download_count": 368, - "created_at": "2020-07-31T19:46:48Z", - "updated_at": "2020-07-31T19:47:40Z", - "browser_download_url": "https://github.com/vladimiry/ElectronMail/releases/download/v4.8.0/electron-mail-4.8.0-mac-mojave.dmg" + "size": 554, + "download_count": 21, + "created_at": "2020-01-10T08:21:08Z", + "updated_at": "2020-01-10T08:21:08Z", + "browser_download_url": "https://github.com/btargac/excel-parser-processor/releases/download/v1.1.0/latest-mac.yml" }, { - "url": "https://api.github.com/repos/vladimiry/ElectronMail/releases/assets/23472447", - "id": 23472447, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNDcyNDQ3", - "name": "electron-mail-4.8.0-windows-nsis-installer.exe", - "label": null, + "url": "https://api.github.com/repos/btargac/excel-parser-processor/releases/assets/17250028", + "id": 17250028, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3MjUwMDI4", + "name": "latest.yml", + "label": "", "uploader": { - "login": "vladimiry", - "id": 1560781, - "node_id": "MDQ6VXNlcjE1NjA3ODE=", - "avatar_url": "https://avatars2.githubusercontent.com/u/1560781?v=4", + "login": "btargac", + "id": 5160933, + "node_id": "MDQ6VXNlcjUxNjA5MzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5160933?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/vladimiry", - "html_url": "https://github.com/vladimiry", - "followers_url": "https://api.github.com/users/vladimiry/followers", - "following_url": "https://api.github.com/users/vladimiry/following{/other_user}", - "gists_url": "https://api.github.com/users/vladimiry/gists{/gist_id}", - "starred_url": "https://api.github.com/users/vladimiry/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/vladimiry/subscriptions", - "organizations_url": "https://api.github.com/users/vladimiry/orgs", - "repos_url": "https://api.github.com/users/vladimiry/repos", - "events_url": "https://api.github.com/users/vladimiry/events{/privacy}", - "received_events_url": "https://api.github.com/users/vladimiry/received_events", + "url": "https://api.github.com/users/btargac", + "html_url": "https://github.com/btargac", + "followers_url": "https://api.github.com/users/btargac/followers", + "following_url": "https://api.github.com/users/btargac/following{/other_user}", + "gists_url": "https://api.github.com/users/btargac/gists{/gist_id}", + "starred_url": "https://api.github.com/users/btargac/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/btargac/subscriptions", + "organizations_url": "https://api.github.com/users/btargac/orgs", + "repos_url": "https://api.github.com/users/btargac/repos", + "events_url": "https://api.github.com/users/btargac/events{/privacy}", + "received_events_url": "https://api.github.com/users/btargac/received_events", "type": "User", "site_admin": false }, - "content_type": "application/x-ms-dos-executable", + "content_type": "text/yaml", "state": "uploaded", - "size": 150592415, - "download_count": 794, - "created_at": "2020-07-31T19:45:49Z", - "updated_at": "2020-07-31T19:46:48Z", - "browser_download_url": "https://github.com/vladimiry/ElectronMail/releases/download/v4.8.0/electron-mail-4.8.0-windows-nsis-installer.exe" + "size": 880, + "download_count": 19, + "created_at": "2020-01-10T08:21:08Z", + "updated_at": "2020-01-10T08:21:08Z", + "browser_download_url": "https://github.com/btargac/excel-parser-processor/releases/download/v1.1.0/latest.yml" } ], - "tarball_url": "https://api.github.com/repos/vladimiry/ElectronMail/tarball/v4.8.0", - "zipball_url": "https://api.github.com/repos/vladimiry/ElectronMail/zipball/v4.8.0", - "body_html": "\n
sha256 hashsums and build logs\n
296e3224cb3c54ac9fb1a67bd36b181a9194302768721b6f3188ab84a5cc17f6  electron-mail-4.8.0-linux-amd64.deb\n52c12762503dcab3fc46818583823038888c27a890756822fa466134ea5f99dd  electron-mail-4.8.0-linux-amd64.snap\ncc6d83e744a6de33c15d99b63ab1ad82a10cd7943ac720cb879338d3f7876d18  electron-mail-4.8.0-linux-x64.freebsd\nb73773032650bbc3a56a70364d4b67572273f6f894e289e898889cea7efa599d  electron-mail-4.8.0-linux-x64.pacman\nc5aea53e283b9e147817efbb03091d1ed5ff1d0771836d2b134cd784b5d54c4a  electron-mail-4.8.0-linux-x86_64.AppImage\n464ab62103333c121f95f99dbfd68a089ba06429855c287545404ae6f6167286  electron-mail-4.8.0-linux-x86_64.rpm\n7a9456e2f08e67636920da5d26375cf231eba779381ca5ecc4cd67bd34842ba3  electron-mail-4.8.0-mac-catalina.dmg\n28ddc58c4c6198ca85001b861b49506566d9047ca9677eb34db5729c3e73e14b  electron-mail-4.8.0-mac-high-sierra.dmg\n2131d83344a6911aa11db13fc1ccf06c11fff5bcdf5505656d0104bbd22fb034  electron-mail-4.8.0-mac-mojave.dmg\n81b05d8212eeb3a3fd7e79899697286f228fff1d3e94b08a16a12eab2d170dad  electron-mail-4.8.0-windows-nsis-installer.exe\n
\n\n
" + "tarball_url": "https://api.github.com/repos/btargac/excel-parser-processor/tarball/v1.1.0", + "zipball_url": "https://api.github.com/repos/btargac/excel-parser-processor/zipball/v1.1.0", + "body_html": "

Support for renaming downloaded item

\n

now you can use the column B to rename the file before saving to your file system

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:18.571Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:22.737Z" }, - "esteem-surfer": { + "etcher": { "latestRelease": { - "url": "https://api.github.com/repos/ecency/esteem-surfer/releases/26303633", - "assets_url": "https://api.github.com/repos/ecency/esteem-surfer/releases/26303633/assets", - "upload_url": "https://uploads.github.com/repos/ecency/esteem-surfer/releases/26303633/assets{?name,label}", - "html_url": "https://github.com/ecency/esteem-surfer/releases/tag/2.2.7", - "id": 26303633, - "node_id": "MDc6UmVsZWFzZTI2MzAzNjMz", - "tag_name": "2.2.7", + "url": "https://api.github.com/repos/balena-io/etcher/releases/31125698", + "assets_url": "https://api.github.com/repos/balena-io/etcher/releases/31125698/assets", + "upload_url": "https://uploads.github.com/repos/balena-io/etcher/releases/31125698/assets{?name,label}", + "html_url": "https://github.com/balena-io/etcher/releases/tag/v1.5.109", + "id": 31125698, + "node_id": "MDc6UmVsZWFzZTMxMTI1Njk4", + "tag_name": "v1.5.109", "target_commitish": "master", - "name": "2.2.7", + "name": "v1.5.109", "draft": false, "author": { - "login": "feruzm", - "id": 3015990, - "node_id": "MDQ6VXNlcjMwMTU5OTA=", - "avatar_url": "https://avatars2.githubusercontent.com/u/3015990?v=4", + "login": "balena-ci", + "id": 34882892, + "node_id": "MDQ6VXNlcjM0ODgyODky", + "avatar_url": "https://avatars0.githubusercontent.com/u/34882892?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/feruzm", - "html_url": "https://github.com/feruzm", - "followers_url": "https://api.github.com/users/feruzm/followers", - "following_url": "https://api.github.com/users/feruzm/following{/other_user}", - "gists_url": "https://api.github.com/users/feruzm/gists{/gist_id}", - "starred_url": "https://api.github.com/users/feruzm/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/feruzm/subscriptions", - "organizations_url": "https://api.github.com/users/feruzm/orgs", - "repos_url": "https://api.github.com/users/feruzm/repos", - "events_url": "https://api.github.com/users/feruzm/events{/privacy}", - "received_events_url": "https://api.github.com/users/feruzm/received_events", + "url": "https://api.github.com/users/balena-ci", + "html_url": "https://github.com/balena-ci", + "followers_url": "https://api.github.com/users/balena-ci/followers", + "following_url": "https://api.github.com/users/balena-ci/following{/other_user}", + "gists_url": "https://api.github.com/users/balena-ci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/balena-ci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/balena-ci/subscriptions", + "organizations_url": "https://api.github.com/users/balena-ci/orgs", + "repos_url": "https://api.github.com/users/balena-ci/repos", + "events_url": "https://api.github.com/users/balena-ci/events{/privacy}", + "received_events_url": "https://api.github.com/users/balena-ci/received_events", "type": "User", "site_admin": false }, "prerelease": false, - "created_at": "2020-05-08T08:37:59Z", - "published_at": "2020-05-08T09:16:17Z", + "created_at": "2020-09-14T16:27:57Z", + "published_at": "2020-09-14T16:28:43Z", "assets": [ { - "url": "https://api.github.com/repos/ecency/esteem-surfer/releases/assets/20542157", - "id": 20542157, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTQyMTU3", - "name": "Esteem-2.2.7-mac.zip", + "url": "https://api.github.com/repos/balena-io/etcher/releases/assets/25398990", + "id": 25398990, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI1Mzk4OTkw", + "name": "balena-etcher-electron-1.5.109-linux-ia32.zip", "label": "", "uploader": { - "login": "feruzm", - "id": 3015990, - "node_id": "MDQ6VXNlcjMwMTU5OTA=", - "avatar_url": "https://avatars2.githubusercontent.com/u/3015990?v=4", + "login": "balena-ci", + "id": 34882892, + "node_id": "MDQ6VXNlcjM0ODgyODky", + "avatar_url": "https://avatars0.githubusercontent.com/u/34882892?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/feruzm", - "html_url": "https://github.com/feruzm", - "followers_url": "https://api.github.com/users/feruzm/followers", - "following_url": "https://api.github.com/users/feruzm/following{/other_user}", - "gists_url": "https://api.github.com/users/feruzm/gists{/gist_id}", - "starred_url": "https://api.github.com/users/feruzm/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/feruzm/subscriptions", - "organizations_url": "https://api.github.com/users/feruzm/orgs", - "repos_url": "https://api.github.com/users/feruzm/repos", - "events_url": "https://api.github.com/users/feruzm/events{/privacy}", - "received_events_url": "https://api.github.com/users/feruzm/received_events", + "url": "https://api.github.com/users/balena-ci", + "html_url": "https://github.com/balena-ci", + "followers_url": "https://api.github.com/users/balena-ci/followers", + "following_url": "https://api.github.com/users/balena-ci/following{/other_user}", + "gists_url": "https://api.github.com/users/balena-ci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/balena-ci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/balena-ci/subscriptions", + "organizations_url": "https://api.github.com/users/balena-ci/orgs", + "repos_url": "https://api.github.com/users/balena-ci/repos", + "events_url": "https://api.github.com/users/balena-ci/events{/privacy}", + "received_events_url": "https://api.github.com/users/balena-ci/received_events", "type": "User", "site_admin": false }, "content_type": "application/zip", "state": "uploaded", - "size": 57489829, - "download_count": 397, - "created_at": "2020-05-08T08:40:10Z", - "updated_at": "2020-05-08T08:41:23Z", - "browser_download_url": "https://github.com/ecency/esteem-surfer/releases/download/2.2.7/Esteem-2.2.7-mac.zip" + "size": 87840295, + "download_count": 1967, + "created_at": "2020-09-11T12:54:14Z", + "updated_at": "2020-09-11T12:54:16Z", + "browser_download_url": "https://github.com/balena-io/etcher/releases/download/v1.5.109/balena-etcher-electron-1.5.109-linux-ia32.zip" }, { - "url": "https://api.github.com/repos/ecency/esteem-surfer/releases/assets/20542150", - "id": 20542150, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTQyMTUw", - "name": "Esteem-2.2.7.AppImage", + "url": "https://api.github.com/repos/balena-io/etcher/releases/assets/25398921", + "id": 25398921, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI1Mzk4OTIx", + "name": "balena-etcher-electron-1.5.109-linux-x64.zip", "label": "", "uploader": { - "login": "feruzm", - "id": 3015990, - "node_id": "MDQ6VXNlcjMwMTU5OTA=", - "avatar_url": "https://avatars2.githubusercontent.com/u/3015990?v=4", + "login": "balena-ci", + "id": 34882892, + "node_id": "MDQ6VXNlcjM0ODgyODky", + "avatar_url": "https://avatars0.githubusercontent.com/u/34882892?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/feruzm", - "html_url": "https://github.com/feruzm", - "followers_url": "https://api.github.com/users/feruzm/followers", - "following_url": "https://api.github.com/users/feruzm/following{/other_user}", - "gists_url": "https://api.github.com/users/feruzm/gists{/gist_id}", - "starred_url": "https://api.github.com/users/feruzm/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/feruzm/subscriptions", - "organizations_url": "https://api.github.com/users/feruzm/orgs", - "repos_url": "https://api.github.com/users/feruzm/repos", - "events_url": "https://api.github.com/users/feruzm/events{/privacy}", - "received_events_url": "https://api.github.com/users/feruzm/received_events", + "url": "https://api.github.com/users/balena-ci", + "html_url": "https://github.com/balena-ci", + "followers_url": "https://api.github.com/users/balena-ci/followers", + "following_url": "https://api.github.com/users/balena-ci/following{/other_user}", + "gists_url": "https://api.github.com/users/balena-ci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/balena-ci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/balena-ci/subscriptions", + "organizations_url": "https://api.github.com/users/balena-ci/orgs", + "repos_url": "https://api.github.com/users/balena-ci/repos", + "events_url": "https://api.github.com/users/balena-ci/events{/privacy}", + "received_events_url": "https://api.github.com/users/balena-ci/received_events", "type": "User", "site_admin": false }, - "content_type": "application/octet-stream", + "content_type": "application/zip", "state": "uploaded", - "size": 59569865, - "download_count": 112, - "created_at": "2020-05-08T08:39:51Z", - "updated_at": "2020-05-08T08:40:56Z", - "browser_download_url": "https://github.com/ecency/esteem-surfer/releases/download/2.2.7/Esteem-2.2.7.AppImage" + "size": 89111164, + "download_count": 8168, + "created_at": "2020-09-11T12:53:32Z", + "updated_at": "2020-09-11T12:53:33Z", + "browser_download_url": "https://github.com/balena-io/etcher/releases/download/v1.5.109/balena-etcher-electron-1.5.109-linux-x64.zip" }, { - "url": "https://api.github.com/repos/ecency/esteem-surfer/releases/assets/20542155", - "id": 20542155, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTQyMTU1", - "name": "Esteem-2.2.7.dmg", + "url": "https://api.github.com/repos/balena-io/etcher/releases/assets/25398979", + "id": 25398979, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI1Mzk4OTc5", + "name": "balena-etcher-electron-1.5.109.i686.rpm", "label": "", "uploader": { - "login": "feruzm", - "id": 3015990, - "node_id": "MDQ6VXNlcjMwMTU5OTA=", - "avatar_url": "https://avatars2.githubusercontent.com/u/3015990?v=4", + "login": "balena-ci", + "id": 34882892, + "node_id": "MDQ6VXNlcjM0ODgyODky", + "avatar_url": "https://avatars0.githubusercontent.com/u/34882892?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/feruzm", - "html_url": "https://github.com/feruzm", - "followers_url": "https://api.github.com/users/feruzm/followers", - "following_url": "https://api.github.com/users/feruzm/following{/other_user}", - "gists_url": "https://api.github.com/users/feruzm/gists{/gist_id}", - "starred_url": "https://api.github.com/users/feruzm/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/feruzm/subscriptions", - "organizations_url": "https://api.github.com/users/feruzm/orgs", - "repos_url": "https://api.github.com/users/feruzm/repos", - "events_url": "https://api.github.com/users/feruzm/events{/privacy}", - "received_events_url": "https://api.github.com/users/feruzm/received_events", + "url": "https://api.github.com/users/balena-ci", + "html_url": "https://github.com/balena-ci", + "followers_url": "https://api.github.com/users/balena-ci/followers", + "following_url": "https://api.github.com/users/balena-ci/following{/other_user}", + "gists_url": "https://api.github.com/users/balena-ci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/balena-ci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/balena-ci/subscriptions", + "organizations_url": "https://api.github.com/users/balena-ci/orgs", + "repos_url": "https://api.github.com/users/balena-ci/repos", + "events_url": "https://api.github.com/users/balena-ci/events{/privacy}", + "received_events_url": "https://api.github.com/users/balena-ci/received_events", "type": "User", "site_admin": false }, - "content_type": "application/octet-stream", + "content_type": "application/x-redhat-package-manager", "state": "uploaded", - "size": 59494293, - "download_count": 203, - "created_at": "2020-05-08T08:40:02Z", - "updated_at": "2020-05-08T08:41:16Z", - "browser_download_url": "https://github.com/ecency/esteem-surfer/releases/download/2.2.7/Esteem-2.2.7.dmg" + "size": 62403176, + "download_count": 18, + "created_at": "2020-09-11T12:54:10Z", + "updated_at": "2020-09-11T12:54:12Z", + "browser_download_url": "https://github.com/balena-io/etcher/releases/download/v1.5.109/balena-etcher-electron-1.5.109.i686.rpm" }, { - "url": "https://api.github.com/repos/ecency/esteem-surfer/releases/assets/20542154", - "id": 20542154, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTQyMTU0", - "name": "Esteem-2.2.7.dmg.blockmap", + "url": "https://api.github.com/repos/balena-io/etcher/releases/assets/25398910", + "id": 25398910, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI1Mzk4OTEw", + "name": "balena-etcher-electron-1.5.109.x86_64.rpm", "label": "", "uploader": { - "login": "feruzm", - "id": 3015990, - "node_id": "MDQ6VXNlcjMwMTU5OTA=", - "avatar_url": "https://avatars2.githubusercontent.com/u/3015990?v=4", + "login": "balena-ci", + "id": 34882892, + "node_id": "MDQ6VXNlcjM0ODgyODky", + "avatar_url": "https://avatars0.githubusercontent.com/u/34882892?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/feruzm", - "html_url": "https://github.com/feruzm", - "followers_url": "https://api.github.com/users/feruzm/followers", - "following_url": "https://api.github.com/users/feruzm/following{/other_user}", - "gists_url": "https://api.github.com/users/feruzm/gists{/gist_id}", - "starred_url": "https://api.github.com/users/feruzm/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/feruzm/subscriptions", - "organizations_url": "https://api.github.com/users/feruzm/orgs", - "repos_url": "https://api.github.com/users/feruzm/repos", - "events_url": "https://api.github.com/users/feruzm/events{/privacy}", - "received_events_url": "https://api.github.com/users/feruzm/received_events", + "url": "https://api.github.com/users/balena-ci", + "html_url": "https://github.com/balena-ci", + "followers_url": "https://api.github.com/users/balena-ci/followers", + "following_url": "https://api.github.com/users/balena-ci/following{/other_user}", + "gists_url": "https://api.github.com/users/balena-ci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/balena-ci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/balena-ci/subscriptions", + "organizations_url": "https://api.github.com/users/balena-ci/orgs", + "repos_url": "https://api.github.com/users/balena-ci/repos", + "events_url": "https://api.github.com/users/balena-ci/events{/privacy}", + "received_events_url": "https://api.github.com/users/balena-ci/received_events", "type": "User", "site_admin": false }, - "content_type": "application/octet-stream", + "content_type": "application/x-redhat-package-manager", "state": "uploaded", - "size": 62590, - "download_count": 22, - "created_at": "2020-05-08T08:40:02Z", - "updated_at": "2020-05-08T08:40:04Z", - "browser_download_url": "https://github.com/ecency/esteem-surfer/releases/download/2.2.7/Esteem-2.2.7.dmg.blockmap" + "size": 63034240, + "download_count": 73, + "created_at": "2020-09-11T12:53:26Z", + "updated_at": "2020-09-11T12:53:29Z", + "browser_download_url": "https://github.com/balena-io/etcher/releases/download/v1.5.109/balena-etcher-electron-1.5.109.x86_64.rpm" }, { - "url": "https://api.github.com/repos/ecency/esteem-surfer/releases/assets/20542181", - "id": 20542181, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTQyMTgx", - "name": "Esteem-Setup-2.2.7.exe", + "url": "https://api.github.com/repos/balena-io/etcher/releases/assets/25600751", + "id": 25600751, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NjAwNzUx", + "name": "balena-etcher-electron_1.5.109_amd64.deb", "label": "", "uploader": { - "login": "feruzm", - "id": 3015990, - "node_id": "MDQ6VXNlcjMwMTU5OTA=", - "avatar_url": "https://avatars2.githubusercontent.com/u/3015990?v=4", + "login": "balena-ci", + "id": 34882892, + "node_id": "MDQ6VXNlcjM0ODgyODky", + "avatar_url": "https://avatars0.githubusercontent.com/u/34882892?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/feruzm", - "html_url": "https://github.com/feruzm", - "followers_url": "https://api.github.com/users/feruzm/followers", - "following_url": "https://api.github.com/users/feruzm/following{/other_user}", - "gists_url": "https://api.github.com/users/feruzm/gists{/gist_id}", - "starred_url": "https://api.github.com/users/feruzm/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/feruzm/subscriptions", - "organizations_url": "https://api.github.com/users/feruzm/orgs", - "repos_url": "https://api.github.com/users/feruzm/repos", - "events_url": "https://api.github.com/users/feruzm/events{/privacy}", - "received_events_url": "https://api.github.com/users/feruzm/received_events", + "url": "https://api.github.com/users/balena-ci", + "html_url": "https://github.com/balena-ci", + "followers_url": "https://api.github.com/users/balena-ci/followers", + "following_url": "https://api.github.com/users/balena-ci/following{/other_user}", + "gists_url": "https://api.github.com/users/balena-ci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/balena-ci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/balena-ci/subscriptions", + "organizations_url": "https://api.github.com/users/balena-ci/orgs", + "repos_url": "https://api.github.com/users/balena-ci/repos", + "events_url": "https://api.github.com/users/balena-ci/events{/privacy}", + "received_events_url": "https://api.github.com/users/balena-ci/received_events", "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 81632320, - "download_count": 3401, - "created_at": "2020-05-08T08:41:02Z", - "updated_at": "2020-05-08T08:41:46Z", - "browser_download_url": "https://github.com/ecency/esteem-surfer/releases/download/2.2.7/Esteem-Setup-2.2.7.exe" + "size": 80928146, + "download_count": 312, + "created_at": "2020-09-14T14:20:51Z", + "updated_at": "2020-09-14T14:20:53Z", + "browser_download_url": "https://github.com/balena-io/etcher/releases/download/v1.5.109/balena-etcher-electron_1.5.109_amd64.deb" }, { - "url": "https://api.github.com/repos/ecency/esteem-surfer/releases/assets/20542182", - "id": 20542182, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTQyMTgy", - "name": "Esteem-Setup-2.2.7.exe.blockmap", + "url": "https://api.github.com/repos/balena-io/etcher/releases/assets/25398978", + "id": 25398978, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI1Mzk4OTc4", + "name": "balena-etcher-electron_1.5.109_i386.deb", "label": "", "uploader": { - "login": "feruzm", - "id": 3015990, - "node_id": "MDQ6VXNlcjMwMTU5OTA=", - "avatar_url": "https://avatars2.githubusercontent.com/u/3015990?v=4", + "login": "balena-ci", + "id": 34882892, + "node_id": "MDQ6VXNlcjM0ODgyODky", + "avatar_url": "https://avatars0.githubusercontent.com/u/34882892?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/feruzm", - "html_url": "https://github.com/feruzm", - "followers_url": "https://api.github.com/users/feruzm/followers", - "following_url": "https://api.github.com/users/feruzm/following{/other_user}", - "gists_url": "https://api.github.com/users/feruzm/gists{/gist_id}", - "starred_url": "https://api.github.com/users/feruzm/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/feruzm/subscriptions", - "organizations_url": "https://api.github.com/users/feruzm/orgs", - "repos_url": "https://api.github.com/users/feruzm/repos", - "events_url": "https://api.github.com/users/feruzm/events{/privacy}", - "received_events_url": "https://api.github.com/users/feruzm/received_events", + "url": "https://api.github.com/users/balena-ci", + "html_url": "https://github.com/balena-ci", + "followers_url": "https://api.github.com/users/balena-ci/followers", + "following_url": "https://api.github.com/users/balena-ci/following{/other_user}", + "gists_url": "https://api.github.com/users/balena-ci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/balena-ci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/balena-ci/subscriptions", + "organizations_url": "https://api.github.com/users/balena-ci/orgs", + "repos_url": "https://api.github.com/users/balena-ci/repos", + "events_url": "https://api.github.com/users/balena-ci/events{/privacy}", + "received_events_url": "https://api.github.com/users/balena-ci/received_events", "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 85224, - "download_count": 840, - "created_at": "2020-05-08T08:41:02Z", - "updated_at": "2020-05-08T08:41:06Z", - "browser_download_url": "https://github.com/ecency/esteem-surfer/releases/download/2.2.7/Esteem-Setup-2.2.7.exe.blockmap" + "size": 79941486, + "download_count": 40, + "created_at": "2020-09-11T12:54:08Z", + "updated_at": "2020-09-11T12:54:10Z", + "browser_download_url": "https://github.com/balena-io/etcher/releases/download/v1.5.109/balena-etcher-electron_1.5.109_i386.deb" }, { - "url": "https://api.github.com/repos/ecency/esteem-surfer/releases/assets/20542204", - "id": 20542204, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTQyMjA0", - "name": "esteem-surfer-2.2.7.tar.gz", + "url": "https://api.github.com/repos/balena-io/etcher/releases/assets/25398984", + "id": 25398984, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI1Mzk4OTg0", + "name": "balenaEtcher-1.5.109-ia32.AppImage", "label": "", "uploader": { - "login": "feruzm", - "id": 3015990, - "node_id": "MDQ6VXNlcjMwMTU5OTA=", - "avatar_url": "https://avatars2.githubusercontent.com/u/3015990?v=4", + "login": "balena-ci", + "id": 34882892, + "node_id": "MDQ6VXNlcjM0ODgyODky", + "avatar_url": "https://avatars0.githubusercontent.com/u/34882892?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/feruzm", - "html_url": "https://github.com/feruzm", - "followers_url": "https://api.github.com/users/feruzm/followers", - "following_url": "https://api.github.com/users/feruzm/following{/other_user}", - "gists_url": "https://api.github.com/users/feruzm/gists{/gist_id}", - "starred_url": "https://api.github.com/users/feruzm/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/feruzm/subscriptions", - "organizations_url": "https://api.github.com/users/feruzm/orgs", - "repos_url": "https://api.github.com/users/feruzm/repos", - "events_url": "https://api.github.com/users/feruzm/events{/privacy}", - "received_events_url": "https://api.github.com/users/feruzm/received_events", + "url": "https://api.github.com/users/balena-ci", + "html_url": "https://github.com/balena-ci", + "followers_url": "https://api.github.com/users/balena-ci/followers", + "following_url": "https://api.github.com/users/balena-ci/following{/other_user}", + "gists_url": "https://api.github.com/users/balena-ci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/balena-ci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/balena-ci/subscriptions", + "organizations_url": "https://api.github.com/users/balena-ci/orgs", + "repos_url": "https://api.github.com/users/balena-ci/repos", + "events_url": "https://api.github.com/users/balena-ci/events{/privacy}", + "received_events_url": "https://api.github.com/users/balena-ci/received_events", "type": "User", "site_admin": false }, - "content_type": "application/gzip", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 56135232, - "download_count": 83, - "created_at": "2020-05-08T08:42:00Z", - "updated_at": "2020-05-08T08:42:31Z", - "browser_download_url": "https://github.com/ecency/esteem-surfer/releases/download/2.2.7/esteem-surfer-2.2.7.tar.gz" + "size": 88633111, + "download_count": 59, + "created_at": "2020-09-11T12:54:12Z", + "updated_at": "2020-09-11T12:54:14Z", + "browser_download_url": "https://github.com/balena-io/etcher/releases/download/v1.5.109/balenaEtcher-1.5.109-ia32.AppImage" }, { - "url": "https://api.github.com/repos/ecency/esteem-surfer/releases/assets/20542238", - "id": 20542238, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTQyMjM4", - "name": "esteem-surfer-2.2.7.x86_64.rpm", + "url": "https://api.github.com/repos/balena-io/etcher/releases/assets/25605002", + "id": 25605002, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NjA1MDAy", + "name": "balenaEtcher-1.5.109-mac.zip", "label": "", "uploader": { - "login": "feruzm", - "id": 3015990, - "node_id": "MDQ6VXNlcjMwMTU5OTA=", - "avatar_url": "https://avatars2.githubusercontent.com/u/3015990?v=4", + "login": "balena-ci", + "id": 34882892, + "node_id": "MDQ6VXNlcjM0ODgyODky", + "avatar_url": "https://avatars0.githubusercontent.com/u/34882892?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/feruzm", - "html_url": "https://github.com/feruzm", - "followers_url": "https://api.github.com/users/feruzm/followers", - "following_url": "https://api.github.com/users/feruzm/following{/other_user}", - "gists_url": "https://api.github.com/users/feruzm/gists{/gist_id}", - "starred_url": "https://api.github.com/users/feruzm/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/feruzm/subscriptions", - "organizations_url": "https://api.github.com/users/feruzm/orgs", - "repos_url": "https://api.github.com/users/feruzm/repos", - "events_url": "https://api.github.com/users/feruzm/events{/privacy}", - "received_events_url": "https://api.github.com/users/feruzm/received_events", + "url": "https://api.github.com/users/balena-ci", + "html_url": "https://github.com/balena-ci", + "followers_url": "https://api.github.com/users/balena-ci/followers", + "following_url": "https://api.github.com/users/balena-ci/following{/other_user}", + "gists_url": "https://api.github.com/users/balena-ci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/balena-ci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/balena-ci/subscriptions", + "organizations_url": "https://api.github.com/users/balena-ci/orgs", + "repos_url": "https://api.github.com/users/balena-ci/repos", + "events_url": "https://api.github.com/users/balena-ci/events{/privacy}", + "received_events_url": "https://api.github.com/users/balena-ci/received_events", "type": "User", "site_admin": false }, - "content_type": "application/x-redhat-package-manager", + "content_type": "application/zip", "state": "uploaded", - "size": 41475312, - "download_count": 94, - "created_at": "2020-05-08T08:44:03Z", - "updated_at": "2020-05-08T08:44:27Z", - "browser_download_url": "https://github.com/ecency/esteem-surfer/releases/download/2.2.7/esteem-surfer-2.2.7.x86_64.rpm" + "size": 85908782, + "download_count": 63, + "created_at": "2020-09-14T15:27:44Z", + "updated_at": "2020-09-14T15:28:10Z", + "browser_download_url": "https://github.com/balena-io/etcher/releases/download/v1.5.109/balenaEtcher-1.5.109-mac.zip" }, { - "url": "https://api.github.com/repos/ecency/esteem-surfer/releases/assets/20542219", - "id": 20542219, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTQyMjE5", - "name": "esteem-surfer_2.2.7_amd64.deb", + "url": "https://api.github.com/repos/balena-io/etcher/releases/assets/25398916", + "id": 25398916, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI1Mzk4OTE2", + "name": "balenaEtcher-1.5.109-x64.AppImage", "label": "", "uploader": { - "login": "feruzm", - "id": 3015990, - "node_id": "MDQ6VXNlcjMwMTU5OTA=", - "avatar_url": "https://avatars2.githubusercontent.com/u/3015990?v=4", + "login": "balena-ci", + "id": 34882892, + "node_id": "MDQ6VXNlcjM0ODgyODky", + "avatar_url": "https://avatars0.githubusercontent.com/u/34882892?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/feruzm", - "html_url": "https://github.com/feruzm", - "followers_url": "https://api.github.com/users/feruzm/followers", - "following_url": "https://api.github.com/users/feruzm/following{/other_user}", - "gists_url": "https://api.github.com/users/feruzm/gists{/gist_id}", - "starred_url": "https://api.github.com/users/feruzm/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/feruzm/subscriptions", - "organizations_url": "https://api.github.com/users/feruzm/orgs", - "repos_url": "https://api.github.com/users/feruzm/repos", - "events_url": "https://api.github.com/users/feruzm/events{/privacy}", - "received_events_url": "https://api.github.com/users/feruzm/received_events", + "url": "https://api.github.com/users/balena-ci", + "html_url": "https://github.com/balena-ci", + "followers_url": "https://api.github.com/users/balena-ci/followers", + "following_url": "https://api.github.com/users/balena-ci/following{/other_user}", + "gists_url": "https://api.github.com/users/balena-ci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/balena-ci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/balena-ci/subscriptions", + "organizations_url": "https://api.github.com/users/balena-ci/orgs", + "repos_url": "https://api.github.com/users/balena-ci/repos", + "events_url": "https://api.github.com/users/balena-ci/events{/privacy}", + "received_events_url": "https://api.github.com/users/balena-ci/received_events", "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 41412644, - "download_count": 162, - "created_at": "2020-05-08T08:42:47Z", - "updated_at": "2020-05-08T08:43:11Z", - "browser_download_url": "https://github.com/ecency/esteem-surfer/releases/download/2.2.7/esteem-surfer_2.2.7_amd64.deb" + "size": 89631344, + "download_count": 164, + "created_at": "2020-09-11T12:53:30Z", + "updated_at": "2020-09-11T12:53:31Z", + "browser_download_url": "https://github.com/balena-io/etcher/releases/download/v1.5.109/balenaEtcher-1.5.109-x64.AppImage" }, { - "url": "https://api.github.com/repos/ecency/esteem-surfer/releases/assets/20542248", - "id": 20542248, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTQyMjQ4", - "name": "latest-linux.yml", + "url": "https://api.github.com/repos/balena-io/etcher/releases/assets/25605021", + "id": 25605021, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NjA1MDIx", + "name": "balenaEtcher-1.5.109.dmg", "label": "", "uploader": { - "login": "feruzm", - "id": 3015990, - "node_id": "MDQ6VXNlcjMwMTU5OTA=", - "avatar_url": "https://avatars2.githubusercontent.com/u/3015990?v=4", + "login": "balena-ci", + "id": 34882892, + "node_id": "MDQ6VXNlcjM0ODgyODky", + "avatar_url": "https://avatars0.githubusercontent.com/u/34882892?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/feruzm", - "html_url": "https://github.com/feruzm", - "followers_url": "https://api.github.com/users/feruzm/followers", - "following_url": "https://api.github.com/users/feruzm/following{/other_user}", - "gists_url": "https://api.github.com/users/feruzm/gists{/gist_id}", - "starred_url": "https://api.github.com/users/feruzm/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/feruzm/subscriptions", - "organizations_url": "https://api.github.com/users/feruzm/orgs", - "repos_url": "https://api.github.com/users/feruzm/repos", - "events_url": "https://api.github.com/users/feruzm/events{/privacy}", - "received_events_url": "https://api.github.com/users/feruzm/received_events", + "url": "https://api.github.com/users/balena-ci", + "html_url": "https://github.com/balena-ci", + "followers_url": "https://api.github.com/users/balena-ci/followers", + "following_url": "https://api.github.com/users/balena-ci/following{/other_user}", + "gists_url": "https://api.github.com/users/balena-ci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/balena-ci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/balena-ci/subscriptions", + "organizations_url": "https://api.github.com/users/balena-ci/orgs", + "repos_url": "https://api.github.com/users/balena-ci/repos", + "events_url": "https://api.github.com/users/balena-ci/events{/privacy}", + "received_events_url": "https://api.github.com/users/balena-ci/received_events", "type": "User", "site_admin": false }, - "content_type": "text/yaml", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 362, - "download_count": 1725, - "created_at": "2020-05-08T08:44:27Z", - "updated_at": "2020-05-08T08:44:28Z", - "browser_download_url": "https://github.com/ecency/esteem-surfer/releases/download/2.2.7/latest-linux.yml" + "size": 88516523, + "download_count": 8436, + "created_at": "2020-09-14T15:28:12Z", + "updated_at": "2020-09-14T15:28:38Z", + "browser_download_url": "https://github.com/balena-io/etcher/releases/download/v1.5.109/balenaEtcher-1.5.109.dmg" }, { - "url": "https://api.github.com/repos/ecency/esteem-surfer/releases/assets/20542247", - "id": 20542247, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTQyMjQ3", - "name": "latest-mac.yml", + "url": "https://api.github.com/repos/balena-io/etcher/releases/assets/25605053", + "id": 25605053, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NjA1MDUz", + "name": "balenaEtcher-1.5.109.dmg.blockmap", "label": "", "uploader": { - "login": "feruzm", - "id": 3015990, - "node_id": "MDQ6VXNlcjMwMTU5OTA=", - "avatar_url": "https://avatars2.githubusercontent.com/u/3015990?v=4", + "login": "balena-ci", + "id": 34882892, + "node_id": "MDQ6VXNlcjM0ODgyODky", + "avatar_url": "https://avatars0.githubusercontent.com/u/34882892?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/feruzm", - "html_url": "https://github.com/feruzm", - "followers_url": "https://api.github.com/users/feruzm/followers", - "following_url": "https://api.github.com/users/feruzm/following{/other_user}", - "gists_url": "https://api.github.com/users/feruzm/gists{/gist_id}", - "starred_url": "https://api.github.com/users/feruzm/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/feruzm/subscriptions", - "organizations_url": "https://api.github.com/users/feruzm/orgs", - "repos_url": "https://api.github.com/users/feruzm/repos", - "events_url": "https://api.github.com/users/feruzm/events{/privacy}", - "received_events_url": "https://api.github.com/users/feruzm/received_events", + "url": "https://api.github.com/users/balena-ci", + "html_url": "https://github.com/balena-ci", + "followers_url": "https://api.github.com/users/balena-ci/followers", + "following_url": "https://api.github.com/users/balena-ci/following{/other_user}", + "gists_url": "https://api.github.com/users/balena-ci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/balena-ci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/balena-ci/subscriptions", + "organizations_url": "https://api.github.com/users/balena-ci/orgs", + "repos_url": "https://api.github.com/users/balena-ci/repos", + "events_url": "https://api.github.com/users/balena-ci/events{/privacy}", + "received_events_url": "https://api.github.com/users/balena-ci/received_events", "type": "User", "site_admin": false }, - "content_type": "text/yaml", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 506, - "download_count": 8860, - "created_at": "2020-05-08T08:44:27Z", - "updated_at": "2020-05-08T08:44:27Z", - "browser_download_url": "https://github.com/ecency/esteem-surfer/releases/download/2.2.7/latest-mac.yml" - }, - { - "url": "https://api.github.com/repos/ecency/esteem-surfer/releases/assets/20542245", - "id": 20542245, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTQyMjQ1", - "name": "latest.yml", - "label": "", - "uploader": { - "login": "feruzm", - "id": 3015990, - "node_id": "MDQ6VXNlcjMwMTU5OTA=", - "avatar_url": "https://avatars2.githubusercontent.com/u/3015990?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/feruzm", - "html_url": "https://github.com/feruzm", - "followers_url": "https://api.github.com/users/feruzm/followers", - "following_url": "https://api.github.com/users/feruzm/following{/other_user}", - "gists_url": "https://api.github.com/users/feruzm/gists{/gist_id}", - "starred_url": "https://api.github.com/users/feruzm/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/feruzm/subscriptions", - "organizations_url": "https://api.github.com/users/feruzm/orgs", - "repos_url": "https://api.github.com/users/feruzm/repos", - "events_url": "https://api.github.com/users/feruzm/events{/privacy}", - "received_events_url": "https://api.github.com/users/feruzm/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "text/yaml", - "state": "uploaded", - "size": 340, - "download_count": 53540, - "created_at": "2020-05-08T08:44:27Z", - "updated_at": "2020-05-08T08:44:28Z", - "browser_download_url": "https://github.com/ecency/esteem-surfer/releases/download/2.2.7/latest.yml" - } - ], - "tarball_url": "https://api.github.com/repos/ecency/esteem-surfer/tarball/2.2.7", - "zipball_url": "https://api.github.com/repos/ecency/esteem-surfer/zipball/2.2.7", - "body_html": "" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:18.855Z" - }, - "excel-parser-processor": { - "latestRelease": { - "url": "https://api.github.com/repos/btargac/excel-parser-processor/releases/22474947", - "assets_url": "https://api.github.com/repos/btargac/excel-parser-processor/releases/22474947/assets", - "upload_url": "https://uploads.github.com/repos/btargac/excel-parser-processor/releases/22474947/assets{?name,label}", - "html_url": "https://github.com/btargac/excel-parser-processor/releases/tag/v1.1.0", - "id": 22474947, - "node_id": "MDc6UmVsZWFzZTIyNDc0OTQ3", - "tag_name": "v1.1.0", - "target_commitish": "master", - "name": "Support Multiple Steps", - "draft": false, - "author": { - "login": "btargac", - "id": 5160933, - "node_id": "MDQ6VXNlcjUxNjA5MzM=", - "avatar_url": "https://avatars0.githubusercontent.com/u/5160933?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/btargac", - "html_url": "https://github.com/btargac", - "followers_url": "https://api.github.com/users/btargac/followers", - "following_url": "https://api.github.com/users/btargac/following{/other_user}", - "gists_url": "https://api.github.com/users/btargac/gists{/gist_id}", - "starred_url": "https://api.github.com/users/btargac/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/btargac/subscriptions", - "organizations_url": "https://api.github.com/users/btargac/orgs", - "repos_url": "https://api.github.com/users/btargac/repos", - "events_url": "https://api.github.com/users/btargac/events{/privacy}", - "received_events_url": "https://api.github.com/users/btargac/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2020-01-10T08:14:47Z", - "published_at": "2020-01-10T08:17:00Z", - "assets": [ - { - "url": "https://api.github.com/repos/btargac/excel-parser-processor/releases/assets/17249945", - "id": 17249945, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE3MjQ5OTQ1", - "name": "excel-parser-processor-1.1.0-ia32.nsis.7z", - "label": "", - "uploader": { - "login": "btargac", - "id": 5160933, - "node_id": "MDQ6VXNlcjUxNjA5MzM=", - "avatar_url": "https://avatars0.githubusercontent.com/u/5160933?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/btargac", - "html_url": "https://github.com/btargac", - "followers_url": "https://api.github.com/users/btargac/followers", - "following_url": "https://api.github.com/users/btargac/following{/other_user}", - "gists_url": "https://api.github.com/users/btargac/gists{/gist_id}", - "starred_url": "https://api.github.com/users/btargac/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/btargac/subscriptions", - "organizations_url": "https://api.github.com/users/btargac/orgs", - "repos_url": "https://api.github.com/users/btargac/repos", - "events_url": "https://api.github.com/users/btargac/events{/privacy}", - "received_events_url": "https://api.github.com/users/btargac/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-7z-compressed", - "state": "uploaded", - "size": 59296176, - "download_count": 32, - "created_at": "2020-01-10T08:16:02Z", - "updated_at": "2020-01-10T08:16:04Z", - "browser_download_url": "https://github.com/btargac/excel-parser-processor/releases/download/v1.1.0/excel-parser-processor-1.1.0-ia32.nsis.7z" - }, - { - "url": "https://api.github.com/repos/btargac/excel-parser-processor/releases/assets/17250026", - "id": 17250026, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE3MjUwMDI2", - "name": "Excel-Parser-Processor-1.1.0-mac.zip", - "label": "", - "uploader": { - "login": "btargac", - "id": 5160933, - "node_id": "MDQ6VXNlcjUxNjA5MzM=", - "avatar_url": "https://avatars0.githubusercontent.com/u/5160933?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/btargac", - "html_url": "https://github.com/btargac", - "followers_url": "https://api.github.com/users/btargac/followers", - "following_url": "https://api.github.com/users/btargac/following{/other_user}", - "gists_url": "https://api.github.com/users/btargac/gists{/gist_id}", - "starred_url": "https://api.github.com/users/btargac/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/btargac/subscriptions", - "organizations_url": "https://api.github.com/users/btargac/orgs", - "repos_url": "https://api.github.com/users/btargac/repos", - "events_url": "https://api.github.com/users/btargac/events{/privacy}", - "received_events_url": "https://api.github.com/users/btargac/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 82428994, - "download_count": 46, - "created_at": "2020-01-10T08:21:05Z", - "updated_at": "2020-01-10T08:21:07Z", - "browser_download_url": "https://github.com/btargac/excel-parser-processor/releases/download/v1.1.0/Excel-Parser-Processor-1.1.0-mac.zip" + "size": 91320, + "download_count": 13, + "created_at": "2020-09-14T15:28:40Z", + "updated_at": "2020-09-14T15:28:41Z", + "browser_download_url": "https://github.com/balena-io/etcher/releases/download/v1.5.109/balenaEtcher-1.5.109.dmg.blockmap" }, { - "url": "https://api.github.com/repos/btargac/excel-parser-processor/releases/assets/17249932", - "id": 17249932, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE3MjQ5OTMy", - "name": "excel-parser-processor-1.1.0-x64.nsis.7z", + "url": "https://api.github.com/repos/balena-io/etcher/releases/assets/25601620", + "id": 25601620, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NjAxNjIw", + "name": "balenaEtcher-Portable-1.5.109.exe", "label": "", "uploader": { - "login": "btargac", - "id": 5160933, - "node_id": "MDQ6VXNlcjUxNjA5MzM=", - "avatar_url": "https://avatars0.githubusercontent.com/u/5160933?v=4", + "login": "balena-ci", + "id": 34882892, + "node_id": "MDQ6VXNlcjM0ODgyODky", + "avatar_url": "https://avatars0.githubusercontent.com/u/34882892?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/btargac", - "html_url": "https://github.com/btargac", - "followers_url": "https://api.github.com/users/btargac/followers", - "following_url": "https://api.github.com/users/btargac/following{/other_user}", - "gists_url": "https://api.github.com/users/btargac/gists{/gist_id}", - "starred_url": "https://api.github.com/users/btargac/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/btargac/subscriptions", - "organizations_url": "https://api.github.com/users/btargac/orgs", - "repos_url": "https://api.github.com/users/btargac/repos", - "events_url": "https://api.github.com/users/btargac/events{/privacy}", - "received_events_url": "https://api.github.com/users/btargac/received_events", + "url": "https://api.github.com/users/balena-ci", + "html_url": "https://github.com/balena-ci", + "followers_url": "https://api.github.com/users/balena-ci/followers", + "following_url": "https://api.github.com/users/balena-ci/following{/other_user}", + "gists_url": "https://api.github.com/users/balena-ci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/balena-ci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/balena-ci/subscriptions", + "organizations_url": "https://api.github.com/users/balena-ci/orgs", + "repos_url": "https://api.github.com/users/balena-ci/repos", + "events_url": "https://api.github.com/users/balena-ci/events{/privacy}", + "received_events_url": "https://api.github.com/users/balena-ci/received_events", "type": "User", "site_admin": false }, - "content_type": "application/x-7z-compressed", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 61186491, - "download_count": 100, - "created_at": "2020-01-10T08:15:50Z", - "updated_at": "2020-01-10T08:15:52Z", - "browser_download_url": "https://github.com/btargac/excel-parser-processor/releases/download/v1.1.0/excel-parser-processor-1.1.0-x64.nsis.7z" + "size": 117801008, + "download_count": 6626, + "created_at": "2020-09-14T14:35:54Z", + "updated_at": "2020-09-14T14:36:32Z", + "browser_download_url": "https://github.com/balena-io/etcher/releases/download/v1.5.109/balenaEtcher-Portable-1.5.109.exe" }, { - "url": "https://api.github.com/repos/btargac/excel-parser-processor/releases/assets/17249875", - "id": 17249875, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE3MjQ5ODc1", - "name": "Excel-Parser-Processor-1.1.0.AppImage", + "url": "https://api.github.com/repos/balena-io/etcher/releases/assets/25601657", + "id": 25601657, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NjAxNjU3", + "name": "balenaEtcher-Setup-1.5.109.exe", "label": "", "uploader": { - "login": "btargac", - "id": 5160933, - "node_id": "MDQ6VXNlcjUxNjA5MzM=", - "avatar_url": "https://avatars0.githubusercontent.com/u/5160933?v=4", + "login": "balena-ci", + "id": 34882892, + "node_id": "MDQ6VXNlcjM0ODgyODky", + "avatar_url": "https://avatars0.githubusercontent.com/u/34882892?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/btargac", - "html_url": "https://github.com/btargac", - "followers_url": "https://api.github.com/users/btargac/followers", - "following_url": "https://api.github.com/users/btargac/following{/other_user}", - "gists_url": "https://api.github.com/users/btargac/gists{/gist_id}", - "starred_url": "https://api.github.com/users/btargac/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/btargac/subscriptions", - "organizations_url": "https://api.github.com/users/btargac/orgs", - "repos_url": "https://api.github.com/users/btargac/repos", - "events_url": "https://api.github.com/users/btargac/events{/privacy}", - "received_events_url": "https://api.github.com/users/btargac/received_events", + "url": "https://api.github.com/users/balena-ci", + "html_url": "https://github.com/balena-ci", + "followers_url": "https://api.github.com/users/balena-ci/followers", + "following_url": "https://api.github.com/users/balena-ci/following{/other_user}", + "gists_url": "https://api.github.com/users/balena-ci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/balena-ci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/balena-ci/subscriptions", + "organizations_url": "https://api.github.com/users/balena-ci/orgs", + "repos_url": "https://api.github.com/users/balena-ci/repos", + "events_url": "https://api.github.com/users/balena-ci/events{/privacy}", + "received_events_url": "https://api.github.com/users/balena-ci/received_events", "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 72849693, - "download_count": 35, - "created_at": "2020-01-10T08:12:00Z", - "updated_at": "2020-01-10T08:12:02Z", - "browser_download_url": "https://github.com/btargac/excel-parser-processor/releases/download/v1.1.0/Excel-Parser-Processor-1.1.0.AppImage" + "size": 130848664, + "download_count": 18290, + "created_at": "2020-09-14T14:36:34Z", + "updated_at": "2020-09-14T14:37:14Z", + "browser_download_url": "https://github.com/balena-io/etcher/releases/download/v1.5.109/balenaEtcher-Setup-1.5.109.exe" }, { - "url": "https://api.github.com/repos/btargac/excel-parser-processor/releases/assets/17249919", - "id": 17249919, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE3MjQ5OTE5", - "name": "Excel-Parser-Processor-1.1.0.dmg", + "url": "https://api.github.com/repos/balena-io/etcher/releases/assets/25601711", + "id": 25601711, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NjAxNzEx", + "name": "balenaEtcher-Setup-1.5.109.exe.blockmap", "label": "", "uploader": { - "login": "btargac", - "id": 5160933, - "node_id": "MDQ6VXNlcjUxNjA5MzM=", - "avatar_url": "https://avatars0.githubusercontent.com/u/5160933?v=4", + "login": "balena-ci", + "id": 34882892, + "node_id": "MDQ6VXNlcjM0ODgyODky", + "avatar_url": "https://avatars0.githubusercontent.com/u/34882892?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/btargac", - "html_url": "https://github.com/btargac", - "followers_url": "https://api.github.com/users/btargac/followers", - "following_url": "https://api.github.com/users/btargac/following{/other_user}", - "gists_url": "https://api.github.com/users/btargac/gists{/gist_id}", - "starred_url": "https://api.github.com/users/btargac/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/btargac/subscriptions", - "organizations_url": "https://api.github.com/users/btargac/orgs", - "repos_url": "https://api.github.com/users/btargac/repos", - "events_url": "https://api.github.com/users/btargac/events{/privacy}", - "received_events_url": "https://api.github.com/users/btargac/received_events", + "url": "https://api.github.com/users/balena-ci", + "html_url": "https://github.com/balena-ci", + "followers_url": "https://api.github.com/users/balena-ci/followers", + "following_url": "https://api.github.com/users/balena-ci/following{/other_user}", + "gists_url": "https://api.github.com/users/balena-ci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/balena-ci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/balena-ci/subscriptions", + "organizations_url": "https://api.github.com/users/balena-ci/orgs", + "repos_url": "https://api.github.com/users/balena-ci/repos", + "events_url": "https://api.github.com/users/balena-ci/events{/privacy}", + "received_events_url": "https://api.github.com/users/balena-ci/received_events", "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 77671863, - "download_count": 59, - "created_at": "2020-01-10T08:15:06Z", - "updated_at": "2020-01-10T08:15:09Z", - "browser_download_url": "https://github.com/btargac/excel-parser-processor/releases/download/v1.1.0/Excel-Parser-Processor-1.1.0.dmg" + "size": 134130, + "download_count": 21, + "created_at": "2020-09-14T14:37:16Z", + "updated_at": "2020-09-14T14:37:16Z", + "browser_download_url": "https://github.com/balena-io/etcher/releases/download/v1.5.109/balenaEtcher-Setup-1.5.109.exe.blockmap" }, { - "url": "https://api.github.com/repos/btargac/excel-parser-processor/releases/assets/17249918", - "id": 17249918, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE3MjQ5OTE4", - "name": "Excel-Parser-Processor-1.1.0.dmg.blockmap", + "url": "https://api.github.com/repos/balena-io/etcher/releases/assets/25605054", + "id": 25605054, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NjA1MDU0", + "name": "builder-effective-config.yaml", "label": "", "uploader": { - "login": "btargac", - "id": 5160933, - "node_id": "MDQ6VXNlcjUxNjA5MzM=", - "avatar_url": "https://avatars0.githubusercontent.com/u/5160933?v=4", + "login": "balena-ci", + "id": 34882892, + "node_id": "MDQ6VXNlcjM0ODgyODky", + "avatar_url": "https://avatars0.githubusercontent.com/u/34882892?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/btargac", - "html_url": "https://github.com/btargac", - "followers_url": "https://api.github.com/users/btargac/followers", - "following_url": "https://api.github.com/users/btargac/following{/other_user}", - "gists_url": "https://api.github.com/users/btargac/gists{/gist_id}", - "starred_url": "https://api.github.com/users/btargac/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/btargac/subscriptions", - "organizations_url": "https://api.github.com/users/btargac/orgs", - "repos_url": "https://api.github.com/users/btargac/repos", - "events_url": "https://api.github.com/users/btargac/events{/privacy}", - "received_events_url": "https://api.github.com/users/btargac/received_events", + "url": "https://api.github.com/users/balena-ci", + "html_url": "https://github.com/balena-ci", + "followers_url": "https://api.github.com/users/balena-ci/followers", + "following_url": "https://api.github.com/users/balena-ci/following{/other_user}", + "gists_url": "https://api.github.com/users/balena-ci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/balena-ci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/balena-ci/subscriptions", + "organizations_url": "https://api.github.com/users/balena-ci/orgs", + "repos_url": "https://api.github.com/users/balena-ci/repos", + "events_url": "https://api.github.com/users/balena-ci/events{/privacy}", + "received_events_url": "https://api.github.com/users/balena-ci/received_events", "type": "User", "site_admin": false }, - "content_type": "application/octet-stream", + "content_type": "text/yaml", "state": "uploaded", - "size": 82123, - "download_count": 20, - "created_at": "2020-01-10T08:15:06Z", - "updated_at": "2020-01-10T08:15:07Z", - "browser_download_url": "https://github.com/btargac/excel-parser-processor/releases/download/v1.1.0/Excel-Parser-Processor-1.1.0.dmg.blockmap" + "size": 2814, + "download_count": 13, + "created_at": "2020-09-14T15:28:42Z", + "updated_at": "2020-09-14T15:28:42Z", + "browser_download_url": "https://github.com/balena-io/etcher/releases/download/v1.5.109/builder-effective-config.yaml" }, { - "url": "https://api.github.com/repos/btargac/excel-parser-processor/releases/assets/17249946", - "id": 17249946, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE3MjQ5OTQ2", - "name": "Excel-Parser-Processor-Web-Setup-1.1.0.exe", + "url": "https://api.github.com/repos/balena-io/etcher/releases/assets/25609344", + "id": 25609344, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NjA5MzQ0", + "name": "latest-linux-ia32.yml", "label": "", "uploader": { - "login": "btargac", - "id": 5160933, - "node_id": "MDQ6VXNlcjUxNjA5MzM=", - "avatar_url": "https://avatars0.githubusercontent.com/u/5160933?v=4", + "login": "balena-ci", + "id": 34882892, + "node_id": "MDQ6VXNlcjM0ODgyODky", + "avatar_url": "https://avatars0.githubusercontent.com/u/34882892?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/btargac", - "html_url": "https://github.com/btargac", - "followers_url": "https://api.github.com/users/btargac/followers", - "following_url": "https://api.github.com/users/btargac/following{/other_user}", - "gists_url": "https://api.github.com/users/btargac/gists{/gist_id}", - "starred_url": "https://api.github.com/users/btargac/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/btargac/subscriptions", - "organizations_url": "https://api.github.com/users/btargac/orgs", - "repos_url": "https://api.github.com/users/btargac/repos", - "events_url": "https://api.github.com/users/btargac/events{/privacy}", - "received_events_url": "https://api.github.com/users/btargac/received_events", + "url": "https://api.github.com/users/balena-ci", + "html_url": "https://github.com/balena-ci", + "followers_url": "https://api.github.com/users/balena-ci/followers", + "following_url": "https://api.github.com/users/balena-ci/following{/other_user}", + "gists_url": "https://api.github.com/users/balena-ci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/balena-ci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/balena-ci/subscriptions", + "organizations_url": "https://api.github.com/users/balena-ci/orgs", + "repos_url": "https://api.github.com/users/balena-ci/repos", + "events_url": "https://api.github.com/users/balena-ci/events{/privacy}", + "received_events_url": "https://api.github.com/users/balena-ci/received_events", "type": "User", "site_admin": false }, - "content_type": "application/octet-stream", + "content_type": "text/yaml", "state": "uploaded", - "size": 1522635, - "download_count": 103, - "created_at": "2020-01-10T08:16:07Z", - "updated_at": "2020-01-10T08:16:08Z", - "browser_download_url": "https://github.com/btargac/excel-parser-processor/releases/download/v1.1.0/Excel-Parser-Processor-Web-Setup-1.1.0.exe" + "size": 409, + "download_count": 4817, + "created_at": "2020-09-14T16:28:49Z", + "updated_at": "2020-09-14T16:28:49Z", + "browser_download_url": "https://github.com/balena-io/etcher/releases/download/v1.5.109/latest-linux-ia32.yml" }, { - "url": "https://api.github.com/repos/btargac/excel-parser-processor/releases/assets/17249877", - "id": 17249877, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE3MjQ5ODc3", + "url": "https://api.github.com/repos/balena-io/etcher/releases/assets/25609347", + "id": 25609347, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NjA5MzQ3", "name": "latest-linux.yml", "label": "", "uploader": { - "login": "btargac", - "id": 5160933, - "node_id": "MDQ6VXNlcjUxNjA5MzM=", - "avatar_url": "https://avatars0.githubusercontent.com/u/5160933?v=4", + "login": "balena-ci", + "id": 34882892, + "node_id": "MDQ6VXNlcjM0ODgyODky", + "avatar_url": "https://avatars0.githubusercontent.com/u/34882892?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/btargac", - "html_url": "https://github.com/btargac", - "followers_url": "https://api.github.com/users/btargac/followers", - "following_url": "https://api.github.com/users/btargac/following{/other_user}", - "gists_url": "https://api.github.com/users/btargac/gists{/gist_id}", - "starred_url": "https://api.github.com/users/btargac/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/btargac/subscriptions", - "organizations_url": "https://api.github.com/users/btargac/orgs", - "repos_url": "https://api.github.com/users/btargac/repos", - "events_url": "https://api.github.com/users/btargac/events{/privacy}", - "received_events_url": "https://api.github.com/users/btargac/received_events", + "url": "https://api.github.com/users/balena-ci", + "html_url": "https://github.com/balena-ci", + "followers_url": "https://api.github.com/users/balena-ci/followers", + "following_url": "https://api.github.com/users/balena-ci/following{/other_user}", + "gists_url": "https://api.github.com/users/balena-ci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/balena-ci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/balena-ci/subscriptions", + "organizations_url": "https://api.github.com/users/balena-ci/orgs", + "repos_url": "https://api.github.com/users/balena-ci/repos", + "events_url": "https://api.github.com/users/balena-ci/events{/privacy}", + "received_events_url": "https://api.github.com/users/balena-ci/received_events", "type": "User", "site_admin": false }, "content_type": "text/yaml", "state": "uploaded", - "size": 394, - "download_count": 21, - "created_at": "2020-01-10T08:12:03Z", - "updated_at": "2020-01-10T08:12:03Z", - "browser_download_url": "https://github.com/btargac/excel-parser-processor/releases/download/v1.1.0/latest-linux.yml" + "size": 407, + "download_count": 20172, + "created_at": "2020-09-14T16:28:49Z", + "updated_at": "2020-09-14T16:28:50Z", + "browser_download_url": "https://github.com/balena-io/etcher/releases/download/v1.5.109/latest-linux.yml" }, { - "url": "https://api.github.com/repos/btargac/excel-parser-processor/releases/assets/17250029", - "id": 17250029, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE3MjUwMDI5", + "url": "https://api.github.com/repos/balena-io/etcher/releases/assets/25609350", + "id": 25609350, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NjA5MzUw", "name": "latest-mac.yml", "label": "", "uploader": { - "login": "btargac", - "id": 5160933, - "node_id": "MDQ6VXNlcjUxNjA5MzM=", - "avatar_url": "https://avatars0.githubusercontent.com/u/5160933?v=4", + "login": "balena-ci", + "id": 34882892, + "node_id": "MDQ6VXNlcjM0ODgyODky", + "avatar_url": "https://avatars0.githubusercontent.com/u/34882892?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/btargac", - "html_url": "https://github.com/btargac", - "followers_url": "https://api.github.com/users/btargac/followers", - "following_url": "https://api.github.com/users/btargac/following{/other_user}", - "gists_url": "https://api.github.com/users/btargac/gists{/gist_id}", - "starred_url": "https://api.github.com/users/btargac/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/btargac/subscriptions", - "organizations_url": "https://api.github.com/users/btargac/orgs", - "repos_url": "https://api.github.com/users/btargac/repos", - "events_url": "https://api.github.com/users/btargac/events{/privacy}", - "received_events_url": "https://api.github.com/users/btargac/received_events", + "url": "https://api.github.com/users/balena-ci", + "html_url": "https://github.com/balena-ci", + "followers_url": "https://api.github.com/users/balena-ci/followers", + "following_url": "https://api.github.com/users/balena-ci/following{/other_user}", + "gists_url": "https://api.github.com/users/balena-ci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/balena-ci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/balena-ci/subscriptions", + "organizations_url": "https://api.github.com/users/balena-ci/orgs", + "repos_url": "https://api.github.com/users/balena-ci/repos", + "events_url": "https://api.github.com/users/balena-ci/events{/privacy}", + "received_events_url": "https://api.github.com/users/balena-ci/received_events", "type": "User", "site_admin": false }, "content_type": "text/yaml", "state": "uploaded", - "size": 554, - "download_count": 21, - "created_at": "2020-01-10T08:21:08Z", - "updated_at": "2020-01-10T08:21:08Z", - "browser_download_url": "https://github.com/btargac/excel-parser-processor/releases/download/v1.1.0/latest-mac.yml" + "size": 397, + "download_count": 22048, + "created_at": "2020-09-14T16:28:50Z", + "updated_at": "2020-09-14T16:28:50Z", + "browser_download_url": "https://github.com/balena-io/etcher/releases/download/v1.5.109/latest-mac.yml" }, { - "url": "https://api.github.com/repos/btargac/excel-parser-processor/releases/assets/17250028", - "id": 17250028, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE3MjUwMDI4", + "url": "https://api.github.com/repos/balena-io/etcher/releases/assets/25609354", + "id": 25609354, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NjA5MzU0", "name": "latest.yml", "label": "", "uploader": { - "login": "btargac", - "id": 5160933, - "node_id": "MDQ6VXNlcjUxNjA5MzM=", - "avatar_url": "https://avatars0.githubusercontent.com/u/5160933?v=4", + "login": "balena-ci", + "id": 34882892, + "node_id": "MDQ6VXNlcjM0ODgyODky", + "avatar_url": "https://avatars0.githubusercontent.com/u/34882892?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/btargac", - "html_url": "https://github.com/btargac", - "followers_url": "https://api.github.com/users/btargac/followers", - "following_url": "https://api.github.com/users/btargac/following{/other_user}", - "gists_url": "https://api.github.com/users/btargac/gists{/gist_id}", - "starred_url": "https://api.github.com/users/btargac/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/btargac/subscriptions", - "organizations_url": "https://api.github.com/users/btargac/orgs", - "repos_url": "https://api.github.com/users/btargac/repos", - "events_url": "https://api.github.com/users/btargac/events{/privacy}", - "received_events_url": "https://api.github.com/users/btargac/received_events", + "url": "https://api.github.com/users/balena-ci", + "html_url": "https://github.com/balena-ci", + "followers_url": "https://api.github.com/users/balena-ci/followers", + "following_url": "https://api.github.com/users/balena-ci/following{/other_user}", + "gists_url": "https://api.github.com/users/balena-ci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/balena-ci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/balena-ci/subscriptions", + "organizations_url": "https://api.github.com/users/balena-ci/orgs", + "repos_url": "https://api.github.com/users/balena-ci/repos", + "events_url": "https://api.github.com/users/balena-ci/events{/privacy}", + "received_events_url": "https://api.github.com/users/balena-ci/received_events", "type": "User", "site_admin": false }, "content_type": "text/yaml", "state": "uploaded", - "size": 880, - "download_count": 19, - "created_at": "2020-01-10T08:21:08Z", - "updated_at": "2020-01-10T08:21:08Z", - "browser_download_url": "https://github.com/btargac/excel-parser-processor/releases/download/v1.1.0/latest.yml" + "size": 378, + "download_count": 23077, + "created_at": "2020-09-14T16:28:51Z", + "updated_at": "2020-09-14T16:28:51Z", + "browser_download_url": "https://github.com/balena-io/etcher/releases/download/v1.5.109/latest.yml" } ], - "tarball_url": "https://api.github.com/repos/btargac/excel-parser-processor/tarball/v1.1.0", - "zipball_url": "https://api.github.com/repos/btargac/excel-parser-processor/zipball/v1.1.0", - "body_html": "

Support for renaming downloaded item

\n

now you can use the column B to rename the file before saving to your file system

\n" + "tarball_url": "https://api.github.com/repos/balena-io/etcher/tarball/v1.5.109", + "zipball_url": "https://api.github.com/repos/balena-io/etcher/zipball/v1.5.109", + "body_html": "

1.5.109

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:18.945Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:22.742Z" }, - "etcd-manager": { + "esteem-surfer": { "latestRelease": { - "url": "https://api.github.com/repos/gtamas/etcdmanager/releases/27784091", - "assets_url": "https://api.github.com/repos/gtamas/etcdmanager/releases/27784091/assets", - "upload_url": "https://uploads.github.com/repos/gtamas/etcdmanager/releases/27784091/assets{?name,label}", - "html_url": "https://github.com/gtamas/etcdmanager/releases/tag/1.2.0", - "id": 27784091, - "node_id": "MDc6UmVsZWFzZTI3Nzg0MDkx", - "tag_name": "1.2.0", + "url": "https://api.github.com/repos/ecency/esteem-surfer/releases/26303633", + "assets_url": "https://api.github.com/repos/ecency/esteem-surfer/releases/26303633/assets", + "upload_url": "https://uploads.github.com/repos/ecency/esteem-surfer/releases/26303633/assets{?name,label}", + "html_url": "https://github.com/ecency/esteem-surfer/releases/tag/2.2.7", + "id": 26303633, + "node_id": "MDc6UmVsZWFzZTI2MzAzNjMz", + "tag_name": "2.2.7", "target_commitish": "master", - "name": "1.2.0", + "name": "2.2.7", "draft": false, "author": { - "login": "gtamas", - "id": 687850, - "node_id": "MDQ6VXNlcjY4Nzg1MA==", - "avatar_url": "https://avatars1.githubusercontent.com/u/687850?v=4", + "login": "feruzm", + "id": 3015990, + "node_id": "MDQ6VXNlcjMwMTU5OTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/3015990?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/gtamas", - "html_url": "https://github.com/gtamas", - "followers_url": "https://api.github.com/users/gtamas/followers", - "following_url": "https://api.github.com/users/gtamas/following{/other_user}", - "gists_url": "https://api.github.com/users/gtamas/gists{/gist_id}", - "starred_url": "https://api.github.com/users/gtamas/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/gtamas/subscriptions", - "organizations_url": "https://api.github.com/users/gtamas/orgs", - "repos_url": "https://api.github.com/users/gtamas/repos", - "events_url": "https://api.github.com/users/gtamas/events{/privacy}", - "received_events_url": "https://api.github.com/users/gtamas/received_events", + "url": "https://api.github.com/users/feruzm", + "html_url": "https://github.com/feruzm", + "followers_url": "https://api.github.com/users/feruzm/followers", + "following_url": "https://api.github.com/users/feruzm/following{/other_user}", + "gists_url": "https://api.github.com/users/feruzm/gists{/gist_id}", + "starred_url": "https://api.github.com/users/feruzm/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/feruzm/subscriptions", + "organizations_url": "https://api.github.com/users/feruzm/orgs", + "repos_url": "https://api.github.com/users/feruzm/repos", + "events_url": "https://api.github.com/users/feruzm/events{/privacy}", + "received_events_url": "https://api.github.com/users/feruzm/received_events", "type": "User", "site_admin": false }, "prerelease": false, - "created_at": "2020-06-22T12:18:59Z", - "published_at": "2020-06-22T13:04:17Z", + "created_at": "2020-05-08T08:37:59Z", + "published_at": "2020-05-08T09:16:17Z", "assets": [ { - "url": "https://api.github.com/repos/gtamas/etcdmanager/releases/assets/21966727", - "id": 21966727, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIxOTY2NzI3", - "name": "etcd-manager-1.2.0-linux.AppImage", - "label": null, - "uploader": { - "login": "jozzyka", - "id": 24652955, - "node_id": "MDQ6VXNlcjI0NjUyOTU1", - "avatar_url": "https://avatars0.githubusercontent.com/u/24652955?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/jozzyka", - "html_url": "https://github.com/jozzyka", - "followers_url": "https://api.github.com/users/jozzyka/followers", - "following_url": "https://api.github.com/users/jozzyka/following{/other_user}", - "gists_url": "https://api.github.com/users/jozzyka/gists{/gist_id}", - "starred_url": "https://api.github.com/users/jozzyka/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/jozzyka/subscriptions", - "organizations_url": "https://api.github.com/users/jozzyka/orgs", - "repos_url": "https://api.github.com/users/jozzyka/repos", - "events_url": "https://api.github.com/users/jozzyka/events{/privacy}", - "received_events_url": "https://api.github.com/users/jozzyka/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-iso9660-appimage", - "state": "uploaded", - "size": 92659551, - "download_count": 221, - "created_at": "2020-06-22T12:46:54Z", - "updated_at": "2020-06-22T12:47:10Z", - "browser_download_url": "https://github.com/gtamas/etcdmanager/releases/download/1.2.0/etcd-manager-1.2.0-linux.AppImage" - }, - { - "url": "https://api.github.com/repos/gtamas/etcdmanager/releases/assets/21967221", - "id": 21967221, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIxOTY3MjIx", - "name": "etcd-manager-1.2.0-osx.dmg", - "label": null, - "uploader": { - "login": "gtamas", - "id": 687850, - "node_id": "MDQ6VXNlcjY4Nzg1MA==", - "avatar_url": "https://avatars1.githubusercontent.com/u/687850?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/gtamas", - "html_url": "https://github.com/gtamas", - "followers_url": "https://api.github.com/users/gtamas/followers", - "following_url": "https://api.github.com/users/gtamas/following{/other_user}", - "gists_url": "https://api.github.com/users/gtamas/gists{/gist_id}", - "starred_url": "https://api.github.com/users/gtamas/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/gtamas/subscriptions", - "organizations_url": "https://api.github.com/users/gtamas/orgs", - "repos_url": "https://api.github.com/users/gtamas/repos", - "events_url": "https://api.github.com/users/gtamas/events{/privacy}", - "received_events_url": "https://api.github.com/users/gtamas/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 101087617, - "download_count": 365, - "created_at": "2020-06-22T13:02:10Z", - "updated_at": "2020-06-22T13:03:22Z", - "browser_download_url": "https://github.com/gtamas/etcdmanager/releases/download/1.2.0/etcd-manager-1.2.0-osx.dmg" - }, - { - "url": "https://api.github.com/repos/gtamas/etcdmanager/releases/assets/21967255", - "id": 21967255, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIxOTY3MjU1", - "name": "etcd-manager-1.2.0-osx.dmg.blockmap", - "label": null, - "uploader": { - "login": "gtamas", - "id": 687850, - "node_id": "MDQ6VXNlcjY4Nzg1MA==", - "avatar_url": "https://avatars1.githubusercontent.com/u/687850?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/gtamas", - "html_url": "https://github.com/gtamas", - "followers_url": "https://api.github.com/users/gtamas/followers", - "following_url": "https://api.github.com/users/gtamas/following{/other_user}", - "gists_url": "https://api.github.com/users/gtamas/gists{/gist_id}", - "starred_url": "https://api.github.com/users/gtamas/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/gtamas/subscriptions", - "organizations_url": "https://api.github.com/users/gtamas/orgs", - "repos_url": "https://api.github.com/users/gtamas/repos", - "events_url": "https://api.github.com/users/gtamas/events{/privacy}", - "received_events_url": "https://api.github.com/users/gtamas/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 99551, - "download_count": 9, - "created_at": "2020-06-22T13:03:22Z", - "updated_at": "2020-06-22T13:03:22Z", - "browser_download_url": "https://github.com/gtamas/etcdmanager/releases/download/1.2.0/etcd-manager-1.2.0-osx.dmg.blockmap" - }, - { - "url": "https://api.github.com/repos/gtamas/etcdmanager/releases/assets/21966668", - "id": 21966668, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIxOTY2NjY4", - "name": "etcd-manager-1.2.0-win64.exe", - "label": null, - "uploader": { - "login": "RudolfDaniel", - "id": 32936817, - "node_id": "MDQ6VXNlcjMyOTM2ODE3", - "avatar_url": "https://avatars3.githubusercontent.com/u/32936817?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/RudolfDaniel", - "html_url": "https://github.com/RudolfDaniel", - "followers_url": "https://api.github.com/users/RudolfDaniel/followers", - "following_url": "https://api.github.com/users/RudolfDaniel/following{/other_user}", - "gists_url": "https://api.github.com/users/RudolfDaniel/gists{/gist_id}", - "starred_url": "https://api.github.com/users/RudolfDaniel/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/RudolfDaniel/subscriptions", - "organizations_url": "https://api.github.com/users/RudolfDaniel/orgs", - "repos_url": "https://api.github.com/users/RudolfDaniel/repos", - "events_url": "https://api.github.com/users/RudolfDaniel/events{/privacy}", - "received_events_url": "https://api.github.com/users/RudolfDaniel/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-msdownload", - "state": "uploaded", - "size": 191064012, - "download_count": 579, - "created_at": "2020-06-22T12:45:00Z", - "updated_at": "2020-06-22T12:46:19Z", - "browser_download_url": "https://github.com/gtamas/etcdmanager/releases/download/1.2.0/etcd-manager-1.2.0-win64.exe" - }, - { - "url": "https://api.github.com/repos/gtamas/etcdmanager/releases/assets/21966721", - "id": 21966721, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIxOTY2NzIx", - "name": "etcd-manager-1.2.0-win64.exe.blockmap", - "label": null, - "uploader": { - "login": "RudolfDaniel", - "id": 32936817, - "node_id": "MDQ6VXNlcjMyOTM2ODE3", - "avatar_url": "https://avatars3.githubusercontent.com/u/32936817?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/RudolfDaniel", - "html_url": "https://github.com/RudolfDaniel", - "followers_url": "https://api.github.com/users/RudolfDaniel/followers", - "following_url": "https://api.github.com/users/RudolfDaniel/following{/other_user}", - "gists_url": "https://api.github.com/users/RudolfDaniel/gists{/gist_id}", - "starred_url": "https://api.github.com/users/RudolfDaniel/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/RudolfDaniel/subscriptions", - "organizations_url": "https://api.github.com/users/RudolfDaniel/orgs", - "repos_url": "https://api.github.com/users/RudolfDaniel/repos", - "events_url": "https://api.github.com/users/RudolfDaniel/events{/privacy}", - "received_events_url": "https://api.github.com/users/RudolfDaniel/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 191889, - "download_count": 8, - "created_at": "2020-06-22T12:46:41Z", - "updated_at": "2020-06-22T12:46:42Z", - "browser_download_url": "https://github.com/gtamas/etcdmanager/releases/download/1.2.0/etcd-manager-1.2.0-win64.exe.blockmap" - }, - { - "url": "https://api.github.com/repos/gtamas/etcdmanager/releases/assets/21966738", - "id": 21966738, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIxOTY2NzM4", - "name": "latest-linux.yml", - "label": null, - "uploader": { - "login": "jozzyka", - "id": 24652955, - "node_id": "MDQ6VXNlcjI0NjUyOTU1", - "avatar_url": "https://avatars0.githubusercontent.com/u/24652955?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/jozzyka", - "html_url": "https://github.com/jozzyka", - "followers_url": "https://api.github.com/users/jozzyka/followers", - "following_url": "https://api.github.com/users/jozzyka/following{/other_user}", - "gists_url": "https://api.github.com/users/jozzyka/gists{/gist_id}", - "starred_url": "https://api.github.com/users/jozzyka/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/jozzyka/subscriptions", - "organizations_url": "https://api.github.com/users/jozzyka/orgs", - "repos_url": "https://api.github.com/users/jozzyka/repos", - "events_url": "https://api.github.com/users/jozzyka/events{/privacy}", - "received_events_url": "https://api.github.com/users/jozzyka/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-yaml", - "state": "uploaded", - "size": 386, - "download_count": 24, - "created_at": "2020-06-22T12:47:16Z", - "updated_at": "2020-06-22T12:47:16Z", - "browser_download_url": "https://github.com/gtamas/etcdmanager/releases/download/1.2.0/latest-linux.yml" - }, - { - "url": "https://api.github.com/repos/gtamas/etcdmanager/releases/assets/21967257", - "id": 21967257, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIxOTY3MjU3", - "name": "latest-mac.yml", - "label": null, - "uploader": { - "login": "gtamas", - "id": 687850, - "node_id": "MDQ6VXNlcjY4Nzg1MA==", - "avatar_url": "https://avatars1.githubusercontent.com/u/687850?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/gtamas", - "html_url": "https://github.com/gtamas", - "followers_url": "https://api.github.com/users/gtamas/followers", - "following_url": "https://api.github.com/users/gtamas/following{/other_user}", - "gists_url": "https://api.github.com/users/gtamas/gists{/gist_id}", - "starred_url": "https://api.github.com/users/gtamas/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/gtamas/subscriptions", - "organizations_url": "https://api.github.com/users/gtamas/orgs", - "repos_url": "https://api.github.com/users/gtamas/repos", - "events_url": "https://api.github.com/users/gtamas/events{/privacy}", - "received_events_url": "https://api.github.com/users/gtamas/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-yaml", - "state": "uploaded", - "size": 349, - "download_count": 6, - "created_at": "2020-06-22T13:03:22Z", - "updated_at": "2020-06-22T13:03:23Z", - "browser_download_url": "https://github.com/gtamas/etcdmanager/releases/download/1.2.0/latest-mac.yml" - }, - { - "url": "https://api.github.com/repos/gtamas/etcdmanager/releases/assets/21966765", - "id": 21966765, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIxOTY2NzY1", - "name": "latest.yml", - "label": null, + "url": "https://api.github.com/repos/ecency/esteem-surfer/releases/assets/20542157", + "id": 20542157, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTQyMTU3", + "name": "Esteem-2.2.7-mac.zip", + "label": "", "uploader": { - "login": "RudolfDaniel", - "id": 32936817, - "node_id": "MDQ6VXNlcjMyOTM2ODE3", - "avatar_url": "https://avatars3.githubusercontent.com/u/32936817?v=4", + "login": "feruzm", + "id": 3015990, + "node_id": "MDQ6VXNlcjMwMTU5OTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/3015990?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/RudolfDaniel", - "html_url": "https://github.com/RudolfDaniel", - "followers_url": "https://api.github.com/users/RudolfDaniel/followers", - "following_url": "https://api.github.com/users/RudolfDaniel/following{/other_user}", - "gists_url": "https://api.github.com/users/RudolfDaniel/gists{/gist_id}", - "starred_url": "https://api.github.com/users/RudolfDaniel/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/RudolfDaniel/subscriptions", - "organizations_url": "https://api.github.com/users/RudolfDaniel/orgs", - "repos_url": "https://api.github.com/users/RudolfDaniel/repos", - "events_url": "https://api.github.com/users/RudolfDaniel/events{/privacy}", - "received_events_url": "https://api.github.com/users/RudolfDaniel/received_events", + "url": "https://api.github.com/users/feruzm", + "html_url": "https://github.com/feruzm", + "followers_url": "https://api.github.com/users/feruzm/followers", + "following_url": "https://api.github.com/users/feruzm/following{/other_user}", + "gists_url": "https://api.github.com/users/feruzm/gists{/gist_id}", + "starred_url": "https://api.github.com/users/feruzm/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/feruzm/subscriptions", + "organizations_url": "https://api.github.com/users/feruzm/orgs", + "repos_url": "https://api.github.com/users/feruzm/repos", + "events_url": "https://api.github.com/users/feruzm/events{/privacy}", + "received_events_url": "https://api.github.com/users/feruzm/received_events", "type": "User", "site_admin": false }, - "content_type": "application/octet-stream", + "content_type": "application/zip", "state": "uploaded", - "size": 353, - "download_count": 6, - "created_at": "2020-06-22T12:48:13Z", - "updated_at": "2020-06-22T12:48:14Z", - "browser_download_url": "https://github.com/gtamas/etcdmanager/releases/download/1.2.0/latest.yml" - } - ], - "tarball_url": "https://api.github.com/repos/gtamas/etcdmanager/tarball/1.2.0", - "zipball_url": "https://api.github.com/repos/gtamas/etcdmanager/zipball/1.2.0", - "body_html": "

Windows, Mac and Linux 64bit builds. The windows build includes both 32 and 64 bit binaries.

\n

The packages support these OSes:

\n

MacOS X 10.15 Catalina+ (might work with Mojave too)
\nWindows 7, 8, 10+
\nUbuntu 10.04+ or compatible, older Linuxes, and rolling release distros like Arch.

" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:18.995Z" - }, - "exifcleaner": { - "latestRelease": { - "url": "https://api.github.com/repos/szTheory/exifcleaner/releases/28461680", - "assets_url": "https://api.github.com/repos/szTheory/exifcleaner/releases/28461680/assets", - "upload_url": "https://uploads.github.com/repos/szTheory/exifcleaner/releases/28461680/assets{?name,label}", - "html_url": "https://github.com/szTheory/exifcleaner/releases/tag/v3.3.1", - "id": 28461680, - "node_id": "MDc6UmVsZWFzZTI4NDYxNjgw", - "tag_name": "v3.3.1", - "target_commitish": "master", - "name": "", - "draft": false, - "author": { - "login": "szTheory", - "id": 28652, - "node_id": "MDQ6VXNlcjI4NjUy", - "avatar_url": "https://avatars0.githubusercontent.com/u/28652?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/szTheory", - "html_url": "https://github.com/szTheory", - "followers_url": "https://api.github.com/users/szTheory/followers", - "following_url": "https://api.github.com/users/szTheory/following{/other_user}", - "gists_url": "https://api.github.com/users/szTheory/gists{/gist_id}", - "starred_url": "https://api.github.com/users/szTheory/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/szTheory/subscriptions", - "organizations_url": "https://api.github.com/users/szTheory/orgs", - "repos_url": "https://api.github.com/users/szTheory/repos", - "events_url": "https://api.github.com/users/szTheory/events{/privacy}", - "received_events_url": "https://api.github.com/users/szTheory/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2020-07-11T01:12:57Z", - "published_at": "2020-07-11T01:34:03Z", - "assets": [ - { - "url": "https://api.github.com/repos/szTheory/exifcleaner/releases/assets/22774198", - "id": 22774198, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNzc0MTk4", - "name": "ExifCleaner-3.3.1-mac.zip", + "size": 57489829, + "download_count": 398, + "created_at": "2020-05-08T08:40:10Z", + "updated_at": "2020-05-08T08:41:23Z", + "browser_download_url": "https://github.com/ecency/esteem-surfer/releases/download/2.2.7/Esteem-2.2.7-mac.zip" + }, + { + "url": "https://api.github.com/repos/ecency/esteem-surfer/releases/assets/20542150", + "id": 20542150, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTQyMTUw", + "name": "Esteem-2.2.7.AppImage", "label": "", "uploader": { - "login": "szTheory", - "id": 28652, - "node_id": "MDQ6VXNlcjI4NjUy", - "avatar_url": "https://avatars0.githubusercontent.com/u/28652?v=4", + "login": "feruzm", + "id": 3015990, + "node_id": "MDQ6VXNlcjMwMTU5OTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/3015990?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/szTheory", - "html_url": "https://github.com/szTheory", - "followers_url": "https://api.github.com/users/szTheory/followers", - "following_url": "https://api.github.com/users/szTheory/following{/other_user}", - "gists_url": "https://api.github.com/users/szTheory/gists{/gist_id}", - "starred_url": "https://api.github.com/users/szTheory/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/szTheory/subscriptions", - "organizations_url": "https://api.github.com/users/szTheory/orgs", - "repos_url": "https://api.github.com/users/szTheory/repos", - "events_url": "https://api.github.com/users/szTheory/events{/privacy}", - "received_events_url": "https://api.github.com/users/szTheory/received_events", + "url": "https://api.github.com/users/feruzm", + "html_url": "https://github.com/feruzm", + "followers_url": "https://api.github.com/users/feruzm/followers", + "following_url": "https://api.github.com/users/feruzm/following{/other_user}", + "gists_url": "https://api.github.com/users/feruzm/gists{/gist_id}", + "starred_url": "https://api.github.com/users/feruzm/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/feruzm/subscriptions", + "organizations_url": "https://api.github.com/users/feruzm/orgs", + "repos_url": "https://api.github.com/users/feruzm/repos", + "events_url": "https://api.github.com/users/feruzm/events{/privacy}", + "received_events_url": "https://api.github.com/users/feruzm/received_events", "type": "User", "site_admin": false }, - "content_type": "application/zip", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 80292933, - "download_count": 406, - "created_at": "2020-07-11T01:15:48Z", - "updated_at": "2020-07-11T01:16:57Z", - "browser_download_url": "https://github.com/szTheory/exifcleaner/releases/download/v3.3.1/ExifCleaner-3.3.1-mac.zip" + "size": 59569865, + "download_count": 113, + "created_at": "2020-05-08T08:39:51Z", + "updated_at": "2020-05-08T08:40:56Z", + "browser_download_url": "https://github.com/ecency/esteem-surfer/releases/download/2.2.7/Esteem-2.2.7.AppImage" }, { - "url": "https://api.github.com/repos/szTheory/exifcleaner/releases/assets/22774180", - "id": 22774180, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNzc0MTgw", - "name": "ExifCleaner-3.3.1.AppImage", + "url": "https://api.github.com/repos/ecency/esteem-surfer/releases/assets/20542155", + "id": 20542155, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTQyMTU1", + "name": "Esteem-2.2.7.dmg", "label": "", "uploader": { - "login": "szTheory", - "id": 28652, - "node_id": "MDQ6VXNlcjI4NjUy", - "avatar_url": "https://avatars0.githubusercontent.com/u/28652?v=4", + "login": "feruzm", + "id": 3015990, + "node_id": "MDQ6VXNlcjMwMTU5OTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/3015990?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/szTheory", - "html_url": "https://github.com/szTheory", - "followers_url": "https://api.github.com/users/szTheory/followers", - "following_url": "https://api.github.com/users/szTheory/following{/other_user}", - "gists_url": "https://api.github.com/users/szTheory/gists{/gist_id}", - "starred_url": "https://api.github.com/users/szTheory/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/szTheory/subscriptions", - "organizations_url": "https://api.github.com/users/szTheory/orgs", - "repos_url": "https://api.github.com/users/szTheory/repos", - "events_url": "https://api.github.com/users/szTheory/events{/privacy}", - "received_events_url": "https://api.github.com/users/szTheory/received_events", + "url": "https://api.github.com/users/feruzm", + "html_url": "https://github.com/feruzm", + "followers_url": "https://api.github.com/users/feruzm/followers", + "following_url": "https://api.github.com/users/feruzm/following{/other_user}", + "gists_url": "https://api.github.com/users/feruzm/gists{/gist_id}", + "starred_url": "https://api.github.com/users/feruzm/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/feruzm/subscriptions", + "organizations_url": "https://api.github.com/users/feruzm/orgs", + "repos_url": "https://api.github.com/users/feruzm/repos", + "events_url": "https://api.github.com/users/feruzm/events{/privacy}", + "received_events_url": "https://api.github.com/users/feruzm/received_events", "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 85675534, - "download_count": 548, - "created_at": "2020-07-11T01:14:52Z", - "updated_at": "2020-07-11T01:15:23Z", - "browser_download_url": "https://github.com/szTheory/exifcleaner/releases/download/v3.3.1/ExifCleaner-3.3.1.AppImage" + "size": 59494293, + "download_count": 204, + "created_at": "2020-05-08T08:40:02Z", + "updated_at": "2020-05-08T08:41:16Z", + "browser_download_url": "https://github.com/ecency/esteem-surfer/releases/download/2.2.7/Esteem-2.2.7.dmg" }, { - "url": "https://api.github.com/repos/szTheory/exifcleaner/releases/assets/22774191", - "id": 22774191, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNzc0MTkx", - "name": "ExifCleaner-3.3.1.dmg", + "url": "https://api.github.com/repos/ecency/esteem-surfer/releases/assets/20542154", + "id": 20542154, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTQyMTU0", + "name": "Esteem-2.2.7.dmg.blockmap", "label": "", "uploader": { - "login": "szTheory", - "id": 28652, - "node_id": "MDQ6VXNlcjI4NjUy", - "avatar_url": "https://avatars0.githubusercontent.com/u/28652?v=4", + "login": "feruzm", + "id": 3015990, + "node_id": "MDQ6VXNlcjMwMTU5OTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/3015990?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/szTheory", - "html_url": "https://github.com/szTheory", - "followers_url": "https://api.github.com/users/szTheory/followers", - "following_url": "https://api.github.com/users/szTheory/following{/other_user}", - "gists_url": "https://api.github.com/users/szTheory/gists{/gist_id}", - "starred_url": "https://api.github.com/users/szTheory/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/szTheory/subscriptions", - "organizations_url": "https://api.github.com/users/szTheory/orgs", - "repos_url": "https://api.github.com/users/szTheory/repos", - "events_url": "https://api.github.com/users/szTheory/events{/privacy}", - "received_events_url": "https://api.github.com/users/szTheory/received_events", + "url": "https://api.github.com/users/feruzm", + "html_url": "https://github.com/feruzm", + "followers_url": "https://api.github.com/users/feruzm/followers", + "following_url": "https://api.github.com/users/feruzm/following{/other_user}", + "gists_url": "https://api.github.com/users/feruzm/gists{/gist_id}", + "starred_url": "https://api.github.com/users/feruzm/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/feruzm/subscriptions", + "organizations_url": "https://api.github.com/users/feruzm/orgs", + "repos_url": "https://api.github.com/users/feruzm/repos", + "events_url": "https://api.github.com/users/feruzm/events{/privacy}", + "received_events_url": "https://api.github.com/users/feruzm/received_events", "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 82743685, - "download_count": 452, - "created_at": "2020-07-11T01:15:22Z", - "updated_at": "2020-07-11T01:16:27Z", - "browser_download_url": "https://github.com/szTheory/exifcleaner/releases/download/v3.3.1/ExifCleaner-3.3.1.dmg" + "size": 62590, + "download_count": 22, + "created_at": "2020-05-08T08:40:02Z", + "updated_at": "2020-05-08T08:40:04Z", + "browser_download_url": "https://github.com/ecency/esteem-surfer/releases/download/2.2.7/Esteem-2.2.7.dmg.blockmap" }, { - "url": "https://api.github.com/repos/szTheory/exifcleaner/releases/assets/22774190", - "id": 22774190, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNzc0MTkw", - "name": "ExifCleaner-3.3.1.dmg.blockmap", + "url": "https://api.github.com/repos/ecency/esteem-surfer/releases/assets/20542181", + "id": 20542181, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTQyMTgx", + "name": "Esteem-Setup-2.2.7.exe", "label": "", "uploader": { - "login": "szTheory", - "id": 28652, - "node_id": "MDQ6VXNlcjI4NjUy", - "avatar_url": "https://avatars0.githubusercontent.com/u/28652?v=4", + "login": "feruzm", + "id": 3015990, + "node_id": "MDQ6VXNlcjMwMTU5OTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/3015990?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/szTheory", - "html_url": "https://github.com/szTheory", - "followers_url": "https://api.github.com/users/szTheory/followers", - "following_url": "https://api.github.com/users/szTheory/following{/other_user}", - "gists_url": "https://api.github.com/users/szTheory/gists{/gist_id}", - "starred_url": "https://api.github.com/users/szTheory/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/szTheory/subscriptions", - "organizations_url": "https://api.github.com/users/szTheory/orgs", - "repos_url": "https://api.github.com/users/szTheory/repos", - "events_url": "https://api.github.com/users/szTheory/events{/privacy}", - "received_events_url": "https://api.github.com/users/szTheory/received_events", + "url": "https://api.github.com/users/feruzm", + "html_url": "https://github.com/feruzm", + "followers_url": "https://api.github.com/users/feruzm/followers", + "following_url": "https://api.github.com/users/feruzm/following{/other_user}", + "gists_url": "https://api.github.com/users/feruzm/gists{/gist_id}", + "starred_url": "https://api.github.com/users/feruzm/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/feruzm/subscriptions", + "organizations_url": "https://api.github.com/users/feruzm/orgs", + "repos_url": "https://api.github.com/users/feruzm/repos", + "events_url": "https://api.github.com/users/feruzm/events{/privacy}", + "received_events_url": "https://api.github.com/users/feruzm/received_events", "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 87935, - "download_count": 25, - "created_at": "2020-07-11T01:15:22Z", - "updated_at": "2020-07-11T01:15:22Z", - "browser_download_url": "https://github.com/szTheory/exifcleaner/releases/download/v3.3.1/ExifCleaner-3.3.1.dmg.blockmap" + "size": 81632320, + "download_count": 3402, + "created_at": "2020-05-08T08:41:02Z", + "updated_at": "2020-05-08T08:41:46Z", + "browser_download_url": "https://github.com/ecency/esteem-surfer/releases/download/2.2.7/Esteem-Setup-2.2.7.exe" }, { - "url": "https://api.github.com/repos/szTheory/exifcleaner/releases/assets/22774193", - "id": 22774193, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNzc0MTkz", - "name": "ExifCleaner-Setup-3.3.1.exe", + "url": "https://api.github.com/repos/ecency/esteem-surfer/releases/assets/20542182", + "id": 20542182, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTQyMTgy", + "name": "Esteem-Setup-2.2.7.exe.blockmap", "label": "", "uploader": { - "login": "szTheory", - "id": 28652, - "node_id": "MDQ6VXNlcjI4NjUy", - "avatar_url": "https://avatars0.githubusercontent.com/u/28652?v=4", + "login": "feruzm", + "id": 3015990, + "node_id": "MDQ6VXNlcjMwMTU5OTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/3015990?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/szTheory", - "html_url": "https://github.com/szTheory", - "followers_url": "https://api.github.com/users/szTheory/followers", - "following_url": "https://api.github.com/users/szTheory/following{/other_user}", - "gists_url": "https://api.github.com/users/szTheory/gists{/gist_id}", - "starred_url": "https://api.github.com/users/szTheory/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/szTheory/subscriptions", - "organizations_url": "https://api.github.com/users/szTheory/orgs", - "repos_url": "https://api.github.com/users/szTheory/repos", - "events_url": "https://api.github.com/users/szTheory/events{/privacy}", - "received_events_url": "https://api.github.com/users/szTheory/received_events", + "url": "https://api.github.com/users/feruzm", + "html_url": "https://github.com/feruzm", + "followers_url": "https://api.github.com/users/feruzm/followers", + "following_url": "https://api.github.com/users/feruzm/following{/other_user}", + "gists_url": "https://api.github.com/users/feruzm/gists{/gist_id}", + "starred_url": "https://api.github.com/users/feruzm/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/feruzm/subscriptions", + "organizations_url": "https://api.github.com/users/feruzm/orgs", + "repos_url": "https://api.github.com/users/feruzm/repos", + "events_url": "https://api.github.com/users/feruzm/events{/privacy}", + "received_events_url": "https://api.github.com/users/feruzm/received_events", "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 59440272, - "download_count": 2727, - "created_at": "2020-07-11T01:15:32Z", - "updated_at": "2020-07-11T01:16:06Z", - "browser_download_url": "https://github.com/szTheory/exifcleaner/releases/download/v3.3.1/ExifCleaner-Setup-3.3.1.exe" + "size": 85224, + "download_count": 840, + "created_at": "2020-05-08T08:41:02Z", + "updated_at": "2020-05-08T08:41:06Z", + "browser_download_url": "https://github.com/ecency/esteem-surfer/releases/download/2.2.7/Esteem-Setup-2.2.7.exe.blockmap" }, { - "url": "https://api.github.com/repos/szTheory/exifcleaner/releases/assets/22774192", - "id": 22774192, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNzc0MTky", - "name": "ExifCleaner-Setup-3.3.1.exe.blockmap", + "url": "https://api.github.com/repos/ecency/esteem-surfer/releases/assets/20542204", + "id": 20542204, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTQyMjA0", + "name": "esteem-surfer-2.2.7.tar.gz", "label": "", "uploader": { - "login": "szTheory", - "id": 28652, - "node_id": "MDQ6VXNlcjI4NjUy", - "avatar_url": "https://avatars0.githubusercontent.com/u/28652?v=4", + "login": "feruzm", + "id": 3015990, + "node_id": "MDQ6VXNlcjMwMTU5OTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/3015990?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/szTheory", - "html_url": "https://github.com/szTheory", - "followers_url": "https://api.github.com/users/szTheory/followers", - "following_url": "https://api.github.com/users/szTheory/following{/other_user}", - "gists_url": "https://api.github.com/users/szTheory/gists{/gist_id}", - "starred_url": "https://api.github.com/users/szTheory/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/szTheory/subscriptions", - "organizations_url": "https://api.github.com/users/szTheory/orgs", - "repos_url": "https://api.github.com/users/szTheory/repos", - "events_url": "https://api.github.com/users/szTheory/events{/privacy}", - "received_events_url": "https://api.github.com/users/szTheory/received_events", + "url": "https://api.github.com/users/feruzm", + "html_url": "https://github.com/feruzm", + "followers_url": "https://api.github.com/users/feruzm/followers", + "following_url": "https://api.github.com/users/feruzm/following{/other_user}", + "gists_url": "https://api.github.com/users/feruzm/gists{/gist_id}", + "starred_url": "https://api.github.com/users/feruzm/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/feruzm/subscriptions", + "organizations_url": "https://api.github.com/users/feruzm/orgs", + "repos_url": "https://api.github.com/users/feruzm/repos", + "events_url": "https://api.github.com/users/feruzm/events{/privacy}", + "received_events_url": "https://api.github.com/users/feruzm/received_events", "type": "User", "site_admin": false }, - "content_type": "application/octet-stream", + "content_type": "application/gzip", "state": "uploaded", - "size": 61615, - "download_count": 63, - "created_at": "2020-07-11T01:15:32Z", - "updated_at": "2020-07-11T01:15:32Z", - "browser_download_url": "https://github.com/szTheory/exifcleaner/releases/download/v3.3.1/ExifCleaner-Setup-3.3.1.exe.blockmap" + "size": 56135232, + "download_count": 83, + "created_at": "2020-05-08T08:42:00Z", + "updated_at": "2020-05-08T08:42:31Z", + "browser_download_url": "https://github.com/ecency/esteem-surfer/releases/download/2.2.7/esteem-surfer-2.2.7.tar.gz" }, { - "url": "https://api.github.com/repos/szTheory/exifcleaner/releases/assets/22774200", - "id": 22774200, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNzc0MjAw", - "name": "exifcleaner_3.3.1_amd64.deb", + "url": "https://api.github.com/repos/ecency/esteem-surfer/releases/assets/20542238", + "id": 20542238, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTQyMjM4", + "name": "esteem-surfer-2.2.7.x86_64.rpm", "label": "", "uploader": { - "login": "szTheory", - "id": 28652, - "node_id": "MDQ6VXNlcjI4NjUy", - "avatar_url": "https://avatars0.githubusercontent.com/u/28652?v=4", + "login": "feruzm", + "id": 3015990, + "node_id": "MDQ6VXNlcjMwMTU5OTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/3015990?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/szTheory", - "html_url": "https://github.com/szTheory", - "followers_url": "https://api.github.com/users/szTheory/followers", - "following_url": "https://api.github.com/users/szTheory/following{/other_user}", - "gists_url": "https://api.github.com/users/szTheory/gists{/gist_id}", - "starred_url": "https://api.github.com/users/szTheory/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/szTheory/subscriptions", - "organizations_url": "https://api.github.com/users/szTheory/orgs", - "repos_url": "https://api.github.com/users/szTheory/repos", - "events_url": "https://api.github.com/users/szTheory/events{/privacy}", - "received_events_url": "https://api.github.com/users/szTheory/received_events", + "url": "https://api.github.com/users/feruzm", + "html_url": "https://github.com/feruzm", + "followers_url": "https://api.github.com/users/feruzm/followers", + "following_url": "https://api.github.com/users/feruzm/following{/other_user}", + "gists_url": "https://api.github.com/users/feruzm/gists{/gist_id}", + "starred_url": "https://api.github.com/users/feruzm/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/feruzm/subscriptions", + "organizations_url": "https://api.github.com/users/feruzm/orgs", + "repos_url": "https://api.github.com/users/feruzm/repos", + "events_url": "https://api.github.com/users/feruzm/events{/privacy}", + "received_events_url": "https://api.github.com/users/feruzm/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-redhat-package-manager", + "state": "uploaded", + "size": 41475312, + "download_count": 94, + "created_at": "2020-05-08T08:44:03Z", + "updated_at": "2020-05-08T08:44:27Z", + "browser_download_url": "https://github.com/ecency/esteem-surfer/releases/download/2.2.7/esteem-surfer-2.2.7.x86_64.rpm" + }, + { + "url": "https://api.github.com/repos/ecency/esteem-surfer/releases/assets/20542219", + "id": 20542219, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTQyMjE5", + "name": "esteem-surfer_2.2.7_amd64.deb", + "label": "", + "uploader": { + "login": "feruzm", + "id": 3015990, + "node_id": "MDQ6VXNlcjMwMTU5OTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/3015990?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/feruzm", + "html_url": "https://github.com/feruzm", + "followers_url": "https://api.github.com/users/feruzm/followers", + "following_url": "https://api.github.com/users/feruzm/following{/other_user}", + "gists_url": "https://api.github.com/users/feruzm/gists{/gist_id}", + "starred_url": "https://api.github.com/users/feruzm/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/feruzm/subscriptions", + "organizations_url": "https://api.github.com/users/feruzm/orgs", + "repos_url": "https://api.github.com/users/feruzm/repos", + "events_url": "https://api.github.com/users/feruzm/events{/privacy}", + "received_events_url": "https://api.github.com/users/feruzm/received_events", "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 60664868, - "download_count": 519, - "created_at": "2020-07-11T01:16:23Z", - "updated_at": "2020-07-11T01:17:06Z", - "browser_download_url": "https://github.com/szTheory/exifcleaner/releases/download/v3.3.1/exifcleaner_3.3.1_amd64.deb" + "size": 41412644, + "download_count": 162, + "created_at": "2020-05-08T08:42:47Z", + "updated_at": "2020-05-08T08:43:11Z", + "browser_download_url": "https://github.com/ecency/esteem-surfer/releases/download/2.2.7/esteem-surfer_2.2.7_amd64.deb" }, { - "url": "https://api.github.com/repos/szTheory/exifcleaner/releases/assets/22774215", - "id": 22774215, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNzc0MjE1", + "url": "https://api.github.com/repos/ecency/esteem-surfer/releases/assets/20542248", + "id": 20542248, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTQyMjQ4", "name": "latest-linux.yml", "label": "", "uploader": { - "login": "szTheory", - "id": 28652, - "node_id": "MDQ6VXNlcjI4NjUy", - "avatar_url": "https://avatars0.githubusercontent.com/u/28652?v=4", + "login": "feruzm", + "id": 3015990, + "node_id": "MDQ6VXNlcjMwMTU5OTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/3015990?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/szTheory", - "html_url": "https://github.com/szTheory", - "followers_url": "https://api.github.com/users/szTheory/followers", - "following_url": "https://api.github.com/users/szTheory/following{/other_user}", - "gists_url": "https://api.github.com/users/szTheory/gists{/gist_id}", - "starred_url": "https://api.github.com/users/szTheory/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/szTheory/subscriptions", - "organizations_url": "https://api.github.com/users/szTheory/orgs", - "repos_url": "https://api.github.com/users/szTheory/repos", - "events_url": "https://api.github.com/users/szTheory/events{/privacy}", - "received_events_url": "https://api.github.com/users/szTheory/received_events", + "url": "https://api.github.com/users/feruzm", + "html_url": "https://github.com/feruzm", + "followers_url": "https://api.github.com/users/feruzm/followers", + "following_url": "https://api.github.com/users/feruzm/following{/other_user}", + "gists_url": "https://api.github.com/users/feruzm/gists{/gist_id}", + "starred_url": "https://api.github.com/users/feruzm/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/feruzm/subscriptions", + "organizations_url": "https://api.github.com/users/feruzm/orgs", + "repos_url": "https://api.github.com/users/feruzm/repos", + "events_url": "https://api.github.com/users/feruzm/events{/privacy}", + "received_events_url": "https://api.github.com/users/feruzm/received_events", "type": "User", "site_admin": false }, "content_type": "text/yaml", "state": "uploaded", - "size": 372, - "download_count": 48, - "created_at": "2020-07-11T01:17:06Z", - "updated_at": "2020-07-11T01:17:06Z", - "browser_download_url": "https://github.com/szTheory/exifcleaner/releases/download/v3.3.1/latest-linux.yml" + "size": 362, + "download_count": 1732, + "created_at": "2020-05-08T08:44:27Z", + "updated_at": "2020-05-08T08:44:28Z", + "browser_download_url": "https://github.com/ecency/esteem-surfer/releases/download/2.2.7/latest-linux.yml" }, { - "url": "https://api.github.com/repos/szTheory/exifcleaner/releases/assets/22774214", - "id": 22774214, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNzc0MjE0", + "url": "https://api.github.com/repos/ecency/esteem-surfer/releases/assets/20542247", + "id": 20542247, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTQyMjQ3", "name": "latest-mac.yml", "label": "", "uploader": { - "login": "szTheory", - "id": 28652, - "node_id": "MDQ6VXNlcjI4NjUy", - "avatar_url": "https://avatars0.githubusercontent.com/u/28652?v=4", + "login": "feruzm", + "id": 3015990, + "node_id": "MDQ6VXNlcjMwMTU5OTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/3015990?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/szTheory", - "html_url": "https://github.com/szTheory", - "followers_url": "https://api.github.com/users/szTheory/followers", - "following_url": "https://api.github.com/users/szTheory/following{/other_user}", - "gists_url": "https://api.github.com/users/szTheory/gists{/gist_id}", - "starred_url": "https://api.github.com/users/szTheory/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/szTheory/subscriptions", - "organizations_url": "https://api.github.com/users/szTheory/orgs", - "repos_url": "https://api.github.com/users/szTheory/repos", - "events_url": "https://api.github.com/users/szTheory/events{/privacy}", - "received_events_url": "https://api.github.com/users/szTheory/received_events", + "url": "https://api.github.com/users/feruzm", + "html_url": "https://github.com/feruzm", + "followers_url": "https://api.github.com/users/feruzm/followers", + "following_url": "https://api.github.com/users/feruzm/following{/other_user}", + "gists_url": "https://api.github.com/users/feruzm/gists{/gist_id}", + "starred_url": "https://api.github.com/users/feruzm/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/feruzm/subscriptions", + "organizations_url": "https://api.github.com/users/feruzm/orgs", + "repos_url": "https://api.github.com/users/feruzm/repos", + "events_url": "https://api.github.com/users/feruzm/events{/privacy}", + "received_events_url": "https://api.github.com/users/feruzm/received_events", "type": "User", "site_admin": false }, "content_type": "text/yaml", "state": "uploaded", - "size": 521, - "download_count": 31, - "created_at": "2020-07-11T01:17:06Z", - "updated_at": "2020-07-11T01:17:06Z", - "browser_download_url": "https://github.com/szTheory/exifcleaner/releases/download/v3.3.1/latest-mac.yml" + "size": 506, + "download_count": 8874, + "created_at": "2020-05-08T08:44:27Z", + "updated_at": "2020-05-08T08:44:27Z", + "browser_download_url": "https://github.com/ecency/esteem-surfer/releases/download/2.2.7/latest-mac.yml" }, { - "url": "https://api.github.com/repos/szTheory/exifcleaner/releases/assets/22774213", - "id": 22774213, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNzc0MjEz", + "url": "https://api.github.com/repos/ecency/esteem-surfer/releases/assets/20542245", + "id": 20542245, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTQyMjQ1", "name": "latest.yml", "label": "", "uploader": { - "login": "szTheory", - "id": 28652, - "node_id": "MDQ6VXNlcjI4NjUy", - "avatar_url": "https://avatars0.githubusercontent.com/u/28652?v=4", + "login": "feruzm", + "id": 3015990, + "node_id": "MDQ6VXNlcjMwMTU5OTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/3015990?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/szTheory", - "html_url": "https://github.com/szTheory", - "followers_url": "https://api.github.com/users/szTheory/followers", - "following_url": "https://api.github.com/users/szTheory/following{/other_user}", - "gists_url": "https://api.github.com/users/szTheory/gists{/gist_id}", - "starred_url": "https://api.github.com/users/szTheory/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/szTheory/subscriptions", - "organizations_url": "https://api.github.com/users/szTheory/orgs", - "repos_url": "https://api.github.com/users/szTheory/repos", - "events_url": "https://api.github.com/users/szTheory/events{/privacy}", - "received_events_url": "https://api.github.com/users/szTheory/received_events", + "url": "https://api.github.com/users/feruzm", + "html_url": "https://github.com/feruzm", + "followers_url": "https://api.github.com/users/feruzm/followers", + "following_url": "https://api.github.com/users/feruzm/following{/other_user}", + "gists_url": "https://api.github.com/users/feruzm/gists{/gist_id}", + "starred_url": "https://api.github.com/users/feruzm/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/feruzm/subscriptions", + "organizations_url": "https://api.github.com/users/feruzm/orgs", + "repos_url": "https://api.github.com/users/feruzm/repos", + "events_url": "https://api.github.com/users/feruzm/events{/privacy}", + "received_events_url": "https://api.github.com/users/feruzm/received_events", "type": "User", "site_admin": false }, "content_type": "text/yaml", "state": "uploaded", - "size": 350, - "download_count": 57, - "created_at": "2020-07-11T01:17:06Z", - "updated_at": "2020-07-11T01:17:06Z", - "browser_download_url": "https://github.com/szTheory/exifcleaner/releases/download/v3.3.1/latest.yml" + "size": 340, + "download_count": 53681, + "created_at": "2020-05-08T08:44:27Z", + "updated_at": "2020-05-08T08:44:28Z", + "browser_download_url": "https://github.com/ecency/esteem-surfer/releases/download/2.2.7/latest.yml" } ], - "tarball_url": "https://api.github.com/repos/szTheory/exifcleaner/tarball/v3.3.1", - "zipball_url": "https://api.github.com/repos/szTheory/exifcleaner/zipball/v3.3.1", - "body_html": "

Summary

\n\n

Commit messages

\n\n

v3.2.0...v3.3.1

" + "tarball_url": "https://api.github.com/repos/ecency/esteem-surfer/tarball/2.2.7", + "zipball_url": "https://api.github.com/repos/ecency/esteem-surfer/zipball/2.2.7", + "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:19.207Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:22.747Z" }, - "etcher": { + "etcd-manager": { "latestRelease": { - "url": "https://api.github.com/repos/balena-io/etcher/releases/31125698", - "assets_url": "https://api.github.com/repos/balena-io/etcher/releases/31125698/assets", - "upload_url": "https://uploads.github.com/repos/balena-io/etcher/releases/31125698/assets{?name,label}", - "html_url": "https://github.com/balena-io/etcher/releases/tag/v1.5.109", - "id": 31125698, - "node_id": "MDc6UmVsZWFzZTMxMTI1Njk4", - "tag_name": "v1.5.109", + "url": "https://api.github.com/repos/gtamas/etcdmanager/releases/27784091", + "assets_url": "https://api.github.com/repos/gtamas/etcdmanager/releases/27784091/assets", + "upload_url": "https://uploads.github.com/repos/gtamas/etcdmanager/releases/27784091/assets{?name,label}", + "html_url": "https://github.com/gtamas/etcdmanager/releases/tag/1.2.0", + "id": 27784091, + "node_id": "MDc6UmVsZWFzZTI3Nzg0MDkx", + "tag_name": "1.2.0", "target_commitish": "master", - "name": "v1.5.109", + "name": "1.2.0", "draft": false, "author": { - "login": "balena-ci", - "id": 34882892, - "node_id": "MDQ6VXNlcjM0ODgyODky", - "avatar_url": "https://avatars0.githubusercontent.com/u/34882892?v=4", + "login": "gtamas", + "id": 687850, + "node_id": "MDQ6VXNlcjY4Nzg1MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/687850?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/balena-ci", - "html_url": "https://github.com/balena-ci", - "followers_url": "https://api.github.com/users/balena-ci/followers", - "following_url": "https://api.github.com/users/balena-ci/following{/other_user}", - "gists_url": "https://api.github.com/users/balena-ci/gists{/gist_id}", - "starred_url": "https://api.github.com/users/balena-ci/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/balena-ci/subscriptions", - "organizations_url": "https://api.github.com/users/balena-ci/orgs", - "repos_url": "https://api.github.com/users/balena-ci/repos", - "events_url": "https://api.github.com/users/balena-ci/events{/privacy}", - "received_events_url": "https://api.github.com/users/balena-ci/received_events", + "url": "https://api.github.com/users/gtamas", + "html_url": "https://github.com/gtamas", + "followers_url": "https://api.github.com/users/gtamas/followers", + "following_url": "https://api.github.com/users/gtamas/following{/other_user}", + "gists_url": "https://api.github.com/users/gtamas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gtamas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gtamas/subscriptions", + "organizations_url": "https://api.github.com/users/gtamas/orgs", + "repos_url": "https://api.github.com/users/gtamas/repos", + "events_url": "https://api.github.com/users/gtamas/events{/privacy}", + "received_events_url": "https://api.github.com/users/gtamas/received_events", "type": "User", "site_admin": false }, "prerelease": false, - "created_at": "2020-09-14T16:27:57Z", - "published_at": "2020-09-14T16:28:43Z", + "created_at": "2020-06-22T12:18:59Z", + "published_at": "2020-06-22T13:04:17Z", "assets": [ { - "url": "https://api.github.com/repos/balena-io/etcher/releases/assets/25398990", - "id": 25398990, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI1Mzk4OTkw", - "name": "balena-etcher-electron-1.5.109-linux-ia32.zip", - "label": "", + "url": "https://api.github.com/repos/gtamas/etcdmanager/releases/assets/21966727", + "id": 21966727, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxOTY2NzI3", + "name": "etcd-manager-1.2.0-linux.AppImage", + "label": null, "uploader": { - "login": "balena-ci", - "id": 34882892, - "node_id": "MDQ6VXNlcjM0ODgyODky", - "avatar_url": "https://avatars0.githubusercontent.com/u/34882892?v=4", + "login": "jozzyka", + "id": 24652955, + "node_id": "MDQ6VXNlcjI0NjUyOTU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/24652955?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/balena-ci", - "html_url": "https://github.com/balena-ci", - "followers_url": "https://api.github.com/users/balena-ci/followers", - "following_url": "https://api.github.com/users/balena-ci/following{/other_user}", - "gists_url": "https://api.github.com/users/balena-ci/gists{/gist_id}", - "starred_url": "https://api.github.com/users/balena-ci/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/balena-ci/subscriptions", - "organizations_url": "https://api.github.com/users/balena-ci/orgs", - "repos_url": "https://api.github.com/users/balena-ci/repos", - "events_url": "https://api.github.com/users/balena-ci/events{/privacy}", - "received_events_url": "https://api.github.com/users/balena-ci/received_events", + "url": "https://api.github.com/users/jozzyka", + "html_url": "https://github.com/jozzyka", + "followers_url": "https://api.github.com/users/jozzyka/followers", + "following_url": "https://api.github.com/users/jozzyka/following{/other_user}", + "gists_url": "https://api.github.com/users/jozzyka/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jozzyka/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jozzyka/subscriptions", + "organizations_url": "https://api.github.com/users/jozzyka/orgs", + "repos_url": "https://api.github.com/users/jozzyka/repos", + "events_url": "https://api.github.com/users/jozzyka/events{/privacy}", + "received_events_url": "https://api.github.com/users/jozzyka/received_events", "type": "User", "site_admin": false }, - "content_type": "application/zip", + "content_type": "application/x-iso9660-appimage", "state": "uploaded", - "size": 87840295, - "download_count": 1634, - "created_at": "2020-09-11T12:54:14Z", - "updated_at": "2020-09-11T12:54:16Z", - "browser_download_url": "https://github.com/balena-io/etcher/releases/download/v1.5.109/balena-etcher-electron-1.5.109-linux-ia32.zip" + "size": 92659551, + "download_count": 221, + "created_at": "2020-06-22T12:46:54Z", + "updated_at": "2020-06-22T12:47:10Z", + "browser_download_url": "https://github.com/gtamas/etcdmanager/releases/download/1.2.0/etcd-manager-1.2.0-linux.AppImage" }, { - "url": "https://api.github.com/repos/balena-io/etcher/releases/assets/25398921", - "id": 25398921, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI1Mzk4OTIx", - "name": "balena-etcher-electron-1.5.109-linux-x64.zip", - "label": "", + "url": "https://api.github.com/repos/gtamas/etcdmanager/releases/assets/21967221", + "id": 21967221, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxOTY3MjIx", + "name": "etcd-manager-1.2.0-osx.dmg", + "label": null, "uploader": { - "login": "balena-ci", - "id": 34882892, - "node_id": "MDQ6VXNlcjM0ODgyODky", - "avatar_url": "https://avatars0.githubusercontent.com/u/34882892?v=4", + "login": "gtamas", + "id": 687850, + "node_id": "MDQ6VXNlcjY4Nzg1MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/687850?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/balena-ci", - "html_url": "https://github.com/balena-ci", - "followers_url": "https://api.github.com/users/balena-ci/followers", - "following_url": "https://api.github.com/users/balena-ci/following{/other_user}", - "gists_url": "https://api.github.com/users/balena-ci/gists{/gist_id}", - "starred_url": "https://api.github.com/users/balena-ci/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/balena-ci/subscriptions", - "organizations_url": "https://api.github.com/users/balena-ci/orgs", - "repos_url": "https://api.github.com/users/balena-ci/repos", - "events_url": "https://api.github.com/users/balena-ci/events{/privacy}", - "received_events_url": "https://api.github.com/users/balena-ci/received_events", + "url": "https://api.github.com/users/gtamas", + "html_url": "https://github.com/gtamas", + "followers_url": "https://api.github.com/users/gtamas/followers", + "following_url": "https://api.github.com/users/gtamas/following{/other_user}", + "gists_url": "https://api.github.com/users/gtamas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gtamas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gtamas/subscriptions", + "organizations_url": "https://api.github.com/users/gtamas/orgs", + "repos_url": "https://api.github.com/users/gtamas/repos", + "events_url": "https://api.github.com/users/gtamas/events{/privacy}", + "received_events_url": "https://api.github.com/users/gtamas/received_events", "type": "User", "site_admin": false }, - "content_type": "application/zip", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 89111164, - "download_count": 6812, - "created_at": "2020-09-11T12:53:32Z", - "updated_at": "2020-09-11T12:53:33Z", - "browser_download_url": "https://github.com/balena-io/etcher/releases/download/v1.5.109/balena-etcher-electron-1.5.109-linux-x64.zip" + "size": 101087617, + "download_count": 366, + "created_at": "2020-06-22T13:02:10Z", + "updated_at": "2020-06-22T13:03:22Z", + "browser_download_url": "https://github.com/gtamas/etcdmanager/releases/download/1.2.0/etcd-manager-1.2.0-osx.dmg" }, { - "url": "https://api.github.com/repos/balena-io/etcher/releases/assets/25398979", - "id": 25398979, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI1Mzk4OTc5", - "name": "balena-etcher-electron-1.5.109.i686.rpm", - "label": "", + "url": "https://api.github.com/repos/gtamas/etcdmanager/releases/assets/21967255", + "id": 21967255, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxOTY3MjU1", + "name": "etcd-manager-1.2.0-osx.dmg.blockmap", + "label": null, "uploader": { - "login": "balena-ci", - "id": 34882892, - "node_id": "MDQ6VXNlcjM0ODgyODky", - "avatar_url": "https://avatars0.githubusercontent.com/u/34882892?v=4", + "login": "gtamas", + "id": 687850, + "node_id": "MDQ6VXNlcjY4Nzg1MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/687850?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/balena-ci", - "html_url": "https://github.com/balena-ci", - "followers_url": "https://api.github.com/users/balena-ci/followers", - "following_url": "https://api.github.com/users/balena-ci/following{/other_user}", - "gists_url": "https://api.github.com/users/balena-ci/gists{/gist_id}", - "starred_url": "https://api.github.com/users/balena-ci/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/balena-ci/subscriptions", - "organizations_url": "https://api.github.com/users/balena-ci/orgs", - "repos_url": "https://api.github.com/users/balena-ci/repos", - "events_url": "https://api.github.com/users/balena-ci/events{/privacy}", - "received_events_url": "https://api.github.com/users/balena-ci/received_events", + "url": "https://api.github.com/users/gtamas", + "html_url": "https://github.com/gtamas", + "followers_url": "https://api.github.com/users/gtamas/followers", + "following_url": "https://api.github.com/users/gtamas/following{/other_user}", + "gists_url": "https://api.github.com/users/gtamas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gtamas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gtamas/subscriptions", + "organizations_url": "https://api.github.com/users/gtamas/orgs", + "repos_url": "https://api.github.com/users/gtamas/repos", + "events_url": "https://api.github.com/users/gtamas/events{/privacy}", + "received_events_url": "https://api.github.com/users/gtamas/received_events", "type": "User", "site_admin": false }, - "content_type": "application/x-redhat-package-manager", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 62403176, - "download_count": 17, - "created_at": "2020-09-11T12:54:10Z", - "updated_at": "2020-09-11T12:54:12Z", - "browser_download_url": "https://github.com/balena-io/etcher/releases/download/v1.5.109/balena-etcher-electron-1.5.109.i686.rpm" + "size": 99551, + "download_count": 9, + "created_at": "2020-06-22T13:03:22Z", + "updated_at": "2020-06-22T13:03:22Z", + "browser_download_url": "https://github.com/gtamas/etcdmanager/releases/download/1.2.0/etcd-manager-1.2.0-osx.dmg.blockmap" }, { - "url": "https://api.github.com/repos/balena-io/etcher/releases/assets/25398910", - "id": 25398910, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI1Mzk4OTEw", - "name": "balena-etcher-electron-1.5.109.x86_64.rpm", - "label": "", + "url": "https://api.github.com/repos/gtamas/etcdmanager/releases/assets/21966668", + "id": 21966668, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxOTY2NjY4", + "name": "etcd-manager-1.2.0-win64.exe", + "label": null, "uploader": { - "login": "balena-ci", - "id": 34882892, - "node_id": "MDQ6VXNlcjM0ODgyODky", - "avatar_url": "https://avatars0.githubusercontent.com/u/34882892?v=4", + "login": "RudolfDaniel", + "id": 32936817, + "node_id": "MDQ6VXNlcjMyOTM2ODE3", + "avatar_url": "https://avatars3.githubusercontent.com/u/32936817?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/balena-ci", - "html_url": "https://github.com/balena-ci", - "followers_url": "https://api.github.com/users/balena-ci/followers", - "following_url": "https://api.github.com/users/balena-ci/following{/other_user}", - "gists_url": "https://api.github.com/users/balena-ci/gists{/gist_id}", - "starred_url": "https://api.github.com/users/balena-ci/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/balena-ci/subscriptions", - "organizations_url": "https://api.github.com/users/balena-ci/orgs", - "repos_url": "https://api.github.com/users/balena-ci/repos", - "events_url": "https://api.github.com/users/balena-ci/events{/privacy}", - "received_events_url": "https://api.github.com/users/balena-ci/received_events", + "url": "https://api.github.com/users/RudolfDaniel", + "html_url": "https://github.com/RudolfDaniel", + "followers_url": "https://api.github.com/users/RudolfDaniel/followers", + "following_url": "https://api.github.com/users/RudolfDaniel/following{/other_user}", + "gists_url": "https://api.github.com/users/RudolfDaniel/gists{/gist_id}", + "starred_url": "https://api.github.com/users/RudolfDaniel/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/RudolfDaniel/subscriptions", + "organizations_url": "https://api.github.com/users/RudolfDaniel/orgs", + "repos_url": "https://api.github.com/users/RudolfDaniel/repos", + "events_url": "https://api.github.com/users/RudolfDaniel/events{/privacy}", + "received_events_url": "https://api.github.com/users/RudolfDaniel/received_events", "type": "User", "site_admin": false }, - "content_type": "application/x-redhat-package-manager", + "content_type": "application/x-msdownload", "state": "uploaded", - "size": 63034240, - "download_count": 65, - "created_at": "2020-09-11T12:53:26Z", - "updated_at": "2020-09-11T12:53:29Z", - "browser_download_url": "https://github.com/balena-io/etcher/releases/download/v1.5.109/balena-etcher-electron-1.5.109.x86_64.rpm" + "size": 191064012, + "download_count": 580, + "created_at": "2020-06-22T12:45:00Z", + "updated_at": "2020-06-22T12:46:19Z", + "browser_download_url": "https://github.com/gtamas/etcdmanager/releases/download/1.2.0/etcd-manager-1.2.0-win64.exe" }, { - "url": "https://api.github.com/repos/balena-io/etcher/releases/assets/25600751", - "id": 25600751, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NjAwNzUx", - "name": "balena-etcher-electron_1.5.109_amd64.deb", - "label": "", + "url": "https://api.github.com/repos/gtamas/etcdmanager/releases/assets/21966721", + "id": 21966721, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxOTY2NzIx", + "name": "etcd-manager-1.2.0-win64.exe.blockmap", + "label": null, "uploader": { - "login": "balena-ci", - "id": 34882892, - "node_id": "MDQ6VXNlcjM0ODgyODky", - "avatar_url": "https://avatars0.githubusercontent.com/u/34882892?v=4", + "login": "RudolfDaniel", + "id": 32936817, + "node_id": "MDQ6VXNlcjMyOTM2ODE3", + "avatar_url": "https://avatars3.githubusercontent.com/u/32936817?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/balena-ci", - "html_url": "https://github.com/balena-ci", - "followers_url": "https://api.github.com/users/balena-ci/followers", - "following_url": "https://api.github.com/users/balena-ci/following{/other_user}", - "gists_url": "https://api.github.com/users/balena-ci/gists{/gist_id}", - "starred_url": "https://api.github.com/users/balena-ci/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/balena-ci/subscriptions", - "organizations_url": "https://api.github.com/users/balena-ci/orgs", - "repos_url": "https://api.github.com/users/balena-ci/repos", - "events_url": "https://api.github.com/users/balena-ci/events{/privacy}", - "received_events_url": "https://api.github.com/users/balena-ci/received_events", + "url": "https://api.github.com/users/RudolfDaniel", + "html_url": "https://github.com/RudolfDaniel", + "followers_url": "https://api.github.com/users/RudolfDaniel/followers", + "following_url": "https://api.github.com/users/RudolfDaniel/following{/other_user}", + "gists_url": "https://api.github.com/users/RudolfDaniel/gists{/gist_id}", + "starred_url": "https://api.github.com/users/RudolfDaniel/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/RudolfDaniel/subscriptions", + "organizations_url": "https://api.github.com/users/RudolfDaniel/orgs", + "repos_url": "https://api.github.com/users/RudolfDaniel/repos", + "events_url": "https://api.github.com/users/RudolfDaniel/events{/privacy}", + "received_events_url": "https://api.github.com/users/RudolfDaniel/received_events", "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 80928146, - "download_count": 263, - "created_at": "2020-09-14T14:20:51Z", - "updated_at": "2020-09-14T14:20:53Z", - "browser_download_url": "https://github.com/balena-io/etcher/releases/download/v1.5.109/balena-etcher-electron_1.5.109_amd64.deb" + "size": 191889, + "download_count": 8, + "created_at": "2020-06-22T12:46:41Z", + "updated_at": "2020-06-22T12:46:42Z", + "browser_download_url": "https://github.com/gtamas/etcdmanager/releases/download/1.2.0/etcd-manager-1.2.0-win64.exe.blockmap" }, { - "url": "https://api.github.com/repos/balena-io/etcher/releases/assets/25398978", - "id": 25398978, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI1Mzk4OTc4", - "name": "balena-etcher-electron_1.5.109_i386.deb", - "label": "", + "url": "https://api.github.com/repos/gtamas/etcdmanager/releases/assets/21966738", + "id": 21966738, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxOTY2NzM4", + "name": "latest-linux.yml", + "label": null, "uploader": { - "login": "balena-ci", - "id": 34882892, - "node_id": "MDQ6VXNlcjM0ODgyODky", - "avatar_url": "https://avatars0.githubusercontent.com/u/34882892?v=4", + "login": "jozzyka", + "id": 24652955, + "node_id": "MDQ6VXNlcjI0NjUyOTU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/24652955?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/balena-ci", - "html_url": "https://github.com/balena-ci", - "followers_url": "https://api.github.com/users/balena-ci/followers", - "following_url": "https://api.github.com/users/balena-ci/following{/other_user}", - "gists_url": "https://api.github.com/users/balena-ci/gists{/gist_id}", - "starred_url": "https://api.github.com/users/balena-ci/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/balena-ci/subscriptions", - "organizations_url": "https://api.github.com/users/balena-ci/orgs", - "repos_url": "https://api.github.com/users/balena-ci/repos", - "events_url": "https://api.github.com/users/balena-ci/events{/privacy}", - "received_events_url": "https://api.github.com/users/balena-ci/received_events", + "url": "https://api.github.com/users/jozzyka", + "html_url": "https://github.com/jozzyka", + "followers_url": "https://api.github.com/users/jozzyka/followers", + "following_url": "https://api.github.com/users/jozzyka/following{/other_user}", + "gists_url": "https://api.github.com/users/jozzyka/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jozzyka/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jozzyka/subscriptions", + "organizations_url": "https://api.github.com/users/jozzyka/orgs", + "repos_url": "https://api.github.com/users/jozzyka/repos", + "events_url": "https://api.github.com/users/jozzyka/events{/privacy}", + "received_events_url": "https://api.github.com/users/jozzyka/received_events", "type": "User", "site_admin": false }, - "content_type": "application/octet-stream", + "content_type": "application/x-yaml", "state": "uploaded", - "size": 79941486, - "download_count": 38, - "created_at": "2020-09-11T12:54:08Z", - "updated_at": "2020-09-11T12:54:10Z", - "browser_download_url": "https://github.com/balena-io/etcher/releases/download/v1.5.109/balena-etcher-electron_1.5.109_i386.deb" + "size": 386, + "download_count": 24, + "created_at": "2020-06-22T12:47:16Z", + "updated_at": "2020-06-22T12:47:16Z", + "browser_download_url": "https://github.com/gtamas/etcdmanager/releases/download/1.2.0/latest-linux.yml" }, { - "url": "https://api.github.com/repos/balena-io/etcher/releases/assets/25398984", - "id": 25398984, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI1Mzk4OTg0", - "name": "balenaEtcher-1.5.109-ia32.AppImage", - "label": "", + "url": "https://api.github.com/repos/gtamas/etcdmanager/releases/assets/21967257", + "id": 21967257, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxOTY3MjU3", + "name": "latest-mac.yml", + "label": null, "uploader": { - "login": "balena-ci", - "id": 34882892, - "node_id": "MDQ6VXNlcjM0ODgyODky", - "avatar_url": "https://avatars0.githubusercontent.com/u/34882892?v=4", + "login": "gtamas", + "id": 687850, + "node_id": "MDQ6VXNlcjY4Nzg1MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/687850?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/balena-ci", - "html_url": "https://github.com/balena-ci", - "followers_url": "https://api.github.com/users/balena-ci/followers", - "following_url": "https://api.github.com/users/balena-ci/following{/other_user}", - "gists_url": "https://api.github.com/users/balena-ci/gists{/gist_id}", - "starred_url": "https://api.github.com/users/balena-ci/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/balena-ci/subscriptions", - "organizations_url": "https://api.github.com/users/balena-ci/orgs", - "repos_url": "https://api.github.com/users/balena-ci/repos", - "events_url": "https://api.github.com/users/balena-ci/events{/privacy}", - "received_events_url": "https://api.github.com/users/balena-ci/received_events", + "url": "https://api.github.com/users/gtamas", + "html_url": "https://github.com/gtamas", + "followers_url": "https://api.github.com/users/gtamas/followers", + "following_url": "https://api.github.com/users/gtamas/following{/other_user}", + "gists_url": "https://api.github.com/users/gtamas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gtamas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gtamas/subscriptions", + "organizations_url": "https://api.github.com/users/gtamas/orgs", + "repos_url": "https://api.github.com/users/gtamas/repos", + "events_url": "https://api.github.com/users/gtamas/events{/privacy}", + "received_events_url": "https://api.github.com/users/gtamas/received_events", "type": "User", "site_admin": false }, - "content_type": "application/octet-stream", + "content_type": "application/x-yaml", "state": "uploaded", - "size": 88633111, - "download_count": 50, - "created_at": "2020-09-11T12:54:12Z", - "updated_at": "2020-09-11T12:54:14Z", - "browser_download_url": "https://github.com/balena-io/etcher/releases/download/v1.5.109/balenaEtcher-1.5.109-ia32.AppImage" + "size": 349, + "download_count": 6, + "created_at": "2020-06-22T13:03:22Z", + "updated_at": "2020-06-22T13:03:23Z", + "browser_download_url": "https://github.com/gtamas/etcdmanager/releases/download/1.2.0/latest-mac.yml" }, { - "url": "https://api.github.com/repos/balena-io/etcher/releases/assets/25605002", - "id": 25605002, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NjA1MDAy", - "name": "balenaEtcher-1.5.109-mac.zip", - "label": "", + "url": "https://api.github.com/repos/gtamas/etcdmanager/releases/assets/21966765", + "id": 21966765, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxOTY2NzY1", + "name": "latest.yml", + "label": null, "uploader": { - "login": "balena-ci", - "id": 34882892, - "node_id": "MDQ6VXNlcjM0ODgyODky", - "avatar_url": "https://avatars0.githubusercontent.com/u/34882892?v=4", + "login": "RudolfDaniel", + "id": 32936817, + "node_id": "MDQ6VXNlcjMyOTM2ODE3", + "avatar_url": "https://avatars3.githubusercontent.com/u/32936817?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/balena-ci", - "html_url": "https://github.com/balena-ci", - "followers_url": "https://api.github.com/users/balena-ci/followers", - "following_url": "https://api.github.com/users/balena-ci/following{/other_user}", - "gists_url": "https://api.github.com/users/balena-ci/gists{/gist_id}", - "starred_url": "https://api.github.com/users/balena-ci/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/balena-ci/subscriptions", - "organizations_url": "https://api.github.com/users/balena-ci/orgs", - "repos_url": "https://api.github.com/users/balena-ci/repos", - "events_url": "https://api.github.com/users/balena-ci/events{/privacy}", - "received_events_url": "https://api.github.com/users/balena-ci/received_events", + "url": "https://api.github.com/users/RudolfDaniel", + "html_url": "https://github.com/RudolfDaniel", + "followers_url": "https://api.github.com/users/RudolfDaniel/followers", + "following_url": "https://api.github.com/users/RudolfDaniel/following{/other_user}", + "gists_url": "https://api.github.com/users/RudolfDaniel/gists{/gist_id}", + "starred_url": "https://api.github.com/users/RudolfDaniel/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/RudolfDaniel/subscriptions", + "organizations_url": "https://api.github.com/users/RudolfDaniel/orgs", + "repos_url": "https://api.github.com/users/RudolfDaniel/repos", + "events_url": "https://api.github.com/users/RudolfDaniel/events{/privacy}", + "received_events_url": "https://api.github.com/users/RudolfDaniel/received_events", "type": "User", "site_admin": false }, - "content_type": "application/zip", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 85908782, - "download_count": 60, - "created_at": "2020-09-14T15:27:44Z", - "updated_at": "2020-09-14T15:28:10Z", - "browser_download_url": "https://github.com/balena-io/etcher/releases/download/v1.5.109/balenaEtcher-1.5.109-mac.zip" - }, + "size": 353, + "download_count": 6, + "created_at": "2020-06-22T12:48:13Z", + "updated_at": "2020-06-22T12:48:14Z", + "browser_download_url": "https://github.com/gtamas/etcdmanager/releases/download/1.2.0/latest.yml" + } + ], + "tarball_url": "https://api.github.com/repos/gtamas/etcdmanager/tarball/1.2.0", + "zipball_url": "https://api.github.com/repos/gtamas/etcdmanager/zipball/1.2.0", + "body_html": "

Windows, Mac and Linux 64bit builds. The windows build includes both 32 and 64 bit binaries.

\n

The packages support these OSes:

\n

MacOS X 10.15 Catalina+ (might work with Mojave too)
\nWindows 7, 8, 10+
\nUbuntu 10.04+ or compatible, older Linuxes, and rolling release distros like Arch.

" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:22.754Z" + }, + "extraterm": { + "latestRelease": null, + "latestReleaseFetchedAt": "2020-09-18T00:10:22.809Z" + }, + "exifcleaner": { + "latestRelease": { + "url": "https://api.github.com/repos/szTheory/exifcleaner/releases/28461680", + "assets_url": "https://api.github.com/repos/szTheory/exifcleaner/releases/28461680/assets", + "upload_url": "https://uploads.github.com/repos/szTheory/exifcleaner/releases/28461680/assets{?name,label}", + "html_url": "https://github.com/szTheory/exifcleaner/releases/tag/v3.3.1", + "id": 28461680, + "node_id": "MDc6UmVsZWFzZTI4NDYxNjgw", + "tag_name": "v3.3.1", + "target_commitish": "master", + "name": "", + "draft": false, + "author": { + "login": "szTheory", + "id": 28652, + "node_id": "MDQ6VXNlcjI4NjUy", + "avatar_url": "https://avatars0.githubusercontent.com/u/28652?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/szTheory", + "html_url": "https://github.com/szTheory", + "followers_url": "https://api.github.com/users/szTheory/followers", + "following_url": "https://api.github.com/users/szTheory/following{/other_user}", + "gists_url": "https://api.github.com/users/szTheory/gists{/gist_id}", + "starred_url": "https://api.github.com/users/szTheory/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/szTheory/subscriptions", + "organizations_url": "https://api.github.com/users/szTheory/orgs", + "repos_url": "https://api.github.com/users/szTheory/repos", + "events_url": "https://api.github.com/users/szTheory/events{/privacy}", + "received_events_url": "https://api.github.com/users/szTheory/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2020-07-11T01:12:57Z", + "published_at": "2020-07-11T01:34:03Z", + "assets": [ { - "url": "https://api.github.com/repos/balena-io/etcher/releases/assets/25398916", - "id": 25398916, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI1Mzk4OTE2", - "name": "balenaEtcher-1.5.109-x64.AppImage", + "url": "https://api.github.com/repos/szTheory/exifcleaner/releases/assets/22774198", + "id": 22774198, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNzc0MTk4", + "name": "ExifCleaner-3.3.1-mac.zip", "label": "", "uploader": { - "login": "balena-ci", - "id": 34882892, - "node_id": "MDQ6VXNlcjM0ODgyODky", - "avatar_url": "https://avatars0.githubusercontent.com/u/34882892?v=4", + "login": "szTheory", + "id": 28652, + "node_id": "MDQ6VXNlcjI4NjUy", + "avatar_url": "https://avatars0.githubusercontent.com/u/28652?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/balena-ci", - "html_url": "https://github.com/balena-ci", - "followers_url": "https://api.github.com/users/balena-ci/followers", - "following_url": "https://api.github.com/users/balena-ci/following{/other_user}", - "gists_url": "https://api.github.com/users/balena-ci/gists{/gist_id}", - "starred_url": "https://api.github.com/users/balena-ci/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/balena-ci/subscriptions", - "organizations_url": "https://api.github.com/users/balena-ci/orgs", - "repos_url": "https://api.github.com/users/balena-ci/repos", - "events_url": "https://api.github.com/users/balena-ci/events{/privacy}", - "received_events_url": "https://api.github.com/users/balena-ci/received_events", + "url": "https://api.github.com/users/szTheory", + "html_url": "https://github.com/szTheory", + "followers_url": "https://api.github.com/users/szTheory/followers", + "following_url": "https://api.github.com/users/szTheory/following{/other_user}", + "gists_url": "https://api.github.com/users/szTheory/gists{/gist_id}", + "starred_url": "https://api.github.com/users/szTheory/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/szTheory/subscriptions", + "organizations_url": "https://api.github.com/users/szTheory/orgs", + "repos_url": "https://api.github.com/users/szTheory/repos", + "events_url": "https://api.github.com/users/szTheory/events{/privacy}", + "received_events_url": "https://api.github.com/users/szTheory/received_events", "type": "User", "site_admin": false }, - "content_type": "application/octet-stream", + "content_type": "application/zip", "state": "uploaded", - "size": 89631344, - "download_count": 139, - "created_at": "2020-09-11T12:53:30Z", - "updated_at": "2020-09-11T12:53:31Z", - "browser_download_url": "https://github.com/balena-io/etcher/releases/download/v1.5.109/balenaEtcher-1.5.109-x64.AppImage" + "size": 80292933, + "download_count": 409, + "created_at": "2020-07-11T01:15:48Z", + "updated_at": "2020-07-11T01:16:57Z", + "browser_download_url": "https://github.com/szTheory/exifcleaner/releases/download/v3.3.1/ExifCleaner-3.3.1-mac.zip" }, { - "url": "https://api.github.com/repos/balena-io/etcher/releases/assets/25605021", - "id": 25605021, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NjA1MDIx", - "name": "balenaEtcher-1.5.109.dmg", + "url": "https://api.github.com/repos/szTheory/exifcleaner/releases/assets/22774180", + "id": 22774180, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNzc0MTgw", + "name": "ExifCleaner-3.3.1.AppImage", "label": "", "uploader": { - "login": "balena-ci", - "id": 34882892, - "node_id": "MDQ6VXNlcjM0ODgyODky", - "avatar_url": "https://avatars0.githubusercontent.com/u/34882892?v=4", + "login": "szTheory", + "id": 28652, + "node_id": "MDQ6VXNlcjI4NjUy", + "avatar_url": "https://avatars0.githubusercontent.com/u/28652?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/balena-ci", - "html_url": "https://github.com/balena-ci", - "followers_url": "https://api.github.com/users/balena-ci/followers", - "following_url": "https://api.github.com/users/balena-ci/following{/other_user}", - "gists_url": "https://api.github.com/users/balena-ci/gists{/gist_id}", - "starred_url": "https://api.github.com/users/balena-ci/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/balena-ci/subscriptions", - "organizations_url": "https://api.github.com/users/balena-ci/orgs", - "repos_url": "https://api.github.com/users/balena-ci/repos", - "events_url": "https://api.github.com/users/balena-ci/events{/privacy}", - "received_events_url": "https://api.github.com/users/balena-ci/received_events", + "url": "https://api.github.com/users/szTheory", + "html_url": "https://github.com/szTheory", + "followers_url": "https://api.github.com/users/szTheory/followers", + "following_url": "https://api.github.com/users/szTheory/following{/other_user}", + "gists_url": "https://api.github.com/users/szTheory/gists{/gist_id}", + "starred_url": "https://api.github.com/users/szTheory/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/szTheory/subscriptions", + "organizations_url": "https://api.github.com/users/szTheory/orgs", + "repos_url": "https://api.github.com/users/szTheory/repos", + "events_url": "https://api.github.com/users/szTheory/events{/privacy}", + "received_events_url": "https://api.github.com/users/szTheory/received_events", "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 88516523, - "download_count": 7105, - "created_at": "2020-09-14T15:28:12Z", - "updated_at": "2020-09-14T15:28:38Z", - "browser_download_url": "https://github.com/balena-io/etcher/releases/download/v1.5.109/balenaEtcher-1.5.109.dmg" + "size": 85675534, + "download_count": 548, + "created_at": "2020-07-11T01:14:52Z", + "updated_at": "2020-07-11T01:15:23Z", + "browser_download_url": "https://github.com/szTheory/exifcleaner/releases/download/v3.3.1/ExifCleaner-3.3.1.AppImage" }, { - "url": "https://api.github.com/repos/balena-io/etcher/releases/assets/25605053", - "id": 25605053, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NjA1MDUz", - "name": "balenaEtcher-1.5.109.dmg.blockmap", + "url": "https://api.github.com/repos/szTheory/exifcleaner/releases/assets/22774191", + "id": 22774191, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNzc0MTkx", + "name": "ExifCleaner-3.3.1.dmg", "label": "", "uploader": { - "login": "balena-ci", - "id": 34882892, - "node_id": "MDQ6VXNlcjM0ODgyODky", - "avatar_url": "https://avatars0.githubusercontent.com/u/34882892?v=4", + "login": "szTheory", + "id": 28652, + "node_id": "MDQ6VXNlcjI4NjUy", + "avatar_url": "https://avatars0.githubusercontent.com/u/28652?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/balena-ci", - "html_url": "https://github.com/balena-ci", - "followers_url": "https://api.github.com/users/balena-ci/followers", - "following_url": "https://api.github.com/users/balena-ci/following{/other_user}", - "gists_url": "https://api.github.com/users/balena-ci/gists{/gist_id}", - "starred_url": "https://api.github.com/users/balena-ci/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/balena-ci/subscriptions", - "organizations_url": "https://api.github.com/users/balena-ci/orgs", - "repos_url": "https://api.github.com/users/balena-ci/repos", - "events_url": "https://api.github.com/users/balena-ci/events{/privacy}", - "received_events_url": "https://api.github.com/users/balena-ci/received_events", + "url": "https://api.github.com/users/szTheory", + "html_url": "https://github.com/szTheory", + "followers_url": "https://api.github.com/users/szTheory/followers", + "following_url": "https://api.github.com/users/szTheory/following{/other_user}", + "gists_url": "https://api.github.com/users/szTheory/gists{/gist_id}", + "starred_url": "https://api.github.com/users/szTheory/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/szTheory/subscriptions", + "organizations_url": "https://api.github.com/users/szTheory/orgs", + "repos_url": "https://api.github.com/users/szTheory/repos", + "events_url": "https://api.github.com/users/szTheory/events{/privacy}", + "received_events_url": "https://api.github.com/users/szTheory/received_events", "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 91320, - "download_count": 13, - "created_at": "2020-09-14T15:28:40Z", - "updated_at": "2020-09-14T15:28:41Z", - "browser_download_url": "https://github.com/balena-io/etcher/releases/download/v1.5.109/balenaEtcher-1.5.109.dmg.blockmap" + "size": 82743685, + "download_count": 456, + "created_at": "2020-07-11T01:15:22Z", + "updated_at": "2020-07-11T01:16:27Z", + "browser_download_url": "https://github.com/szTheory/exifcleaner/releases/download/v3.3.1/ExifCleaner-3.3.1.dmg" }, { - "url": "https://api.github.com/repos/balena-io/etcher/releases/assets/25601620", - "id": 25601620, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NjAxNjIw", - "name": "balenaEtcher-Portable-1.5.109.exe", + "url": "https://api.github.com/repos/szTheory/exifcleaner/releases/assets/22774190", + "id": 22774190, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNzc0MTkw", + "name": "ExifCleaner-3.3.1.dmg.blockmap", "label": "", "uploader": { - "login": "balena-ci", - "id": 34882892, - "node_id": "MDQ6VXNlcjM0ODgyODky", - "avatar_url": "https://avatars0.githubusercontent.com/u/34882892?v=4", + "login": "szTheory", + "id": 28652, + "node_id": "MDQ6VXNlcjI4NjUy", + "avatar_url": "https://avatars0.githubusercontent.com/u/28652?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/balena-ci", - "html_url": "https://github.com/balena-ci", - "followers_url": "https://api.github.com/users/balena-ci/followers", - "following_url": "https://api.github.com/users/balena-ci/following{/other_user}", - "gists_url": "https://api.github.com/users/balena-ci/gists{/gist_id}", - "starred_url": "https://api.github.com/users/balena-ci/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/balena-ci/subscriptions", - "organizations_url": "https://api.github.com/users/balena-ci/orgs", - "repos_url": "https://api.github.com/users/balena-ci/repos", - "events_url": "https://api.github.com/users/balena-ci/events{/privacy}", - "received_events_url": "https://api.github.com/users/balena-ci/received_events", + "url": "https://api.github.com/users/szTheory", + "html_url": "https://github.com/szTheory", + "followers_url": "https://api.github.com/users/szTheory/followers", + "following_url": "https://api.github.com/users/szTheory/following{/other_user}", + "gists_url": "https://api.github.com/users/szTheory/gists{/gist_id}", + "starred_url": "https://api.github.com/users/szTheory/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/szTheory/subscriptions", + "organizations_url": "https://api.github.com/users/szTheory/orgs", + "repos_url": "https://api.github.com/users/szTheory/repos", + "events_url": "https://api.github.com/users/szTheory/events{/privacy}", + "received_events_url": "https://api.github.com/users/szTheory/received_events", "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 117801008, - "download_count": 5601, - "created_at": "2020-09-14T14:35:54Z", - "updated_at": "2020-09-14T14:36:32Z", - "browser_download_url": "https://github.com/balena-io/etcher/releases/download/v1.5.109/balenaEtcher-Portable-1.5.109.exe" + "size": 87935, + "download_count": 25, + "created_at": "2020-07-11T01:15:22Z", + "updated_at": "2020-07-11T01:15:22Z", + "browser_download_url": "https://github.com/szTheory/exifcleaner/releases/download/v3.3.1/ExifCleaner-3.3.1.dmg.blockmap" }, { - "url": "https://api.github.com/repos/balena-io/etcher/releases/assets/25601657", - "id": 25601657, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NjAxNjU3", - "name": "balenaEtcher-Setup-1.5.109.exe", + "url": "https://api.github.com/repos/szTheory/exifcleaner/releases/assets/22774193", + "id": 22774193, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNzc0MTkz", + "name": "ExifCleaner-Setup-3.3.1.exe", "label": "", "uploader": { - "login": "balena-ci", - "id": 34882892, - "node_id": "MDQ6VXNlcjM0ODgyODky", - "avatar_url": "https://avatars0.githubusercontent.com/u/34882892?v=4", + "login": "szTheory", + "id": 28652, + "node_id": "MDQ6VXNlcjI4NjUy", + "avatar_url": "https://avatars0.githubusercontent.com/u/28652?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/balena-ci", - "html_url": "https://github.com/balena-ci", - "followers_url": "https://api.github.com/users/balena-ci/followers", - "following_url": "https://api.github.com/users/balena-ci/following{/other_user}", - "gists_url": "https://api.github.com/users/balena-ci/gists{/gist_id}", - "starred_url": "https://api.github.com/users/balena-ci/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/balena-ci/subscriptions", - "organizations_url": "https://api.github.com/users/balena-ci/orgs", - "repos_url": "https://api.github.com/users/balena-ci/repos", - "events_url": "https://api.github.com/users/balena-ci/events{/privacy}", - "received_events_url": "https://api.github.com/users/balena-ci/received_events", + "url": "https://api.github.com/users/szTheory", + "html_url": "https://github.com/szTheory", + "followers_url": "https://api.github.com/users/szTheory/followers", + "following_url": "https://api.github.com/users/szTheory/following{/other_user}", + "gists_url": "https://api.github.com/users/szTheory/gists{/gist_id}", + "starred_url": "https://api.github.com/users/szTheory/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/szTheory/subscriptions", + "organizations_url": "https://api.github.com/users/szTheory/orgs", + "repos_url": "https://api.github.com/users/szTheory/repos", + "events_url": "https://api.github.com/users/szTheory/events{/privacy}", + "received_events_url": "https://api.github.com/users/szTheory/received_events", "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 130848664, - "download_count": 15422, - "created_at": "2020-09-14T14:36:34Z", - "updated_at": "2020-09-14T14:37:14Z", - "browser_download_url": "https://github.com/balena-io/etcher/releases/download/v1.5.109/balenaEtcher-Setup-1.5.109.exe" + "size": 59440272, + "download_count": 2767, + "created_at": "2020-07-11T01:15:32Z", + "updated_at": "2020-07-11T01:16:06Z", + "browser_download_url": "https://github.com/szTheory/exifcleaner/releases/download/v3.3.1/ExifCleaner-Setup-3.3.1.exe" }, { - "url": "https://api.github.com/repos/balena-io/etcher/releases/assets/25601711", - "id": 25601711, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NjAxNzEx", - "name": "balenaEtcher-Setup-1.5.109.exe.blockmap", + "url": "https://api.github.com/repos/szTheory/exifcleaner/releases/assets/22774192", + "id": 22774192, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNzc0MTky", + "name": "ExifCleaner-Setup-3.3.1.exe.blockmap", "label": "", "uploader": { - "login": "balena-ci", - "id": 34882892, - "node_id": "MDQ6VXNlcjM0ODgyODky", - "avatar_url": "https://avatars0.githubusercontent.com/u/34882892?v=4", + "login": "szTheory", + "id": 28652, + "node_id": "MDQ6VXNlcjI4NjUy", + "avatar_url": "https://avatars0.githubusercontent.com/u/28652?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/balena-ci", - "html_url": "https://github.com/balena-ci", - "followers_url": "https://api.github.com/users/balena-ci/followers", - "following_url": "https://api.github.com/users/balena-ci/following{/other_user}", - "gists_url": "https://api.github.com/users/balena-ci/gists{/gist_id}", - "starred_url": "https://api.github.com/users/balena-ci/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/balena-ci/subscriptions", - "organizations_url": "https://api.github.com/users/balena-ci/orgs", - "repos_url": "https://api.github.com/users/balena-ci/repos", - "events_url": "https://api.github.com/users/balena-ci/events{/privacy}", - "received_events_url": "https://api.github.com/users/balena-ci/received_events", + "url": "https://api.github.com/users/szTheory", + "html_url": "https://github.com/szTheory", + "followers_url": "https://api.github.com/users/szTheory/followers", + "following_url": "https://api.github.com/users/szTheory/following{/other_user}", + "gists_url": "https://api.github.com/users/szTheory/gists{/gist_id}", + "starred_url": "https://api.github.com/users/szTheory/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/szTheory/subscriptions", + "organizations_url": "https://api.github.com/users/szTheory/orgs", + "repos_url": "https://api.github.com/users/szTheory/repos", + "events_url": "https://api.github.com/users/szTheory/events{/privacy}", + "received_events_url": "https://api.github.com/users/szTheory/received_events", "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 134130, - "download_count": 19, - "created_at": "2020-09-14T14:37:16Z", - "updated_at": "2020-09-14T14:37:16Z", - "browser_download_url": "https://github.com/balena-io/etcher/releases/download/v1.5.109/balenaEtcher-Setup-1.5.109.exe.blockmap" - }, - { - "url": "https://api.github.com/repos/balena-io/etcher/releases/assets/25605054", - "id": 25605054, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NjA1MDU0", - "name": "builder-effective-config.yaml", - "label": "", - "uploader": { - "login": "balena-ci", - "id": 34882892, - "node_id": "MDQ6VXNlcjM0ODgyODky", - "avatar_url": "https://avatars0.githubusercontent.com/u/34882892?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/balena-ci", - "html_url": "https://github.com/balena-ci", - "followers_url": "https://api.github.com/users/balena-ci/followers", - "following_url": "https://api.github.com/users/balena-ci/following{/other_user}", - "gists_url": "https://api.github.com/users/balena-ci/gists{/gist_id}", - "starred_url": "https://api.github.com/users/balena-ci/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/balena-ci/subscriptions", - "organizations_url": "https://api.github.com/users/balena-ci/orgs", - "repos_url": "https://api.github.com/users/balena-ci/repos", - "events_url": "https://api.github.com/users/balena-ci/events{/privacy}", - "received_events_url": "https://api.github.com/users/balena-ci/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "text/yaml", - "state": "uploaded", - "size": 2814, - "download_count": 13, - "created_at": "2020-09-14T15:28:42Z", - "updated_at": "2020-09-14T15:28:42Z", - "browser_download_url": "https://github.com/balena-io/etcher/releases/download/v1.5.109/builder-effective-config.yaml" + "size": 61615, + "download_count": 65, + "created_at": "2020-07-11T01:15:32Z", + "updated_at": "2020-07-11T01:15:32Z", + "browser_download_url": "https://github.com/szTheory/exifcleaner/releases/download/v3.3.1/ExifCleaner-Setup-3.3.1.exe.blockmap" }, { - "url": "https://api.github.com/repos/balena-io/etcher/releases/assets/25609344", - "id": 25609344, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NjA5MzQ0", - "name": "latest-linux-ia32.yml", + "url": "https://api.github.com/repos/szTheory/exifcleaner/releases/assets/22774200", + "id": 22774200, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNzc0MjAw", + "name": "exifcleaner_3.3.1_amd64.deb", "label": "", "uploader": { - "login": "balena-ci", - "id": 34882892, - "node_id": "MDQ6VXNlcjM0ODgyODky", - "avatar_url": "https://avatars0.githubusercontent.com/u/34882892?v=4", + "login": "szTheory", + "id": 28652, + "node_id": "MDQ6VXNlcjI4NjUy", + "avatar_url": "https://avatars0.githubusercontent.com/u/28652?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/balena-ci", - "html_url": "https://github.com/balena-ci", - "followers_url": "https://api.github.com/users/balena-ci/followers", - "following_url": "https://api.github.com/users/balena-ci/following{/other_user}", - "gists_url": "https://api.github.com/users/balena-ci/gists{/gist_id}", - "starred_url": "https://api.github.com/users/balena-ci/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/balena-ci/subscriptions", - "organizations_url": "https://api.github.com/users/balena-ci/orgs", - "repos_url": "https://api.github.com/users/balena-ci/repos", - "events_url": "https://api.github.com/users/balena-ci/events{/privacy}", - "received_events_url": "https://api.github.com/users/balena-ci/received_events", + "url": "https://api.github.com/users/szTheory", + "html_url": "https://github.com/szTheory", + "followers_url": "https://api.github.com/users/szTheory/followers", + "following_url": "https://api.github.com/users/szTheory/following{/other_user}", + "gists_url": "https://api.github.com/users/szTheory/gists{/gist_id}", + "starred_url": "https://api.github.com/users/szTheory/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/szTheory/subscriptions", + "organizations_url": "https://api.github.com/users/szTheory/orgs", + "repos_url": "https://api.github.com/users/szTheory/repos", + "events_url": "https://api.github.com/users/szTheory/events{/privacy}", + "received_events_url": "https://api.github.com/users/szTheory/received_events", "type": "User", "site_admin": false }, - "content_type": "text/yaml", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 409, - "download_count": 4041, - "created_at": "2020-09-14T16:28:49Z", - "updated_at": "2020-09-14T16:28:49Z", - "browser_download_url": "https://github.com/balena-io/etcher/releases/download/v1.5.109/latest-linux-ia32.yml" + "size": 60664868, + "download_count": 522, + "created_at": "2020-07-11T01:16:23Z", + "updated_at": "2020-07-11T01:17:06Z", + "browser_download_url": "https://github.com/szTheory/exifcleaner/releases/download/v3.3.1/exifcleaner_3.3.1_amd64.deb" }, { - "url": "https://api.github.com/repos/balena-io/etcher/releases/assets/25609347", - "id": 25609347, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NjA5MzQ3", + "url": "https://api.github.com/repos/szTheory/exifcleaner/releases/assets/22774215", + "id": 22774215, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNzc0MjE1", "name": "latest-linux.yml", "label": "", "uploader": { - "login": "balena-ci", - "id": 34882892, - "node_id": "MDQ6VXNlcjM0ODgyODky", - "avatar_url": "https://avatars0.githubusercontent.com/u/34882892?v=4", + "login": "szTheory", + "id": 28652, + "node_id": "MDQ6VXNlcjI4NjUy", + "avatar_url": "https://avatars0.githubusercontent.com/u/28652?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/balena-ci", - "html_url": "https://github.com/balena-ci", - "followers_url": "https://api.github.com/users/balena-ci/followers", - "following_url": "https://api.github.com/users/balena-ci/following{/other_user}", - "gists_url": "https://api.github.com/users/balena-ci/gists{/gist_id}", - "starred_url": "https://api.github.com/users/balena-ci/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/balena-ci/subscriptions", - "organizations_url": "https://api.github.com/users/balena-ci/orgs", - "repos_url": "https://api.github.com/users/balena-ci/repos", - "events_url": "https://api.github.com/users/balena-ci/events{/privacy}", - "received_events_url": "https://api.github.com/users/balena-ci/received_events", + "url": "https://api.github.com/users/szTheory", + "html_url": "https://github.com/szTheory", + "followers_url": "https://api.github.com/users/szTheory/followers", + "following_url": "https://api.github.com/users/szTheory/following{/other_user}", + "gists_url": "https://api.github.com/users/szTheory/gists{/gist_id}", + "starred_url": "https://api.github.com/users/szTheory/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/szTheory/subscriptions", + "organizations_url": "https://api.github.com/users/szTheory/orgs", + "repos_url": "https://api.github.com/users/szTheory/repos", + "events_url": "https://api.github.com/users/szTheory/events{/privacy}", + "received_events_url": "https://api.github.com/users/szTheory/received_events", "type": "User", "site_admin": false }, "content_type": "text/yaml", "state": "uploaded", - "size": 407, - "download_count": 17025, - "created_at": "2020-09-14T16:28:49Z", - "updated_at": "2020-09-14T16:28:50Z", - "browser_download_url": "https://github.com/balena-io/etcher/releases/download/v1.5.109/latest-linux.yml" + "size": 372, + "download_count": 48, + "created_at": "2020-07-11T01:17:06Z", + "updated_at": "2020-07-11T01:17:06Z", + "browser_download_url": "https://github.com/szTheory/exifcleaner/releases/download/v3.3.1/latest-linux.yml" }, { - "url": "https://api.github.com/repos/balena-io/etcher/releases/assets/25609350", - "id": 25609350, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NjA5MzUw", + "url": "https://api.github.com/repos/szTheory/exifcleaner/releases/assets/22774214", + "id": 22774214, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNzc0MjE0", "name": "latest-mac.yml", "label": "", "uploader": { - "login": "balena-ci", - "id": 34882892, - "node_id": "MDQ6VXNlcjM0ODgyODky", - "avatar_url": "https://avatars0.githubusercontent.com/u/34882892?v=4", + "login": "szTheory", + "id": 28652, + "node_id": "MDQ6VXNlcjI4NjUy", + "avatar_url": "https://avatars0.githubusercontent.com/u/28652?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/balena-ci", - "html_url": "https://github.com/balena-ci", - "followers_url": "https://api.github.com/users/balena-ci/followers", - "following_url": "https://api.github.com/users/balena-ci/following{/other_user}", - "gists_url": "https://api.github.com/users/balena-ci/gists{/gist_id}", - "starred_url": "https://api.github.com/users/balena-ci/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/balena-ci/subscriptions", - "organizations_url": "https://api.github.com/users/balena-ci/orgs", - "repos_url": "https://api.github.com/users/balena-ci/repos", - "events_url": "https://api.github.com/users/balena-ci/events{/privacy}", - "received_events_url": "https://api.github.com/users/balena-ci/received_events", + "url": "https://api.github.com/users/szTheory", + "html_url": "https://github.com/szTheory", + "followers_url": "https://api.github.com/users/szTheory/followers", + "following_url": "https://api.github.com/users/szTheory/following{/other_user}", + "gists_url": "https://api.github.com/users/szTheory/gists{/gist_id}", + "starred_url": "https://api.github.com/users/szTheory/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/szTheory/subscriptions", + "organizations_url": "https://api.github.com/users/szTheory/orgs", + "repos_url": "https://api.github.com/users/szTheory/repos", + "events_url": "https://api.github.com/users/szTheory/events{/privacy}", + "received_events_url": "https://api.github.com/users/szTheory/received_events", "type": "User", "site_admin": false }, "content_type": "text/yaml", "state": "uploaded", - "size": 397, - "download_count": 18463, - "created_at": "2020-09-14T16:28:50Z", - "updated_at": "2020-09-14T16:28:50Z", - "browser_download_url": "https://github.com/balena-io/etcher/releases/download/v1.5.109/latest-mac.yml" + "size": 521, + "download_count": 32, + "created_at": "2020-07-11T01:17:06Z", + "updated_at": "2020-07-11T01:17:06Z", + "browser_download_url": "https://github.com/szTheory/exifcleaner/releases/download/v3.3.1/latest-mac.yml" }, { - "url": "https://api.github.com/repos/balena-io/etcher/releases/assets/25609354", - "id": 25609354, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NjA5MzU0", + "url": "https://api.github.com/repos/szTheory/exifcleaner/releases/assets/22774213", + "id": 22774213, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNzc0MjEz", "name": "latest.yml", "label": "", "uploader": { - "login": "balena-ci", - "id": 34882892, - "node_id": "MDQ6VXNlcjM0ODgyODky", - "avatar_url": "https://avatars0.githubusercontent.com/u/34882892?v=4", + "login": "szTheory", + "id": 28652, + "node_id": "MDQ6VXNlcjI4NjUy", + "avatar_url": "https://avatars0.githubusercontent.com/u/28652?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/balena-ci", - "html_url": "https://github.com/balena-ci", - "followers_url": "https://api.github.com/users/balena-ci/followers", - "following_url": "https://api.github.com/users/balena-ci/following{/other_user}", - "gists_url": "https://api.github.com/users/balena-ci/gists{/gist_id}", - "starred_url": "https://api.github.com/users/balena-ci/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/balena-ci/subscriptions", - "organizations_url": "https://api.github.com/users/balena-ci/orgs", - "repos_url": "https://api.github.com/users/balena-ci/repos", - "events_url": "https://api.github.com/users/balena-ci/events{/privacy}", - "received_events_url": "https://api.github.com/users/balena-ci/received_events", + "url": "https://api.github.com/users/szTheory", + "html_url": "https://github.com/szTheory", + "followers_url": "https://api.github.com/users/szTheory/followers", + "following_url": "https://api.github.com/users/szTheory/following{/other_user}", + "gists_url": "https://api.github.com/users/szTheory/gists{/gist_id}", + "starred_url": "https://api.github.com/users/szTheory/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/szTheory/subscriptions", + "organizations_url": "https://api.github.com/users/szTheory/orgs", + "repos_url": "https://api.github.com/users/szTheory/repos", + "events_url": "https://api.github.com/users/szTheory/events{/privacy}", + "received_events_url": "https://api.github.com/users/szTheory/received_events", "type": "User", "site_admin": false }, "content_type": "text/yaml", "state": "uploaded", - "size": 378, - "download_count": 19384, - "created_at": "2020-09-14T16:28:51Z", - "updated_at": "2020-09-14T16:28:51Z", - "browser_download_url": "https://github.com/balena-io/etcher/releases/download/v1.5.109/latest.yml" + "size": 350, + "download_count": 58, + "created_at": "2020-07-11T01:17:06Z", + "updated_at": "2020-07-11T01:17:06Z", + "browser_download_url": "https://github.com/szTheory/exifcleaner/releases/download/v3.3.1/latest.yml" } ], - "tarball_url": "https://api.github.com/repos/balena-io/etcher/tarball/v1.5.109", - "zipball_url": "https://api.github.com/repos/balena-io/etcher/zipball/v1.5.109", - "body_html": "

1.5.109

" + "tarball_url": "https://api.github.com/repos/szTheory/exifcleaner/tarball/v3.3.1", + "zipball_url": "https://api.github.com/repos/szTheory/exifcleaner/zipball/v3.3.1", + "body_html": "

Summary

\n\n

Commit messages

\n\n

v3.2.0...v3.3.1

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:19.232Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:22.814Z" }, "explorer": { "latestRelease": { @@ -30999,11 +31003,7 @@ "zipball_url": "https://api.github.com/repos/jfbouzereau/explorer/zipball/1.104", "body_html": "

Add neural network ( perceptron )

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:19.285Z" - }, - "extraterm": { - "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:19.321Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:22.843Z" }, "fastlane": { "latestRelease": { @@ -31045,11 +31045,11 @@ "zipball_url": "https://api.github.com/repos/pontusab/Fastlane/zipball/0.5.1", "body_html": "

💥🎉

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:19.560Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:22.849Z" }, "ffftp": { "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:19.587Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:22.867Z" }, "ferdi": { "latestRelease": { @@ -31116,7 +31116,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 120493621, - "download_count": 276637, + "download_count": 277571, "created_at": "2020-04-27T02:26:04Z", "updated_at": "2020-04-27T02:26:08Z", "browser_download_url": "https://github.com/getferdi/ferdi/releases/download/v5.5.0/Ferdi-5.5.0-mac.zip" @@ -31150,7 +31150,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 100883909, - "download_count": 9039, + "download_count": 9065, "created_at": "2020-04-27T02:01:41Z", "updated_at": "2020-04-27T02:01:44Z", "browser_download_url": "https://github.com/getferdi/ferdi/releases/download/v5.5.0/Ferdi-5.5.0.AppImage" @@ -31184,7 +31184,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 111558138, - "download_count": 6221, + "download_count": 6259, "created_at": "2020-04-27T02:11:58Z", "updated_at": "2020-04-27T02:12:03Z", "browser_download_url": "https://github.com/getferdi/ferdi/releases/download/v5.5.0/Ferdi-5.5.0.dmg" @@ -31252,7 +31252,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 161688872, - "download_count": 2570, + "download_count": 2582, "created_at": "2020-04-27T02:00:48Z", "updated_at": "2020-04-27T02:00:52Z", "browser_download_url": "https://github.com/getferdi/ferdi/releases/download/v5.5.0/Ferdi-5.5.0.exe" @@ -31320,7 +31320,7 @@ "content_type": "application/x-redhat-package-manager", "state": "uploaded", "size": 84524202, - "download_count": 2037, + "download_count": 2046, "created_at": "2020-04-27T02:11:56Z", "updated_at": "2020-04-27T02:11:59Z", "browser_download_url": "https://github.com/getferdi/ferdi/releases/download/v5.5.0/ferdi-5.5.0.x86_64.rpm" @@ -31354,7 +31354,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 161914248, - "download_count": 298086, + "download_count": 298993, "created_at": "2020-04-27T02:00:58Z", "updated_at": "2020-04-27T02:01:03Z", "browser_download_url": "https://github.com/getferdi/ferdi/releases/download/v5.5.0/Ferdi-Setup-5.5.0.exe" @@ -31388,7 +31388,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 169963, - "download_count": 286904, + "download_count": 287735, "created_at": "2020-04-27T02:00:57Z", "updated_at": "2020-04-27T02:00:58Z", "browser_download_url": "https://github.com/getferdi/ferdi/releases/download/v5.5.0/Ferdi-Setup-5.5.0.exe.blockmap" @@ -31422,7 +31422,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 84853672, - "download_count": 5597, + "download_count": 5624, "created_at": "2020-04-27T02:08:26Z", "updated_at": "2020-04-27T02:08:28Z", "browser_download_url": "https://github.com/getferdi/ferdi/releases/download/v5.5.0/ferdi_5.5.0_amd64.deb" @@ -31456,7 +31456,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 362, - "download_count": 58206, + "download_count": 58437, "created_at": "2020-04-27T02:12:00Z", "updated_at": "2020-04-27T02:12:00Z", "browser_download_url": "https://github.com/getferdi/ferdi/releases/download/v5.5.0/latest-linux.yml" @@ -31490,7 +31490,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 506, - "download_count": 483191, + "download_count": 485118, "created_at": "2020-04-27T02:26:10Z", "updated_at": "2020-04-27T02:26:10Z", "browser_download_url": "https://github.com/getferdi/ferdi/releases/download/v5.5.0/latest-mac.yml" @@ -31524,7 +31524,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 339, - "download_count": 579544, + "download_count": 581833, "created_at": "2020-04-27T02:01:05Z", "updated_at": "2020-04-27T02:01:05Z", "browser_download_url": "https://github.com/getferdi/ferdi/releases/download/v5.5.0/latest.yml" @@ -31534,7 +31534,53 @@ "zipball_url": "https://api.github.com/repos/getferdi/ferdi/zipball/v5.5.0", "body_html": "

Features

\n\n

Minor changes

\n\n

Bug fixes

\n\n

Build changes

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:19.604Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:22.916Z" + }, + "flawesome": { + "latestRelease": null, + "latestReleaseFetchedAt": "2020-09-18T00:10:22.920Z" + }, + "firebase-admin": { + "latestRelease": { + "url": "https://api.github.com/repos/codefoxes/firebase-admin/releases/4398070", + "assets_url": "https://api.github.com/repos/codefoxes/firebase-admin/releases/4398070/assets", + "upload_url": "https://uploads.github.com/repos/codefoxes/firebase-admin/releases/4398070/assets{?name,label}", + "html_url": "https://github.com/codefoxes/firebase-admin/releases/tag/v1.0.1", + "id": 4398070, + "node_id": "MDc6UmVsZWFzZTQzOTgwNzA=", + "tag_name": "v1.0.1", + "target_commitish": "master", + "name": "v1.0.1", + "draft": false, + "author": { + "login": "karthikax", + "id": 8727183, + "node_id": "MDQ6VXNlcjg3MjcxODM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/8727183?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/karthikax", + "html_url": "https://github.com/karthikax", + "followers_url": "https://api.github.com/users/karthikax/followers", + "following_url": "https://api.github.com/users/karthikax/following{/other_user}", + "gists_url": "https://api.github.com/users/karthikax/gists{/gist_id}", + "starred_url": "https://api.github.com/users/karthikax/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/karthikax/subscriptions", + "organizations_url": "https://api.github.com/users/karthikax/orgs", + "repos_url": "https://api.github.com/users/karthikax/repos", + "events_url": "https://api.github.com/users/karthikax/events{/privacy}", + "received_events_url": "https://api.github.com/users/karthikax/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2016-10-15T17:19:28Z", + "published_at": "2016-10-15T17:28:12Z", + "assets": [], + "tarball_url": "https://api.github.com/repos/codefoxes/firebase-admin/tarball/v1.0.1", + "zipball_url": "https://api.github.com/repos/codefoxes/firebase-admin/zipball/v1.0.1", + "body_html": "

Notable Changes

\n\n

https://firebaseadmin.com/releases#release101

" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:22.939Z" }, "final-countdown": { "latestRelease": { @@ -31611,53 +31657,195 @@ "zipball_url": "https://api.github.com/repos/hunterphillips/countdown/zipball/1.0.0", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:19.681Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:22.984Z" }, - "flawesome": { - "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:19.909Z" + "fnew-desktop": { + "latestRelease": { + "url": "https://api.github.com/repos/0810-Software/FNew-Desktop-Windows/releases/21894161", + "assets_url": "https://api.github.com/repos/0810-Software/FNew-Desktop-Windows/releases/21894161/assets", + "upload_url": "https://uploads.github.com/repos/0810-Software/FNew-Desktop-Windows/releases/21894161/assets{?name,label}", + "html_url": "https://github.com/0810-Software/FNew-Desktop-Windows/releases/tag/v1.0.1.1.2.2", + "id": 21894161, + "node_id": "MDc6UmVsZWFzZTIxODk0MTYx", + "tag_name": "v1.0.1.1.2.2", + "target_commitish": "master", + "name": "", + "draft": false, + "author": { + "login": "Marnix0810", + "id": 48680596, + "node_id": "MDQ6VXNlcjQ4NjgwNTk2", + "avatar_url": "https://avatars2.githubusercontent.com/u/48680596?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Marnix0810", + "html_url": "https://github.com/Marnix0810", + "followers_url": "https://api.github.com/users/Marnix0810/followers", + "following_url": "https://api.github.com/users/Marnix0810/following{/other_user}", + "gists_url": "https://api.github.com/users/Marnix0810/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Marnix0810/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Marnix0810/subscriptions", + "organizations_url": "https://api.github.com/users/Marnix0810/orgs", + "repos_url": "https://api.github.com/users/Marnix0810/repos", + "events_url": "https://api.github.com/users/Marnix0810/events{/privacy}", + "received_events_url": "https://api.github.com/users/Marnix0810/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2019-12-02T12:05:36Z", + "published_at": "2019-12-02T12:20:06Z", + "assets": [ + { + "url": "https://api.github.com/repos/0810-Software/FNew-Desktop-Windows/releases/assets/16534911", + "id": 16534911, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2NTM0OTEx", + "name": "FNewDesktopSetup.exe", + "label": null, + "uploader": { + "login": "Marnix0810", + "id": 48680596, + "node_id": "MDQ6VXNlcjQ4NjgwNTk2", + "avatar_url": "https://avatars2.githubusercontent.com/u/48680596?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Marnix0810", + "html_url": "https://github.com/Marnix0810", + "followers_url": "https://api.github.com/users/Marnix0810/followers", + "following_url": "https://api.github.com/users/Marnix0810/following{/other_user}", + "gists_url": "https://api.github.com/users/Marnix0810/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Marnix0810/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Marnix0810/subscriptions", + "organizations_url": "https://api.github.com/users/Marnix0810/orgs", + "repos_url": "https://api.github.com/users/Marnix0810/repos", + "events_url": "https://api.github.com/users/Marnix0810/events{/privacy}", + "received_events_url": "https://api.github.com/users/Marnix0810/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 41935743, + "download_count": 137, + "created_at": "2019-12-02T12:09:17Z", + "updated_at": "2019-12-02T12:11:31Z", + "browser_download_url": "https://github.com/0810-Software/FNew-Desktop-Windows/releases/download/v1.0.1.1.2.2/FNewDesktopSetup.exe" + } + ], + "tarball_url": "https://api.github.com/repos/0810-Software/FNew-Desktop-Windows/tarball/v1.0.1.1.2.2", + "zipball_url": "https://api.github.com/repos/0810-Software/FNew-Desktop-Windows/zipball/v1.0.1.1.2.2", + "body_html": "" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:23.008Z" }, - "firebase-admin": { + "foco": { "latestRelease": { - "url": "https://api.github.com/repos/codefoxes/firebase-admin/releases/4398070", - "assets_url": "https://api.github.com/repos/codefoxes/firebase-admin/releases/4398070/assets", - "upload_url": "https://uploads.github.com/repos/codefoxes/firebase-admin/releases/4398070/assets{?name,label}", - "html_url": "https://github.com/codefoxes/firebase-admin/releases/tag/v1.0.1", - "id": 4398070, - "node_id": "MDc6UmVsZWFzZTQzOTgwNzA=", - "tag_name": "v1.0.1", + "url": "https://api.github.com/repos/akashnimare/foco/releases/10602130", + "assets_url": "https://api.github.com/repos/akashnimare/foco/releases/10602130/assets", + "upload_url": "https://uploads.github.com/repos/akashnimare/foco/releases/10602130/assets{?name,label}", + "html_url": "https://github.com/akashnimare/foco/releases/tag/v1.7.0", + "id": 10602130, + "node_id": "MDc6UmVsZWFzZTEwNjAyMTMw", + "tag_name": "v1.7.0", "target_commitish": "master", - "name": "v1.0.1", + "name": "v1.7.0", "draft": false, "author": { - "login": "karthikax", - "id": 8727183, - "node_id": "MDQ6VXNlcjg3MjcxODM=", - "avatar_url": "https://avatars1.githubusercontent.com/u/8727183?v=4", + "login": "akashnimare", + "id": 2263909, + "node_id": "MDQ6VXNlcjIyNjM5MDk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2263909?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/karthikax", - "html_url": "https://github.com/karthikax", - "followers_url": "https://api.github.com/users/karthikax/followers", - "following_url": "https://api.github.com/users/karthikax/following{/other_user}", - "gists_url": "https://api.github.com/users/karthikax/gists{/gist_id}", - "starred_url": "https://api.github.com/users/karthikax/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/karthikax/subscriptions", - "organizations_url": "https://api.github.com/users/karthikax/orgs", - "repos_url": "https://api.github.com/users/karthikax/repos", - "events_url": "https://api.github.com/users/karthikax/events{/privacy}", - "received_events_url": "https://api.github.com/users/karthikax/received_events", + "url": "https://api.github.com/users/akashnimare", + "html_url": "https://github.com/akashnimare", + "followers_url": "https://api.github.com/users/akashnimare/followers", + "following_url": "https://api.github.com/users/akashnimare/following{/other_user}", + "gists_url": "https://api.github.com/users/akashnimare/gists{/gist_id}", + "starred_url": "https://api.github.com/users/akashnimare/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/akashnimare/subscriptions", + "organizations_url": "https://api.github.com/users/akashnimare/orgs", + "repos_url": "https://api.github.com/users/akashnimare/repos", + "events_url": "https://api.github.com/users/akashnimare/events{/privacy}", + "received_events_url": "https://api.github.com/users/akashnimare/received_events", "type": "User", "site_admin": false }, "prerelease": false, - "created_at": "2016-10-15T17:19:28Z", - "published_at": "2016-10-15T17:28:12Z", - "assets": [], - "tarball_url": "https://api.github.com/repos/codefoxes/firebase-admin/tarball/v1.0.1", - "zipball_url": "https://api.github.com/repos/codefoxes/firebase-admin/zipball/v1.0.1", - "body_html": "

Notable Changes

\n\n

https://firebaseadmin.com/releases#release101

" + "created_at": "2018-04-18T11:34:04Z", + "published_at": "2018-04-18T12:05:57Z", + "assets": [ + { + "url": "https://api.github.com/repos/akashnimare/foco/releases/assets/6885760", + "id": 6885760, + "node_id": "MDEyOlJlbGVhc2VBc3NldDY4ODU3NjA=", + "name": "Foco-1.7.0-mac.zip", + "label": null, + "uploader": { + "login": "akashnimare", + "id": 2263909, + "node_id": "MDQ6VXNlcjIyNjM5MDk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2263909?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/akashnimare", + "html_url": "https://github.com/akashnimare", + "followers_url": "https://api.github.com/users/akashnimare/followers", + "following_url": "https://api.github.com/users/akashnimare/following{/other_user}", + "gists_url": "https://api.github.com/users/akashnimare/gists{/gist_id}", + "starred_url": "https://api.github.com/users/akashnimare/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/akashnimare/subscriptions", + "organizations_url": "https://api.github.com/users/akashnimare/orgs", + "repos_url": "https://api.github.com/users/akashnimare/repos", + "events_url": "https://api.github.com/users/akashnimare/events{/privacy}", + "received_events_url": "https://api.github.com/users/akashnimare/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 57312212, + "download_count": 60, + "created_at": "2018-04-18T11:43:13Z", + "updated_at": "2018-04-18T11:51:35Z", + "browser_download_url": "https://github.com/akashnimare/foco/releases/download/v1.7.0/Foco-1.7.0-mac.zip" + }, + { + "url": "https://api.github.com/repos/akashnimare/foco/releases/assets/6885761", + "id": 6885761, + "node_id": "MDEyOlJlbGVhc2VBc3NldDY4ODU3NjE=", + "name": "Foco-1.7.0.dmg", + "label": null, + "uploader": { + "login": "akashnimare", + "id": 2263909, + "node_id": "MDQ6VXNlcjIyNjM5MDk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2263909?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/akashnimare", + "html_url": "https://github.com/akashnimare", + "followers_url": "https://api.github.com/users/akashnimare/followers", + "following_url": "https://api.github.com/users/akashnimare/following{/other_user}", + "gists_url": "https://api.github.com/users/akashnimare/gists{/gist_id}", + "starred_url": "https://api.github.com/users/akashnimare/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/akashnimare/subscriptions", + "organizations_url": "https://api.github.com/users/akashnimare/orgs", + "repos_url": "https://api.github.com/users/akashnimare/repos", + "events_url": "https://api.github.com/users/akashnimare/events{/privacy}", + "received_events_url": "https://api.github.com/users/akashnimare/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 59336039, + "download_count": 108, + "created_at": "2018-04-18T11:43:14Z", + "updated_at": "2018-04-18T12:01:03Z", + "browser_download_url": "https://github.com/akashnimare/foco/releases/download/v1.7.0/Foco-1.7.0.dmg" + } + ], + "tarball_url": "https://api.github.com/repos/akashnimare/foco/tarball/v1.7.0", + "zipball_url": "https://api.github.com/repos/akashnimare/foco/zipball/v1.7.0", + "body_html": "

It's been a while since I release the previous version 😄
\nThe new version mostly contains UI changes and some new features like the option to mute, unmute all the sounds.

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:19.927Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:23.030Z" }, "fluent-reader": { "latestRelease": { @@ -31724,7 +31912,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 75281339, - "download_count": 85, + "download_count": 87, "created_at": "2020-09-02T03:13:59Z", "updated_at": "2020-09-02T03:14:04Z", "browser_download_url": "https://github.com/yang991178/fluent-reader/releases/download/v0.8.0-beta/Fluent.Reader.0.8.0.AppImage" @@ -31792,7 +31980,7 @@ "content_type": "application/vnd.microsoft.portable-executable", "state": "uploaded", "size": 50216582, - "download_count": 333, + "download_count": 341, "created_at": "2020-09-02T03:08:24Z", "updated_at": "2020-09-02T03:08:25Z", "browser_download_url": "https://github.com/yang991178/fluent-reader/releases/download/v0.8.0-beta/Fluent.Reader.Setup.0.8.0.x64.exe" @@ -31860,7 +32048,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 68117919, - "download_count": 209, + "download_count": 211, "created_at": "2020-09-02T03:08:29Z", "updated_at": "2020-09-02T03:08:31Z", "browser_download_url": "https://github.com/yang991178/fluent-reader/releases/download/v0.8.0-beta/Fluent.Reader.Unpacked.0.8.0.x64.zip" @@ -31894,7 +32082,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 64851215, - "download_count": 17, + "download_count": 18, "created_at": "2020-09-02T03:08:32Z", "updated_at": "2020-09-02T03:08:35Z", "browser_download_url": "https://github.com/yang991178/fluent-reader/releases/download/v0.8.0-beta/Fluent.Reader.Unpacked.0.8.0.x86.zip" @@ -31904,195 +32092,11 @@ "zipball_url": "https://api.github.com/repos/yang991178/fluent-reader/zipball/v0.8.0-beta", "body_html": "

Features

\n\n

Fixed bugs

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:19.950Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:23.044Z" }, - "fnew-desktop": { - "latestRelease": { - "url": "https://api.github.com/repos/0810-Software/FNew-Desktop-Windows/releases/21894161", - "assets_url": "https://api.github.com/repos/0810-Software/FNew-Desktop-Windows/releases/21894161/assets", - "upload_url": "https://uploads.github.com/repos/0810-Software/FNew-Desktop-Windows/releases/21894161/assets{?name,label}", - "html_url": "https://github.com/0810-Software/FNew-Desktop-Windows/releases/tag/v1.0.1.1.2.2", - "id": 21894161, - "node_id": "MDc6UmVsZWFzZTIxODk0MTYx", - "tag_name": "v1.0.1.1.2.2", - "target_commitish": "master", - "name": "", - "draft": false, - "author": { - "login": "Marnix0810", - "id": 48680596, - "node_id": "MDQ6VXNlcjQ4NjgwNTk2", - "avatar_url": "https://avatars2.githubusercontent.com/u/48680596?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Marnix0810", - "html_url": "https://github.com/Marnix0810", - "followers_url": "https://api.github.com/users/Marnix0810/followers", - "following_url": "https://api.github.com/users/Marnix0810/following{/other_user}", - "gists_url": "https://api.github.com/users/Marnix0810/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Marnix0810/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Marnix0810/subscriptions", - "organizations_url": "https://api.github.com/users/Marnix0810/orgs", - "repos_url": "https://api.github.com/users/Marnix0810/repos", - "events_url": "https://api.github.com/users/Marnix0810/events{/privacy}", - "received_events_url": "https://api.github.com/users/Marnix0810/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2019-12-02T12:05:36Z", - "published_at": "2019-12-02T12:20:06Z", - "assets": [ - { - "url": "https://api.github.com/repos/0810-Software/FNew-Desktop-Windows/releases/assets/16534911", - "id": 16534911, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE2NTM0OTEx", - "name": "FNewDesktopSetup.exe", - "label": null, - "uploader": { - "login": "Marnix0810", - "id": 48680596, - "node_id": "MDQ6VXNlcjQ4NjgwNTk2", - "avatar_url": "https://avatars2.githubusercontent.com/u/48680596?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Marnix0810", - "html_url": "https://github.com/Marnix0810", - "followers_url": "https://api.github.com/users/Marnix0810/followers", - "following_url": "https://api.github.com/users/Marnix0810/following{/other_user}", - "gists_url": "https://api.github.com/users/Marnix0810/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Marnix0810/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Marnix0810/subscriptions", - "organizations_url": "https://api.github.com/users/Marnix0810/orgs", - "repos_url": "https://api.github.com/users/Marnix0810/repos", - "events_url": "https://api.github.com/users/Marnix0810/events{/privacy}", - "received_events_url": "https://api.github.com/users/Marnix0810/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 41935743, - "download_count": 137, - "created_at": "2019-12-02T12:09:17Z", - "updated_at": "2019-12-02T12:11:31Z", - "browser_download_url": "https://github.com/0810-Software/FNew-Desktop-Windows/releases/download/v1.0.1.1.2.2/FNewDesktopSetup.exe" - } - ], - "tarball_url": "https://api.github.com/repos/0810-Software/FNew-Desktop-Windows/tarball/v1.0.1.1.2.2", - "zipball_url": "https://api.github.com/repos/0810-Software/FNew-Desktop-Windows/zipball/v1.0.1.1.2.2", - "body_html": "" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:20.019Z" - }, - "foco": { - "latestRelease": { - "url": "https://api.github.com/repos/akashnimare/foco/releases/10602130", - "assets_url": "https://api.github.com/repos/akashnimare/foco/releases/10602130/assets", - "upload_url": "https://uploads.github.com/repos/akashnimare/foco/releases/10602130/assets{?name,label}", - "html_url": "https://github.com/akashnimare/foco/releases/tag/v1.7.0", - "id": 10602130, - "node_id": "MDc6UmVsZWFzZTEwNjAyMTMw", - "tag_name": "v1.7.0", - "target_commitish": "master", - "name": "v1.7.0", - "draft": false, - "author": { - "login": "akashnimare", - "id": 2263909, - "node_id": "MDQ6VXNlcjIyNjM5MDk=", - "avatar_url": "https://avatars0.githubusercontent.com/u/2263909?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/akashnimare", - "html_url": "https://github.com/akashnimare", - "followers_url": "https://api.github.com/users/akashnimare/followers", - "following_url": "https://api.github.com/users/akashnimare/following{/other_user}", - "gists_url": "https://api.github.com/users/akashnimare/gists{/gist_id}", - "starred_url": "https://api.github.com/users/akashnimare/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/akashnimare/subscriptions", - "organizations_url": "https://api.github.com/users/akashnimare/orgs", - "repos_url": "https://api.github.com/users/akashnimare/repos", - "events_url": "https://api.github.com/users/akashnimare/events{/privacy}", - "received_events_url": "https://api.github.com/users/akashnimare/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2018-04-18T11:34:04Z", - "published_at": "2018-04-18T12:05:57Z", - "assets": [ - { - "url": "https://api.github.com/repos/akashnimare/foco/releases/assets/6885760", - "id": 6885760, - "node_id": "MDEyOlJlbGVhc2VBc3NldDY4ODU3NjA=", - "name": "Foco-1.7.0-mac.zip", - "label": null, - "uploader": { - "login": "akashnimare", - "id": 2263909, - "node_id": "MDQ6VXNlcjIyNjM5MDk=", - "avatar_url": "https://avatars0.githubusercontent.com/u/2263909?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/akashnimare", - "html_url": "https://github.com/akashnimare", - "followers_url": "https://api.github.com/users/akashnimare/followers", - "following_url": "https://api.github.com/users/akashnimare/following{/other_user}", - "gists_url": "https://api.github.com/users/akashnimare/gists{/gist_id}", - "starred_url": "https://api.github.com/users/akashnimare/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/akashnimare/subscriptions", - "organizations_url": "https://api.github.com/users/akashnimare/orgs", - "repos_url": "https://api.github.com/users/akashnimare/repos", - "events_url": "https://api.github.com/users/akashnimare/events{/privacy}", - "received_events_url": "https://api.github.com/users/akashnimare/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 57312212, - "download_count": 60, - "created_at": "2018-04-18T11:43:13Z", - "updated_at": "2018-04-18T11:51:35Z", - "browser_download_url": "https://github.com/akashnimare/foco/releases/download/v1.7.0/Foco-1.7.0-mac.zip" - }, - { - "url": "https://api.github.com/repos/akashnimare/foco/releases/assets/6885761", - "id": 6885761, - "node_id": "MDEyOlJlbGVhc2VBc3NldDY4ODU3NjE=", - "name": "Foco-1.7.0.dmg", - "label": null, - "uploader": { - "login": "akashnimare", - "id": 2263909, - "node_id": "MDQ6VXNlcjIyNjM5MDk=", - "avatar_url": "https://avatars0.githubusercontent.com/u/2263909?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/akashnimare", - "html_url": "https://github.com/akashnimare", - "followers_url": "https://api.github.com/users/akashnimare/followers", - "following_url": "https://api.github.com/users/akashnimare/following{/other_user}", - "gists_url": "https://api.github.com/users/akashnimare/gists{/gist_id}", - "starred_url": "https://api.github.com/users/akashnimare/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/akashnimare/subscriptions", - "organizations_url": "https://api.github.com/users/akashnimare/orgs", - "repos_url": "https://api.github.com/users/akashnimare/repos", - "events_url": "https://api.github.com/users/akashnimare/events{/privacy}", - "received_events_url": "https://api.github.com/users/akashnimare/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 59336039, - "download_count": 108, - "created_at": "2018-04-18T11:43:14Z", - "updated_at": "2018-04-18T12:01:03Z", - "browser_download_url": "https://github.com/akashnimare/foco/releases/download/v1.7.0/Foco-1.7.0.dmg" - } - ], - "tarball_url": "https://api.github.com/repos/akashnimare/foco/tarball/v1.7.0", - "zipball_url": "https://api.github.com/repos/akashnimare/foco/zipball/v1.7.0", - "body_html": "

It's been a while since I release the previous version 😄
\nThe new version mostly contains UI changes and some new features like the option to mute, unmute all the sounds.

" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:20.265Z" + "foda": { + "latestRelease": null, + "latestReleaseFetchedAt": "2020-09-18T00:10:23.057Z" }, "fog": { "latestRelease": { @@ -32169,11 +32173,15 @@ "zipball_url": "https://api.github.com/repos/vitorgalvao/fog/zipball/1.4.5", "body_html": "

Updated dependencies.

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:20.312Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:23.084Z" }, - "foda": { + "fridayai": { "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:20.363Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:23.101Z" + }, + "freeman": { + "latestRelease": null, + "latestReleaseFetchedAt": "2020-09-18T00:10:23.108Z" }, "freelook": { "latestRelease": { @@ -32352,19 +32360,11 @@ "zipball_url": "https://api.github.com/repos/eNkru/freelook/zipball/v1.0.1", "body_html": "
\n

Release Note

\n

No major changes for this version. A few issue due to the legacy dependencies not working with updates systems. So release a new version with latest libs.

\n\n
\n

Features

\n\n
\n

Tested Env

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:20.366Z" - }, - "freeman": { - "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:20.574Z" - }, - "fridayai": { - "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:20.606Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:23.135Z" }, "gaucho": { "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:20.686Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:23.159Z" }, "fromscratch": { "latestRelease": { @@ -32465,7 +32465,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 76963800, - "download_count": 2354, + "download_count": 2361, "created_at": "2019-01-05T13:46:55Z", "updated_at": "2019-01-05T13:50:19Z", "browser_download_url": "https://github.com/Kilian/fromscratch/releases/download/v1.4.3/FromScratch.1.4.3.AppImage" @@ -32499,7 +32499,7 @@ "content_type": "application/x-ms-dos-executable", "state": "uploaded", "size": 44145433, - "download_count": 18627, + "download_count": 18628, "created_at": "2019-01-05T13:39:55Z", "updated_at": "2019-01-05T13:43:28Z", "browser_download_url": "https://github.com/Kilian/fromscratch/releases/download/v1.4.3/FromScratch.Setup.1.4.3.exe" @@ -32533,7 +32533,7 @@ "content_type": "application/vnd.debian.binary-package", "state": "uploaded", "size": 52179384, - "download_count": 2043, + "download_count": 2047, "created_at": "2019-01-05T13:46:55Z", "updated_at": "2019-01-05T13:52:37Z", "browser_download_url": "https://github.com/Kilian/fromscratch/releases/download/v1.4.3/FromScratch_1.4.3_amd64.deb" @@ -32577,7 +32577,7 @@ "zipball_url": "https://api.github.com/repos/Kilian/fromscratch/zipball/v1.4.3", "body_html": "

Bugfix release: various MacOs Mojave fixes

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:20.710Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:23.173Z" }, "gdevelop": { "latestRelease": { @@ -32678,7 +32678,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 129015839, - "download_count": 1215, + "download_count": 1269, "created_at": "2020-09-01T18:22:42Z", "updated_at": "2020-09-01T18:23:44Z", "browser_download_url": "https://github.com/4ian/GDevelop/releases/download/v5.0.0-beta100/GDevelop-5-5.0.0-beta100.AppImage" @@ -32712,7 +32712,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 125506835, - "download_count": 1170, + "download_count": 1211, "created_at": "2020-09-01T18:23:41Z", "updated_at": "2020-09-01T18:25:47Z", "browser_download_url": "https://github.com/4ian/GDevelop/releases/download/v5.0.0-beta100/GDevelop-5-5.0.0-beta100.dmg" @@ -32780,7 +32780,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 98151827, - "download_count": 10157, + "download_count": 10569, "created_at": "2020-09-01T18:24:11Z", "updated_at": "2020-09-01T18:25:51Z", "browser_download_url": "https://github.com/4ian/GDevelop/releases/download/v5.0.0-beta100/GDevelop-5-Setup-5.0.0-beta100.exe" @@ -32848,7 +32848,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 396, - "download_count": 1888, + "download_count": 1967, "created_at": "2020-09-01T18:26:36Z", "updated_at": "2020-09-01T18:26:36Z", "browser_download_url": "https://github.com/4ian/GDevelop/releases/download/v5.0.0-beta100/latest-linux.yml" @@ -32882,7 +32882,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 553, - "download_count": 4450, + "download_count": 4621, "created_at": "2020-09-01T18:26:36Z", "updated_at": "2020-09-01T18:26:36Z", "browser_download_url": "https://github.com/4ian/GDevelop/releases/download/v5.0.0-beta100/latest-mac.yml" @@ -32916,7 +32916,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 372, - "download_count": 27474, + "download_count": 28452, "created_at": "2020-09-01T18:26:36Z", "updated_at": "2020-09-01T18:26:36Z", "browser_download_url": "https://github.com/4ian/GDevelop/releases/download/v5.0.0-beta100/latest.yml" @@ -32926,7 +32926,7 @@ "zipball_url": "https://api.github.com/repos/4ian/GDevelop/zipball/v5.0.0-beta100", "body_html": "
\n

This release is a bugfix release. See all the new features in beta 99: dynamic 2d lights, keyboard shortcuts, Solarized Dark theme and Peer to Peer communication.

\n
\n

💝 Improvements

\n\n

🐛 Bug fixes

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:20.941Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:23.228Z" }, "geeks-diary": { "latestRelease": { @@ -33037,7 +33037,7 @@ "zipball_url": "https://api.github.com/repos/seokju-na/geeks-diary/zipball/1.0.0-beta2", "body_html": "

This release does not include Auto-Updater. You should manually update when new version released.

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:20.972Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:23.241Z" }, "gifbar": { "latestRelease": { @@ -33114,156 +33114,11 @@ "zipball_url": "https://api.github.com/repos/dcrousso/GIFBar/zipball/1.3", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:21.075Z" - }, - "genotify": { - "latestRelease": { - "url": "https://api.github.com/repos/j-andrews7/Genotify/releases/19357868", - "assets_url": "https://api.github.com/repos/j-andrews7/Genotify/releases/19357868/assets", - "upload_url": "https://uploads.github.com/repos/j-andrews7/Genotify/releases/19357868/assets{?name,label}", - "html_url": "https://github.com/j-andrews7/Genotify/releases/tag/v1.2.2", - "id": 19357868, - "node_id": "MDc6UmVsZWFzZTE5MzU3ODY4", - "tag_name": "v1.2.2", - "target_commitish": "master", - "name": "v1.2.2 Released", - "draft": false, - "author": { - "login": "j-andrews7", - "id": 10225716, - "node_id": "MDQ6VXNlcjEwMjI1NzE2", - "avatar_url": "https://avatars3.githubusercontent.com/u/10225716?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/j-andrews7", - "html_url": "https://github.com/j-andrews7", - "followers_url": "https://api.github.com/users/j-andrews7/followers", - "following_url": "https://api.github.com/users/j-andrews7/following{/other_user}", - "gists_url": "https://api.github.com/users/j-andrews7/gists{/gist_id}", - "starred_url": "https://api.github.com/users/j-andrews7/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/j-andrews7/subscriptions", - "organizations_url": "https://api.github.com/users/j-andrews7/orgs", - "repos_url": "https://api.github.com/users/j-andrews7/repos", - "events_url": "https://api.github.com/users/j-andrews7/events{/privacy}", - "received_events_url": "https://api.github.com/users/j-andrews7/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2019-08-17T22:12:18Z", - "published_at": "2019-08-17T22:25:28Z", - "assets": [ - { - "url": "https://api.github.com/repos/j-andrews7/Genotify/releases/assets/14432097", - "id": 14432097, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0NDMyMDk3", - "name": "Genotify-v1.2.2-linux-x64.tar.gz", - "label": null, - "uploader": { - "login": "j-andrews7", - "id": 10225716, - "node_id": "MDQ6VXNlcjEwMjI1NzE2", - "avatar_url": "https://avatars3.githubusercontent.com/u/10225716?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/j-andrews7", - "html_url": "https://github.com/j-andrews7", - "followers_url": "https://api.github.com/users/j-andrews7/followers", - "following_url": "https://api.github.com/users/j-andrews7/following{/other_user}", - "gists_url": "https://api.github.com/users/j-andrews7/gists{/gist_id}", - "starred_url": "https://api.github.com/users/j-andrews7/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/j-andrews7/subscriptions", - "organizations_url": "https://api.github.com/users/j-andrews7/orgs", - "repos_url": "https://api.github.com/users/j-andrews7/repos", - "events_url": "https://api.github.com/users/j-andrews7/events{/privacy}", - "received_events_url": "https://api.github.com/users/j-andrews7/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-gzip", - "state": "uploaded", - "size": 90503150, - "download_count": 40, - "created_at": "2019-08-17T22:13:54Z", - "updated_at": "2019-08-17T22:25:16Z", - "browser_download_url": "https://github.com/j-andrews7/Genotify/releases/download/v1.2.2/Genotify-v1.2.2-linux-x64.tar.gz" - }, - { - "url": "https://api.github.com/repos/j-andrews7/Genotify/releases/assets/14432094", - "id": 14432094, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0NDMyMDk0", - "name": "Genotify-v1.2.2-Mac-x64.tar.gz", - "label": null, - "uploader": { - "login": "j-andrews7", - "id": 10225716, - "node_id": "MDQ6VXNlcjEwMjI1NzE2", - "avatar_url": "https://avatars3.githubusercontent.com/u/10225716?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/j-andrews7", - "html_url": "https://github.com/j-andrews7", - "followers_url": "https://api.github.com/users/j-andrews7/followers", - "following_url": "https://api.github.com/users/j-andrews7/following{/other_user}", - "gists_url": "https://api.github.com/users/j-andrews7/gists{/gist_id}", - "starred_url": "https://api.github.com/users/j-andrews7/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/j-andrews7/subscriptions", - "organizations_url": "https://api.github.com/users/j-andrews7/orgs", - "repos_url": "https://api.github.com/users/j-andrews7/repos", - "events_url": "https://api.github.com/users/j-andrews7/events{/privacy}", - "received_events_url": "https://api.github.com/users/j-andrews7/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-gzip", - "state": "uploaded", - "size": 88239567, - "download_count": 52, - "created_at": "2019-08-17T22:13:51Z", - "updated_at": "2019-08-17T22:21:12Z", - "browser_download_url": "https://github.com/j-andrews7/Genotify/releases/download/v1.2.2/Genotify-v1.2.2-Mac-x64.tar.gz" - }, - { - "url": "https://api.github.com/repos/j-andrews7/Genotify/releases/assets/14432091", - "id": 14432091, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0NDMyMDkx", - "name": "Genotify-v1.2.2-Windows-x64.tar.gz", - "label": null, - "uploader": { - "login": "j-andrews7", - "id": 10225716, - "node_id": "MDQ6VXNlcjEwMjI1NzE2", - "avatar_url": "https://avatars3.githubusercontent.com/u/10225716?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/j-andrews7", - "html_url": "https://github.com/j-andrews7", - "followers_url": "https://api.github.com/users/j-andrews7/followers", - "following_url": "https://api.github.com/users/j-andrews7/following{/other_user}", - "gists_url": "https://api.github.com/users/j-andrews7/gists{/gist_id}", - "starred_url": "https://api.github.com/users/j-andrews7/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/j-andrews7/subscriptions", - "organizations_url": "https://api.github.com/users/j-andrews7/orgs", - "repos_url": "https://api.github.com/users/j-andrews7/repos", - "events_url": "https://api.github.com/users/j-andrews7/events{/privacy}", - "received_events_url": "https://api.github.com/users/j-andrews7/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-gzip", - "state": "uploaded", - "size": 91977196, - "download_count": 99, - "created_at": "2019-08-17T22:13:47Z", - "updated_at": "2019-08-17T22:17:20Z", - "browser_download_url": "https://github.com/j-andrews7/Genotify/releases/download/v1.2.2/Genotify-v1.2.2-Windows-x64.tar.gz" - } - ], - "tarball_url": "https://api.github.com/repos/j-andrews7/Genotify/tarball/v1.2.2", - "zipball_url": "https://api.github.com/repos/j-andrews7/Genotify/zipball/v1.2.2", - "body_html": "

This release includes fixes for a few bugs that have been popping up more and more due to data source updates. See the change log below for more details. As always, please report any issues or comments to the Issue Tracker. Executables can be downloaded below - simply extract them to a location of your choosing and run.

\n

v1.2.2

\n

Release date: August 17th, 2019

\n" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:21.080Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:23.275Z" }, "github-desktop": { "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:21.291Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:23.296Z" }, "githoard": { "latestRelease": { @@ -33466,7 +33321,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 93319428, - "download_count": 445, + "download_count": 446, "created_at": "2020-07-15T11:16:34Z", "updated_at": "2020-07-15T11:16:54Z", "browser_download_url": "https://github.com/beepboopbangbang/githoard/releases/download/v0.4.0/githoard-0.4.0-x86_64.AppImage" @@ -33748,7 +33603,152 @@ "zipball_url": "https://api.github.com/repos/beepboopbangbang/githoard/zipball/v0.4.0", "body_html": "

This has been a long time coming, more than a year. Bunch of speed and performance improvements. Fixed some errors. Got things more or less working on all major platforms. Enjoy. 😅 ✌️

\n

Known issues with Linux AppImage package not correctly opening the protocol. No solution yet. deb appears to work great.

\n

Pro Tip Press your ALT key while the search bar is focused.

\n

0.4.0 (2020-07-15)

\n

Features

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:21.310Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:23.319Z" + }, + "genotify": { + "latestRelease": { + "url": "https://api.github.com/repos/j-andrews7/Genotify/releases/19357868", + "assets_url": "https://api.github.com/repos/j-andrews7/Genotify/releases/19357868/assets", + "upload_url": "https://uploads.github.com/repos/j-andrews7/Genotify/releases/19357868/assets{?name,label}", + "html_url": "https://github.com/j-andrews7/Genotify/releases/tag/v1.2.2", + "id": 19357868, + "node_id": "MDc6UmVsZWFzZTE5MzU3ODY4", + "tag_name": "v1.2.2", + "target_commitish": "master", + "name": "v1.2.2 Released", + "draft": false, + "author": { + "login": "j-andrews7", + "id": 10225716, + "node_id": "MDQ6VXNlcjEwMjI1NzE2", + "avatar_url": "https://avatars3.githubusercontent.com/u/10225716?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/j-andrews7", + "html_url": "https://github.com/j-andrews7", + "followers_url": "https://api.github.com/users/j-andrews7/followers", + "following_url": "https://api.github.com/users/j-andrews7/following{/other_user}", + "gists_url": "https://api.github.com/users/j-andrews7/gists{/gist_id}", + "starred_url": "https://api.github.com/users/j-andrews7/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/j-andrews7/subscriptions", + "organizations_url": "https://api.github.com/users/j-andrews7/orgs", + "repos_url": "https://api.github.com/users/j-andrews7/repos", + "events_url": "https://api.github.com/users/j-andrews7/events{/privacy}", + "received_events_url": "https://api.github.com/users/j-andrews7/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2019-08-17T22:12:18Z", + "published_at": "2019-08-17T22:25:28Z", + "assets": [ + { + "url": "https://api.github.com/repos/j-andrews7/Genotify/releases/assets/14432097", + "id": 14432097, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0NDMyMDk3", + "name": "Genotify-v1.2.2-linux-x64.tar.gz", + "label": null, + "uploader": { + "login": "j-andrews7", + "id": 10225716, + "node_id": "MDQ6VXNlcjEwMjI1NzE2", + "avatar_url": "https://avatars3.githubusercontent.com/u/10225716?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/j-andrews7", + "html_url": "https://github.com/j-andrews7", + "followers_url": "https://api.github.com/users/j-andrews7/followers", + "following_url": "https://api.github.com/users/j-andrews7/following{/other_user}", + "gists_url": "https://api.github.com/users/j-andrews7/gists{/gist_id}", + "starred_url": "https://api.github.com/users/j-andrews7/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/j-andrews7/subscriptions", + "organizations_url": "https://api.github.com/users/j-andrews7/orgs", + "repos_url": "https://api.github.com/users/j-andrews7/repos", + "events_url": "https://api.github.com/users/j-andrews7/events{/privacy}", + "received_events_url": "https://api.github.com/users/j-andrews7/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 90503150, + "download_count": 40, + "created_at": "2019-08-17T22:13:54Z", + "updated_at": "2019-08-17T22:25:16Z", + "browser_download_url": "https://github.com/j-andrews7/Genotify/releases/download/v1.2.2/Genotify-v1.2.2-linux-x64.tar.gz" + }, + { + "url": "https://api.github.com/repos/j-andrews7/Genotify/releases/assets/14432094", + "id": 14432094, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0NDMyMDk0", + "name": "Genotify-v1.2.2-Mac-x64.tar.gz", + "label": null, + "uploader": { + "login": "j-andrews7", + "id": 10225716, + "node_id": "MDQ6VXNlcjEwMjI1NzE2", + "avatar_url": "https://avatars3.githubusercontent.com/u/10225716?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/j-andrews7", + "html_url": "https://github.com/j-andrews7", + "followers_url": "https://api.github.com/users/j-andrews7/followers", + "following_url": "https://api.github.com/users/j-andrews7/following{/other_user}", + "gists_url": "https://api.github.com/users/j-andrews7/gists{/gist_id}", + "starred_url": "https://api.github.com/users/j-andrews7/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/j-andrews7/subscriptions", + "organizations_url": "https://api.github.com/users/j-andrews7/orgs", + "repos_url": "https://api.github.com/users/j-andrews7/repos", + "events_url": "https://api.github.com/users/j-andrews7/events{/privacy}", + "received_events_url": "https://api.github.com/users/j-andrews7/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 88239567, + "download_count": 52, + "created_at": "2019-08-17T22:13:51Z", + "updated_at": "2019-08-17T22:21:12Z", + "browser_download_url": "https://github.com/j-andrews7/Genotify/releases/download/v1.2.2/Genotify-v1.2.2-Mac-x64.tar.gz" + }, + { + "url": "https://api.github.com/repos/j-andrews7/Genotify/releases/assets/14432091", + "id": 14432091, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0NDMyMDkx", + "name": "Genotify-v1.2.2-Windows-x64.tar.gz", + "label": null, + "uploader": { + "login": "j-andrews7", + "id": 10225716, + "node_id": "MDQ6VXNlcjEwMjI1NzE2", + "avatar_url": "https://avatars3.githubusercontent.com/u/10225716?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/j-andrews7", + "html_url": "https://github.com/j-andrews7", + "followers_url": "https://api.github.com/users/j-andrews7/followers", + "following_url": "https://api.github.com/users/j-andrews7/following{/other_user}", + "gists_url": "https://api.github.com/users/j-andrews7/gists{/gist_id}", + "starred_url": "https://api.github.com/users/j-andrews7/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/j-andrews7/subscriptions", + "organizations_url": "https://api.github.com/users/j-andrews7/orgs", + "repos_url": "https://api.github.com/users/j-andrews7/repos", + "events_url": "https://api.github.com/users/j-andrews7/events{/privacy}", + "received_events_url": "https://api.github.com/users/j-andrews7/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 91977196, + "download_count": 99, + "created_at": "2019-08-17T22:13:47Z", + "updated_at": "2019-08-17T22:17:20Z", + "browser_download_url": "https://github.com/j-andrews7/Genotify/releases/download/v1.2.2/Genotify-v1.2.2-Windows-x64.tar.gz" + } + ], + "tarball_url": "https://api.github.com/repos/j-andrews7/Genotify/tarball/v1.2.2", + "zipball_url": "https://api.github.com/repos/j-andrews7/Genotify/zipball/v1.2.2", + "body_html": "

This release includes fixes for a few bugs that have been popping up more and more due to data source updates. See the change log below for more details. As always, please report any issues or comments to the Issue Tracker. Executables can be downloaded below - simply extract them to a location of your choosing and run.

\n

v1.2.2

\n

Release date: August 17th, 2019

\n" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:23.327Z" }, "gitmoji": { "latestRelease": { @@ -33790,7 +33790,7 @@ "zipball_url": "https://api.github.com/repos/carloscuesta/gitmoji/zipball/v3.0.0", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:21.425Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:23.367Z" }, "gitify": { "latestRelease": { @@ -33857,7 +33857,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 102508916, - "download_count": 3071, + "download_count": 3077, "created_at": "2020-06-23T18:07:54Z", "updated_at": "2020-06-23T18:07:57Z", "browser_download_url": "https://github.com/manosim/gitify/releases/download/v3.1.0/Gitify-3.1.0-mac.zip" @@ -33925,7 +33925,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 105901794, - "download_count": 971, + "download_count": 976, "created_at": "2020-06-23T18:07:39Z", "updated_at": "2020-06-23T18:07:42Z", "browser_download_url": "https://github.com/manosim/gitify/releases/download/v3.1.0/Gitify-3.1.0.dmg" @@ -33993,7 +33993,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 75249822, - "download_count": 281, + "download_count": 284, "created_at": "2020-06-23T18:04:59Z", "updated_at": "2020-06-23T18:05:12Z", "browser_download_url": "https://github.com/manosim/gitify/releases/download/v3.1.0/Gitify-Setup-3.1.0.exe" @@ -34095,7 +34095,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 364, - "download_count": 159, + "download_count": 161, "created_at": "2020-06-23T18:02:50Z", "updated_at": "2020-06-23T18:02:50Z", "browser_download_url": "https://github.com/manosim/gitify/releases/download/v3.1.0/latest-linux.yml" @@ -34129,7 +34129,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 509, - "download_count": 15203, + "download_count": 15315, "created_at": "2020-06-23T18:07:57Z", "updated_at": "2020-06-23T18:07:57Z", "browser_download_url": "https://github.com/manosim/gitify/releases/download/v3.1.0/latest-mac.yml" @@ -34163,7 +34163,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 340, - "download_count": 2326, + "download_count": 2349, "created_at": "2020-06-23T18:05:12Z", "updated_at": "2020-06-23T18:05:13Z", "browser_download_url": "https://github.com/manosim/gitify/releases/download/v3.1.0/latest.yml" @@ -34173,11 +34173,11 @@ "zipball_url": "https://api.github.com/repos/manosim/gitify/zipball/v3.1.0", "body_html": "

Features

\n\n

Bugfixes

\n\n

More

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:21.456Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:23.369Z" }, "glass-browser": { "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:21.602Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:23.372Z" }, "glyphr-studio": { "latestRelease": { @@ -34244,7 +34244,7 @@ "content_type": "application/x-deb", "state": "uploaded", "size": 54462636, - "download_count": 172, + "download_count": 174, "created_at": "2020-07-22T18:06:02Z", "updated_at": "2020-07-22T18:06:04Z", "browser_download_url": "https://github.com/glyphr-studio/Glyphr-Studio-Desktop/releases/download/v0.5.6/glyphr-studio-desktop_0.5.6_amd64.deb" @@ -34278,7 +34278,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 94142464, - "download_count": 45, + "download_count": 46, "created_at": "2020-07-22T18:06:04Z", "updated_at": "2020-07-22T18:06:07Z", "browser_download_url": "https://github.com/glyphr-studio/Glyphr-Studio-Desktop/releases/download/v0.5.6/glyphr-studio-desktop_0.5.6_amd64.snap" @@ -34312,7 +34312,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 115119547, - "download_count": 139, + "download_count": 141, "created_at": "2020-07-22T18:05:55Z", "updated_at": "2020-07-22T18:05:59Z", "browser_download_url": "https://github.com/glyphr-studio/Glyphr-Studio-Desktop/releases/download/v0.5.6/Glyphr.Studio-0.5.6.AppImage" @@ -34346,7 +34346,7 @@ "content_type": "application/x-diskcopy", "state": "uploaded", "size": 111072500, - "download_count": 282, + "download_count": 287, "created_at": "2020-07-22T18:05:59Z", "updated_at": "2020-07-22T18:06:02Z", "browser_download_url": "https://github.com/glyphr-studio/Glyphr-Studio-Desktop/releases/download/v0.5.6/Glyphr.Studio-0.5.6.dmg" @@ -34380,7 +34380,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 77934505, - "download_count": 821, + "download_count": 825, "created_at": "2020-07-22T18:05:52Z", "updated_at": "2020-07-22T18:05:55Z", "browser_download_url": "https://github.com/glyphr-studio/Glyphr-Studio-Desktop/releases/download/v0.5.6/Glyphr.Studio.Setup.0.5.6.exe" @@ -34390,11 +34390,330 @@ "zipball_url": "https://api.github.com/repos/glyphr-studio/Glyphr-Studio-Desktop/zipball/v0.5.6", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:21.642Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:23.429Z" }, "golem": { "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:21.732Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:23.430Z" + }, + "graphiql": { + "latestRelease": { + "url": "https://api.github.com/repos/skevy/graphiql-app/releases/10215102", + "assets_url": "https://api.github.com/repos/skevy/graphiql-app/releases/10215102/assets", + "upload_url": "https://uploads.github.com/repos/skevy/graphiql-app/releases/10215102/assets{?name,label}", + "html_url": "https://github.com/skevy/graphiql-app/releases/tag/v0.7.2", + "id": 10215102, + "node_id": "MDc6UmVsZWFzZTEwMjE1MTAy", + "tag_name": "v0.7.2", + "target_commitish": "master", + "name": "0.7.2", + "draft": false, + "author": { + "login": "gjtorikian", + "id": 64050, + "node_id": "MDQ6VXNlcjY0MDUw", + "avatar_url": "https://avatars1.githubusercontent.com/u/64050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gjtorikian", + "html_url": "https://github.com/gjtorikian", + "followers_url": "https://api.github.com/users/gjtorikian/followers", + "following_url": "https://api.github.com/users/gjtorikian/following{/other_user}", + "gists_url": "https://api.github.com/users/gjtorikian/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gjtorikian/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gjtorikian/subscriptions", + "organizations_url": "https://api.github.com/users/gjtorikian/orgs", + "repos_url": "https://api.github.com/users/gjtorikian/repos", + "events_url": "https://api.github.com/users/gjtorikian/events{/privacy}", + "received_events_url": "https://api.github.com/users/gjtorikian/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2018-03-22T17:11:00Z", + "published_at": "2018-03-22T17:53:17Z", + "assets": [ + { + "url": "https://api.github.com/repos/skevy/graphiql-app/releases/assets/6598708", + "id": 6598708, + "node_id": "MDEyOlJlbGVhc2VBc3NldDY1OTg3MDg=", + "name": "GraphiQL-0.7.2.dmg", + "label": "", + "uploader": { + "login": "gjtorikian", + "id": 64050, + "node_id": "MDQ6VXNlcjY0MDUw", + "avatar_url": "https://avatars1.githubusercontent.com/u/64050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gjtorikian", + "html_url": "https://github.com/gjtorikian", + "followers_url": "https://api.github.com/users/gjtorikian/followers", + "following_url": "https://api.github.com/users/gjtorikian/following{/other_user}", + "gists_url": "https://api.github.com/users/gjtorikian/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gjtorikian/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gjtorikian/subscriptions", + "organizations_url": "https://api.github.com/users/gjtorikian/orgs", + "repos_url": "https://api.github.com/users/gjtorikian/repos", + "events_url": "https://api.github.com/users/gjtorikian/events{/privacy}", + "received_events_url": "https://api.github.com/users/gjtorikian/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 52276700, + "download_count": 23149, + "created_at": "2018-03-22T17:12:02Z", + "updated_at": "2018-03-22T17:12:08Z", + "browser_download_url": "https://github.com/skevy/graphiql-app/releases/download/v0.7.2/GraphiQL-0.7.2.dmg" + }, + { + "url": "https://api.github.com/repos/skevy/graphiql-app/releases/assets/6598714", + "id": 6598714, + "node_id": "MDEyOlJlbGVhc2VBc3NldDY1OTg3MTQ=", + "name": "graphiql-app-0.7.2-mac.zip", + "label": "", + "uploader": { + "login": "gjtorikian", + "id": 64050, + "node_id": "MDQ6VXNlcjY0MDUw", + "avatar_url": "https://avatars1.githubusercontent.com/u/64050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gjtorikian", + "html_url": "https://github.com/gjtorikian", + "followers_url": "https://api.github.com/users/gjtorikian/followers", + "following_url": "https://api.github.com/users/gjtorikian/following{/other_user}", + "gists_url": "https://api.github.com/users/gjtorikian/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gjtorikian/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gjtorikian/subscriptions", + "organizations_url": "https://api.github.com/users/gjtorikian/orgs", + "repos_url": "https://api.github.com/users/gjtorikian/repos", + "events_url": "https://api.github.com/users/gjtorikian/events{/privacy}", + "received_events_url": "https://api.github.com/users/gjtorikian/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 49961725, + "download_count": 51449, + "created_at": "2018-03-22T17:12:49Z", + "updated_at": "2018-03-22T17:12:55Z", + "browser_download_url": "https://github.com/skevy/graphiql-app/releases/download/v0.7.2/graphiql-app-0.7.2-mac.zip" + }, + { + "url": "https://api.github.com/repos/skevy/graphiql-app/releases/assets/6598710", + "id": 6598710, + "node_id": "MDEyOlJlbGVhc2VBc3NldDY1OTg3MTA=", + "name": "graphiql-app-0.7.2-x86_64.AppImage", + "label": "", + "uploader": { + "login": "gjtorikian", + "id": 64050, + "node_id": "MDQ6VXNlcjY0MDUw", + "avatar_url": "https://avatars1.githubusercontent.com/u/64050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gjtorikian", + "html_url": "https://github.com/gjtorikian", + "followers_url": "https://api.github.com/users/gjtorikian/followers", + "following_url": "https://api.github.com/users/gjtorikian/following{/other_user}", + "gists_url": "https://api.github.com/users/gjtorikian/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gjtorikian/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gjtorikian/subscriptions", + "organizations_url": "https://api.github.com/users/gjtorikian/orgs", + "repos_url": "https://api.github.com/users/gjtorikian/repos", + "events_url": "https://api.github.com/users/gjtorikian/events{/privacy}", + "received_events_url": "https://api.github.com/users/gjtorikian/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 55665876, + "download_count": 13350, + "created_at": "2018-03-22T17:12:11Z", + "updated_at": "2018-03-22T17:12:16Z", + "browser_download_url": "https://github.com/skevy/graphiql-app/releases/download/v0.7.2/graphiql-app-0.7.2-x86_64.AppImage" + }, + { + "url": "https://api.github.com/repos/skevy/graphiql-app/releases/assets/6598720", + "id": 6598720, + "node_id": "MDEyOlJlbGVhc2VBc3NldDY1OTg3MjA=", + "name": "graphiql-app-setup-0.7.2.exe", + "label": "", + "uploader": { + "login": "gjtorikian", + "id": 64050, + "node_id": "MDQ6VXNlcjY0MDUw", + "avatar_url": "https://avatars1.githubusercontent.com/u/64050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gjtorikian", + "html_url": "https://github.com/gjtorikian", + "followers_url": "https://api.github.com/users/gjtorikian/followers", + "following_url": "https://api.github.com/users/gjtorikian/following{/other_user}", + "gists_url": "https://api.github.com/users/gjtorikian/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gjtorikian/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gjtorikian/subscriptions", + "organizations_url": "https://api.github.com/users/gjtorikian/orgs", + "repos_url": "https://api.github.com/users/gjtorikian/repos", + "events_url": "https://api.github.com/users/gjtorikian/events{/privacy}", + "received_events_url": "https://api.github.com/users/gjtorikian/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 37976830, + "download_count": 48247, + "created_at": "2018-03-22T17:13:28Z", + "updated_at": "2018-03-22T17:13:32Z", + "browser_download_url": "https://github.com/skevy/graphiql-app/releases/download/v0.7.2/graphiql-app-setup-0.7.2.exe" + }, + { + "url": "https://api.github.com/repos/skevy/graphiql-app/releases/assets/6598722", + "id": 6598722, + "node_id": "MDEyOlJlbGVhc2VBc3NldDY1OTg3MjI=", + "name": "latest-linux.yml", + "label": "", + "uploader": { + "login": "gjtorikian", + "id": 64050, + "node_id": "MDQ6VXNlcjY0MDUw", + "avatar_url": "https://avatars1.githubusercontent.com/u/64050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gjtorikian", + "html_url": "https://github.com/gjtorikian", + "followers_url": "https://api.github.com/users/gjtorikian/followers", + "following_url": "https://api.github.com/users/gjtorikian/following{/other_user}", + "gists_url": "https://api.github.com/users/gjtorikian/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gjtorikian/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gjtorikian/subscriptions", + "organizations_url": "https://api.github.com/users/gjtorikian/orgs", + "repos_url": "https://api.github.com/users/gjtorikian/repos", + "events_url": "https://api.github.com/users/gjtorikian/events{/privacy}", + "received_events_url": "https://api.github.com/users/gjtorikian/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "text/yaml", + "state": "uploaded", + "size": 234, + "download_count": 464, + "created_at": "2018-03-22T17:13:32Z", + "updated_at": "2018-03-22T17:13:32Z", + "browser_download_url": "https://github.com/skevy/graphiql-app/releases/download/v0.7.2/latest-linux.yml" + }, + { + "url": "https://api.github.com/repos/skevy/graphiql-app/releases/assets/6598715", + "id": 6598715, + "node_id": "MDEyOlJlbGVhc2VBc3NldDY1OTg3MTU=", + "name": "latest-mac.json", + "label": "", + "uploader": { + "login": "gjtorikian", + "id": 64050, + "node_id": "MDQ6VXNlcjY0MDUw", + "avatar_url": "https://avatars1.githubusercontent.com/u/64050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gjtorikian", + "html_url": "https://github.com/gjtorikian", + "followers_url": "https://api.github.com/users/gjtorikian/followers", + "following_url": "https://api.github.com/users/gjtorikian/following{/other_user}", + "gists_url": "https://api.github.com/users/gjtorikian/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gjtorikian/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gjtorikian/subscriptions", + "organizations_url": "https://api.github.com/users/gjtorikian/orgs", + "repos_url": "https://api.github.com/users/gjtorikian/repos", + "events_url": "https://api.github.com/users/gjtorikian/events{/privacy}", + "received_events_url": "https://api.github.com/users/gjtorikian/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/json", + "state": "uploaded", + "size": 172, + "download_count": 154, + "created_at": "2018-03-22T17:12:50Z", + "updated_at": "2018-03-22T17:12:50Z", + "browser_download_url": "https://github.com/skevy/graphiql-app/releases/download/v0.7.2/latest-mac.json" + }, + { + "url": "https://api.github.com/repos/skevy/graphiql-app/releases/assets/6598721", + "id": 6598721, + "node_id": "MDEyOlJlbGVhc2VBc3NldDY1OTg3MjE=", + "name": "latest-mac.yml", + "label": "", + "uploader": { + "login": "gjtorikian", + "id": 64050, + "node_id": "MDQ6VXNlcjY0MDUw", + "avatar_url": "https://avatars1.githubusercontent.com/u/64050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gjtorikian", + "html_url": "https://github.com/gjtorikian", + "followers_url": "https://api.github.com/users/gjtorikian/followers", + "following_url": "https://api.github.com/users/gjtorikian/following{/other_user}", + "gists_url": "https://api.github.com/users/gjtorikian/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gjtorikian/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gjtorikian/subscriptions", + "organizations_url": "https://api.github.com/users/gjtorikian/orgs", + "repos_url": "https://api.github.com/users/gjtorikian/repos", + "events_url": "https://api.github.com/users/gjtorikian/events{/privacy}", + "received_events_url": "https://api.github.com/users/gjtorikian/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "text/yaml", + "state": "uploaded", + "size": 233, + "download_count": 108, + "created_at": "2018-03-22T17:13:32Z", + "updated_at": "2018-03-22T17:13:32Z", + "browser_download_url": "https://github.com/skevy/graphiql-app/releases/download/v0.7.2/latest-mac.yml" + }, + { + "url": "https://api.github.com/repos/skevy/graphiql-app/releases/assets/6598723", + "id": 6598723, + "node_id": "MDEyOlJlbGVhc2VBc3NldDY1OTg3MjM=", + "name": "latest.yml", + "label": "", + "uploader": { + "login": "gjtorikian", + "id": 64050, + "node_id": "MDQ6VXNlcjY0MDUw", + "avatar_url": "https://avatars1.githubusercontent.com/u/64050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gjtorikian", + "html_url": "https://github.com/gjtorikian", + "followers_url": "https://api.github.com/users/gjtorikian/followers", + "following_url": "https://api.github.com/users/gjtorikian/following{/other_user}", + "gists_url": "https://api.github.com/users/gjtorikian/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gjtorikian/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gjtorikian/subscriptions", + "organizations_url": "https://api.github.com/users/gjtorikian/orgs", + "repos_url": "https://api.github.com/users/gjtorikian/repos", + "events_url": "https://api.github.com/users/gjtorikian/events{/privacy}", + "received_events_url": "https://api.github.com/users/gjtorikian/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "text/yaml", + "state": "uploaded", + "size": 308, + "download_count": 151, + "created_at": "2018-03-22T17:13:32Z", + "updated_at": "2018-03-22T17:13:33Z", + "browser_download_url": "https://github.com/skevy/graphiql-app/releases/download/v0.7.2/latest.yml" + } + ], + "tarball_url": "https://api.github.com/repos/skevy/graphiql-app/tarball/v0.7.2", + "zipball_url": "https://api.github.com/repos/skevy/graphiql-app/zipball/v0.7.2", + "body_html": "" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:23.467Z" + }, + "graviton-editor": { + "latestRelease": null, + "latestReleaseFetchedAt": "2020-09-18T00:10:23.482Z" }, "google-play-music-desktop-player": { "latestRelease": { @@ -34461,7 +34780,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 51260807, - "download_count": 661, + "download_count": 663, "created_at": "2020-01-07T01:27:27Z", "updated_at": "2020-01-07T01:35:21Z", "browser_download_url": "https://github.com/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-/releases/download/v4.7.1/google-play-music-desktop-player-4.7.1.i386.rpm" @@ -34495,7 +34814,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 50114513, - "download_count": 2416, + "download_count": 2422, "created_at": "2020-01-07T01:27:27Z", "updated_at": "2020-01-07T01:37:21Z", "browser_download_url": "https://github.com/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-/releases/download/v4.7.1/google-play-music-desktop-player-4.7.1.x86_64.rpm" @@ -34529,7 +34848,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 44964024, - "download_count": 15332, + "download_count": 15341, "created_at": "2020-01-07T01:27:27Z", "updated_at": "2020-01-07T01:33:19Z", "browser_download_url": "https://github.com/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-/releases/download/v4.7.1/google-play-music-desktop-player_4.7.1_amd64.deb" @@ -34563,7 +34882,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 46014882, - "download_count": 1638, + "download_count": 1639, "created_at": "2020-01-07T01:27:27Z", "updated_at": "2020-01-07T01:29:01Z", "browser_download_url": "https://github.com/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-/releases/download/v4.7.1/google-play-music-desktop-player_4.7.1_i386.deb" @@ -34597,7 +34916,7 @@ "content_type": "application/x-zip-compressed", "state": "uploaded", "size": 65959334, - "download_count": 33058, + "download_count": 33080, "created_at": "2020-01-07T01:38:52Z", "updated_at": "2020-01-07T01:40:57Z", "browser_download_url": "https://github.com/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-/releases/download/v4.7.1/Google.Play.Music.Desktop.Player.OSX.zip" @@ -34631,7 +34950,7 @@ "content_type": "application/x-msdownload", "state": "uploaded", "size": 60112912, - "download_count": 87993, + "download_count": 88102, "created_at": "2020-01-07T01:22:14Z", "updated_at": "2020-01-07T01:26:22Z", "browser_download_url": "https://github.com/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-/releases/download/v4.7.1/Google.Play.Music.Desktop.Player.Setup.exe" @@ -34665,7 +34984,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 28340414, - "download_count": 64993, + "download_count": 65014, "created_at": "2020-01-07T01:22:14Z", "updated_at": "2020-01-07T01:27:22Z", "browser_download_url": "https://github.com/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-/releases/download/v4.7.1/GPMDP_3-4.7.1-delta.nupkg" @@ -34699,7 +35018,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 59009265, - "download_count": 14834, + "download_count": 14840, "created_at": "2020-01-07T01:22:13Z", "updated_at": "2020-01-07T01:24:05Z", "browser_download_url": "https://github.com/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-/releases/download/v4.7.1/GPMDP_3-4.7.1-full.nupkg" @@ -34733,7 +35052,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 153, - "download_count": 16717533, + "download_count": 16747453, "created_at": "2020-01-07T01:22:14Z", "updated_at": "2020-01-07T01:24:05Z", "browser_download_url": "https://github.com/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-/releases/download/v4.7.1/RELEASES" @@ -34743,326 +35062,7 @@ "zipball_url": "https://api.github.com/repos/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-/zipball/v4.7.1", "body_html": "

This is a minor release of Google Play Music Desktop Player

\n

It's been a long time coming so quick shout out to everyone for struggling on and waiting for this release.

\n

Here is a quick run down of all things that have changed.

\n\n

Thanks to all the amazing people who have helped with these features and fixes.

\n

Special shoutout to @jostrander for keeping the issue tracker and community under control while we worked through this 🙇

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:21.810Z" - }, - "graphiql": { - "latestRelease": { - "url": "https://api.github.com/repos/skevy/graphiql-app/releases/10215102", - "assets_url": "https://api.github.com/repos/skevy/graphiql-app/releases/10215102/assets", - "upload_url": "https://uploads.github.com/repos/skevy/graphiql-app/releases/10215102/assets{?name,label}", - "html_url": "https://github.com/skevy/graphiql-app/releases/tag/v0.7.2", - "id": 10215102, - "node_id": "MDc6UmVsZWFzZTEwMjE1MTAy", - "tag_name": "v0.7.2", - "target_commitish": "master", - "name": "0.7.2", - "draft": false, - "author": { - "login": "gjtorikian", - "id": 64050, - "node_id": "MDQ6VXNlcjY0MDUw", - "avatar_url": "https://avatars1.githubusercontent.com/u/64050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/gjtorikian", - "html_url": "https://github.com/gjtorikian", - "followers_url": "https://api.github.com/users/gjtorikian/followers", - "following_url": "https://api.github.com/users/gjtorikian/following{/other_user}", - "gists_url": "https://api.github.com/users/gjtorikian/gists{/gist_id}", - "starred_url": "https://api.github.com/users/gjtorikian/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/gjtorikian/subscriptions", - "organizations_url": "https://api.github.com/users/gjtorikian/orgs", - "repos_url": "https://api.github.com/users/gjtorikian/repos", - "events_url": "https://api.github.com/users/gjtorikian/events{/privacy}", - "received_events_url": "https://api.github.com/users/gjtorikian/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2018-03-22T17:11:00Z", - "published_at": "2018-03-22T17:53:17Z", - "assets": [ - { - "url": "https://api.github.com/repos/skevy/graphiql-app/releases/assets/6598708", - "id": 6598708, - "node_id": "MDEyOlJlbGVhc2VBc3NldDY1OTg3MDg=", - "name": "GraphiQL-0.7.2.dmg", - "label": "", - "uploader": { - "login": "gjtorikian", - "id": 64050, - "node_id": "MDQ6VXNlcjY0MDUw", - "avatar_url": "https://avatars1.githubusercontent.com/u/64050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/gjtorikian", - "html_url": "https://github.com/gjtorikian", - "followers_url": "https://api.github.com/users/gjtorikian/followers", - "following_url": "https://api.github.com/users/gjtorikian/following{/other_user}", - "gists_url": "https://api.github.com/users/gjtorikian/gists{/gist_id}", - "starred_url": "https://api.github.com/users/gjtorikian/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/gjtorikian/subscriptions", - "organizations_url": "https://api.github.com/users/gjtorikian/orgs", - "repos_url": "https://api.github.com/users/gjtorikian/repos", - "events_url": "https://api.github.com/users/gjtorikian/events{/privacy}", - "received_events_url": "https://api.github.com/users/gjtorikian/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 52276700, - "download_count": 23129, - "created_at": "2018-03-22T17:12:02Z", - "updated_at": "2018-03-22T17:12:08Z", - "browser_download_url": "https://github.com/skevy/graphiql-app/releases/download/v0.7.2/GraphiQL-0.7.2.dmg" - }, - { - "url": "https://api.github.com/repos/skevy/graphiql-app/releases/assets/6598714", - "id": 6598714, - "node_id": "MDEyOlJlbGVhc2VBc3NldDY1OTg3MTQ=", - "name": "graphiql-app-0.7.2-mac.zip", - "label": "", - "uploader": { - "login": "gjtorikian", - "id": 64050, - "node_id": "MDQ6VXNlcjY0MDUw", - "avatar_url": "https://avatars1.githubusercontent.com/u/64050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/gjtorikian", - "html_url": "https://github.com/gjtorikian", - "followers_url": "https://api.github.com/users/gjtorikian/followers", - "following_url": "https://api.github.com/users/gjtorikian/following{/other_user}", - "gists_url": "https://api.github.com/users/gjtorikian/gists{/gist_id}", - "starred_url": "https://api.github.com/users/gjtorikian/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/gjtorikian/subscriptions", - "organizations_url": "https://api.github.com/users/gjtorikian/orgs", - "repos_url": "https://api.github.com/users/gjtorikian/repos", - "events_url": "https://api.github.com/users/gjtorikian/events{/privacy}", - "received_events_url": "https://api.github.com/users/gjtorikian/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 49961725, - "download_count": 51406, - "created_at": "2018-03-22T17:12:49Z", - "updated_at": "2018-03-22T17:12:55Z", - "browser_download_url": "https://github.com/skevy/graphiql-app/releases/download/v0.7.2/graphiql-app-0.7.2-mac.zip" - }, - { - "url": "https://api.github.com/repos/skevy/graphiql-app/releases/assets/6598710", - "id": 6598710, - "node_id": "MDEyOlJlbGVhc2VBc3NldDY1OTg3MTA=", - "name": "graphiql-app-0.7.2-x86_64.AppImage", - "label": "", - "uploader": { - "login": "gjtorikian", - "id": 64050, - "node_id": "MDQ6VXNlcjY0MDUw", - "avatar_url": "https://avatars1.githubusercontent.com/u/64050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/gjtorikian", - "html_url": "https://github.com/gjtorikian", - "followers_url": "https://api.github.com/users/gjtorikian/followers", - "following_url": "https://api.github.com/users/gjtorikian/following{/other_user}", - "gists_url": "https://api.github.com/users/gjtorikian/gists{/gist_id}", - "starred_url": "https://api.github.com/users/gjtorikian/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/gjtorikian/subscriptions", - "organizations_url": "https://api.github.com/users/gjtorikian/orgs", - "repos_url": "https://api.github.com/users/gjtorikian/repos", - "events_url": "https://api.github.com/users/gjtorikian/events{/privacy}", - "received_events_url": "https://api.github.com/users/gjtorikian/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 55665876, - "download_count": 13337, - "created_at": "2018-03-22T17:12:11Z", - "updated_at": "2018-03-22T17:12:16Z", - "browser_download_url": "https://github.com/skevy/graphiql-app/releases/download/v0.7.2/graphiql-app-0.7.2-x86_64.AppImage" - }, - { - "url": "https://api.github.com/repos/skevy/graphiql-app/releases/assets/6598720", - "id": 6598720, - "node_id": "MDEyOlJlbGVhc2VBc3NldDY1OTg3MjA=", - "name": "graphiql-app-setup-0.7.2.exe", - "label": "", - "uploader": { - "login": "gjtorikian", - "id": 64050, - "node_id": "MDQ6VXNlcjY0MDUw", - "avatar_url": "https://avatars1.githubusercontent.com/u/64050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/gjtorikian", - "html_url": "https://github.com/gjtorikian", - "followers_url": "https://api.github.com/users/gjtorikian/followers", - "following_url": "https://api.github.com/users/gjtorikian/following{/other_user}", - "gists_url": "https://api.github.com/users/gjtorikian/gists{/gist_id}", - "starred_url": "https://api.github.com/users/gjtorikian/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/gjtorikian/subscriptions", - "organizations_url": "https://api.github.com/users/gjtorikian/orgs", - "repos_url": "https://api.github.com/users/gjtorikian/repos", - "events_url": "https://api.github.com/users/gjtorikian/events{/privacy}", - "received_events_url": "https://api.github.com/users/gjtorikian/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 37976830, - "download_count": 48229, - "created_at": "2018-03-22T17:13:28Z", - "updated_at": "2018-03-22T17:13:32Z", - "browser_download_url": "https://github.com/skevy/graphiql-app/releases/download/v0.7.2/graphiql-app-setup-0.7.2.exe" - }, - { - "url": "https://api.github.com/repos/skevy/graphiql-app/releases/assets/6598722", - "id": 6598722, - "node_id": "MDEyOlJlbGVhc2VBc3NldDY1OTg3MjI=", - "name": "latest-linux.yml", - "label": "", - "uploader": { - "login": "gjtorikian", - "id": 64050, - "node_id": "MDQ6VXNlcjY0MDUw", - "avatar_url": "https://avatars1.githubusercontent.com/u/64050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/gjtorikian", - "html_url": "https://github.com/gjtorikian", - "followers_url": "https://api.github.com/users/gjtorikian/followers", - "following_url": "https://api.github.com/users/gjtorikian/following{/other_user}", - "gists_url": "https://api.github.com/users/gjtorikian/gists{/gist_id}", - "starred_url": "https://api.github.com/users/gjtorikian/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/gjtorikian/subscriptions", - "organizations_url": "https://api.github.com/users/gjtorikian/orgs", - "repos_url": "https://api.github.com/users/gjtorikian/repos", - "events_url": "https://api.github.com/users/gjtorikian/events{/privacy}", - "received_events_url": "https://api.github.com/users/gjtorikian/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "text/yaml", - "state": "uploaded", - "size": 234, - "download_count": 463, - "created_at": "2018-03-22T17:13:32Z", - "updated_at": "2018-03-22T17:13:32Z", - "browser_download_url": "https://github.com/skevy/graphiql-app/releases/download/v0.7.2/latest-linux.yml" - }, - { - "url": "https://api.github.com/repos/skevy/graphiql-app/releases/assets/6598715", - "id": 6598715, - "node_id": "MDEyOlJlbGVhc2VBc3NldDY1OTg3MTU=", - "name": "latest-mac.json", - "label": "", - "uploader": { - "login": "gjtorikian", - "id": 64050, - "node_id": "MDQ6VXNlcjY0MDUw", - "avatar_url": "https://avatars1.githubusercontent.com/u/64050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/gjtorikian", - "html_url": "https://github.com/gjtorikian", - "followers_url": "https://api.github.com/users/gjtorikian/followers", - "following_url": "https://api.github.com/users/gjtorikian/following{/other_user}", - "gists_url": "https://api.github.com/users/gjtorikian/gists{/gist_id}", - "starred_url": "https://api.github.com/users/gjtorikian/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/gjtorikian/subscriptions", - "organizations_url": "https://api.github.com/users/gjtorikian/orgs", - "repos_url": "https://api.github.com/users/gjtorikian/repos", - "events_url": "https://api.github.com/users/gjtorikian/events{/privacy}", - "received_events_url": "https://api.github.com/users/gjtorikian/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/json", - "state": "uploaded", - "size": 172, - "download_count": 154, - "created_at": "2018-03-22T17:12:50Z", - "updated_at": "2018-03-22T17:12:50Z", - "browser_download_url": "https://github.com/skevy/graphiql-app/releases/download/v0.7.2/latest-mac.json" - }, - { - "url": "https://api.github.com/repos/skevy/graphiql-app/releases/assets/6598721", - "id": 6598721, - "node_id": "MDEyOlJlbGVhc2VBc3NldDY1OTg3MjE=", - "name": "latest-mac.yml", - "label": "", - "uploader": { - "login": "gjtorikian", - "id": 64050, - "node_id": "MDQ6VXNlcjY0MDUw", - "avatar_url": "https://avatars1.githubusercontent.com/u/64050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/gjtorikian", - "html_url": "https://github.com/gjtorikian", - "followers_url": "https://api.github.com/users/gjtorikian/followers", - "following_url": "https://api.github.com/users/gjtorikian/following{/other_user}", - "gists_url": "https://api.github.com/users/gjtorikian/gists{/gist_id}", - "starred_url": "https://api.github.com/users/gjtorikian/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/gjtorikian/subscriptions", - "organizations_url": "https://api.github.com/users/gjtorikian/orgs", - "repos_url": "https://api.github.com/users/gjtorikian/repos", - "events_url": "https://api.github.com/users/gjtorikian/events{/privacy}", - "received_events_url": "https://api.github.com/users/gjtorikian/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "text/yaml", - "state": "uploaded", - "size": 233, - "download_count": 108, - "created_at": "2018-03-22T17:13:32Z", - "updated_at": "2018-03-22T17:13:32Z", - "browser_download_url": "https://github.com/skevy/graphiql-app/releases/download/v0.7.2/latest-mac.yml" - }, - { - "url": "https://api.github.com/repos/skevy/graphiql-app/releases/assets/6598723", - "id": 6598723, - "node_id": "MDEyOlJlbGVhc2VBc3NldDY1OTg3MjM=", - "name": "latest.yml", - "label": "", - "uploader": { - "login": "gjtorikian", - "id": 64050, - "node_id": "MDQ6VXNlcjY0MDUw", - "avatar_url": "https://avatars1.githubusercontent.com/u/64050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/gjtorikian", - "html_url": "https://github.com/gjtorikian", - "followers_url": "https://api.github.com/users/gjtorikian/followers", - "following_url": "https://api.github.com/users/gjtorikian/following{/other_user}", - "gists_url": "https://api.github.com/users/gjtorikian/gists{/gist_id}", - "starred_url": "https://api.github.com/users/gjtorikian/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/gjtorikian/subscriptions", - "organizations_url": "https://api.github.com/users/gjtorikian/orgs", - "repos_url": "https://api.github.com/users/gjtorikian/repos", - "events_url": "https://api.github.com/users/gjtorikian/events{/privacy}", - "received_events_url": "https://api.github.com/users/gjtorikian/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "text/yaml", - "state": "uploaded", - "size": 308, - "download_count": 151, - "created_at": "2018-03-22T17:13:32Z", - "updated_at": "2018-03-22T17:13:33Z", - "browser_download_url": "https://github.com/skevy/graphiql-app/releases/download/v0.7.2/latest.yml" - } - ], - "tarball_url": "https://api.github.com/repos/skevy/graphiql-app/tarball/v0.7.2", - "zipball_url": "https://api.github.com/repos/skevy/graphiql-app/zipball/v0.7.2", - "body_html": "" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:21.968Z" - }, - "graviton-editor": { - "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:22.064Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:23.528Z" }, "groupme": { "latestRelease": { @@ -35129,7 +35129,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 42670919, - "download_count": 2048, + "download_count": 2055, "created_at": "2016-09-21T22:29:19Z", "updated_at": "2016-09-21T22:29:27Z", "browser_download_url": "https://github.com/dcrousso/GroupMe/releases/download/v1.1.1/GroupMe-linux-1.1.1.zip" @@ -35163,7 +35163,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 42203197, - "download_count": 1489, + "download_count": 1491, "created_at": "2016-09-21T22:29:19Z", "updated_at": "2016-09-21T22:29:33Z", "browser_download_url": "https://github.com/dcrousso/GroupMe/releases/download/v1.1.1/GroupMe-macOS-1.1.1.zip" @@ -35207,7 +35207,7 @@ "zipball_url": "https://api.github.com/repos/dcrousso/GroupMe/zipball/v1.1.1", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:22.219Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:23.548Z" }, "gsubs": { "latestRelease": { @@ -35376,7 +35376,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 76742813, - "download_count": 98, + "download_count": 99, "created_at": "2020-07-13T01:32:02Z", "updated_at": "2020-07-13T01:32:13Z", "browser_download_url": "https://github.com/sanjevirau/gsubs/releases/download/v1.0.3/gSubs.1.0.3.AppImage" @@ -35410,7 +35410,7 @@ "content_type": "application/x-msdownload", "state": "uploaded", "size": 51959111, - "download_count": 370, + "download_count": 372, "created_at": "2020-07-13T01:32:13Z", "updated_at": "2020-07-13T01:32:21Z", "browser_download_url": "https://github.com/sanjevirau/gsubs/releases/download/v1.0.3/gSubs.Setup.1.0.3.exe" @@ -35580,7 +35580,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 370, - "download_count": 586, + "download_count": 592, "created_at": "2020-07-13T01:31:59Z", "updated_at": "2020-07-13T01:32:01Z", "browser_download_url": "https://github.com/sanjevirau/gsubs/releases/download/v1.0.3/latest.yml" @@ -35590,7 +35590,7 @@ "zipball_url": "https://api.github.com/repos/sanjevirau/gsubs/zipball/v1.0.3", "body_html": "

Improvement

\n\n

Fixes

\n\n

Special Thanks

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:22.345Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:23.576Z" }, "graphql-playground": { "latestRelease": { @@ -35657,7 +35657,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 74244328, - "download_count": 792504, + "download_count": 792506, "created_at": "2019-02-23T13:13:08Z", "updated_at": "2019-02-23T13:13:12Z", "browser_download_url": "https://github.com/graphql/graphql-playground/releases/download/v1.8.10/graphql-playground-electron-1.8.10-mac.zip" @@ -35691,7 +35691,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 77550245, - "download_count": 2439, + "download_count": 2440, "created_at": "2019-02-23T13:11:55Z", "updated_at": "2019-02-23T13:11:59Z", "browser_download_url": "https://github.com/graphql/graphql-playground/releases/download/v1.8.10/graphql-playground-electron-1.8.10-x86_64.AppImage" @@ -35725,7 +35725,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 77040301, - "download_count": 33500, + "download_count": 33538, "created_at": "2019-02-23T13:11:35Z", "updated_at": "2019-02-23T13:11:39Z", "browser_download_url": "https://github.com/graphql/graphql-playground/releases/download/v1.8.10/graphql-playground-electron-1.8.10.dmg" @@ -35793,7 +35793,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 55091898, - "download_count": 34926, + "download_count": 34938, "created_at": "2019-02-23T13:13:30Z", "updated_at": "2019-02-23T13:13:32Z", "browser_download_url": "https://github.com/graphql/graphql-playground/releases/download/v1.8.10/graphql-playground-electron-setup-1.8.10.exe" @@ -35861,7 +35861,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 46095194, - "download_count": 6441, + "download_count": 6446, "created_at": "2019-02-23T13:14:46Z", "updated_at": "2019-02-23T13:14:48Z", "browser_download_url": "https://github.com/graphql/graphql-playground/releases/download/v1.8.10/graphql-playground-electron_1.8.10_amd64.deb" @@ -35929,7 +35929,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 421, - "download_count": 611, + "download_count": 612, "created_at": "2019-02-23T13:14:49Z", "updated_at": "2019-02-23T13:14:49Z", "browser_download_url": "https://github.com/graphql/graphql-playground/releases/download/v1.8.10/latest-linux.yml" @@ -36007,7 +36007,7 @@ "zipball_url": "https://api.github.com/repos/graphql/graphql-playground/zipball/v1.8.10", "body_html": "

1.8.10

\n

This release was mostly focused on fixing small bugs.

\n

Fixes

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:22.356Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:23.616Z" }, "hardinfo": { "latestRelease": { @@ -36084,7 +36084,7 @@ "zipball_url": "https://api.github.com/repos/foozzi/Hardinfo/zipball/0.1.0", "body_html": "

Remove \"open\" module because of its associated vulnerability (https://nodesecurity.io/advisories/663), update all modules, update electron to latest stable version, other small fix

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:22.552Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:23.634Z" }, "harmony": { "latestRelease": { @@ -36185,7 +36185,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 56329234, - "download_count": 4959, + "download_count": 4960, "created_at": "2018-03-10T12:10:59Z", "updated_at": "2018-03-10T12:19:52Z", "browser_download_url": "https://github.com/vincelwt/harmony/releases/download/v0.9.1/harmony-0.9.1-mac.dmg" @@ -36219,7 +36219,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 68888540, - "download_count": 35806, + "download_count": 35813, "created_at": "2018-03-09T22:05:01Z", "updated_at": "2018-03-09T22:05:10Z", "browser_download_url": "https://github.com/vincelwt/harmony/releases/download/v0.9.1/harmony-0.9.1-setup.exe" @@ -36389,7 +36389,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 56856925, - "download_count": 1790, + "download_count": 1792, "created_at": "2018-03-09T21:55:24Z", "updated_at": "2018-03-09T21:55:28Z", "browser_download_url": "https://github.com/vincelwt/harmony/releases/download/v0.9.1/harmony-0.9.1-x64.AppImage" @@ -36423,7 +36423,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 37730830, - "download_count": 8033, + "download_count": 8038, "created_at": "2018-03-10T12:18:46Z", "updated_at": "2018-03-10T12:18:49Z", "browser_download_url": "https://github.com/vincelwt/harmony/releases/download/v0.9.1/harmony-0.9.1-x64.deb" @@ -36491,7 +36491,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 37606108, - "download_count": 1472, + "download_count": 1473, "created_at": "2018-03-09T21:55:30Z", "updated_at": "2018-03-09T21:55:34Z", "browser_download_url": "https://github.com/vincelwt/harmony/releases/download/v0.9.1/harmony-0.9.1-x64.tar.xz" @@ -36501,84 +36501,7 @@ "zipball_url": "https://api.github.com/repos/vincelwt/harmony/zipball/v0.9.1", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:22.685Z" - }, - "hashtag": { - "latestRelease": { - "url": "https://api.github.com/repos/MrAnyx/HashTag/releases/28646947", - "assets_url": "https://api.github.com/repos/MrAnyx/HashTag/releases/28646947/assets", - "upload_url": "https://uploads.github.com/repos/MrAnyx/HashTag/releases/28646947/assets{?name,label}", - "html_url": "https://github.com/MrAnyx/HashTag/releases/tag/1.0", - "id": 28646947, - "node_id": "MDc6UmVsZWFzZTI4NjQ2OTQ3", - "tag_name": "1.0", - "target_commitish": "master", - "name": "HashTag 1.0", - "draft": false, - "author": { - "login": "MrAnyx", - "id": 44176707, - "node_id": "MDQ6VXNlcjQ0MTc2NzA3", - "avatar_url": "https://avatars3.githubusercontent.com/u/44176707?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/MrAnyx", - "html_url": "https://github.com/MrAnyx", - "followers_url": "https://api.github.com/users/MrAnyx/followers", - "following_url": "https://api.github.com/users/MrAnyx/following{/other_user}", - "gists_url": "https://api.github.com/users/MrAnyx/gists{/gist_id}", - "starred_url": "https://api.github.com/users/MrAnyx/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/MrAnyx/subscriptions", - "organizations_url": "https://api.github.com/users/MrAnyx/orgs", - "repos_url": "https://api.github.com/users/MrAnyx/repos", - "events_url": "https://api.github.com/users/MrAnyx/events{/privacy}", - "received_events_url": "https://api.github.com/users/MrAnyx/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2020-07-08T13:32:36Z", - "published_at": "2020-07-16T19:23:40Z", - "assets": [ - { - "url": "https://api.github.com/repos/MrAnyx/HashTag/releases/assets/22947283", - "id": 22947283, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIyOTQ3Mjgz", - "name": "HashTag-win32-x64.zip", - "label": null, - "uploader": { - "login": "MrAnyx", - "id": 44176707, - "node_id": "MDQ6VXNlcjQ0MTc2NzA3", - "avatar_url": "https://avatars3.githubusercontent.com/u/44176707?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/MrAnyx", - "html_url": "https://github.com/MrAnyx", - "followers_url": "https://api.github.com/users/MrAnyx/followers", - "following_url": "https://api.github.com/users/MrAnyx/following{/other_user}", - "gists_url": "https://api.github.com/users/MrAnyx/gists{/gist_id}", - "starred_url": "https://api.github.com/users/MrAnyx/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/MrAnyx/subscriptions", - "organizations_url": "https://api.github.com/users/MrAnyx/orgs", - "repos_url": "https://api.github.com/users/MrAnyx/repos", - "events_url": "https://api.github.com/users/MrAnyx/events{/privacy}", - "received_events_url": "https://api.github.com/users/MrAnyx/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-zip-compressed", - "state": "uploaded", - "size": 66235710, - "download_count": 48, - "created_at": "2020-07-16T19:05:22Z", - "updated_at": "2020-07-16T19:13:46Z", - "browser_download_url": "https://github.com/MrAnyx/HashTag/releases/download/1.0/HashTag-win32-x64.zip" - } - ], - "tarball_url": "https://api.github.com/repos/MrAnyx/HashTag/tarball/1.0", - "zipball_url": "https://api.github.com/repos/MrAnyx/HashTag/zipball/1.0", - "body_html": "" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:22.726Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:23.654Z" }, "hain": { "latestRelease": { @@ -36679,7 +36602,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 51630299, - "download_count": 361, + "download_count": 362, "created_at": "2018-11-09T16:12:44Z", "updated_at": "2018-11-09T16:12:47Z", "browser_download_url": "https://github.com/hainproject/hain/releases/download/v0.7.0-beta.1/Hain-ia32-v0.7.0-beta.1.zip" @@ -36713,7 +36636,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 60165853, - "download_count": 2178, + "download_count": 2179, "created_at": "2018-11-09T16:12:47Z", "updated_at": "2018-11-09T16:12:50Z", "browser_download_url": "https://github.com/hainproject/hain/releases/download/v0.7.0-beta.1/Hain-x64-v0.7.0-beta.1.zip" @@ -36781,7 +36704,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 59859456, - "download_count": 16496, + "download_count": 16497, "created_at": "2018-11-09T16:12:53Z", "updated_at": "2018-11-09T16:12:56Z", "browser_download_url": "https://github.com/hainproject/hain/releases/download/v0.7.0-beta.1/HainSetup-x64-v0.7.0-beta.1.exe" @@ -36791,7 +36714,7 @@ "zipball_url": "https://api.github.com/repos/hainproject/hain/zipball/v0.7.0-beta.1", "body_html": "

We release the new version in a long time.
\nThis release contains large & convienent changes made by @dannya

\n

Features

\n\n

Fixes

\n\n

Minor changes

\n\n

Thank you for using Hain!

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:22.736Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:23.682Z" }, "hastyheroes": { "latestRelease": { @@ -36858,7 +36781,7 @@ "content_type": "application/x-iso9660-appimage", "state": "uploaded", "size": 49501389, - "download_count": 1617, + "download_count": 1619, "created_at": "2018-08-07T16:05:19Z", "updated_at": "2018-08-07T16:06:52Z", "browser_download_url": "https://github.com/Aveek-Saha/HastyHeroes/releases/download/v1.0.0/HastyHeroes-1.0.0-x86_64.AppImage" @@ -36936,7 +36859,88 @@ "zipball_url": "https://api.github.com/repos/Aveek-Saha/HastyHeroes/zipball/v1.0.0", "body_html": "

For Windows

\n

Download the .exe file

\n

For Linux

\n

Download the .deb or AppImage file

\n

For instructions on How to play, check the project home page

\n

https://github.com/Aveek-Saha/HastyHeroes#instructions

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:22.900Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:23.726Z" + }, + "hashtag": { + "latestRelease": { + "url": "https://api.github.com/repos/MrAnyx/HashTag/releases/28646947", + "assets_url": "https://api.github.com/repos/MrAnyx/HashTag/releases/28646947/assets", + "upload_url": "https://uploads.github.com/repos/MrAnyx/HashTag/releases/28646947/assets{?name,label}", + "html_url": "https://github.com/MrAnyx/HashTag/releases/tag/1.0", + "id": 28646947, + "node_id": "MDc6UmVsZWFzZTI4NjQ2OTQ3", + "tag_name": "1.0", + "target_commitish": "master", + "name": "HashTag 1.0", + "draft": false, + "author": { + "login": "MrAnyx", + "id": 44176707, + "node_id": "MDQ6VXNlcjQ0MTc2NzA3", + "avatar_url": "https://avatars3.githubusercontent.com/u/44176707?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/MrAnyx", + "html_url": "https://github.com/MrAnyx", + "followers_url": "https://api.github.com/users/MrAnyx/followers", + "following_url": "https://api.github.com/users/MrAnyx/following{/other_user}", + "gists_url": "https://api.github.com/users/MrAnyx/gists{/gist_id}", + "starred_url": "https://api.github.com/users/MrAnyx/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/MrAnyx/subscriptions", + "organizations_url": "https://api.github.com/users/MrAnyx/orgs", + "repos_url": "https://api.github.com/users/MrAnyx/repos", + "events_url": "https://api.github.com/users/MrAnyx/events{/privacy}", + "received_events_url": "https://api.github.com/users/MrAnyx/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2020-07-08T13:32:36Z", + "published_at": "2020-07-16T19:23:40Z", + "assets": [ + { + "url": "https://api.github.com/repos/MrAnyx/HashTag/releases/assets/22947283", + "id": 22947283, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyOTQ3Mjgz", + "name": "HashTag-win32-x64.zip", + "label": null, + "uploader": { + "login": "MrAnyx", + "id": 44176707, + "node_id": "MDQ6VXNlcjQ0MTc2NzA3", + "avatar_url": "https://avatars3.githubusercontent.com/u/44176707?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/MrAnyx", + "html_url": "https://github.com/MrAnyx", + "followers_url": "https://api.github.com/users/MrAnyx/followers", + "following_url": "https://api.github.com/users/MrAnyx/following{/other_user}", + "gists_url": "https://api.github.com/users/MrAnyx/gists{/gist_id}", + "starred_url": "https://api.github.com/users/MrAnyx/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/MrAnyx/subscriptions", + "organizations_url": "https://api.github.com/users/MrAnyx/orgs", + "repos_url": "https://api.github.com/users/MrAnyx/repos", + "events_url": "https://api.github.com/users/MrAnyx/events{/privacy}", + "received_events_url": "https://api.github.com/users/MrAnyx/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-zip-compressed", + "state": "uploaded", + "size": 66235710, + "download_count": 49, + "created_at": "2020-07-16T19:05:22Z", + "updated_at": "2020-07-16T19:13:46Z", + "browser_download_url": "https://github.com/MrAnyx/HashTag/releases/download/1.0/HashTag-win32-x64.zip" + } + ], + "tarball_url": "https://api.github.com/repos/MrAnyx/HashTag/tarball/1.0", + "zipball_url": "https://api.github.com/repos/MrAnyx/HashTag/zipball/1.0", + "body_html": "" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:23.735Z" + }, + "hbbatchbeast": { + "latestRelease": null, + "latestReleaseFetchedAt": "2020-09-18T00:10:23.740Z" }, "hawkeye": { "latestRelease": { @@ -37251,11 +37255,7 @@ "zipball_url": "https://api.github.com/repos/harksys/HawkEye/zipball/0.2.0", "body_html": "

0.2.0 of Hawk Eye brings enhancements and one great new feature, Repository Mute Filters!

\n\n

The 0.2.0 build also does the following:

\n\n

If you're on macOS, restarting the app will allow you auto-upgrade. However Windows and Linux users will have to re-download. Enjoy!

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:23.048Z" - }, - "hbbatchbeast": { - "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:23.052Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:23.752Z" }, "headlines": { "latestRelease": { @@ -37332,118 +37332,7 @@ "zipball_url": "https://api.github.com/repos/MedZed/Electron-Headlines/zipball/electron", "body_html": "

Windows release

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:23.085Z" - }, - "heads-tails": { - "latestRelease": { - "url": "https://api.github.com/repos/SmartHoldemDAPPs/heads-tails/releases/27510972", - "assets_url": "https://api.github.com/repos/SmartHoldemDAPPs/heads-tails/releases/27510972/assets", - "upload_url": "https://uploads.github.com/repos/SmartHoldemDAPPs/heads-tails/releases/27510972/assets{?name,label}", - "html_url": "https://github.com/SmartHoldemDAPPs/heads-tails/releases/tag/1.0.12", - "id": 27510972, - "node_id": "MDc6UmVsZWFzZTI3NTEwOTcy", - "tag_name": "1.0.12", - "target_commitish": "master", - "name": "Game Heads or Tails", - "draft": false, - "author": { - "login": "technologiespro", - "id": 9394904, - "node_id": "MDQ6VXNlcjkzOTQ5MDQ=", - "avatar_url": "https://avatars3.githubusercontent.com/u/9394904?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/technologiespro", - "html_url": "https://github.com/technologiespro", - "followers_url": "https://api.github.com/users/technologiespro/followers", - "following_url": "https://api.github.com/users/technologiespro/following{/other_user}", - "gists_url": "https://api.github.com/users/technologiespro/gists{/gist_id}", - "starred_url": "https://api.github.com/users/technologiespro/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/technologiespro/subscriptions", - "organizations_url": "https://api.github.com/users/technologiespro/orgs", - "repos_url": "https://api.github.com/users/technologiespro/repos", - "events_url": "https://api.github.com/users/technologiespro/events{/privacy}", - "received_events_url": "https://api.github.com/users/technologiespro/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2019-09-05T18:42:29Z", - "published_at": "2020-06-12T21:31:12Z", - "assets": [ - { - "url": "https://api.github.com/repos/SmartHoldemDAPPs/heads-tails/releases/assets/21704098", - "id": 21704098, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIxNzA0MDk4", - "name": "heads-tails-mac-1.0.12.dmg", - "label": null, - "uploader": { - "login": "technologiespro", - "id": 9394904, - "node_id": "MDQ6VXNlcjkzOTQ5MDQ=", - "avatar_url": "https://avatars3.githubusercontent.com/u/9394904?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/technologiespro", - "html_url": "https://github.com/technologiespro", - "followers_url": "https://api.github.com/users/technologiespro/followers", - "following_url": "https://api.github.com/users/technologiespro/following{/other_user}", - "gists_url": "https://api.github.com/users/technologiespro/gists{/gist_id}", - "starred_url": "https://api.github.com/users/technologiespro/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/technologiespro/subscriptions", - "organizations_url": "https://api.github.com/users/technologiespro/orgs", - "repos_url": "https://api.github.com/users/technologiespro/repos", - "events_url": "https://api.github.com/users/technologiespro/events{/privacy}", - "received_events_url": "https://api.github.com/users/technologiespro/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 69299326, - "download_count": 8, - "created_at": "2020-06-12T21:30:37Z", - "updated_at": "2020-06-12T21:30:59Z", - "browser_download_url": "https://github.com/SmartHoldemDAPPs/heads-tails/releases/download/1.0.12/heads-tails-mac-1.0.12.dmg" - }, - { - "url": "https://api.github.com/repos/SmartHoldemDAPPs/heads-tails/releases/assets/21704095", - "id": 21704095, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIxNzA0MDk1", - "name": "heads-tails-win-1.0.12.exe", - "label": null, - "uploader": { - "login": "technologiespro", - "id": 9394904, - "node_id": "MDQ6VXNlcjkzOTQ5MDQ=", - "avatar_url": "https://avatars3.githubusercontent.com/u/9394904?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/technologiespro", - "html_url": "https://github.com/technologiespro", - "followers_url": "https://api.github.com/users/technologiespro/followers", - "following_url": "https://api.github.com/users/technologiespro/following{/other_user}", - "gists_url": "https://api.github.com/users/technologiespro/gists{/gist_id}", - "starred_url": "https://api.github.com/users/technologiespro/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/technologiespro/subscriptions", - "organizations_url": "https://api.github.com/users/technologiespro/orgs", - "repos_url": "https://api.github.com/users/technologiespro/repos", - "events_url": "https://api.github.com/users/technologiespro/events{/privacy}", - "received_events_url": "https://api.github.com/users/technologiespro/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-msdownload", - "state": "uploaded", - "size": 56965423, - "download_count": 38, - "created_at": "2020-06-12T21:30:19Z", - "updated_at": "2020-06-12T21:30:34Z", - "browser_download_url": "https://github.com/SmartHoldemDAPPs/heads-tails/releases/download/1.0.12/heads-tails-win-1.0.12.exe" - } - ], - "tarball_url": "https://api.github.com/repos/SmartHoldemDAPPs/heads-tails/tarball/1.0.12", - "zipball_url": "https://api.github.com/repos/SmartHoldemDAPPs/heads-tails/zipball/1.0.12", - "body_html": "\n

\"3_HOT98_26_10_2019\"

\n

See more info gaming portal https://dexgames.net

\n

\"googleplay192\"

\n

\"Get

" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:23.259Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:23.811Z" }, "helioslauncher": { "latestRelease": { @@ -37510,7 +37399,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 72468773, - "download_count": 10, + "download_count": 11, "created_at": "2020-09-13T17:47:17Z", "updated_at": "2020-09-13T17:47:19Z", "browser_download_url": "https://github.com/dscalzi/HeliosLauncher/releases/download/v1.8.0/Helios-Launcher-setup-1.8.0.AppImage" @@ -37612,7 +37501,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 67067224, - "download_count": 160, + "download_count": 189, "created_at": "2020-09-13T17:46:20Z", "updated_at": "2020-09-13T17:46:22Z", "browser_download_url": "https://github.com/dscalzi/HeliosLauncher/releases/download/v1.8.0/Helios-Launcher-setup-1.8.0.exe" @@ -37646,7 +37535,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 71798, - "download_count": 56, + "download_count": 77, "created_at": "2020-09-13T17:46:20Z", "updated_at": "2020-09-13T17:46:21Z", "browser_download_url": "https://github.com/dscalzi/HeliosLauncher/releases/download/v1.8.0/Helios-Launcher-setup-1.8.0.exe.blockmap" @@ -37714,7 +37603,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 358, - "download_count": 87, + "download_count": 98, "created_at": "2020-09-13T17:46:12Z", "updated_at": "2020-09-13T17:46:12Z", "browser_download_url": "https://github.com/dscalzi/HeliosLauncher/releases/download/v1.8.0/latest-mac.yml" @@ -37748,7 +37637,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 358, - "download_count": 258, + "download_count": 332, "created_at": "2020-09-13T17:46:22Z", "updated_at": "2020-09-13T17:46:22Z", "browser_download_url": "https://github.com/dscalzi/HeliosLauncher/releases/download/v1.8.0/latest.yml" @@ -37758,7 +37647,118 @@ "zipball_url": "https://api.github.com/repos/dscalzi/HeliosLauncher/zipball/v1.8.0", "body_html": "

Release v1.8.0

\n

This update contains various fixes and changes from the past year of development and maintenance. Forks should constantly be in sync with master to get the latest changes, fixes, and features.

\n

Is your network using Helios and its toolchain? Consider supporting its development https://github.com/sponsors/dscalzi
\nSponsors of a certain tier will be added to the README.

\n

Notable Development Efforts

\n

Helios v2

\n

https://github.com/dscalzi/HeliosLauncher/tree/ts-refactor

\n

Helios is being rewritten in Typescript, using React as a UI framework. Each system is being rewritten and overhauled using the lessons learned from implementing and maintaining v1.

\n

This rewrite has NO ETA. It is being worked on entirely in my freetime and is a massive undertaking. No corners are being cut, and tests are being written for each component. For status updates, monitor the v2 branch or check the discord. Large/current tasks will be posted on the v2 project board.

\n

Helios v1 will continue to be maintained for the forseeable future.

\n

Nebula

\n

https://github.com/dscalzi/Nebula

\n

Nebula is a tool to automatically generate a distribution.json. Heavy development over the past year has brought it to a usable state. Several minor features are yet to be implemented, none of which will prevent you from generating a full distribution. Once setup, you can generate new server configurations in seconds.

\n

Claritas

\n

https://github.com/dscalzi/Claritas

\n

Claritas is a utility library to extract metadata through bytecode analysis. It is used in Nebula generate accurate entries for forge mods, litemods, and tweakers.

\n

Changelog

\n

Full diff can be viewed here.

\n

New Features

\n\n

Fixes

\n\n

Changes

\n\n

Docs

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:23.415Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:23.858Z" + }, + "healthi": { + "latestRelease": { + "url": "https://api.github.com/repos/pablopunk/healthi-app/releases/15123780", + "assets_url": "https://api.github.com/repos/pablopunk/healthi-app/releases/15123780/assets", + "upload_url": "https://uploads.github.com/repos/pablopunk/healthi-app/releases/15123780/assets{?name,label}", + "html_url": "https://github.com/pablopunk/healthi-app/releases/tag/4.0.1", + "id": 15123780, + "node_id": "MDc6UmVsZWFzZTE1MTIzNzgw", + "tag_name": "4.0.1", + "target_commitish": "a0500c00803e11d459badd195ade3e89121e3a58", + "name": "", + "draft": false, + "author": { + "login": "pablopunk", + "id": 4324982, + "node_id": "MDQ6VXNlcjQzMjQ5ODI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4324982?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/pablopunk", + "html_url": "https://github.com/pablopunk", + "followers_url": "https://api.github.com/users/pablopunk/followers", + "following_url": "https://api.github.com/users/pablopunk/following{/other_user}", + "gists_url": "https://api.github.com/users/pablopunk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/pablopunk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/pablopunk/subscriptions", + "organizations_url": "https://api.github.com/users/pablopunk/orgs", + "repos_url": "https://api.github.com/users/pablopunk/repos", + "events_url": "https://api.github.com/users/pablopunk/events{/privacy}", + "received_events_url": "https://api.github.com/users/pablopunk/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2019-01-23T00:41:10Z", + "published_at": "2019-01-23T00:43:48Z", + "assets": [ + { + "url": "https://api.github.com/repos/pablopunk/healthi-app/releases/assets/10797182", + "id": 10797182, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwNzk3MTgy", + "name": "Healthi-4.0.1-mac.zip", + "label": null, + "uploader": { + "login": "pablopunk", + "id": 4324982, + "node_id": "MDQ6VXNlcjQzMjQ5ODI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4324982?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/pablopunk", + "html_url": "https://github.com/pablopunk", + "followers_url": "https://api.github.com/users/pablopunk/followers", + "following_url": "https://api.github.com/users/pablopunk/following{/other_user}", + "gists_url": "https://api.github.com/users/pablopunk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/pablopunk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/pablopunk/subscriptions", + "organizations_url": "https://api.github.com/users/pablopunk/orgs", + "repos_url": "https://api.github.com/users/pablopunk/repos", + "events_url": "https://api.github.com/users/pablopunk/events{/privacy}", + "received_events_url": "https://api.github.com/users/pablopunk/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 52449359, + "download_count": 86, + "created_at": "2019-01-26T18:56:04Z", + "updated_at": "2019-01-26T18:56:27Z", + "browser_download_url": "https://github.com/pablopunk/healthi-app/releases/download/4.0.1/Healthi-4.0.1-mac.zip" + }, + { + "url": "https://api.github.com/repos/pablopunk/healthi-app/releases/assets/10730827", + "id": 10730827, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwNzMwODI3", + "name": "Healthi_4.0.1_amd64.deb", + "label": null, + "uploader": { + "login": "pablopunk", + "id": 4324982, + "node_id": "MDQ6VXNlcjQzMjQ5ODI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4324982?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/pablopunk", + "html_url": "https://github.com/pablopunk", + "followers_url": "https://api.github.com/users/pablopunk/followers", + "following_url": "https://api.github.com/users/pablopunk/following{/other_user}", + "gists_url": "https://api.github.com/users/pablopunk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/pablopunk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/pablopunk/subscriptions", + "organizations_url": "https://api.github.com/users/pablopunk/orgs", + "repos_url": "https://api.github.com/users/pablopunk/repos", + "events_url": "https://api.github.com/users/pablopunk/events{/privacy}", + "received_events_url": "https://api.github.com/users/pablopunk/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/vnd.debian.binary-package", + "state": "uploaded", + "size": 51316056, + "download_count": 37, + "created_at": "2019-01-23T00:43:36Z", + "updated_at": "2019-01-23T00:43:44Z", + "browser_download_url": "https://github.com/pablopunk/healthi-app/releases/download/4.0.1/Healthi_4.0.1_amd64.deb" + } + ], + "tarball_url": "https://api.github.com/repos/pablopunk/healthi-app/tarball/4.0.1", + "zipball_url": "https://api.github.com/repos/pablopunk/healthi-app/zipball/4.0.1", + "body_html": "

Patches

\n" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:23.876Z" }, "hexo-blog-client": { "latestRelease": { @@ -38311,118 +38311,118 @@ "zipball_url": "https://api.github.com/repos/Xonlystar/hexo-blog-client/zipball/1.2.9", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:23.453Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:23.893Z" }, - "healthi": { + "heads-tails": { "latestRelease": { - "url": "https://api.github.com/repos/pablopunk/healthi-app/releases/15123780", - "assets_url": "https://api.github.com/repos/pablopunk/healthi-app/releases/15123780/assets", - "upload_url": "https://uploads.github.com/repos/pablopunk/healthi-app/releases/15123780/assets{?name,label}", - "html_url": "https://github.com/pablopunk/healthi-app/releases/tag/4.0.1", - "id": 15123780, - "node_id": "MDc6UmVsZWFzZTE1MTIzNzgw", - "tag_name": "4.0.1", - "target_commitish": "a0500c00803e11d459badd195ade3e89121e3a58", - "name": "", + "url": "https://api.github.com/repos/SmartHoldemDAPPs/heads-tails/releases/27510972", + "assets_url": "https://api.github.com/repos/SmartHoldemDAPPs/heads-tails/releases/27510972/assets", + "upload_url": "https://uploads.github.com/repos/SmartHoldemDAPPs/heads-tails/releases/27510972/assets{?name,label}", + "html_url": "https://github.com/SmartHoldemDAPPs/heads-tails/releases/tag/1.0.12", + "id": 27510972, + "node_id": "MDc6UmVsZWFzZTI3NTEwOTcy", + "tag_name": "1.0.12", + "target_commitish": "master", + "name": "Game Heads or Tails", "draft": false, "author": { - "login": "pablopunk", - "id": 4324982, - "node_id": "MDQ6VXNlcjQzMjQ5ODI=", - "avatar_url": "https://avatars0.githubusercontent.com/u/4324982?v=4", + "login": "technologiespro", + "id": 9394904, + "node_id": "MDQ6VXNlcjkzOTQ5MDQ=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9394904?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/pablopunk", - "html_url": "https://github.com/pablopunk", - "followers_url": "https://api.github.com/users/pablopunk/followers", - "following_url": "https://api.github.com/users/pablopunk/following{/other_user}", - "gists_url": "https://api.github.com/users/pablopunk/gists{/gist_id}", - "starred_url": "https://api.github.com/users/pablopunk/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/pablopunk/subscriptions", - "organizations_url": "https://api.github.com/users/pablopunk/orgs", - "repos_url": "https://api.github.com/users/pablopunk/repos", - "events_url": "https://api.github.com/users/pablopunk/events{/privacy}", - "received_events_url": "https://api.github.com/users/pablopunk/received_events", + "url": "https://api.github.com/users/technologiespro", + "html_url": "https://github.com/technologiespro", + "followers_url": "https://api.github.com/users/technologiespro/followers", + "following_url": "https://api.github.com/users/technologiespro/following{/other_user}", + "gists_url": "https://api.github.com/users/technologiespro/gists{/gist_id}", + "starred_url": "https://api.github.com/users/technologiespro/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/technologiespro/subscriptions", + "organizations_url": "https://api.github.com/users/technologiespro/orgs", + "repos_url": "https://api.github.com/users/technologiespro/repos", + "events_url": "https://api.github.com/users/technologiespro/events{/privacy}", + "received_events_url": "https://api.github.com/users/technologiespro/received_events", "type": "User", "site_admin": false }, "prerelease": false, - "created_at": "2019-01-23T00:41:10Z", - "published_at": "2019-01-23T00:43:48Z", + "created_at": "2019-09-05T18:42:29Z", + "published_at": "2020-06-12T21:31:12Z", "assets": [ { - "url": "https://api.github.com/repos/pablopunk/healthi-app/releases/assets/10797182", - "id": 10797182, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwNzk3MTgy", - "name": "Healthi-4.0.1-mac.zip", + "url": "https://api.github.com/repos/SmartHoldemDAPPs/heads-tails/releases/assets/21704098", + "id": 21704098, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxNzA0MDk4", + "name": "heads-tails-mac-1.0.12.dmg", "label": null, "uploader": { - "login": "pablopunk", - "id": 4324982, - "node_id": "MDQ6VXNlcjQzMjQ5ODI=", - "avatar_url": "https://avatars0.githubusercontent.com/u/4324982?v=4", + "login": "technologiespro", + "id": 9394904, + "node_id": "MDQ6VXNlcjkzOTQ5MDQ=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9394904?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/pablopunk", - "html_url": "https://github.com/pablopunk", - "followers_url": "https://api.github.com/users/pablopunk/followers", - "following_url": "https://api.github.com/users/pablopunk/following{/other_user}", - "gists_url": "https://api.github.com/users/pablopunk/gists{/gist_id}", - "starred_url": "https://api.github.com/users/pablopunk/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/pablopunk/subscriptions", - "organizations_url": "https://api.github.com/users/pablopunk/orgs", - "repos_url": "https://api.github.com/users/pablopunk/repos", - "events_url": "https://api.github.com/users/pablopunk/events{/privacy}", - "received_events_url": "https://api.github.com/users/pablopunk/received_events", + "url": "https://api.github.com/users/technologiespro", + "html_url": "https://github.com/technologiespro", + "followers_url": "https://api.github.com/users/technologiespro/followers", + "following_url": "https://api.github.com/users/technologiespro/following{/other_user}", + "gists_url": "https://api.github.com/users/technologiespro/gists{/gist_id}", + "starred_url": "https://api.github.com/users/technologiespro/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/technologiespro/subscriptions", + "organizations_url": "https://api.github.com/users/technologiespro/orgs", + "repos_url": "https://api.github.com/users/technologiespro/repos", + "events_url": "https://api.github.com/users/technologiespro/events{/privacy}", + "received_events_url": "https://api.github.com/users/technologiespro/received_events", "type": "User", "site_admin": false }, - "content_type": "application/zip", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 52449359, - "download_count": 86, - "created_at": "2019-01-26T18:56:04Z", - "updated_at": "2019-01-26T18:56:27Z", - "browser_download_url": "https://github.com/pablopunk/healthi-app/releases/download/4.0.1/Healthi-4.0.1-mac.zip" + "size": 69299326, + "download_count": 8, + "created_at": "2020-06-12T21:30:37Z", + "updated_at": "2020-06-12T21:30:59Z", + "browser_download_url": "https://github.com/SmartHoldemDAPPs/heads-tails/releases/download/1.0.12/heads-tails-mac-1.0.12.dmg" }, { - "url": "https://api.github.com/repos/pablopunk/healthi-app/releases/assets/10730827", - "id": 10730827, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwNzMwODI3", - "name": "Healthi_4.0.1_amd64.deb", + "url": "https://api.github.com/repos/SmartHoldemDAPPs/heads-tails/releases/assets/21704095", + "id": 21704095, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxNzA0MDk1", + "name": "heads-tails-win-1.0.12.exe", "label": null, "uploader": { - "login": "pablopunk", - "id": 4324982, - "node_id": "MDQ6VXNlcjQzMjQ5ODI=", - "avatar_url": "https://avatars0.githubusercontent.com/u/4324982?v=4", + "login": "technologiespro", + "id": 9394904, + "node_id": "MDQ6VXNlcjkzOTQ5MDQ=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9394904?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/pablopunk", - "html_url": "https://github.com/pablopunk", - "followers_url": "https://api.github.com/users/pablopunk/followers", - "following_url": "https://api.github.com/users/pablopunk/following{/other_user}", - "gists_url": "https://api.github.com/users/pablopunk/gists{/gist_id}", - "starred_url": "https://api.github.com/users/pablopunk/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/pablopunk/subscriptions", - "organizations_url": "https://api.github.com/users/pablopunk/orgs", - "repos_url": "https://api.github.com/users/pablopunk/repos", - "events_url": "https://api.github.com/users/pablopunk/events{/privacy}", - "received_events_url": "https://api.github.com/users/pablopunk/received_events", + "url": "https://api.github.com/users/technologiespro", + "html_url": "https://github.com/technologiespro", + "followers_url": "https://api.github.com/users/technologiespro/followers", + "following_url": "https://api.github.com/users/technologiespro/following{/other_user}", + "gists_url": "https://api.github.com/users/technologiespro/gists{/gist_id}", + "starred_url": "https://api.github.com/users/technologiespro/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/technologiespro/subscriptions", + "organizations_url": "https://api.github.com/users/technologiespro/orgs", + "repos_url": "https://api.github.com/users/technologiespro/repos", + "events_url": "https://api.github.com/users/technologiespro/events{/privacy}", + "received_events_url": "https://api.github.com/users/technologiespro/received_events", "type": "User", "site_admin": false }, - "content_type": "application/vnd.debian.binary-package", + "content_type": "application/x-msdownload", "state": "uploaded", - "size": 51316056, - "download_count": 37, - "created_at": "2019-01-23T00:43:36Z", - "updated_at": "2019-01-23T00:43:44Z", - "browser_download_url": "https://github.com/pablopunk/healthi-app/releases/download/4.0.1/Healthi_4.0.1_amd64.deb" + "size": 56965423, + "download_count": 38, + "created_at": "2020-06-12T21:30:19Z", + "updated_at": "2020-06-12T21:30:34Z", + "browser_download_url": "https://github.com/SmartHoldemDAPPs/heads-tails/releases/download/1.0.12/heads-tails-win-1.0.12.exe" } ], - "tarball_url": "https://api.github.com/repos/pablopunk/healthi-app/tarball/4.0.1", - "zipball_url": "https://api.github.com/repos/pablopunk/healthi-app/zipball/4.0.1", - "body_html": "

Patches

\n" + "tarball_url": "https://api.github.com/repos/SmartHoldemDAPPs/heads-tails/tarball/1.0.12", + "zipball_url": "https://api.github.com/repos/SmartHoldemDAPPs/heads-tails/zipball/1.0.12", + "body_html": "\n

\"3_HOT98_26_10_2019\"

\n

See more info gaming portal https://dexgames.net

\n

\"googleplay192\"

\n

\"Get

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:23.531Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:23.903Z" }, "hexo-client": { "latestRelease": { @@ -38625,7 +38625,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 68223981, - "download_count": 148, + "download_count": 149, "created_at": "2020-05-05T02:51:41Z", "updated_at": "2020-05-05T02:51:43Z", "browser_download_url": "https://github.com/gaoyoubo/hexo-client/releases/download/v1.3.5/HexoClient-1.3.5-i386.AppImage" @@ -38975,11 +38975,11 @@ "zipball_url": "https://api.github.com/repos/gaoyoubo/hexo-client/zipball/v1.3.5", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:23.623Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:23.949Z" }, "hueify": { "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:23.779Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:23.957Z" }, "hostsdock": { "latestRelease": { @@ -39046,7 +39046,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 57569930, - "download_count": 737, + "download_count": 738, "created_at": "2017-10-27T07:19:32Z", "updated_at": "2017-10-27T07:27:50Z", "browser_download_url": "https://github.com/eshengsky/HostsDock/releases/download/v3.1.0/HostsDock-darwin-x64.zip" @@ -39124,118 +39124,7 @@ "zipball_url": "https://api.github.com/repos/eshengsky/HostsDock/zipball/v3.1.0", "body_html": "

Changelog 更新记录

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:23.780Z" - }, - "hypnos": { - "latestRelease": { - "url": "https://api.github.com/repos/oslabs-beta/hypnos/releases/19351302", - "assets_url": "https://api.github.com/repos/oslabs-beta/hypnos/releases/19351302/assets", - "upload_url": "https://uploads.github.com/repos/oslabs-beta/hypnos/releases/19351302/assets{?name,label}", - "html_url": "https://github.com/oslabs-beta/hypnos/releases/tag/0.0.2", - "id": 19351302, - "node_id": "MDc6UmVsZWFzZTE5MzUxMzAy", - "tag_name": "0.0.2", - "target_commitish": "master", - "name": "Hypnos-beta 0.0.2", - "draft": false, - "author": { - "login": "SophieNye", - "id": 46872457, - "node_id": "MDQ6VXNlcjQ2ODcyNDU3", - "avatar_url": "https://avatars0.githubusercontent.com/u/46872457?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/SophieNye", - "html_url": "https://github.com/SophieNye", - "followers_url": "https://api.github.com/users/SophieNye/followers", - "following_url": "https://api.github.com/users/SophieNye/following{/other_user}", - "gists_url": "https://api.github.com/users/SophieNye/gists{/gist_id}", - "starred_url": "https://api.github.com/users/SophieNye/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/SophieNye/subscriptions", - "organizations_url": "https://api.github.com/users/SophieNye/orgs", - "repos_url": "https://api.github.com/users/SophieNye/repos", - "events_url": "https://api.github.com/users/SophieNye/events{/privacy}", - "received_events_url": "https://api.github.com/users/SophieNye/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2019-08-16T23:57:36Z", - "published_at": "2019-08-17T00:04:27Z", - "assets": [ - { - "url": "https://api.github.com/repos/oslabs-beta/hypnos/releases/assets/14422870", - "id": 14422870, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0NDIyODcw", - "name": "Hypnos-0.0.2-mac.dmg", - "label": null, - "uploader": { - "login": "SophieNye", - "id": 46872457, - "node_id": "MDQ6VXNlcjQ2ODcyNDU3", - "avatar_url": "https://avatars0.githubusercontent.com/u/46872457?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/SophieNye", - "html_url": "https://github.com/SophieNye", - "followers_url": "https://api.github.com/users/SophieNye/followers", - "following_url": "https://api.github.com/users/SophieNye/following{/other_user}", - "gists_url": "https://api.github.com/users/SophieNye/gists{/gist_id}", - "starred_url": "https://api.github.com/users/SophieNye/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/SophieNye/subscriptions", - "organizations_url": "https://api.github.com/users/SophieNye/orgs", - "repos_url": "https://api.github.com/users/SophieNye/repos", - "events_url": "https://api.github.com/users/SophieNye/events{/privacy}", - "received_events_url": "https://api.github.com/users/SophieNye/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 68688686, - "download_count": 93, - "created_at": "2019-08-17T00:04:12Z", - "updated_at": "2019-08-17T00:04:15Z", - "browser_download_url": "https://github.com/oslabs-beta/hypnos/releases/download/0.0.2/Hypnos-0.0.2-mac.dmg" - }, - { - "url": "https://api.github.com/repos/oslabs-beta/hypnos/releases/assets/14422863", - "id": 14422863, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0NDIyODYz", - "name": "Hypnos-0.0.2-win.zip", - "label": null, - "uploader": { - "login": "SophieNye", - "id": 46872457, - "node_id": "MDQ6VXNlcjQ2ODcyNDU3", - "avatar_url": "https://avatars0.githubusercontent.com/u/46872457?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/SophieNye", - "html_url": "https://github.com/SophieNye", - "followers_url": "https://api.github.com/users/SophieNye/followers", - "following_url": "https://api.github.com/users/SophieNye/following{/other_user}", - "gists_url": "https://api.github.com/users/SophieNye/gists{/gist_id}", - "starred_url": "https://api.github.com/users/SophieNye/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/SophieNye/subscriptions", - "organizations_url": "https://api.github.com/users/SophieNye/orgs", - "repos_url": "https://api.github.com/users/SophieNye/repos", - "events_url": "https://api.github.com/users/SophieNye/events{/privacy}", - "received_events_url": "https://api.github.com/users/SophieNye/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 69976651, - "download_count": 119, - "created_at": "2019-08-17T00:03:31Z", - "updated_at": "2019-08-17T00:03:34Z", - "browser_download_url": "https://github.com/oslabs-beta/hypnos/releases/download/0.0.2/Hypnos-0.0.2-win.zip" - } - ], - "tarball_url": "https://api.github.com/repos/oslabs-beta/hypnos/tarball/0.0.2", - "zipball_url": "https://api.github.com/repos/oslabs-beta/hypnos/zipball/0.0.2", - "body_html": "" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:23.971Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:23.958Z" }, "i18n-manager": { "latestRelease": { @@ -39302,7 +39191,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 103552195, - "download_count": 268, + "download_count": 269, "created_at": "2020-05-06T14:49:28Z", "updated_at": "2020-05-06T14:49:33Z", "browser_download_url": "https://github.com/gilmarsquinelato/i18n-manager/releases/download/3.0.3/i18n-Manager-3.0.3.AppImage" @@ -39336,7 +39225,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 95706868, - "download_count": 1039, + "download_count": 1042, "created_at": "2020-05-06T14:49:53Z", "updated_at": "2020-05-06T14:49:57Z", "browser_download_url": "https://github.com/gilmarsquinelato/i18n-manager/releases/download/3.0.3/i18n-Manager-3.0.3.dmg" @@ -39404,7 +39293,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 72775987, - "download_count": 1244, + "download_count": 1250, "created_at": "2020-05-06T14:50:58Z", "updated_at": "2020-05-06T14:51:02Z", "browser_download_url": "https://github.com/gilmarsquinelato/i18n-manager/releases/download/3.0.3/i18n-Manager-Setup-3.0.3.exe" @@ -39584,7 +39473,118 @@ "zipball_url": "https://api.github.com/repos/gilmarsquinelato/i18n-manager/zipball/3.0.3", "body_html": "

Bugfixes

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:24.130Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:24.045Z" + }, + "hypnos": { + "latestRelease": { + "url": "https://api.github.com/repos/oslabs-beta/hypnos/releases/19351302", + "assets_url": "https://api.github.com/repos/oslabs-beta/hypnos/releases/19351302/assets", + "upload_url": "https://uploads.github.com/repos/oslabs-beta/hypnos/releases/19351302/assets{?name,label}", + "html_url": "https://github.com/oslabs-beta/hypnos/releases/tag/0.0.2", + "id": 19351302, + "node_id": "MDc6UmVsZWFzZTE5MzUxMzAy", + "tag_name": "0.0.2", + "target_commitish": "master", + "name": "Hypnos-beta 0.0.2", + "draft": false, + "author": { + "login": "SophieNye", + "id": 46872457, + "node_id": "MDQ6VXNlcjQ2ODcyNDU3", + "avatar_url": "https://avatars0.githubusercontent.com/u/46872457?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/SophieNye", + "html_url": "https://github.com/SophieNye", + "followers_url": "https://api.github.com/users/SophieNye/followers", + "following_url": "https://api.github.com/users/SophieNye/following{/other_user}", + "gists_url": "https://api.github.com/users/SophieNye/gists{/gist_id}", + "starred_url": "https://api.github.com/users/SophieNye/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/SophieNye/subscriptions", + "organizations_url": "https://api.github.com/users/SophieNye/orgs", + "repos_url": "https://api.github.com/users/SophieNye/repos", + "events_url": "https://api.github.com/users/SophieNye/events{/privacy}", + "received_events_url": "https://api.github.com/users/SophieNye/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2019-08-16T23:57:36Z", + "published_at": "2019-08-17T00:04:27Z", + "assets": [ + { + "url": "https://api.github.com/repos/oslabs-beta/hypnos/releases/assets/14422870", + "id": 14422870, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0NDIyODcw", + "name": "Hypnos-0.0.2-mac.dmg", + "label": null, + "uploader": { + "login": "SophieNye", + "id": 46872457, + "node_id": "MDQ6VXNlcjQ2ODcyNDU3", + "avatar_url": "https://avatars0.githubusercontent.com/u/46872457?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/SophieNye", + "html_url": "https://github.com/SophieNye", + "followers_url": "https://api.github.com/users/SophieNye/followers", + "following_url": "https://api.github.com/users/SophieNye/following{/other_user}", + "gists_url": "https://api.github.com/users/SophieNye/gists{/gist_id}", + "starred_url": "https://api.github.com/users/SophieNye/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/SophieNye/subscriptions", + "organizations_url": "https://api.github.com/users/SophieNye/orgs", + "repos_url": "https://api.github.com/users/SophieNye/repos", + "events_url": "https://api.github.com/users/SophieNye/events{/privacy}", + "received_events_url": "https://api.github.com/users/SophieNye/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 68688686, + "download_count": 93, + "created_at": "2019-08-17T00:04:12Z", + "updated_at": "2019-08-17T00:04:15Z", + "browser_download_url": "https://github.com/oslabs-beta/hypnos/releases/download/0.0.2/Hypnos-0.0.2-mac.dmg" + }, + { + "url": "https://api.github.com/repos/oslabs-beta/hypnos/releases/assets/14422863", + "id": 14422863, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0NDIyODYz", + "name": "Hypnos-0.0.2-win.zip", + "label": null, + "uploader": { + "login": "SophieNye", + "id": 46872457, + "node_id": "MDQ6VXNlcjQ2ODcyNDU3", + "avatar_url": "https://avatars0.githubusercontent.com/u/46872457?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/SophieNye", + "html_url": "https://github.com/SophieNye", + "followers_url": "https://api.github.com/users/SophieNye/followers", + "following_url": "https://api.github.com/users/SophieNye/following{/other_user}", + "gists_url": "https://api.github.com/users/SophieNye/gists{/gist_id}", + "starred_url": "https://api.github.com/users/SophieNye/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/SophieNye/subscriptions", + "organizations_url": "https://api.github.com/users/SophieNye/orgs", + "repos_url": "https://api.github.com/users/SophieNye/repos", + "events_url": "https://api.github.com/users/SophieNye/events{/privacy}", + "received_events_url": "https://api.github.com/users/SophieNye/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 69976651, + "download_count": 119, + "created_at": "2019-08-17T00:03:31Z", + "updated_at": "2019-08-17T00:03:34Z", + "browser_download_url": "https://github.com/oslabs-beta/hypnos/releases/download/0.0.2/Hypnos-0.0.2-win.zip" + } + ], + "tarball_url": "https://api.github.com/repos/oslabs-beta/hypnos/tarball/0.0.2", + "zipball_url": "https://api.github.com/repos/oslabs-beta/hypnos/zipball/0.0.2", + "body_html": "" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:24.072Z" }, "i5sing": { "latestRelease": { @@ -39865,7 +39865,7 @@ "zipball_url": "https://api.github.com/repos/i5sing/i5SING/zipball/v0.3.0", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:24.172Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:24.073Z" }, "hyper": { "latestRelease": { @@ -39932,7 +39932,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 59097612, - "download_count": 334649, + "download_count": 334696, "created_at": "2019-05-09T20:37:27Z", "updated_at": "2019-05-09T20:37:29Z", "browser_download_url": "https://github.com/vercel/hyper/releases/download/3.0.2/hyper-3.0.2-full.nupkg" @@ -39966,7 +39966,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 53772243, - "download_count": 4106324, + "download_count": 4106713, "created_at": "2019-05-09T20:34:18Z", "updated_at": "2019-05-09T20:34:22Z", "browser_download_url": "https://github.com/vercel/hyper/releases/download/3.0.2/Hyper-3.0.2-mac.zip" @@ -40000,7 +40000,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 57126937, - "download_count": 44080, + "download_count": 44132, "created_at": "2019-05-09T20:29:31Z", "updated_at": "2019-05-09T20:29:33Z", "browser_download_url": "https://github.com/vercel/hyper/releases/download/3.0.2/hyper-3.0.2-x86_64.AppImage" @@ -40034,7 +40034,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 55633378, - "download_count": 77071, + "download_count": 77249, "created_at": "2019-05-09T20:34:01Z", "updated_at": "2019-05-09T20:34:04Z", "browser_download_url": "https://github.com/vercel/hyper/releases/download/3.0.2/Hyper-3.0.2.dmg" @@ -40102,7 +40102,7 @@ "content_type": "application/x-redhat-package-manager", "state": "uploaded", "size": 39209145, - "download_count": 8494, + "download_count": 8497, "created_at": "2019-05-09T20:34:49Z", "updated_at": "2019-05-09T20:34:51Z", "browser_download_url": "https://github.com/vercel/hyper/releases/download/3.0.2/hyper-3.0.2.x86_64.rpm" @@ -40136,7 +40136,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 60004048, - "download_count": 403791, + "download_count": 404167, "created_at": "2019-05-09T20:37:27Z", "updated_at": "2019-05-09T20:37:29Z", "browser_download_url": "https://github.com/vercel/hyper/releases/download/3.0.2/hyper-Setup-3.0.2.exe" @@ -40170,7 +40170,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 39169196, - "download_count": 75101, + "download_count": 75172, "created_at": "2019-05-09T20:32:52Z", "updated_at": "2019-05-09T20:32:53Z", "browser_download_url": "https://github.com/vercel/hyper/releases/download/3.0.2/hyper_3.0.2_amd64.deb" @@ -40306,7 +40306,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 75, - "download_count": 18807, + "download_count": 18833, "created_at": "2019-05-09T20:37:27Z", "updated_at": "2019-05-09T20:37:27Z", "browser_download_url": "https://github.com/vercel/hyper/releases/download/3.0.2/RELEASES" @@ -40316,7 +40316,7 @@ "zipball_url": "https://api.github.com/repos/vercel/hyper/zipball/3.0.2", "body_html": "

↗️Improve migration experience to Hyper 3

\n

Patches

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:24.229Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:24.076Z" }, "iease-music": { "latestRelease": { @@ -40485,7 +40485,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 63152630, - "download_count": 35030, + "download_count": 35035, "created_at": "2019-02-01T07:18:52Z", "updated_at": "2019-02-01T07:19:45Z", "browser_download_url": "https://github.com/trazyn/ieaseMusic/releases/download/v1.3.4/ieaseMusic-1.3.4-mac.dmg" @@ -40621,7 +40621,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 522, - "download_count": 18941, + "download_count": 18946, "created_at": "2019-02-01T07:25:19Z", "updated_at": "2019-02-01T07:25:19Z", "browser_download_url": "https://github.com/trazyn/ieaseMusic/releases/download/v1.3.4/latest-mac.yml" @@ -40631,186 +40631,7 @@ "zipball_url": "https://api.github.com/repos/trazyn/ieaseMusic/zipball/v1.3.4", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:24.352Z" - }, - "image-shrinker": { - "latestRelease": { - "url": "https://api.github.com/repos/stefansl/image-shrinker/releases/21304840", - "assets_url": "https://api.github.com/repos/stefansl/image-shrinker/releases/21304840/assets", - "upload_url": "https://uploads.github.com/repos/stefansl/image-shrinker/releases/21304840/assets{?name,label}", - "html_url": "https://github.com/stefansl/image-shrinker/releases/tag/v1.6.1", - "id": 21304840, - "node_id": "MDc6UmVsZWFzZTIxMzA0ODQw", - "tag_name": "v1.6.1", - "target_commitish": "master", - "name": "Welcome to Image Shrinker 1.6.1 🍕", - "draft": false, - "author": { - "login": "stefansl", - "id": 1564251, - "node_id": "MDQ6VXNlcjE1NjQyNTE=", - "avatar_url": "https://avatars1.githubusercontent.com/u/1564251?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/stefansl", - "html_url": "https://github.com/stefansl", - "followers_url": "https://api.github.com/users/stefansl/followers", - "following_url": "https://api.github.com/users/stefansl/following{/other_user}", - "gists_url": "https://api.github.com/users/stefansl/gists{/gist_id}", - "starred_url": "https://api.github.com/users/stefansl/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/stefansl/subscriptions", - "organizations_url": "https://api.github.com/users/stefansl/orgs", - "repos_url": "https://api.github.com/users/stefansl/repos", - "events_url": "https://api.github.com/users/stefansl/events{/privacy}", - "received_events_url": "https://api.github.com/users/stefansl/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2019-11-07T23:08:12Z", - "published_at": "2019-11-07T23:11:58Z", - "assets": [ - { - "url": "https://api.github.com/repos/stefansl/image-shrinker/releases/assets/16030217", - "id": 16030217, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE2MDMwMjE3", - "name": "Image-Shrinker-1.6.1-mac.zip", - "label": "", - "uploader": { - "login": "stefansl", - "id": 1564251, - "node_id": "MDQ6VXNlcjE1NjQyNTE=", - "avatar_url": "https://avatars1.githubusercontent.com/u/1564251?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/stefansl", - "html_url": "https://github.com/stefansl", - "followers_url": "https://api.github.com/users/stefansl/followers", - "following_url": "https://api.github.com/users/stefansl/following{/other_user}", - "gists_url": "https://api.github.com/users/stefansl/gists{/gist_id}", - "starred_url": "https://api.github.com/users/stefansl/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/stefansl/subscriptions", - "organizations_url": "https://api.github.com/users/stefansl/orgs", - "repos_url": "https://api.github.com/users/stefansl/repos", - "events_url": "https://api.github.com/users/stefansl/events{/privacy}", - "received_events_url": "https://api.github.com/users/stefansl/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 74285267, - "download_count": 1003, - "created_at": "2019-11-07T23:10:49Z", - "updated_at": "2019-11-07T23:11:10Z", - "browser_download_url": "https://github.com/stefansl/image-shrinker/releases/download/v1.6.1/Image-Shrinker-1.6.1-mac.zip" - }, - { - "url": "https://api.github.com/repos/stefansl/image-shrinker/releases/assets/16030201", - "id": 16030201, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE2MDMwMjAx", - "name": "Image-Shrinker-1.6.1.dmg", - "label": "", - "uploader": { - "login": "stefansl", - "id": 1564251, - "node_id": "MDQ6VXNlcjE1NjQyNTE=", - "avatar_url": "https://avatars1.githubusercontent.com/u/1564251?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/stefansl", - "html_url": "https://github.com/stefansl", - "followers_url": "https://api.github.com/users/stefansl/followers", - "following_url": "https://api.github.com/users/stefansl/following{/other_user}", - "gists_url": "https://api.github.com/users/stefansl/gists{/gist_id}", - "starred_url": "https://api.github.com/users/stefansl/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/stefansl/subscriptions", - "organizations_url": "https://api.github.com/users/stefansl/orgs", - "repos_url": "https://api.github.com/users/stefansl/repos", - "events_url": "https://api.github.com/users/stefansl/events{/privacy}", - "received_events_url": "https://api.github.com/users/stefansl/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 76230234, - "download_count": 1699, - "created_at": "2019-11-07T23:10:32Z", - "updated_at": "2019-11-07T23:10:55Z", - "browser_download_url": "https://github.com/stefansl/image-shrinker/releases/download/v1.6.1/Image-Shrinker-1.6.1.dmg" - }, - { - "url": "https://api.github.com/repos/stefansl/image-shrinker/releases/assets/16030200", - "id": 16030200, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE2MDMwMjAw", - "name": "Image-Shrinker-1.6.1.dmg.blockmap", - "label": "", - "uploader": { - "login": "stefansl", - "id": 1564251, - "node_id": "MDQ6VXNlcjE1NjQyNTE=", - "avatar_url": "https://avatars1.githubusercontent.com/u/1564251?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/stefansl", - "html_url": "https://github.com/stefansl", - "followers_url": "https://api.github.com/users/stefansl/followers", - "following_url": "https://api.github.com/users/stefansl/following{/other_user}", - "gists_url": "https://api.github.com/users/stefansl/gists{/gist_id}", - "starred_url": "https://api.github.com/users/stefansl/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/stefansl/subscriptions", - "organizations_url": "https://api.github.com/users/stefansl/orgs", - "repos_url": "https://api.github.com/users/stefansl/repos", - "events_url": "https://api.github.com/users/stefansl/events{/privacy}", - "received_events_url": "https://api.github.com/users/stefansl/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 80220, - "download_count": 17, - "created_at": "2019-11-07T23:10:32Z", - "updated_at": "2019-11-07T23:10:32Z", - "browser_download_url": "https://github.com/stefansl/image-shrinker/releases/download/v1.6.1/Image-Shrinker-1.6.1.dmg.blockmap" - }, - { - "url": "https://api.github.com/repos/stefansl/image-shrinker/releases/assets/16030265", - "id": 16030265, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE2MDMwMjY1", - "name": "latest-mac.yml", - "label": "", - "uploader": { - "login": "stefansl", - "id": 1564251, - "node_id": "MDQ6VXNlcjE1NjQyNTE=", - "avatar_url": "https://avatars1.githubusercontent.com/u/1564251?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/stefansl", - "html_url": "https://github.com/stefansl", - "followers_url": "https://api.github.com/users/stefansl/followers", - "following_url": "https://api.github.com/users/stefansl/following{/other_user}", - "gists_url": "https://api.github.com/users/stefansl/gists{/gist_id}", - "starred_url": "https://api.github.com/users/stefansl/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/stefansl/subscriptions", - "organizations_url": "https://api.github.com/users/stefansl/orgs", - "repos_url": "https://api.github.com/users/stefansl/repos", - "events_url": "https://api.github.com/users/stefansl/events{/privacy}", - "received_events_url": "https://api.github.com/users/stefansl/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "text/yaml", - "state": "uploaded", - "size": 530, - "download_count": 15546, - "created_at": "2019-11-07T23:11:11Z", - "updated_at": "2019-11-07T23:11:11Z", - "browser_download_url": "https://github.com/stefansl/image-shrinker/releases/download/v1.6.1/latest-mac.yml" - } - ], - "tarball_url": "https://api.github.com/repos/stefansl/image-shrinker/tarball/v1.6.1", - "zipball_url": "https://api.github.com/repos/stefansl/image-shrinker/zipball/v1.6.1", - "body_html": "

Starting with MacOS 10.14.5, all signed applications by ‘new’ developers will need to be notarized or they will trigger Apple’s Gatekeeper software and prevent users from installing the app. That means that aside from signing Image Shrinker, I will need to notarize it as well.
\nThanks to Kilian Valkhof for giving me all the hints: https://kilianvalkhof.com/2019/electron/notarizing-your-electron-application/

\n" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:24.485Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:24.145Z" }, "imagine": { "latestRelease": { @@ -40877,7 +40698,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 60230572, - "download_count": 4333, + "download_count": 4352, "created_at": "2019-11-04T11:53:33Z", "updated_at": "2019-11-04T11:54:21Z", "browser_download_url": "https://github.com/meowtec/Imagine/releases/download/v0.5.1/Imagine-0.5.1-ia32-win.zip" @@ -40911,7 +40732,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 62603058, - "download_count": 829, + "download_count": 830, "created_at": "2019-11-27T12:45:23Z", "updated_at": "2019-11-27T12:47:58Z", "browser_download_url": "https://github.com/meowtec/Imagine/releases/download/v0.5.1/Imagine-0.5.1-mac.zip" @@ -40945,7 +40766,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 72381867, - "download_count": 1665, + "download_count": 1670, "created_at": "2019-11-27T12:44:29Z", "updated_at": "2019-11-27T12:48:24Z", "browser_download_url": "https://github.com/meowtec/Imagine/releases/download/v0.5.1/Imagine-0.5.1.AppImage" @@ -40979,7 +40800,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 64675279, - "download_count": 1290, + "download_count": 1292, "created_at": "2019-11-27T12:45:17Z", "updated_at": "2019-11-27T12:48:00Z", "browser_download_url": "https://github.com/meowtec/Imagine/releases/download/v0.5.1/Imagine-0.5.1.dmg" @@ -41013,7 +40834,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 68834, - "download_count": 75, + "download_count": 76, "created_at": "2019-11-27T12:45:14Z", "updated_at": "2019-11-27T12:45:15Z", "browser_download_url": "https://github.com/meowtec/Imagine/releases/download/v0.5.1/Imagine-0.5.1.dmg.blockmap" @@ -41047,7 +40868,7 @@ "content_type": "application/x-msdownload", "state": "uploaded", "size": 44398360, - "download_count": 4774, + "download_count": 4783, "created_at": "2019-11-27T12:25:06Z", "updated_at": "2019-11-27T12:25:46Z", "browser_download_url": "https://github.com/meowtec/Imagine/releases/download/v0.5.1/Imagine.Setup.0.5.1.exe" @@ -41149,7 +40970,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 364, - "download_count": 6693, + "download_count": 6713, "created_at": "2019-11-27T12:48:36Z", "updated_at": "2019-11-27T12:48:36Z", "browser_download_url": "https://github.com/meowtec/Imagine/releases/download/v0.5.1/latest-linux.yml" @@ -41183,7 +41004,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 509, - "download_count": 17859, + "download_count": 17886, "created_at": "2019-11-27T12:48:46Z", "updated_at": "2019-11-27T12:48:46Z", "browser_download_url": "https://github.com/meowtec/Imagine/releases/download/v0.5.1/latest-mac.yml" @@ -41195,39 +41016,218 @@ "name": "latest.yml", "label": null, "uploader": { - "login": "meowtec", - "id": 4006436, - "node_id": "MDQ6VXNlcjQwMDY0MzY=", - "avatar_url": "https://avatars3.githubusercontent.com/u/4006436?v=4", + "login": "meowtec", + "id": 4006436, + "node_id": "MDQ6VXNlcjQwMDY0MzY=", + "avatar_url": "https://avatars3.githubusercontent.com/u/4006436?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/meowtec", + "html_url": "https://github.com/meowtec", + "followers_url": "https://api.github.com/users/meowtec/followers", + "following_url": "https://api.github.com/users/meowtec/following{/other_user}", + "gists_url": "https://api.github.com/users/meowtec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/meowtec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/meowtec/subscriptions", + "organizations_url": "https://api.github.com/users/meowtec/orgs", + "repos_url": "https://api.github.com/users/meowtec/repos", + "events_url": "https://api.github.com/users/meowtec/events{/privacy}", + "received_events_url": "https://api.github.com/users/meowtec/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-yaml", + "state": "uploaded", + "size": 374, + "download_count": 56504, + "created_at": "2019-11-27T12:28:26Z", + "updated_at": "2019-11-27T12:28:28Z", + "browser_download_url": "https://github.com/meowtec/Imagine/releases/download/v0.5.1/latest.yml" + } + ], + "tarball_url": "https://api.github.com/repos/meowtec/Imagine/tarball/v0.5.1", + "zipball_url": "https://api.github.com/repos/meowtec/Imagine/zipball/v0.5.1", + "body_html": "" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:24.151Z" + }, + "image-shrinker": { + "latestRelease": { + "url": "https://api.github.com/repos/stefansl/image-shrinker/releases/21304840", + "assets_url": "https://api.github.com/repos/stefansl/image-shrinker/releases/21304840/assets", + "upload_url": "https://uploads.github.com/repos/stefansl/image-shrinker/releases/21304840/assets{?name,label}", + "html_url": "https://github.com/stefansl/image-shrinker/releases/tag/v1.6.1", + "id": 21304840, + "node_id": "MDc6UmVsZWFzZTIxMzA0ODQw", + "tag_name": "v1.6.1", + "target_commitish": "master", + "name": "Welcome to Image Shrinker 1.6.1 🍕", + "draft": false, + "author": { + "login": "stefansl", + "id": 1564251, + "node_id": "MDQ6VXNlcjE1NjQyNTE=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1564251?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stefansl", + "html_url": "https://github.com/stefansl", + "followers_url": "https://api.github.com/users/stefansl/followers", + "following_url": "https://api.github.com/users/stefansl/following{/other_user}", + "gists_url": "https://api.github.com/users/stefansl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stefansl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stefansl/subscriptions", + "organizations_url": "https://api.github.com/users/stefansl/orgs", + "repos_url": "https://api.github.com/users/stefansl/repos", + "events_url": "https://api.github.com/users/stefansl/events{/privacy}", + "received_events_url": "https://api.github.com/users/stefansl/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2019-11-07T23:08:12Z", + "published_at": "2019-11-07T23:11:58Z", + "assets": [ + { + "url": "https://api.github.com/repos/stefansl/image-shrinker/releases/assets/16030217", + "id": 16030217, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2MDMwMjE3", + "name": "Image-Shrinker-1.6.1-mac.zip", + "label": "", + "uploader": { + "login": "stefansl", + "id": 1564251, + "node_id": "MDQ6VXNlcjE1NjQyNTE=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1564251?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stefansl", + "html_url": "https://github.com/stefansl", + "followers_url": "https://api.github.com/users/stefansl/followers", + "following_url": "https://api.github.com/users/stefansl/following{/other_user}", + "gists_url": "https://api.github.com/users/stefansl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stefansl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stefansl/subscriptions", + "organizations_url": "https://api.github.com/users/stefansl/orgs", + "repos_url": "https://api.github.com/users/stefansl/repos", + "events_url": "https://api.github.com/users/stefansl/events{/privacy}", + "received_events_url": "https://api.github.com/users/stefansl/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 74285267, + "download_count": 1003, + "created_at": "2019-11-07T23:10:49Z", + "updated_at": "2019-11-07T23:11:10Z", + "browser_download_url": "https://github.com/stefansl/image-shrinker/releases/download/v1.6.1/Image-Shrinker-1.6.1-mac.zip" + }, + { + "url": "https://api.github.com/repos/stefansl/image-shrinker/releases/assets/16030201", + "id": 16030201, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2MDMwMjAx", + "name": "Image-Shrinker-1.6.1.dmg", + "label": "", + "uploader": { + "login": "stefansl", + "id": 1564251, + "node_id": "MDQ6VXNlcjE1NjQyNTE=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1564251?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stefansl", + "html_url": "https://github.com/stefansl", + "followers_url": "https://api.github.com/users/stefansl/followers", + "following_url": "https://api.github.com/users/stefansl/following{/other_user}", + "gists_url": "https://api.github.com/users/stefansl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stefansl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stefansl/subscriptions", + "organizations_url": "https://api.github.com/users/stefansl/orgs", + "repos_url": "https://api.github.com/users/stefansl/repos", + "events_url": "https://api.github.com/users/stefansl/events{/privacy}", + "received_events_url": "https://api.github.com/users/stefansl/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 76230234, + "download_count": 1704, + "created_at": "2019-11-07T23:10:32Z", + "updated_at": "2019-11-07T23:10:55Z", + "browser_download_url": "https://github.com/stefansl/image-shrinker/releases/download/v1.6.1/Image-Shrinker-1.6.1.dmg" + }, + { + "url": "https://api.github.com/repos/stefansl/image-shrinker/releases/assets/16030200", + "id": 16030200, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2MDMwMjAw", + "name": "Image-Shrinker-1.6.1.dmg.blockmap", + "label": "", + "uploader": { + "login": "stefansl", + "id": 1564251, + "node_id": "MDQ6VXNlcjE1NjQyNTE=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1564251?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stefansl", + "html_url": "https://github.com/stefansl", + "followers_url": "https://api.github.com/users/stefansl/followers", + "following_url": "https://api.github.com/users/stefansl/following{/other_user}", + "gists_url": "https://api.github.com/users/stefansl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stefansl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stefansl/subscriptions", + "organizations_url": "https://api.github.com/users/stefansl/orgs", + "repos_url": "https://api.github.com/users/stefansl/repos", + "events_url": "https://api.github.com/users/stefansl/events{/privacy}", + "received_events_url": "https://api.github.com/users/stefansl/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 80220, + "download_count": 17, + "created_at": "2019-11-07T23:10:32Z", + "updated_at": "2019-11-07T23:10:32Z", + "browser_download_url": "https://github.com/stefansl/image-shrinker/releases/download/v1.6.1/Image-Shrinker-1.6.1.dmg.blockmap" + }, + { + "url": "https://api.github.com/repos/stefansl/image-shrinker/releases/assets/16030265", + "id": 16030265, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2MDMwMjY1", + "name": "latest-mac.yml", + "label": "", + "uploader": { + "login": "stefansl", + "id": 1564251, + "node_id": "MDQ6VXNlcjE1NjQyNTE=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1564251?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/meowtec", - "html_url": "https://github.com/meowtec", - "followers_url": "https://api.github.com/users/meowtec/followers", - "following_url": "https://api.github.com/users/meowtec/following{/other_user}", - "gists_url": "https://api.github.com/users/meowtec/gists{/gist_id}", - "starred_url": "https://api.github.com/users/meowtec/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/meowtec/subscriptions", - "organizations_url": "https://api.github.com/users/meowtec/orgs", - "repos_url": "https://api.github.com/users/meowtec/repos", - "events_url": "https://api.github.com/users/meowtec/events{/privacy}", - "received_events_url": "https://api.github.com/users/meowtec/received_events", + "url": "https://api.github.com/users/stefansl", + "html_url": "https://github.com/stefansl", + "followers_url": "https://api.github.com/users/stefansl/followers", + "following_url": "https://api.github.com/users/stefansl/following{/other_user}", + "gists_url": "https://api.github.com/users/stefansl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stefansl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stefansl/subscriptions", + "organizations_url": "https://api.github.com/users/stefansl/orgs", + "repos_url": "https://api.github.com/users/stefansl/repos", + "events_url": "https://api.github.com/users/stefansl/events{/privacy}", + "received_events_url": "https://api.github.com/users/stefansl/received_events", "type": "User", "site_admin": false }, - "content_type": "application/x-yaml", + "content_type": "text/yaml", "state": "uploaded", - "size": 374, - "download_count": 56425, - "created_at": "2019-11-27T12:28:26Z", - "updated_at": "2019-11-27T12:28:28Z", - "browser_download_url": "https://github.com/meowtec/Imagine/releases/download/v0.5.1/latest.yml" + "size": 530, + "download_count": 15573, + "created_at": "2019-11-07T23:11:11Z", + "updated_at": "2019-11-07T23:11:11Z", + "browser_download_url": "https://github.com/stefansl/image-shrinker/releases/download/v1.6.1/latest-mac.yml" } ], - "tarball_url": "https://api.github.com/repos/meowtec/Imagine/tarball/v0.5.1", - "zipball_url": "https://api.github.com/repos/meowtec/Imagine/zipball/v0.5.1", - "body_html": "" + "tarball_url": "https://api.github.com/repos/stefansl/image-shrinker/tarball/v1.6.1", + "zipball_url": "https://api.github.com/repos/stefansl/image-shrinker/zipball/v1.6.1", + "body_html": "

Starting with MacOS 10.14.5, all signed applications by ‘new’ developers will need to be notarized or they will trigger Apple’s Gatekeeper software and prevent users from installing the app. That means that aside from signing Image Shrinker, I will need to notarize it as well.
\nThanks to Kilian Valkhof for giving me all the hints: https://kilianvalkhof.com/2019/electron/notarizing-your-electron-application/

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:24.503Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:24.190Z" }, "inboxer": { "latestRelease": { @@ -41328,7 +41328,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 64984174, - "download_count": 1754, + "download_count": 1757, "created_at": "2019-03-29T14:03:59Z", "updated_at": "2019-03-29T14:04:02Z", "browser_download_url": "https://github.com/denysdovhan/inboxer/releases/download/v1.3.2/inboxer-1.3.2-x86_64.AppImage" @@ -41430,7 +41430,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 48884928, - "download_count": 15267, + "download_count": 15268, "created_at": "2019-03-29T14:07:46Z", "updated_at": "2019-03-29T14:07:47Z", "browser_download_url": "https://github.com/denysdovhan/inboxer/releases/download/v1.3.2/inboxer-setup-1.3.2.exe" @@ -41498,7 +41498,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 47368906, - "download_count": 466, + "download_count": 467, "created_at": "2019-03-29T14:06:17Z", "updated_at": "2019-03-29T14:06:18Z", "browser_download_url": "https://github.com/denysdovhan/inboxer/releases/download/v1.3.2/inboxer_1.3.2_amd64.deb" @@ -41532,7 +41532,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 121106432, - "download_count": 54, + "download_count": 55, "created_at": "2019-03-29T14:05:09Z", "updated_at": "2019-03-29T14:05:15Z", "browser_download_url": "https://github.com/denysdovhan/inboxer/releases/download/v1.3.2/inboxer_1.3.2_amd64.snap" @@ -41600,7 +41600,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 509, - "download_count": 3552, + "download_count": 3553, "created_at": "2019-03-29T14:03:31Z", "updated_at": "2019-03-29T14:03:31Z", "browser_download_url": "https://github.com/denysdovhan/inboxer/releases/download/v1.3.2/latest-mac.yml" @@ -41644,7 +41644,7 @@ "zipball_url": "https://api.github.com/repos/denysdovhan/inboxer/zipball/v1.3.2", "body_html": "

v1.3.2: The Return of the Binaries!
\nSorry about the lack of binaries in the last few releases. I'm a slow learner, bear with me.

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:24.625Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:24.194Z" }, "infinitex": { "latestRelease": { @@ -41711,7 +41711,7 @@ "content_type": "application/x-iso9660-appimage", "state": "uploaded", "size": 69350920, - "download_count": 1887, + "download_count": 1888, "created_at": "2018-11-15T11:32:30Z", "updated_at": "2018-11-15T11:34:42Z", "browser_download_url": "https://github.com/fetacore/Infinitex/releases/download/v0.9.16/InfiniTex-0.9.16-x86_64.AppImage" @@ -41745,7 +41745,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 43315783, - "download_count": 2641, + "download_count": 2642, "created_at": "2018-11-15T11:59:12Z", "updated_at": "2018-11-15T12:00:31Z", "browser_download_url": "https://github.com/fetacore/Infinitex/releases/download/v0.9.16/InfiniTex-0.9.16.exe" @@ -41779,7 +41779,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 43486874, - "download_count": 2649, + "download_count": 2651, "created_at": "2018-11-15T12:00:36Z", "updated_at": "2018-11-15T12:02:09Z", "browser_download_url": "https://github.com/fetacore/Infinitex/releases/download/v0.9.16/InfiniTex-Setup-0.9.16.exe" @@ -41891,49 +41891,7 @@ "zipball_url": "https://api.github.com/repos/fetacore/Infinitex/zipball/v0.9.16", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:24.709Z" - }, - "instatron": { - "latestRelease": { - "url": "https://api.github.com/repos/alexdevero/instatron/releases/26790354", - "assets_url": "https://api.github.com/repos/alexdevero/instatron/releases/26790354/assets", - "upload_url": "https://uploads.github.com/repos/alexdevero/instatron/releases/26790354/assets{?name,label}", - "html_url": "https://github.com/alexdevero/instatron/releases/tag/v1.5.0", - "id": 26790354, - "node_id": "MDc6UmVsZWFzZTI2NzkwMzU0", - "tag_name": "v1.5.0", - "target_commitish": "master", - "name": "v1.5.0", - "draft": false, - "author": { - "login": "alexdevero", - "id": 4237724, - "node_id": "MDQ6VXNlcjQyMzc3MjQ=", - "avatar_url": "https://avatars1.githubusercontent.com/u/4237724?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/alexdevero", - "html_url": "https://github.com/alexdevero", - "followers_url": "https://api.github.com/users/alexdevero/followers", - "following_url": "https://api.github.com/users/alexdevero/following{/other_user}", - "gists_url": "https://api.github.com/users/alexdevero/gists{/gist_id}", - "starred_url": "https://api.github.com/users/alexdevero/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/alexdevero/subscriptions", - "organizations_url": "https://api.github.com/users/alexdevero/orgs", - "repos_url": "https://api.github.com/users/alexdevero/repos", - "events_url": "https://api.github.com/users/alexdevero/events{/privacy}", - "received_events_url": "https://api.github.com/users/alexdevero/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2020-05-22T08:24:36Z", - "published_at": "2020-05-22T08:31:05Z", - "assets": [], - "tarball_url": "https://api.github.com/repos/alexdevero/instatron/tarball/v1.5.0", - "zipball_url": "https://api.github.com/repos/alexdevero/instatron/zipball/v1.5.0", - "body_html": "

Changes:

\n" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:25.029Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:24.246Z" }, "infiniti-clips": { "latestRelease": { @@ -42102,7 +42060,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 51131631, - "download_count": 649, + "download_count": 650, "created_at": "2020-04-21T16:27:45Z", "updated_at": "2020-04-21T16:27:50Z", "browser_download_url": "https://github.com/azure06/clips/releases/download/v0.1.3/Clips-Setup-0.1.3.exe" @@ -42135,86 +42093,511 @@ }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 55593, - "download_count": 36, - "created_at": "2020-04-21T16:27:45Z", - "updated_at": "2020-04-21T16:27:46Z", - "browser_download_url": "https://github.com/azure06/clips/releases/download/v0.1.3/Clips-Setup-0.1.3.exe.blockmap" + "size": 55593, + "download_count": 36, + "created_at": "2020-04-21T16:27:45Z", + "updated_at": "2020-04-21T16:27:46Z", + "browser_download_url": "https://github.com/azure06/clips/releases/download/v0.1.3/Clips-Setup-0.1.3.exe.blockmap" + }, + { + "url": "https://api.github.com/repos/azure06/clips/releases/assets/20028040", + "id": 20028040, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMDI4MDQw", + "name": "latest-mac.yml", + "label": "", + "uploader": { + "login": "azure06", + "id": 28680604, + "node_id": "MDQ6VXNlcjI4NjgwNjA0", + "avatar_url": "https://avatars3.githubusercontent.com/u/28680604?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/azure06", + "html_url": "https://github.com/azure06", + "followers_url": "https://api.github.com/users/azure06/followers", + "following_url": "https://api.github.com/users/azure06/following{/other_user}", + "gists_url": "https://api.github.com/users/azure06/gists{/gist_id}", + "starred_url": "https://api.github.com/users/azure06/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/azure06/subscriptions", + "organizations_url": "https://api.github.com/users/azure06/orgs", + "repos_url": "https://api.github.com/users/azure06/repos", + "events_url": "https://api.github.com/users/azure06/events{/privacy}", + "received_events_url": "https://api.github.com/users/azure06/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "text/yaml", + "state": "uploaded", + "size": 503, + "download_count": 4637, + "created_at": "2020-04-21T16:27:58Z", + "updated_at": "2020-04-21T16:27:58Z", + "browser_download_url": "https://github.com/azure06/clips/releases/download/v0.1.3/latest-mac.yml" + }, + { + "url": "https://api.github.com/repos/azure06/clips/releases/assets/20028041", + "id": 20028041, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMDI4MDQx", + "name": "latest.yml", + "label": "", + "uploader": { + "login": "azure06", + "id": 28680604, + "node_id": "MDQ6VXNlcjI4NjgwNjA0", + "avatar_url": "https://avatars3.githubusercontent.com/u/28680604?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/azure06", + "html_url": "https://github.com/azure06", + "followers_url": "https://api.github.com/users/azure06/followers", + "following_url": "https://api.github.com/users/azure06/following{/other_user}", + "gists_url": "https://api.github.com/users/azure06/gists{/gist_id}", + "starred_url": "https://api.github.com/users/azure06/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/azure06/subscriptions", + "organizations_url": "https://api.github.com/users/azure06/orgs", + "repos_url": "https://api.github.com/users/azure06/repos", + "events_url": "https://api.github.com/users/azure06/events{/privacy}", + "received_events_url": "https://api.github.com/users/azure06/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "text/yaml", + "state": "uploaded", + "size": 338, + "download_count": 16339, + "created_at": "2020-04-21T16:27:58Z", + "updated_at": "2020-04-21T16:27:58Z", + "browser_download_url": "https://github.com/azure06/clips/releases/download/v0.1.3/latest.yml" + } + ], + "tarball_url": "https://api.github.com/repos/azure06/clips/tarball/v0.1.3", + "zipball_url": "https://api.github.com/repos/azure06/clips/zipball/v0.1.3", + "body_html": "" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:24.320Z" + }, + "instatron": { + "latestRelease": { + "url": "https://api.github.com/repos/alexdevero/instatron/releases/26790354", + "assets_url": "https://api.github.com/repos/alexdevero/instatron/releases/26790354/assets", + "upload_url": "https://uploads.github.com/repos/alexdevero/instatron/releases/26790354/assets{?name,label}", + "html_url": "https://github.com/alexdevero/instatron/releases/tag/v1.5.0", + "id": 26790354, + "node_id": "MDc6UmVsZWFzZTI2NzkwMzU0", + "tag_name": "v1.5.0", + "target_commitish": "master", + "name": "v1.5.0", + "draft": false, + "author": { + "login": "alexdevero", + "id": 4237724, + "node_id": "MDQ6VXNlcjQyMzc3MjQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4237724?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alexdevero", + "html_url": "https://github.com/alexdevero", + "followers_url": "https://api.github.com/users/alexdevero/followers", + "following_url": "https://api.github.com/users/alexdevero/following{/other_user}", + "gists_url": "https://api.github.com/users/alexdevero/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alexdevero/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alexdevero/subscriptions", + "organizations_url": "https://api.github.com/users/alexdevero/orgs", + "repos_url": "https://api.github.com/users/alexdevero/repos", + "events_url": "https://api.github.com/users/alexdevero/events{/privacy}", + "received_events_url": "https://api.github.com/users/alexdevero/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2020-05-22T08:24:36Z", + "published_at": "2020-05-22T08:31:05Z", + "assets": [], + "tarball_url": "https://api.github.com/repos/alexdevero/instatron/tarball/v1.5.0", + "zipball_url": "https://api.github.com/repos/alexdevero/instatron/zipball/v1.5.0", + "body_html": "

Changes:

\n" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:24.330Z" + }, + "insomnia": { + "latestRelease": { + "url": "https://api.github.com/repos/Kong/insomnia/releases/31024591", + "assets_url": "https://api.github.com/repos/Kong/insomnia/releases/31024591/assets", + "upload_url": "https://uploads.github.com/repos/Kong/insomnia/releases/31024591/assets{?name,label}", + "html_url": "https://github.com/Kong/insomnia/releases/tag/designer%402020.4.0", + "id": 31024591, + "node_id": "MDc6UmVsZWFzZTMxMDI0NTkx", + "tag_name": "designer@2020.4.0", + "target_commitish": "develop", + "name": "Insomnia Designer 2020.4.0 📦", + "draft": false, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "prerelease": false, + "created_at": "2020-09-10T04:56:01Z", + "published_at": "2020-09-10T05:07:53Z", + "assets": [ + { + "url": "https://api.github.com/repos/Kong/insomnia/releases/assets/25289695", + "id": 25289695, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI1Mjg5Njk1", + "name": "insomnia-designer-2020.4.0-full.nupkg", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 109669342, + "download_count": 896, + "created_at": "2020-09-10T05:07:54Z", + "updated_at": "2020-09-10T05:07:56Z", + "browser_download_url": "https://github.com/Kong/insomnia/releases/download/designer%402020.4.0/insomnia-designer-2020.4.0-full.nupkg" + }, + { + "url": "https://api.github.com/repos/Kong/insomnia/releases/assets/25290060", + "id": 25290060, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI1MjkwMDYw", + "name": "Insomnia.Designer-2020.4.0.AppImage", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 116599468, + "download_count": 27, + "created_at": "2020-09-10T05:15:14Z", + "updated_at": "2020-09-10T05:15:17Z", + "browser_download_url": "https://github.com/Kong/insomnia/releases/download/designer%402020.4.0/Insomnia.Designer-2020.4.0.AppImage" + }, + { + "url": "https://api.github.com/repos/Kong/insomnia/releases/assets/25290063", + "id": 25290063, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI1MjkwMDYz", + "name": "Insomnia.Designer-2020.4.0.deb", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 69001752, + "download_count": 243, + "created_at": "2020-09-10T05:15:17Z", + "updated_at": "2020-09-10T05:15:20Z", + "browser_download_url": "https://github.com/Kong/insomnia/releases/download/designer%402020.4.0/Insomnia.Designer-2020.4.0.deb" + }, + { + "url": "https://api.github.com/repos/Kong/insomnia/releases/assets/25289929", + "id": 25289929, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI1Mjg5OTI5", + "name": "Insomnia.Designer-2020.4.0.dmg", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 115163653, + "download_count": 686, + "created_at": "2020-09-10T05:12:53Z", + "updated_at": "2020-09-10T05:12:56Z", + "browser_download_url": "https://github.com/Kong/insomnia/releases/download/designer%402020.4.0/Insomnia.Designer-2020.4.0.dmg" + }, + { + "url": "https://api.github.com/repos/Kong/insomnia/releases/assets/25289697", + "id": 25289697, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI1Mjg5Njk3", + "name": "Insomnia.Designer-2020.4.0.exe", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 110655376, + "download_count": 1133, + "created_at": "2020-09-10T05:07:56Z", + "updated_at": "2020-09-10T05:07:59Z", + "browser_download_url": "https://github.com/Kong/insomnia/releases/download/designer%402020.4.0/Insomnia.Designer-2020.4.0.exe" + }, + { + "url": "https://api.github.com/repos/Kong/insomnia/releases/assets/25290066", + "id": 25290066, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI1MjkwMDY2", + "name": "Insomnia.Designer-2020.4.0.rpm", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 69620556, + "download_count": 16, + "created_at": "2020-09-10T05:15:21Z", + "updated_at": "2020-09-10T05:15:22Z", + "browser_download_url": "https://github.com/Kong/insomnia/releases/download/designer%402020.4.0/Insomnia.Designer-2020.4.0.rpm" + }, + { + "url": "https://api.github.com/repos/Kong/insomnia/releases/assets/25290068", + "id": 25290068, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI1MjkwMDY4", + "name": "Insomnia.Designer-2020.4.0.snap", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 98861056, + "download_count": 3, + "created_at": "2020-09-10T05:15:23Z", + "updated_at": "2020-09-10T05:15:35Z", + "browser_download_url": "https://github.com/Kong/insomnia/releases/download/designer%402020.4.0/Insomnia.Designer-2020.4.0.snap" + }, + { + "url": "https://api.github.com/repos/Kong/insomnia/releases/assets/25290081", + "id": 25290081, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI1MjkwMDgx", + "name": "Insomnia.Designer-2020.4.0.tar.gz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 108894565, + "download_count": 257, + "created_at": "2020-09-10T05:15:36Z", + "updated_at": "2020-09-10T05:15:38Z", + "browser_download_url": "https://github.com/Kong/insomnia/releases/download/designer%402020.4.0/Insomnia.Designer-2020.4.0.tar.gz" }, { - "url": "https://api.github.com/repos/azure06/clips/releases/assets/20028040", - "id": 20028040, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMDI4MDQw", - "name": "latest-mac.yml", + "url": "https://api.github.com/repos/Kong/insomnia/releases/assets/25289935", + "id": 25289935, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI1Mjg5OTM1", + "name": "Insomnia.Designer-2020.4.0.zip", "label": "", "uploader": { - "login": "azure06", - "id": 28680604, - "node_id": "MDQ6VXNlcjI4NjgwNjA0", - "avatar_url": "https://avatars3.githubusercontent.com/u/28680604?v=4", + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/azure06", - "html_url": "https://github.com/azure06", - "followers_url": "https://api.github.com/users/azure06/followers", - "following_url": "https://api.github.com/users/azure06/following{/other_user}", - "gists_url": "https://api.github.com/users/azure06/gists{/gist_id}", - "starred_url": "https://api.github.com/users/azure06/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/azure06/subscriptions", - "organizations_url": "https://api.github.com/users/azure06/orgs", - "repos_url": "https://api.github.com/users/azure06/repos", - "events_url": "https://api.github.com/users/azure06/events{/privacy}", - "received_events_url": "https://api.github.com/users/azure06/received_events", - "type": "User", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", "site_admin": false }, - "content_type": "text/yaml", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 503, - "download_count": 4618, - "created_at": "2020-04-21T16:27:58Z", - "updated_at": "2020-04-21T16:27:58Z", - "browser_download_url": "https://github.com/azure06/clips/releases/download/v0.1.3/latest-mac.yml" + "size": 110178637, + "download_count": 2602, + "created_at": "2020-09-10T05:12:57Z", + "updated_at": "2020-09-10T05:13:00Z", + "browser_download_url": "https://github.com/Kong/insomnia/releases/download/designer%402020.4.0/Insomnia.Designer-2020.4.0.zip" }, { - "url": "https://api.github.com/repos/azure06/clips/releases/assets/20028041", - "id": 20028041, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMDI4MDQx", - "name": "latest.yml", + "url": "https://api.github.com/repos/Kong/insomnia/releases/assets/25289699", + "id": 25289699, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI1Mjg5Njk5", + "name": "RELEASES", "label": "", "uploader": { - "login": "azure06", - "id": 28680604, - "node_id": "MDQ6VXNlcjI4NjgwNjA0", - "avatar_url": "https://avatars3.githubusercontent.com/u/28680604?v=4", + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/azure06", - "html_url": "https://github.com/azure06", - "followers_url": "https://api.github.com/users/azure06/followers", - "following_url": "https://api.github.com/users/azure06/following{/other_user}", - "gists_url": "https://api.github.com/users/azure06/gists{/gist_id}", - "starred_url": "https://api.github.com/users/azure06/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/azure06/subscriptions", - "organizations_url": "https://api.github.com/users/azure06/orgs", - "repos_url": "https://api.github.com/users/azure06/repos", - "events_url": "https://api.github.com/users/azure06/events{/privacy}", - "received_events_url": "https://api.github.com/users/azure06/received_events", - "type": "User", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", "site_admin": false }, - "content_type": "text/yaml", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 338, - "download_count": 16296, - "created_at": "2020-04-21T16:27:58Z", - "updated_at": "2020-04-21T16:27:58Z", - "browser_download_url": "https://github.com/azure06/clips/releases/download/v0.1.3/latest.yml" + "size": 91, + "download_count": 2900, + "created_at": "2020-09-10T05:07:59Z", + "updated_at": "2020-09-10T05:07:59Z", + "browser_download_url": "https://github.com/Kong/insomnia/releases/download/designer%402020.4.0/RELEASES" } ], - "tarball_url": "https://api.github.com/repos/azure06/clips/tarball/v0.1.3", - "zipball_url": "https://api.github.com/repos/azure06/clips/zipball/v0.1.3", - "body_html": "" + "tarball_url": "https://api.github.com/repos/Kong/insomnia/tarball/designer@2020.4.0", + "zipball_url": "https://api.github.com/repos/Kong/insomnia/zipball/designer@2020.4.0", + "body_html": "

Full changelog ⇒ https://insomnia.rest/changelog/designer/2020.4.0

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:25.127Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:24.344Z" }, "inpad": { "latestRelease": { @@ -42281,7 +42664,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 74173821, - "download_count": 658, + "download_count": 673, "created_at": "2020-08-24T10:03:04Z", "updated_at": "2020-08-24T10:03:13Z", "browser_download_url": "https://github.com/BoostIO/BoostNote.next/releases/download/v0.9.0/boost-note-linux.AppImage" @@ -42315,7 +42698,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 51488946, - "download_count": 1489, + "download_count": 1508, "created_at": "2020-08-24T10:04:10Z", "updated_at": "2020-08-24T10:04:16Z", "browser_download_url": "https://github.com/BoostIO/BoostNote.next/releases/download/v0.9.0/boost-note-linux.deb" @@ -42383,7 +42766,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 74795410, - "download_count": 3398, + "download_count": 3477, "created_at": "2020-08-24T10:09:58Z", "updated_at": "2020-08-24T10:10:04Z", "browser_download_url": "https://github.com/BoostIO/BoostNote.next/releases/download/v0.9.0/boost-note-mac.dmg" @@ -42451,7 +42834,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 72529301, - "download_count": 1769, + "download_count": 1797, "created_at": "2020-08-24T10:10:15Z", "updated_at": "2020-08-24T10:10:24Z", "browser_download_url": "https://github.com/BoostIO/BoostNote.next/releases/download/v0.9.0/boost-note-mac.zip" @@ -42485,7 +42868,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 102181032, - "download_count": 6947, + "download_count": 7043, "created_at": "2020-08-24T10:16:31Z", "updated_at": "2020-08-24T10:16:42Z", "browser_download_url": "https://github.com/BoostIO/BoostNote.next/releases/download/v0.9.0/boost-note-win.exe" @@ -42519,7 +42902,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 105269, - "download_count": 1477, + "download_count": 1493, "created_at": "2020-08-24T10:16:31Z", "updated_at": "2020-08-24T10:16:32Z", "browser_download_url": "https://github.com/BoostIO/BoostNote.next/releases/download/v0.9.0/boost-note-win.exe.blockmap" @@ -42553,7 +42936,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 370, - "download_count": 1833, + "download_count": 1885, "created_at": "2020-08-24T10:06:14Z", "updated_at": "2020-08-24T10:06:14Z", "browser_download_url": "https://github.com/BoostIO/BoostNote.next/releases/download/v0.9.0/latest-linux.yml" @@ -42587,7 +42970,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 504, - "download_count": 18799, + "download_count": 19245, "created_at": "2020-08-24T10:10:24Z", "updated_at": "2020-08-24T10:10:24Z", "browser_download_url": "https://github.com/BoostIO/BoostNote.next/releases/download/v0.9.0/latest-mac.yml" @@ -42621,7 +43004,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 333, - "download_count": 25323, + "download_count": 25862, "created_at": "2020-08-24T10:16:42Z", "updated_at": "2020-08-24T10:16:43Z", "browser_download_url": "https://github.com/BoostIO/BoostNote.next/releases/download/v0.9.0/latest.yml" @@ -42631,7 +43014,11 @@ "zipball_url": "https://api.github.com/repos/BoostIO/BoostNote.next/zipball/v0.9.0", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:25.215Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:24.353Z" + }, + "ionic-creator": { + "latestRelease": null, + "latestReleaseFetchedAt": "2020-09-18T00:10:24.387Z" }, "invizi": { "latestRelease": { @@ -42696,576 +43083,189 @@ "site_admin": false }, "content_type": "application/octet-stream", - "state": "uploaded", - "size": 91158043, - "download_count": 24, - "created_at": "2020-07-21T08:22:14Z", - "updated_at": "2020-07-21T08:24:02Z", - "browser_download_url": "https://github.com/invizi/invizi/releases/download/v1.0.0/Invizi-1.0.0.AppImage" - }, - { - "url": "https://api.github.com/repos/invizi/invizi/releases/assets/23090185", - "id": 23090185, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMDkwMTg1", - "name": "Invizi-1.0.0.dmg", - "label": null, - "uploader": { - "login": "monsieur-orwell", - "id": 67179784, - "node_id": "MDQ6VXNlcjY3MTc5Nzg0", - "avatar_url": "https://avatars0.githubusercontent.com/u/67179784?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/monsieur-orwell", - "html_url": "https://github.com/monsieur-orwell", - "followers_url": "https://api.github.com/users/monsieur-orwell/followers", - "following_url": "https://api.github.com/users/monsieur-orwell/following{/other_user}", - "gists_url": "https://api.github.com/users/monsieur-orwell/gists{/gist_id}", - "starred_url": "https://api.github.com/users/monsieur-orwell/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/monsieur-orwell/subscriptions", - "organizations_url": "https://api.github.com/users/monsieur-orwell/orgs", - "repos_url": "https://api.github.com/users/monsieur-orwell/repos", - "events_url": "https://api.github.com/users/monsieur-orwell/events{/privacy}", - "received_events_url": "https://api.github.com/users/monsieur-orwell/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 83492896, - "download_count": 150, - "created_at": "2020-07-21T08:09:33Z", - "updated_at": "2020-07-21T08:11:25Z", - "browser_download_url": "https://github.com/invizi/invizi/releases/download/v1.0.0/Invizi-1.0.0.dmg" - }, - { - "url": "https://api.github.com/repos/invizi/invizi/releases/assets/23090369", - "id": 23090369, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMDkwMzY5", - "name": "Invizi-1.0.0.x86_64.rpm", - "label": null, - "uploader": { - "login": "monsieur-orwell", - "id": 67179784, - "node_id": "MDQ6VXNlcjY3MTc5Nzg0", - "avatar_url": "https://avatars0.githubusercontent.com/u/67179784?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/monsieur-orwell", - "html_url": "https://github.com/monsieur-orwell", - "followers_url": "https://api.github.com/users/monsieur-orwell/followers", - "following_url": "https://api.github.com/users/monsieur-orwell/following{/other_user}", - "gists_url": "https://api.github.com/users/monsieur-orwell/gists{/gist_id}", - "starred_url": "https://api.github.com/users/monsieur-orwell/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/monsieur-orwell/subscriptions", - "organizations_url": "https://api.github.com/users/monsieur-orwell/orgs", - "repos_url": "https://api.github.com/users/monsieur-orwell/repos", - "events_url": "https://api.github.com/users/monsieur-orwell/events{/privacy}", - "received_events_url": "https://api.github.com/users/monsieur-orwell/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 59079096, - "download_count": 29, - "created_at": "2020-07-21T08:17:54Z", - "updated_at": "2020-07-21T08:19:35Z", - "browser_download_url": "https://github.com/invizi/invizi/releases/download/v1.0.0/Invizi-1.0.0.x86_64.rpm" - }, - { - "url": "https://api.github.com/repos/invizi/invizi/releases/assets/23090152", - "id": 23090152, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMDkwMTUy", - "name": "Invizi.Setup.1.0.0.exe", - "label": null, - "uploader": { - "login": "monsieur-orwell", - "id": 67179784, - "node_id": "MDQ6VXNlcjY3MTc5Nzg0", - "avatar_url": "https://avatars0.githubusercontent.com/u/67179784?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/monsieur-orwell", - "html_url": "https://github.com/monsieur-orwell", - "followers_url": "https://api.github.com/users/monsieur-orwell/followers", - "following_url": "https://api.github.com/users/monsieur-orwell/following{/other_user}", - "gists_url": "https://api.github.com/users/monsieur-orwell/gists{/gist_id}", - "starred_url": "https://api.github.com/users/monsieur-orwell/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/monsieur-orwell/subscriptions", - "organizations_url": "https://api.github.com/users/monsieur-orwell/orgs", - "repos_url": "https://api.github.com/users/monsieur-orwell/repos", - "events_url": "https://api.github.com/users/monsieur-orwell/events{/privacy}", - "received_events_url": "https://api.github.com/users/monsieur-orwell/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-msdownload", - "state": "uploaded", - "size": 60805035, - "download_count": 594, - "created_at": "2020-07-21T08:08:03Z", - "updated_at": "2020-07-21T08:09:22Z", - "browser_download_url": "https://github.com/invizi/invizi/releases/download/v1.0.0/Invizi.Setup.1.0.0.exe" - }, - { - "url": "https://api.github.com/repos/invizi/invizi/releases/assets/23090345", - "id": 23090345, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMDkwMzQ1", - "name": "Invizi_1.0.0_amd64.deb", - "label": null, - "uploader": { - "login": "monsieur-orwell", - "id": 67179784, - "node_id": "MDQ6VXNlcjY3MTc5Nzg0", - "avatar_url": "https://avatars0.githubusercontent.com/u/67179784?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/monsieur-orwell", - "html_url": "https://github.com/monsieur-orwell", - "followers_url": "https://api.github.com/users/monsieur-orwell/followers", - "following_url": "https://api.github.com/users/monsieur-orwell/following{/other_user}", - "gists_url": "https://api.github.com/users/monsieur-orwell/gists{/gist_id}", - "starred_url": "https://api.github.com/users/monsieur-orwell/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/monsieur-orwell/subscriptions", - "organizations_url": "https://api.github.com/users/monsieur-orwell/orgs", - "repos_url": "https://api.github.com/users/monsieur-orwell/repos", - "events_url": "https://api.github.com/users/monsieur-orwell/events{/privacy}", - "received_events_url": "https://api.github.com/users/monsieur-orwell/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 58921722, - "download_count": 24, - "created_at": "2020-07-21T08:16:37Z", - "updated_at": "2020-07-21T08:17:50Z", - "browser_download_url": "https://github.com/invizi/invizi/releases/download/v1.0.0/Invizi_1.0.0_amd64.deb" - }, - { - "url": "https://api.github.com/repos/invizi/invizi/releases/assets/23090305", - "id": 23090305, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMDkwMzA1", - "name": "Invizi_1.0.0_amd64.snap", - "label": null, - "uploader": { - "login": "monsieur-orwell", - "id": 67179784, - "node_id": "MDQ6VXNlcjY3MTc5Nzg0", - "avatar_url": "https://avatars0.githubusercontent.com/u/67179784?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/monsieur-orwell", - "html_url": "https://github.com/monsieur-orwell", - "followers_url": "https://api.github.com/users/monsieur-orwell/followers", - "following_url": "https://api.github.com/users/monsieur-orwell/following{/other_user}", - "gists_url": "https://api.github.com/users/monsieur-orwell/gists{/gist_id}", - "starred_url": "https://api.github.com/users/monsieur-orwell/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/monsieur-orwell/subscriptions", - "organizations_url": "https://api.github.com/users/monsieur-orwell/orgs", - "repos_url": "https://api.github.com/users/monsieur-orwell/repos", - "events_url": "https://api.github.com/users/monsieur-orwell/events{/privacy}", - "received_events_url": "https://api.github.com/users/monsieur-orwell/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 76664832, - "download_count": 20, - "created_at": "2020-07-21T08:14:59Z", - "updated_at": "2020-07-21T08:16:32Z", - "browser_download_url": "https://github.com/invizi/invizi/releases/download/v1.0.0/Invizi_1.0.0_amd64.snap" - } - ], - "tarball_url": "https://api.github.com/repos/invizi/invizi/tarball/v1.0.0", - "zipball_url": "https://api.github.com/repos/invizi/invizi/zipball/v1.0.0", - "body_html": "

Invizi 1.0.0 is now available for Windows, MacOs and Linux.

\n

SHA256 Digest

\n
SHA256(Invizi Setup 1.0.0.exe)= b481393949c336372b4a17917ad8579a47981be3f9261c3a59786c1a255f0891\nSHA256(Invizi-1.0.0.dmg)= 217cdf175aa005899483727b24f3a8f8c2406550c5eb22cafe017ff3066112c6\nSHA256(Invizi-1.0.0.AppImage)= 0e37b87806453c06080d134f09514ba285d9de9d78c4f0bbcedeb3b1a181f1d0\nSHA256(Invizi-1.0.0.x86_64.rpm)= 6af9c03713379915b46d4df2cb3724e64b8790405bd95a0b1dae60b88fcc1be9\nSHA256(Invizi_1.0.0_amd64.deb)= 3425e37a687c8102ed8dd37180b53edf1fd6c2a19020537267c943652df75d81\nSHA256(Invizi_1.0.0_amd64.snap)= 9a77c6c67352fed7d1eb14ee44285ea5d30f9d8bbece0dc3e55f6b7c2aab0822\n\n
" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:25.394Z" - }, - "ionic-creator": { - "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:25.461Z" - }, - "insomnia": { - "latestRelease": { - "url": "https://api.github.com/repos/Kong/insomnia/releases/31024591", - "assets_url": "https://api.github.com/repos/Kong/insomnia/releases/31024591/assets", - "upload_url": "https://uploads.github.com/repos/Kong/insomnia/releases/31024591/assets{?name,label}", - "html_url": "https://github.com/Kong/insomnia/releases/tag/designer%402020.4.0", - "id": 31024591, - "node_id": "MDc6UmVsZWFzZTMxMDI0NTkx", - "tag_name": "designer@2020.4.0", - "target_commitish": "develop", - "name": "Insomnia Designer 2020.4.0 📦", - "draft": false, - "author": { - "login": "github-actions[bot]", - "id": 41898282, - "node_id": "MDM6Qm90NDE4OTgyODI=", - "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/github-actions%5Bbot%5D", - "html_url": "https://github.com/apps/github-actions", - "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", - "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", - "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", - "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", - "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", - "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", - "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", - "type": "Bot", - "site_admin": false - }, - "prerelease": false, - "created_at": "2020-09-10T04:56:01Z", - "published_at": "2020-09-10T05:07:53Z", - "assets": [ - { - "url": "https://api.github.com/repos/Kong/insomnia/releases/assets/25289695", - "id": 25289695, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI1Mjg5Njk1", - "name": "insomnia-designer-2020.4.0-full.nupkg", - "label": "", - "uploader": { - "login": "github-actions[bot]", - "id": 41898282, - "node_id": "MDM6Qm90NDE4OTgyODI=", - "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/github-actions%5Bbot%5D", - "html_url": "https://github.com/apps/github-actions", - "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", - "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", - "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", - "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", - "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", - "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", - "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", - "type": "Bot", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 109669342, - "download_count": 809, - "created_at": "2020-09-10T05:07:54Z", - "updated_at": "2020-09-10T05:07:56Z", - "browser_download_url": "https://github.com/Kong/insomnia/releases/download/designer%402020.4.0/insomnia-designer-2020.4.0-full.nupkg" - }, - { - "url": "https://api.github.com/repos/Kong/insomnia/releases/assets/25290060", - "id": 25290060, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI1MjkwMDYw", - "name": "Insomnia.Designer-2020.4.0.AppImage", - "label": "", - "uploader": { - "login": "github-actions[bot]", - "id": 41898282, - "node_id": "MDM6Qm90NDE4OTgyODI=", - "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/github-actions%5Bbot%5D", - "html_url": "https://github.com/apps/github-actions", - "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", - "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", - "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", - "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", - "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", - "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", - "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", - "type": "Bot", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 116599468, - "download_count": 27, - "created_at": "2020-09-10T05:15:14Z", - "updated_at": "2020-09-10T05:15:17Z", - "browser_download_url": "https://github.com/Kong/insomnia/releases/download/designer%402020.4.0/Insomnia.Designer-2020.4.0.AppImage" - }, - { - "url": "https://api.github.com/repos/Kong/insomnia/releases/assets/25290063", - "id": 25290063, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI1MjkwMDYz", - "name": "Insomnia.Designer-2020.4.0.deb", - "label": "", - "uploader": { - "login": "github-actions[bot]", - "id": 41898282, - "node_id": "MDM6Qm90NDE4OTgyODI=", - "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/github-actions%5Bbot%5D", - "html_url": "https://github.com/apps/github-actions", - "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", - "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", - "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", - "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", - "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", - "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", - "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", - "type": "Bot", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 69001752, - "download_count": 207, - "created_at": "2020-09-10T05:15:17Z", - "updated_at": "2020-09-10T05:15:20Z", - "browser_download_url": "https://github.com/Kong/insomnia/releases/download/designer%402020.4.0/Insomnia.Designer-2020.4.0.deb" - }, - { - "url": "https://api.github.com/repos/Kong/insomnia/releases/assets/25289929", - "id": 25289929, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI1Mjg5OTI5", - "name": "Insomnia.Designer-2020.4.0.dmg", - "label": "", - "uploader": { - "login": "github-actions[bot]", - "id": 41898282, - "node_id": "MDM6Qm90NDE4OTgyODI=", - "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/github-actions%5Bbot%5D", - "html_url": "https://github.com/apps/github-actions", - "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", - "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", - "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", - "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", - "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", - "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", - "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", - "type": "Bot", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 115163653, - "download_count": 591, - "created_at": "2020-09-10T05:12:53Z", - "updated_at": "2020-09-10T05:12:56Z", - "browser_download_url": "https://github.com/Kong/insomnia/releases/download/designer%402020.4.0/Insomnia.Designer-2020.4.0.dmg" - }, - { - "url": "https://api.github.com/repos/Kong/insomnia/releases/assets/25289697", - "id": 25289697, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI1Mjg5Njk3", - "name": "Insomnia.Designer-2020.4.0.exe", - "label": "", - "uploader": { - "login": "github-actions[bot]", - "id": 41898282, - "node_id": "MDM6Qm90NDE4OTgyODI=", - "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/github-actions%5Bbot%5D", - "html_url": "https://github.com/apps/github-actions", - "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", - "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", - "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", - "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", - "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", - "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", - "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", - "type": "Bot", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 110655376, - "download_count": 956, - "created_at": "2020-09-10T05:07:56Z", - "updated_at": "2020-09-10T05:07:59Z", - "browser_download_url": "https://github.com/Kong/insomnia/releases/download/designer%402020.4.0/Insomnia.Designer-2020.4.0.exe" + "state": "uploaded", + "size": 91158043, + "download_count": 25, + "created_at": "2020-07-21T08:22:14Z", + "updated_at": "2020-07-21T08:24:02Z", + "browser_download_url": "https://github.com/invizi/invizi/releases/download/v1.0.0/Invizi-1.0.0.AppImage" }, { - "url": "https://api.github.com/repos/Kong/insomnia/releases/assets/25290066", - "id": 25290066, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI1MjkwMDY2", - "name": "Insomnia.Designer-2020.4.0.rpm", - "label": "", + "url": "https://api.github.com/repos/invizi/invizi/releases/assets/23090185", + "id": 23090185, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMDkwMTg1", + "name": "Invizi-1.0.0.dmg", + "label": null, "uploader": { - "login": "github-actions[bot]", - "id": 41898282, - "node_id": "MDM6Qm90NDE4OTgyODI=", - "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", + "login": "monsieur-orwell", + "id": 67179784, + "node_id": "MDQ6VXNlcjY3MTc5Nzg0", + "avatar_url": "https://avatars0.githubusercontent.com/u/67179784?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/github-actions%5Bbot%5D", - "html_url": "https://github.com/apps/github-actions", - "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", - "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", - "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", - "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", - "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", - "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", - "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", - "type": "Bot", + "url": "https://api.github.com/users/monsieur-orwell", + "html_url": "https://github.com/monsieur-orwell", + "followers_url": "https://api.github.com/users/monsieur-orwell/followers", + "following_url": "https://api.github.com/users/monsieur-orwell/following{/other_user}", + "gists_url": "https://api.github.com/users/monsieur-orwell/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monsieur-orwell/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monsieur-orwell/subscriptions", + "organizations_url": "https://api.github.com/users/monsieur-orwell/orgs", + "repos_url": "https://api.github.com/users/monsieur-orwell/repos", + "events_url": "https://api.github.com/users/monsieur-orwell/events{/privacy}", + "received_events_url": "https://api.github.com/users/monsieur-orwell/received_events", + "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 69620556, - "download_count": 10, - "created_at": "2020-09-10T05:15:21Z", - "updated_at": "2020-09-10T05:15:22Z", - "browser_download_url": "https://github.com/Kong/insomnia/releases/download/designer%402020.4.0/Insomnia.Designer-2020.4.0.rpm" + "size": 83492896, + "download_count": 151, + "created_at": "2020-07-21T08:09:33Z", + "updated_at": "2020-07-21T08:11:25Z", + "browser_download_url": "https://github.com/invizi/invizi/releases/download/v1.0.0/Invizi-1.0.0.dmg" }, { - "url": "https://api.github.com/repos/Kong/insomnia/releases/assets/25290068", - "id": 25290068, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI1MjkwMDY4", - "name": "Insomnia.Designer-2020.4.0.snap", - "label": "", + "url": "https://api.github.com/repos/invizi/invizi/releases/assets/23090369", + "id": 23090369, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMDkwMzY5", + "name": "Invizi-1.0.0.x86_64.rpm", + "label": null, "uploader": { - "login": "github-actions[bot]", - "id": 41898282, - "node_id": "MDM6Qm90NDE4OTgyODI=", - "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", + "login": "monsieur-orwell", + "id": 67179784, + "node_id": "MDQ6VXNlcjY3MTc5Nzg0", + "avatar_url": "https://avatars0.githubusercontent.com/u/67179784?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/github-actions%5Bbot%5D", - "html_url": "https://github.com/apps/github-actions", - "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", - "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", - "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", - "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", - "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", - "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", - "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", - "type": "Bot", + "url": "https://api.github.com/users/monsieur-orwell", + "html_url": "https://github.com/monsieur-orwell", + "followers_url": "https://api.github.com/users/monsieur-orwell/followers", + "following_url": "https://api.github.com/users/monsieur-orwell/following{/other_user}", + "gists_url": "https://api.github.com/users/monsieur-orwell/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monsieur-orwell/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monsieur-orwell/subscriptions", + "organizations_url": "https://api.github.com/users/monsieur-orwell/orgs", + "repos_url": "https://api.github.com/users/monsieur-orwell/repos", + "events_url": "https://api.github.com/users/monsieur-orwell/events{/privacy}", + "received_events_url": "https://api.github.com/users/monsieur-orwell/received_events", + "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 98861056, - "download_count": 3, - "created_at": "2020-09-10T05:15:23Z", - "updated_at": "2020-09-10T05:15:35Z", - "browser_download_url": "https://github.com/Kong/insomnia/releases/download/designer%402020.4.0/Insomnia.Designer-2020.4.0.snap" + "size": 59079096, + "download_count": 31, + "created_at": "2020-07-21T08:17:54Z", + "updated_at": "2020-07-21T08:19:35Z", + "browser_download_url": "https://github.com/invizi/invizi/releases/download/v1.0.0/Invizi-1.0.0.x86_64.rpm" }, { - "url": "https://api.github.com/repos/Kong/insomnia/releases/assets/25290081", - "id": 25290081, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI1MjkwMDgx", - "name": "Insomnia.Designer-2020.4.0.tar.gz", - "label": "", + "url": "https://api.github.com/repos/invizi/invizi/releases/assets/23090152", + "id": 23090152, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMDkwMTUy", + "name": "Invizi.Setup.1.0.0.exe", + "label": null, "uploader": { - "login": "github-actions[bot]", - "id": 41898282, - "node_id": "MDM6Qm90NDE4OTgyODI=", - "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", + "login": "monsieur-orwell", + "id": 67179784, + "node_id": "MDQ6VXNlcjY3MTc5Nzg0", + "avatar_url": "https://avatars0.githubusercontent.com/u/67179784?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/github-actions%5Bbot%5D", - "html_url": "https://github.com/apps/github-actions", - "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", - "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", - "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", - "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", - "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", - "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", - "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", - "type": "Bot", + "url": "https://api.github.com/users/monsieur-orwell", + "html_url": "https://github.com/monsieur-orwell", + "followers_url": "https://api.github.com/users/monsieur-orwell/followers", + "following_url": "https://api.github.com/users/monsieur-orwell/following{/other_user}", + "gists_url": "https://api.github.com/users/monsieur-orwell/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monsieur-orwell/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monsieur-orwell/subscriptions", + "organizations_url": "https://api.github.com/users/monsieur-orwell/orgs", + "repos_url": "https://api.github.com/users/monsieur-orwell/repos", + "events_url": "https://api.github.com/users/monsieur-orwell/events{/privacy}", + "received_events_url": "https://api.github.com/users/monsieur-orwell/received_events", + "type": "User", "site_admin": false }, - "content_type": "application/octet-stream", + "content_type": "application/x-msdownload", "state": "uploaded", - "size": 108894565, - "download_count": 242, - "created_at": "2020-09-10T05:15:36Z", - "updated_at": "2020-09-10T05:15:38Z", - "browser_download_url": "https://github.com/Kong/insomnia/releases/download/designer%402020.4.0/Insomnia.Designer-2020.4.0.tar.gz" + "size": 60805035, + "download_count": 614, + "created_at": "2020-07-21T08:08:03Z", + "updated_at": "2020-07-21T08:09:22Z", + "browser_download_url": "https://github.com/invizi/invizi/releases/download/v1.0.0/Invizi.Setup.1.0.0.exe" }, { - "url": "https://api.github.com/repos/Kong/insomnia/releases/assets/25289935", - "id": 25289935, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI1Mjg5OTM1", - "name": "Insomnia.Designer-2020.4.0.zip", - "label": "", + "url": "https://api.github.com/repos/invizi/invizi/releases/assets/23090345", + "id": 23090345, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMDkwMzQ1", + "name": "Invizi_1.0.0_amd64.deb", + "label": null, "uploader": { - "login": "github-actions[bot]", - "id": 41898282, - "node_id": "MDM6Qm90NDE4OTgyODI=", - "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", + "login": "monsieur-orwell", + "id": 67179784, + "node_id": "MDQ6VXNlcjY3MTc5Nzg0", + "avatar_url": "https://avatars0.githubusercontent.com/u/67179784?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/github-actions%5Bbot%5D", - "html_url": "https://github.com/apps/github-actions", - "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", - "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", - "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", - "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", - "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", - "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", - "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", - "type": "Bot", + "url": "https://api.github.com/users/monsieur-orwell", + "html_url": "https://github.com/monsieur-orwell", + "followers_url": "https://api.github.com/users/monsieur-orwell/followers", + "following_url": "https://api.github.com/users/monsieur-orwell/following{/other_user}", + "gists_url": "https://api.github.com/users/monsieur-orwell/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monsieur-orwell/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monsieur-orwell/subscriptions", + "organizations_url": "https://api.github.com/users/monsieur-orwell/orgs", + "repos_url": "https://api.github.com/users/monsieur-orwell/repos", + "events_url": "https://api.github.com/users/monsieur-orwell/events{/privacy}", + "received_events_url": "https://api.github.com/users/monsieur-orwell/received_events", + "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 110178637, - "download_count": 2209, - "created_at": "2020-09-10T05:12:57Z", - "updated_at": "2020-09-10T05:13:00Z", - "browser_download_url": "https://github.com/Kong/insomnia/releases/download/designer%402020.4.0/Insomnia.Designer-2020.4.0.zip" + "size": 58921722, + "download_count": 26, + "created_at": "2020-07-21T08:16:37Z", + "updated_at": "2020-07-21T08:17:50Z", + "browser_download_url": "https://github.com/invizi/invizi/releases/download/v1.0.0/Invizi_1.0.0_amd64.deb" }, { - "url": "https://api.github.com/repos/Kong/insomnia/releases/assets/25289699", - "id": 25289699, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI1Mjg5Njk5", - "name": "RELEASES", - "label": "", + "url": "https://api.github.com/repos/invizi/invizi/releases/assets/23090305", + "id": 23090305, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMDkwMzA1", + "name": "Invizi_1.0.0_amd64.snap", + "label": null, "uploader": { - "login": "github-actions[bot]", - "id": 41898282, - "node_id": "MDM6Qm90NDE4OTgyODI=", - "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", + "login": "monsieur-orwell", + "id": 67179784, + "node_id": "MDQ6VXNlcjY3MTc5Nzg0", + "avatar_url": "https://avatars0.githubusercontent.com/u/67179784?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/github-actions%5Bbot%5D", - "html_url": "https://github.com/apps/github-actions", - "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", - "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", - "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", - "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", - "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", - "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", - "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", - "type": "Bot", + "url": "https://api.github.com/users/monsieur-orwell", + "html_url": "https://github.com/monsieur-orwell", + "followers_url": "https://api.github.com/users/monsieur-orwell/followers", + "following_url": "https://api.github.com/users/monsieur-orwell/following{/other_user}", + "gists_url": "https://api.github.com/users/monsieur-orwell/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monsieur-orwell/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monsieur-orwell/subscriptions", + "organizations_url": "https://api.github.com/users/monsieur-orwell/orgs", + "repos_url": "https://api.github.com/users/monsieur-orwell/repos", + "events_url": "https://api.github.com/users/monsieur-orwell/events{/privacy}", + "received_events_url": "https://api.github.com/users/monsieur-orwell/received_events", + "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 91, - "download_count": 2339, - "created_at": "2020-09-10T05:07:59Z", - "updated_at": "2020-09-10T05:07:59Z", - "browser_download_url": "https://github.com/Kong/insomnia/releases/download/designer%402020.4.0/RELEASES" + "size": 76664832, + "download_count": 22, + "created_at": "2020-07-21T08:14:59Z", + "updated_at": "2020-07-21T08:16:32Z", + "browser_download_url": "https://github.com/invizi/invizi/releases/download/v1.0.0/Invizi_1.0.0_amd64.snap" } ], - "tarball_url": "https://api.github.com/repos/Kong/insomnia/tarball/designer@2020.4.0", - "zipball_url": "https://api.github.com/repos/Kong/insomnia/zipball/designer@2020.4.0", - "body_html": "

Full changelog ⇒ https://insomnia.rest/changelog/designer/2020.4.0

" + "tarball_url": "https://api.github.com/repos/invizi/invizi/tarball/v1.0.0", + "zipball_url": "https://api.github.com/repos/invizi/invizi/zipball/v1.0.0", + "body_html": "

Invizi 1.0.0 is now available for Windows, MacOs and Linux.

\n

SHA256 Digest

\n
SHA256(Invizi Setup 1.0.0.exe)= b481393949c336372b4a17917ad8579a47981be3f9261c3a59786c1a255f0891\nSHA256(Invizi-1.0.0.dmg)= 217cdf175aa005899483727b24f3a8f8c2406550c5eb22cafe017ff3066112c6\nSHA256(Invizi-1.0.0.AppImage)= 0e37b87806453c06080d134f09514ba285d9de9d78c4f0bbcedeb3b1a181f1d0\nSHA256(Invizi-1.0.0.x86_64.rpm)= 6af9c03713379915b46d4df2cb3724e64b8790405bd95a0b1dae60b88fcc1be9\nSHA256(Invizi_1.0.0_amd64.deb)= 3425e37a687c8102ed8dd37180b53edf1fd6c2a19020537267c943652df75d81\nSHA256(Invizi_1.0.0_amd64.snap)= 9a77c6c67352fed7d1eb14ee44285ea5d30f9d8bbece0dc3e55f6b7c2aab0822\n\n
" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:25.515Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:24.417Z" }, "ioui": { "latestRelease": { @@ -43307,7 +43307,7 @@ "zipball_url": "https://api.github.com/repos/shivang-pokar/ioui/zipball/v1.0", "body_html": "

We create Desktop APP which allow you to Build and Serve and Manage ionic Application without using CLI commands.

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:25.567Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:24.435Z" }, "ironnode": { "latestRelease": { @@ -43349,49 +43349,7 @@ "zipball_url": "https://api.github.com/repos/s-a/iron-node/zipball/v3.0.18", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:25.734Z" - }, - "j": { - "latestRelease": { - "url": "https://api.github.com/repos/joehecn/j/releases/12423620", - "assets_url": "https://api.github.com/repos/joehecn/j/releases/12423620/assets", - "upload_url": "https://uploads.github.com/repos/joehecn/j/releases/12423620/assets{?name,label}", - "html_url": "https://github.com/joehecn/j/releases/tag/2.0.1", - "id": 12423620, - "node_id": "MDc6UmVsZWFzZTEyNDIzNjIw", - "tag_name": "2.0.1", - "target_commitish": "master", - "name": "2.0.1", - "draft": false, - "author": { - "login": "joehecn", - "id": 5492501, - "node_id": "MDQ6VXNlcjU0OTI1MDE=", - "avatar_url": "https://avatars2.githubusercontent.com/u/5492501?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/joehecn", - "html_url": "https://github.com/joehecn", - "followers_url": "https://api.github.com/users/joehecn/followers", - "following_url": "https://api.github.com/users/joehecn/following{/other_user}", - "gists_url": "https://api.github.com/users/joehecn/gists{/gist_id}", - "starred_url": "https://api.github.com/users/joehecn/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/joehecn/subscriptions", - "organizations_url": "https://api.github.com/users/joehecn/orgs", - "repos_url": "https://api.github.com/users/joehecn/repos", - "events_url": "https://api.github.com/users/joehecn/events{/privacy}", - "received_events_url": "https://api.github.com/users/joehecn/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2018-08-15T21:34:37Z", - "published_at": "2018-08-15T21:48:05Z", - "assets": [], - "tarball_url": "https://api.github.com/repos/joehecn/j/tarball/2.0.1", - "zipball_url": "https://api.github.com/repos/joehecn/j/zipball/2.0.1", - "body_html": "" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:25.847Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:24.439Z" }, "itch": { "latestRelease": { @@ -43433,7 +43391,49 @@ "zipball_url": "https://api.github.com/repos/itchio/itch/zipball/v25.4.1", "body_html": "

This is a security release, it comes with the following changes:

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:25.938Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:24.519Z" + }, + "j": { + "latestRelease": { + "url": "https://api.github.com/repos/joehecn/j/releases/12423620", + "assets_url": "https://api.github.com/repos/joehecn/j/releases/12423620/assets", + "upload_url": "https://uploads.github.com/repos/joehecn/j/releases/12423620/assets{?name,label}", + "html_url": "https://github.com/joehecn/j/releases/tag/2.0.1", + "id": 12423620, + "node_id": "MDc6UmVsZWFzZTEyNDIzNjIw", + "tag_name": "2.0.1", + "target_commitish": "master", + "name": "2.0.1", + "draft": false, + "author": { + "login": "joehecn", + "id": 5492501, + "node_id": "MDQ6VXNlcjU0OTI1MDE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5492501?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/joehecn", + "html_url": "https://github.com/joehecn", + "followers_url": "https://api.github.com/users/joehecn/followers", + "following_url": "https://api.github.com/users/joehecn/following{/other_user}", + "gists_url": "https://api.github.com/users/joehecn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/joehecn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/joehecn/subscriptions", + "organizations_url": "https://api.github.com/users/joehecn/orgs", + "repos_url": "https://api.github.com/users/joehecn/repos", + "events_url": "https://api.github.com/users/joehecn/events{/privacy}", + "received_events_url": "https://api.github.com/users/joehecn/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2018-08-15T21:34:37Z", + "published_at": "2018-08-15T21:48:05Z", + "assets": [], + "tarball_url": "https://api.github.com/repos/joehecn/j/tarball/2.0.1", + "zipball_url": "https://api.github.com/repos/joehecn/j/zipball/2.0.1", + "body_html": "" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:24.519Z" }, "james": { "latestRelease": { @@ -43500,7 +43500,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 58956332, - "download_count": 674, + "download_count": 675, "created_at": "2019-02-03T07:33:48Z", "updated_at": "2019-02-03T07:33:51Z", "browser_download_url": "https://github.com/james-proxy/james/releases/download/v2.1.2/James-2.1.2-mac.zip" @@ -43534,7 +43534,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 61191027, - "download_count": 1713, + "download_count": 1716, "created_at": "2019-02-03T07:31:26Z", "updated_at": "2019-02-03T07:31:30Z", "browser_download_url": "https://github.com/james-proxy/james/releases/download/v2.1.2/james-2.1.2-x86_64.AppImage" @@ -43568,7 +43568,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 61461910, - "download_count": 1065, + "download_count": 1068, "created_at": "2019-02-03T07:34:04Z", "updated_at": "2019-02-03T07:34:06Z", "browser_download_url": "https://github.com/james-proxy/james/releases/download/v2.1.2/James-2.1.2.dmg" @@ -43636,7 +43636,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 44062157, - "download_count": 1170, + "download_count": 1171, "created_at": "2019-02-03T07:30:35Z", "updated_at": "2019-02-03T07:30:38Z", "browser_download_url": "https://github.com/james-proxy/james/releases/download/v2.1.2/james-setup-2.1.2.exe" @@ -43704,7 +43704,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 374, - "download_count": 1103, + "download_count": 1106, "created_at": "2019-02-03T07:31:30Z", "updated_at": "2019-02-03T07:31:30Z", "browser_download_url": "https://github.com/james-proxy/james/releases/download/v2.1.2/latest-linux.yml" @@ -43738,7 +43738,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 460, - "download_count": 3485, + "download_count": 3493, "created_at": "2019-02-03T07:34:06Z", "updated_at": "2019-02-03T07:34:06Z", "browser_download_url": "https://github.com/james-proxy/james/releases/download/v2.1.2/latest-mac.yml" @@ -43772,7 +43772,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 338, - "download_count": 1333, + "download_count": 1337, "created_at": "2019-02-03T07:30:38Z", "updated_at": "2019-02-03T07:30:39Z", "browser_download_url": "https://github.com/james-proxy/james/releases/download/v2.1.2/latest.yml" @@ -43782,7 +43782,7 @@ "zipball_url": "https://api.github.com/repos/james-proxy/james/zipball/v2.1.2", "body_html": "

Bugfixes

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:25.963Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:24.548Z" }, "jamovi": { "latestRelease": { @@ -43824,152 +43824,7 @@ "zipball_url": "https://api.github.com/repos/jamovi/jamovi/zipball/v0.9.1.10", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:26.077Z" - }, - "jasper": { - "latestRelease": { - "url": "https://api.github.com/repos/jasperapp/jasper/releases/28474610", - "assets_url": "https://api.github.com/repos/jasperapp/jasper/releases/28474610/assets", - "upload_url": "https://uploads.github.com/repos/jasperapp/jasper/releases/28474610/assets{?name,label}", - "html_url": "https://github.com/jasperapp/jasper/releases/tag/v0.9.3", - "id": 28474610, - "node_id": "MDc6UmVsZWFzZTI4NDc0NjEw", - "tag_name": "v0.9.3", - "target_commitish": "master", - "name": "", - "draft": false, - "author": { - "login": "h13i32maru", - "id": 985170, - "node_id": "MDQ6VXNlcjk4NTE3MA==", - "avatar_url": "https://avatars1.githubusercontent.com/u/985170?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/h13i32maru", - "html_url": "https://github.com/h13i32maru", - "followers_url": "https://api.github.com/users/h13i32maru/followers", - "following_url": "https://api.github.com/users/h13i32maru/following{/other_user}", - "gists_url": "https://api.github.com/users/h13i32maru/gists{/gist_id}", - "starred_url": "https://api.github.com/users/h13i32maru/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/h13i32maru/subscriptions", - "organizations_url": "https://api.github.com/users/h13i32maru/orgs", - "repos_url": "https://api.github.com/users/h13i32maru/repos", - "events_url": "https://api.github.com/users/h13i32maru/events{/privacy}", - "received_events_url": "https://api.github.com/users/h13i32maru/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2020-07-12T03:44:37Z", - "published_at": "2020-07-12T04:37:08Z", - "assets": [ - { - "url": "https://api.github.com/repos/jasperapp/jasper/releases/assets/22797567", - "id": 22797567, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNzk3NTY3", - "name": "jasper_v0.9.3_linux.zip", - "label": null, - "uploader": { - "login": "h13i32maru", - "id": 985170, - "node_id": "MDQ6VXNlcjk4NTE3MA==", - "avatar_url": "https://avatars1.githubusercontent.com/u/985170?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/h13i32maru", - "html_url": "https://github.com/h13i32maru", - "followers_url": "https://api.github.com/users/h13i32maru/followers", - "following_url": "https://api.github.com/users/h13i32maru/following{/other_user}", - "gists_url": "https://api.github.com/users/h13i32maru/gists{/gist_id}", - "starred_url": "https://api.github.com/users/h13i32maru/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/h13i32maru/subscriptions", - "organizations_url": "https://api.github.com/users/h13i32maru/orgs", - "repos_url": "https://api.github.com/users/h13i32maru/repos", - "events_url": "https://api.github.com/users/h13i32maru/events{/privacy}", - "received_events_url": "https://api.github.com/users/h13i32maru/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 83624695, - "download_count": 14, - "created_at": "2020-07-12T04:36:20Z", - "updated_at": "2020-07-12T04:36:41Z", - "browser_download_url": "https://github.com/jasperapp/jasper/releases/download/v0.9.3/jasper_v0.9.3_linux.zip" - }, - { - "url": "https://api.github.com/repos/jasperapp/jasper/releases/assets/22797570", - "id": 22797570, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNzk3NTcw", - "name": "jasper_v0.9.3_mac.zip", - "label": null, - "uploader": { - "login": "h13i32maru", - "id": 985170, - "node_id": "MDQ6VXNlcjk4NTE3MA==", - "avatar_url": "https://avatars1.githubusercontent.com/u/985170?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/h13i32maru", - "html_url": "https://github.com/h13i32maru", - "followers_url": "https://api.github.com/users/h13i32maru/followers", - "following_url": "https://api.github.com/users/h13i32maru/following{/other_user}", - "gists_url": "https://api.github.com/users/h13i32maru/gists{/gist_id}", - "starred_url": "https://api.github.com/users/h13i32maru/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/h13i32maru/subscriptions", - "organizations_url": "https://api.github.com/users/h13i32maru/orgs", - "repos_url": "https://api.github.com/users/h13i32maru/repos", - "events_url": "https://api.github.com/users/h13i32maru/events{/privacy}", - "received_events_url": "https://api.github.com/users/h13i32maru/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 85166417, - "download_count": 306, - "created_at": "2020-07-12T04:36:41Z", - "updated_at": "2020-07-12T04:36:55Z", - "browser_download_url": "https://github.com/jasperapp/jasper/releases/download/v0.9.3/jasper_v0.9.3_mac.zip" - }, - { - "url": "https://api.github.com/repos/jasperapp/jasper/releases/assets/22797573", - "id": 22797573, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNzk3NTcz", - "name": "jasper_v0.9.3_windows.zip", - "label": null, - "uploader": { - "login": "h13i32maru", - "id": 985170, - "node_id": "MDQ6VXNlcjk4NTE3MA==", - "avatar_url": "https://avatars1.githubusercontent.com/u/985170?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/h13i32maru", - "html_url": "https://github.com/h13i32maru", - "followers_url": "https://api.github.com/users/h13i32maru/followers", - "following_url": "https://api.github.com/users/h13i32maru/following{/other_user}", - "gists_url": "https://api.github.com/users/h13i32maru/gists{/gist_id}", - "starred_url": "https://api.github.com/users/h13i32maru/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/h13i32maru/subscriptions", - "organizations_url": "https://api.github.com/users/h13i32maru/orgs", - "repos_url": "https://api.github.com/users/h13i32maru/repos", - "events_url": "https://api.github.com/users/h13i32maru/events{/privacy}", - "received_events_url": "https://api.github.com/users/h13i32maru/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 80303603, - "download_count": 49, - "created_at": "2020-07-12T04:36:55Z", - "updated_at": "2020-07-12T04:37:02Z", - "browser_download_url": "https://github.com/jasperapp/jasper/releases/download/v0.9.3/jasper_v0.9.3_windows.zip" - } - ], - "tarball_url": "https://api.github.com/repos/jasperapp/jasper/tarball/v0.9.3", - "zipball_url": "https://api.github.com/repos/jasperapp/jasper/zipball/v0.9.3", - "body_html": "" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:26.198Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:24.558Z" }, "joplin": { "latestRelease": { @@ -44036,7 +43891,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 111839269, - "download_count": 63, + "download_count": 64, "created_at": "2020-09-09T11:42:11Z", "updated_at": "2020-09-09T11:42:14Z", "browser_download_url": "https://github.com/laurent22/joplin/releases/download/v1.0.245/Joplin-1.0.245-mac.zip" @@ -44070,7 +43925,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 122992494, - "download_count": 4056, + "download_count": 4295, "created_at": "2020-09-09T12:47:15Z", "updated_at": "2020-09-09T12:47:17Z", "browser_download_url": "https://github.com/laurent22/joplin/releases/download/v1.0.245/Joplin-1.0.245.AppImage" @@ -44104,7 +43959,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 128, - "download_count": 64, + "download_count": 65, "created_at": "2020-09-09T12:47:15Z", "updated_at": "2020-09-09T12:47:15Z", "browser_download_url": "https://github.com/laurent22/joplin/releases/download/v1.0.245/Joplin-1.0.245.AppImage.sha512" @@ -44138,7 +43993,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 116255960, - "download_count": 7943, + "download_count": 8256, "created_at": "2020-09-09T11:41:20Z", "updated_at": "2020-09-09T11:41:24Z", "browser_download_url": "https://github.com/laurent22/joplin/releases/download/v1.0.245/Joplin-1.0.245.dmg" @@ -44172,7 +44027,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 122366, - "download_count": 16, + "download_count": 18, "created_at": "2020-09-09T11:41:20Z", "updated_at": "2020-09-09T11:41:20Z", "browser_download_url": "https://github.com/laurent22/joplin/releases/download/v1.0.245/Joplin-1.0.245.dmg.blockmap" @@ -44206,7 +44061,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 145089800, - "download_count": 12848, + "download_count": 13397, "created_at": "2020-09-09T11:41:29Z", "updated_at": "2020-09-09T11:41:33Z", "browser_download_url": "https://github.com/laurent22/joplin/releases/download/v1.0.245/Joplin-Setup-1.0.245.exe" @@ -44240,7 +44095,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 148137, - "download_count": 12, + "download_count": 14, "created_at": "2020-09-09T11:41:29Z", "updated_at": "2020-09-09T11:41:29Z", "browser_download_url": "https://github.com/laurent22/joplin/releases/download/v1.0.245/Joplin-Setup-1.0.245.exe.blockmap" @@ -44274,7 +44129,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 144858544, - "download_count": 3223, + "download_count": 3316, "created_at": "2020-09-09T11:41:23Z", "updated_at": "2020-09-09T11:41:26Z", "browser_download_url": "https://github.com/laurent22/joplin/releases/download/v1.0.245/JoplinPortable.exe" @@ -44308,7 +44163,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 370, - "download_count": 178, + "download_count": 191, "created_at": "2020-09-09T12:47:18Z", "updated_at": "2020-09-09T12:47:18Z", "browser_download_url": "https://github.com/laurent22/joplin/releases/download/v1.0.245/latest-linux.yml" @@ -44342,7 +44197,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 517, - "download_count": 12, + "download_count": 13, "created_at": "2020-09-09T11:42:15Z", "updated_at": "2020-09-09T11:42:15Z", "browser_download_url": "https://github.com/laurent22/joplin/releases/download/v1.0.245/latest-mac.yml" @@ -44376,7 +44231,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 347, - "download_count": 24, + "download_count": 28, "created_at": "2020-09-09T11:41:33Z", "updated_at": "2020-09-09T11:41:33Z", "browser_download_url": "https://github.com/laurent22/joplin/releases/download/v1.0.245/latest.yml" @@ -44386,7 +44241,152 @@ "zipball_url": "https://api.github.com/repos/laurent22/joplin/zipball/v1.0.245", "body_html": "

This release is to fix the sync lock issues on devices that have an incorrect clock. Specifically, it should fix this error: \"Cannot acquire sync lock: either the lock could be written but not read back. Or it was expired before it was read again\".

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:26.322Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:24.602Z" + }, + "jasper": { + "latestRelease": { + "url": "https://api.github.com/repos/jasperapp/jasper/releases/28474610", + "assets_url": "https://api.github.com/repos/jasperapp/jasper/releases/28474610/assets", + "upload_url": "https://uploads.github.com/repos/jasperapp/jasper/releases/28474610/assets{?name,label}", + "html_url": "https://github.com/jasperapp/jasper/releases/tag/v0.9.3", + "id": 28474610, + "node_id": "MDc6UmVsZWFzZTI4NDc0NjEw", + "tag_name": "v0.9.3", + "target_commitish": "master", + "name": "", + "draft": false, + "author": { + "login": "h13i32maru", + "id": 985170, + "node_id": "MDQ6VXNlcjk4NTE3MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/985170?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/h13i32maru", + "html_url": "https://github.com/h13i32maru", + "followers_url": "https://api.github.com/users/h13i32maru/followers", + "following_url": "https://api.github.com/users/h13i32maru/following{/other_user}", + "gists_url": "https://api.github.com/users/h13i32maru/gists{/gist_id}", + "starred_url": "https://api.github.com/users/h13i32maru/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/h13i32maru/subscriptions", + "organizations_url": "https://api.github.com/users/h13i32maru/orgs", + "repos_url": "https://api.github.com/users/h13i32maru/repos", + "events_url": "https://api.github.com/users/h13i32maru/events{/privacy}", + "received_events_url": "https://api.github.com/users/h13i32maru/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2020-07-12T03:44:37Z", + "published_at": "2020-07-12T04:37:08Z", + "assets": [ + { + "url": "https://api.github.com/repos/jasperapp/jasper/releases/assets/22797567", + "id": 22797567, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNzk3NTY3", + "name": "jasper_v0.9.3_linux.zip", + "label": null, + "uploader": { + "login": "h13i32maru", + "id": 985170, + "node_id": "MDQ6VXNlcjk4NTE3MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/985170?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/h13i32maru", + "html_url": "https://github.com/h13i32maru", + "followers_url": "https://api.github.com/users/h13i32maru/followers", + "following_url": "https://api.github.com/users/h13i32maru/following{/other_user}", + "gists_url": "https://api.github.com/users/h13i32maru/gists{/gist_id}", + "starred_url": "https://api.github.com/users/h13i32maru/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/h13i32maru/subscriptions", + "organizations_url": "https://api.github.com/users/h13i32maru/orgs", + "repos_url": "https://api.github.com/users/h13i32maru/repos", + "events_url": "https://api.github.com/users/h13i32maru/events{/privacy}", + "received_events_url": "https://api.github.com/users/h13i32maru/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 83624695, + "download_count": 14, + "created_at": "2020-07-12T04:36:20Z", + "updated_at": "2020-07-12T04:36:41Z", + "browser_download_url": "https://github.com/jasperapp/jasper/releases/download/v0.9.3/jasper_v0.9.3_linux.zip" + }, + { + "url": "https://api.github.com/repos/jasperapp/jasper/releases/assets/22797570", + "id": 22797570, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNzk3NTcw", + "name": "jasper_v0.9.3_mac.zip", + "label": null, + "uploader": { + "login": "h13i32maru", + "id": 985170, + "node_id": "MDQ6VXNlcjk4NTE3MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/985170?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/h13i32maru", + "html_url": "https://github.com/h13i32maru", + "followers_url": "https://api.github.com/users/h13i32maru/followers", + "following_url": "https://api.github.com/users/h13i32maru/following{/other_user}", + "gists_url": "https://api.github.com/users/h13i32maru/gists{/gist_id}", + "starred_url": "https://api.github.com/users/h13i32maru/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/h13i32maru/subscriptions", + "organizations_url": "https://api.github.com/users/h13i32maru/orgs", + "repos_url": "https://api.github.com/users/h13i32maru/repos", + "events_url": "https://api.github.com/users/h13i32maru/events{/privacy}", + "received_events_url": "https://api.github.com/users/h13i32maru/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 85166417, + "download_count": 306, + "created_at": "2020-07-12T04:36:41Z", + "updated_at": "2020-07-12T04:36:55Z", + "browser_download_url": "https://github.com/jasperapp/jasper/releases/download/v0.9.3/jasper_v0.9.3_mac.zip" + }, + { + "url": "https://api.github.com/repos/jasperapp/jasper/releases/assets/22797573", + "id": 22797573, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNzk3NTcz", + "name": "jasper_v0.9.3_windows.zip", + "label": null, + "uploader": { + "login": "h13i32maru", + "id": 985170, + "node_id": "MDQ6VXNlcjk4NTE3MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/985170?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/h13i32maru", + "html_url": "https://github.com/h13i32maru", + "followers_url": "https://api.github.com/users/h13i32maru/followers", + "following_url": "https://api.github.com/users/h13i32maru/following{/other_user}", + "gists_url": "https://api.github.com/users/h13i32maru/gists{/gist_id}", + "starred_url": "https://api.github.com/users/h13i32maru/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/h13i32maru/subscriptions", + "organizations_url": "https://api.github.com/users/h13i32maru/orgs", + "repos_url": "https://api.github.com/users/h13i32maru/repos", + "events_url": "https://api.github.com/users/h13i32maru/events{/privacy}", + "received_events_url": "https://api.github.com/users/h13i32maru/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 80303603, + "download_count": 49, + "created_at": "2020-07-12T04:36:55Z", + "updated_at": "2020-07-12T04:37:02Z", + "browser_download_url": "https://github.com/jasperapp/jasper/releases/download/v0.9.3/jasper_v0.9.3_windows.zip" + } + ], + "tarball_url": "https://api.github.com/repos/jasperapp/jasper/tarball/v0.9.3", + "zipball_url": "https://api.github.com/repos/jasperapp/jasper/zipball/v0.9.3", + "body_html": "" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:24.623Z" }, "juggernaut": { "latestRelease": { @@ -44453,7 +44453,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 66290860, - "download_count": 87, + "download_count": 88, "created_at": "2020-04-30T15:10:17Z", "updated_at": "2020-04-30T15:21:28Z", "browser_download_url": "https://github.com/LN-Juggernaut/juggernaut-desktop/releases/download/0.1.2/Juggernaut-linux-armv7l-v0.1.2.AppImage" @@ -44487,7 +44487,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 75941630, - "download_count": 316, + "download_count": 317, "created_at": "2020-04-30T15:09:53Z", "updated_at": "2020-04-30T15:20:36Z", "browser_download_url": "https://github.com/LN-Juggernaut/juggernaut-desktop/releases/download/0.1.2/Juggernaut-linux-x86_64-v0.1.2.AppImage" @@ -44623,7 +44623,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 52626400, - "download_count": 367, + "download_count": 368, "created_at": "2020-04-30T15:11:28Z", "updated_at": "2020-04-30T15:21:33Z", "browser_download_url": "https://github.com/LN-Juggernaut/juggernaut-desktop/releases/download/0.1.2/Juggernaut-win-v0.1.2.exe" @@ -44793,7 +44793,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 346, - "download_count": 5, + "download_count": 6, "created_at": "2020-04-30T15:22:48Z", "updated_at": "2020-04-30T15:22:48Z", "browser_download_url": "https://github.com/LN-Juggernaut/juggernaut-desktop/releases/download/0.1.2/latest.yml" @@ -44803,7 +44803,7 @@ "zipball_url": "https://api.github.com/repos/LN-Juggernaut/juggernaut-desktop/zipball/0.1.2", "body_html": "

Emojis 👍 💯 🔥 🚀

\n

There is now an emoji picker to the right of the message input box that lets you add emojis to your messages in a few clicks. Emojis are searchable and includes a skin color picker for emojis that support this feature.

\n

Open Channels Directly From Conversation

\n

Easily open a channel with your conversation partner. This is useful if you plan on communicating a lot with a same person and want to avoid paying routing fees for every message. Instead of having to search for their alias or ask for their pubkey to initiate a channel open you can now just click Open Channel from the conversation menu.

\n

LND 0.10.0 Support

\n

Updated GRPC library with 0.10.0 proto files. The only breaking change was related to how we calculate fees for each message we send. In 0.9.x we were able to grab the total fees directly from the payment response object. In 0.10.x we now loop over all HTLC's and sum up the total fees for each one. Luckily this is backwards compatible with 0.9.x so we have a single method for both versions.

\n

Code Signing

\n

The releases are now officially being code signed as part of the release process for Mac and Windows builds. This should remove warnings about an unknown developer when launching the apps on those platforms. I think on Windows there might still be some warning until we reach a certain number of downloads

\n

Bugs

\n

Lots of great bug fixes in this release. Thank you to all the testers who reported these issues.

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:26.328Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:24.627Z" }, "jukeboks": { "latestRelease": { @@ -44880,118 +44880,7 @@ "zipball_url": "https://api.github.com/repos/hirohisa/Jukeboks/zipball/v2.1.1", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:26.453Z" - }, - "jumblepassword": { - "latestRelease": { - "url": "https://api.github.com/repos/theIYD/jumble-password/releases/8746012", - "assets_url": "https://api.github.com/repos/theIYD/jumble-password/releases/8746012/assets", - "upload_url": "https://uploads.github.com/repos/theIYD/jumble-password/releases/8746012/assets{?name,label}", - "html_url": "https://github.com/theIYD/jumble-password/releases/tag/0.2.0", - "id": 8746012, - "node_id": "MDc6UmVsZWFzZTg3NDYwMTI=", - "tag_name": "0.2.0", - "target_commitish": "master", - "name": "Release: 0.2.0", - "draft": false, - "author": { - "login": "theIYD", - "id": 10477827, - "node_id": "MDQ6VXNlcjEwNDc3ODI3", - "avatar_url": "https://avatars1.githubusercontent.com/u/10477827?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/theIYD", - "html_url": "https://github.com/theIYD", - "followers_url": "https://api.github.com/users/theIYD/followers", - "following_url": "https://api.github.com/users/theIYD/following{/other_user}", - "gists_url": "https://api.github.com/users/theIYD/gists{/gist_id}", - "starred_url": "https://api.github.com/users/theIYD/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/theIYD/subscriptions", - "organizations_url": "https://api.github.com/users/theIYD/orgs", - "repos_url": "https://api.github.com/users/theIYD/repos", - "events_url": "https://api.github.com/users/theIYD/events{/privacy}", - "received_events_url": "https://api.github.com/users/theIYD/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2017-12-02T15:15:29Z", - "published_at": "2017-12-02T16:14:33Z", - "assets": [ - { - "url": "https://api.github.com/repos/theIYD/jumble-password/releases/assets/5510155", - "id": 5510155, - "node_id": "MDEyOlJlbGVhc2VBc3NldDU1MTAxNTU=", - "name": "jumble-pass-linux-x64.zip", - "label": null, - "uploader": { - "login": "theIYD", - "id": 10477827, - "node_id": "MDQ6VXNlcjEwNDc3ODI3", - "avatar_url": "https://avatars1.githubusercontent.com/u/10477827?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/theIYD", - "html_url": "https://github.com/theIYD", - "followers_url": "https://api.github.com/users/theIYD/followers", - "following_url": "https://api.github.com/users/theIYD/following{/other_user}", - "gists_url": "https://api.github.com/users/theIYD/gists{/gist_id}", - "starred_url": "https://api.github.com/users/theIYD/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/theIYD/subscriptions", - "organizations_url": "https://api.github.com/users/theIYD/orgs", - "repos_url": "https://api.github.com/users/theIYD/repos", - "events_url": "https://api.github.com/users/theIYD/events{/privacy}", - "received_events_url": "https://api.github.com/users/theIYD/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 51412075, - "download_count": 246, - "created_at": "2017-12-02T15:54:42Z", - "updated_at": "2017-12-02T16:03:22Z", - "browser_download_url": "https://github.com/theIYD/jumble-password/releases/download/0.2.0/jumble-pass-linux-x64.zip" - }, - { - "url": "https://api.github.com/repos/theIYD/jumble-password/releases/assets/5510220", - "id": 5510220, - "node_id": "MDEyOlJlbGVhc2VBc3NldDU1MTAyMjA=", - "name": "jumble-pass-win32-ia32.zip", - "label": null, - "uploader": { - "login": "theIYD", - "id": 10477827, - "node_id": "MDQ6VXNlcjEwNDc3ODI3", - "avatar_url": "https://avatars1.githubusercontent.com/u/10477827?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/theIYD", - "html_url": "https://github.com/theIYD", - "followers_url": "https://api.github.com/users/theIYD/followers", - "following_url": "https://api.github.com/users/theIYD/following{/other_user}", - "gists_url": "https://api.github.com/users/theIYD/gists{/gist_id}", - "starred_url": "https://api.github.com/users/theIYD/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/theIYD/subscriptions", - "organizations_url": "https://api.github.com/users/theIYD/orgs", - "repos_url": "https://api.github.com/users/theIYD/repos", - "events_url": "https://api.github.com/users/theIYD/events{/privacy}", - "received_events_url": "https://api.github.com/users/theIYD/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-zip-compressed", - "state": "uploaded", - "size": 44745799, - "download_count": 548, - "created_at": "2017-12-02T16:06:40Z", - "updated_at": "2017-12-02T16:14:18Z", - "browser_download_url": "https://github.com/theIYD/jumble-password/releases/download/0.2.0/jumble-pass-win32-ia32.zip" - } - ], - "tarball_url": "https://api.github.com/repos/theIYD/jumble-password/tarball/0.2.0", - "zipball_url": "https://api.github.com/repos/theIYD/jumble-password/zipball/0.2.0", - "body_html": "

Jumble Password v0.2.0

\n

Download and create passwords very easily !

" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:26.536Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:24.640Z" }, "kahla": { "latestRelease": { @@ -45238,7 +45127,118 @@ "zipball_url": "https://api.github.com/repos/AiursoftWeb/Kahla.App/zipball/v4.3.0", "body_html": "

Auto release

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:26.681Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:24.721Z" + }, + "jumblepassword": { + "latestRelease": { + "url": "https://api.github.com/repos/theIYD/jumble-password/releases/8746012", + "assets_url": "https://api.github.com/repos/theIYD/jumble-password/releases/8746012/assets", + "upload_url": "https://uploads.github.com/repos/theIYD/jumble-password/releases/8746012/assets{?name,label}", + "html_url": "https://github.com/theIYD/jumble-password/releases/tag/0.2.0", + "id": 8746012, + "node_id": "MDc6UmVsZWFzZTg3NDYwMTI=", + "tag_name": "0.2.0", + "target_commitish": "master", + "name": "Release: 0.2.0", + "draft": false, + "author": { + "login": "theIYD", + "id": 10477827, + "node_id": "MDQ6VXNlcjEwNDc3ODI3", + "avatar_url": "https://avatars1.githubusercontent.com/u/10477827?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/theIYD", + "html_url": "https://github.com/theIYD", + "followers_url": "https://api.github.com/users/theIYD/followers", + "following_url": "https://api.github.com/users/theIYD/following{/other_user}", + "gists_url": "https://api.github.com/users/theIYD/gists{/gist_id}", + "starred_url": "https://api.github.com/users/theIYD/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/theIYD/subscriptions", + "organizations_url": "https://api.github.com/users/theIYD/orgs", + "repos_url": "https://api.github.com/users/theIYD/repos", + "events_url": "https://api.github.com/users/theIYD/events{/privacy}", + "received_events_url": "https://api.github.com/users/theIYD/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2017-12-02T15:15:29Z", + "published_at": "2017-12-02T16:14:33Z", + "assets": [ + { + "url": "https://api.github.com/repos/theIYD/jumble-password/releases/assets/5510155", + "id": 5510155, + "node_id": "MDEyOlJlbGVhc2VBc3NldDU1MTAxNTU=", + "name": "jumble-pass-linux-x64.zip", + "label": null, + "uploader": { + "login": "theIYD", + "id": 10477827, + "node_id": "MDQ6VXNlcjEwNDc3ODI3", + "avatar_url": "https://avatars1.githubusercontent.com/u/10477827?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/theIYD", + "html_url": "https://github.com/theIYD", + "followers_url": "https://api.github.com/users/theIYD/followers", + "following_url": "https://api.github.com/users/theIYD/following{/other_user}", + "gists_url": "https://api.github.com/users/theIYD/gists{/gist_id}", + "starred_url": "https://api.github.com/users/theIYD/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/theIYD/subscriptions", + "organizations_url": "https://api.github.com/users/theIYD/orgs", + "repos_url": "https://api.github.com/users/theIYD/repos", + "events_url": "https://api.github.com/users/theIYD/events{/privacy}", + "received_events_url": "https://api.github.com/users/theIYD/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 51412075, + "download_count": 246, + "created_at": "2017-12-02T15:54:42Z", + "updated_at": "2017-12-02T16:03:22Z", + "browser_download_url": "https://github.com/theIYD/jumble-password/releases/download/0.2.0/jumble-pass-linux-x64.zip" + }, + { + "url": "https://api.github.com/repos/theIYD/jumble-password/releases/assets/5510220", + "id": 5510220, + "node_id": "MDEyOlJlbGVhc2VBc3NldDU1MTAyMjA=", + "name": "jumble-pass-win32-ia32.zip", + "label": null, + "uploader": { + "login": "theIYD", + "id": 10477827, + "node_id": "MDQ6VXNlcjEwNDc3ODI3", + "avatar_url": "https://avatars1.githubusercontent.com/u/10477827?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/theIYD", + "html_url": "https://github.com/theIYD", + "followers_url": "https://api.github.com/users/theIYD/followers", + "following_url": "https://api.github.com/users/theIYD/following{/other_user}", + "gists_url": "https://api.github.com/users/theIYD/gists{/gist_id}", + "starred_url": "https://api.github.com/users/theIYD/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/theIYD/subscriptions", + "organizations_url": "https://api.github.com/users/theIYD/orgs", + "repos_url": "https://api.github.com/users/theIYD/repos", + "events_url": "https://api.github.com/users/theIYD/events{/privacy}", + "received_events_url": "https://api.github.com/users/theIYD/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-zip-compressed", + "state": "uploaded", + "size": 44745799, + "download_count": 548, + "created_at": "2017-12-02T16:06:40Z", + "updated_at": "2017-12-02T16:14:18Z", + "browser_download_url": "https://github.com/theIYD/jumble-password/releases/download/0.2.0/jumble-pass-win32-ia32.zip" + } + ], + "tarball_url": "https://api.github.com/repos/theIYD/jumble-password/tarball/0.2.0", + "zipball_url": "https://api.github.com/repos/theIYD/jumble-password/zipball/0.2.0", + "body_html": "

Jumble Password v0.2.0

\n

Download and create passwords very easily !

" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:24.731Z" }, "kaku": { "latestRelease": { @@ -45305,7 +45305,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 60934459, - "download_count": 234, + "download_count": 236, "created_at": "2019-03-26T05:35:48Z", "updated_at": "2019-03-26T05:35:53Z", "browser_download_url": "https://github.com/EragonJ/Kaku/releases/download/2.0.2/Kaku-2.0.2-i386.AppImage" @@ -45339,7 +45339,7 @@ "content_type": "application/gzip", "state": "uploaded", "size": 57112233, - "download_count": 303, + "download_count": 304, "created_at": "2019-03-26T05:39:04Z", "updated_at": "2019-03-26T05:39:06Z", "browser_download_url": "https://github.com/EragonJ/Kaku/releases/download/2.0.2/Kaku-2.0.2-ia32.tar.gz" @@ -45407,7 +45407,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 58763447, - "download_count": 1199, + "download_count": 1201, "created_at": "2019-03-26T05:35:40Z", "updated_at": "2019-03-26T05:35:43Z", "browser_download_url": "https://github.com/EragonJ/Kaku/releases/download/2.0.2/Kaku-2.0.2-x86_64.AppImage" @@ -45509,7 +45509,7 @@ "content_type": "application/gzip", "state": "uploaded", "size": 55021892, - "download_count": 2719, + "download_count": 2722, "created_at": "2019-03-26T05:38:48Z", "updated_at": "2019-03-26T05:38:50Z", "browser_download_url": "https://github.com/EragonJ/Kaku/releases/download/2.0.2/Kaku-2.0.2.tar.gz" @@ -45543,7 +45543,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 76839832, - "download_count": 17720, + "download_count": 17721, "created_at": "2019-03-26T05:43:41Z", "updated_at": "2019-03-26T05:43:43Z", "browser_download_url": "https://github.com/EragonJ/Kaku/releases/download/2.0.2/Kaku-Setup-2.0.2.exe" @@ -45611,7 +45611,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 38973960, - "download_count": 381107, + "download_count": 381112, "created_at": "2019-03-26T05:40:46Z", "updated_at": "2019-03-26T05:40:48Z", "browser_download_url": "https://github.com/EragonJ/Kaku/releases/download/2.0.2/Kaku_2.0.2_amd64.deb" @@ -45791,84 +45791,7 @@ "zipball_url": "https://api.github.com/repos/EragonJ/Kaku/zipball/2.0.2", "body_html": "
    \n
  1. Updated Deutsch, Русский, Italiano translations
  2. \n
  3. Fixed the bug that Kaku can't be updated automatically
  4. \n
" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:26.788Z" - }, - "kalk": { - "latestRelease": { - "url": "https://api.github.com/repos/monsterkodi/kalk/releases/12075471", - "assets_url": "https://api.github.com/repos/monsterkodi/kalk/releases/12075471/assets", - "upload_url": "https://uploads.github.com/repos/monsterkodi/kalk/releases/12075471/assets{?name,label}", - "html_url": "https://github.com/monsterkodi/kalk/releases/tag/v0.16.0", - "id": 12075471, - "node_id": "MDc6UmVsZWFzZTEyMDc1NDcx", - "tag_name": "v0.16.0", - "target_commitish": "master", - "name": "v0.16.0 windows", - "draft": false, - "author": { - "login": "monsterkodi", - "id": 581442, - "node_id": "MDQ6VXNlcjU4MTQ0Mg==", - "avatar_url": "https://avatars0.githubusercontent.com/u/581442?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/monsterkodi", - "html_url": "https://github.com/monsterkodi", - "followers_url": "https://api.github.com/users/monsterkodi/followers", - "following_url": "https://api.github.com/users/monsterkodi/following{/other_user}", - "gists_url": "https://api.github.com/users/monsterkodi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/monsterkodi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/monsterkodi/subscriptions", - "organizations_url": "https://api.github.com/users/monsterkodi/orgs", - "repos_url": "https://api.github.com/users/monsterkodi/repos", - "events_url": "https://api.github.com/users/monsterkodi/events{/privacy}", - "received_events_url": "https://api.github.com/users/monsterkodi/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2018-07-24T12:57:03Z", - "published_at": "2018-07-24T13:23:25Z", - "assets": [ - { - "url": "https://api.github.com/repos/monsterkodi/kalk/releases/assets/7988833", - "id": 7988833, - "node_id": "MDEyOlJlbGVhc2VBc3NldDc5ODg4MzM=", - "name": "kalk-0.16.0-setup.exe", - "label": null, - "uploader": { - "login": "monsterkodi", - "id": 581442, - "node_id": "MDQ6VXNlcjU4MTQ0Mg==", - "avatar_url": "https://avatars0.githubusercontent.com/u/581442?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/monsterkodi", - "html_url": "https://github.com/monsterkodi", - "followers_url": "https://api.github.com/users/monsterkodi/followers", - "following_url": "https://api.github.com/users/monsterkodi/following{/other_user}", - "gists_url": "https://api.github.com/users/monsterkodi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/monsterkodi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/monsterkodi/subscriptions", - "organizations_url": "https://api.github.com/users/monsterkodi/orgs", - "repos_url": "https://api.github.com/users/monsterkodi/repos", - "events_url": "https://api.github.com/users/monsterkodi/events{/privacy}", - "received_events_url": "https://api.github.com/users/monsterkodi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-msdownload", - "state": "uploaded", - "size": 38318035, - "download_count": 19763, - "created_at": "2018-07-24T13:22:53Z", - "updated_at": "2018-07-24T13:23:02Z", - "browser_download_url": "https://github.com/monsterkodi/kalk/releases/download/v0.16.0/kalk-0.16.0-setup.exe" - } - ], - "tarball_url": "https://api.github.com/repos/monsterkodi/kalk/tarball/v0.16.0", - "zipball_url": "https://api.github.com/repos/monsterkodi/kalk/zipball/v0.16.0", - "body_html": "

v0.16.0 windows

" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:26.884Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:24.787Z" }, "jumpfm": { "latestRelease": { @@ -45935,7 +45858,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 57540608, - "download_count": 5906, + "download_count": 5909, "created_at": "2017-08-31T17:33:12Z", "updated_at": "2017-08-31T17:33:14Z", "browser_download_url": "https://github.com/JumpFm/jumpfm/releases/download/v1.0.5/jumpfm-1.0.5-x86_64.AppImage" @@ -45969,7 +45892,7 @@ "content_type": "application/x-msdownload", "state": "uploaded", "size": 32186073, - "download_count": 2969, + "download_count": 2970, "created_at": "2017-08-31T17:38:08Z", "updated_at": "2017-08-31T17:38:10Z", "browser_download_url": "https://github.com/JumpFm/jumpfm/releases/download/v1.0.5/jumpfm-setup-1.0.5.exe" @@ -46013,7 +45936,7 @@ "zipball_url": "https://api.github.com/repos/JumpFm/jumpfm/zipball/v1.0.5", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:26.999Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:24.798Z" }, "kankan": { "latestRelease": { @@ -46090,7 +46013,238 @@ "zipball_url": "https://api.github.com/repos/newham/kankan/zipball/v0.3.1", "body_html": "

Pass the test on Mac OS 10.15.4

\n
    \n
  1. Download,
  2. \n
  3. Unzip,
  4. \n
  5. Click to install,
  6. \n
\n

Done.

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:27.053Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:24.810Z" + }, + "kalk": { + "latestRelease": { + "url": "https://api.github.com/repos/monsterkodi/kalk/releases/12075471", + "assets_url": "https://api.github.com/repos/monsterkodi/kalk/releases/12075471/assets", + "upload_url": "https://uploads.github.com/repos/monsterkodi/kalk/releases/12075471/assets{?name,label}", + "html_url": "https://github.com/monsterkodi/kalk/releases/tag/v0.16.0", + "id": 12075471, + "node_id": "MDc6UmVsZWFzZTEyMDc1NDcx", + "tag_name": "v0.16.0", + "target_commitish": "master", + "name": "v0.16.0 windows", + "draft": false, + "author": { + "login": "monsterkodi", + "id": 581442, + "node_id": "MDQ6VXNlcjU4MTQ0Mg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/581442?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/monsterkodi", + "html_url": "https://github.com/monsterkodi", + "followers_url": "https://api.github.com/users/monsterkodi/followers", + "following_url": "https://api.github.com/users/monsterkodi/following{/other_user}", + "gists_url": "https://api.github.com/users/monsterkodi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monsterkodi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monsterkodi/subscriptions", + "organizations_url": "https://api.github.com/users/monsterkodi/orgs", + "repos_url": "https://api.github.com/users/monsterkodi/repos", + "events_url": "https://api.github.com/users/monsterkodi/events{/privacy}", + "received_events_url": "https://api.github.com/users/monsterkodi/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2018-07-24T12:57:03Z", + "published_at": "2018-07-24T13:23:25Z", + "assets": [ + { + "url": "https://api.github.com/repos/monsterkodi/kalk/releases/assets/7988833", + "id": 7988833, + "node_id": "MDEyOlJlbGVhc2VBc3NldDc5ODg4MzM=", + "name": "kalk-0.16.0-setup.exe", + "label": null, + "uploader": { + "login": "monsterkodi", + "id": 581442, + "node_id": "MDQ6VXNlcjU4MTQ0Mg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/581442?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/monsterkodi", + "html_url": "https://github.com/monsterkodi", + "followers_url": "https://api.github.com/users/monsterkodi/followers", + "following_url": "https://api.github.com/users/monsterkodi/following{/other_user}", + "gists_url": "https://api.github.com/users/monsterkodi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monsterkodi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monsterkodi/subscriptions", + "organizations_url": "https://api.github.com/users/monsterkodi/orgs", + "repos_url": "https://api.github.com/users/monsterkodi/repos", + "events_url": "https://api.github.com/users/monsterkodi/events{/privacy}", + "received_events_url": "https://api.github.com/users/monsterkodi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-msdownload", + "state": "uploaded", + "size": 38318035, + "download_count": 19763, + "created_at": "2018-07-24T13:22:53Z", + "updated_at": "2018-07-24T13:23:02Z", + "browser_download_url": "https://github.com/monsterkodi/kalk/releases/download/v0.16.0/kalk-0.16.0-setup.exe" + } + ], + "tarball_url": "https://api.github.com/repos/monsterkodi/kalk/tarball/v0.16.0", + "zipball_url": "https://api.github.com/repos/monsterkodi/kalk/zipball/v0.16.0", + "body_html": "

v0.16.0 windows

" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:24.818Z" + }, + "kappo": { + "latestRelease": { + "url": "https://api.github.com/repos/monsterkodi/kappo/releases/11840169", + "assets_url": "https://api.github.com/repos/monsterkodi/kappo/releases/11840169/assets", + "upload_url": "https://uploads.github.com/repos/monsterkodi/kappo/releases/11840169/assets{?name,label}", + "html_url": "https://github.com/monsterkodi/kappo/releases/tag/v1.31.0", + "id": 11840169, + "node_id": "MDc6UmVsZWFzZTExODQwMTY5", + "tag_name": "v1.31.0", + "target_commitish": "master", + "name": "v1.31.0 windows", + "draft": false, + "author": { + "login": "monsterkodi", + "id": 581442, + "node_id": "MDQ6VXNlcjU4MTQ0Mg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/581442?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/monsterkodi", + "html_url": "https://github.com/monsterkodi", + "followers_url": "https://api.github.com/users/monsterkodi/followers", + "following_url": "https://api.github.com/users/monsterkodi/following{/other_user}", + "gists_url": "https://api.github.com/users/monsterkodi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monsterkodi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monsterkodi/subscriptions", + "organizations_url": "https://api.github.com/users/monsterkodi/orgs", + "repos_url": "https://api.github.com/users/monsterkodi/repos", + "events_url": "https://api.github.com/users/monsterkodi/events{/privacy}", + "received_events_url": "https://api.github.com/users/monsterkodi/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2018-07-08T23:43:21Z", + "published_at": "2018-07-09T15:19:15Z", + "assets": [ + { + "url": "https://api.github.com/repos/monsterkodi/kappo/releases/assets/7812889", + "id": 7812889, + "node_id": "MDEyOlJlbGVhc2VBc3NldDc4MTI4ODk=", + "name": "kappo-1.31.0-setup.exe", + "label": null, + "uploader": { + "login": "monsterkodi", + "id": 581442, + "node_id": "MDQ6VXNlcjU4MTQ0Mg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/581442?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/monsterkodi", + "html_url": "https://github.com/monsterkodi", + "followers_url": "https://api.github.com/users/monsterkodi/followers", + "following_url": "https://api.github.com/users/monsterkodi/following{/other_user}", + "gists_url": "https://api.github.com/users/monsterkodi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monsterkodi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monsterkodi/subscriptions", + "organizations_url": "https://api.github.com/users/monsterkodi/orgs", + "repos_url": "https://api.github.com/users/monsterkodi/repos", + "events_url": "https://api.github.com/users/monsterkodi/events{/privacy}", + "received_events_url": "https://api.github.com/users/monsterkodi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-msdownload", + "state": "uploaded", + "size": 49527109, + "download_count": 632, + "created_at": "2018-07-09T15:19:01Z", + "updated_at": "2018-07-09T15:19:13Z", + "browser_download_url": "https://github.com/monsterkodi/kappo/releases/download/v1.31.0/kappo-1.31.0-setup.exe" + } + ], + "tarball_url": "https://api.github.com/repos/monsterkodi/kappo/tarball/v1.31.0", + "zipball_url": "https://api.github.com/repos/monsterkodi/kappo/zipball/v1.31.0", + "body_html": "

v1.31.0 windows

" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:24.879Z" + }, + "katana": { + "latestRelease": { + "url": "https://api.github.com/repos/bluegill/katana/releases/16157608", + "assets_url": "https://api.github.com/repos/bluegill/katana/releases/16157608/assets", + "upload_url": "https://uploads.github.com/repos/bluegill/katana/releases/16157608/assets{?name,label}", + "html_url": "https://github.com/bluegill/katana/releases/tag/v1.4.4", + "id": 16157608, + "node_id": "MDc6UmVsZWFzZTE2MTU3NjA4", + "tag_name": "v1.4.4", + "target_commitish": "master", + "name": "v1.4.4", + "draft": false, + "author": { + "login": "bluegill", + "id": 5233468, + "node_id": "MDQ6VXNlcjUyMzM0Njg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5233468?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bluegill", + "html_url": "https://github.com/bluegill", + "followers_url": "https://api.github.com/users/bluegill/followers", + "following_url": "https://api.github.com/users/bluegill/following{/other_user}", + "gists_url": "https://api.github.com/users/bluegill/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bluegill/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bluegill/subscriptions", + "organizations_url": "https://api.github.com/users/bluegill/orgs", + "repos_url": "https://api.github.com/users/bluegill/repos", + "events_url": "https://api.github.com/users/bluegill/events{/privacy}", + "received_events_url": "https://api.github.com/users/bluegill/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2019-03-16T16:01:43Z", + "published_at": "2019-03-16T16:10:09Z", + "assets": [ + { + "url": "https://api.github.com/repos/bluegill/katana/releases/assets/11572355", + "id": 11572355, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExNTcyMzU1", + "name": "katana-1.4.4-mac.zip", + "label": null, + "uploader": { + "login": "bluegill", + "id": 5233468, + "node_id": "MDQ6VXNlcjUyMzM0Njg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5233468?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bluegill", + "html_url": "https://github.com/bluegill", + "followers_url": "https://api.github.com/users/bluegill/followers", + "following_url": "https://api.github.com/users/bluegill/following{/other_user}", + "gists_url": "https://api.github.com/users/bluegill/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bluegill/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bluegill/subscriptions", + "organizations_url": "https://api.github.com/users/bluegill/orgs", + "repos_url": "https://api.github.com/users/bluegill/repos", + "events_url": "https://api.github.com/users/bluegill/events{/privacy}", + "received_events_url": "https://api.github.com/users/bluegill/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 56493879, + "download_count": 1953, + "created_at": "2019-03-16T16:16:50Z", + "updated_at": "2019-03-16T16:17:42Z", + "browser_download_url": "https://github.com/bluegill/katana/releases/download/v1.4.4/katana-1.4.4-mac.zip" + } + ], + "tarball_url": "https://api.github.com/repos/bluegill/katana/tarball/v1.4.4", + "zipball_url": "https://api.github.com/repos/bluegill/katana/zipball/v1.4.4", + "body_html": "

Bug fixes
\nRemoved dead pomf hosts
\nDependency updates

" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:24.897Z" }, "kap": { "latestRelease": { @@ -46157,7 +46311,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 128183602, - "download_count": 6373, + "download_count": 6707, "created_at": "2020-09-09T17:33:55Z", "updated_at": "2020-09-09T17:33:58Z", "browser_download_url": "https://github.com/wulkano/Kap/releases/download/v3.3.2/Kap-3.3.2-mac.zip" @@ -46191,7 +46345,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 132326180, - "download_count": 3023, + "download_count": 3275, "created_at": "2020-09-09T17:33:59Z", "updated_at": "2020-09-09T17:34:02Z", "browser_download_url": "https://github.com/wulkano/Kap/releases/download/v3.3.2/Kap-3.3.2.dmg" @@ -46259,7 +46413,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 500, - "download_count": 43558, + "download_count": 46444, "created_at": "2020-09-09T17:34:02Z", "updated_at": "2020-09-09T17:34:03Z", "browser_download_url": "https://github.com/wulkano/Kap/releases/download/v3.3.2/latest-mac.yml" @@ -46269,161 +46423,11 @@ "zipball_url": "https://api.github.com/repos/wulkano/Kap/zipball/v3.3.2", "body_html": "\n

v3.3.1...v3.3.2

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:27.138Z" - }, - "kappo": { - "latestRelease": { - "url": "https://api.github.com/repos/monsterkodi/kappo/releases/11840169", - "assets_url": "https://api.github.com/repos/monsterkodi/kappo/releases/11840169/assets", - "upload_url": "https://uploads.github.com/repos/monsterkodi/kappo/releases/11840169/assets{?name,label}", - "html_url": "https://github.com/monsterkodi/kappo/releases/tag/v1.31.0", - "id": 11840169, - "node_id": "MDc6UmVsZWFzZTExODQwMTY5", - "tag_name": "v1.31.0", - "target_commitish": "master", - "name": "v1.31.0 windows", - "draft": false, - "author": { - "login": "monsterkodi", - "id": 581442, - "node_id": "MDQ6VXNlcjU4MTQ0Mg==", - "avatar_url": "https://avatars0.githubusercontent.com/u/581442?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/monsterkodi", - "html_url": "https://github.com/monsterkodi", - "followers_url": "https://api.github.com/users/monsterkodi/followers", - "following_url": "https://api.github.com/users/monsterkodi/following{/other_user}", - "gists_url": "https://api.github.com/users/monsterkodi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/monsterkodi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/monsterkodi/subscriptions", - "organizations_url": "https://api.github.com/users/monsterkodi/orgs", - "repos_url": "https://api.github.com/users/monsterkodi/repos", - "events_url": "https://api.github.com/users/monsterkodi/events{/privacy}", - "received_events_url": "https://api.github.com/users/monsterkodi/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2018-07-08T23:43:21Z", - "published_at": "2018-07-09T15:19:15Z", - "assets": [ - { - "url": "https://api.github.com/repos/monsterkodi/kappo/releases/assets/7812889", - "id": 7812889, - "node_id": "MDEyOlJlbGVhc2VBc3NldDc4MTI4ODk=", - "name": "kappo-1.31.0-setup.exe", - "label": null, - "uploader": { - "login": "monsterkodi", - "id": 581442, - "node_id": "MDQ6VXNlcjU4MTQ0Mg==", - "avatar_url": "https://avatars0.githubusercontent.com/u/581442?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/monsterkodi", - "html_url": "https://github.com/monsterkodi", - "followers_url": "https://api.github.com/users/monsterkodi/followers", - "following_url": "https://api.github.com/users/monsterkodi/following{/other_user}", - "gists_url": "https://api.github.com/users/monsterkodi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/monsterkodi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/monsterkodi/subscriptions", - "organizations_url": "https://api.github.com/users/monsterkodi/orgs", - "repos_url": "https://api.github.com/users/monsterkodi/repos", - "events_url": "https://api.github.com/users/monsterkodi/events{/privacy}", - "received_events_url": "https://api.github.com/users/monsterkodi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-msdownload", - "state": "uploaded", - "size": 49527109, - "download_count": 632, - "created_at": "2018-07-09T15:19:01Z", - "updated_at": "2018-07-09T15:19:13Z", - "browser_download_url": "https://github.com/monsterkodi/kappo/releases/download/v1.31.0/kappo-1.31.0-setup.exe" - } - ], - "tarball_url": "https://api.github.com/repos/monsterkodi/kappo/tarball/v1.31.0", - "zipball_url": "https://api.github.com/repos/monsterkodi/kappo/zipball/v1.31.0", - "body_html": "

v1.31.0 windows

" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:27.252Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:24.911Z" }, - "katana": { - "latestRelease": { - "url": "https://api.github.com/repos/bluegill/katana/releases/16157608", - "assets_url": "https://api.github.com/repos/bluegill/katana/releases/16157608/assets", - "upload_url": "https://uploads.github.com/repos/bluegill/katana/releases/16157608/assets{?name,label}", - "html_url": "https://github.com/bluegill/katana/releases/tag/v1.4.4", - "id": 16157608, - "node_id": "MDc6UmVsZWFzZTE2MTU3NjA4", - "tag_name": "v1.4.4", - "target_commitish": "master", - "name": "v1.4.4", - "draft": false, - "author": { - "login": "bluegill", - "id": 5233468, - "node_id": "MDQ6VXNlcjUyMzM0Njg=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5233468?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/bluegill", - "html_url": "https://github.com/bluegill", - "followers_url": "https://api.github.com/users/bluegill/followers", - "following_url": "https://api.github.com/users/bluegill/following{/other_user}", - "gists_url": "https://api.github.com/users/bluegill/gists{/gist_id}", - "starred_url": "https://api.github.com/users/bluegill/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/bluegill/subscriptions", - "organizations_url": "https://api.github.com/users/bluegill/orgs", - "repos_url": "https://api.github.com/users/bluegill/repos", - "events_url": "https://api.github.com/users/bluegill/events{/privacy}", - "received_events_url": "https://api.github.com/users/bluegill/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2019-03-16T16:01:43Z", - "published_at": "2019-03-16T16:10:09Z", - "assets": [ - { - "url": "https://api.github.com/repos/bluegill/katana/releases/assets/11572355", - "id": 11572355, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExNTcyMzU1", - "name": "katana-1.4.4-mac.zip", - "label": null, - "uploader": { - "login": "bluegill", - "id": 5233468, - "node_id": "MDQ6VXNlcjUyMzM0Njg=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5233468?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/bluegill", - "html_url": "https://github.com/bluegill", - "followers_url": "https://api.github.com/users/bluegill/followers", - "following_url": "https://api.github.com/users/bluegill/following{/other_user}", - "gists_url": "https://api.github.com/users/bluegill/gists{/gist_id}", - "starred_url": "https://api.github.com/users/bluegill/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/bluegill/subscriptions", - "organizations_url": "https://api.github.com/users/bluegill/orgs", - "repos_url": "https://api.github.com/users/bluegill/repos", - "events_url": "https://api.github.com/users/bluegill/events{/privacy}", - "received_events_url": "https://api.github.com/users/bluegill/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 56493879, - "download_count": 1953, - "created_at": "2019-03-16T16:16:50Z", - "updated_at": "2019-03-16T16:17:42Z", - "browser_download_url": "https://github.com/bluegill/katana/releases/download/v1.4.4/katana-1.4.4-mac.zip" - } - ], - "tarball_url": "https://api.github.com/repos/bluegill/katana/tarball/v1.4.4", - "zipball_url": "https://api.github.com/repos/bluegill/katana/zipball/v1.4.4", - "body_html": "

Bug fixes
\nRemoved dead pomf hosts
\nDependency updates

" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:27.414Z" + "kinesis-ci": { + "latestRelease": null, + "latestReleaseFetchedAt": "2020-09-18T00:10:24.932Z" }, "keeper": { "latestRelease": { @@ -46465,11 +46469,7 @@ "zipball_url": "https://api.github.com/repos/ardagedikk/keeper/zipball/v1.0.0", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:27.421Z" - }, - "kinesis-ci": { - "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:27.466Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:24.933Z" }, "kongdash": { "latestRelease": { @@ -46672,7 +46672,7 @@ "content_type": "application/vnd.debian.binary-package", "state": "uploaded", "size": 36992370, - "download_count": 1711, + "download_count": 1712, "created_at": "2017-07-30T16:32:17Z", "updated_at": "2017-07-30T16:34:46Z", "browser_download_url": "https://github.com/ajaysreedhar/kongdash/releases/download/v0.3.0/kongdash-0.3.0-x64.deb" @@ -46740,7 +46740,7 @@ "content_type": "application/x-ms-dos-executable", "state": "uploaded", "size": 42104024, - "download_count": 4923, + "download_count": 4927, "created_at": "2017-07-30T16:39:45Z", "updated_at": "2017-07-30T16:42:41Z", "browser_download_url": "https://github.com/ajaysreedhar/kongdash/releases/download/v0.3.0/kongdash-0.3.0-x64.exe" @@ -46750,7 +46750,7 @@ "zipball_url": "https://api.github.com/repos/ajaysreedhar/kongdash/zipball/v0.3.0", "body_html": "

What's new

\n\n

Improvements

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:27.771Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:25.002Z" }, "kube-dev-dashboard": { "latestRelease": { @@ -46780,471 +46780,122 @@ "organizations_url": "https://api.github.com/users/prsh9/orgs", "repos_url": "https://api.github.com/users/prsh9/repos", "events_url": "https://api.github.com/users/prsh9/events{/privacy}", - "received_events_url": "https://api.github.com/users/prsh9/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2020-06-01T17:49:00Z", - "published_at": "2020-06-01T17:59:56Z", - "assets": [ - { - "url": "https://api.github.com/repos/prsh9/KubeCtl-Dashboard/releases/assets/21260010", - "id": 21260010, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMjYwMDEw", - "name": "kube-dev-dashboard-0.8.1-linux.zip", - "label": "", - "uploader": { - "login": "prsh9", - "id": 8677927, - "node_id": "MDQ6VXNlcjg2Nzc5Mjc=", - "avatar_url": "https://avatars1.githubusercontent.com/u/8677927?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/prsh9", - "html_url": "https://github.com/prsh9", - "followers_url": "https://api.github.com/users/prsh9/followers", - "following_url": "https://api.github.com/users/prsh9/following{/other_user}", - "gists_url": "https://api.github.com/users/prsh9/gists{/gist_id}", - "starred_url": "https://api.github.com/users/prsh9/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/prsh9/subscriptions", - "organizations_url": "https://api.github.com/users/prsh9/orgs", - "repos_url": "https://api.github.com/users/prsh9/repos", - "events_url": "https://api.github.com/users/prsh9/events{/privacy}", - "received_events_url": "https://api.github.com/users/prsh9/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 80263080, - "download_count": 38, - "created_at": "2020-06-01T17:58:24Z", - "updated_at": "2020-06-01T17:58:26Z", - "browser_download_url": "https://github.com/prsh9/KubeCtl-Dashboard/releases/download/v0.8.1/kube-dev-dashboard-0.8.1-linux.zip" - }, - { - "url": "https://api.github.com/repos/prsh9/KubeCtl-Dashboard/releases/assets/21260015", - "id": 21260015, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMjYwMDE1", - "name": "kube-dev-dashboard-0.8.1-mac.dmg", - "label": "", - "uploader": { - "login": "prsh9", - "id": 8677927, - "node_id": "MDQ6VXNlcjg2Nzc5Mjc=", - "avatar_url": "https://avatars1.githubusercontent.com/u/8677927?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/prsh9", - "html_url": "https://github.com/prsh9", - "followers_url": "https://api.github.com/users/prsh9/followers", - "following_url": "https://api.github.com/users/prsh9/following{/other_user}", - "gists_url": "https://api.github.com/users/prsh9/gists{/gist_id}", - "starred_url": "https://api.github.com/users/prsh9/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/prsh9/subscriptions", - "organizations_url": "https://api.github.com/users/prsh9/orgs", - "repos_url": "https://api.github.com/users/prsh9/repos", - "events_url": "https://api.github.com/users/prsh9/events{/privacy}", - "received_events_url": "https://api.github.com/users/prsh9/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-apple-diskimage", - "state": "uploaded", - "size": 77711543, - "download_count": 43, - "created_at": "2020-06-01T17:58:29Z", - "updated_at": "2020-06-01T17:58:32Z", - "browser_download_url": "https://github.com/prsh9/KubeCtl-Dashboard/releases/download/v0.8.1/kube-dev-dashboard-0.8.1-mac.dmg" - }, - { - "url": "https://api.github.com/repos/prsh9/KubeCtl-Dashboard/releases/assets/21260014", - "id": 21260014, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMjYwMDE0", - "name": "kube-dev-dashboard-0.8.1-win.exe", - "label": "", - "uploader": { - "login": "prsh9", - "id": 8677927, - "node_id": "MDQ6VXNlcjg2Nzc5Mjc=", - "avatar_url": "https://avatars1.githubusercontent.com/u/8677927?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/prsh9", - "html_url": "https://github.com/prsh9", - "followers_url": "https://api.github.com/users/prsh9/followers", - "following_url": "https://api.github.com/users/prsh9/following{/other_user}", - "gists_url": "https://api.github.com/users/prsh9/gists{/gist_id}", - "starred_url": "https://api.github.com/users/prsh9/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/prsh9/subscriptions", - "organizations_url": "https://api.github.com/users/prsh9/orgs", - "repos_url": "https://api.github.com/users/prsh9/repos", - "events_url": "https://api.github.com/users/prsh9/events{/privacy}", - "received_events_url": "https://api.github.com/users/prsh9/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 59148215, - "download_count": 93, - "created_at": "2020-06-01T17:58:27Z", - "updated_at": "2020-06-01T17:58:29Z", - "browser_download_url": "https://github.com/prsh9/KubeCtl-Dashboard/releases/download/v0.8.1/kube-dev-dashboard-0.8.1-win.exe" - } - ], - "tarball_url": "https://api.github.com/repos/prsh9/KubeCtl-Dashboard/tarball/v0.8.1", - "zipball_url": "https://api.github.com/repos/prsh9/KubeCtl-Dashboard/zipball/v0.8.1", - "body_html": "

Improved User Interface
\nMinor Bug Fixes

" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:27.796Z" - }, - "kube-forwarder": { - "latestRelease": { - "url": "https://api.github.com/repos/pixel-point/kube-forwarder/releases/19281107", - "assets_url": "https://api.github.com/repos/pixel-point/kube-forwarder/releases/19281107/assets", - "upload_url": "https://uploads.github.com/repos/pixel-point/kube-forwarder/releases/19281107/assets{?name,label}", - "html_url": "https://github.com/pixel-point/kube-forwarder/releases/tag/v1.5.1", - "id": 19281107, - "node_id": "MDc6UmVsZWFzZTE5MjgxMTA3", - "tag_name": "v1.5.1", - "target_commitish": "master", - "name": "1.5.1", - "draft": false, - "author": { - "login": "proAlexandr", - "id": 1674582, - "node_id": "MDQ6VXNlcjE2NzQ1ODI=", - "avatar_url": "https://avatars1.githubusercontent.com/u/1674582?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/proAlexandr", - "html_url": "https://github.com/proAlexandr", - "followers_url": "https://api.github.com/users/proAlexandr/followers", - "following_url": "https://api.github.com/users/proAlexandr/following{/other_user}", - "gists_url": "https://api.github.com/users/proAlexandr/gists{/gist_id}", - "starred_url": "https://api.github.com/users/proAlexandr/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/proAlexandr/subscriptions", - "organizations_url": "https://api.github.com/users/proAlexandr/orgs", - "repos_url": "https://api.github.com/users/proAlexandr/repos", - "events_url": "https://api.github.com/users/proAlexandr/events{/privacy}", - "received_events_url": "https://api.github.com/users/proAlexandr/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2019-08-14T10:06:41Z", - "published_at": "2019-08-14T10:13:43Z", - "assets": [ - { - "url": "https://api.github.com/repos/pixel-point/kube-forwarder/releases/assets/14370512", - "id": 14370512, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MzcwNTEy", - "name": "kube-forwarder.AppImage", - "label": "", - "uploader": { - "login": "proAlexandr", - "id": 1674582, - "node_id": "MDQ6VXNlcjE2NzQ1ODI=", - "avatar_url": "https://avatars1.githubusercontent.com/u/1674582?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/proAlexandr", - "html_url": "https://github.com/proAlexandr", - "followers_url": "https://api.github.com/users/proAlexandr/followers", - "following_url": "https://api.github.com/users/proAlexandr/following{/other_user}", - "gists_url": "https://api.github.com/users/proAlexandr/gists{/gist_id}", - "starred_url": "https://api.github.com/users/proAlexandr/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/proAlexandr/subscriptions", - "organizations_url": "https://api.github.com/users/proAlexandr/orgs", - "repos_url": "https://api.github.com/users/proAlexandr/repos", - "events_url": "https://api.github.com/users/proAlexandr/events{/privacy}", - "received_events_url": "https://api.github.com/users/proAlexandr/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 72996821, - "download_count": 2527, - "created_at": "2019-08-14T10:08:22Z", - "updated_at": "2019-08-14T10:09:26Z", - "browser_download_url": "https://github.com/pixel-point/kube-forwarder/releases/download/v1.5.1/kube-forwarder.AppImage" - }, - { - "url": "https://api.github.com/repos/pixel-point/kube-forwarder/releases/assets/14370514", - "id": 14370514, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MzcwNTE0", - "name": "kube-forwarder.dmg", - "label": "", - "uploader": { - "login": "proAlexandr", - "id": 1674582, - "node_id": "MDQ6VXNlcjE2NzQ1ODI=", - "avatar_url": "https://avatars1.githubusercontent.com/u/1674582?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/proAlexandr", - "html_url": "https://github.com/proAlexandr", - "followers_url": "https://api.github.com/users/proAlexandr/followers", - "following_url": "https://api.github.com/users/proAlexandr/following{/other_user}", - "gists_url": "https://api.github.com/users/proAlexandr/gists{/gist_id}", - "starred_url": "https://api.github.com/users/proAlexandr/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/proAlexandr/subscriptions", - "organizations_url": "https://api.github.com/users/proAlexandr/orgs", - "repos_url": "https://api.github.com/users/proAlexandr/repos", - "events_url": "https://api.github.com/users/proAlexandr/events{/privacy}", - "received_events_url": "https://api.github.com/users/proAlexandr/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 65280019, - "download_count": 4912, - "created_at": "2019-08-14T10:08:26Z", - "updated_at": "2019-08-14T10:09:09Z", - "browser_download_url": "https://github.com/pixel-point/kube-forwarder/releases/download/v1.5.1/kube-forwarder.dmg" - }, - { - "url": "https://api.github.com/repos/pixel-point/kube-forwarder/releases/assets/14370513", - "id": 14370513, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MzcwNTEz", - "name": "kube-forwarder.dmg.blockmap", - "label": "", - "uploader": { - "login": "proAlexandr", - "id": 1674582, - "node_id": "MDQ6VXNlcjE2NzQ1ODI=", - "avatar_url": "https://avatars1.githubusercontent.com/u/1674582?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/proAlexandr", - "html_url": "https://github.com/proAlexandr", - "followers_url": "https://api.github.com/users/proAlexandr/followers", - "following_url": "https://api.github.com/users/proAlexandr/following{/other_user}", - "gists_url": "https://api.github.com/users/proAlexandr/gists{/gist_id}", - "starred_url": "https://api.github.com/users/proAlexandr/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/proAlexandr/subscriptions", - "organizations_url": "https://api.github.com/users/proAlexandr/orgs", - "repos_url": "https://api.github.com/users/proAlexandr/repos", - "events_url": "https://api.github.com/users/proAlexandr/events{/privacy}", - "received_events_url": "https://api.github.com/users/proAlexandr/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 69327, - "download_count": 83, - "created_at": "2019-08-14T10:08:26Z", - "updated_at": "2019-08-14T10:08:27Z", - "browser_download_url": "https://github.com/pixel-point/kube-forwarder/releases/download/v1.5.1/kube-forwarder.dmg.blockmap" - }, - { - "url": "https://api.github.com/repos/pixel-point/kube-forwarder/releases/assets/14370517", - "id": 14370517, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MzcwNTE3", - "name": "kube-forwarder.exe", - "label": "", - "uploader": { - "login": "proAlexandr", - "id": 1674582, - "node_id": "MDQ6VXNlcjE2NzQ1ODI=", - "avatar_url": "https://avatars1.githubusercontent.com/u/1674582?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/proAlexandr", - "html_url": "https://github.com/proAlexandr", - "followers_url": "https://api.github.com/users/proAlexandr/followers", - "following_url": "https://api.github.com/users/proAlexandr/following{/other_user}", - "gists_url": "https://api.github.com/users/proAlexandr/gists{/gist_id}", - "starred_url": "https://api.github.com/users/proAlexandr/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/proAlexandr/subscriptions", - "organizations_url": "https://api.github.com/users/proAlexandr/orgs", - "repos_url": "https://api.github.com/users/proAlexandr/repos", - "events_url": "https://api.github.com/users/proAlexandr/events{/privacy}", - "received_events_url": "https://api.github.com/users/proAlexandr/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 47343308, - "download_count": 3439, - "created_at": "2019-08-14T10:08:55Z", - "updated_at": "2019-08-14T10:10:12Z", - "browser_download_url": "https://github.com/pixel-point/kube-forwarder/releases/download/v1.5.1/kube-forwarder.exe" - }, - { - "url": "https://api.github.com/repos/pixel-point/kube-forwarder/releases/assets/14370518", - "id": 14370518, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MzcwNTE4", - "name": "kube-forwarder.exe.blockmap", - "label": "", - "uploader": { - "login": "proAlexandr", - "id": 1674582, - "node_id": "MDQ6VXNlcjE2NzQ1ODI=", - "avatar_url": "https://avatars1.githubusercontent.com/u/1674582?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/proAlexandr", - "html_url": "https://github.com/proAlexandr", - "followers_url": "https://api.github.com/users/proAlexandr/followers", - "following_url": "https://api.github.com/users/proAlexandr/following{/other_user}", - "gists_url": "https://api.github.com/users/proAlexandr/gists{/gist_id}", - "starred_url": "https://api.github.com/users/proAlexandr/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/proAlexandr/subscriptions", - "organizations_url": "https://api.github.com/users/proAlexandr/orgs", - "repos_url": "https://api.github.com/users/proAlexandr/repos", - "events_url": "https://api.github.com/users/proAlexandr/events{/privacy}", - "received_events_url": "https://api.github.com/users/proAlexandr/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 50253, - "download_count": 142, - "created_at": "2019-08-14T10:08:55Z", - "updated_at": "2019-08-14T10:08:56Z", - "browser_download_url": "https://github.com/pixel-point/kube-forwarder/releases/download/v1.5.1/kube-forwarder.exe.blockmap" - }, - { - "url": "https://api.github.com/repos/pixel-point/kube-forwarder/releases/assets/14370519", - "id": 14370519, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MzcwNTE5", - "name": "kube-forwarder.zip", - "label": "", - "uploader": { - "login": "proAlexandr", - "id": 1674582, - "node_id": "MDQ6VXNlcjE2NzQ1ODI=", - "avatar_url": "https://avatars1.githubusercontent.com/u/1674582?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/proAlexandr", - "html_url": "https://github.com/proAlexandr", - "followers_url": "https://api.github.com/users/proAlexandr/followers", - "following_url": "https://api.github.com/users/proAlexandr/following{/other_user}", - "gists_url": "https://api.github.com/users/proAlexandr/gists{/gist_id}", - "starred_url": "https://api.github.com/users/proAlexandr/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/proAlexandr/subscriptions", - "organizations_url": "https://api.github.com/users/proAlexandr/orgs", - "repos_url": "https://api.github.com/users/proAlexandr/repos", - "events_url": "https://api.github.com/users/proAlexandr/events{/privacy}", - "received_events_url": "https://api.github.com/users/proAlexandr/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 62901844, - "download_count": 372, - "created_at": "2019-08-14T10:08:56Z", - "updated_at": "2019-08-14T10:09:47Z", - "browser_download_url": "https://github.com/pixel-point/kube-forwarder/releases/download/v1.5.1/kube-forwarder.zip" - }, + "received_events_url": "https://api.github.com/users/prsh9/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2020-06-01T17:49:00Z", + "published_at": "2020-06-01T17:59:56Z", + "assets": [ { - "url": "https://api.github.com/repos/pixel-point/kube-forwarder/releases/assets/14370525", - "id": 14370525, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MzcwNTI1", - "name": "latest-linux.yml", + "url": "https://api.github.com/repos/prsh9/KubeCtl-Dashboard/releases/assets/21260010", + "id": 21260010, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMjYwMDEw", + "name": "kube-dev-dashboard-0.8.1-linux.zip", "label": "", "uploader": { - "login": "proAlexandr", - "id": 1674582, - "node_id": "MDQ6VXNlcjE2NzQ1ODI=", - "avatar_url": "https://avatars1.githubusercontent.com/u/1674582?v=4", + "login": "prsh9", + "id": 8677927, + "node_id": "MDQ6VXNlcjg2Nzc5Mjc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/8677927?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/proAlexandr", - "html_url": "https://github.com/proAlexandr", - "followers_url": "https://api.github.com/users/proAlexandr/followers", - "following_url": "https://api.github.com/users/proAlexandr/following{/other_user}", - "gists_url": "https://api.github.com/users/proAlexandr/gists{/gist_id}", - "starred_url": "https://api.github.com/users/proAlexandr/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/proAlexandr/subscriptions", - "organizations_url": "https://api.github.com/users/proAlexandr/orgs", - "repos_url": "https://api.github.com/users/proAlexandr/repos", - "events_url": "https://api.github.com/users/proAlexandr/events{/privacy}", - "received_events_url": "https://api.github.com/users/proAlexandr/received_events", + "url": "https://api.github.com/users/prsh9", + "html_url": "https://github.com/prsh9", + "followers_url": "https://api.github.com/users/prsh9/followers", + "following_url": "https://api.github.com/users/prsh9/following{/other_user}", + "gists_url": "https://api.github.com/users/prsh9/gists{/gist_id}", + "starred_url": "https://api.github.com/users/prsh9/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/prsh9/subscriptions", + "organizations_url": "https://api.github.com/users/prsh9/orgs", + "repos_url": "https://api.github.com/users/prsh9/repos", + "events_url": "https://api.github.com/users/prsh9/events{/privacy}", + "received_events_url": "https://api.github.com/users/prsh9/received_events", "type": "User", "site_admin": false }, - "content_type": "text/yaml", + "content_type": "application/zip", "state": "uploaded", - "size": 366, - "download_count": 10166, - "created_at": "2019-08-14T10:10:13Z", - "updated_at": "2019-08-14T10:10:13Z", - "browser_download_url": "https://github.com/pixel-point/kube-forwarder/releases/download/v1.5.1/latest-linux.yml" + "size": 80263080, + "download_count": 38, + "created_at": "2020-06-01T17:58:24Z", + "updated_at": "2020-06-01T17:58:26Z", + "browser_download_url": "https://github.com/prsh9/KubeCtl-Dashboard/releases/download/v0.8.1/kube-dev-dashboard-0.8.1-linux.zip" }, { - "url": "https://api.github.com/repos/pixel-point/kube-forwarder/releases/assets/14370524", - "id": 14370524, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MzcwNTI0", - "name": "latest-mac.yml", + "url": "https://api.github.com/repos/prsh9/KubeCtl-Dashboard/releases/assets/21260015", + "id": 21260015, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMjYwMDE1", + "name": "kube-dev-dashboard-0.8.1-mac.dmg", "label": "", "uploader": { - "login": "proAlexandr", - "id": 1674582, - "node_id": "MDQ6VXNlcjE2NzQ1ODI=", - "avatar_url": "https://avatars1.githubusercontent.com/u/1674582?v=4", + "login": "prsh9", + "id": 8677927, + "node_id": "MDQ6VXNlcjg2Nzc5Mjc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/8677927?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/proAlexandr", - "html_url": "https://github.com/proAlexandr", - "followers_url": "https://api.github.com/users/proAlexandr/followers", - "following_url": "https://api.github.com/users/proAlexandr/following{/other_user}", - "gists_url": "https://api.github.com/users/proAlexandr/gists{/gist_id}", - "starred_url": "https://api.github.com/users/proAlexandr/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/proAlexandr/subscriptions", - "organizations_url": "https://api.github.com/users/proAlexandr/orgs", - "repos_url": "https://api.github.com/users/proAlexandr/repos", - "events_url": "https://api.github.com/users/proAlexandr/events{/privacy}", - "received_events_url": "https://api.github.com/users/proAlexandr/received_events", + "url": "https://api.github.com/users/prsh9", + "html_url": "https://github.com/prsh9", + "followers_url": "https://api.github.com/users/prsh9/followers", + "following_url": "https://api.github.com/users/prsh9/following{/other_user}", + "gists_url": "https://api.github.com/users/prsh9/gists{/gist_id}", + "starred_url": "https://api.github.com/users/prsh9/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/prsh9/subscriptions", + "organizations_url": "https://api.github.com/users/prsh9/orgs", + "repos_url": "https://api.github.com/users/prsh9/repos", + "events_url": "https://api.github.com/users/prsh9/events{/privacy}", + "received_events_url": "https://api.github.com/users/prsh9/received_events", "type": "User", "site_admin": false }, - "content_type": "text/yaml", + "content_type": "application/x-apple-diskimage", "state": "uploaded", - "size": 504, - "download_count": 35226, - "created_at": "2019-08-14T10:10:13Z", - "updated_at": "2019-08-14T10:10:13Z", - "browser_download_url": "https://github.com/pixel-point/kube-forwarder/releases/download/v1.5.1/latest-mac.yml" + "size": 77711543, + "download_count": 43, + "created_at": "2020-06-01T17:58:29Z", + "updated_at": "2020-06-01T17:58:32Z", + "browser_download_url": "https://github.com/prsh9/KubeCtl-Dashboard/releases/download/v0.8.1/kube-dev-dashboard-0.8.1-mac.dmg" }, { - "url": "https://api.github.com/repos/pixel-point/kube-forwarder/releases/assets/14370526", - "id": 14370526, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MzcwNTI2", - "name": "latest.yml", + "url": "https://api.github.com/repos/prsh9/KubeCtl-Dashboard/releases/assets/21260014", + "id": 21260014, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMjYwMDE0", + "name": "kube-dev-dashboard-0.8.1-win.exe", "label": "", "uploader": { - "login": "proAlexandr", - "id": 1674582, - "node_id": "MDQ6VXNlcjE2NzQ1ODI=", - "avatar_url": "https://avatars1.githubusercontent.com/u/1674582?v=4", + "login": "prsh9", + "id": 8677927, + "node_id": "MDQ6VXNlcjg2Nzc5Mjc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/8677927?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/proAlexandr", - "html_url": "https://github.com/proAlexandr", - "followers_url": "https://api.github.com/users/proAlexandr/followers", - "following_url": "https://api.github.com/users/proAlexandr/following{/other_user}", - "gists_url": "https://api.github.com/users/proAlexandr/gists{/gist_id}", - "starred_url": "https://api.github.com/users/proAlexandr/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/proAlexandr/subscriptions", - "organizations_url": "https://api.github.com/users/proAlexandr/orgs", - "repos_url": "https://api.github.com/users/proAlexandr/repos", - "events_url": "https://api.github.com/users/proAlexandr/events{/privacy}", - "received_events_url": "https://api.github.com/users/proAlexandr/received_events", + "url": "https://api.github.com/users/prsh9", + "html_url": "https://github.com/prsh9", + "followers_url": "https://api.github.com/users/prsh9/followers", + "following_url": "https://api.github.com/users/prsh9/following{/other_user}", + "gists_url": "https://api.github.com/users/prsh9/gists{/gist_id}", + "starred_url": "https://api.github.com/users/prsh9/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/prsh9/subscriptions", + "organizations_url": "https://api.github.com/users/prsh9/orgs", + "repos_url": "https://api.github.com/users/prsh9/repos", + "events_url": "https://api.github.com/users/prsh9/events{/privacy}", + "received_events_url": "https://api.github.com/users/prsh9/received_events", "type": "User", "site_admin": false }, - "content_type": "text/yaml", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 332, - "download_count": 27291, - "created_at": "2019-08-14T10:10:13Z", - "updated_at": "2019-08-14T10:10:13Z", - "browser_download_url": "https://github.com/pixel-point/kube-forwarder/releases/download/v1.5.1/latest.yml" + "size": 59148215, + "download_count": 93, + "created_at": "2020-06-01T17:58:27Z", + "updated_at": "2020-06-01T17:58:29Z", + "browser_download_url": "https://github.com/prsh9/KubeCtl-Dashboard/releases/download/v0.8.1/kube-dev-dashboard-0.8.1-win.exe" } ], - "tarball_url": "https://api.github.com/repos/pixel-point/kube-forwarder/tarball/v1.5.1", - "zipball_url": "https://api.github.com/repos/pixel-point/kube-forwarder/zipball/v1.5.1", - "body_html": "" + "tarball_url": "https://api.github.com/repos/prsh9/KubeCtl-Dashboard/tarball/v0.8.1", + "zipball_url": "https://api.github.com/repos/prsh9/KubeCtl-Dashboard/zipball/v0.8.1", + "body_html": "

Improved User Interface
\nMinor Bug Fixes

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:27.836Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:25.024Z" }, "knowte": { "latestRelease": { @@ -47311,7 +46962,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 96713793, - "download_count": 238, + "download_count": 240, "created_at": "2020-06-09T20:43:20Z", "updated_at": "2020-06-09T20:45:06Z", "browser_download_url": "https://github.com/digimezzo/knowte/releases/download/v2.0.4/Knowte-2.0.4.AppImage" @@ -47413,7 +47064,7 @@ "content_type": "application/x-ms-dos-executable", "state": "uploaded", "size": 57701936, - "download_count": 2737, + "download_count": 2753, "created_at": "2020-06-09T20:47:18Z", "updated_at": "2020-06-09T20:48:15Z", "browser_download_url": "https://github.com/digimezzo/knowte/releases/download/v2.0.4/Knowte.Setup.2.0.4.exe" @@ -47457,7 +47108,7 @@ "zipball_url": "https://api.github.com/repos/digimezzo/knowte/zipball/v2.0.4", "body_html": "

[2.0.4] - 2020-06-08

\n

Added

\n\n

Changed

\n

Removed

\n

Fixed

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:27.885Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:25.044Z" }, "laravel-kit": { "latestRelease": { @@ -47524,7 +47175,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 54110289, - "download_count": 93, + "download_count": 94, "created_at": "2020-08-01T05:29:18Z", "updated_at": "2020-08-01T05:29:20Z", "browser_download_url": "https://github.com/tmdh/laravel-kit/releases/download/v1.2.4/laravel-kit-1.2.4-mac.zip" @@ -47558,7 +47209,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 58307719, - "download_count": 61, + "download_count": 62, "created_at": "2020-08-01T05:26:43Z", "updated_at": "2020-08-01T05:26:45Z", "browser_download_url": "https://github.com/tmdh/laravel-kit/releases/download/v1.2.4/laravel-kit-1.2.4-x86_64.AppImage" @@ -47604,243 +47255,592 @@ "name": "laravel-kit-1.2.4.dmg.blockmap", "label": "", "uploader": { - "login": "tmdh", - "id": 18123729, - "node_id": "MDQ6VXNlcjE4MTIzNzI5", - "avatar_url": "https://avatars1.githubusercontent.com/u/18123729?v=4", + "login": "tmdh", + "id": 18123729, + "node_id": "MDQ6VXNlcjE4MTIzNzI5", + "avatar_url": "https://avatars1.githubusercontent.com/u/18123729?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tmdh", + "html_url": "https://github.com/tmdh", + "followers_url": "https://api.github.com/users/tmdh/followers", + "following_url": "https://api.github.com/users/tmdh/following{/other_user}", + "gists_url": "https://api.github.com/users/tmdh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tmdh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tmdh/subscriptions", + "organizations_url": "https://api.github.com/users/tmdh/orgs", + "repos_url": "https://api.github.com/users/tmdh/repos", + "events_url": "https://api.github.com/users/tmdh/events{/privacy}", + "received_events_url": "https://api.github.com/users/tmdh/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 59939, + "download_count": 5, + "created_at": "2020-08-01T05:28:22Z", + "updated_at": "2020-08-01T05:28:22Z", + "browser_download_url": "https://github.com/tmdh/laravel-kit/releases/download/v1.2.4/laravel-kit-1.2.4.dmg.blockmap" + }, + { + "url": "https://api.github.com/repos/tmdh/laravel-kit/releases/assets/23485883", + "id": 23485883, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNDg1ODgz", + "name": "laravel-kit-setup-1.2.4.exe", + "label": "", + "uploader": { + "login": "tmdh", + "id": 18123729, + "node_id": "MDQ6VXNlcjE4MTIzNzI5", + "avatar_url": "https://avatars1.githubusercontent.com/u/18123729?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tmdh", + "html_url": "https://github.com/tmdh", + "followers_url": "https://api.github.com/users/tmdh/followers", + "following_url": "https://api.github.com/users/tmdh/following{/other_user}", + "gists_url": "https://api.github.com/users/tmdh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tmdh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tmdh/subscriptions", + "organizations_url": "https://api.github.com/users/tmdh/orgs", + "repos_url": "https://api.github.com/users/tmdh/repos", + "events_url": "https://api.github.com/users/tmdh/events{/privacy}", + "received_events_url": "https://api.github.com/users/tmdh/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 42727677, + "download_count": 88, + "created_at": "2020-08-01T05:27:15Z", + "updated_at": "2020-08-01T05:27:16Z", + "browser_download_url": "https://github.com/tmdh/laravel-kit/releases/download/v1.2.4/laravel-kit-setup-1.2.4.exe" + }, + { + "url": "https://api.github.com/repos/tmdh/laravel-kit/releases/assets/23485884", + "id": 23485884, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNDg1ODg0", + "name": "laravel-kit-setup-1.2.4.exe.blockmap", + "label": "", + "uploader": { + "login": "tmdh", + "id": 18123729, + "node_id": "MDQ6VXNlcjE4MTIzNzI5", + "avatar_url": "https://avatars1.githubusercontent.com/u/18123729?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tmdh", + "html_url": "https://github.com/tmdh", + "followers_url": "https://api.github.com/users/tmdh/followers", + "following_url": "https://api.github.com/users/tmdh/following{/other_user}", + "gists_url": "https://api.github.com/users/tmdh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tmdh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tmdh/subscriptions", + "organizations_url": "https://api.github.com/users/tmdh/orgs", + "repos_url": "https://api.github.com/users/tmdh/repos", + "events_url": "https://api.github.com/users/tmdh/events{/privacy}", + "received_events_url": "https://api.github.com/users/tmdh/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 45036, + "download_count": 10, + "created_at": "2020-08-01T05:27:15Z", + "updated_at": "2020-08-01T05:27:16Z", + "browser_download_url": "https://github.com/tmdh/laravel-kit/releases/download/v1.2.4/laravel-kit-setup-1.2.4.exe.blockmap" + }, + { + "url": "https://api.github.com/repos/tmdh/laravel-kit/releases/assets/23485886", + "id": 23485886, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNDg1ODg2", + "name": "latest-linux.yml", + "label": "", + "uploader": { + "login": "tmdh", + "id": 18123729, + "node_id": "MDQ6VXNlcjE4MTIzNzI5", + "avatar_url": "https://avatars1.githubusercontent.com/u/18123729?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tmdh", + "html_url": "https://github.com/tmdh", + "followers_url": "https://api.github.com/users/tmdh/followers", + "following_url": "https://api.github.com/users/tmdh/following{/other_user}", + "gists_url": "https://api.github.com/users/tmdh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tmdh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tmdh/subscriptions", + "organizations_url": "https://api.github.com/users/tmdh/orgs", + "repos_url": "https://api.github.com/users/tmdh/repos", + "events_url": "https://api.github.com/users/tmdh/events{/privacy}", + "received_events_url": "https://api.github.com/users/tmdh/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "text/yaml", + "state": "uploaded", + "size": 386, + "download_count": 18, + "created_at": "2020-08-01T05:27:17Z", + "updated_at": "2020-08-01T05:27:17Z", + "browser_download_url": "https://github.com/tmdh/laravel-kit/releases/download/v1.2.4/latest-linux.yml" + }, + { + "url": "https://api.github.com/repos/tmdh/laravel-kit/releases/assets/23485958", + "id": 23485958, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNDg1OTU4", + "name": "latest-mac.json", + "label": "", + "uploader": { + "login": "tmdh", + "id": 18123729, + "node_id": "MDQ6VXNlcjE4MTIzNzI5", + "avatar_url": "https://avatars1.githubusercontent.com/u/18123729?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tmdh", + "html_url": "https://github.com/tmdh", + "followers_url": "https://api.github.com/users/tmdh/followers", + "following_url": "https://api.github.com/users/tmdh/following{/other_user}", + "gists_url": "https://api.github.com/users/tmdh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tmdh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tmdh/subscriptions", + "organizations_url": "https://api.github.com/users/tmdh/orgs", + "repos_url": "https://api.github.com/users/tmdh/repos", + "events_url": "https://api.github.com/users/tmdh/events{/privacy}", + "received_events_url": "https://api.github.com/users/tmdh/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/json", + "state": "uploaded", + "size": 169, + "download_count": 4, + "created_at": "2020-08-01T05:29:18Z", + "updated_at": "2020-08-01T05:29:18Z", + "browser_download_url": "https://github.com/tmdh/laravel-kit/releases/download/v1.2.4/latest-mac.json" + }, + { + "url": "https://api.github.com/repos/tmdh/laravel-kit/releases/assets/23485961", + "id": 23485961, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNDg1OTYx", + "name": "latest-mac.yml", + "label": "", + "uploader": { + "login": "tmdh", + "id": 18123729, + "node_id": "MDQ6VXNlcjE4MTIzNzI5", + "avatar_url": "https://avatars1.githubusercontent.com/u/18123729?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tmdh", + "html_url": "https://github.com/tmdh", + "followers_url": "https://api.github.com/users/tmdh/followers", + "following_url": "https://api.github.com/users/tmdh/following{/other_user}", + "gists_url": "https://api.github.com/users/tmdh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tmdh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tmdh/subscriptions", + "organizations_url": "https://api.github.com/users/tmdh/orgs", + "repos_url": "https://api.github.com/users/tmdh/repos", + "events_url": "https://api.github.com/users/tmdh/events{/privacy}", + "received_events_url": "https://api.github.com/users/tmdh/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "text/yaml", + "state": "uploaded", + "size": 478, + "download_count": 43, + "created_at": "2020-08-01T05:29:20Z", + "updated_at": "2020-08-01T05:29:20Z", + "browser_download_url": "https://github.com/tmdh/laravel-kit/releases/download/v1.2.4/latest-mac.yml" + }, + { + "url": "https://api.github.com/repos/tmdh/laravel-kit/releases/assets/23485885", + "id": 23485885, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNDg1ODg1", + "name": "latest.yml", + "label": "", + "uploader": { + "login": "tmdh", + "id": 18123729, + "node_id": "MDQ6VXNlcjE4MTIzNzI5", + "avatar_url": "https://avatars1.githubusercontent.com/u/18123729?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tmdh", + "html_url": "https://github.com/tmdh", + "followers_url": "https://api.github.com/users/tmdh/followers", + "following_url": "https://api.github.com/users/tmdh/following{/other_user}", + "gists_url": "https://api.github.com/users/tmdh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tmdh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tmdh/subscriptions", + "organizations_url": "https://api.github.com/users/tmdh/orgs", + "repos_url": "https://api.github.com/users/tmdh/repos", + "events_url": "https://api.github.com/users/tmdh/events{/privacy}", + "received_events_url": "https://api.github.com/users/tmdh/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "text/yaml", + "state": "uploaded", + "size": 421, + "download_count": 80, + "created_at": "2020-08-01T05:27:17Z", + "updated_at": "2020-08-01T05:27:17Z", + "browser_download_url": "https://github.com/tmdh/laravel-kit/releases/download/v1.2.4/latest.yml" + } + ], + "tarball_url": "https://api.github.com/repos/tmdh/laravel-kit/tarball/v1.2.4", + "zipball_url": "https://api.github.com/repos/tmdh/laravel-kit/zipball/v1.2.4", + "body_html": "" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:25.085Z" + }, + "kube-forwarder": { + "latestRelease": { + "url": "https://api.github.com/repos/pixel-point/kube-forwarder/releases/19281107", + "assets_url": "https://api.github.com/repos/pixel-point/kube-forwarder/releases/19281107/assets", + "upload_url": "https://uploads.github.com/repos/pixel-point/kube-forwarder/releases/19281107/assets{?name,label}", + "html_url": "https://github.com/pixel-point/kube-forwarder/releases/tag/v1.5.1", + "id": 19281107, + "node_id": "MDc6UmVsZWFzZTE5MjgxMTA3", + "tag_name": "v1.5.1", + "target_commitish": "master", + "name": "1.5.1", + "draft": false, + "author": { + "login": "proAlexandr", + "id": 1674582, + "node_id": "MDQ6VXNlcjE2NzQ1ODI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1674582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/proAlexandr", + "html_url": "https://github.com/proAlexandr", + "followers_url": "https://api.github.com/users/proAlexandr/followers", + "following_url": "https://api.github.com/users/proAlexandr/following{/other_user}", + "gists_url": "https://api.github.com/users/proAlexandr/gists{/gist_id}", + "starred_url": "https://api.github.com/users/proAlexandr/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/proAlexandr/subscriptions", + "organizations_url": "https://api.github.com/users/proAlexandr/orgs", + "repos_url": "https://api.github.com/users/proAlexandr/repos", + "events_url": "https://api.github.com/users/proAlexandr/events{/privacy}", + "received_events_url": "https://api.github.com/users/proAlexandr/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2019-08-14T10:06:41Z", + "published_at": "2019-08-14T10:13:43Z", + "assets": [ + { + "url": "https://api.github.com/repos/pixel-point/kube-forwarder/releases/assets/14370512", + "id": 14370512, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MzcwNTEy", + "name": "kube-forwarder.AppImage", + "label": "", + "uploader": { + "login": "proAlexandr", + "id": 1674582, + "node_id": "MDQ6VXNlcjE2NzQ1ODI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1674582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/proAlexandr", + "html_url": "https://github.com/proAlexandr", + "followers_url": "https://api.github.com/users/proAlexandr/followers", + "following_url": "https://api.github.com/users/proAlexandr/following{/other_user}", + "gists_url": "https://api.github.com/users/proAlexandr/gists{/gist_id}", + "starred_url": "https://api.github.com/users/proAlexandr/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/proAlexandr/subscriptions", + "organizations_url": "https://api.github.com/users/proAlexandr/orgs", + "repos_url": "https://api.github.com/users/proAlexandr/repos", + "events_url": "https://api.github.com/users/proAlexandr/events{/privacy}", + "received_events_url": "https://api.github.com/users/proAlexandr/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 72996821, + "download_count": 2530, + "created_at": "2019-08-14T10:08:22Z", + "updated_at": "2019-08-14T10:09:26Z", + "browser_download_url": "https://github.com/pixel-point/kube-forwarder/releases/download/v1.5.1/kube-forwarder.AppImage" + }, + { + "url": "https://api.github.com/repos/pixel-point/kube-forwarder/releases/assets/14370514", + "id": 14370514, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MzcwNTE0", + "name": "kube-forwarder.dmg", + "label": "", + "uploader": { + "login": "proAlexandr", + "id": 1674582, + "node_id": "MDQ6VXNlcjE2NzQ1ODI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1674582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/proAlexandr", + "html_url": "https://github.com/proAlexandr", + "followers_url": "https://api.github.com/users/proAlexandr/followers", + "following_url": "https://api.github.com/users/proAlexandr/following{/other_user}", + "gists_url": "https://api.github.com/users/proAlexandr/gists{/gist_id}", + "starred_url": "https://api.github.com/users/proAlexandr/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/proAlexandr/subscriptions", + "organizations_url": "https://api.github.com/users/proAlexandr/orgs", + "repos_url": "https://api.github.com/users/proAlexandr/repos", + "events_url": "https://api.github.com/users/proAlexandr/events{/privacy}", + "received_events_url": "https://api.github.com/users/proAlexandr/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 65280019, + "download_count": 4917, + "created_at": "2019-08-14T10:08:26Z", + "updated_at": "2019-08-14T10:09:09Z", + "browser_download_url": "https://github.com/pixel-point/kube-forwarder/releases/download/v1.5.1/kube-forwarder.dmg" + }, + { + "url": "https://api.github.com/repos/pixel-point/kube-forwarder/releases/assets/14370513", + "id": 14370513, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MzcwNTEz", + "name": "kube-forwarder.dmg.blockmap", + "label": "", + "uploader": { + "login": "proAlexandr", + "id": 1674582, + "node_id": "MDQ6VXNlcjE2NzQ1ODI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1674582?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/tmdh", - "html_url": "https://github.com/tmdh", - "followers_url": "https://api.github.com/users/tmdh/followers", - "following_url": "https://api.github.com/users/tmdh/following{/other_user}", - "gists_url": "https://api.github.com/users/tmdh/gists{/gist_id}", - "starred_url": "https://api.github.com/users/tmdh/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/tmdh/subscriptions", - "organizations_url": "https://api.github.com/users/tmdh/orgs", - "repos_url": "https://api.github.com/users/tmdh/repos", - "events_url": "https://api.github.com/users/tmdh/events{/privacy}", - "received_events_url": "https://api.github.com/users/tmdh/received_events", + "url": "https://api.github.com/users/proAlexandr", + "html_url": "https://github.com/proAlexandr", + "followers_url": "https://api.github.com/users/proAlexandr/followers", + "following_url": "https://api.github.com/users/proAlexandr/following{/other_user}", + "gists_url": "https://api.github.com/users/proAlexandr/gists{/gist_id}", + "starred_url": "https://api.github.com/users/proAlexandr/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/proAlexandr/subscriptions", + "organizations_url": "https://api.github.com/users/proAlexandr/orgs", + "repos_url": "https://api.github.com/users/proAlexandr/repos", + "events_url": "https://api.github.com/users/proAlexandr/events{/privacy}", + "received_events_url": "https://api.github.com/users/proAlexandr/received_events", "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 59939, - "download_count": 5, - "created_at": "2020-08-01T05:28:22Z", - "updated_at": "2020-08-01T05:28:22Z", - "browser_download_url": "https://github.com/tmdh/laravel-kit/releases/download/v1.2.4/laravel-kit-1.2.4.dmg.blockmap" + "size": 69327, + "download_count": 83, + "created_at": "2019-08-14T10:08:26Z", + "updated_at": "2019-08-14T10:08:27Z", + "browser_download_url": "https://github.com/pixel-point/kube-forwarder/releases/download/v1.5.1/kube-forwarder.dmg.blockmap" }, { - "url": "https://api.github.com/repos/tmdh/laravel-kit/releases/assets/23485883", - "id": 23485883, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNDg1ODgz", - "name": "laravel-kit-setup-1.2.4.exe", + "url": "https://api.github.com/repos/pixel-point/kube-forwarder/releases/assets/14370517", + "id": 14370517, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MzcwNTE3", + "name": "kube-forwarder.exe", "label": "", "uploader": { - "login": "tmdh", - "id": 18123729, - "node_id": "MDQ6VXNlcjE4MTIzNzI5", - "avatar_url": "https://avatars1.githubusercontent.com/u/18123729?v=4", + "login": "proAlexandr", + "id": 1674582, + "node_id": "MDQ6VXNlcjE2NzQ1ODI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1674582?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/tmdh", - "html_url": "https://github.com/tmdh", - "followers_url": "https://api.github.com/users/tmdh/followers", - "following_url": "https://api.github.com/users/tmdh/following{/other_user}", - "gists_url": "https://api.github.com/users/tmdh/gists{/gist_id}", - "starred_url": "https://api.github.com/users/tmdh/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/tmdh/subscriptions", - "organizations_url": "https://api.github.com/users/tmdh/orgs", - "repos_url": "https://api.github.com/users/tmdh/repos", - "events_url": "https://api.github.com/users/tmdh/events{/privacy}", - "received_events_url": "https://api.github.com/users/tmdh/received_events", + "url": "https://api.github.com/users/proAlexandr", + "html_url": "https://github.com/proAlexandr", + "followers_url": "https://api.github.com/users/proAlexandr/followers", + "following_url": "https://api.github.com/users/proAlexandr/following{/other_user}", + "gists_url": "https://api.github.com/users/proAlexandr/gists{/gist_id}", + "starred_url": "https://api.github.com/users/proAlexandr/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/proAlexandr/subscriptions", + "organizations_url": "https://api.github.com/users/proAlexandr/orgs", + "repos_url": "https://api.github.com/users/proAlexandr/repos", + "events_url": "https://api.github.com/users/proAlexandr/events{/privacy}", + "received_events_url": "https://api.github.com/users/proAlexandr/received_events", "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 42727677, - "download_count": 87, - "created_at": "2020-08-01T05:27:15Z", - "updated_at": "2020-08-01T05:27:16Z", - "browser_download_url": "https://github.com/tmdh/laravel-kit/releases/download/v1.2.4/laravel-kit-setup-1.2.4.exe" + "size": 47343308, + "download_count": 3442, + "created_at": "2019-08-14T10:08:55Z", + "updated_at": "2019-08-14T10:10:12Z", + "browser_download_url": "https://github.com/pixel-point/kube-forwarder/releases/download/v1.5.1/kube-forwarder.exe" }, { - "url": "https://api.github.com/repos/tmdh/laravel-kit/releases/assets/23485884", - "id": 23485884, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNDg1ODg0", - "name": "laravel-kit-setup-1.2.4.exe.blockmap", + "url": "https://api.github.com/repos/pixel-point/kube-forwarder/releases/assets/14370518", + "id": 14370518, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MzcwNTE4", + "name": "kube-forwarder.exe.blockmap", "label": "", "uploader": { - "login": "tmdh", - "id": 18123729, - "node_id": "MDQ6VXNlcjE4MTIzNzI5", - "avatar_url": "https://avatars1.githubusercontent.com/u/18123729?v=4", + "login": "proAlexandr", + "id": 1674582, + "node_id": "MDQ6VXNlcjE2NzQ1ODI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1674582?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/tmdh", - "html_url": "https://github.com/tmdh", - "followers_url": "https://api.github.com/users/tmdh/followers", - "following_url": "https://api.github.com/users/tmdh/following{/other_user}", - "gists_url": "https://api.github.com/users/tmdh/gists{/gist_id}", - "starred_url": "https://api.github.com/users/tmdh/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/tmdh/subscriptions", - "organizations_url": "https://api.github.com/users/tmdh/orgs", - "repos_url": "https://api.github.com/users/tmdh/repos", - "events_url": "https://api.github.com/users/tmdh/events{/privacy}", - "received_events_url": "https://api.github.com/users/tmdh/received_events", + "url": "https://api.github.com/users/proAlexandr", + "html_url": "https://github.com/proAlexandr", + "followers_url": "https://api.github.com/users/proAlexandr/followers", + "following_url": "https://api.github.com/users/proAlexandr/following{/other_user}", + "gists_url": "https://api.github.com/users/proAlexandr/gists{/gist_id}", + "starred_url": "https://api.github.com/users/proAlexandr/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/proAlexandr/subscriptions", + "organizations_url": "https://api.github.com/users/proAlexandr/orgs", + "repos_url": "https://api.github.com/users/proAlexandr/repos", + "events_url": "https://api.github.com/users/proAlexandr/events{/privacy}", + "received_events_url": "https://api.github.com/users/proAlexandr/received_events", "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 45036, - "download_count": 10, - "created_at": "2020-08-01T05:27:15Z", - "updated_at": "2020-08-01T05:27:16Z", - "browser_download_url": "https://github.com/tmdh/laravel-kit/releases/download/v1.2.4/laravel-kit-setup-1.2.4.exe.blockmap" + "size": 50253, + "download_count": 142, + "created_at": "2019-08-14T10:08:55Z", + "updated_at": "2019-08-14T10:08:56Z", + "browser_download_url": "https://github.com/pixel-point/kube-forwarder/releases/download/v1.5.1/kube-forwarder.exe.blockmap" }, { - "url": "https://api.github.com/repos/tmdh/laravel-kit/releases/assets/23485886", - "id": 23485886, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNDg1ODg2", - "name": "latest-linux.yml", + "url": "https://api.github.com/repos/pixel-point/kube-forwarder/releases/assets/14370519", + "id": 14370519, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MzcwNTE5", + "name": "kube-forwarder.zip", "label": "", "uploader": { - "login": "tmdh", - "id": 18123729, - "node_id": "MDQ6VXNlcjE4MTIzNzI5", - "avatar_url": "https://avatars1.githubusercontent.com/u/18123729?v=4", + "login": "proAlexandr", + "id": 1674582, + "node_id": "MDQ6VXNlcjE2NzQ1ODI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1674582?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/tmdh", - "html_url": "https://github.com/tmdh", - "followers_url": "https://api.github.com/users/tmdh/followers", - "following_url": "https://api.github.com/users/tmdh/following{/other_user}", - "gists_url": "https://api.github.com/users/tmdh/gists{/gist_id}", - "starred_url": "https://api.github.com/users/tmdh/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/tmdh/subscriptions", - "organizations_url": "https://api.github.com/users/tmdh/orgs", - "repos_url": "https://api.github.com/users/tmdh/repos", - "events_url": "https://api.github.com/users/tmdh/events{/privacy}", - "received_events_url": "https://api.github.com/users/tmdh/received_events", + "url": "https://api.github.com/users/proAlexandr", + "html_url": "https://github.com/proAlexandr", + "followers_url": "https://api.github.com/users/proAlexandr/followers", + "following_url": "https://api.github.com/users/proAlexandr/following{/other_user}", + "gists_url": "https://api.github.com/users/proAlexandr/gists{/gist_id}", + "starred_url": "https://api.github.com/users/proAlexandr/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/proAlexandr/subscriptions", + "organizations_url": "https://api.github.com/users/proAlexandr/orgs", + "repos_url": "https://api.github.com/users/proAlexandr/repos", + "events_url": "https://api.github.com/users/proAlexandr/events{/privacy}", + "received_events_url": "https://api.github.com/users/proAlexandr/received_events", "type": "User", "site_admin": false }, - "content_type": "text/yaml", + "content_type": "application/zip", "state": "uploaded", - "size": 386, - "download_count": 18, - "created_at": "2020-08-01T05:27:17Z", - "updated_at": "2020-08-01T05:27:17Z", - "browser_download_url": "https://github.com/tmdh/laravel-kit/releases/download/v1.2.4/latest-linux.yml" + "size": 62901844, + "download_count": 372, + "created_at": "2019-08-14T10:08:56Z", + "updated_at": "2019-08-14T10:09:47Z", + "browser_download_url": "https://github.com/pixel-point/kube-forwarder/releases/download/v1.5.1/kube-forwarder.zip" }, { - "url": "https://api.github.com/repos/tmdh/laravel-kit/releases/assets/23485958", - "id": 23485958, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNDg1OTU4", - "name": "latest-mac.json", + "url": "https://api.github.com/repos/pixel-point/kube-forwarder/releases/assets/14370525", + "id": 14370525, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MzcwNTI1", + "name": "latest-linux.yml", "label": "", "uploader": { - "login": "tmdh", - "id": 18123729, - "node_id": "MDQ6VXNlcjE4MTIzNzI5", - "avatar_url": "https://avatars1.githubusercontent.com/u/18123729?v=4", + "login": "proAlexandr", + "id": 1674582, + "node_id": "MDQ6VXNlcjE2NzQ1ODI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1674582?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/tmdh", - "html_url": "https://github.com/tmdh", - "followers_url": "https://api.github.com/users/tmdh/followers", - "following_url": "https://api.github.com/users/tmdh/following{/other_user}", - "gists_url": "https://api.github.com/users/tmdh/gists{/gist_id}", - "starred_url": "https://api.github.com/users/tmdh/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/tmdh/subscriptions", - "organizations_url": "https://api.github.com/users/tmdh/orgs", - "repos_url": "https://api.github.com/users/tmdh/repos", - "events_url": "https://api.github.com/users/tmdh/events{/privacy}", - "received_events_url": "https://api.github.com/users/tmdh/received_events", + "url": "https://api.github.com/users/proAlexandr", + "html_url": "https://github.com/proAlexandr", + "followers_url": "https://api.github.com/users/proAlexandr/followers", + "following_url": "https://api.github.com/users/proAlexandr/following{/other_user}", + "gists_url": "https://api.github.com/users/proAlexandr/gists{/gist_id}", + "starred_url": "https://api.github.com/users/proAlexandr/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/proAlexandr/subscriptions", + "organizations_url": "https://api.github.com/users/proAlexandr/orgs", + "repos_url": "https://api.github.com/users/proAlexandr/repos", + "events_url": "https://api.github.com/users/proAlexandr/events{/privacy}", + "received_events_url": "https://api.github.com/users/proAlexandr/received_events", "type": "User", "site_admin": false }, - "content_type": "application/json", + "content_type": "text/yaml", "state": "uploaded", - "size": 169, - "download_count": 4, - "created_at": "2020-08-01T05:29:18Z", - "updated_at": "2020-08-01T05:29:18Z", - "browser_download_url": "https://github.com/tmdh/laravel-kit/releases/download/v1.2.4/latest-mac.json" + "size": 366, + "download_count": 10184, + "created_at": "2019-08-14T10:10:13Z", + "updated_at": "2019-08-14T10:10:13Z", + "browser_download_url": "https://github.com/pixel-point/kube-forwarder/releases/download/v1.5.1/latest-linux.yml" }, { - "url": "https://api.github.com/repos/tmdh/laravel-kit/releases/assets/23485961", - "id": 23485961, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNDg1OTYx", + "url": "https://api.github.com/repos/pixel-point/kube-forwarder/releases/assets/14370524", + "id": 14370524, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MzcwNTI0", "name": "latest-mac.yml", "label": "", "uploader": { - "login": "tmdh", - "id": 18123729, - "node_id": "MDQ6VXNlcjE4MTIzNzI5", - "avatar_url": "https://avatars1.githubusercontent.com/u/18123729?v=4", + "login": "proAlexandr", + "id": 1674582, + "node_id": "MDQ6VXNlcjE2NzQ1ODI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1674582?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/tmdh", - "html_url": "https://github.com/tmdh", - "followers_url": "https://api.github.com/users/tmdh/followers", - "following_url": "https://api.github.com/users/tmdh/following{/other_user}", - "gists_url": "https://api.github.com/users/tmdh/gists{/gist_id}", - "starred_url": "https://api.github.com/users/tmdh/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/tmdh/subscriptions", - "organizations_url": "https://api.github.com/users/tmdh/orgs", - "repos_url": "https://api.github.com/users/tmdh/repos", - "events_url": "https://api.github.com/users/tmdh/events{/privacy}", - "received_events_url": "https://api.github.com/users/tmdh/received_events", + "url": "https://api.github.com/users/proAlexandr", + "html_url": "https://github.com/proAlexandr", + "followers_url": "https://api.github.com/users/proAlexandr/followers", + "following_url": "https://api.github.com/users/proAlexandr/following{/other_user}", + "gists_url": "https://api.github.com/users/proAlexandr/gists{/gist_id}", + "starred_url": "https://api.github.com/users/proAlexandr/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/proAlexandr/subscriptions", + "organizations_url": "https://api.github.com/users/proAlexandr/orgs", + "repos_url": "https://api.github.com/users/proAlexandr/repos", + "events_url": "https://api.github.com/users/proAlexandr/events{/privacy}", + "received_events_url": "https://api.github.com/users/proAlexandr/received_events", "type": "User", "site_admin": false }, "content_type": "text/yaml", "state": "uploaded", - "size": 478, - "download_count": 43, - "created_at": "2020-08-01T05:29:20Z", - "updated_at": "2020-08-01T05:29:20Z", - "browser_download_url": "https://github.com/tmdh/laravel-kit/releases/download/v1.2.4/latest-mac.yml" + "size": 504, + "download_count": 35303, + "created_at": "2019-08-14T10:10:13Z", + "updated_at": "2019-08-14T10:10:13Z", + "browser_download_url": "https://github.com/pixel-point/kube-forwarder/releases/download/v1.5.1/latest-mac.yml" }, { - "url": "https://api.github.com/repos/tmdh/laravel-kit/releases/assets/23485885", - "id": 23485885, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNDg1ODg1", + "url": "https://api.github.com/repos/pixel-point/kube-forwarder/releases/assets/14370526", + "id": 14370526, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MzcwNTI2", "name": "latest.yml", "label": "", "uploader": { - "login": "tmdh", - "id": 18123729, - "node_id": "MDQ6VXNlcjE4MTIzNzI5", - "avatar_url": "https://avatars1.githubusercontent.com/u/18123729?v=4", + "login": "proAlexandr", + "id": 1674582, + "node_id": "MDQ6VXNlcjE2NzQ1ODI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1674582?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/tmdh", - "html_url": "https://github.com/tmdh", - "followers_url": "https://api.github.com/users/tmdh/followers", - "following_url": "https://api.github.com/users/tmdh/following{/other_user}", - "gists_url": "https://api.github.com/users/tmdh/gists{/gist_id}", - "starred_url": "https://api.github.com/users/tmdh/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/tmdh/subscriptions", - "organizations_url": "https://api.github.com/users/tmdh/orgs", - "repos_url": "https://api.github.com/users/tmdh/repos", - "events_url": "https://api.github.com/users/tmdh/events{/privacy}", - "received_events_url": "https://api.github.com/users/tmdh/received_events", + "url": "https://api.github.com/users/proAlexandr", + "html_url": "https://github.com/proAlexandr", + "followers_url": "https://api.github.com/users/proAlexandr/followers", + "following_url": "https://api.github.com/users/proAlexandr/following{/other_user}", + "gists_url": "https://api.github.com/users/proAlexandr/gists{/gist_id}", + "starred_url": "https://api.github.com/users/proAlexandr/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/proAlexandr/subscriptions", + "organizations_url": "https://api.github.com/users/proAlexandr/orgs", + "repos_url": "https://api.github.com/users/proAlexandr/repos", + "events_url": "https://api.github.com/users/proAlexandr/events{/privacy}", + "received_events_url": "https://api.github.com/users/proAlexandr/received_events", "type": "User", "site_admin": false }, "content_type": "text/yaml", "state": "uploaded", - "size": 421, - "download_count": 79, - "created_at": "2020-08-01T05:27:17Z", - "updated_at": "2020-08-01T05:27:17Z", - "browser_download_url": "https://github.com/tmdh/laravel-kit/releases/download/v1.2.4/latest.yml" + "size": 332, + "download_count": 27354, + "created_at": "2019-08-14T10:10:13Z", + "updated_at": "2019-08-14T10:10:13Z", + "browser_download_url": "https://github.com/pixel-point/kube-forwarder/releases/download/v1.5.1/latest.yml" } ], - "tarball_url": "https://api.github.com/repos/tmdh/laravel-kit/tarball/v1.2.4", - "zipball_url": "https://api.github.com/repos/tmdh/laravel-kit/zipball/v1.2.4", - "body_html": "" + "tarball_url": "https://api.github.com/repos/pixel-point/kube-forwarder/tarball/v1.5.1", + "zipball_url": "https://api.github.com/repos/pixel-point/kube-forwarder/zipball/v1.5.1", + "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:28.121Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:25.107Z" }, "lazytype": { "latestRelease": { @@ -47907,7 +47907,7 @@ "content_type": "application/x-msdownload", "state": "uploaded", "size": 51869898, - "download_count": 311, + "download_count": 312, "created_at": "2019-11-03T14:09:30Z", "updated_at": "2019-11-03T14:09:43Z", "browser_download_url": "https://github.com/ngudbhav/lazyType/releases/download/v1.0.1/Setupx64.exe" @@ -47951,7 +47951,7 @@ "zipball_url": "https://api.github.com/repos/ngudbhav/lazyType/zipball/v1.0.1", "body_html": "

Changelog

\n
    \n
  1. Notification Bug Fixed
  2. \n
  3. Startup Bug Fixed
  4. \n
" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:28.167Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:25.138Z" }, "last-hit": { "latestRelease": { @@ -48300,7 +48300,7 @@ "zipball_url": "https://api.github.com/repos/last-hit-aab/last-hit/zipball/v0.9.19", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:28.183Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:25.151Z" }, "lbry-desktop": { "latestRelease": { @@ -48367,7 +48367,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 363, - "download_count": 39183, + "download_count": 40341, "created_at": "2020-08-31T20:30:38Z", "updated_at": "2020-08-31T20:30:38Z", "browser_download_url": "https://github.com/lbryio/lbry-desktop/releases/download/v0.47.2/latest-linux.yml" @@ -48401,7 +48401,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 499, - "download_count": 63104, + "download_count": 65217, "created_at": "2020-08-31T20:34:22Z", "updated_at": "2020-08-31T20:34:22Z", "browser_download_url": "https://github.com/lbryio/lbry-desktop/releases/download/v0.47.2/latest-mac.yml" @@ -48435,7 +48435,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 360, - "download_count": 99822, + "download_count": 102920, "created_at": "2020-08-31T20:29:32Z", "updated_at": "2020-08-31T20:29:32Z", "browser_download_url": "https://github.com/lbryio/lbry-desktop/releases/download/v0.47.2/latest.yml" @@ -48469,7 +48469,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 201590466, - "download_count": 797, + "download_count": 813, "created_at": "2020-08-31T20:28:01Z", "updated_at": "2020-08-31T20:28:07Z", "browser_download_url": "https://github.com/lbryio/lbry-desktop/releases/download/v0.47.2/LBRY_0.47.2.AppImage" @@ -48503,7 +48503,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 158090048, - "download_count": 3094, + "download_count": 3150, "created_at": "2020-08-31T20:30:34Z", "updated_at": "2020-08-31T20:30:38Z", "browser_download_url": "https://github.com/lbryio/lbry-desktop/releases/download/v0.47.2/LBRY_0.47.2.deb" @@ -48537,7 +48537,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 174929586, - "download_count": 1958, + "download_count": 2037, "created_at": "2020-08-31T20:33:51Z", "updated_at": "2020-08-31T20:33:56Z", "browser_download_url": "https://github.com/lbryio/lbry-desktop/releases/download/v0.47.2/LBRY_0.47.2.dmg" @@ -48571,7 +48571,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 184235, - "download_count": 4, + "download_count": 5, "created_at": "2020-08-31T20:33:51Z", "updated_at": "2020-08-31T20:33:51Z", "browser_download_url": "https://github.com/lbryio/lbry-desktop/releases/download/v0.47.2/LBRY_0.47.2.dmg.blockmap" @@ -48605,7 +48605,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 296130512, - "download_count": 57511, + "download_count": 59075, "created_at": "2020-08-31T20:29:24Z", "updated_at": "2020-08-31T20:29:32Z", "browser_download_url": "https://github.com/lbryio/lbry-desktop/releases/download/v0.47.2/LBRY_0.47.2.exe" @@ -48639,7 +48639,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 309963, - "download_count": 44953, + "download_count": 46091, "created_at": "2020-08-31T20:29:24Z", "updated_at": "2020-08-31T20:29:24Z", "browser_download_url": "https://github.com/lbryio/lbry-desktop/releases/download/v0.47.2/LBRY_0.47.2.exe.blockmap" @@ -48673,7 +48673,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 171586225, - "download_count": 3278, + "download_count": 3346, "created_at": "2020-08-31T20:34:17Z", "updated_at": "2020-08-31T20:34:22Z", "browser_download_url": "https://github.com/lbryio/lbry-desktop/releases/download/v0.47.2/LBRY_0.47.2.zip" @@ -48707,7 +48707,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 1597, - "download_count": 5, + "download_count": 6, "created_at": "2020-08-31T20:48:23Z", "updated_at": "2020-08-31T20:48:23Z", "browser_download_url": "https://github.com/lbryio/lbry-desktop/releases/download/v0.47.2/LBRY_v0.47.2_sigs.asc" @@ -48717,7 +48717,7 @@ "zipball_url": "https://api.github.com/repos/lbryio/lbry-desktop/zipball/v0.47.2", "body_html": "

Upgraded certificate for Windows

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:28.278Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:25.180Z" }, "leafview": { "latestRelease": { @@ -48886,7 +48886,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 78339427, - "download_count": 35, + "download_count": 36, "created_at": "2020-09-03T22:55:03Z", "updated_at": "2020-09-03T22:55:05Z", "browser_download_url": "https://github.com/sprout2000/leafview/releases/download/v0.3.10/LeafView-0.3.10-x64.zip" @@ -48896,7 +48896,7 @@ "zipball_url": "https://api.github.com/repos/sprout2000/leafview/zipball/v0.3.10", "body_html": null }, - "latestReleaseFetchedAt": "2020-09-17T12:08:28.463Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:25.206Z" }, "lector": { "latestRelease": { @@ -48963,7 +48963,7 @@ "content_type": "application/x-msdownload", "state": "uploaded", "size": 47201955, - "download_count": 5711, + "download_count": 5717, "created_at": "2019-08-11T01:00:35Z", "updated_at": "2019-08-11T01:00:59Z", "browser_download_url": "https://github.com/sagargurtu/lector/releases/download/v1.1.0/LectorSetup.exe" @@ -48973,7 +48973,7 @@ "zipball_url": "https://api.github.com/repos/sagargurtu/lector/zipball/v1.1.0", "body_html": "

Added pdf file association and new icons

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:28.509Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:25.258Z" }, "lectrote": { "latestRelease": { @@ -49176,7 +49176,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 73188461, - "download_count": 356, + "download_count": 361, "created_at": "2020-08-05T01:17:51Z", "updated_at": "2020-08-05T01:18:26Z", "browser_download_url": "https://github.com/erkyrath/lectrote/releases/download/lectrote-1.3.7/Lectrote-1.3.7-win32-x64.zip" @@ -49186,7 +49186,7 @@ "zipball_url": "https://api.github.com/repos/erkyrath/lectrote/zipball/lectrote-1.3.7", "body_html": "

Fixes crashes and cover-art failures in some interpreters (Z-machine, Git, Glulxe).

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:28.540Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:25.263Z" }, "lepton": { "latestRelease": { @@ -49253,7 +49253,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 362, - "download_count": 1665, + "download_count": 1674, "created_at": "2020-06-14T02:25:13Z", "updated_at": "2020-06-14T02:25:13Z", "browser_download_url": "https://github.com/hackjutsu/Lepton/releases/download/v1.9.1/latest-linux.yml" @@ -49287,7 +49287,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 506, - "download_count": 13534, + "download_count": 13615, "created_at": "2020-06-14T02:25:13Z", "updated_at": "2020-06-14T02:25:13Z", "browser_download_url": "https://github.com/hackjutsu/Lepton/releases/download/v1.9.1/latest-mac.yml" @@ -49321,7 +49321,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 341, - "download_count": 11657, + "download_count": 11719, "created_at": "2020-06-14T02:25:13Z", "updated_at": "2020-06-14T02:25:13Z", "browser_download_url": "https://github.com/hackjutsu/Lepton/releases/download/v1.9.1/latest.yml" @@ -49389,7 +49389,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 81501152, - "download_count": 2767, + "download_count": 2779, "created_at": "2020-06-14T02:23:11Z", "updated_at": "2020-06-14T02:24:49Z", "browser_download_url": "https://github.com/hackjutsu/Lepton/releases/download/v1.9.1/Lepton-1.9.1-mac.zip" @@ -49423,7 +49423,7 @@ "content_type": "application/x-7z-compressed", "state": "uploaded", "size": 56638369, - "download_count": 715, + "download_count": 717, "created_at": "2020-06-14T02:23:52Z", "updated_at": "2020-06-14T02:24:24Z", "browser_download_url": "https://github.com/hackjutsu/Lepton/releases/download/v1.9.1/Lepton-1.9.1-win.7z" @@ -49457,7 +49457,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 91880183, - "download_count": 540, + "download_count": 541, "created_at": "2020-06-14T02:21:41Z", "updated_at": "2020-06-14T02:22:17Z", "browser_download_url": "https://github.com/hackjutsu/Lepton/releases/download/v1.9.1/Lepton-1.9.1.AppImage" @@ -49491,7 +49491,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 84298089, - "download_count": 2805, + "download_count": 2812, "created_at": "2020-06-14T02:22:46Z", "updated_at": "2020-06-14T02:23:25Z", "browser_download_url": "https://github.com/hackjutsu/Lepton/releases/download/v1.9.1/Lepton-1.9.1.dmg" @@ -49559,7 +49559,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 125296020, - "download_count": 3176, + "download_count": 3184, "created_at": "2020-06-14T02:22:59Z", "updated_at": "2020-06-14T02:23:55Z", "browser_download_url": "https://github.com/hackjutsu/Lepton/releases/download/v1.9.1/Lepton-Setup-1.9.1.exe" @@ -49593,7 +49593,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 129071, - "download_count": 435, + "download_count": 436, "created_at": "2020-06-14T02:22:59Z", "updated_at": "2020-06-14T02:23:01Z", "browser_download_url": "https://github.com/hackjutsu/Lepton/releases/download/v1.9.1/Lepton-Setup-1.9.1.exe.blockmap" @@ -49637,7 +49637,7 @@ "zipball_url": "https://api.github.com/repos/hackjutsu/Lepton/zipball/v1.9.1", "body_html": "
\n

To Lepton users around the world in more than 130 countries: We hope you all stay safe, healthy, and strong as we get through the COVID-19 pandemic. Lepton will continue to be free, as always. If you find this app helpful, we encourage you to make a donation to a local or global charity of your choice to help fight against the pandemic. Together, we can make the world a better place. ❤️

\n
\n

Enhancement & Features

\n

Configurations (.leptonrc)

\n\n

Other enhancement

\n\n

\"Screen

\n

Other changes

\n\n

Platforms

\n

macOS

\n
\n

Notice: I haven't continued the Apple developer account since 2019. Pls enable Lepton in the security settings preference when you open the app for the first time.

\n
\n\n

Windows

\n\n

Linux

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:28.638Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:25.277Z" }, "lifeboat": { "latestRelease": { @@ -49986,7 +49986,7 @@ "zipball_url": "https://api.github.com/repos/jplhomer/lifeboat/zipball/v0.7.0", "body_html": "

\"lifeboat_commands_updated\"

\n

This release features a complete overhaul of logs and terminals within Lifeboat! It aims to make logs much more readable and performant, and to make interacting with individual services a much more pleasant experience.

\n\n

This release probably contains some bugs. I'm tracking them in the Issues tab, so please report them there.

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:28.858Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:25.317Z" }, "lightgallery": { "latestRelease": { @@ -50053,7 +50053,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 35933893, - "download_count": 21491, + "download_count": 21499, "created_at": "2016-05-31T08:43:47Z", "updated_at": "2016-05-31T09:05:32Z", "browser_download_url": "https://github.com/sachinchoolur/lightgallery-desktop/releases/download/0.1.1/lightgallery_0.1.1-windows.zip" @@ -50087,7 +50087,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 37197188, - "download_count": 16922, + "download_count": 16930, "created_at": "2016-05-31T06:57:50Z", "updated_at": "2016-05-31T07:58:43Z", "browser_download_url": "https://github.com/sachinchoolur/lightgallery-desktop/releases/download/0.1.1/lightgallery_0.1.1.dmg-mac.zip" @@ -50131,7 +50131,11 @@ "zipball_url": "https://api.github.com/repos/sachinchoolur/lightgallery-desktop/zipball/0.1.1", "body_html": "

Minor bug fixes and updates..

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:28.888Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:25.333Z" + }, + "ling": { + "latestRelease": null, + "latestReleaseFetchedAt": "2020-09-18T00:10:25.334Z" }, "lightproxy": { "latestRelease": { @@ -50300,7 +50304,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 87311621, - "download_count": 20, + "download_count": 26, "created_at": "2020-09-15T13:12:01Z", "updated_at": "2020-09-15T13:12:09Z", "browser_download_url": "https://github.com/alibaba/lightproxy/releases/download/v1.1.38/LightProxy-1.1.38.dmg" @@ -50412,11 +50416,7 @@ "zipball_url": "https://api.github.com/repos/alibaba/lightproxy/zipball/v1.1.38", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:28.892Z" - }, - "ling": { - "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:28.956Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:25.366Z" }, "lionshare": { "latestRelease": { @@ -50493,7 +50493,7 @@ "zipball_url": "https://api.github.com/repos/lionsharecapital/lionshare-desktop/zipball/v1.1.0", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:29.230Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:25.408Z" }, "local-browser": { "latestRelease": { @@ -50628,7 +50628,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 354, - "download_count": 741, + "download_count": 742, "created_at": "2019-02-21T10:06:41Z", "updated_at": "2019-02-21T10:06:41Z", "browser_download_url": "https://github.com/Chhekur/local-browser/releases/download/v1.0.1/latest.yml" @@ -50696,7 +50696,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 80925627, - "download_count": 1553, + "download_count": 1554, "created_at": "2019-02-21T10:11:16Z", "updated_at": "2019-02-21T10:15:04Z", "browser_download_url": "https://github.com/Chhekur/local-browser/releases/download/v1.0.1/local-browser-1.0.1-x86_64.AppImage" @@ -50842,11 +50842,11 @@ "zipball_url": "https://api.github.com/repos/Chhekur/local-browser/zipball/v1.0.1", "body_html": "

Changelog

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:29.230Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:25.425Z" }, "local-by-flywheel": { "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:29.280Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:25.428Z" }, "local-mock-server": { "latestRelease": { @@ -51059,7 +51059,7 @@ "zipball_url": "https://api.github.com/repos/jayakumarreddy/Local-Mock-Server/zipball/v1.2.0", "body_html": "

Added JSON Viewer
\nResolved some alignment issues
\nModified auto updater config

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:29.581Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:25.486Z" }, "losslesscut": { "latestRelease": { @@ -51126,7 +51126,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 375, - "download_count": 504, + "download_count": 507, "created_at": "2020-07-09T21:36:59Z", "updated_at": "2020-07-09T21:36:59Z", "browser_download_url": "https://github.com/mifi/lossless-cut/releases/download/v3.23.8/latest-linux.yml" @@ -51160,7 +51160,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 335, - "download_count": 136, + "download_count": 137, "created_at": "2020-07-09T21:37:22Z", "updated_at": "2020-07-09T21:37:22Z", "browser_download_url": "https://github.com/mifi/lossless-cut/releases/download/v3.23.8/latest-mac.yml" @@ -51194,7 +51194,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 130504410, - "download_count": 2303, + "download_count": 2322, "created_at": "2020-07-09T21:31:16Z", "updated_at": "2020-07-09T21:31:19Z", "browser_download_url": "https://github.com/mifi/lossless-cut/releases/download/v3.23.8/LosslessCut-linux.AppImage" @@ -51228,7 +51228,7 @@ "content_type": "application/x-bzip2", "state": "uploaded", "size": 115239856, - "download_count": 3666, + "download_count": 3685, "created_at": "2020-07-09T21:36:57Z", "updated_at": "2020-07-09T21:36:59Z", "browser_download_url": "https://github.com/mifi/lossless-cut/releases/download/v3.23.8/LosslessCut-linux.tar.bz2" @@ -51262,7 +51262,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 94958753, - "download_count": 4690, + "download_count": 4714, "created_at": "2020-07-09T21:37:19Z", "updated_at": "2020-07-09T21:37:21Z", "browser_download_url": "https://github.com/mifi/lossless-cut/releases/download/v3.23.8/LosslessCut-mac.dmg" @@ -51330,7 +51330,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 93687847, - "download_count": 306, + "download_count": 309, "created_at": "2020-07-09T21:34:40Z", "updated_at": "2020-07-09T21:34:42Z", "browser_download_url": "https://github.com/mifi/lossless-cut/releases/download/v3.23.8/LosslessCut-mac.pkg" @@ -51398,7 +51398,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 94279202, - "download_count": 29447, + "download_count": 29654, "created_at": "2020-07-09T21:38:05Z", "updated_at": "2020-07-09T21:38:11Z", "browser_download_url": "https://github.com/mifi/lossless-cut/releases/download/v3.23.8/LosslessCut-win.exe" @@ -51432,7 +51432,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 140886825, - "download_count": 13363, + "download_count": 13424, "created_at": "2020-07-09T21:36:52Z", "updated_at": "2020-07-09T21:36:59Z", "browser_download_url": "https://github.com/mifi/lossless-cut/releases/download/v3.23.8/LosslessCut-win.zip" @@ -51442,7 +51442,7 @@ "zipball_url": "https://api.github.com/repos/mifi/lossless-cut/zipball/v3.23.8", "body_html": "

Translations

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:29.592Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:25.527Z" }, "lisk-hub": { "latestRelease": { @@ -51509,7 +51509,7 @@ "content_type": "application/x-yaml", "state": "uploaded", "size": 387, - "download_count": 203, + "download_count": 205, "created_at": "2020-08-06T09:07:08Z", "updated_at": "2020-08-06T09:07:09Z", "browser_download_url": "https://github.com/LiskHQ/lisk-desktop/releases/download/v1.27.0/latest-linux.yml" @@ -51543,7 +51543,7 @@ "content_type": "application/x-yaml", "state": "uploaded", "size": 508, - "download_count": 2578, + "download_count": 2607, "created_at": "2020-08-06T09:01:45Z", "updated_at": "2020-08-06T09:01:46Z", "browser_download_url": "https://github.com/LiskHQ/lisk-desktop/releases/download/v1.27.0/latest-mac.yml" @@ -51577,7 +51577,7 @@ "content_type": "application/x-yaml", "state": "uploaded", "size": 416, - "download_count": 5940, + "download_count": 6015, "created_at": "2020-08-13T17:57:31Z", "updated_at": "2020-08-13T17:57:32Z", "browser_download_url": "https://github.com/LiskHQ/lisk-desktop/releases/download/v1.27.0/latest.yml" @@ -51611,7 +51611,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 94437653, - "download_count": 140, + "download_count": 141, "created_at": "2020-08-06T09:07:18Z", "updated_at": "2020-08-06T09:07:43Z", "browser_download_url": "https://github.com/LiskHQ/lisk-desktop/releases/download/v1.27.0/lisk-linux-x86_64-1.27.0.AppImage" @@ -51645,7 +51645,7 @@ "content_type": "application/x-diskcopy", "state": "uploaded", "size": 77090367, - "download_count": 323, + "download_count": 327, "created_at": "2020-08-06T09:02:04Z", "updated_at": "2020-08-06T09:02:09Z", "browser_download_url": "https://github.com/LiskHQ/lisk-desktop/releases/download/v1.27.0/lisk-mac-1.27.0.dmg" @@ -51713,7 +51713,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 74708072, - "download_count": 219, + "download_count": 220, "created_at": "2020-08-06T09:01:46Z", "updated_at": "2020-08-06T09:02:03Z", "browser_download_url": "https://github.com/LiskHQ/lisk-desktop/releases/download/v1.27.0/lisk-mac-1.27.0.zip" @@ -51747,7 +51747,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 107151672, - "download_count": 1450, + "download_count": 1467, "created_at": "2020-08-13T17:31:49Z", "updated_at": "2020-08-13T17:32:20Z", "browser_download_url": "https://github.com/LiskHQ/lisk-desktop/releases/download/v1.27.0/lisk-win-1.27.0.exe" @@ -51781,7 +51781,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 113315, - "download_count": 445, + "download_count": 452, "created_at": "2020-08-13T17:32:20Z", "updated_at": "2020-08-13T17:32:20Z", "browser_download_url": "https://github.com/LiskHQ/lisk-desktop/releases/download/v1.27.0/lisk-win-1.27.0.exe.blockmap" @@ -51791,11 +51791,156 @@ "zipball_url": "https://api.github.com/repos/LiskHQ/lisk-desktop/zipball/v1.27.0", "body_html": "

Release goal

\n

This version introduces a new user-friendly design and bug fixes to improve product quality.

\n

Description

\n\n

To see the changes in details, refer to the Github project.

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:29.607Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:25.539Z" }, "lps-studio": { "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:29.927Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:25.542Z" + }, + "lsdeer": { + "latestRelease": { + "url": "https://api.github.com/repos/AlexanderPershin/lsdeer/releases/29058200", + "assets_url": "https://api.github.com/repos/AlexanderPershin/lsdeer/releases/29058200/assets", + "upload_url": "https://uploads.github.com/repos/AlexanderPershin/lsdeer/releases/29058200/assets{?name,label}", + "html_url": "https://github.com/AlexanderPershin/lsdeer/releases/tag/v0.1.6", + "id": 29058200, + "node_id": "MDc6UmVsZWFzZTI5MDU4MjAw", + "tag_name": "v0.1.6", + "target_commitish": "master", + "name": "v0.1.6", + "draft": false, + "author": { + "login": "AlexanderPershin", + "id": 34563627, + "node_id": "MDQ6VXNlcjM0NTYzNjI3", + "avatar_url": "https://avatars2.githubusercontent.com/u/34563627?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/AlexanderPershin", + "html_url": "https://github.com/AlexanderPershin", + "followers_url": "https://api.github.com/users/AlexanderPershin/followers", + "following_url": "https://api.github.com/users/AlexanderPershin/following{/other_user}", + "gists_url": "https://api.github.com/users/AlexanderPershin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/AlexanderPershin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/AlexanderPershin/subscriptions", + "organizations_url": "https://api.github.com/users/AlexanderPershin/orgs", + "repos_url": "https://api.github.com/users/AlexanderPershin/repos", + "events_url": "https://api.github.com/users/AlexanderPershin/events{/privacy}", + "received_events_url": "https://api.github.com/users/AlexanderPershin/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2020-07-29T05:56:59Z", + "published_at": "2020-07-29T06:35:40Z", + "assets": [ + { + "url": "https://api.github.com/repos/AlexanderPershin/lsdeer/releases/assets/23351796", + "id": 23351796, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMzUxNzk2", + "name": "latest.yml", + "label": "", + "uploader": { + "login": "AlexanderPershin", + "id": 34563627, + "node_id": "MDQ6VXNlcjM0NTYzNjI3", + "avatar_url": "https://avatars2.githubusercontent.com/u/34563627?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/AlexanderPershin", + "html_url": "https://github.com/AlexanderPershin", + "followers_url": "https://api.github.com/users/AlexanderPershin/followers", + "following_url": "https://api.github.com/users/AlexanderPershin/following{/other_user}", + "gists_url": "https://api.github.com/users/AlexanderPershin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/AlexanderPershin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/AlexanderPershin/subscriptions", + "organizations_url": "https://api.github.com/users/AlexanderPershin/orgs", + "repos_url": "https://api.github.com/users/AlexanderPershin/repos", + "events_url": "https://api.github.com/users/AlexanderPershin/events{/privacy}", + "received_events_url": "https://api.github.com/users/AlexanderPershin/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "text/yaml", + "state": "uploaded", + "size": 341, + "download_count": 166, + "created_at": "2020-07-29T06:35:17Z", + "updated_at": "2020-07-29T06:35:17Z", + "browser_download_url": "https://github.com/AlexanderPershin/lsdeer/releases/download/v0.1.6/latest.yml" + }, + { + "url": "https://api.github.com/repos/AlexanderPershin/lsdeer/releases/assets/23351565", + "id": 23351565, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMzUxNTY1", + "name": "lsdeer-Setup-0.1.6.exe", + "label": "", + "uploader": { + "login": "AlexanderPershin", + "id": 34563627, + "node_id": "MDQ6VXNlcjM0NTYzNjI3", + "avatar_url": "https://avatars2.githubusercontent.com/u/34563627?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/AlexanderPershin", + "html_url": "https://github.com/AlexanderPershin", + "followers_url": "https://api.github.com/users/AlexanderPershin/followers", + "following_url": "https://api.github.com/users/AlexanderPershin/following{/other_user}", + "gists_url": "https://api.github.com/users/AlexanderPershin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/AlexanderPershin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/AlexanderPershin/subscriptions", + "organizations_url": "https://api.github.com/users/AlexanderPershin/orgs", + "repos_url": "https://api.github.com/users/AlexanderPershin/repos", + "events_url": "https://api.github.com/users/AlexanderPershin/events{/privacy}", + "received_events_url": "https://api.github.com/users/AlexanderPershin/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 100690146, + "download_count": 96, + "created_at": "2020-07-29T06:30:53Z", + "updated_at": "2020-07-29T06:35:16Z", + "browser_download_url": "https://github.com/AlexanderPershin/lsdeer/releases/download/v0.1.6/lsdeer-Setup-0.1.6.exe" + }, + { + "url": "https://api.github.com/repos/AlexanderPershin/lsdeer/releases/assets/23351566", + "id": 23351566, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMzUxNTY2", + "name": "lsdeer-Setup-0.1.6.exe.blockmap", + "label": "", + "uploader": { + "login": "AlexanderPershin", + "id": 34563627, + "node_id": "MDQ6VXNlcjM0NTYzNjI3", + "avatar_url": "https://avatars2.githubusercontent.com/u/34563627?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/AlexanderPershin", + "html_url": "https://github.com/AlexanderPershin", + "followers_url": "https://api.github.com/users/AlexanderPershin/followers", + "following_url": "https://api.github.com/users/AlexanderPershin/following{/other_user}", + "gists_url": "https://api.github.com/users/AlexanderPershin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/AlexanderPershin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/AlexanderPershin/subscriptions", + "organizations_url": "https://api.github.com/users/AlexanderPershin/orgs", + "repos_url": "https://api.github.com/users/AlexanderPershin/repos", + "events_url": "https://api.github.com/users/AlexanderPershin/events{/privacy}", + "received_events_url": "https://api.github.com/users/AlexanderPershin/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 98040, + "download_count": 9, + "created_at": "2020-07-29T06:30:53Z", + "updated_at": "2020-07-29T06:30:53Z", + "browser_download_url": "https://github.com/AlexanderPershin/lsdeer/releases/download/v0.1.6/lsdeer-Setup-0.1.6.exe.blockmap" + } + ], + "tarball_url": "https://api.github.com/repos/AlexanderPershin/lsdeer/tarball/v0.1.6", + "zipball_url": "https://api.github.com/repos/AlexanderPershin/lsdeer/zipball/v0.1.6", + "body_html": "" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:25.568Z" }, "luna": { "latestRelease": { @@ -51896,7 +52041,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 104446995, - "download_count": 996, + "download_count": 997, "created_at": "2019-09-15T11:42:51Z", "updated_at": "2019-09-15T11:47:40Z", "browser_download_url": "https://github.com/rvpanoz/luna/releases/download/v3.3.0-stable/luna-3.3.0.AppImage" @@ -52042,152 +52187,7 @@ "zipball_url": "https://api.github.com/repos/rvpanoz/luna/zipball/v3.3.0-stable", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:29.937Z" - }, - "lsdeer": { - "latestRelease": { - "url": "https://api.github.com/repos/AlexanderPershin/lsdeer/releases/29058200", - "assets_url": "https://api.github.com/repos/AlexanderPershin/lsdeer/releases/29058200/assets", - "upload_url": "https://uploads.github.com/repos/AlexanderPershin/lsdeer/releases/29058200/assets{?name,label}", - "html_url": "https://github.com/AlexanderPershin/lsdeer/releases/tag/v0.1.6", - "id": 29058200, - "node_id": "MDc6UmVsZWFzZTI5MDU4MjAw", - "tag_name": "v0.1.6", - "target_commitish": "master", - "name": "v0.1.6", - "draft": false, - "author": { - "login": "AlexanderPershin", - "id": 34563627, - "node_id": "MDQ6VXNlcjM0NTYzNjI3", - "avatar_url": "https://avatars2.githubusercontent.com/u/34563627?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/AlexanderPershin", - "html_url": "https://github.com/AlexanderPershin", - "followers_url": "https://api.github.com/users/AlexanderPershin/followers", - "following_url": "https://api.github.com/users/AlexanderPershin/following{/other_user}", - "gists_url": "https://api.github.com/users/AlexanderPershin/gists{/gist_id}", - "starred_url": "https://api.github.com/users/AlexanderPershin/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/AlexanderPershin/subscriptions", - "organizations_url": "https://api.github.com/users/AlexanderPershin/orgs", - "repos_url": "https://api.github.com/users/AlexanderPershin/repos", - "events_url": "https://api.github.com/users/AlexanderPershin/events{/privacy}", - "received_events_url": "https://api.github.com/users/AlexanderPershin/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2020-07-29T05:56:59Z", - "published_at": "2020-07-29T06:35:40Z", - "assets": [ - { - "url": "https://api.github.com/repos/AlexanderPershin/lsdeer/releases/assets/23351796", - "id": 23351796, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMzUxNzk2", - "name": "latest.yml", - "label": "", - "uploader": { - "login": "AlexanderPershin", - "id": 34563627, - "node_id": "MDQ6VXNlcjM0NTYzNjI3", - "avatar_url": "https://avatars2.githubusercontent.com/u/34563627?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/AlexanderPershin", - "html_url": "https://github.com/AlexanderPershin", - "followers_url": "https://api.github.com/users/AlexanderPershin/followers", - "following_url": "https://api.github.com/users/AlexanderPershin/following{/other_user}", - "gists_url": "https://api.github.com/users/AlexanderPershin/gists{/gist_id}", - "starred_url": "https://api.github.com/users/AlexanderPershin/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/AlexanderPershin/subscriptions", - "organizations_url": "https://api.github.com/users/AlexanderPershin/orgs", - "repos_url": "https://api.github.com/users/AlexanderPershin/repos", - "events_url": "https://api.github.com/users/AlexanderPershin/events{/privacy}", - "received_events_url": "https://api.github.com/users/AlexanderPershin/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "text/yaml", - "state": "uploaded", - "size": 341, - "download_count": 163, - "created_at": "2020-07-29T06:35:17Z", - "updated_at": "2020-07-29T06:35:17Z", - "browser_download_url": "https://github.com/AlexanderPershin/lsdeer/releases/download/v0.1.6/latest.yml" - }, - { - "url": "https://api.github.com/repos/AlexanderPershin/lsdeer/releases/assets/23351565", - "id": 23351565, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMzUxNTY1", - "name": "lsdeer-Setup-0.1.6.exe", - "label": "", - "uploader": { - "login": "AlexanderPershin", - "id": 34563627, - "node_id": "MDQ6VXNlcjM0NTYzNjI3", - "avatar_url": "https://avatars2.githubusercontent.com/u/34563627?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/AlexanderPershin", - "html_url": "https://github.com/AlexanderPershin", - "followers_url": "https://api.github.com/users/AlexanderPershin/followers", - "following_url": "https://api.github.com/users/AlexanderPershin/following{/other_user}", - "gists_url": "https://api.github.com/users/AlexanderPershin/gists{/gist_id}", - "starred_url": "https://api.github.com/users/AlexanderPershin/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/AlexanderPershin/subscriptions", - "organizations_url": "https://api.github.com/users/AlexanderPershin/orgs", - "repos_url": "https://api.github.com/users/AlexanderPershin/repos", - "events_url": "https://api.github.com/users/AlexanderPershin/events{/privacy}", - "received_events_url": "https://api.github.com/users/AlexanderPershin/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 100690146, - "download_count": 95, - "created_at": "2020-07-29T06:30:53Z", - "updated_at": "2020-07-29T06:35:16Z", - "browser_download_url": "https://github.com/AlexanderPershin/lsdeer/releases/download/v0.1.6/lsdeer-Setup-0.1.6.exe" - }, - { - "url": "https://api.github.com/repos/AlexanderPershin/lsdeer/releases/assets/23351566", - "id": 23351566, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMzUxNTY2", - "name": "lsdeer-Setup-0.1.6.exe.blockmap", - "label": "", - "uploader": { - "login": "AlexanderPershin", - "id": 34563627, - "node_id": "MDQ6VXNlcjM0NTYzNjI3", - "avatar_url": "https://avatars2.githubusercontent.com/u/34563627?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/AlexanderPershin", - "html_url": "https://github.com/AlexanderPershin", - "followers_url": "https://api.github.com/users/AlexanderPershin/followers", - "following_url": "https://api.github.com/users/AlexanderPershin/following{/other_user}", - "gists_url": "https://api.github.com/users/AlexanderPershin/gists{/gist_id}", - "starred_url": "https://api.github.com/users/AlexanderPershin/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/AlexanderPershin/subscriptions", - "organizations_url": "https://api.github.com/users/AlexanderPershin/orgs", - "repos_url": "https://api.github.com/users/AlexanderPershin/repos", - "events_url": "https://api.github.com/users/AlexanderPershin/events{/privacy}", - "received_events_url": "https://api.github.com/users/AlexanderPershin/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 98040, - "download_count": 9, - "created_at": "2020-07-29T06:30:53Z", - "updated_at": "2020-07-29T06:30:53Z", - "browser_download_url": "https://github.com/AlexanderPershin/lsdeer/releases/download/v0.1.6/lsdeer-Setup-0.1.6.exe.blockmap" - } - ], - "tarball_url": "https://api.github.com/repos/AlexanderPershin/lsdeer/tarball/v0.1.6", - "zipball_url": "https://api.github.com/repos/AlexanderPershin/lsdeer/zipball/v0.1.6", - "body_html": "" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:29.989Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:25.606Z" }, "magiccap": { "latestRelease": { @@ -52332,7 +52332,7 @@ "zipball_url": "https://api.github.com/repos/MagicCap/MagicCap/zipball/v2.1.2", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:30.011Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:25.636Z" }, "manta": { "latestRelease": { @@ -52399,7 +52399,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 375, - "download_count": 2453, + "download_count": 2454, "created_at": "2018-03-09T13:20:59Z", "updated_at": "2018-03-09T13:22:00Z", "browser_download_url": "https://github.com/hql287/Manta/releases/download/v1.1.4/latest-linux.yml" @@ -52467,7 +52467,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 460, - "download_count": 16653, + "download_count": 16661, "created_at": "2018-03-09T13:20:59Z", "updated_at": "2018-03-09T13:22:00Z", "browser_download_url": "https://github.com/hql287/Manta/releases/download/v1.1.4/latest-mac.yml" @@ -52501,7 +52501,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 409, - "download_count": 11333, + "download_count": 11340, "created_at": "2018-03-09T13:21:04Z", "updated_at": "2018-03-09T13:22:02Z", "browser_download_url": "https://github.com/hql287/Manta/releases/download/v1.1.4/latest.yml" @@ -52569,7 +52569,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 95257067, - "download_count": 3129, + "download_count": 3132, "created_at": "2018-03-09T13:22:11Z", "updated_at": "2018-03-09T13:45:26Z", "browser_download_url": "https://github.com/hql287/Manta/releases/download/v1.1.4/Manta-1.1.4-x86_64.AppImage" @@ -52603,7 +52603,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 90987832, - "download_count": 6630, + "download_count": 6633, "created_at": "2018-03-09T13:22:12Z", "updated_at": "2018-03-09T14:03:35Z", "browser_download_url": "https://github.com/hql287/Manta/releases/download/v1.1.4/Manta-1.1.4.dmg" @@ -52705,7 +52705,7 @@ "content_type": "application/x-msdownload", "state": "uploaded", "size": 56221235, - "download_count": 5130, + "download_count": 5133, "created_at": "2018-03-09T13:22:10Z", "updated_at": "2018-03-09T13:33:52Z", "browser_download_url": "https://github.com/hql287/Manta/releases/download/v1.1.4/Manta.Setup.1.1.4.exe" @@ -52773,7 +52773,7 @@ "content_type": "application/x-deb", "state": "uploaded", "size": 57607546, - "download_count": 551, + "download_count": 552, "created_at": "2018-03-09T13:22:11Z", "updated_at": "2018-03-09T13:39:22Z", "browser_download_url": "https://github.com/hql287/Manta/releases/download/v1.1.4/Manta_1.1.4_amd64.deb" @@ -52783,7 +52783,7 @@ "zipball_url": "https://api.github.com/repos/hql287/Manta/zipball/v1.1.4", "body_html": "

👧Happy International Women Day 8/3 🎊

\n

Ok, it's a bit late but I do wish all the #womenintech happiness, health, success and prosperity in the years ahead. Keep shining and smiling always!

\n
\n

This release (Build 05 - v1.1.3) brings a number of improvement and bug fixes.

\n

Improvement

\n\n

Also, many thanks to @jens-t 👍 for these contributions (and other work in progress):

\n\n

Bug Fixes

\n\n

Enjoy & until next time!

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:30.286Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:25.652Z" }, "mailspring": { "latestRelease": { @@ -52850,7 +52850,7 @@ "content_type": "audio/x-pn-realaudio-plugin", "state": "uploaded", "size": 138239444, - "download_count": 5894, + "download_count": 5921, "created_at": "2020-05-25T02:59:44Z", "updated_at": "2020-05-25T03:00:21Z", "browser_download_url": "https://github.com/Foundry376/Mailspring/releases/download/1.7.8/mailspring-1.7.8-0.1.x86_64.rpm" @@ -52884,7 +52884,7 @@ "content_type": "application/x-deb", "state": "uploaded", "size": 89709032, - "download_count": 39853, + "download_count": 40045, "created_at": "2020-05-25T03:00:21Z", "updated_at": "2020-05-25T03:00:31Z", "browser_download_url": "https://github.com/Foundry376/Mailspring/releases/download/1.7.8/mailspring-1.7.8-amd64.deb" @@ -52918,7 +52918,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 126771714, - "download_count": 39301, + "download_count": 39355, "created_at": "2020-05-25T03:01:01Z", "updated_at": "2020-05-25T03:01:19Z", "browser_download_url": "https://github.com/Foundry376/Mailspring/releases/download/1.7.8/Mailspring-1.7.8-full.nupkg" @@ -52986,7 +52986,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 97512498, - "download_count": 53882, + "download_count": 54056, "created_at": "2020-05-25T03:00:50Z", "updated_at": "2020-05-25T03:01:01Z", "browser_download_url": "https://github.com/Foundry376/Mailspring/releases/download/1.7.8/Mailspring.zip" @@ -53020,7 +53020,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 127097192, - "download_count": 64376, + "download_count": 64695, "created_at": "2020-05-25T03:01:19Z", "updated_at": "2020-05-25T03:01:37Z", "browser_download_url": "https://github.com/Foundry376/Mailspring/releases/download/1.7.8/MailspringSetup.exe" @@ -53054,7 +53054,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 81, - "download_count": 49916, + "download_count": 49968, "created_at": "2020-05-25T03:01:37Z", "updated_at": "2020-05-25T03:01:37Z", "browser_download_url": "https://github.com/Foundry376/Mailspring/releases/download/1.7.8/RELEASES" @@ -53064,7 +53064,7 @@ "zipball_url": "https://api.github.com/repos/Foundry376/Mailspring/zipball/1.7.8", "body_html": "

Fixes:

\n\n

Developer:

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:30.320Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:25.674Z" }, "markdown-c3": { "latestRelease": { @@ -53131,7 +53131,7 @@ "content_type": "application/x-msdownload", "state": "uploaded", "size": 37905761, - "download_count": 830, + "download_count": 831, "created_at": "2018-11-21T22:23:31Z", "updated_at": "2018-11-21T22:23:58Z", "browser_download_url": "https://github.com/el3um4s/markdown-c3/releases/download/v.1.0.0/Markdown.C3.1.0.0.exe" @@ -53141,7 +53141,7 @@ "zipball_url": "https://api.github.com/repos/el3um4s/markdown-c3/zipball/v.1.0.0", "body_html": "

First release

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:30.342Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:25.706Z" }, "markdown-explorer": { "latestRelease": { @@ -53354,7 +53354,118 @@ "zipball_url": "https://api.github.com/repos/jersou/markdown-explorer/zipball/v0.1.1", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:30.391Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:25.727Z" + }, + "marksearch": { + "latestRelease": { + "url": "https://api.github.com/repos/Darkle/MarkSearch/releases/11149695", + "assets_url": "https://api.github.com/repos/Darkle/MarkSearch/releases/11149695/assets", + "upload_url": "https://uploads.github.com/repos/Darkle/MarkSearch/releases/11149695/assets{?name,label}", + "html_url": "https://github.com/Darkle/MarkSearch/releases/tag/2018.5.24", + "id": 11149695, + "node_id": "MDc6UmVsZWFzZTExMTQ5Njk1", + "tag_name": "2018.5.24", + "target_commitish": "master", + "name": "Release 2018.5.24", + "draft": false, + "author": { + "login": "Darkle", + "id": 6868833, + "node_id": "MDQ6VXNlcjY4Njg4MzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6868833?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Darkle", + "html_url": "https://github.com/Darkle", + "followers_url": "https://api.github.com/users/Darkle/followers", + "following_url": "https://api.github.com/users/Darkle/following{/other_user}", + "gists_url": "https://api.github.com/users/Darkle/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Darkle/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Darkle/subscriptions", + "organizations_url": "https://api.github.com/users/Darkle/orgs", + "repos_url": "https://api.github.com/users/Darkle/repos", + "events_url": "https://api.github.com/users/Darkle/events{/privacy}", + "received_events_url": "https://api.github.com/users/Darkle/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2018-05-24T04:59:32Z", + "published_at": "2018-05-24T05:17:46Z", + "assets": [ + { + "url": "https://api.github.com/repos/Darkle/MarkSearch/releases/assets/7315628", + "id": 7315628, + "node_id": "MDEyOlJlbGVhc2VBc3NldDczMTU2Mjg=", + "name": "MarkSearch-linux-x64.7z", + "label": null, + "uploader": { + "login": "Darkle", + "id": 6868833, + "node_id": "MDQ6VXNlcjY4Njg4MzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6868833?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Darkle", + "html_url": "https://github.com/Darkle", + "followers_url": "https://api.github.com/users/Darkle/followers", + "following_url": "https://api.github.com/users/Darkle/following{/other_user}", + "gists_url": "https://api.github.com/users/Darkle/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Darkle/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Darkle/subscriptions", + "organizations_url": "https://api.github.com/users/Darkle/orgs", + "repos_url": "https://api.github.com/users/Darkle/repos", + "events_url": "https://api.github.com/users/Darkle/events{/privacy}", + "received_events_url": "https://api.github.com/users/Darkle/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-7z-compressed", + "state": "uploaded", + "size": 46793175, + "download_count": 89, + "created_at": "2018-05-27T06:17:33Z", + "updated_at": "2018-05-27T06:25:41Z", + "browser_download_url": "https://github.com/Darkle/MarkSearch/releases/download/2018.5.24/MarkSearch-linux-x64.7z" + }, + { + "url": "https://api.github.com/repos/Darkle/MarkSearch/releases/assets/7283923", + "id": 7283923, + "node_id": "MDEyOlJlbGVhc2VBc3NldDcyODM5MjM=", + "name": "MarkSearch-Windows.64.-Installer.exe", + "label": null, + "uploader": { + "login": "Darkle", + "id": 6868833, + "node_id": "MDQ6VXNlcjY4Njg4MzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6868833?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Darkle", + "html_url": "https://github.com/Darkle", + "followers_url": "https://api.github.com/users/Darkle/followers", + "following_url": "https://api.github.com/users/Darkle/following{/other_user}", + "gists_url": "https://api.github.com/users/Darkle/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Darkle/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Darkle/subscriptions", + "organizations_url": "https://api.github.com/users/Darkle/orgs", + "repos_url": "https://api.github.com/users/Darkle/repos", + "events_url": "https://api.github.com/users/Darkle/events{/privacy}", + "received_events_url": "https://api.github.com/users/Darkle/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-msdownload", + "state": "uploaded", + "size": 52455746, + "download_count": 342, + "created_at": "2018-05-24T05:06:51Z", + "updated_at": "2018-05-24T05:16:22Z", + "browser_download_url": "https://github.com/Darkle/MarkSearch/releases/download/2018.5.24/MarkSearch-Windows.64.-Installer.exe" + } + ], + "tarball_url": "https://api.github.com/repos/Darkle/MarkSearch/tarball/2018.5.24", + "zipball_url": "https://api.github.com/repos/Darkle/MarkSearch/zipball/2018.5.24", + "body_html": "

Updated Electron to 1.8.7.

" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:25.761Z" }, "markdownify": { "latestRelease": { @@ -53489,7 +53600,7 @@ "content_type": "application/x-zip-compressed", "state": "uploaded", "size": 64578315, - "download_count": 3080, + "download_count": 3081, "created_at": "2017-01-30T19:31:14Z", "updated_at": "2017-01-30T19:40:56Z", "browser_download_url": "https://github.com/amitmerchant1990/electron-markdownify/releases/download/v1.2.0/Markdownify-win32-x64.zip" @@ -53499,118 +53610,11 @@ "zipball_url": "https://api.github.com/repos/amitmerchant1990/electron-markdownify/zipball/v1.2.0", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:30.640Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:25.767Z" }, - "marksearch": { - "latestRelease": { - "url": "https://api.github.com/repos/Darkle/MarkSearch/releases/11149695", - "assets_url": "https://api.github.com/repos/Darkle/MarkSearch/releases/11149695/assets", - "upload_url": "https://uploads.github.com/repos/Darkle/MarkSearch/releases/11149695/assets{?name,label}", - "html_url": "https://github.com/Darkle/MarkSearch/releases/tag/2018.5.24", - "id": 11149695, - "node_id": "MDc6UmVsZWFzZTExMTQ5Njk1", - "tag_name": "2018.5.24", - "target_commitish": "master", - "name": "Release 2018.5.24", - "draft": false, - "author": { - "login": "Darkle", - "id": 6868833, - "node_id": "MDQ6VXNlcjY4Njg4MzM=", - "avatar_url": "https://avatars2.githubusercontent.com/u/6868833?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Darkle", - "html_url": "https://github.com/Darkle", - "followers_url": "https://api.github.com/users/Darkle/followers", - "following_url": "https://api.github.com/users/Darkle/following{/other_user}", - "gists_url": "https://api.github.com/users/Darkle/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Darkle/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Darkle/subscriptions", - "organizations_url": "https://api.github.com/users/Darkle/orgs", - "repos_url": "https://api.github.com/users/Darkle/repos", - "events_url": "https://api.github.com/users/Darkle/events{/privacy}", - "received_events_url": "https://api.github.com/users/Darkle/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2018-05-24T04:59:32Z", - "published_at": "2018-05-24T05:17:46Z", - "assets": [ - { - "url": "https://api.github.com/repos/Darkle/MarkSearch/releases/assets/7315628", - "id": 7315628, - "node_id": "MDEyOlJlbGVhc2VBc3NldDczMTU2Mjg=", - "name": "MarkSearch-linux-x64.7z", - "label": null, - "uploader": { - "login": "Darkle", - "id": 6868833, - "node_id": "MDQ6VXNlcjY4Njg4MzM=", - "avatar_url": "https://avatars2.githubusercontent.com/u/6868833?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Darkle", - "html_url": "https://github.com/Darkle", - "followers_url": "https://api.github.com/users/Darkle/followers", - "following_url": "https://api.github.com/users/Darkle/following{/other_user}", - "gists_url": "https://api.github.com/users/Darkle/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Darkle/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Darkle/subscriptions", - "organizations_url": "https://api.github.com/users/Darkle/orgs", - "repos_url": "https://api.github.com/users/Darkle/repos", - "events_url": "https://api.github.com/users/Darkle/events{/privacy}", - "received_events_url": "https://api.github.com/users/Darkle/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-7z-compressed", - "state": "uploaded", - "size": 46793175, - "download_count": 89, - "created_at": "2018-05-27T06:17:33Z", - "updated_at": "2018-05-27T06:25:41Z", - "browser_download_url": "https://github.com/Darkle/MarkSearch/releases/download/2018.5.24/MarkSearch-linux-x64.7z" - }, - { - "url": "https://api.github.com/repos/Darkle/MarkSearch/releases/assets/7283923", - "id": 7283923, - "node_id": "MDEyOlJlbGVhc2VBc3NldDcyODM5MjM=", - "name": "MarkSearch-Windows.64.-Installer.exe", - "label": null, - "uploader": { - "login": "Darkle", - "id": 6868833, - "node_id": "MDQ6VXNlcjY4Njg4MzM=", - "avatar_url": "https://avatars2.githubusercontent.com/u/6868833?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Darkle", - "html_url": "https://github.com/Darkle", - "followers_url": "https://api.github.com/users/Darkle/followers", - "following_url": "https://api.github.com/users/Darkle/following{/other_user}", - "gists_url": "https://api.github.com/users/Darkle/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Darkle/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Darkle/subscriptions", - "organizations_url": "https://api.github.com/users/Darkle/orgs", - "repos_url": "https://api.github.com/users/Darkle/repos", - "events_url": "https://api.github.com/users/Darkle/events{/privacy}", - "received_events_url": "https://api.github.com/users/Darkle/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-msdownload", - "state": "uploaded", - "size": 52455746, - "download_count": 342, - "created_at": "2018-05-24T05:06:51Z", - "updated_at": "2018-05-24T05:16:22Z", - "browser_download_url": "https://github.com/Darkle/MarkSearch/releases/download/2018.5.24/MarkSearch-Windows.64.-Installer.exe" - } - ], - "tarball_url": "https://api.github.com/repos/Darkle/MarkSearch/tarball/2018.5.24", - "zipball_url": "https://api.github.com/repos/Darkle/MarkSearch/zipball/2018.5.24", - "body_html": "

Updated Electron to 1.8.7.

" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:30.679Z" + "marp": { + "latestRelease": null, + "latestReleaseFetchedAt": "2020-09-18T00:10:25.777Z" }, "marktext": { "latestRelease": { @@ -53677,7 +53681,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 371, - "download_count": 310, + "download_count": 314, "created_at": "2020-06-18T20:49:35Z", "updated_at": "2020-06-18T20:49:36Z", "browser_download_url": "https://github.com/marktext/marktext/releases/download/v0.16.2/latest-linux.yml" @@ -53711,7 +53715,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 496, - "download_count": 1408, + "download_count": 1413, "created_at": "2020-06-18T20:48:18Z", "updated_at": "2020-06-18T20:48:18Z", "browser_download_url": "https://github.com/marktext/marktext/releases/download/v0.16.2/latest-mac.yml" @@ -53745,7 +53749,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 334, - "download_count": 1699, + "download_count": 1706, "created_at": "2020-06-18T20:51:23Z", "updated_at": "2020-06-18T20:51:24Z", "browser_download_url": "https://github.com/marktext/marktext/releases/download/v0.16.2/latest.yml" @@ -53779,7 +53783,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 68391538, - "download_count": 738, + "download_count": 739, "created_at": "2020-06-18T20:47:22Z", "updated_at": "2020-06-18T20:47:24Z", "browser_download_url": "https://github.com/marktext/marktext/releases/download/v0.16.2/marktext-amd64.deb" @@ -53813,7 +53817,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 92843864, - "download_count": 590, + "download_count": 594, "created_at": "2020-06-18T20:45:35Z", "updated_at": "2020-06-18T20:46:36Z", "browser_download_url": "https://github.com/marktext/marktext/releases/download/v0.16.2/marktext-ia32-win.zip" @@ -53847,7 +53851,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 93917136, - "download_count": 761, + "download_count": 762, "created_at": "2020-06-18T20:48:14Z", "updated_at": "2020-06-18T20:48:17Z", "browser_download_url": "https://github.com/marktext/marktext/releases/download/v0.16.2/marktext-mac.zip" @@ -53881,7 +53885,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 137471779, - "download_count": 12063, + "download_count": 12129, "created_at": "2020-06-18T20:49:46Z", "updated_at": "2020-06-18T20:51:23Z", "browser_download_url": "https://github.com/marktext/marktext/releases/download/v0.16.2/marktext-setup.exe" @@ -53915,7 +53919,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 144731, - "download_count": 700, + "download_count": 701, "created_at": "2020-06-18T20:49:46Z", "updated_at": "2020-06-18T20:49:46Z", "browser_download_url": "https://github.com/marktext/marktext/releases/download/v0.16.2/marktext-setup.exe.blockmap" @@ -53949,7 +53953,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 95746461, - "download_count": 3166, + "download_count": 3177, "created_at": "2020-06-18T20:49:41Z", "updated_at": "2020-06-18T20:50:41Z", "browser_download_url": "https://github.com/marktext/marktext/releases/download/v0.16.2/marktext-x64-win.zip" @@ -53983,7 +53987,7 @@ "content_type": "application/gzip", "state": "uploaded", "size": 99182839, - "download_count": 716, + "download_count": 718, "created_at": "2020-06-18T20:45:31Z", "updated_at": "2020-06-18T20:45:34Z", "browser_download_url": "https://github.com/marktext/marktext/releases/download/v0.16.2/marktext-x64.tar.gz" @@ -54017,7 +54021,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 105065260, - "download_count": 3977, + "download_count": 4006, "created_at": "2020-06-18T20:41:39Z", "updated_at": "2020-06-18T20:41:44Z", "browser_download_url": "https://github.com/marktext/marktext/releases/download/v0.16.2/marktext-x86_64.AppImage" @@ -54051,7 +54055,7 @@ "content_type": "application/x-redhat-package-manager", "state": "uploaded", "size": 68768780, - "download_count": 161, + "download_count": 162, "created_at": "2020-06-18T20:49:33Z", "updated_at": "2020-06-18T20:49:35Z", "browser_download_url": "https://github.com/marktext/marktext/releases/download/v0.16.2/marktext-x86_64.rpm" @@ -54085,7 +54089,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 97229871, - "download_count": 6093, + "download_count": 6116, "created_at": "2020-06-18T20:47:58Z", "updated_at": "2020-06-18T20:48:02Z", "browser_download_url": "https://github.com/marktext/marktext/releases/download/v0.16.2/marktext.dmg" @@ -54129,11 +54133,7 @@ "zipball_url": "https://api.github.com/repos/marktext/marktext/zipball/v0.16.2", "body_html": "

0.16.2

\n

⚠️Breaking Changes:

\n\n

🌵Feature

\n\n

🦋Optimization

\n\n

🐞Bug fix

\n\n

SHA256 checksum

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
BinarySHA256 checksum
marktext-ia32-win.zipea9138bd5e00167dd6062da067f1dab35eb9181a4bad958778c55e26fa52dad4
marktext-mac.zip6c4788b5aca61b4467ebbb85d9c35520c87fe8e475cc442b9fd989ad055ff4a6
marktext-x64-win.zipb2db981a6533a2a27ceda1d71337f7597589f6eb51edf18c624d63b18e6f1771
marktext-x64.tar.gz036383ceed00e7a9c14eb42bf2b713dbb9fc0122279873efc44ec569a5a2902a
marktext-x86_64.AppImage27a35e16099f9019b7bc77955efb096628ffba663f5f5cfb6e674ab1374d6e47
marktext.dmg9ad1aa0ea087aebf17858611f40f62e76b2825c6cb0b13608fa8e131a9cb4867
marktext-setup.exef6b99399d6cbc1c7ffda42fecc924920e8198cbf0392bf507307241070414e14
marktext-amd64.deb4f3d451f6f87daf7ca5f607706e95bc523873b73a65f514528382c9013b77008
marktext-x86_64.rpme13caab99a6c69f368285904ab1a7375736bad1b1ed3748d63a8ade2a7ecccc4
" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:30.697Z" - }, - "marp": { - "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:30.916Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:25.831Z" }, "masscode": { "latestRelease": { @@ -54200,7 +54200,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 96094694, - "download_count": 458, + "download_count": 462, "created_at": "2020-06-18T12:53:29Z", "updated_at": "2020-06-18T12:53:41Z", "browser_download_url": "https://github.com/antonreshetov/massCode/releases/download/v1.3.0/massCode-1.3.0.AppImage" @@ -54234,7 +54234,7 @@ "content_type": "application/x-diskcopy", "state": "uploaded", "size": 87721597, - "download_count": 1497, + "download_count": 1506, "created_at": "2020-06-18T12:53:41Z", "updated_at": "2020-06-18T12:53:52Z", "browser_download_url": "https://github.com/antonreshetov/massCode/releases/download/v1.3.0/massCode-1.3.0.dmg" @@ -54268,7 +54268,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 62406329, - "download_count": 1993, + "download_count": 2002, "created_at": "2020-06-18T12:53:19Z", "updated_at": "2020-06-18T12:53:29Z", "browser_download_url": "https://github.com/antonreshetov/massCode/releases/download/v1.3.0/massCode.Setup.1.3.0.exe" @@ -54278,7 +54278,84 @@ "zipball_url": "https://api.github.com/repos/antonreshetov/massCode/zipball/v1.3.0", "body_html": "

Features

\n\n

Fixes

\n\n

Other Changes

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:30.989Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:25.843Z" + }, + "mbod": { + "latestRelease": { + "url": "https://api.github.com/repos/JKooll/Mobile-Browser-on-Desktop/releases/19219563", + "assets_url": "https://api.github.com/repos/JKooll/Mobile-Browser-on-Desktop/releases/19219563/assets", + "upload_url": "https://uploads.github.com/repos/JKooll/Mobile-Browser-on-Desktop/releases/19219563/assets{?name,label}", + "html_url": "https://github.com/JKooll/Mobile-Browser-on-Desktop/releases/tag/v1.0.0", + "id": 19219563, + "node_id": "MDc6UmVsZWFzZTE5MjE5NTYz", + "tag_name": "v1.0.0", + "target_commitish": "master", + "name": "Mobile Browser on Desktop v1.0.0", + "draft": false, + "author": { + "login": "JKooll", + "id": 10582881, + "node_id": "MDQ6VXNlcjEwNTgyODgx", + "avatar_url": "https://avatars0.githubusercontent.com/u/10582881?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/JKooll", + "html_url": "https://github.com/JKooll", + "followers_url": "https://api.github.com/users/JKooll/followers", + "following_url": "https://api.github.com/users/JKooll/following{/other_user}", + "gists_url": "https://api.github.com/users/JKooll/gists{/gist_id}", + "starred_url": "https://api.github.com/users/JKooll/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/JKooll/subscriptions", + "organizations_url": "https://api.github.com/users/JKooll/orgs", + "repos_url": "https://api.github.com/users/JKooll/repos", + "events_url": "https://api.github.com/users/JKooll/events{/privacy}", + "received_events_url": "https://api.github.com/users/JKooll/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2019-08-12T02:46:42Z", + "published_at": "2019-08-12T03:13:04Z", + "assets": [ + { + "url": "https://api.github.com/repos/JKooll/Mobile-Browser-on-Desktop/releases/assets/14326516", + "id": 14326516, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MzI2NTE2", + "name": "mbod-for-mac-1.0.0.dmg", + "label": null, + "uploader": { + "login": "JKooll", + "id": 10582881, + "node_id": "MDQ6VXNlcjEwNTgyODgx", + "avatar_url": "https://avatars0.githubusercontent.com/u/10582881?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/JKooll", + "html_url": "https://github.com/JKooll", + "followers_url": "https://api.github.com/users/JKooll/followers", + "following_url": "https://api.github.com/users/JKooll/following{/other_user}", + "gists_url": "https://api.github.com/users/JKooll/gists{/gist_id}", + "starred_url": "https://api.github.com/users/JKooll/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/JKooll/subscriptions", + "organizations_url": "https://api.github.com/users/JKooll/orgs", + "repos_url": "https://api.github.com/users/JKooll/repos", + "events_url": "https://api.github.com/users/JKooll/events{/privacy}", + "received_events_url": "https://api.github.com/users/JKooll/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 49997136, + "download_count": 156, + "created_at": "2019-08-12T03:08:02Z", + "updated_at": "2019-08-12T03:37:46Z", + "browser_download_url": "https://github.com/JKooll/Mobile-Browser-on-Desktop/releases/download/v1.0.0/mbod-for-mac-1.0.0.dmg" + } + ], + "tarball_url": "https://api.github.com/repos/JKooll/Mobile-Browser-on-Desktop/tarball/v1.0.0", + "zipball_url": "https://api.github.com/repos/JKooll/Mobile-Browser-on-Desktop/zipball/v1.0.0", + "body_html": "

Add

\n\n

This app only available on MacOS platform right now, windows version and linux version will be built later. You can download the app using the below link.

" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:25.872Z" }, "mattermost": { "latestRelease": { @@ -54447,7 +54524,7 @@ "content_type": "application/x-debian-package", "state": "uploaded", "size": 78860812, - "download_count": 31, + "download_count": 33, "created_at": "2020-09-11T23:42:26Z", "updated_at": "2020-09-11T23:42:29Z", "browser_download_url": "https://github.com/mattermost/desktop/releases/download/v4.5.4/mattermost-desktop-4.5.4-linux-amd64.deb" @@ -54583,7 +54660,7 @@ "content_type": "application/gzip", "state": "uploaded", "size": 103239179, - "download_count": 7, + "download_count": 8, "created_at": "2020-09-11T23:42:26Z", "updated_at": "2020-09-11T23:42:29Z", "browser_download_url": "https://github.com/mattermost/desktop/releases/download/v4.5.4/mattermost-desktop-4.5.4-linux-x64.tar.gz" @@ -54651,7 +54728,7 @@ "content_type": "application/x-apple-diskimage", "state": "uploaded", "size": 104711561, - "download_count": 480, + "download_count": 549, "created_at": "2020-09-11T23:42:26Z", "updated_at": "2020-09-11T23:42:29Z", "browser_download_url": "https://github.com/mattermost/desktop/releases/download/v4.5.4/mattermost-desktop-4.5.4-mac.dmg" @@ -54899,84 +54976,7 @@ "zipball_url": "https://api.github.com/repos/mattermost/desktop/zipball/v4.5.4", "body_html": "

Mattermost Desktop v4.5.4 has been cut!

\n

Release notes can be found here: https://docs.mattermost.com/help/apps/desktop-changelog.html

\n

The download links can be found below.

\n

Windows - msi files (beta)

\n\n

Windows - setup exe files

\n\n

Windows - zip files

\n\n

Mac

\n\n

Linux

\n\n

Linux (Unofficial) - deb files

\n\n

Linux (Unofficial) - AppImage files

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:31.046Z" - }, - "mbod": { - "latestRelease": { - "url": "https://api.github.com/repos/JKooll/Mobile-Browser-on-Desktop/releases/19219563", - "assets_url": "https://api.github.com/repos/JKooll/Mobile-Browser-on-Desktop/releases/19219563/assets", - "upload_url": "https://uploads.github.com/repos/JKooll/Mobile-Browser-on-Desktop/releases/19219563/assets{?name,label}", - "html_url": "https://github.com/JKooll/Mobile-Browser-on-Desktop/releases/tag/v1.0.0", - "id": 19219563, - "node_id": "MDc6UmVsZWFzZTE5MjE5NTYz", - "tag_name": "v1.0.0", - "target_commitish": "master", - "name": "Mobile Browser on Desktop v1.0.0", - "draft": false, - "author": { - "login": "JKooll", - "id": 10582881, - "node_id": "MDQ6VXNlcjEwNTgyODgx", - "avatar_url": "https://avatars0.githubusercontent.com/u/10582881?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/JKooll", - "html_url": "https://github.com/JKooll", - "followers_url": "https://api.github.com/users/JKooll/followers", - "following_url": "https://api.github.com/users/JKooll/following{/other_user}", - "gists_url": "https://api.github.com/users/JKooll/gists{/gist_id}", - "starred_url": "https://api.github.com/users/JKooll/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/JKooll/subscriptions", - "organizations_url": "https://api.github.com/users/JKooll/orgs", - "repos_url": "https://api.github.com/users/JKooll/repos", - "events_url": "https://api.github.com/users/JKooll/events{/privacy}", - "received_events_url": "https://api.github.com/users/JKooll/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2019-08-12T02:46:42Z", - "published_at": "2019-08-12T03:13:04Z", - "assets": [ - { - "url": "https://api.github.com/repos/JKooll/Mobile-Browser-on-Desktop/releases/assets/14326516", - "id": 14326516, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MzI2NTE2", - "name": "mbod-for-mac-1.0.0.dmg", - "label": null, - "uploader": { - "login": "JKooll", - "id": 10582881, - "node_id": "MDQ6VXNlcjEwNTgyODgx", - "avatar_url": "https://avatars0.githubusercontent.com/u/10582881?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/JKooll", - "html_url": "https://github.com/JKooll", - "followers_url": "https://api.github.com/users/JKooll/followers", - "following_url": "https://api.github.com/users/JKooll/following{/other_user}", - "gists_url": "https://api.github.com/users/JKooll/gists{/gist_id}", - "starred_url": "https://api.github.com/users/JKooll/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/JKooll/subscriptions", - "organizations_url": "https://api.github.com/users/JKooll/orgs", - "repos_url": "https://api.github.com/users/JKooll/repos", - "events_url": "https://api.github.com/users/JKooll/events{/privacy}", - "received_events_url": "https://api.github.com/users/JKooll/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 49997136, - "download_count": 156, - "created_at": "2019-08-12T03:08:02Z", - "updated_at": "2019-08-12T03:37:46Z", - "browser_download_url": "https://github.com/JKooll/Mobile-Browser-on-Desktop/releases/download/v1.0.0/mbod-for-mac-1.0.0.dmg" - } - ], - "tarball_url": "https://api.github.com/repos/JKooll/Mobile-Browser-on-Desktop/tarball/v1.0.0", - "zipball_url": "https://api.github.com/repos/JKooll/Mobile-Browser-on-Desktop/zipball/v1.0.0", - "body_html": "

Add

\n\n

This app only available on MacOS platform right now, windows version and linux version will be built later. You can download the app using the below link.

" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:31.058Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:25.889Z" }, "md5app": { "latestRelease": { @@ -55087,7 +55087,7 @@ "zipball_url": "https://api.github.com/repos/mhmdkrmabd/md5-app/zipball/v1.0.0", "body_html": "

This is the first (and last) version of the application.

\n

Please choose the suitable installation package for your operating system, note that the application works ONLY on Windows OS, 7 & higher.

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:31.263Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:25.936Z" }, "mdp": { "latestRelease": { @@ -55164,7 +55164,7 @@ "zipball_url": "https://api.github.com/repos/ericlink/mdp/zipball/v1.0.0", "body_html": "

notarized installer

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:31.376Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:25.950Z" }, "mdyna": { "latestRelease": { @@ -55411,7 +55411,7 @@ "zipball_url": "https://api.github.com/repos/mdyna/mdyna-app/zipball/v0.21.0", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:31.400Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:25.962Z" }, "media-dupes": { "latestRelease": { @@ -55648,7 +55648,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 120688829, - "download_count": 424, + "download_count": 425, "created_at": "2020-08-01T19:43:30Z", "updated_at": "2020-08-01T19:43:33Z", "browser_download_url": "https://github.com/yafp/media-dupes/releases/download/0.10.3/media-dupes-0.10.3-linux-x86_64.AppImage" @@ -55750,7 +55750,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 77317332, - "download_count": 44, + "download_count": 45, "created_at": "2020-08-01T19:45:11Z", "updated_at": "2020-08-01T19:45:12Z", "browser_download_url": "https://github.com/yafp/media-dupes/releases/download/0.10.3/media-dupes-0.10.3-win-installer.exe" @@ -55784,7 +55784,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 77172385, - "download_count": 26, + "download_count": 27, "created_at": "2020-08-01T19:45:08Z", "updated_at": "2020-08-01T19:45:09Z", "browser_download_url": "https://github.com/yafp/media-dupes/releases/download/0.10.3/media-dupes-0.10.3-win-portable.exe" @@ -55828,331 +55828,7 @@ "zipball_url": "https://api.github.com/repos/yafp/media-dupes/zipball/0.10.3", "body_html": "

Based on

\n\n

Featuring:

\n\n

Please check the changelog for more details.

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:31.419Z" - }, - "media-mate": { - "latestRelease": { - "url": "https://api.github.com/repos/willyb321/media_mate/releases/8753669", - "assets_url": "https://api.github.com/repos/willyb321/media_mate/releases/8753669/assets", - "upload_url": "https://uploads.github.com/repos/willyb321/media_mate/releases/8753669/assets{?name,label}", - "html_url": "https://github.com/willyb321/media_mate/releases/tag/v1.3.3", - "id": 8753669, - "node_id": "MDc6UmVsZWFzZTg3NTM2Njk=", - "tag_name": "v1.3.3", - "target_commitish": "develop", - "name": "Release 1.3.3", - "draft": false, - "author": { - "login": "willyb321", - "id": 9222609, - "node_id": "MDQ6VXNlcjkyMjI2MDk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/9222609?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/willyb321", - "html_url": "https://github.com/willyb321", - "followers_url": "https://api.github.com/users/willyb321/followers", - "following_url": "https://api.github.com/users/willyb321/following{/other_user}", - "gists_url": "https://api.github.com/users/willyb321/gists{/gist_id}", - "starred_url": "https://api.github.com/users/willyb321/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/willyb321/subscriptions", - "organizations_url": "https://api.github.com/users/willyb321/orgs", - "repos_url": "https://api.github.com/users/willyb321/repos", - "events_url": "https://api.github.com/users/willyb321/events{/privacy}", - "received_events_url": "https://api.github.com/users/willyb321/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2017-12-04T03:38:15Z", - "published_at": "2017-12-04T04:06:00Z", - "assets": [ - { - "url": "https://api.github.com/repos/willyb321/media_mate/releases/assets/5518907", - "id": 5518907, - "node_id": "MDEyOlJlbGVhc2VBc3NldDU1MTg5MDc=", - "name": "latest-linux.yml", - "label": "", - "uploader": { - "login": "willyb321", - "id": 9222609, - "node_id": "MDQ6VXNlcjkyMjI2MDk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/9222609?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/willyb321", - "html_url": "https://github.com/willyb321", - "followers_url": "https://api.github.com/users/willyb321/followers", - "following_url": "https://api.github.com/users/willyb321/following{/other_user}", - "gists_url": "https://api.github.com/users/willyb321/gists{/gist_id}", - "starred_url": "https://api.github.com/users/willyb321/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/willyb321/subscriptions", - "organizations_url": "https://api.github.com/users/willyb321/orgs", - "repos_url": "https://api.github.com/users/willyb321/repos", - "events_url": "https://api.github.com/users/willyb321/events{/privacy}", - "received_events_url": "https://api.github.com/users/willyb321/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "text/yaml", - "state": "uploaded", - "size": 385, - "download_count": 828, - "created_at": "2017-12-04T03:45:29Z", - "updated_at": "2017-12-04T03:45:29Z", - "browser_download_url": "https://github.com/willyb321/media_mate/releases/download/v1.3.3/latest-linux.yml" - }, - { - "url": "https://api.github.com/repos/willyb321/media_mate/releases/assets/5518906", - "id": 5518906, - "node_id": "MDEyOlJlbGVhc2VBc3NldDU1MTg5MDY=", - "name": "latest.yml", - "label": "", - "uploader": { - "login": "willyb321", - "id": 9222609, - "node_id": "MDQ6VXNlcjkyMjI2MDk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/9222609?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/willyb321", - "html_url": "https://github.com/willyb321", - "followers_url": "https://api.github.com/users/willyb321/followers", - "following_url": "https://api.github.com/users/willyb321/following{/other_user}", - "gists_url": "https://api.github.com/users/willyb321/gists{/gist_id}", - "starred_url": "https://api.github.com/users/willyb321/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/willyb321/subscriptions", - "organizations_url": "https://api.github.com/users/willyb321/orgs", - "repos_url": "https://api.github.com/users/willyb321/repos", - "events_url": "https://api.github.com/users/willyb321/events{/privacy}", - "received_events_url": "https://api.github.com/users/willyb321/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "text/yaml", - "state": "uploaded", - "size": 400, - "download_count": 455, - "created_at": "2017-12-04T03:45:29Z", - "updated_at": "2017-12-04T03:45:29Z", - "browser_download_url": "https://github.com/willyb321/media_mate/releases/download/v1.3.3/latest.yml" - }, - { - "url": "https://api.github.com/repos/willyb321/media_mate/releases/assets/5518912", - "id": 5518912, - "node_id": "MDEyOlJlbGVhc2VBc3NldDU1MTg5MTI=", - "name": "media_mate-1.3.3-mac.zip", - "label": "", - "uploader": { - "login": "willyb321", - "id": 9222609, - "node_id": "MDQ6VXNlcjkyMjI2MDk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/9222609?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/willyb321", - "html_url": "https://github.com/willyb321", - "followers_url": "https://api.github.com/users/willyb321/followers", - "following_url": "https://api.github.com/users/willyb321/following{/other_user}", - "gists_url": "https://api.github.com/users/willyb321/gists{/gist_id}", - "starred_url": "https://api.github.com/users/willyb321/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/willyb321/subscriptions", - "organizations_url": "https://api.github.com/users/willyb321/orgs", - "repos_url": "https://api.github.com/users/willyb321/repos", - "events_url": "https://api.github.com/users/willyb321/events{/privacy}", - "received_events_url": "https://api.github.com/users/willyb321/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 67100406, - "download_count": 181, - "created_at": "2017-12-04T03:48:03Z", - "updated_at": "2017-12-04T03:48:08Z", - "browser_download_url": "https://github.com/willyb321/media_mate/releases/download/v1.3.3/media_mate-1.3.3-mac.zip" - }, - { - "url": "https://api.github.com/repos/willyb321/media_mate/releases/assets/5518897", - "id": 5518897, - "node_id": "MDEyOlJlbGVhc2VBc3NldDU1MTg4OTc=", - "name": "media_mate-1.3.3-x86_64.AppImage", - "label": "", - "uploader": { - "login": "willyb321", - "id": 9222609, - "node_id": "MDQ6VXNlcjkyMjI2MDk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/9222609?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/willyb321", - "html_url": "https://github.com/willyb321", - "followers_url": "https://api.github.com/users/willyb321/followers", - "following_url": "https://api.github.com/users/willyb321/following{/other_user}", - "gists_url": "https://api.github.com/users/willyb321/gists{/gist_id}", - "starred_url": "https://api.github.com/users/willyb321/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/willyb321/subscriptions", - "organizations_url": "https://api.github.com/users/willyb321/orgs", - "repos_url": "https://api.github.com/users/willyb321/repos", - "events_url": "https://api.github.com/users/willyb321/events{/privacy}", - "received_events_url": "https://api.github.com/users/willyb321/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 75562232, - "download_count": 1800, - "created_at": "2017-12-04T03:43:08Z", - "updated_at": "2017-12-04T03:43:11Z", - "browser_download_url": "https://github.com/willyb321/media_mate/releases/download/v1.3.3/media_mate-1.3.3-x86_64.AppImage" - }, - { - "url": "https://api.github.com/repos/willyb321/media_mate/releases/assets/5518905", - "id": 5518905, - "node_id": "MDEyOlJlbGVhc2VBc3NldDU1MTg5MDU=", - "name": "media_mate-setup-1.3.3.exe", - "label": "", - "uploader": { - "login": "willyb321", - "id": 9222609, - "node_id": "MDQ6VXNlcjkyMjI2MDk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/9222609?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/willyb321", - "html_url": "https://github.com/willyb321", - "followers_url": "https://api.github.com/users/willyb321/followers", - "following_url": "https://api.github.com/users/willyb321/following{/other_user}", - "gists_url": "https://api.github.com/users/willyb321/gists{/gist_id}", - "starred_url": "https://api.github.com/users/willyb321/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/willyb321/subscriptions", - "organizations_url": "https://api.github.com/users/willyb321/orgs", - "repos_url": "https://api.github.com/users/willyb321/repos", - "events_url": "https://api.github.com/users/willyb321/events{/privacy}", - "received_events_url": "https://api.github.com/users/willyb321/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 45044227, - "download_count": 740, - "created_at": "2017-12-04T03:45:26Z", - "updated_at": "2017-12-04T03:45:28Z", - "browser_download_url": "https://github.com/willyb321/media_mate/releases/download/v1.3.3/media_mate-setup-1.3.3.exe" - } - ], - "tarball_url": "https://api.github.com/repos/willyb321/media_mate/tarball/v1.3.3", - "zipball_url": "https://api.github.com/repos/willyb321/media_mate/zipball/v1.3.3", - "body_html": "" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:31.618Z" - }, - "mercury": { - "latestRelease": { - "url": "https://api.github.com/repos/Delni/mercury/releases/9012029", - "assets_url": "https://api.github.com/repos/Delni/mercury/releases/9012029/assets", - "upload_url": "https://uploads.github.com/repos/Delni/mercury/releases/9012029/assets{?name,label}", - "html_url": "https://github.com/Delni/mercury/releases/tag/v1.1.0", - "id": 9012029, - "node_id": "MDc6UmVsZWFzZTkwMTIwMjk=", - "tag_name": "v1.1.0", - "target_commitish": "master", - "name": "🎄 Christmas Release", - "draft": false, - "author": { - "login": "Delni", - "id": 25422484, - "node_id": "MDQ6VXNlcjI1NDIyNDg0", - "avatar_url": "https://avatars2.githubusercontent.com/u/25422484?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Delni", - "html_url": "https://github.com/Delni", - "followers_url": "https://api.github.com/users/Delni/followers", - "following_url": "https://api.github.com/users/Delni/following{/other_user}", - "gists_url": "https://api.github.com/users/Delni/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Delni/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Delni/subscriptions", - "organizations_url": "https://api.github.com/users/Delni/orgs", - "repos_url": "https://api.github.com/users/Delni/repos", - "events_url": "https://api.github.com/users/Delni/events{/privacy}", - "received_events_url": "https://api.github.com/users/Delni/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2017-12-21T16:46:09Z", - "published_at": "2017-12-22T16:53:05Z", - "assets": [ - { - "url": "https://api.github.com/repos/Delni/mercury/releases/assets/6085465", - "id": 6085465, - "node_id": "MDEyOlJlbGVhc2VBc3NldDYwODU0NjU=", - "name": "Mercury-1.1.0.dmg", - "label": null, - "uploader": { - "login": "Delni", - "id": 25422484, - "node_id": "MDQ6VXNlcjI1NDIyNDg0", - "avatar_url": "https://avatars2.githubusercontent.com/u/25422484?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Delni", - "html_url": "https://github.com/Delni", - "followers_url": "https://api.github.com/users/Delni/followers", - "following_url": "https://api.github.com/users/Delni/following{/other_user}", - "gists_url": "https://api.github.com/users/Delni/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Delni/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Delni/subscriptions", - "organizations_url": "https://api.github.com/users/Delni/orgs", - "repos_url": "https://api.github.com/users/Delni/repos", - "events_url": "https://api.github.com/users/Delni/events{/privacy}", - "received_events_url": "https://api.github.com/users/Delni/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-diskcopy", - "state": "uploaded", - "size": 60305486, - "download_count": 607, - "created_at": "2018-02-03T20:29:37Z", - "updated_at": "2018-02-03T20:43:23Z", - "browser_download_url": "https://github.com/Delni/mercury/releases/download/v1.1.0/Mercury-1.1.0.dmg" - }, - { - "url": "https://api.github.com/repos/Delni/mercury/releases/assets/5698290", - "id": 5698290, - "node_id": "MDEyOlJlbGVhc2VBc3NldDU2OTgyOTA=", - "name": "Mercury.Setup.1.1.0.exe", - "label": null, - "uploader": { - "login": "Delni", - "id": 25422484, - "node_id": "MDQ6VXNlcjI1NDIyNDg0", - "avatar_url": "https://avatars2.githubusercontent.com/u/25422484?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Delni", - "html_url": "https://github.com/Delni", - "followers_url": "https://api.github.com/users/Delni/followers", - "following_url": "https://api.github.com/users/Delni/following{/other_user}", - "gists_url": "https://api.github.com/users/Delni/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Delni/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Delni/subscriptions", - "organizations_url": "https://api.github.com/users/Delni/orgs", - "repos_url": "https://api.github.com/users/Delni/repos", - "events_url": "https://api.github.com/users/Delni/events{/privacy}", - "received_events_url": "https://api.github.com/users/Delni/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 47415573, - "download_count": 1669, - "created_at": "2017-12-22T16:17:05Z", - "updated_at": "2017-12-22T16:24:35Z", - "browser_download_url": "https://github.com/Delni/mercury/releases/download/v1.1.0/Mercury.Setup.1.1.0.exe" - } - ], - "tarball_url": "https://api.github.com/repos/Delni/mercury/tarball/v1.1.0", - "zipball_url": "https://api.github.com/repos/Delni/mercury/zipball/v1.1.0", - "body_html": "

Changes

\n" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:31.734Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:25.998Z" }, "merge-request-notifier": { "latestRelease": { @@ -56219,7 +55895,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 554, - "download_count": 4521, + "download_count": 4675, "created_at": "2020-09-04T18:29:14Z", "updated_at": "2020-09-04T18:29:14Z", "browser_download_url": "https://github.com/codecentric/merge-request-notifier/releases/download/v1.8.4/latest-mac.yml" @@ -56535,7 +56211,331 @@ "zipball_url": "https://api.github.com/repos/codecentric/merge-request-notifier/zipball/v1.8.4", "body_html": "

🛠 Bug Fixes:

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:31.754Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:26.056Z" + }, + "mercury": { + "latestRelease": { + "url": "https://api.github.com/repos/Delni/mercury/releases/9012029", + "assets_url": "https://api.github.com/repos/Delni/mercury/releases/9012029/assets", + "upload_url": "https://uploads.github.com/repos/Delni/mercury/releases/9012029/assets{?name,label}", + "html_url": "https://github.com/Delni/mercury/releases/tag/v1.1.0", + "id": 9012029, + "node_id": "MDc6UmVsZWFzZTkwMTIwMjk=", + "tag_name": "v1.1.0", + "target_commitish": "master", + "name": "🎄 Christmas Release", + "draft": false, + "author": { + "login": "Delni", + "id": 25422484, + "node_id": "MDQ6VXNlcjI1NDIyNDg0", + "avatar_url": "https://avatars2.githubusercontent.com/u/25422484?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Delni", + "html_url": "https://github.com/Delni", + "followers_url": "https://api.github.com/users/Delni/followers", + "following_url": "https://api.github.com/users/Delni/following{/other_user}", + "gists_url": "https://api.github.com/users/Delni/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Delni/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Delni/subscriptions", + "organizations_url": "https://api.github.com/users/Delni/orgs", + "repos_url": "https://api.github.com/users/Delni/repos", + "events_url": "https://api.github.com/users/Delni/events{/privacy}", + "received_events_url": "https://api.github.com/users/Delni/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2017-12-21T16:46:09Z", + "published_at": "2017-12-22T16:53:05Z", + "assets": [ + { + "url": "https://api.github.com/repos/Delni/mercury/releases/assets/6085465", + "id": 6085465, + "node_id": "MDEyOlJlbGVhc2VBc3NldDYwODU0NjU=", + "name": "Mercury-1.1.0.dmg", + "label": null, + "uploader": { + "login": "Delni", + "id": 25422484, + "node_id": "MDQ6VXNlcjI1NDIyNDg0", + "avatar_url": "https://avatars2.githubusercontent.com/u/25422484?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Delni", + "html_url": "https://github.com/Delni", + "followers_url": "https://api.github.com/users/Delni/followers", + "following_url": "https://api.github.com/users/Delni/following{/other_user}", + "gists_url": "https://api.github.com/users/Delni/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Delni/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Delni/subscriptions", + "organizations_url": "https://api.github.com/users/Delni/orgs", + "repos_url": "https://api.github.com/users/Delni/repos", + "events_url": "https://api.github.com/users/Delni/events{/privacy}", + "received_events_url": "https://api.github.com/users/Delni/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-diskcopy", + "state": "uploaded", + "size": 60305486, + "download_count": 607, + "created_at": "2018-02-03T20:29:37Z", + "updated_at": "2018-02-03T20:43:23Z", + "browser_download_url": "https://github.com/Delni/mercury/releases/download/v1.1.0/Mercury-1.1.0.dmg" + }, + { + "url": "https://api.github.com/repos/Delni/mercury/releases/assets/5698290", + "id": 5698290, + "node_id": "MDEyOlJlbGVhc2VBc3NldDU2OTgyOTA=", + "name": "Mercury.Setup.1.1.0.exe", + "label": null, + "uploader": { + "login": "Delni", + "id": 25422484, + "node_id": "MDQ6VXNlcjI1NDIyNDg0", + "avatar_url": "https://avatars2.githubusercontent.com/u/25422484?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Delni", + "html_url": "https://github.com/Delni", + "followers_url": "https://api.github.com/users/Delni/followers", + "following_url": "https://api.github.com/users/Delni/following{/other_user}", + "gists_url": "https://api.github.com/users/Delni/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Delni/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Delni/subscriptions", + "organizations_url": "https://api.github.com/users/Delni/orgs", + "repos_url": "https://api.github.com/users/Delni/repos", + "events_url": "https://api.github.com/users/Delni/events{/privacy}", + "received_events_url": "https://api.github.com/users/Delni/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 47415573, + "download_count": 1669, + "created_at": "2017-12-22T16:17:05Z", + "updated_at": "2017-12-22T16:24:35Z", + "browser_download_url": "https://github.com/Delni/mercury/releases/download/v1.1.0/Mercury.Setup.1.1.0.exe" + } + ], + "tarball_url": "https://api.github.com/repos/Delni/mercury/tarball/v1.1.0", + "zipball_url": "https://api.github.com/repos/Delni/mercury/zipball/v1.1.0", + "body_html": "

Changes

\n" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:26.072Z" + }, + "media-mate": { + "latestRelease": { + "url": "https://api.github.com/repos/willyb321/media_mate/releases/8753669", + "assets_url": "https://api.github.com/repos/willyb321/media_mate/releases/8753669/assets", + "upload_url": "https://uploads.github.com/repos/willyb321/media_mate/releases/8753669/assets{?name,label}", + "html_url": "https://github.com/willyb321/media_mate/releases/tag/v1.3.3", + "id": 8753669, + "node_id": "MDc6UmVsZWFzZTg3NTM2Njk=", + "tag_name": "v1.3.3", + "target_commitish": "develop", + "name": "Release 1.3.3", + "draft": false, + "author": { + "login": "willyb321", + "id": 9222609, + "node_id": "MDQ6VXNlcjkyMjI2MDk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9222609?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/willyb321", + "html_url": "https://github.com/willyb321", + "followers_url": "https://api.github.com/users/willyb321/followers", + "following_url": "https://api.github.com/users/willyb321/following{/other_user}", + "gists_url": "https://api.github.com/users/willyb321/gists{/gist_id}", + "starred_url": "https://api.github.com/users/willyb321/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/willyb321/subscriptions", + "organizations_url": "https://api.github.com/users/willyb321/orgs", + "repos_url": "https://api.github.com/users/willyb321/repos", + "events_url": "https://api.github.com/users/willyb321/events{/privacy}", + "received_events_url": "https://api.github.com/users/willyb321/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2017-12-04T03:38:15Z", + "published_at": "2017-12-04T04:06:00Z", + "assets": [ + { + "url": "https://api.github.com/repos/willyb321/media_mate/releases/assets/5518907", + "id": 5518907, + "node_id": "MDEyOlJlbGVhc2VBc3NldDU1MTg5MDc=", + "name": "latest-linux.yml", + "label": "", + "uploader": { + "login": "willyb321", + "id": 9222609, + "node_id": "MDQ6VXNlcjkyMjI2MDk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9222609?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/willyb321", + "html_url": "https://github.com/willyb321", + "followers_url": "https://api.github.com/users/willyb321/followers", + "following_url": "https://api.github.com/users/willyb321/following{/other_user}", + "gists_url": "https://api.github.com/users/willyb321/gists{/gist_id}", + "starred_url": "https://api.github.com/users/willyb321/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/willyb321/subscriptions", + "organizations_url": "https://api.github.com/users/willyb321/orgs", + "repos_url": "https://api.github.com/users/willyb321/repos", + "events_url": "https://api.github.com/users/willyb321/events{/privacy}", + "received_events_url": "https://api.github.com/users/willyb321/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "text/yaml", + "state": "uploaded", + "size": 385, + "download_count": 828, + "created_at": "2017-12-04T03:45:29Z", + "updated_at": "2017-12-04T03:45:29Z", + "browser_download_url": "https://github.com/willyb321/media_mate/releases/download/v1.3.3/latest-linux.yml" + }, + { + "url": "https://api.github.com/repos/willyb321/media_mate/releases/assets/5518906", + "id": 5518906, + "node_id": "MDEyOlJlbGVhc2VBc3NldDU1MTg5MDY=", + "name": "latest.yml", + "label": "", + "uploader": { + "login": "willyb321", + "id": 9222609, + "node_id": "MDQ6VXNlcjkyMjI2MDk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9222609?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/willyb321", + "html_url": "https://github.com/willyb321", + "followers_url": "https://api.github.com/users/willyb321/followers", + "following_url": "https://api.github.com/users/willyb321/following{/other_user}", + "gists_url": "https://api.github.com/users/willyb321/gists{/gist_id}", + "starred_url": "https://api.github.com/users/willyb321/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/willyb321/subscriptions", + "organizations_url": "https://api.github.com/users/willyb321/orgs", + "repos_url": "https://api.github.com/users/willyb321/repos", + "events_url": "https://api.github.com/users/willyb321/events{/privacy}", + "received_events_url": "https://api.github.com/users/willyb321/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "text/yaml", + "state": "uploaded", + "size": 400, + "download_count": 455, + "created_at": "2017-12-04T03:45:29Z", + "updated_at": "2017-12-04T03:45:29Z", + "browser_download_url": "https://github.com/willyb321/media_mate/releases/download/v1.3.3/latest.yml" + }, + { + "url": "https://api.github.com/repos/willyb321/media_mate/releases/assets/5518912", + "id": 5518912, + "node_id": "MDEyOlJlbGVhc2VBc3NldDU1MTg5MTI=", + "name": "media_mate-1.3.3-mac.zip", + "label": "", + "uploader": { + "login": "willyb321", + "id": 9222609, + "node_id": "MDQ6VXNlcjkyMjI2MDk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9222609?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/willyb321", + "html_url": "https://github.com/willyb321", + "followers_url": "https://api.github.com/users/willyb321/followers", + "following_url": "https://api.github.com/users/willyb321/following{/other_user}", + "gists_url": "https://api.github.com/users/willyb321/gists{/gist_id}", + "starred_url": "https://api.github.com/users/willyb321/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/willyb321/subscriptions", + "organizations_url": "https://api.github.com/users/willyb321/orgs", + "repos_url": "https://api.github.com/users/willyb321/repos", + "events_url": "https://api.github.com/users/willyb321/events{/privacy}", + "received_events_url": "https://api.github.com/users/willyb321/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 67100406, + "download_count": 181, + "created_at": "2017-12-04T03:48:03Z", + "updated_at": "2017-12-04T03:48:08Z", + "browser_download_url": "https://github.com/willyb321/media_mate/releases/download/v1.3.3/media_mate-1.3.3-mac.zip" + }, + { + "url": "https://api.github.com/repos/willyb321/media_mate/releases/assets/5518897", + "id": 5518897, + "node_id": "MDEyOlJlbGVhc2VBc3NldDU1MTg4OTc=", + "name": "media_mate-1.3.3-x86_64.AppImage", + "label": "", + "uploader": { + "login": "willyb321", + "id": 9222609, + "node_id": "MDQ6VXNlcjkyMjI2MDk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9222609?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/willyb321", + "html_url": "https://github.com/willyb321", + "followers_url": "https://api.github.com/users/willyb321/followers", + "following_url": "https://api.github.com/users/willyb321/following{/other_user}", + "gists_url": "https://api.github.com/users/willyb321/gists{/gist_id}", + "starred_url": "https://api.github.com/users/willyb321/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/willyb321/subscriptions", + "organizations_url": "https://api.github.com/users/willyb321/orgs", + "repos_url": "https://api.github.com/users/willyb321/repos", + "events_url": "https://api.github.com/users/willyb321/events{/privacy}", + "received_events_url": "https://api.github.com/users/willyb321/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 75562232, + "download_count": 1801, + "created_at": "2017-12-04T03:43:08Z", + "updated_at": "2017-12-04T03:43:11Z", + "browser_download_url": "https://github.com/willyb321/media_mate/releases/download/v1.3.3/media_mate-1.3.3-x86_64.AppImage" + }, + { + "url": "https://api.github.com/repos/willyb321/media_mate/releases/assets/5518905", + "id": 5518905, + "node_id": "MDEyOlJlbGVhc2VBc3NldDU1MTg5MDU=", + "name": "media_mate-setup-1.3.3.exe", + "label": "", + "uploader": { + "login": "willyb321", + "id": 9222609, + "node_id": "MDQ6VXNlcjkyMjI2MDk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9222609?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/willyb321", + "html_url": "https://github.com/willyb321", + "followers_url": "https://api.github.com/users/willyb321/followers", + "following_url": "https://api.github.com/users/willyb321/following{/other_user}", + "gists_url": "https://api.github.com/users/willyb321/gists{/gist_id}", + "starred_url": "https://api.github.com/users/willyb321/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/willyb321/subscriptions", + "organizations_url": "https://api.github.com/users/willyb321/orgs", + "repos_url": "https://api.github.com/users/willyb321/repos", + "events_url": "https://api.github.com/users/willyb321/events{/privacy}", + "received_events_url": "https://api.github.com/users/willyb321/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 45044227, + "download_count": 740, + "created_at": "2017-12-04T03:45:26Z", + "updated_at": "2017-12-04T03:45:28Z", + "browser_download_url": "https://github.com/willyb321/media_mate/releases/download/v1.3.3/media_mate-setup-1.3.3.exe" + } + ], + "tarball_url": "https://api.github.com/repos/willyb321/media_mate/tarball/v1.3.3", + "zipball_url": "https://api.github.com/repos/willyb321/media_mate/zipball/v1.3.3", + "body_html": "" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:26.074Z" }, "messenger-demo-viewer": { "latestRelease": { @@ -56782,7 +56782,7 @@ "zipball_url": "https://api.github.com/repos/Kilian/messenger-demo-viewer/zipball/v1.0.1", "body_html": "

v1.0.1 is a security update release. Previous version of Electron, the underlying system, had security risks. Messenger Demo Viewer has been updated to the latest version of Electron.

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:31.789Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:26.081Z" }, "metastream": { "latestRelease": { @@ -56824,7 +56824,7 @@ "zipball_url": "https://api.github.com/repos/samuelmaddock/metastream/zipball/v0.10.2", "body_html": "

Added

\n\n

Fixed

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:31.978Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:26.148Z" }, "metrogit": { "latestRelease": { @@ -57027,7 +57027,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 94943654, - "download_count": 1299, + "download_count": 1300, "created_at": "2018-08-21T05:37:50Z", "updated_at": "2018-08-21T05:38:13Z", "browser_download_url": "https://github.com/Yamazaki93/MetroGit/releases/download/v0.4.0/metrogit-setup-0.4.0.exe" @@ -57082,107 +57082,30 @@ "html_url": "https://github.com/Yamazaki93", "followers_url": "https://api.github.com/users/Yamazaki93/followers", "following_url": "https://api.github.com/users/Yamazaki93/following{/other_user}", - "gists_url": "https://api.github.com/users/Yamazaki93/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Yamazaki93/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Yamazaki93/subscriptions", - "organizations_url": "https://api.github.com/users/Yamazaki93/orgs", - "repos_url": "https://api.github.com/users/Yamazaki93/repos", - "events_url": "https://api.github.com/users/Yamazaki93/events{/privacy}", - "received_events_url": "https://api.github.com/users/Yamazaki93/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 64760728, - "download_count": 686, - "created_at": "2018-08-21T06:14:03Z", - "updated_at": "2018-08-21T06:14:13Z", - "browser_download_url": "https://github.com/Yamazaki93/MetroGit/releases/download/v0.4.0/metrogit_0.4.0_amd64.deb" - } - ], - "tarball_url": "https://api.github.com/repos/Yamazaki93/MetroGit/tarball/v0.4.0", - "zipball_url": "https://api.github.com/repos/Yamazaki93/MetroGit/zipball/v0.4.0", - "body_html": "

Version 0.4.0
\nThis version includes new features like selective staging and file view live update and some bugfixes. For detailed changes, see Issues page and the release note in app.

" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:32.101Z" - }, - "metube": { - "latestRelease": { - "url": "https://api.github.com/repos/kimyearho/Metube-electron/releases/18169459", - "assets_url": "https://api.github.com/repos/kimyearho/Metube-electron/releases/18169459/assets", - "upload_url": "https://uploads.github.com/repos/kimyearho/Metube-electron/releases/18169459/assets{?name,label}", - "html_url": "https://github.com/kimyearho/Metube-electron/releases/tag/1.7.8", - "id": 18169459, - "node_id": "MDc6UmVsZWFzZTE4MTY5NDU5", - "tag_name": "1.7.8", - "target_commitish": "master", - "name": "Metube 1.7.8 Release", - "draft": false, - "author": { - "login": "kimyearho", - "id": 17153380, - "node_id": "MDQ6VXNlcjE3MTUzMzgw", - "avatar_url": "https://avatars2.githubusercontent.com/u/17153380?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/kimyearho", - "html_url": "https://github.com/kimyearho", - "followers_url": "https://api.github.com/users/kimyearho/followers", - "following_url": "https://api.github.com/users/kimyearho/following{/other_user}", - "gists_url": "https://api.github.com/users/kimyearho/gists{/gist_id}", - "starred_url": "https://api.github.com/users/kimyearho/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/kimyearho/subscriptions", - "organizations_url": "https://api.github.com/users/kimyearho/orgs", - "repos_url": "https://api.github.com/users/kimyearho/repos", - "events_url": "https://api.github.com/users/kimyearho/events{/privacy}", - "received_events_url": "https://api.github.com/users/kimyearho/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2019-05-29T14:02:49Z", - "published_at": "2019-06-23T23:35:48Z", - "assets": [ - { - "url": "https://api.github.com/repos/kimyearho/Metube-electron/releases/assets/13362950", - "id": 13362950, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzMzYyOTUw", - "name": "Metube.Setup.1.7.8.exe", - "label": null, - "uploader": { - "login": "kimyearho", - "id": 17153380, - "node_id": "MDQ6VXNlcjE3MTUzMzgw", - "avatar_url": "https://avatars2.githubusercontent.com/u/17153380?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/kimyearho", - "html_url": "https://github.com/kimyearho", - "followers_url": "https://api.github.com/users/kimyearho/followers", - "following_url": "https://api.github.com/users/kimyearho/following{/other_user}", - "gists_url": "https://api.github.com/users/kimyearho/gists{/gist_id}", - "starred_url": "https://api.github.com/users/kimyearho/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/kimyearho/subscriptions", - "organizations_url": "https://api.github.com/users/kimyearho/orgs", - "repos_url": "https://api.github.com/users/kimyearho/repos", - "events_url": "https://api.github.com/users/kimyearho/events{/privacy}", - "received_events_url": "https://api.github.com/users/kimyearho/received_events", + "gists_url": "https://api.github.com/users/Yamazaki93/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Yamazaki93/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Yamazaki93/subscriptions", + "organizations_url": "https://api.github.com/users/Yamazaki93/orgs", + "repos_url": "https://api.github.com/users/Yamazaki93/repos", + "events_url": "https://api.github.com/users/Yamazaki93/events{/privacy}", + "received_events_url": "https://api.github.com/users/Yamazaki93/received_events", "type": "User", "site_admin": false }, - "content_type": "application/x-msdownload", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 48508017, - "download_count": 9786, - "created_at": "2019-06-23T23:33:41Z", - "updated_at": "2019-06-23T23:34:01Z", - "browser_download_url": "https://github.com/kimyearho/Metube-electron/releases/download/1.7.8/Metube.Setup.1.7.8.exe" + "size": 64760728, + "download_count": 686, + "created_at": "2018-08-21T06:14:03Z", + "updated_at": "2018-08-21T06:14:13Z", + "browser_download_url": "https://github.com/Yamazaki93/MetroGit/releases/download/v0.4.0/metrogit_0.4.0_amd64.deb" } ], - "tarball_url": "https://api.github.com/repos/kimyearho/Metube-electron/tarball/1.7.8", - "zipball_url": "https://api.github.com/repos/kimyearho/Metube-electron/zipball/1.7.8", - "body_html": "

UPDATE

\n
    \n
  1. \n

    The Player server domain is about to expire, so I replaced it with a new domain. Therefore, the existing player will soon expire and will not be available.

    \n
  2. \n
  3. \n

    Main/sub player code refactoring completed
    \nThe code refactoring will be carried out as a whole.

    \n
  4. \n
" + "tarball_url": "https://api.github.com/repos/Yamazaki93/MetroGit/tarball/v0.4.0", + "zipball_url": "https://api.github.com/repos/Yamazaki93/MetroGit/zipball/v0.4.0", + "body_html": "

Version 0.4.0
\nThis version includes new features like selective staging and file view live update and some bugfixes. For detailed changes, see Issues page and the release note in app.

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:32.133Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:26.158Z" }, "metronome-wallet": { "latestRelease": { @@ -57249,7 +57172,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 557, - "download_count": 1504, + "download_count": 1507, "created_at": "2019-08-13T02:21:38Z", "updated_at": "2019-08-13T02:21:38Z", "browser_download_url": "https://github.com/autonomoussoftware/metronome-wallet-desktop/releases/download/v1.4.2/latest-mac.yml" @@ -57283,7 +57206,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 366, - "download_count": 3589, + "download_count": 3591, "created_at": "2019-08-13T14:23:42Z", "updated_at": "2019-08-13T14:23:43Z", "browser_download_url": "https://github.com/autonomoussoftware/metronome-wallet-desktop/releases/download/v1.4.2/latest.yml" @@ -57419,7 +57342,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 64790896, - "download_count": 7131, + "download_count": 7132, "created_at": "2019-08-13T14:22:59Z", "updated_at": "2019-08-13T14:23:41Z", "browser_download_url": "https://github.com/autonomoussoftware/metronome-wallet-desktop/releases/download/v1.4.2/metronome-desktop-wallet_v1.4.2.exe" @@ -57497,7 +57420,126 @@ "zipball_url": "https://api.github.com/repos/autonomoussoftware/metronome-wallet-desktop/zipball/v1.4.2", "body_html": "

Notable changes

\n\n

Known issues

\n

See https://github.com/autonomoussoftware/metronome-wallet-desktop/issues for more known issues.

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:32.173Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:26.172Z" + }, + "metube": { + "latestRelease": { + "url": "https://api.github.com/repos/kimyearho/Metube-electron/releases/18169459", + "assets_url": "https://api.github.com/repos/kimyearho/Metube-electron/releases/18169459/assets", + "upload_url": "https://uploads.github.com/repos/kimyearho/Metube-electron/releases/18169459/assets{?name,label}", + "html_url": "https://github.com/kimyearho/Metube-electron/releases/tag/1.7.8", + "id": 18169459, + "node_id": "MDc6UmVsZWFzZTE4MTY5NDU5", + "tag_name": "1.7.8", + "target_commitish": "master", + "name": "Metube 1.7.8 Release", + "draft": false, + "author": { + "login": "kimyearho", + "id": 17153380, + "node_id": "MDQ6VXNlcjE3MTUzMzgw", + "avatar_url": "https://avatars2.githubusercontent.com/u/17153380?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kimyearho", + "html_url": "https://github.com/kimyearho", + "followers_url": "https://api.github.com/users/kimyearho/followers", + "following_url": "https://api.github.com/users/kimyearho/following{/other_user}", + "gists_url": "https://api.github.com/users/kimyearho/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kimyearho/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kimyearho/subscriptions", + "organizations_url": "https://api.github.com/users/kimyearho/orgs", + "repos_url": "https://api.github.com/users/kimyearho/repos", + "events_url": "https://api.github.com/users/kimyearho/events{/privacy}", + "received_events_url": "https://api.github.com/users/kimyearho/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2019-05-29T14:02:49Z", + "published_at": "2019-06-23T23:35:48Z", + "assets": [ + { + "url": "https://api.github.com/repos/kimyearho/Metube-electron/releases/assets/13362950", + "id": 13362950, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzMzYyOTUw", + "name": "Metube.Setup.1.7.8.exe", + "label": null, + "uploader": { + "login": "kimyearho", + "id": 17153380, + "node_id": "MDQ6VXNlcjE3MTUzMzgw", + "avatar_url": "https://avatars2.githubusercontent.com/u/17153380?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kimyearho", + "html_url": "https://github.com/kimyearho", + "followers_url": "https://api.github.com/users/kimyearho/followers", + "following_url": "https://api.github.com/users/kimyearho/following{/other_user}", + "gists_url": "https://api.github.com/users/kimyearho/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kimyearho/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kimyearho/subscriptions", + "organizations_url": "https://api.github.com/users/kimyearho/orgs", + "repos_url": "https://api.github.com/users/kimyearho/repos", + "events_url": "https://api.github.com/users/kimyearho/events{/privacy}", + "received_events_url": "https://api.github.com/users/kimyearho/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-msdownload", + "state": "uploaded", + "size": 48508017, + "download_count": 9786, + "created_at": "2019-06-23T23:33:41Z", + "updated_at": "2019-06-23T23:34:01Z", + "browser_download_url": "https://github.com/kimyearho/Metube-electron/releases/download/1.7.8/Metube.Setup.1.7.8.exe" + } + ], + "tarball_url": "https://api.github.com/repos/kimyearho/Metube-electron/tarball/1.7.8", + "zipball_url": "https://api.github.com/repos/kimyearho/Metube-electron/zipball/1.7.8", + "body_html": "

UPDATE

\n
    \n
  1. \n

    The Player server domain is about to expire, so I replaced it with a new domain. Therefore, the existing player will soon expire and will not be available.

    \n
  2. \n
  3. \n

    Main/sub player code refactoring completed
    \nThe code refactoring will be carried out as a whole.

    \n
  4. \n
" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:26.176Z" + }, + "mindmapp": { + "latestRelease": { + "url": "https://api.github.com/repos/Mindmapp/mindmapp/releases/26676997", + "assets_url": "https://api.github.com/repos/Mindmapp/mindmapp/releases/26676997/assets", + "upload_url": "https://uploads.github.com/repos/Mindmapp/mindmapp/releases/26676997/assets{?name,label}", + "html_url": "https://github.com/Mindmapp/mindmapp/releases/tag/v0.10.0", + "id": 26676997, + "node_id": "MDc6UmVsZWFzZTI2Njc2OTk3", + "tag_name": "v0.10.0", + "target_commitish": "master", + "name": "v0.10.0", + "draft": false, + "author": { + "login": "cedoor", + "id": 11427903, + "node_id": "MDQ6VXNlcjExNDI3OTAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/11427903?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cedoor", + "html_url": "https://github.com/cedoor", + "followers_url": "https://api.github.com/users/cedoor/followers", + "following_url": "https://api.github.com/users/cedoor/following{/other_user}", + "gists_url": "https://api.github.com/users/cedoor/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cedoor/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cedoor/subscriptions", + "organizations_url": "https://api.github.com/users/cedoor/orgs", + "repos_url": "https://api.github.com/users/cedoor/repos", + "events_url": "https://api.github.com/users/cedoor/events{/privacy}", + "received_events_url": "https://api.github.com/users/cedoor/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2020-05-19T15:26:48Z", + "published_at": "2020-05-19T15:32:01Z", + "assets": [], + "tarball_url": "https://api.github.com/repos/Mindmapp/mindmapp/tarball/v0.10.0", + "zipball_url": "https://api.github.com/repos/Mindmapp/mindmapp/zipball/v0.10.0", + "body_html": "" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:26.237Z" }, "min": { "latestRelease": { @@ -57564,7 +57606,7 @@ "content_type": "audio/x-pn-realaudio-plugin", "state": "uploaded", "size": 62909276, - "download_count": 202, + "download_count": 207, "created_at": "2020-08-26T20:39:12Z", "updated_at": "2020-08-26T20:39:56Z", "browser_download_url": "https://github.com/minbrowser/min/releases/download/v1.16.0/min-1.16.0-1.x86_64.rpm" @@ -57598,7 +57640,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 72612864, - "download_count": 1809, + "download_count": 1841, "created_at": "2020-08-26T20:36:33Z", "updated_at": "2020-08-26T20:37:29Z", "browser_download_url": "https://github.com/minbrowser/min/releases/download/v1.16.0/min-1.16.0-setup.exe" @@ -57632,7 +57674,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 77875421, - "download_count": 897, + "download_count": 925, "created_at": "2020-08-26T20:41:57Z", "updated_at": "2020-08-26T20:43:02Z", "browser_download_url": "https://github.com/minbrowser/min/releases/download/v1.16.0/Min-v1.16.0-darwin-x64.zip" @@ -57666,7 +57708,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 70784160, - "download_count": 368, + "download_count": 378, "created_at": "2020-08-26T20:38:22Z", "updated_at": "2020-08-26T20:39:12Z", "browser_download_url": "https://github.com/minbrowser/min/releases/download/v1.16.0/Min-v1.16.0-win32-ia32.zip" @@ -57700,7 +57742,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 74195849, - "download_count": 315, + "download_count": 324, "created_at": "2020-08-26T20:37:29Z", "updated_at": "2020-08-26T20:38:22Z", "browser_download_url": "https://github.com/minbrowser/min/releases/download/v1.16.0/Min-v1.16.0-win32-x64.zip" @@ -57734,7 +57776,7 @@ "content_type": "application/x-deb", "state": "uploaded", "size": 56490548, - "download_count": 1260, + "download_count": 1284, "created_at": "2020-08-26T20:41:17Z", "updated_at": "2020-08-26T20:41:57Z", "browser_download_url": "https://github.com/minbrowser/min/releases/download/v1.16.0/min_1.16.0_amd64.deb" @@ -57765,54 +57807,437 @@ "type": "User", "site_admin": false }, - "content_type": "application/x-deb", + "content_type": "application/x-deb", + "state": "uploaded", + "size": 55571240, + "download_count": 36, + "created_at": "2020-08-26T20:39:57Z", + "updated_at": "2020-08-26T20:40:36Z", + "browser_download_url": "https://github.com/minbrowser/min/releases/download/v1.16.0/min_1.16.0_arm64.deb" + }, + { + "url": "https://api.github.com/repos/minbrowser/min/releases/assets/24321662", + "id": 24321662, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI0MzIxNjYy", + "name": "min_1.16.0_armhf.deb", + "label": null, + "uploader": { + "login": "PalmerAL", + "id": 10314059, + "node_id": "MDQ6VXNlcjEwMzE0MDU5", + "avatar_url": "https://avatars3.githubusercontent.com/u/10314059?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/PalmerAL", + "html_url": "https://github.com/PalmerAL", + "followers_url": "https://api.github.com/users/PalmerAL/followers", + "following_url": "https://api.github.com/users/PalmerAL/following{/other_user}", + "gists_url": "https://api.github.com/users/PalmerAL/gists{/gist_id}", + "starred_url": "https://api.github.com/users/PalmerAL/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/PalmerAL/subscriptions", + "organizations_url": "https://api.github.com/users/PalmerAL/orgs", + "repos_url": "https://api.github.com/users/PalmerAL/repos", + "events_url": "https://api.github.com/users/PalmerAL/events{/privacy}", + "received_events_url": "https://api.github.com/users/PalmerAL/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-deb", + "state": "uploaded", + "size": 50697516, + "download_count": 58, + "created_at": "2020-08-26T20:40:36Z", + "updated_at": "2020-08-26T20:41:17Z", + "browser_download_url": "https://github.com/minbrowser/min/releases/download/v1.16.0/min_1.16.0_armhf.deb" + } + ], + "tarball_url": "https://api.github.com/repos/minbrowser/min/tarball/v1.16.0", + "zipball_url": "https://api.github.com/repos/minbrowser/min/zipball/v1.16.0", + "body_html": "

First, thank you to everyone that completed the survey from the last release! Based on your feedback, this release includes a number of changes, with more to come. If you haven't completed it yet, you can find it here.

\n

During the past few months, we've also been working to better organize the issue tracker, and it's now much easier to find existing issues. Thank you to @KagamineP, @Sestowner, @antfu, and @Syndamia for your help!

\n

Finally, I've started accepting contributions through GitHub Sponsors. Your support means that I can spend more time working on this project, and any support you can offer is greatly appreciated!

\n

There are a number of improvements in this release:

\n

UI Improvements

\n\n

\n\n

Content blocking

\n\n

Additional features

\n\n

Translations

\n

New languages:

\n\n

Updated languages:

\n\n

Bug fixes and other changes

\n" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:26.246Z" + }, + "mini-diary": { + "latestRelease": { + "url": "https://api.github.com/repos/samuelmeuli/mini-diary/releases/27034151", + "assets_url": "https://api.github.com/repos/samuelmeuli/mini-diary/releases/27034151/assets", + "upload_url": "https://uploads.github.com/repos/samuelmeuli/mini-diary/releases/27034151/assets{?name,label}", + "html_url": "https://github.com/samuelmeuli/mini-diary/releases/tag/v3.3.0", + "id": 27034151, + "node_id": "MDc6UmVsZWFzZTI3MDM0MTUx", + "tag_name": "v3.3.0", + "target_commitish": "master", + "name": "", + "draft": false, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "prerelease": false, + "created_at": "2020-05-29T13:08:39Z", + "published_at": "2020-05-29T14:17:51Z", + "assets": [ + { + "url": "https://api.github.com/repos/samuelmeuli/mini-diary/releases/assets/21181158", + "id": 21181158, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMTgxMTU4", + "name": "latest-linux.yml", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "text/yaml", + "state": "uploaded", + "size": 370, + "download_count": 869, + "created_at": "2020-05-29T14:12:48Z", + "updated_at": "2020-05-29T14:12:48Z", + "browser_download_url": "https://github.com/samuelmeuli/mini-diary/releases/download/v3.3.0/latest-linux.yml" + }, + { + "url": "https://api.github.com/repos/samuelmeuli/mini-diary/releases/assets/21181278", + "id": 21181278, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMTgxMjc4", + "name": "latest-mac.yml", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "text/yaml", + "state": "uploaded", + "size": 518, + "download_count": 4935, + "created_at": "2020-05-29T14:17:00Z", + "updated_at": "2020-05-29T14:17:01Z", + "browser_download_url": "https://github.com/samuelmeuli/mini-diary/releases/download/v3.3.0/latest-mac.yml" + }, + { + "url": "https://api.github.com/repos/samuelmeuli/mini-diary/releases/assets/21181201", + "id": 21181201, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMTgxMjAx", + "name": "latest.yml", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "text/yaml", + "state": "uploaded", + "size": 348, + "download_count": 18152, + "created_at": "2020-05-29T14:13:45Z", + "updated_at": "2020-05-29T14:13:46Z", + "browser_download_url": "https://github.com/samuelmeuli/mini-diary/releases/download/v3.3.0/latest.yml" + }, + { + "url": "https://api.github.com/repos/samuelmeuli/mini-diary/releases/assets/21181276", + "id": 21181276, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMTgxMjc2", + "name": "Mini-Diary-3.3.0-mac.zip", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 66681538, + "download_count": 784, + "created_at": "2020-05-29T14:16:56Z", + "updated_at": "2020-05-29T14:17:00Z", + "browser_download_url": "https://github.com/samuelmeuli/mini-diary/releases/download/v3.3.0/Mini-Diary-3.3.0-mac.zip" + }, + { + "url": "https://api.github.com/repos/samuelmeuli/mini-diary/releases/assets/21181129", + "id": 21181129, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMTgxMTI5", + "name": "Mini-Diary-3.3.0.AppImage", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 73686225, + "download_count": 615, + "created_at": "2020-05-29T14:11:55Z", + "updated_at": "2020-05-29T14:11:57Z", + "browser_download_url": "https://github.com/samuelmeuli/mini-diary/releases/download/v3.3.0/Mini-Diary-3.3.0.AppImage" + }, + { + "url": "https://api.github.com/repos/samuelmeuli/mini-diary/releases/assets/21181273", + "id": 21181273, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMTgxMjcz", + "name": "Mini-Diary-3.3.0.dmg", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 68719994, + "download_count": 331, + "created_at": "2020-05-29T14:16:41Z", + "updated_at": "2020-05-29T14:16:45Z", + "browser_download_url": "https://github.com/samuelmeuli/mini-diary/releases/download/v3.3.0/Mini-Diary-3.3.0.dmg" + }, + { + "url": "https://api.github.com/repos/samuelmeuli/mini-diary/releases/assets/21181274", + "id": 21181274, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMTgxMjc0", + "name": "Mini-Diary-3.3.0.dmg.blockmap", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 72369, + "download_count": 21, + "created_at": "2020-05-29T14:16:41Z", + "updated_at": "2020-05-29T14:16:41Z", + "browser_download_url": "https://github.com/samuelmeuli/mini-diary/releases/download/v3.3.0/Mini-Diary-3.3.0.dmg.blockmap" + }, + { + "url": "https://api.github.com/repos/samuelmeuli/mini-diary/releases/assets/21181234", + "id": 21181234, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMTgxMjM0", + "name": "Mini-Diary-3.3.0.pkg", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 67538714, + "download_count": 42, + "created_at": "2020-05-29T14:15:04Z", + "updated_at": "2020-05-29T14:15:08Z", + "browser_download_url": "https://github.com/samuelmeuli/mini-diary/releases/download/v3.3.0/Mini-Diary-3.3.0.pkg" + }, + { + "url": "https://api.github.com/repos/samuelmeuli/mini-diary/releases/assets/21181199", + "id": 21181199, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMTgxMTk5", + "name": "Mini-Diary-Setup-3.3.0.exe", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", "state": "uploaded", - "size": 55571240, - "download_count": 35, - "created_at": "2020-08-26T20:39:57Z", - "updated_at": "2020-08-26T20:40:36Z", - "browser_download_url": "https://github.com/minbrowser/min/releases/download/v1.16.0/min_1.16.0_arm64.deb" + "size": 50267729, + "download_count": 4381, + "created_at": "2020-05-29T14:13:38Z", + "updated_at": "2020-05-29T14:13:45Z", + "browser_download_url": "https://github.com/samuelmeuli/mini-diary/releases/download/v3.3.0/Mini-Diary-Setup-3.3.0.exe" }, { - "url": "https://api.github.com/repos/minbrowser/min/releases/assets/24321662", - "id": 24321662, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI0MzIxNjYy", - "name": "min_1.16.0_armhf.deb", - "label": null, + "url": "https://api.github.com/repos/samuelmeuli/mini-diary/releases/assets/21181171", + "id": 21181171, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMTgxMTcx", + "name": "Mini-Diary-Setup-3.3.0.exe.blockmap", + "label": "", "uploader": { - "login": "PalmerAL", - "id": 10314059, - "node_id": "MDQ6VXNlcjEwMzE0MDU5", - "avatar_url": "https://avatars3.githubusercontent.com/u/10314059?v=4", + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/PalmerAL", - "html_url": "https://github.com/PalmerAL", - "followers_url": "https://api.github.com/users/PalmerAL/followers", - "following_url": "https://api.github.com/users/PalmerAL/following{/other_user}", - "gists_url": "https://api.github.com/users/PalmerAL/gists{/gist_id}", - "starred_url": "https://api.github.com/users/PalmerAL/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/PalmerAL/subscriptions", - "organizations_url": "https://api.github.com/users/PalmerAL/orgs", - "repos_url": "https://api.github.com/users/PalmerAL/repos", - "events_url": "https://api.github.com/users/PalmerAL/events{/privacy}", - "received_events_url": "https://api.github.com/users/PalmerAL/received_events", - "type": "User", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", "site_admin": false }, - "content_type": "application/x-deb", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 50697516, - "download_count": 57, - "created_at": "2020-08-26T20:40:36Z", - "updated_at": "2020-08-26T20:41:17Z", - "browser_download_url": "https://github.com/minbrowser/min/releases/download/v1.16.0/min_1.16.0_armhf.deb" + "size": 53766, + "download_count": 1513, + "created_at": "2020-05-29T14:13:25Z", + "updated_at": "2020-05-29T14:13:25Z", + "browser_download_url": "https://github.com/samuelmeuli/mini-diary/releases/download/v3.3.0/Mini-Diary-Setup-3.3.0.exe.blockmap" } ], - "tarball_url": "https://api.github.com/repos/minbrowser/min/tarball/v1.16.0", - "zipball_url": "https://api.github.com/repos/minbrowser/min/zipball/v1.16.0", - "body_html": "

First, thank you to everyone that completed the survey from the last release! Based on your feedback, this release includes a number of changes, with more to come. If you haven't completed it yet, you can find it here.

\n

During the past few months, we've also been working to better organize the issue tracker, and it's now much easier to find existing issues. Thank you to @KagamineP, @Sestowner, @antfu, and @Syndamia for your help!

\n

Finally, I've started accepting contributions through GitHub Sponsors. Your support means that I can spend more time working on this project, and any support you can offer is greatly appreciated!

\n

There are a number of improvements in this release:

\n

UI Improvements

\n\n

\n\n

Content blocking

\n\n

Additional features

\n\n

Translations

\n

New languages:

\n\n

Updated languages:

\n\n

Bug fixes and other changes

\n" + "tarball_url": "https://api.github.com/repos/samuelmeuli/mini-diary/tarball/v3.3.0", + "zipball_url": "https://api.github.com/repos/samuelmeuli/mini-diary/zipball/v3.3.0", + "body_html": "\n

v3.2.0...v3.3.0

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:32.367Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:26.250Z" }, "minetime": { "latestRelease": { @@ -57879,7 +58304,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 368, - "download_count": 872, + "download_count": 882, "created_at": "2020-08-16T20:33:55Z", "updated_at": "2020-08-16T20:33:56Z", "browser_download_url": "https://github.com/marcoancona/MineTime/releases/download/v1.8.6/latest-linux.yml" @@ -57913,7 +58338,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 515, - "download_count": 2246, + "download_count": 2294, "created_at": "2020-08-16T20:21:51Z", "updated_at": "2020-08-16T20:21:51Z", "browser_download_url": "https://github.com/marcoancona/MineTime/releases/download/v1.8.6/latest-mac.yml" @@ -57947,7 +58372,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 345, - "download_count": 19885, + "download_count": 20254, "created_at": "2020-08-16T20:41:41Z", "updated_at": "2020-08-16T20:41:42Z", "browser_download_url": "https://github.com/marcoancona/MineTime/releases/download/v1.8.6/latest.yml" @@ -57981,7 +58406,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 172882401, - "download_count": 551, + "download_count": 559, "created_at": "2020-08-16T20:21:46Z", "updated_at": "2020-08-16T20:21:50Z", "browser_download_url": "https://github.com/marcoancona/MineTime/releases/download/v1.8.6/MineTime-1.8.6-mac.zip" @@ -58015,7 +58440,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 190289367, - "download_count": 450, + "download_count": 459, "created_at": "2020-08-16T20:27:16Z", "updated_at": "2020-08-16T20:27:25Z", "browser_download_url": "https://github.com/marcoancona/MineTime/releases/download/v1.8.6/MineTime-1.8.6.AppImage" @@ -58026,639 +58451,218 @@ "node_id": "MDEyOlJlbGVhc2VBc3NldDIzOTg0OTE1", "name": "MineTime-1.8.6.dmg", "label": "", - "uploader": { - "login": "marcoancona", - "id": 2278117, - "node_id": "MDQ6VXNlcjIyNzgxMTc=", - "avatar_url": "https://avatars2.githubusercontent.com/u/2278117?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/marcoancona", - "html_url": "https://github.com/marcoancona", - "followers_url": "https://api.github.com/users/marcoancona/followers", - "following_url": "https://api.github.com/users/marcoancona/following{/other_user}", - "gists_url": "https://api.github.com/users/marcoancona/gists{/gist_id}", - "starred_url": "https://api.github.com/users/marcoancona/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/marcoancona/subscriptions", - "organizations_url": "https://api.github.com/users/marcoancona/orgs", - "repos_url": "https://api.github.com/users/marcoancona/repos", - "events_url": "https://api.github.com/users/marcoancona/events{/privacy}", - "received_events_url": "https://api.github.com/users/marcoancona/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 177249029, - "download_count": 245, - "created_at": "2020-08-16T20:21:15Z", - "updated_at": "2020-08-16T20:21:19Z", - "browser_download_url": "https://github.com/marcoancona/MineTime/releases/download/v1.8.6/MineTime-1.8.6.dmg" - }, - { - "url": "https://api.github.com/repos/marcoancona/MineTime/releases/assets/23984916", - "id": 23984916, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzOTg0OTE2", - "name": "MineTime-1.8.6.dmg.blockmap", - "label": "", - "uploader": { - "login": "marcoancona", - "id": 2278117, - "node_id": "MDQ6VXNlcjIyNzgxMTc=", - "avatar_url": "https://avatars2.githubusercontent.com/u/2278117?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/marcoancona", - "html_url": "https://github.com/marcoancona", - "followers_url": "https://api.github.com/users/marcoancona/followers", - "following_url": "https://api.github.com/users/marcoancona/following{/other_user}", - "gists_url": "https://api.github.com/users/marcoancona/gists{/gist_id}", - "starred_url": "https://api.github.com/users/marcoancona/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/marcoancona/subscriptions", - "organizations_url": "https://api.github.com/users/marcoancona/orgs", - "repos_url": "https://api.github.com/users/marcoancona/repos", - "events_url": "https://api.github.com/users/marcoancona/events{/privacy}", - "received_events_url": "https://api.github.com/users/marcoancona/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 183983, - "download_count": 2, - "created_at": "2020-08-16T20:21:15Z", - "updated_at": "2020-08-16T20:21:15Z", - "browser_download_url": "https://github.com/marcoancona/MineTime/releases/download/v1.8.6/MineTime-1.8.6.dmg.blockmap" - }, - { - "url": "https://api.github.com/repos/marcoancona/MineTime/releases/assets/23985207", - "id": 23985207, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzOTg1MjA3", - "name": "MineTime-1.8.6.x86_64.rpm", - "label": "", - "uploader": { - "login": "marcoancona", - "id": 2278117, - "node_id": "MDQ6VXNlcjIyNzgxMTc=", - "avatar_url": "https://avatars2.githubusercontent.com/u/2278117?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/marcoancona", - "html_url": "https://github.com/marcoancona", - "followers_url": "https://api.github.com/users/marcoancona/followers", - "following_url": "https://api.github.com/users/marcoancona/following{/other_user}", - "gists_url": "https://api.github.com/users/marcoancona/gists{/gist_id}", - "starred_url": "https://api.github.com/users/marcoancona/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/marcoancona/subscriptions", - "organizations_url": "https://api.github.com/users/marcoancona/orgs", - "repos_url": "https://api.github.com/users/marcoancona/repos", - "events_url": "https://api.github.com/users/marcoancona/events{/privacy}", - "received_events_url": "https://api.github.com/users/marcoancona/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-redhat-package-manager", - "state": "uploaded", - "size": 139693403, - "download_count": 175, - "created_at": "2020-08-16T20:33:49Z", - "updated_at": "2020-08-16T20:33:55Z", - "browser_download_url": "https://github.com/marcoancona/MineTime/releases/download/v1.8.6/MineTime-1.8.6.x86_64.rpm" - }, - { - "url": "https://api.github.com/repos/marcoancona/MineTime/releases/assets/23985420", - "id": 23985420, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzOTg1NDIw", - "name": "MineTime-Setup-1.8.6.exe", - "label": "", - "uploader": { - "login": "marcoancona", - "id": 2278117, - "node_id": "MDQ6VXNlcjIyNzgxMTc=", - "avatar_url": "https://avatars2.githubusercontent.com/u/2278117?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/marcoancona", - "html_url": "https://github.com/marcoancona", - "followers_url": "https://api.github.com/users/marcoancona/followers", - "following_url": "https://api.github.com/users/marcoancona/following{/other_user}", - "gists_url": "https://api.github.com/users/marcoancona/gists{/gist_id}", - "starred_url": "https://api.github.com/users/marcoancona/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/marcoancona/subscriptions", - "organizations_url": "https://api.github.com/users/marcoancona/orgs", - "repos_url": "https://api.github.com/users/marcoancona/repos", - "events_url": "https://api.github.com/users/marcoancona/events{/privacy}", - "received_events_url": "https://api.github.com/users/marcoancona/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 133434028, - "download_count": 5378, - "created_at": "2020-08-16T20:41:32Z", - "updated_at": "2020-08-16T20:41:41Z", - "browser_download_url": "https://github.com/marcoancona/MineTime/releases/download/v1.8.6/MineTime-Setup-1.8.6.exe" - }, - { - "url": "https://api.github.com/repos/marcoancona/MineTime/releases/assets/23985419", - "id": 23985419, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzOTg1NDE5", - "name": "MineTime-Setup-1.8.6.exe.blockmap", - "label": "", - "uploader": { - "login": "marcoancona", - "id": 2278117, - "node_id": "MDQ6VXNlcjIyNzgxMTc=", - "avatar_url": "https://avatars2.githubusercontent.com/u/2278117?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/marcoancona", - "html_url": "https://github.com/marcoancona", - "followers_url": "https://api.github.com/users/marcoancona/followers", - "following_url": "https://api.github.com/users/marcoancona/following{/other_user}", - "gists_url": "https://api.github.com/users/marcoancona/gists{/gist_id}", - "starred_url": "https://api.github.com/users/marcoancona/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/marcoancona/subscriptions", - "organizations_url": "https://api.github.com/users/marcoancona/orgs", - "repos_url": "https://api.github.com/users/marcoancona/repos", - "events_url": "https://api.github.com/users/marcoancona/events{/privacy}", - "received_events_url": "https://api.github.com/users/marcoancona/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 141326, - "download_count": 3412, - "created_at": "2020-08-16T20:41:32Z", - "updated_at": "2020-08-16T20:41:32Z", - "browser_download_url": "https://github.com/marcoancona/MineTime/releases/download/v1.8.6/MineTime-Setup-1.8.6.exe.blockmap" - }, - { - "url": "https://api.github.com/repos/marcoancona/MineTime/releases/assets/23985044", - "id": 23985044, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzOTg1MDQ0", - "name": "MineTime_1.8.6_amd64.deb", - "label": "", - "uploader": { - "login": "marcoancona", - "id": 2278117, - "node_id": "MDQ6VXNlcjIyNzgxMTc=", - "avatar_url": "https://avatars2.githubusercontent.com/u/2278117?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/marcoancona", - "html_url": "https://github.com/marcoancona", - "followers_url": "https://api.github.com/users/marcoancona/followers", - "following_url": "https://api.github.com/users/marcoancona/following{/other_user}", - "gists_url": "https://api.github.com/users/marcoancona/gists{/gist_id}", - "starred_url": "https://api.github.com/users/marcoancona/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/marcoancona/subscriptions", - "organizations_url": "https://api.github.com/users/marcoancona/orgs", - "repos_url": "https://api.github.com/users/marcoancona/repos", - "events_url": "https://api.github.com/users/marcoancona/events{/privacy}", - "received_events_url": "https://api.github.com/users/marcoancona/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 139153336, - "download_count": 2258, - "created_at": "2020-08-16T20:29:41Z", - "updated_at": "2020-08-16T20:29:48Z", - "browser_download_url": "https://github.com/marcoancona/MineTime/releases/download/v1.8.6/MineTime_1.8.6_amd64.deb" - } - ], - "tarball_url": "https://api.github.com/repos/marcoancona/MineTime/tarball/v1.8.6", - "zipball_url": "https://api.github.com/repos/marcoancona/MineTime/zipball/v1.8.6", - "body_html": "

Security patch

\n" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:32.472Z" - }, - "mindmapp": { - "latestRelease": { - "url": "https://api.github.com/repos/Mindmapp/mindmapp/releases/26676997", - "assets_url": "https://api.github.com/repos/Mindmapp/mindmapp/releases/26676997/assets", - "upload_url": "https://uploads.github.com/repos/Mindmapp/mindmapp/releases/26676997/assets{?name,label}", - "html_url": "https://github.com/Mindmapp/mindmapp/releases/tag/v0.10.0", - "id": 26676997, - "node_id": "MDc6UmVsZWFzZTI2Njc2OTk3", - "tag_name": "v0.10.0", - "target_commitish": "master", - "name": "v0.10.0", - "draft": false, - "author": { - "login": "cedoor", - "id": 11427903, - "node_id": "MDQ6VXNlcjExNDI3OTAz", - "avatar_url": "https://avatars1.githubusercontent.com/u/11427903?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/cedoor", - "html_url": "https://github.com/cedoor", - "followers_url": "https://api.github.com/users/cedoor/followers", - "following_url": "https://api.github.com/users/cedoor/following{/other_user}", - "gists_url": "https://api.github.com/users/cedoor/gists{/gist_id}", - "starred_url": "https://api.github.com/users/cedoor/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/cedoor/subscriptions", - "organizations_url": "https://api.github.com/users/cedoor/orgs", - "repos_url": "https://api.github.com/users/cedoor/repos", - "events_url": "https://api.github.com/users/cedoor/events{/privacy}", - "received_events_url": "https://api.github.com/users/cedoor/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2020-05-19T15:26:48Z", - "published_at": "2020-05-19T15:32:01Z", - "assets": [], - "tarball_url": "https://api.github.com/repos/Mindmapp/mindmapp/tarball/v0.10.0", - "zipball_url": "https://api.github.com/repos/Mindmapp/mindmapp/zipball/v0.10.0", - "body_html": "" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:32.487Z" - }, - "mini-diary": { - "latestRelease": { - "url": "https://api.github.com/repos/samuelmeuli/mini-diary/releases/27034151", - "assets_url": "https://api.github.com/repos/samuelmeuli/mini-diary/releases/27034151/assets", - "upload_url": "https://uploads.github.com/repos/samuelmeuli/mini-diary/releases/27034151/assets{?name,label}", - "html_url": "https://github.com/samuelmeuli/mini-diary/releases/tag/v3.3.0", - "id": 27034151, - "node_id": "MDc6UmVsZWFzZTI3MDM0MTUx", - "tag_name": "v3.3.0", - "target_commitish": "master", - "name": "", - "draft": false, - "author": { - "login": "github-actions[bot]", - "id": 41898282, - "node_id": "MDM6Qm90NDE4OTgyODI=", - "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/github-actions%5Bbot%5D", - "html_url": "https://github.com/apps/github-actions", - "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", - "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", - "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", - "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", - "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", - "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", - "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", - "type": "Bot", - "site_admin": false - }, - "prerelease": false, - "created_at": "2020-05-29T13:08:39Z", - "published_at": "2020-05-29T14:17:51Z", - "assets": [ - { - "url": "https://api.github.com/repos/samuelmeuli/mini-diary/releases/assets/21181158", - "id": 21181158, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMTgxMTU4", - "name": "latest-linux.yml", - "label": "", - "uploader": { - "login": "github-actions[bot]", - "id": 41898282, - "node_id": "MDM6Qm90NDE4OTgyODI=", - "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/github-actions%5Bbot%5D", - "html_url": "https://github.com/apps/github-actions", - "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", - "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", - "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", - "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", - "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", - "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", - "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", - "type": "Bot", - "site_admin": false - }, - "content_type": "text/yaml", - "state": "uploaded", - "size": 370, - "download_count": 865, - "created_at": "2020-05-29T14:12:48Z", - "updated_at": "2020-05-29T14:12:48Z", - "browser_download_url": "https://github.com/samuelmeuli/mini-diary/releases/download/v3.3.0/latest-linux.yml" - }, - { - "url": "https://api.github.com/repos/samuelmeuli/mini-diary/releases/assets/21181278", - "id": 21181278, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMTgxMjc4", - "name": "latest-mac.yml", - "label": "", - "uploader": { - "login": "github-actions[bot]", - "id": 41898282, - "node_id": "MDM6Qm90NDE4OTgyODI=", - "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/github-actions%5Bbot%5D", - "html_url": "https://github.com/apps/github-actions", - "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", - "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", - "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", - "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", - "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", - "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", - "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", - "type": "Bot", - "site_admin": false - }, - "content_type": "text/yaml", - "state": "uploaded", - "size": 518, - "download_count": 4909, - "created_at": "2020-05-29T14:17:00Z", - "updated_at": "2020-05-29T14:17:01Z", - "browser_download_url": "https://github.com/samuelmeuli/mini-diary/releases/download/v3.3.0/latest-mac.yml" - }, - { - "url": "https://api.github.com/repos/samuelmeuli/mini-diary/releases/assets/21181201", - "id": 21181201, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMTgxMjAx", - "name": "latest.yml", - "label": "", - "uploader": { - "login": "github-actions[bot]", - "id": 41898282, - "node_id": "MDM6Qm90NDE4OTgyODI=", - "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/github-actions%5Bbot%5D", - "html_url": "https://github.com/apps/github-actions", - "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", - "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", - "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", - "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", - "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", - "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", - "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", - "type": "Bot", - "site_admin": false - }, - "content_type": "text/yaml", - "state": "uploaded", - "size": 348, - "download_count": 18044, - "created_at": "2020-05-29T14:13:45Z", - "updated_at": "2020-05-29T14:13:46Z", - "browser_download_url": "https://github.com/samuelmeuli/mini-diary/releases/download/v3.3.0/latest.yml" - }, - { - "url": "https://api.github.com/repos/samuelmeuli/mini-diary/releases/assets/21181276", - "id": 21181276, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMTgxMjc2", - "name": "Mini-Diary-3.3.0-mac.zip", - "label": "", - "uploader": { - "login": "github-actions[bot]", - "id": 41898282, - "node_id": "MDM6Qm90NDE4OTgyODI=", - "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/github-actions%5Bbot%5D", - "html_url": "https://github.com/apps/github-actions", - "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", - "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", - "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", - "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", - "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", - "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", - "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", - "type": "Bot", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 66681538, - "download_count": 782, - "created_at": "2020-05-29T14:16:56Z", - "updated_at": "2020-05-29T14:17:00Z", - "browser_download_url": "https://github.com/samuelmeuli/mini-diary/releases/download/v3.3.0/Mini-Diary-3.3.0-mac.zip" - }, - { - "url": "https://api.github.com/repos/samuelmeuli/mini-diary/releases/assets/21181129", - "id": 21181129, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMTgxMTI5", - "name": "Mini-Diary-3.3.0.AppImage", - "label": "", - "uploader": { - "login": "github-actions[bot]", - "id": 41898282, - "node_id": "MDM6Qm90NDE4OTgyODI=", - "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", + "uploader": { + "login": "marcoancona", + "id": 2278117, + "node_id": "MDQ6VXNlcjIyNzgxMTc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2278117?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/github-actions%5Bbot%5D", - "html_url": "https://github.com/apps/github-actions", - "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", - "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", - "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", - "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", - "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", - "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", - "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", - "type": "Bot", + "url": "https://api.github.com/users/marcoancona", + "html_url": "https://github.com/marcoancona", + "followers_url": "https://api.github.com/users/marcoancona/followers", + "following_url": "https://api.github.com/users/marcoancona/following{/other_user}", + "gists_url": "https://api.github.com/users/marcoancona/gists{/gist_id}", + "starred_url": "https://api.github.com/users/marcoancona/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/marcoancona/subscriptions", + "organizations_url": "https://api.github.com/users/marcoancona/orgs", + "repos_url": "https://api.github.com/users/marcoancona/repos", + "events_url": "https://api.github.com/users/marcoancona/events{/privacy}", + "received_events_url": "https://api.github.com/users/marcoancona/received_events", + "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 73686225, - "download_count": 612, - "created_at": "2020-05-29T14:11:55Z", - "updated_at": "2020-05-29T14:11:57Z", - "browser_download_url": "https://github.com/samuelmeuli/mini-diary/releases/download/v3.3.0/Mini-Diary-3.3.0.AppImage" + "size": 177249029, + "download_count": 247, + "created_at": "2020-08-16T20:21:15Z", + "updated_at": "2020-08-16T20:21:19Z", + "browser_download_url": "https://github.com/marcoancona/MineTime/releases/download/v1.8.6/MineTime-1.8.6.dmg" }, { - "url": "https://api.github.com/repos/samuelmeuli/mini-diary/releases/assets/21181273", - "id": 21181273, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMTgxMjcz", - "name": "Mini-Diary-3.3.0.dmg", + "url": "https://api.github.com/repos/marcoancona/MineTime/releases/assets/23984916", + "id": 23984916, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzOTg0OTE2", + "name": "MineTime-1.8.6.dmg.blockmap", "label": "", "uploader": { - "login": "github-actions[bot]", - "id": 41898282, - "node_id": "MDM6Qm90NDE4OTgyODI=", - "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", + "login": "marcoancona", + "id": 2278117, + "node_id": "MDQ6VXNlcjIyNzgxMTc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2278117?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/github-actions%5Bbot%5D", - "html_url": "https://github.com/apps/github-actions", - "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", - "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", - "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", - "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", - "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", - "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", - "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", - "type": "Bot", + "url": "https://api.github.com/users/marcoancona", + "html_url": "https://github.com/marcoancona", + "followers_url": "https://api.github.com/users/marcoancona/followers", + "following_url": "https://api.github.com/users/marcoancona/following{/other_user}", + "gists_url": "https://api.github.com/users/marcoancona/gists{/gist_id}", + "starred_url": "https://api.github.com/users/marcoancona/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/marcoancona/subscriptions", + "organizations_url": "https://api.github.com/users/marcoancona/orgs", + "repos_url": "https://api.github.com/users/marcoancona/repos", + "events_url": "https://api.github.com/users/marcoancona/events{/privacy}", + "received_events_url": "https://api.github.com/users/marcoancona/received_events", + "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 68719994, - "download_count": 331, - "created_at": "2020-05-29T14:16:41Z", - "updated_at": "2020-05-29T14:16:45Z", - "browser_download_url": "https://github.com/samuelmeuli/mini-diary/releases/download/v3.3.0/Mini-Diary-3.3.0.dmg" + "size": 183983, + "download_count": 2, + "created_at": "2020-08-16T20:21:15Z", + "updated_at": "2020-08-16T20:21:15Z", + "browser_download_url": "https://github.com/marcoancona/MineTime/releases/download/v1.8.6/MineTime-1.8.6.dmg.blockmap" }, { - "url": "https://api.github.com/repos/samuelmeuli/mini-diary/releases/assets/21181274", - "id": 21181274, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMTgxMjc0", - "name": "Mini-Diary-3.3.0.dmg.blockmap", + "url": "https://api.github.com/repos/marcoancona/MineTime/releases/assets/23985207", + "id": 23985207, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzOTg1MjA3", + "name": "MineTime-1.8.6.x86_64.rpm", "label": "", "uploader": { - "login": "github-actions[bot]", - "id": 41898282, - "node_id": "MDM6Qm90NDE4OTgyODI=", - "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", + "login": "marcoancona", + "id": 2278117, + "node_id": "MDQ6VXNlcjIyNzgxMTc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2278117?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/github-actions%5Bbot%5D", - "html_url": "https://github.com/apps/github-actions", - "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", - "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", - "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", - "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", - "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", - "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", - "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", - "type": "Bot", + "url": "https://api.github.com/users/marcoancona", + "html_url": "https://github.com/marcoancona", + "followers_url": "https://api.github.com/users/marcoancona/followers", + "following_url": "https://api.github.com/users/marcoancona/following{/other_user}", + "gists_url": "https://api.github.com/users/marcoancona/gists{/gist_id}", + "starred_url": "https://api.github.com/users/marcoancona/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/marcoancona/subscriptions", + "organizations_url": "https://api.github.com/users/marcoancona/orgs", + "repos_url": "https://api.github.com/users/marcoancona/repos", + "events_url": "https://api.github.com/users/marcoancona/events{/privacy}", + "received_events_url": "https://api.github.com/users/marcoancona/received_events", + "type": "User", "site_admin": false }, - "content_type": "application/octet-stream", + "content_type": "application/x-redhat-package-manager", "state": "uploaded", - "size": 72369, - "download_count": 21, - "created_at": "2020-05-29T14:16:41Z", - "updated_at": "2020-05-29T14:16:41Z", - "browser_download_url": "https://github.com/samuelmeuli/mini-diary/releases/download/v3.3.0/Mini-Diary-3.3.0.dmg.blockmap" + "size": 139693403, + "download_count": 177, + "created_at": "2020-08-16T20:33:49Z", + "updated_at": "2020-08-16T20:33:55Z", + "browser_download_url": "https://github.com/marcoancona/MineTime/releases/download/v1.8.6/MineTime-1.8.6.x86_64.rpm" }, { - "url": "https://api.github.com/repos/samuelmeuli/mini-diary/releases/assets/21181234", - "id": 21181234, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMTgxMjM0", - "name": "Mini-Diary-3.3.0.pkg", + "url": "https://api.github.com/repos/marcoancona/MineTime/releases/assets/23985420", + "id": 23985420, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzOTg1NDIw", + "name": "MineTime-Setup-1.8.6.exe", "label": "", "uploader": { - "login": "github-actions[bot]", - "id": 41898282, - "node_id": "MDM6Qm90NDE4OTgyODI=", - "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", + "login": "marcoancona", + "id": 2278117, + "node_id": "MDQ6VXNlcjIyNzgxMTc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2278117?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/github-actions%5Bbot%5D", - "html_url": "https://github.com/apps/github-actions", - "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", - "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", - "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", - "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", - "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", - "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", - "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", - "type": "Bot", + "url": "https://api.github.com/users/marcoancona", + "html_url": "https://github.com/marcoancona", + "followers_url": "https://api.github.com/users/marcoancona/followers", + "following_url": "https://api.github.com/users/marcoancona/following{/other_user}", + "gists_url": "https://api.github.com/users/marcoancona/gists{/gist_id}", + "starred_url": "https://api.github.com/users/marcoancona/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/marcoancona/subscriptions", + "organizations_url": "https://api.github.com/users/marcoancona/orgs", + "repos_url": "https://api.github.com/users/marcoancona/repos", + "events_url": "https://api.github.com/users/marcoancona/events{/privacy}", + "received_events_url": "https://api.github.com/users/marcoancona/received_events", + "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 67538714, - "download_count": 42, - "created_at": "2020-05-29T14:15:04Z", - "updated_at": "2020-05-29T14:15:08Z", - "browser_download_url": "https://github.com/samuelmeuli/mini-diary/releases/download/v3.3.0/Mini-Diary-3.3.0.pkg" + "size": 133434028, + "download_count": 5451, + "created_at": "2020-08-16T20:41:32Z", + "updated_at": "2020-08-16T20:41:41Z", + "browser_download_url": "https://github.com/marcoancona/MineTime/releases/download/v1.8.6/MineTime-Setup-1.8.6.exe" }, { - "url": "https://api.github.com/repos/samuelmeuli/mini-diary/releases/assets/21181199", - "id": 21181199, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMTgxMTk5", - "name": "Mini-Diary-Setup-3.3.0.exe", + "url": "https://api.github.com/repos/marcoancona/MineTime/releases/assets/23985419", + "id": 23985419, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzOTg1NDE5", + "name": "MineTime-Setup-1.8.6.exe.blockmap", "label": "", "uploader": { - "login": "github-actions[bot]", - "id": 41898282, - "node_id": "MDM6Qm90NDE4OTgyODI=", - "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", + "login": "marcoancona", + "id": 2278117, + "node_id": "MDQ6VXNlcjIyNzgxMTc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2278117?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/github-actions%5Bbot%5D", - "html_url": "https://github.com/apps/github-actions", - "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", - "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", - "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", - "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", - "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", - "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", - "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", - "type": "Bot", + "url": "https://api.github.com/users/marcoancona", + "html_url": "https://github.com/marcoancona", + "followers_url": "https://api.github.com/users/marcoancona/followers", + "following_url": "https://api.github.com/users/marcoancona/following{/other_user}", + "gists_url": "https://api.github.com/users/marcoancona/gists{/gist_id}", + "starred_url": "https://api.github.com/users/marcoancona/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/marcoancona/subscriptions", + "organizations_url": "https://api.github.com/users/marcoancona/orgs", + "repos_url": "https://api.github.com/users/marcoancona/repos", + "events_url": "https://api.github.com/users/marcoancona/events{/privacy}", + "received_events_url": "https://api.github.com/users/marcoancona/received_events", + "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 50267729, - "download_count": 4373, - "created_at": "2020-05-29T14:13:38Z", - "updated_at": "2020-05-29T14:13:45Z", - "browser_download_url": "https://github.com/samuelmeuli/mini-diary/releases/download/v3.3.0/Mini-Diary-Setup-3.3.0.exe" + "size": 141326, + "download_count": 3451, + "created_at": "2020-08-16T20:41:32Z", + "updated_at": "2020-08-16T20:41:32Z", + "browser_download_url": "https://github.com/marcoancona/MineTime/releases/download/v1.8.6/MineTime-Setup-1.8.6.exe.blockmap" }, { - "url": "https://api.github.com/repos/samuelmeuli/mini-diary/releases/assets/21181171", - "id": 21181171, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMTgxMTcx", - "name": "Mini-Diary-Setup-3.3.0.exe.blockmap", + "url": "https://api.github.com/repos/marcoancona/MineTime/releases/assets/23985044", + "id": 23985044, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzOTg1MDQ0", + "name": "MineTime_1.8.6_amd64.deb", "label": "", "uploader": { - "login": "github-actions[bot]", - "id": 41898282, - "node_id": "MDM6Qm90NDE4OTgyODI=", - "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", + "login": "marcoancona", + "id": 2278117, + "node_id": "MDQ6VXNlcjIyNzgxMTc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2278117?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/github-actions%5Bbot%5D", - "html_url": "https://github.com/apps/github-actions", - "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", - "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", - "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", - "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", - "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", - "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", - "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", - "type": "Bot", + "url": "https://api.github.com/users/marcoancona", + "html_url": "https://github.com/marcoancona", + "followers_url": "https://api.github.com/users/marcoancona/followers", + "following_url": "https://api.github.com/users/marcoancona/following{/other_user}", + "gists_url": "https://api.github.com/users/marcoancona/gists{/gist_id}", + "starred_url": "https://api.github.com/users/marcoancona/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/marcoancona/subscriptions", + "organizations_url": "https://api.github.com/users/marcoancona/orgs", + "repos_url": "https://api.github.com/users/marcoancona/repos", + "events_url": "https://api.github.com/users/marcoancona/events{/privacy}", + "received_events_url": "https://api.github.com/users/marcoancona/received_events", + "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 53766, - "download_count": 1510, - "created_at": "2020-05-29T14:13:25Z", - "updated_at": "2020-05-29T14:13:25Z", - "browser_download_url": "https://github.com/samuelmeuli/mini-diary/releases/download/v3.3.0/Mini-Diary-Setup-3.3.0.exe.blockmap" + "size": 139153336, + "download_count": 2287, + "created_at": "2020-08-16T20:29:41Z", + "updated_at": "2020-08-16T20:29:48Z", + "browser_download_url": "https://github.com/marcoancona/MineTime/releases/download/v1.8.6/MineTime_1.8.6_amd64.deb" } ], - "tarball_url": "https://api.github.com/repos/samuelmeuli/mini-diary/tarball/v3.3.0", - "zipball_url": "https://api.github.com/repos/samuelmeuli/mini-diary/zipball/v3.3.0", - "body_html": "\n

v3.2.0...v3.3.0

" + "tarball_url": "https://api.github.com/repos/marcoancona/MineTime/tarball/v1.8.6", + "zipball_url": "https://api.github.com/repos/marcoancona/MineTime/zipball/v1.8.6", + "body_html": "

Security patch

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:32.521Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:26.260Z" }, "minimalist": { "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:32.662Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:26.280Z" + }, + "mobirise": { + "latestRelease": null, + "latestReleaseFetchedAt": "2020-09-18T00:10:26.331Z" }, "minta": { "latestRelease": { @@ -58735,7 +58739,7 @@ "zipball_url": "https://api.github.com/repos/ecrmnn/minta/zipball/1.0.1", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:32.843Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:26.347Z" }, "mist": { "latestRelease": { @@ -58802,7 +58806,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 133292017, - "download_count": 159236, + "download_count": 159281, "created_at": "2018-07-23T23:46:00Z", "updated_at": "2018-07-23T23:52:51Z", "browser_download_url": "https://github.com/ethereum/mist/releases/download/v0.11.1/Ethereum-Wallet-installer-0-11-1.exe" @@ -58836,7 +58840,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 45934522, - "download_count": 7988, + "download_count": 7990, "created_at": "2018-07-23T18:37:35Z", "updated_at": "2018-07-23T18:37:37Z", "browser_download_url": "https://github.com/ethereum/mist/releases/download/v0.11.1/Ethereum-Wallet-linux32-0-11-1.deb" @@ -58904,7 +58908,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 44274760, - "download_count": 25539, + "download_count": 25551, "created_at": "2018-07-23T18:37:42Z", "updated_at": "2018-07-23T18:37:44Z", "browser_download_url": "https://github.com/ethereum/mist/releases/download/v0.11.1/Ethereum-Wallet-linux64-0-11-1.deb" @@ -58938,7 +58942,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 66499840, - "download_count": 15225, + "download_count": 15228, "created_at": "2018-07-23T18:37:44Z", "updated_at": "2018-07-23T18:37:48Z", "browser_download_url": "https://github.com/ethereum/mist/releases/download/v0.11.1/Ethereum-Wallet-linux64-0-11-1.zip" @@ -58972,7 +58976,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 70454173, - "download_count": 58406, + "download_count": 58418, "created_at": "2018-07-23T18:31:47Z", "updated_at": "2018-07-23T18:31:50Z", "browser_download_url": "https://github.com/ethereum/mist/releases/download/v0.11.1/Ethereum-Wallet-macosx-0-11-1.dmg" @@ -59006,7 +59010,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 62561393, - "download_count": 75900, + "download_count": 75904, "created_at": "2018-07-23T23:46:00Z", "updated_at": "2018-07-23T23:55:46Z", "browser_download_url": "https://github.com/ethereum/mist/releases/download/v0.11.1/Ethereum-Wallet-win32-0-11-1.zip" @@ -59040,7 +59044,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 70699450, - "download_count": 96601, + "download_count": 96618, "created_at": "2018-07-23T23:46:00Z", "updated_at": "2018-07-24T00:00:25Z", "browser_download_url": "https://github.com/ethereum/mist/releases/download/v0.11.1/Ethereum-Wallet-win64-0-11-1.zip" @@ -59074,7 +59078,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 132316615, - "download_count": 50538, + "download_count": 50556, "created_at": "2018-07-23T23:10:42Z", "updated_at": "2018-07-23T23:16:46Z", "browser_download_url": "https://github.com/ethereum/mist/releases/download/v0.11.1/Mist-installer-0-11-1.exe" @@ -59176,7 +59180,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 44180974, - "download_count": 9683, + "download_count": 9686, "created_at": "2018-07-23T18:37:25Z", "updated_at": "2018-07-23T18:37:27Z", "browser_download_url": "https://github.com/ethereum/mist/releases/download/v0.11.1/Mist-linux64-0-11-1.deb" @@ -59244,7 +59248,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 70397439, - "download_count": 17440, + "download_count": 17449, "created_at": "2018-07-23T18:31:41Z", "updated_at": "2018-07-23T18:31:44Z", "browser_download_url": "https://github.com/ethereum/mist/releases/download/v0.11.1/Mist-macosx-0-11-1.dmg" @@ -59312,7 +59316,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 70092177, - "download_count": 34208, + "download_count": 34215, "created_at": "2018-07-23T23:10:43Z", "updated_at": "2018-07-23T23:20:09Z", "browser_download_url": "https://github.com/ethereum/mist/releases/download/v0.11.1/Mist-win64-0-11-1.zip" @@ -59322,7 +59326,7 @@ "zipball_url": "https://api.github.com/repos/ethereum/mist/zipball/v0.11.1", "body_html": "

We've identified an interface bug on Windows versions of Mist Browser and Ethereum Wallet v0.11.0 releases, leading to a blank screen after startup. This release fixes it.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
FileChecksum (SHA256)
Ethereum-Wallet-installer-0-11-1.exe710df0a526f5a8c5c0eb47b303a629d20641d9d3bf1740520e71907d269b3cf8
Ethereum-Wallet-linux32-0-11-1.deb83ad28b07e293e50d08323613945745db715d14482756f53ed1e04e72873cd6f
Ethereum-Wallet-linux32-0-11-1.zipf2a4f69949d1bf589cd5223a07e3e5679cf6c03dabe1d3dc12ce3b9191778a68
Ethereum-Wallet-linux64-0-11-1.deb1abca9b43983e63df3514307fa4317baa7e9604e64136263fd44544d03a12c6d
Ethereum-Wallet-linux64-0-11-1.zip0337b285e8e9a6a3d9073bce73d2b89b5a13972575fdb0641a1426710eeb333b
Ethereum-Wallet-macosx-0-11-1.dmgdf52a7ad6519aa92d17a743d0cb3bcf3080c2c72e31b1a58fbfa4581069dc4c8
Ethereum-Wallet-win32-0-11-1.zip16a058474bab496ea37537335d27d664de88ec6fe7292238d9d48c4d9b841b08
Ethereum-Wallet-win64-0-11-1.zipc78c48d50acbff1b7442f473854f6ae88245e5b4f057164211f8b63d17d5c65e
Mist-installer-0-11-1.exea2aec395019f2b05b3d0a245845868f425e4bc9d0407f0c415d96edf19b691a2
Mist-linux32-0-11-1.deba0650f1e53abf557f5004715b06ae90c1f9e041b7037ba4259d9b0a68bdf7b00
Mist-linux32-0-11-1.zip473e50b13620c86d420faabf86170ba5e9312575c9dc7f4b1bdc3ca054badfb9
Mist-linux64-0-11-1.debd094face5b1baf97fff64ae6d7b5d710e2d0243d59250feceba49da5ef0c9fa9
Mist-linux64-0-11-1.zipe3b3225869b7f1500c6be9d469bb481375fc3e22712a9da047663e44c5e9a47b
Mist-macosx-0-11-1.dmg2d18b86667c4daf690cfda327550d428f7efd09b6057b73456a71d2990c7efd1
Mist-win32-0-11-1.zip7a54ac3552ebd8631ff6b4757da8d0d9944120188690a6557d4c2be7a640c704
Mist-win64-0-11-1.zip2222f23bbfd216160a9b16efd8ac5c0fb2db3d1cfb59302445c752baddec483d
" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:32.863Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:26.369Z" }, "mjml-app": { "latestRelease": { @@ -59389,7 +59393,7 @@ "content_type": "application/x-yaml", "state": "uploaded", "size": 392, - "download_count": 375, + "download_count": 377, "created_at": "2020-04-01T19:13:01Z", "updated_at": "2020-04-01T19:13:03Z", "browser_download_url": "https://github.com/mjmlio/mjml-app/releases/download/v3.0.2/latest-linux.yml" @@ -59423,7 +59427,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 516, - "download_count": 32488, + "download_count": 32683, "created_at": "2020-04-01T18:10:06Z", "updated_at": "2020-04-01T18:10:07Z", "browser_download_url": "https://github.com/mjmlio/mjml-app/releases/download/v3.0.2/latest-mac.yml" @@ -59457,7 +59461,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 341, - "download_count": 38585, + "download_count": 38788, "created_at": "2020-04-01T18:13:05Z", "updated_at": "2020-04-01T18:13:06Z", "browser_download_url": "https://github.com/mjmlio/mjml-app/releases/download/v3.0.2/latest.yml" @@ -59491,7 +59495,7 @@ "content_type": "application/gzip", "state": "uploaded", "size": 83548641, - "download_count": 724, + "download_count": 727, "created_at": "2020-04-01T19:13:03Z", "updated_at": "2020-04-01T19:14:19Z", "browser_download_url": "https://github.com/mjmlio/mjml-app/releases/download/v3.0.2/mjml-app-3.0.2-linux-x64.tar.gz" @@ -59525,7 +59529,7 @@ "content_type": "application/x-iso9660-appimage", "state": "uploaded", "size": 88664242, - "download_count": 320, + "download_count": 322, "created_at": "2020-04-01T19:14:19Z", "updated_at": "2020-04-01T19:14:38Z", "browser_download_url": "https://github.com/mjmlio/mjml-app/releases/download/v3.0.2/mjml-app-3.0.2-linux-x86_64.AppImage" @@ -59559,7 +59563,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 80576265, - "download_count": 3881, + "download_count": 3892, "created_at": "2020-04-01T18:10:07Z", "updated_at": "2020-04-01T18:10:33Z", "browser_download_url": "https://github.com/mjmlio/mjml-app/releases/download/v3.0.2/mjml-app-3.0.2-mac.dmg" @@ -59593,7 +59597,7 @@ "content_type": "application/x-msdownload", "state": "uploaded", "size": 111830509, - "download_count": 6475, + "download_count": 6494, "created_at": "2020-04-01T18:13:07Z", "updated_at": "2020-04-01T18:21:40Z", "browser_download_url": "https://github.com/mjmlio/mjml-app/releases/download/v3.0.2/mjml-app-3.0.2-win.exe" @@ -59637,224 +59641,7 @@ "zipball_url": "https://api.github.com/repos/mjmlio/mjml-app/zipball/v3.0.2", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:32.879Z" - }, - "mobirise": { - "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:32.961Z" - }, - "mockman": { - "latestRelease": { - "url": "https://api.github.com/repos/LanceGin/Mockman/releases/14294030", - "assets_url": "https://api.github.com/repos/LanceGin/Mockman/releases/14294030/assets", - "upload_url": "https://uploads.github.com/repos/LanceGin/Mockman/releases/14294030/assets{?name,label}", - "html_url": "https://github.com/LanceGin/Mockman/releases/tag/1.0.5", - "id": 14294030, - "node_id": "MDc6UmVsZWFzZTE0Mjk0MDMw", - "tag_name": "1.0.5", - "target_commitish": "master", - "name": "Add https support", - "draft": false, - "author": { - "login": "LanceGin", - "id": 4312097, - "node_id": "MDQ6VXNlcjQzMTIwOTc=", - "avatar_url": "https://avatars0.githubusercontent.com/u/4312097?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/LanceGin", - "html_url": "https://github.com/LanceGin", - "followers_url": "https://api.github.com/users/LanceGin/followers", - "following_url": "https://api.github.com/users/LanceGin/following{/other_user}", - "gists_url": "https://api.github.com/users/LanceGin/gists{/gist_id}", - "starred_url": "https://api.github.com/users/LanceGin/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/LanceGin/subscriptions", - "organizations_url": "https://api.github.com/users/LanceGin/orgs", - "repos_url": "https://api.github.com/users/LanceGin/repos", - "events_url": "https://api.github.com/users/LanceGin/events{/privacy}", - "received_events_url": "https://api.github.com/users/LanceGin/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2018-12-01T05:05:57Z", - "published_at": "2018-12-01T05:15:41Z", - "assets": [ - { - "url": "https://api.github.com/repos/LanceGin/Mockman/releases/assets/9942233", - "id": 9942233, - "node_id": "MDEyOlJlbGVhc2VBc3NldDk5NDIyMzM=", - "name": "Mockman-1.0.5-mac.zip", - "label": "", - "uploader": { - "login": "LanceGin", - "id": 4312097, - "node_id": "MDQ6VXNlcjQzMTIwOTc=", - "avatar_url": "https://avatars0.githubusercontent.com/u/4312097?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/LanceGin", - "html_url": "https://github.com/LanceGin", - "followers_url": "https://api.github.com/users/LanceGin/followers", - "following_url": "https://api.github.com/users/LanceGin/following{/other_user}", - "gists_url": "https://api.github.com/users/LanceGin/gists{/gist_id}", - "starred_url": "https://api.github.com/users/LanceGin/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/LanceGin/subscriptions", - "organizations_url": "https://api.github.com/users/LanceGin/orgs", - "repos_url": "https://api.github.com/users/LanceGin/repos", - "events_url": "https://api.github.com/users/LanceGin/events{/privacy}", - "received_events_url": "https://api.github.com/users/LanceGin/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 63149339, - "download_count": 205, - "created_at": "2018-12-01T05:14:47Z", - "updated_at": "2018-12-01T05:14:50Z", - "browser_download_url": "https://github.com/LanceGin/Mockman/releases/download/1.0.5/Mockman-1.0.5-mac.zip" - }, - { - "url": "https://api.github.com/repos/LanceGin/Mockman/releases/assets/9942189", - "id": 9942189, - "node_id": "MDEyOlJlbGVhc2VBc3NldDk5NDIxODk=", - "name": "Mockman-1.0.5-x86_64.AppImage", - "label": "", - "uploader": { - "login": "LanceGin", - "id": 4312097, - "node_id": "MDQ6VXNlcjQzMTIwOTc=", - "avatar_url": "https://avatars0.githubusercontent.com/u/4312097?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/LanceGin", - "html_url": "https://github.com/LanceGin", - "followers_url": "https://api.github.com/users/LanceGin/followers", - "following_url": "https://api.github.com/users/LanceGin/following{/other_user}", - "gists_url": "https://api.github.com/users/LanceGin/gists{/gist_id}", - "starred_url": "https://api.github.com/users/LanceGin/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/LanceGin/subscriptions", - "organizations_url": "https://api.github.com/users/LanceGin/orgs", - "repos_url": "https://api.github.com/users/LanceGin/repos", - "events_url": "https://api.github.com/users/LanceGin/events{/privacy}", - "received_events_url": "https://api.github.com/users/LanceGin/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 61880271, - "download_count": 1677, - "created_at": "2018-12-01T05:10:33Z", - "updated_at": "2018-12-01T05:10:35Z", - "browser_download_url": "https://github.com/LanceGin/Mockman/releases/download/1.0.5/Mockman-1.0.5-x86_64.AppImage" - }, - { - "url": "https://api.github.com/repos/LanceGin/Mockman/releases/assets/9942231", - "id": 9942231, - "node_id": "MDEyOlJlbGVhc2VBc3NldDk5NDIyMzE=", - "name": "Mockman-1.0.5.dmg", - "label": "", - "uploader": { - "login": "LanceGin", - "id": 4312097, - "node_id": "MDQ6VXNlcjQzMTIwOTc=", - "avatar_url": "https://avatars0.githubusercontent.com/u/4312097?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/LanceGin", - "html_url": "https://github.com/LanceGin", - "followers_url": "https://api.github.com/users/LanceGin/followers", - "following_url": "https://api.github.com/users/LanceGin/following{/other_user}", - "gists_url": "https://api.github.com/users/LanceGin/gists{/gist_id}", - "starred_url": "https://api.github.com/users/LanceGin/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/LanceGin/subscriptions", - "organizations_url": "https://api.github.com/users/LanceGin/orgs", - "repos_url": "https://api.github.com/users/LanceGin/repos", - "events_url": "https://api.github.com/users/LanceGin/events{/privacy}", - "received_events_url": "https://api.github.com/users/LanceGin/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 65967211, - "download_count": 486, - "created_at": "2018-12-01T05:14:45Z", - "updated_at": "2018-12-01T05:14:48Z", - "browser_download_url": "https://github.com/LanceGin/Mockman/releases/download/1.0.5/Mockman-1.0.5.dmg" - }, - { - "url": "https://api.github.com/repos/LanceGin/Mockman/releases/assets/9942185", - "id": 9942185, - "node_id": "MDEyOlJlbGVhc2VBc3NldDk5NDIxODU=", - "name": "Mockman-Setup-1.0.5.exe", - "label": "", - "uploader": { - "login": "LanceGin", - "id": 4312097, - "node_id": "MDQ6VXNlcjQzMTIwOTc=", - "avatar_url": "https://avatars0.githubusercontent.com/u/4312097?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/LanceGin", - "html_url": "https://github.com/LanceGin", - "followers_url": "https://api.github.com/users/LanceGin/followers", - "following_url": "https://api.github.com/users/LanceGin/following{/other_user}", - "gists_url": "https://api.github.com/users/LanceGin/gists{/gist_id}", - "starred_url": "https://api.github.com/users/LanceGin/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/LanceGin/subscriptions", - "organizations_url": "https://api.github.com/users/LanceGin/orgs", - "repos_url": "https://api.github.com/users/LanceGin/repos", - "events_url": "https://api.github.com/users/LanceGin/events{/privacy}", - "received_events_url": "https://api.github.com/users/LanceGin/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 44744766, - "download_count": 1005, - "created_at": "2018-12-01T05:09:55Z", - "updated_at": "2018-12-01T05:10:16Z", - "browser_download_url": "https://github.com/LanceGin/Mockman/releases/download/1.0.5/Mockman-Setup-1.0.5.exe" - }, - { - "url": "https://api.github.com/repos/LanceGin/Mockman/releases/assets/9942069", - "id": 9942069, - "node_id": "MDEyOlJlbGVhc2VBc3NldDk5NDIwNjk=", - "name": "rootCA.pem", - "label": null, - "uploader": { - "login": "LanceGin", - "id": 4312097, - "node_id": "MDQ6VXNlcjQzMTIwOTc=", - "avatar_url": "https://avatars0.githubusercontent.com/u/4312097?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/LanceGin", - "html_url": "https://github.com/LanceGin", - "followers_url": "https://api.github.com/users/LanceGin/followers", - "following_url": "https://api.github.com/users/LanceGin/following{/other_user}", - "gists_url": "https://api.github.com/users/LanceGin/gists{/gist_id}", - "starred_url": "https://api.github.com/users/LanceGin/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/LanceGin/subscriptions", - "organizations_url": "https://api.github.com/users/LanceGin/orgs", - "repos_url": "https://api.github.com/users/LanceGin/repos", - "events_url": "https://api.github.com/users/LanceGin/events{/privacy}", - "received_events_url": "https://api.github.com/users/LanceGin/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-x509-ca-cert", - "state": "uploaded", - "size": 1326, - "download_count": 202, - "created_at": "2018-12-01T04:57:16Z", - "updated_at": "2018-12-01T04:57:18Z", - "browser_download_url": "https://github.com/LanceGin/Mockman/releases/download/1.0.5/rootCA.pem" - } - ], - "tarball_url": "https://api.github.com/repos/LanceGin/Mockman/tarball/1.0.5", - "zipball_url": "https://api.github.com/repos/LanceGin/Mockman/zipball/1.0.5", - "body_html": "

Be attention before you start https server

\n
\n\n
" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:33.204Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:26.380Z" }, "mocker": { "latestRelease": { @@ -59931,7 +59718,7 @@ "zipball_url": "https://api.github.com/repos/eshengsky/Mocker/zipball/v3.1.1", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:33.225Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:26.417Z" }, "moderndeck": { "latestRelease": { @@ -60100,7 +59887,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 374, - "download_count": 14324, + "download_count": 14408, "created_at": "2020-07-14T05:15:40Z", "updated_at": "2020-07-14T05:15:40Z", "browser_download_url": "https://github.com/dangeredwolf/ModernDeck/releases/download/v8.0.4/latest-linux.yml" @@ -60134,7 +59921,7 @@ "content_type": "application/x-yaml", "state": "uploaded", "size": 495, - "download_count": 1897, + "download_count": 1945, "created_at": "2020-07-14T06:18:40Z", "updated_at": "2020-07-14T06:18:40Z", "browser_download_url": "https://github.com/dangeredwolf/ModernDeck/releases/download/v8.0.4/latest-mac.yml" @@ -60168,7 +59955,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 325, - "download_count": 46552, + "download_count": 47080, "created_at": "2020-07-14T05:15:40Z", "updated_at": "2020-07-14T05:15:40Z", "browser_download_url": "https://github.com/dangeredwolf/ModernDeck/releases/download/v8.0.4/latest.yml" @@ -60270,7 +60057,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 150739287, - "download_count": 284, + "download_count": 285, "created_at": "2020-07-14T05:15:33Z", "updated_at": "2020-07-14T05:15:39Z", "browser_download_url": "https://github.com/dangeredwolf/ModernDeck/releases/download/v8.0.4/ModernDeck.exe" @@ -60304,7 +60091,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 154919, - "download_count": 51, + "download_count": 54, "created_at": "2020-07-14T05:15:32Z", "updated_at": "2020-07-14T05:15:33Z", "browser_download_url": "https://github.com/dangeredwolf/ModernDeck/releases/download/v8.0.4/ModernDeck.exe.blockmap" @@ -60474,7 +60261,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 100035204, - "download_count": 76, + "download_count": 77, "created_at": "2020-07-14T05:12:15Z", "updated_at": "2020-07-14T05:12:20Z", "browser_download_url": "https://github.com/dangeredwolf/ModernDeck/releases/download/v8.0.4/ModernDeck_x86_64.AppImage" @@ -60484,122 +60271,224 @@ "zipball_url": "https://api.github.com/repos/dangeredwolf/ModernDeck/zipball/v8.0.4", "body_html": "

Bugfixes and improvements

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:33.298Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:26.466Z" }, "moeditor": { "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:33.512Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:26.480Z" }, - "mojibar": { + "mockman": { "latestRelease": { - "url": "https://api.github.com/repos/muan/mojibar/releases/8193308", - "assets_url": "https://api.github.com/repos/muan/mojibar/releases/8193308/assets", - "upload_url": "https://uploads.github.com/repos/muan/mojibar/releases/8193308/assets{?name,label}", - "html_url": "https://github.com/muan/mojibar/releases/tag/2.6.2", - "id": 8193308, - "node_id": "MDc6UmVsZWFzZTgxOTMzMDg=", - "tag_name": "2.6.2", + "url": "https://api.github.com/repos/LanceGin/Mockman/releases/14294030", + "assets_url": "https://api.github.com/repos/LanceGin/Mockman/releases/14294030/assets", + "upload_url": "https://uploads.github.com/repos/LanceGin/Mockman/releases/14294030/assets{?name,label}", + "html_url": "https://github.com/LanceGin/Mockman/releases/tag/1.0.5", + "id": 14294030, + "node_id": "MDc6UmVsZWFzZTE0Mjk0MDMw", + "tag_name": "1.0.5", "target_commitish": "master", - "name": "2.6.2", + "name": "Add https support", "draft": false, "author": { - "login": "muan", - "id": 1153134, - "node_id": "MDQ6VXNlcjExNTMxMzQ=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1153134?v=4", + "login": "LanceGin", + "id": 4312097, + "node_id": "MDQ6VXNlcjQzMTIwOTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4312097?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/muan", - "html_url": "https://github.com/muan", - "followers_url": "https://api.github.com/users/muan/followers", - "following_url": "https://api.github.com/users/muan/following{/other_user}", - "gists_url": "https://api.github.com/users/muan/gists{/gist_id}", - "starred_url": "https://api.github.com/users/muan/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/muan/subscriptions", - "organizations_url": "https://api.github.com/users/muan/orgs", - "repos_url": "https://api.github.com/users/muan/repos", - "events_url": "https://api.github.com/users/muan/events{/privacy}", - "received_events_url": "https://api.github.com/users/muan/received_events", + "url": "https://api.github.com/users/LanceGin", + "html_url": "https://github.com/LanceGin", + "followers_url": "https://api.github.com/users/LanceGin/followers", + "following_url": "https://api.github.com/users/LanceGin/following{/other_user}", + "gists_url": "https://api.github.com/users/LanceGin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/LanceGin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/LanceGin/subscriptions", + "organizations_url": "https://api.github.com/users/LanceGin/orgs", + "repos_url": "https://api.github.com/users/LanceGin/repos", + "events_url": "https://api.github.com/users/LanceGin/events{/privacy}", + "received_events_url": "https://api.github.com/users/LanceGin/received_events", "type": "User", - "site_admin": true + "site_admin": false }, "prerelease": false, - "created_at": "2017-10-20T08:20:38Z", - "published_at": "2017-10-20T08:25:57Z", + "created_at": "2018-12-01T05:05:57Z", + "published_at": "2018-12-01T05:15:41Z", "assets": [ { - "url": "https://api.github.com/repos/muan/mojibar/releases/assets/5117999", - "id": 5117999, - "node_id": "MDEyOlJlbGVhc2VBc3NldDUxMTc5OTk=", - "name": "mojibar-linux.zip", - "label": null, + "url": "https://api.github.com/repos/LanceGin/Mockman/releases/assets/9942233", + "id": 9942233, + "node_id": "MDEyOlJlbGVhc2VBc3NldDk5NDIyMzM=", + "name": "Mockman-1.0.5-mac.zip", + "label": "", "uploader": { - "login": "muan", - "id": 1153134, - "node_id": "MDQ6VXNlcjExNTMxMzQ=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1153134?v=4", + "login": "LanceGin", + "id": 4312097, + "node_id": "MDQ6VXNlcjQzMTIwOTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4312097?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/muan", - "html_url": "https://github.com/muan", - "followers_url": "https://api.github.com/users/muan/followers", - "following_url": "https://api.github.com/users/muan/following{/other_user}", - "gists_url": "https://api.github.com/users/muan/gists{/gist_id}", - "starred_url": "https://api.github.com/users/muan/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/muan/subscriptions", - "organizations_url": "https://api.github.com/users/muan/orgs", - "repos_url": "https://api.github.com/users/muan/repos", - "events_url": "https://api.github.com/users/muan/events{/privacy}", - "received_events_url": "https://api.github.com/users/muan/received_events", + "url": "https://api.github.com/users/LanceGin", + "html_url": "https://github.com/LanceGin", + "followers_url": "https://api.github.com/users/LanceGin/followers", + "following_url": "https://api.github.com/users/LanceGin/following{/other_user}", + "gists_url": "https://api.github.com/users/LanceGin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/LanceGin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/LanceGin/subscriptions", + "organizations_url": "https://api.github.com/users/LanceGin/orgs", + "repos_url": "https://api.github.com/users/LanceGin/repos", + "events_url": "https://api.github.com/users/LanceGin/events{/privacy}", + "received_events_url": "https://api.github.com/users/LanceGin/received_events", "type": "User", - "site_admin": true + "site_admin": false }, "content_type": "application/zip", "state": "uploaded", - "size": 51467369, - "download_count": 681, - "created_at": "2017-10-20T08:25:15Z", - "updated_at": "2017-10-20T08:25:45Z", - "browser_download_url": "https://github.com/muan/mojibar/releases/download/2.6.2/mojibar-linux.zip" + "size": 63149339, + "download_count": 205, + "created_at": "2018-12-01T05:14:47Z", + "updated_at": "2018-12-01T05:14:50Z", + "browser_download_url": "https://github.com/LanceGin/Mockman/releases/download/1.0.5/Mockman-1.0.5-mac.zip" }, { - "url": "https://api.github.com/repos/muan/mojibar/releases/assets/5117990", - "id": 5117990, - "node_id": "MDEyOlJlbGVhc2VBc3NldDUxMTc5OTA=", - "name": "mojibar.zip", + "url": "https://api.github.com/repos/LanceGin/Mockman/releases/assets/9942189", + "id": 9942189, + "node_id": "MDEyOlJlbGVhc2VBc3NldDk5NDIxODk=", + "name": "Mockman-1.0.5-x86_64.AppImage", + "label": "", + "uploader": { + "login": "LanceGin", + "id": 4312097, + "node_id": "MDQ6VXNlcjQzMTIwOTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4312097?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/LanceGin", + "html_url": "https://github.com/LanceGin", + "followers_url": "https://api.github.com/users/LanceGin/followers", + "following_url": "https://api.github.com/users/LanceGin/following{/other_user}", + "gists_url": "https://api.github.com/users/LanceGin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/LanceGin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/LanceGin/subscriptions", + "organizations_url": "https://api.github.com/users/LanceGin/orgs", + "repos_url": "https://api.github.com/users/LanceGin/repos", + "events_url": "https://api.github.com/users/LanceGin/events{/privacy}", + "received_events_url": "https://api.github.com/users/LanceGin/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 61880271, + "download_count": 1678, + "created_at": "2018-12-01T05:10:33Z", + "updated_at": "2018-12-01T05:10:35Z", + "browser_download_url": "https://github.com/LanceGin/Mockman/releases/download/1.0.5/Mockman-1.0.5-x86_64.AppImage" + }, + { + "url": "https://api.github.com/repos/LanceGin/Mockman/releases/assets/9942231", + "id": 9942231, + "node_id": "MDEyOlJlbGVhc2VBc3NldDk5NDIyMzE=", + "name": "Mockman-1.0.5.dmg", + "label": "", + "uploader": { + "login": "LanceGin", + "id": 4312097, + "node_id": "MDQ6VXNlcjQzMTIwOTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4312097?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/LanceGin", + "html_url": "https://github.com/LanceGin", + "followers_url": "https://api.github.com/users/LanceGin/followers", + "following_url": "https://api.github.com/users/LanceGin/following{/other_user}", + "gists_url": "https://api.github.com/users/LanceGin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/LanceGin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/LanceGin/subscriptions", + "organizations_url": "https://api.github.com/users/LanceGin/orgs", + "repos_url": "https://api.github.com/users/LanceGin/repos", + "events_url": "https://api.github.com/users/LanceGin/events{/privacy}", + "received_events_url": "https://api.github.com/users/LanceGin/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 65967211, + "download_count": 486, + "created_at": "2018-12-01T05:14:45Z", + "updated_at": "2018-12-01T05:14:48Z", + "browser_download_url": "https://github.com/LanceGin/Mockman/releases/download/1.0.5/Mockman-1.0.5.dmg" + }, + { + "url": "https://api.github.com/repos/LanceGin/Mockman/releases/assets/9942185", + "id": 9942185, + "node_id": "MDEyOlJlbGVhc2VBc3NldDk5NDIxODU=", + "name": "Mockman-Setup-1.0.5.exe", + "label": "", + "uploader": { + "login": "LanceGin", + "id": 4312097, + "node_id": "MDQ6VXNlcjQzMTIwOTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4312097?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/LanceGin", + "html_url": "https://github.com/LanceGin", + "followers_url": "https://api.github.com/users/LanceGin/followers", + "following_url": "https://api.github.com/users/LanceGin/following{/other_user}", + "gists_url": "https://api.github.com/users/LanceGin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/LanceGin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/LanceGin/subscriptions", + "organizations_url": "https://api.github.com/users/LanceGin/orgs", + "repos_url": "https://api.github.com/users/LanceGin/repos", + "events_url": "https://api.github.com/users/LanceGin/events{/privacy}", + "received_events_url": "https://api.github.com/users/LanceGin/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 44744766, + "download_count": 1005, + "created_at": "2018-12-01T05:09:55Z", + "updated_at": "2018-12-01T05:10:16Z", + "browser_download_url": "https://github.com/LanceGin/Mockman/releases/download/1.0.5/Mockman-Setup-1.0.5.exe" + }, + { + "url": "https://api.github.com/repos/LanceGin/Mockman/releases/assets/9942069", + "id": 9942069, + "node_id": "MDEyOlJlbGVhc2VBc3NldDk5NDIwNjk=", + "name": "rootCA.pem", "label": null, "uploader": { - "login": "muan", - "id": 1153134, - "node_id": "MDQ6VXNlcjExNTMxMzQ=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1153134?v=4", + "login": "LanceGin", + "id": 4312097, + "node_id": "MDQ6VXNlcjQzMTIwOTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4312097?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/muan", - "html_url": "https://github.com/muan", - "followers_url": "https://api.github.com/users/muan/followers", - "following_url": "https://api.github.com/users/muan/following{/other_user}", - "gists_url": "https://api.github.com/users/muan/gists{/gist_id}", - "starred_url": "https://api.github.com/users/muan/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/muan/subscriptions", - "organizations_url": "https://api.github.com/users/muan/orgs", - "repos_url": "https://api.github.com/users/muan/repos", - "events_url": "https://api.github.com/users/muan/events{/privacy}", - "received_events_url": "https://api.github.com/users/muan/received_events", + "url": "https://api.github.com/users/LanceGin", + "html_url": "https://github.com/LanceGin", + "followers_url": "https://api.github.com/users/LanceGin/followers", + "following_url": "https://api.github.com/users/LanceGin/following{/other_user}", + "gists_url": "https://api.github.com/users/LanceGin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/LanceGin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/LanceGin/subscriptions", + "organizations_url": "https://api.github.com/users/LanceGin/orgs", + "repos_url": "https://api.github.com/users/LanceGin/repos", + "events_url": "https://api.github.com/users/LanceGin/events{/privacy}", + "received_events_url": "https://api.github.com/users/LanceGin/received_events", "type": "User", - "site_admin": true + "site_admin": false }, - "content_type": "application/zip", + "content_type": "application/x-x509-ca-cert", "state": "uploaded", - "size": 47651558, - "download_count": 2294, - "created_at": "2017-10-20T08:23:05Z", - "updated_at": "2017-10-20T08:23:33Z", - "browser_download_url": "https://github.com/muan/mojibar/releases/download/2.6.2/mojibar.zip" + "size": 1326, + "download_count": 202, + "created_at": "2018-12-01T04:57:16Z", + "updated_at": "2018-12-01T04:57:18Z", + "browser_download_url": "https://github.com/LanceGin/Mockman/releases/download/1.0.5/rootCA.pem" } ], - "tarball_url": "https://api.github.com/repos/muan/mojibar/tarball/2.6.2", - "zipball_url": "https://api.github.com/repos/muan/mojibar/zipball/2.6.2", - "body_html": "" + "tarball_url": "https://api.github.com/repos/LanceGin/Mockman/tarball/1.0.5", + "zipball_url": "https://api.github.com/repos/LanceGin/Mockman/zipball/1.0.5", + "body_html": "

Be attention before you start https server

\n
\n\n
" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:33.564Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:26.514Z" }, "mockoon": { "latestRelease": { @@ -60734,7 +60623,7 @@ "content_type": "application/vnd.debian.binary-package", "state": "uploaded", "size": 53550770, - "download_count": 44, + "download_count": 58, "created_at": "2020-09-15T10:08:21Z", "updated_at": "2020-09-15T10:08:45Z", "browser_download_url": "https://github.com/mockoon/mockoon/releases/download/v1.10.0/mockoon-1.10.0.deb" @@ -60768,7 +60657,7 @@ "content_type": "application/x-rpm", "state": "uploaded", "size": 53959332, - "download_count": 11, + "download_count": 13, "created_at": "2020-09-15T10:07:38Z", "updated_at": "2020-09-15T10:07:42Z", "browser_download_url": "https://github.com/mockoon/mockoon/releases/download/v1.10.0/mockoon-1.10.0.rpm" @@ -60836,7 +60725,7 @@ "content_type": "application/x-diskcopy", "state": "uploaded", "size": 74053332, - "download_count": 112, + "download_count": 145, "created_at": "2020-09-15T07:35:42Z", "updated_at": "2020-09-15T07:35:50Z", "browser_download_url": "https://github.com/mockoon/mockoon/releases/download/v1.10.0/mockoon.setup.1.10.0.dmg" @@ -60870,7 +60759,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 54103176, - "download_count": 518, + "download_count": 613, "created_at": "2020-09-15T06:09:36Z", "updated_at": "2020-09-15T06:09:49Z", "browser_download_url": "https://github.com/mockoon/mockoon/releases/download/v1.10.0/mockoon.setup.1.10.0.exe" @@ -60880,7 +60769,118 @@ "zipball_url": "https://api.github.com/repos/mockoon/mockoon/zipball/v1.10.0", "body_html": "

Welcome to this new release of Mockoon. There are several bug fixes and new features in this version that we hope you will like:

\n

New features

\n\n

Bug fixes

\n\n

UI improvements

\n\n

Misc

\n\n

Thank you

\n

A big thank you to the following people that helped to make Mockoon better:

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:33.569Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:26.533Z" + }, + "mojibar": { + "latestRelease": { + "url": "https://api.github.com/repos/muan/mojibar/releases/8193308", + "assets_url": "https://api.github.com/repos/muan/mojibar/releases/8193308/assets", + "upload_url": "https://uploads.github.com/repos/muan/mojibar/releases/8193308/assets{?name,label}", + "html_url": "https://github.com/muan/mojibar/releases/tag/2.6.2", + "id": 8193308, + "node_id": "MDc6UmVsZWFzZTgxOTMzMDg=", + "tag_name": "2.6.2", + "target_commitish": "master", + "name": "2.6.2", + "draft": false, + "author": { + "login": "muan", + "id": 1153134, + "node_id": "MDQ6VXNlcjExNTMxMzQ=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1153134?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/muan", + "html_url": "https://github.com/muan", + "followers_url": "https://api.github.com/users/muan/followers", + "following_url": "https://api.github.com/users/muan/following{/other_user}", + "gists_url": "https://api.github.com/users/muan/gists{/gist_id}", + "starred_url": "https://api.github.com/users/muan/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/muan/subscriptions", + "organizations_url": "https://api.github.com/users/muan/orgs", + "repos_url": "https://api.github.com/users/muan/repos", + "events_url": "https://api.github.com/users/muan/events{/privacy}", + "received_events_url": "https://api.github.com/users/muan/received_events", + "type": "User", + "site_admin": true + }, + "prerelease": false, + "created_at": "2017-10-20T08:20:38Z", + "published_at": "2017-10-20T08:25:57Z", + "assets": [ + { + "url": "https://api.github.com/repos/muan/mojibar/releases/assets/5117999", + "id": 5117999, + "node_id": "MDEyOlJlbGVhc2VBc3NldDUxMTc5OTk=", + "name": "mojibar-linux.zip", + "label": null, + "uploader": { + "login": "muan", + "id": 1153134, + "node_id": "MDQ6VXNlcjExNTMxMzQ=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1153134?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/muan", + "html_url": "https://github.com/muan", + "followers_url": "https://api.github.com/users/muan/followers", + "following_url": "https://api.github.com/users/muan/following{/other_user}", + "gists_url": "https://api.github.com/users/muan/gists{/gist_id}", + "starred_url": "https://api.github.com/users/muan/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/muan/subscriptions", + "organizations_url": "https://api.github.com/users/muan/orgs", + "repos_url": "https://api.github.com/users/muan/repos", + "events_url": "https://api.github.com/users/muan/events{/privacy}", + "received_events_url": "https://api.github.com/users/muan/received_events", + "type": "User", + "site_admin": true + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 51467369, + "download_count": 682, + "created_at": "2017-10-20T08:25:15Z", + "updated_at": "2017-10-20T08:25:45Z", + "browser_download_url": "https://github.com/muan/mojibar/releases/download/2.6.2/mojibar-linux.zip" + }, + { + "url": "https://api.github.com/repos/muan/mojibar/releases/assets/5117990", + "id": 5117990, + "node_id": "MDEyOlJlbGVhc2VBc3NldDUxMTc5OTA=", + "name": "mojibar.zip", + "label": null, + "uploader": { + "login": "muan", + "id": 1153134, + "node_id": "MDQ6VXNlcjExNTMxMzQ=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1153134?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/muan", + "html_url": "https://github.com/muan", + "followers_url": "https://api.github.com/users/muan/followers", + "following_url": "https://api.github.com/users/muan/following{/other_user}", + "gists_url": "https://api.github.com/users/muan/gists{/gist_id}", + "starred_url": "https://api.github.com/users/muan/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/muan/subscriptions", + "organizations_url": "https://api.github.com/users/muan/orgs", + "repos_url": "https://api.github.com/users/muan/repos", + "events_url": "https://api.github.com/users/muan/events{/privacy}", + "received_events_url": "https://api.github.com/users/muan/received_events", + "type": "User", + "site_admin": true + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 47651558, + "download_count": 2294, + "created_at": "2017-10-20T08:23:05Z", + "updated_at": "2017-10-20T08:23:33Z", + "browser_download_url": "https://github.com/muan/mojibar/releases/download/2.6.2/mojibar.zip" + } + ], + "tarball_url": "https://api.github.com/repos/muan/mojibar/tarball/2.6.2", + "zipball_url": "https://api.github.com/repos/muan/mojibar/zipball/2.6.2", + "body_html": "" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:26.570Z" }, "monerite": { "latestRelease": { @@ -60957,11 +60957,122 @@ "zipball_url": "https://api.github.com/repos/connorgoggins/monerite-app/zipball/v1.0", "body_html": "

Initial release

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:33.648Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:26.575Z" }, "montenote": { "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:33.889Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:26.583Z" + }, + "movieprint": { + "latestRelease": { + "url": "https://api.github.com/repos/fakob/MoviePrint_v004/releases/27102863", + "assets_url": "https://api.github.com/repos/fakob/MoviePrint_v004/releases/27102863/assets", + "upload_url": "https://uploads.github.com/repos/fakob/MoviePrint_v004/releases/27102863/assets{?name,label}", + "html_url": "https://github.com/fakob/MoviePrint_v004/releases/tag/0.2.22", + "id": 27102863, + "node_id": "MDc6UmVsZWFzZTI3MTAyODYz", + "tag_name": "0.2.22", + "target_commitish": "master", + "name": "MoviePrint_v004 - 0.2.22", + "draft": false, + "author": { + "login": "fakob", + "id": 4619772, + "node_id": "MDQ6VXNlcjQ2MTk3NzI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4619772?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fakob", + "html_url": "https://github.com/fakob", + "followers_url": "https://api.github.com/users/fakob/followers", + "following_url": "https://api.github.com/users/fakob/following{/other_user}", + "gists_url": "https://api.github.com/users/fakob/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fakob/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fakob/subscriptions", + "organizations_url": "https://api.github.com/users/fakob/orgs", + "repos_url": "https://api.github.com/users/fakob/repos", + "events_url": "https://api.github.com/users/fakob/events{/privacy}", + "received_events_url": "https://api.github.com/users/fakob/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2020-06-01T17:11:20Z", + "published_at": "2020-06-01T17:23:13Z", + "assets": [ + { + "url": "https://api.github.com/repos/fakob/MoviePrint_v004/releases/assets/21257975", + "id": 21257975, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMjU3OTc1", + "name": "MoviePrint_v004-0.2.22-mac.dmg", + "label": null, + "uploader": { + "login": "fakob", + "id": 4619772, + "node_id": "MDQ6VXNlcjQ2MTk3NzI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4619772?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fakob", + "html_url": "https://github.com/fakob", + "followers_url": "https://api.github.com/users/fakob/followers", + "following_url": "https://api.github.com/users/fakob/following{/other_user}", + "gists_url": "https://api.github.com/users/fakob/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fakob/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fakob/subscriptions", + "organizations_url": "https://api.github.com/users/fakob/orgs", + "repos_url": "https://api.github.com/users/fakob/repos", + "events_url": "https://api.github.com/users/fakob/events{/privacy}", + "received_events_url": "https://api.github.com/users/fakob/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 259231736, + "download_count": 660, + "created_at": "2020-06-01T17:10:53Z", + "updated_at": "2020-06-01T17:12:08Z", + "browser_download_url": "https://github.com/fakob/MoviePrint_v004/releases/download/0.2.22/MoviePrint_v004-0.2.22-mac.dmg" + }, + { + "url": "https://api.github.com/repos/fakob/MoviePrint_v004/releases/assets/21257072", + "id": 21257072, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMjU3MDcy", + "name": "MoviePrint_v004-0.2.22-win.zip", + "label": null, + "uploader": { + "login": "fakob", + "id": 4619772, + "node_id": "MDQ6VXNlcjQ2MTk3NzI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4619772?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fakob", + "html_url": "https://github.com/fakob", + "followers_url": "https://api.github.com/users/fakob/followers", + "following_url": "https://api.github.com/users/fakob/following{/other_user}", + "gists_url": "https://api.github.com/users/fakob/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fakob/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fakob/subscriptions", + "organizations_url": "https://api.github.com/users/fakob/orgs", + "repos_url": "https://api.github.com/users/fakob/repos", + "events_url": "https://api.github.com/users/fakob/events{/privacy}", + "received_events_url": "https://api.github.com/users/fakob/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-zip-compressed", + "state": "uploaded", + "size": 149022347, + "download_count": 1067, + "created_at": "2020-06-01T16:35:38Z", + "updated_at": "2020-06-01T16:36:24Z", + "browser_download_url": "https://github.com/fakob/MoviePrint_v004/releases/download/0.2.22/MoviePrint_v004-0.2.22-win.zip" + } + ], + "tarball_url": "https://api.github.com/repos/fakob/MoviePrint_v004/tarball/0.2.22", + "zipball_url": "https://api.github.com/repos/fakob/MoviePrint_v004/zipball/0.2.22", + "body_html": "

Changelog

\n

https://www.movieprint.org/download/

\n

Help

\n

https://www.movieprint.org/help/

\n

NEW WEBSITE - movieprint.org

\n

Fixed

\n" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:26.666Z" }, "motrix": { "latestRelease": { @@ -61028,7 +61139,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 365, - "download_count": 455, + "download_count": 456, "created_at": "2020-06-05T16:12:25Z", "updated_at": "2020-06-05T16:12:26Z", "browser_download_url": "https://github.com/agalwood/Motrix/releases/download/v1.5.15/latest-linux.yml" @@ -61062,7 +61173,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 657, - "download_count": 286, + "download_count": 287, "created_at": "2020-06-05T16:13:27Z", "updated_at": "2020-06-05T16:13:27Z", "browser_download_url": "https://github.com/agalwood/Motrix/releases/download/v1.5.15/latest-mac.yml" @@ -61096,7 +61207,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 343, - "download_count": 587, + "download_count": 588, "created_at": "2020-06-05T16:13:11Z", "updated_at": "2020-06-05T16:13:11Z", "browser_download_url": "https://github.com/agalwood/Motrix/releases/download/v1.5.15/latest.yml" @@ -61130,7 +61241,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 74526939, - "download_count": 2478, + "download_count": 2493, "created_at": "2020-06-05T16:12:02Z", "updated_at": "2020-06-05T16:12:04Z", "browser_download_url": "https://github.com/agalwood/Motrix/releases/download/v1.5.15/Motrix-1.5.15-ia32-win.zip" @@ -61164,7 +61275,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 75298105, - "download_count": 6547, + "download_count": 6557, "created_at": "2020-06-05T16:13:24Z", "updated_at": "2020-06-05T16:13:27Z", "browser_download_url": "https://github.com/agalwood/Motrix/releases/download/v1.5.15/Motrix-1.5.15-mac.zip" @@ -61198,7 +61309,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 77335752, - "download_count": 12712, + "download_count": 12737, "created_at": "2020-06-05T16:10:56Z", "updated_at": "2020-06-05T16:11:02Z", "browser_download_url": "https://github.com/agalwood/Motrix/releases/download/v1.5.15/Motrix-1.5.15-win.zip" @@ -61232,7 +61343,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 84877017, - "download_count": 4404, + "download_count": 4417, "created_at": "2020-06-05T16:08:37Z", "updated_at": "2020-06-05T16:08:39Z", "browser_download_url": "https://github.com/agalwood/Motrix/releases/download/v1.5.15/Motrix-1.5.15.AppImage" @@ -61266,7 +61377,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 78704315, - "download_count": 18140, + "download_count": 18188, "created_at": "2020-06-05T16:13:20Z", "updated_at": "2020-06-05T16:13:22Z", "browser_download_url": "https://github.com/agalwood/Motrix/releases/download/v1.5.15/Motrix-1.5.15.dmg" @@ -61300,7 +61411,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 83932, - "download_count": 192, + "download_count": 194, "created_at": "2020-06-05T16:13:20Z", "updated_at": "2020-06-05T16:13:20Z", "browser_download_url": "https://github.com/agalwood/Motrix/releases/download/v1.5.15/Motrix-1.5.15.dmg.blockmap" @@ -61334,7 +61445,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 99190793, - "download_count": 6552, + "download_count": 6558, "created_at": "2020-06-05T16:13:04Z", "updated_at": "2020-06-05T16:13:06Z", "browser_download_url": "https://github.com/agalwood/Motrix/releases/download/v1.5.15/Motrix-1.5.15.exe" @@ -61368,7 +61479,7 @@ "content_type": "application/x-redhat-package-manager", "state": "uploaded", "size": 57919164, - "download_count": 977, + "download_count": 978, "created_at": "2020-06-05T16:12:24Z", "updated_at": "2020-06-05T16:12:25Z", "browser_download_url": "https://github.com/agalwood/Motrix/releases/download/v1.5.15/Motrix-1.5.15.x86_64.rpm" @@ -61402,7 +61513,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 99498071, - "download_count": 40740, + "download_count": 40855, "created_at": "2020-06-05T16:13:08Z", "updated_at": "2020-06-05T16:13:10Z", "browser_download_url": "https://github.com/agalwood/Motrix/releases/download/v1.5.15/Motrix-Setup-1.5.15.exe" @@ -61435,239 +61546,86 @@ }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 103524, - "download_count": 224, - "created_at": "2020-06-05T16:13:08Z", - "updated_at": "2020-06-05T16:13:09Z", - "browser_download_url": "https://github.com/agalwood/Motrix/releases/download/v1.5.15/Motrix-Setup-1.5.15.exe.blockmap" - }, - { - "url": "https://api.github.com/repos/agalwood/Motrix/releases/assets/21450140", - "id": 21450140, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIxNDUwMTQw", - "name": "Motrix_1.5.15_amd64.deb", - "label": "", - "uploader": { - "login": "github-actions[bot]", - "id": 41898282, - "node_id": "MDM6Qm90NDE4OTgyODI=", - "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/github-actions%5Bbot%5D", - "html_url": "https://github.com/apps/github-actions", - "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", - "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", - "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", - "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", - "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", - "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", - "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", - "type": "Bot", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 57730794, - "download_count": 3984, - "created_at": "2020-06-05T16:10:22Z", - "updated_at": "2020-06-05T16:10:24Z", - "browser_download_url": "https://github.com/agalwood/Motrix/releases/download/v1.5.15/Motrix_1.5.15_amd64.deb" - }, - { - "url": "https://api.github.com/repos/agalwood/Motrix/releases/assets/21450101", - "id": 21450101, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIxNDUwMTAx", - "name": "Motrix_1.5.15_amd64.snap", - "label": "", - "uploader": { - "login": "github-actions[bot]", - "id": 41898282, - "node_id": "MDM6Qm90NDE4OTgyODI=", - "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/github-actions%5Bbot%5D", - "html_url": "https://github.com/apps/github-actions", - "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", - "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", - "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", - "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", - "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", - "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", - "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", - "type": "Bot", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 71184384, - "download_count": 410, - "created_at": "2020-06-05T16:08:59Z", - "updated_at": "2020-06-05T16:09:00Z", - "browser_download_url": "https://github.com/agalwood/Motrix/releases/download/v1.5.15/Motrix_1.5.15_amd64.snap" - } - ], - "tarball_url": "https://api.github.com/repos/agalwood/Motrix/tarball/v1.5.15", - "zipball_url": "https://api.github.com/repos/agalwood/Motrix/zipball/v1.5.15", - "body_html": "

Release Note

\n\n

更新日志

\n" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:33.937Z" - }, - "mongoclient": { - "latestRelease": { - "url": "https://api.github.com/repos/nosqlclient/nosqlclient/releases/26086304", - "assets_url": "https://api.github.com/repos/nosqlclient/nosqlclient/releases/26086304/assets", - "upload_url": "https://uploads.github.com/repos/nosqlclient/nosqlclient/releases/26086304/assets{?name,label}", - "html_url": "https://github.com/nosqlclient/nosqlclient/releases/tag/4.0.0", - "id": 26086304, - "node_id": "MDc6UmVsZWFzZTI2MDg2MzA0", - "tag_name": "4.0.0", - "target_commitish": "master", - "name": "4.0.0", - "draft": false, - "author": { - "login": "rsercano", - "id": 3640368, - "node_id": "MDQ6VXNlcjM2NDAzNjg=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3640368?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/rsercano", - "html_url": "https://github.com/rsercano", - "followers_url": "https://api.github.com/users/rsercano/followers", - "following_url": "https://api.github.com/users/rsercano/following{/other_user}", - "gists_url": "https://api.github.com/users/rsercano/gists{/gist_id}", - "starred_url": "https://api.github.com/users/rsercano/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/rsercano/subscriptions", - "organizations_url": "https://api.github.com/users/rsercano/orgs", - "repos_url": "https://api.github.com/users/rsercano/repos", - "events_url": "https://api.github.com/users/rsercano/events{/privacy}", - "received_events_url": "https://api.github.com/users/rsercano/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2020-05-01T14:31:18Z", - "published_at": "2020-05-01T15:40:41Z", - "assets": [], - "tarball_url": "https://api.github.com/repos/nosqlclient/nosqlclient/tarball/4.0.0", - "zipball_url": "https://api.github.com/repos/nosqlclient/nosqlclient/zipball/4.0.0", - "body_html": "

This release is just to keep new commits as a docker tag. We don't have time to build electron packages sorry about that, so no desktop distribution is supported now, just docker builds. Feel free to join slack channel and ask or raise an issue

\n

Main page: https://www.nosqlclient.com

\n

Documentation: https://www.nosqlclient.com/docs

" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:34.208Z" - }, - "movieprint": { - "latestRelease": { - "url": "https://api.github.com/repos/fakob/MoviePrint_v004/releases/27102863", - "assets_url": "https://api.github.com/repos/fakob/MoviePrint_v004/releases/27102863/assets", - "upload_url": "https://uploads.github.com/repos/fakob/MoviePrint_v004/releases/27102863/assets{?name,label}", - "html_url": "https://github.com/fakob/MoviePrint_v004/releases/tag/0.2.22", - "id": 27102863, - "node_id": "MDc6UmVsZWFzZTI3MTAyODYz", - "tag_name": "0.2.22", - "target_commitish": "master", - "name": "MoviePrint_v004 - 0.2.22", - "draft": false, - "author": { - "login": "fakob", - "id": 4619772, - "node_id": "MDQ6VXNlcjQ2MTk3NzI=", - "avatar_url": "https://avatars0.githubusercontent.com/u/4619772?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/fakob", - "html_url": "https://github.com/fakob", - "followers_url": "https://api.github.com/users/fakob/followers", - "following_url": "https://api.github.com/users/fakob/following{/other_user}", - "gists_url": "https://api.github.com/users/fakob/gists{/gist_id}", - "starred_url": "https://api.github.com/users/fakob/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/fakob/subscriptions", - "organizations_url": "https://api.github.com/users/fakob/orgs", - "repos_url": "https://api.github.com/users/fakob/repos", - "events_url": "https://api.github.com/users/fakob/events{/privacy}", - "received_events_url": "https://api.github.com/users/fakob/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2020-06-01T17:11:20Z", - "published_at": "2020-06-01T17:23:13Z", - "assets": [ + "size": 103524, + "download_count": 225, + "created_at": "2020-06-05T16:13:08Z", + "updated_at": "2020-06-05T16:13:09Z", + "browser_download_url": "https://github.com/agalwood/Motrix/releases/download/v1.5.15/Motrix-Setup-1.5.15.exe.blockmap" + }, { - "url": "https://api.github.com/repos/fakob/MoviePrint_v004/releases/assets/21257975", - "id": 21257975, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMjU3OTc1", - "name": "MoviePrint_v004-0.2.22-mac.dmg", - "label": null, + "url": "https://api.github.com/repos/agalwood/Motrix/releases/assets/21450140", + "id": 21450140, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxNDUwMTQw", + "name": "Motrix_1.5.15_amd64.deb", + "label": "", "uploader": { - "login": "fakob", - "id": 4619772, - "node_id": "MDQ6VXNlcjQ2MTk3NzI=", - "avatar_url": "https://avatars0.githubusercontent.com/u/4619772?v=4", + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/fakob", - "html_url": "https://github.com/fakob", - "followers_url": "https://api.github.com/users/fakob/followers", - "following_url": "https://api.github.com/users/fakob/following{/other_user}", - "gists_url": "https://api.github.com/users/fakob/gists{/gist_id}", - "starred_url": "https://api.github.com/users/fakob/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/fakob/subscriptions", - "organizations_url": "https://api.github.com/users/fakob/orgs", - "repos_url": "https://api.github.com/users/fakob/repos", - "events_url": "https://api.github.com/users/fakob/events{/privacy}", - "received_events_url": "https://api.github.com/users/fakob/received_events", - "type": "User", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 259231736, - "download_count": 660, - "created_at": "2020-06-01T17:10:53Z", - "updated_at": "2020-06-01T17:12:08Z", - "browser_download_url": "https://github.com/fakob/MoviePrint_v004/releases/download/0.2.22/MoviePrint_v004-0.2.22-mac.dmg" + "size": 57730794, + "download_count": 3997, + "created_at": "2020-06-05T16:10:22Z", + "updated_at": "2020-06-05T16:10:24Z", + "browser_download_url": "https://github.com/agalwood/Motrix/releases/download/v1.5.15/Motrix_1.5.15_amd64.deb" }, { - "url": "https://api.github.com/repos/fakob/MoviePrint_v004/releases/assets/21257072", - "id": 21257072, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMjU3MDcy", - "name": "MoviePrint_v004-0.2.22-win.zip", - "label": null, + "url": "https://api.github.com/repos/agalwood/Motrix/releases/assets/21450101", + "id": 21450101, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxNDUwMTAx", + "name": "Motrix_1.5.15_amd64.snap", + "label": "", "uploader": { - "login": "fakob", - "id": 4619772, - "node_id": "MDQ6VXNlcjQ2MTk3NzI=", - "avatar_url": "https://avatars0.githubusercontent.com/u/4619772?v=4", + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/fakob", - "html_url": "https://github.com/fakob", - "followers_url": "https://api.github.com/users/fakob/followers", - "following_url": "https://api.github.com/users/fakob/following{/other_user}", - "gists_url": "https://api.github.com/users/fakob/gists{/gist_id}", - "starred_url": "https://api.github.com/users/fakob/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/fakob/subscriptions", - "organizations_url": "https://api.github.com/users/fakob/orgs", - "repos_url": "https://api.github.com/users/fakob/repos", - "events_url": "https://api.github.com/users/fakob/events{/privacy}", - "received_events_url": "https://api.github.com/users/fakob/received_events", - "type": "User", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", "site_admin": false }, - "content_type": "application/x-zip-compressed", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 149022347, - "download_count": 1058, - "created_at": "2020-06-01T16:35:38Z", - "updated_at": "2020-06-01T16:36:24Z", - "browser_download_url": "https://github.com/fakob/MoviePrint_v004/releases/download/0.2.22/MoviePrint_v004-0.2.22-win.zip" + "size": 71184384, + "download_count": 411, + "created_at": "2020-06-05T16:08:59Z", + "updated_at": "2020-06-05T16:09:00Z", + "browser_download_url": "https://github.com/agalwood/Motrix/releases/download/v1.5.15/Motrix_1.5.15_amd64.snap" } ], - "tarball_url": "https://api.github.com/repos/fakob/MoviePrint_v004/tarball/0.2.22", - "zipball_url": "https://api.github.com/repos/fakob/MoviePrint_v004/zipball/0.2.22", - "body_html": "

Changelog

\n

https://www.movieprint.org/download/

\n

Help

\n

https://www.movieprint.org/help/

\n

NEW WEBSITE - movieprint.org

\n

Fixed

\n" + "tarball_url": "https://api.github.com/repos/agalwood/Motrix/tarball/v1.5.15", + "zipball_url": "https://api.github.com/repos/agalwood/Motrix/zipball/v1.5.15", + "body_html": "

Release Note

\n\n

更新日志

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:34.226Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:26.697Z" }, "move-more": { "latestRelease": { @@ -61768,7 +61726,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 522, - "download_count": 665, + "download_count": 667, "created_at": "2020-05-05T20:13:59Z", "updated_at": "2020-05-05T20:13:59Z", "browser_download_url": "https://github.com/DeskRelief/SitHealthy/releases/download/v1.14.3/latest-mac.yml" @@ -61802,7 +61760,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 351, - "download_count": 5301, + "download_count": 5314, "created_at": "2020-05-05T20:08:08Z", "updated_at": "2020-05-05T20:08:09Z", "browser_download_url": "https://github.com/DeskRelief/SitHealthy/releases/download/v1.14.3/latest.yml" @@ -61972,7 +61930,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 39889200, - "download_count": 254, + "download_count": 255, "created_at": "2020-05-05T20:07:43Z", "updated_at": "2020-05-05T20:08:08Z", "browser_download_url": "https://github.com/DeskRelief/SitHealthy/releases/download/v1.14.3/sithealthy-setup-1.14.3.exe" @@ -62016,7 +61974,49 @@ "zipball_url": "https://api.github.com/repos/DeskRelief/SitHealthy/zipball/v1.14.3", "body_html": "

Added

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:34.308Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:26.708Z" + }, + "mongoclient": { + "latestRelease": { + "url": "https://api.github.com/repos/nosqlclient/nosqlclient/releases/26086304", + "assets_url": "https://api.github.com/repos/nosqlclient/nosqlclient/releases/26086304/assets", + "upload_url": "https://uploads.github.com/repos/nosqlclient/nosqlclient/releases/26086304/assets{?name,label}", + "html_url": "https://github.com/nosqlclient/nosqlclient/releases/tag/4.0.0", + "id": 26086304, + "node_id": "MDc6UmVsZWFzZTI2MDg2MzA0", + "tag_name": "4.0.0", + "target_commitish": "master", + "name": "4.0.0", + "draft": false, + "author": { + "login": "rsercano", + "id": 3640368, + "node_id": "MDQ6VXNlcjM2NDAzNjg=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3640368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rsercano", + "html_url": "https://github.com/rsercano", + "followers_url": "https://api.github.com/users/rsercano/followers", + "following_url": "https://api.github.com/users/rsercano/following{/other_user}", + "gists_url": "https://api.github.com/users/rsercano/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rsercano/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rsercano/subscriptions", + "organizations_url": "https://api.github.com/users/rsercano/orgs", + "repos_url": "https://api.github.com/users/rsercano/repos", + "events_url": "https://api.github.com/users/rsercano/events{/privacy}", + "received_events_url": "https://api.github.com/users/rsercano/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2020-05-01T14:31:18Z", + "published_at": "2020-05-01T15:40:41Z", + "assets": [], + "tarball_url": "https://api.github.com/repos/nosqlclient/nosqlclient/tarball/4.0.0", + "zipball_url": "https://api.github.com/repos/nosqlclient/nosqlclient/zipball/4.0.0", + "body_html": "

This release is just to keep new commits as a docker tag. We don't have time to build electron packages sorry about that, so no desktop distribution is supported now, just docker builds. Feel free to join slack channel and ask or raise an issue

\n

Main page: https://www.nosqlclient.com

\n

Documentation: https://www.nosqlclient.com/docs

" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:26.735Z" }, "multiple-file-manager": { "latestRelease": { @@ -62083,7 +62083,7 @@ "content_type": "application/x-iso9660-appimage", "state": "uploaded", "size": 72783679, - "download_count": 26, + "download_count": 27, "created_at": "2020-04-10T06:07:30Z", "updated_at": "2020-04-10T06:09:32Z", "browser_download_url": "https://github.com/dhanyn10/multiple-file-manager/releases/download/v2.0.2/Multiple.File.Manager-2.0.2.AppImage" @@ -62127,7 +62127,7 @@ "zipball_url": "https://api.github.com/repos/dhanyn10/multiple-file-manager/zipball/v2.0.2", "body_html": "

this release already tested with win10 and ubuntu 18.04
\ndownload via Google Drive

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:34.563Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:26.784Z" }, "mstream": { "latestRelease": { @@ -62169,7 +62169,7 @@ "zipball_url": "https://api.github.com/repos/IrosTheBeggar/mStream/zipball/v4.7.0", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:34.569Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:26.815Z" }, "mr-noplay": { "latestRelease": { @@ -62280,7 +62280,7 @@ "zipball_url": "https://api.github.com/repos/mrnoplay/mrnoplay/zipball/4.0.1", "body_html": "

中文部分

\n

👉 English Part Below!

\n\n

本更新日志包括 4.0.04.0.1 更新的内容。

\n

🎉 重要功能更新

\n

黑名单功能

\n

可以在 Mr Noplay 以工作模式运行时禁止设置中设定的程序开启。(本功能需要下载额外文件,另外,工作模式请通过主界面时间设置文本框上方的箭头按钮开启)

\n

💎 功能性更新

\n

设置最长超时时间

\n

之前,最长超时时间是10分钟,现在你可以手动修改。

\n

⚙️ 小变化

\n\n

🗞 更多信息

\n

Windows 注意事项

\n\n

macOS 注意事项

\n\n

English Part

\n

This release note includes updates from both 4.0.0 and 4.0.1.

\n

🎉 Important Features

\n

The Blacklist

\n

Forbid your chosen apps when Mr Noplay is running in work mode. (Click the arrow button above the time inputbox to set work mode)

\n

💎 Functional Updates

\n

Change Maximum Overtime

\n

Now we allow users to change the length of the maximum overtime.

\n

⚙️ Minor Modifications

\n\n

🗞 Information

\n

Tips for Windows Users:

\n\n

Tip for macOS Users:

\n\n

How can I get in touch with the developer?

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:34.599Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:26.826Z" }, "multrin": { "latestRelease": { @@ -62347,7 +62347,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 509, - "download_count": 504, + "download_count": 508, "created_at": "2020-04-16T20:28:00Z", "updated_at": "2020-04-16T20:28:00Z", "browser_download_url": "https://github.com/sentialx/multrin/releases/download/v1.3.0/latest-mac.yml" @@ -62381,7 +62381,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 343, - "download_count": 60936, + "download_count": 61115, "created_at": "2020-04-16T20:30:19Z", "updated_at": "2020-04-16T20:30:19Z", "browser_download_url": "https://github.com/sentialx/multrin/releases/download/v1.3.0/latest.yml" @@ -62449,7 +62449,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 64895037, - "download_count": 163, + "download_count": 165, "created_at": "2020-04-16T20:27:57Z", "updated_at": "2020-04-16T20:27:59Z", "browser_download_url": "https://github.com/sentialx/multrin/releases/download/v1.3.0/Multrin-1.3.0-mac.zip" @@ -62483,7 +62483,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 70823711, - "download_count": 1799, + "download_count": 1801, "created_at": "2020-04-16T20:28:43Z", "updated_at": "2020-04-16T20:28:45Z", "browser_download_url": "https://github.com/sentialx/multrin/releases/download/v1.3.0/Multrin-1.3.0-win.zip" @@ -62517,7 +62517,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 67016340, - "download_count": 293, + "download_count": 294, "created_at": "2020-04-16T20:27:37Z", "updated_at": "2020-04-16T20:27:39Z", "browser_download_url": "https://github.com/sentialx/multrin/releases/download/v1.3.0/Multrin-1.3.0.dmg" @@ -62585,7 +62585,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 100893158, - "download_count": 31741, + "download_count": 31833, "created_at": "2020-04-16T20:30:15Z", "updated_at": "2020-04-16T20:30:18Z", "browser_download_url": "https://github.com/sentialx/multrin/releases/download/v1.3.0/Multrin-Setup-1.3.0.exe" @@ -62619,7 +62619,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 105364, - "download_count": 27895, + "download_count": 27988, "created_at": "2020-04-16T20:30:15Z", "updated_at": "2020-04-16T20:30:16Z", "browser_download_url": "https://github.com/sentialx/multrin/releases/download/v1.3.0/Multrin-Setup-1.3.0.exe.blockmap" @@ -62629,7 +62629,7 @@ "zipball_url": "https://api.github.com/repos/sentialx/multrin/zipball/v1.3.0", "body_html": "

Changes

\n\n

Fixes

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:34.642Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:26.831Z" }, "muno": { "latestRelease": { @@ -62876,7 +62876,7 @@ "zipball_url": "https://api.github.com/repos/SingletonIT/MUNO-release/zipball/v0.4.1", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:34.931Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:26.894Z" }, "museeks": { "latestRelease": { @@ -62943,7 +62943,7 @@ "content_type": "application/x-deb", "state": "uploaded", "size": 51104320, - "download_count": 1219, + "download_count": 1227, "created_at": "2020-03-25T16:31:01Z", "updated_at": "2020-03-25T16:31:05Z", "browser_download_url": "https://github.com/martpie/museeks/releases/download/0.11.4/museeks-amd64.deb" @@ -63011,7 +63011,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 75305126, - "download_count": 282, + "download_count": 283, "created_at": "2020-03-25T16:31:13Z", "updated_at": "2020-03-25T16:31:17Z", "browser_download_url": "https://github.com/martpie/museeks/releases/download/0.11.4/museeks-i386.AppImage" @@ -63079,7 +63079,7 @@ "content_type": "application/x-deb", "state": "uploaded", "size": 52218464, - "download_count": 121, + "download_count": 122, "created_at": "2020-03-25T16:31:05Z", "updated_at": "2020-03-25T16:31:08Z", "browser_download_url": "https://github.com/martpie/museeks/releases/download/0.11.4/museeks-i386.deb" @@ -63215,7 +63215,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 100264984, - "download_count": 2639, + "download_count": 2642, "created_at": "2020-03-25T16:31:26Z", "updated_at": "2020-03-25T16:31:37Z", "browser_download_url": "https://github.com/martpie/museeks/releases/download/0.11.4/museeks-setup.exe" @@ -63283,7 +63283,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 74374688, - "download_count": 604, + "download_count": 605, "created_at": "2020-03-25T16:31:17Z", "updated_at": "2020-03-25T16:31:22Z", "browser_download_url": "https://github.com/martpie/museeks/releases/download/0.11.4/museeks-x86_64.AppImage" @@ -63351,7 +63351,7 @@ "content_type": "audio/x-pn-realaudio-plugin", "state": "uploaded", "size": 51280668, - "download_count": 379, + "download_count": 380, "created_at": "2020-03-25T16:29:37Z", "updated_at": "2020-03-25T16:30:27Z", "browser_download_url": "https://github.com/martpie/museeks/releases/download/0.11.4/museeks-x86_64.rpm" @@ -63463,7 +63463,7 @@ "zipball_url": "https://api.github.com/repos/martpie/museeks/zipball/0.11.4", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:34.935Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:26.899Z" }, "music-kitten": { "latestRelease": { @@ -63564,7 +63564,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 352, - "download_count": 1335, + "download_count": 1336, "created_at": "2019-12-29T05:54:32Z", "updated_at": "2019-12-29T05:54:32Z", "browser_download_url": "https://github.com/CorySanin/Kitten-for-CSGO/releases/download/v2.5.0/latest.yml" @@ -63700,7 +63700,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 76972821, - "download_count": 1480, + "download_count": 1481, "created_at": "2019-12-29T05:54:29Z", "updated_at": "2019-12-29T05:54:31Z", "browser_download_url": "https://github.com/CorySanin/Kitten-for-CSGO/releases/download/v2.5.0/Music-Kitten-Setup-2.5.0.exe" @@ -63812,7 +63812,7 @@ "zipball_url": "https://api.github.com/repos/CorySanin/Kitten-for-CSGO/zipball/v2.5.0", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:34.977Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:26.910Z" }, "music-player": { "latestRelease": { @@ -63879,7 +63879,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 68053835, - "download_count": 103, + "download_count": 104, "created_at": "2020-05-10T07:20:06Z", "updated_at": "2020-05-10T07:20:08Z", "browser_download_url": "https://github.com/Aveek-Saha/MusicPlayer/releases/download/v5.0.0/DuskPlayer-5.0.0.AppImage" @@ -63991,11 +63991,11 @@ "zipball_url": "https://api.github.com/repos/Aveek-Saha/MusicPlayer/zipball/v5.0.0", "body_html": "

For Linux

\n

Download the .deb package or the AppImage

\n

For Windows

\n

Download the .exe file

\n

For MacOS

\n

Download the .pkg file

\n

Updates

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:34.992Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:26.939Z" }, "musify": { "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:35.261Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:26.956Z" }, "musictube-player": { "latestRelease": { @@ -64072,7 +64072,7 @@ "zipball_url": "https://api.github.com/repos/simon-fraser/MusicTube-Player/zipball/V1.7.0", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:35.265Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:27.019Z" }, "ndm": { "latestRelease": { @@ -64207,7 +64207,7 @@ "content_type": "application/x-apple-diskimage", "state": "uploaded", "size": 58172874, - "download_count": 12996, + "download_count": 12998, "created_at": "2017-05-22T21:11:23Z", "updated_at": "2017-05-22T21:11:30Z", "browser_download_url": "https://github.com/720kb/ndm/releases/download/v1.2.0/ndm-1.2.0.dmg" @@ -64241,7 +64241,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 32685131, - "download_count": 12349, + "download_count": 12351, "created_at": "2017-05-22T21:02:59Z", "updated_at": "2017-05-22T21:03:02Z", "browser_download_url": "https://github.com/720kb/ndm/releases/download/v1.2.0/ndm-1.2.0.exe" @@ -64275,7 +64275,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 62082677, - "download_count": 2318, + "download_count": 2319, "created_at": "2017-05-22T21:11:37Z", "updated_at": "2017-05-22T21:11:40Z", "browser_download_url": "https://github.com/720kb/ndm/releases/download/v1.2.0/ndm-1.2.0.zip" @@ -64285,7 +64285,7 @@ "zipball_url": "https://api.github.com/repos/720kb/ndm/zipball/v1.2.0", "body_html": "

CHANGELOG

\n\n

\"multitasking\"

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:35.340Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:27.048Z" }, "negative": { "latestRelease": { @@ -64396,7 +64396,118 @@ "zipball_url": "https://api.github.com/repos/atdrago/negative/zipball/v0.10.3", "body_html": "

Negative v0.10.3

\n

Changelog

\n

Bug Fixes

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:35.601Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:27.073Z" + }, + "mypsn": { + "latestRelease": { + "url": "https://api.github.com/repos/Lierrmm/MyPSN/releases/12324292", + "assets_url": "https://api.github.com/repos/Lierrmm/MyPSN/releases/12324292/assets", + "upload_url": "https://uploads.github.com/repos/Lierrmm/MyPSN/releases/12324292/assets{?name,label}", + "html_url": "https://github.com/Lierrmm/MyPSN/releases/tag/1.1.2", + "id": 12324292, + "node_id": "MDc6UmVsZWFzZTEyMzI0Mjky", + "tag_name": "1.1.2", + "target_commitish": "master", + "name": "[Minor] Version 1.1.2", + "draft": false, + "author": { + "login": "Lierrmm", + "id": 13552261, + "node_id": "MDQ6VXNlcjEzNTUyMjYx", + "avatar_url": "https://avatars0.githubusercontent.com/u/13552261?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Lierrmm", + "html_url": "https://github.com/Lierrmm", + "followers_url": "https://api.github.com/users/Lierrmm/followers", + "following_url": "https://api.github.com/users/Lierrmm/following{/other_user}", + "gists_url": "https://api.github.com/users/Lierrmm/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Lierrmm/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Lierrmm/subscriptions", + "organizations_url": "https://api.github.com/users/Lierrmm/orgs", + "repos_url": "https://api.github.com/users/Lierrmm/repos", + "events_url": "https://api.github.com/users/Lierrmm/events{/privacy}", + "received_events_url": "https://api.github.com/users/Lierrmm/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2018-08-09T08:03:46Z", + "published_at": "2018-08-09T08:06:41Z", + "assets": [ + { + "url": "https://api.github.com/repos/Lierrmm/MyPSN/releases/assets/8182783", + "id": 8182783, + "node_id": "MDEyOlJlbGVhc2VBc3NldDgxODI3ODM=", + "name": "latest.yml", + "label": null, + "uploader": { + "login": "Lierrmm", + "id": 13552261, + "node_id": "MDQ6VXNlcjEzNTUyMjYx", + "avatar_url": "https://avatars0.githubusercontent.com/u/13552261?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Lierrmm", + "html_url": "https://github.com/Lierrmm", + "followers_url": "https://api.github.com/users/Lierrmm/followers", + "following_url": "https://api.github.com/users/Lierrmm/following{/other_user}", + "gists_url": "https://api.github.com/users/Lierrmm/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Lierrmm/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Lierrmm/subscriptions", + "organizations_url": "https://api.github.com/users/Lierrmm/orgs", + "repos_url": "https://api.github.com/users/Lierrmm/repos", + "events_url": "https://api.github.com/users/Lierrmm/events{/privacy}", + "received_events_url": "https://api.github.com/users/Lierrmm/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 338, + "download_count": 27, + "created_at": "2018-08-09T08:05:52Z", + "updated_at": "2018-08-09T08:05:53Z", + "browser_download_url": "https://github.com/Lierrmm/MyPSN/releases/download/1.1.2/latest.yml" + }, + { + "url": "https://api.github.com/repos/Lierrmm/MyPSN/releases/assets/8182784", + "id": 8182784, + "node_id": "MDEyOlJlbGVhc2VBc3NldDgxODI3ODQ=", + "name": "mypsn.Setup.1.1.2.exe", + "label": null, + "uploader": { + "login": "Lierrmm", + "id": 13552261, + "node_id": "MDQ6VXNlcjEzNTUyMjYx", + "avatar_url": "https://avatars0.githubusercontent.com/u/13552261?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Lierrmm", + "html_url": "https://github.com/Lierrmm", + "followers_url": "https://api.github.com/users/Lierrmm/followers", + "following_url": "https://api.github.com/users/Lierrmm/following{/other_user}", + "gists_url": "https://api.github.com/users/Lierrmm/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Lierrmm/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Lierrmm/subscriptions", + "organizations_url": "https://api.github.com/users/Lierrmm/orgs", + "repos_url": "https://api.github.com/users/Lierrmm/repos", + "events_url": "https://api.github.com/users/Lierrmm/events{/privacy}", + "received_events_url": "https://api.github.com/users/Lierrmm/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-msdownload", + "state": "uploaded", + "size": 36073800, + "download_count": 190, + "created_at": "2018-08-09T08:05:52Z", + "updated_at": "2018-08-09T08:06:35Z", + "browser_download_url": "https://github.com/Lierrmm/MyPSN/releases/download/1.1.2/mypsn.Setup.1.1.2.exe" + } + ], + "tarball_url": "https://api.github.com/repos/Lierrmm/MyPSN/tarball/1.1.2", + "zipball_url": "https://api.github.com/repos/Lierrmm/MyPSN/zipball/1.1.2", + "body_html": "

Version 1.1.2

\n

Changes

\n" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:27.086Z" }, "nertivia": { "latestRelease": { @@ -64463,7 +64574,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 344, - "download_count": 3334, + "download_count": 3355, "created_at": "2020-07-22T14:09:03Z", "updated_at": "2020-07-22T14:09:04Z", "browser_download_url": "https://github.com/supertiger1234/nertivia-desktop-app/releases/download/v0.2.6/latest.yml" @@ -64497,7 +64608,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 59071651, - "download_count": 270, + "download_count": 271, "created_at": "2020-07-22T14:08:36Z", "updated_at": "2020-07-22T14:09:03Z", "browser_download_url": "https://github.com/supertiger1234/nertivia-desktop-app/releases/download/v0.2.6/Nertivia-Setup-0.2.6.exe" @@ -64541,7 +64652,7 @@ "zipball_url": "https://api.github.com/repos/supertiger1234/nertivia-desktop-app/zipball/v0.2.6", "body_html": "

Changed background of the launcher

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:35.641Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:27.112Z" }, "netron": { "latestRelease": { @@ -64608,7 +64719,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 362, - "download_count": 879, + "download_count": 935, "created_at": "2020-09-12T02:55:37Z", "updated_at": "2020-09-12T02:55:37Z", "browser_download_url": "https://github.com/lutzroeder/netron/releases/download/v4.5.1/latest-linux.yml" @@ -64642,7 +64753,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 506, - "download_count": 1784, + "download_count": 1953, "created_at": "2020-09-12T03:02:28Z", "updated_at": "2020-09-12T03:02:28Z", "browser_download_url": "https://github.com/lutzroeder/netron/releases/download/v4.5.1/latest-mac.yml" @@ -64676,7 +64787,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 372, - "download_count": 8062, + "download_count": 8597, "created_at": "2020-09-12T02:57:01Z", "updated_at": "2020-09-12T02:57:02Z", "browser_download_url": "https://github.com/lutzroeder/netron/releases/download/v4.5.1/latest.yml" @@ -64710,7 +64821,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 79070019, - "download_count": 1210, + "download_count": 1292, "created_at": "2020-09-12T03:01:57Z", "updated_at": "2020-09-12T03:01:59Z", "browser_download_url": "https://github.com/lutzroeder/netron/releases/download/v4.5.1/Netron-4.5.1-mac.zip" @@ -64744,7 +64855,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 80039235, - "download_count": 611, + "download_count": 636, "created_at": "2020-09-12T02:55:35Z", "updated_at": "2020-09-12T02:55:37Z", "browser_download_url": "https://github.com/lutzroeder/netron/releases/download/v4.5.1/Netron-4.5.1.AppImage" @@ -64778,7 +64889,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 81681721, - "download_count": 170, + "download_count": 190, "created_at": "2020-09-12T03:02:26Z", "updated_at": "2020-09-12T03:02:28Z", "browser_download_url": "https://github.com/lutzroeder/netron/releases/download/v4.5.1/Netron-4.5.1.dmg" @@ -64846,7 +64957,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 56783184, - "download_count": 5645, + "download_count": 5903, "created_at": "2020-09-12T02:57:00Z", "updated_at": "2020-09-12T02:57:01Z", "browser_download_url": "https://github.com/lutzroeder/netron/releases/download/v4.5.1/Netron-Setup-4.5.1.exe" @@ -64880,7 +64991,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 59913, - "download_count": 4619, + "download_count": 4827, "created_at": "2020-09-12T02:57:00Z", "updated_at": "2020-09-12T02:57:00Z", "browser_download_url": "https://github.com/lutzroeder/netron/releases/download/v4.5.1/Netron-Setup-4.5.1.exe.blockmap" @@ -64890,118 +65001,7 @@ "zipball_url": "https://api.github.com/repos/lutzroeder/netron/zipball/v4.5.1", "body_html": null }, - "latestReleaseFetchedAt": "2020-09-17T12:08:35.682Z" - }, - "mypsn": { - "latestRelease": { - "url": "https://api.github.com/repos/Lierrmm/MyPSN/releases/12324292", - "assets_url": "https://api.github.com/repos/Lierrmm/MyPSN/releases/12324292/assets", - "upload_url": "https://uploads.github.com/repos/Lierrmm/MyPSN/releases/12324292/assets{?name,label}", - "html_url": "https://github.com/Lierrmm/MyPSN/releases/tag/1.1.2", - "id": 12324292, - "node_id": "MDc6UmVsZWFzZTEyMzI0Mjky", - "tag_name": "1.1.2", - "target_commitish": "master", - "name": "[Minor] Version 1.1.2", - "draft": false, - "author": { - "login": "Lierrmm", - "id": 13552261, - "node_id": "MDQ6VXNlcjEzNTUyMjYx", - "avatar_url": "https://avatars0.githubusercontent.com/u/13552261?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Lierrmm", - "html_url": "https://github.com/Lierrmm", - "followers_url": "https://api.github.com/users/Lierrmm/followers", - "following_url": "https://api.github.com/users/Lierrmm/following{/other_user}", - "gists_url": "https://api.github.com/users/Lierrmm/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Lierrmm/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Lierrmm/subscriptions", - "organizations_url": "https://api.github.com/users/Lierrmm/orgs", - "repos_url": "https://api.github.com/users/Lierrmm/repos", - "events_url": "https://api.github.com/users/Lierrmm/events{/privacy}", - "received_events_url": "https://api.github.com/users/Lierrmm/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2018-08-09T08:03:46Z", - "published_at": "2018-08-09T08:06:41Z", - "assets": [ - { - "url": "https://api.github.com/repos/Lierrmm/MyPSN/releases/assets/8182783", - "id": 8182783, - "node_id": "MDEyOlJlbGVhc2VBc3NldDgxODI3ODM=", - "name": "latest.yml", - "label": null, - "uploader": { - "login": "Lierrmm", - "id": 13552261, - "node_id": "MDQ6VXNlcjEzNTUyMjYx", - "avatar_url": "https://avatars0.githubusercontent.com/u/13552261?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Lierrmm", - "html_url": "https://github.com/Lierrmm", - "followers_url": "https://api.github.com/users/Lierrmm/followers", - "following_url": "https://api.github.com/users/Lierrmm/following{/other_user}", - "gists_url": "https://api.github.com/users/Lierrmm/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Lierrmm/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Lierrmm/subscriptions", - "organizations_url": "https://api.github.com/users/Lierrmm/orgs", - "repos_url": "https://api.github.com/users/Lierrmm/repos", - "events_url": "https://api.github.com/users/Lierrmm/events{/privacy}", - "received_events_url": "https://api.github.com/users/Lierrmm/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 338, - "download_count": 27, - "created_at": "2018-08-09T08:05:52Z", - "updated_at": "2018-08-09T08:05:53Z", - "browser_download_url": "https://github.com/Lierrmm/MyPSN/releases/download/1.1.2/latest.yml" - }, - { - "url": "https://api.github.com/repos/Lierrmm/MyPSN/releases/assets/8182784", - "id": 8182784, - "node_id": "MDEyOlJlbGVhc2VBc3NldDgxODI3ODQ=", - "name": "mypsn.Setup.1.1.2.exe", - "label": null, - "uploader": { - "login": "Lierrmm", - "id": 13552261, - "node_id": "MDQ6VXNlcjEzNTUyMjYx", - "avatar_url": "https://avatars0.githubusercontent.com/u/13552261?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Lierrmm", - "html_url": "https://github.com/Lierrmm", - "followers_url": "https://api.github.com/users/Lierrmm/followers", - "following_url": "https://api.github.com/users/Lierrmm/following{/other_user}", - "gists_url": "https://api.github.com/users/Lierrmm/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Lierrmm/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Lierrmm/subscriptions", - "organizations_url": "https://api.github.com/users/Lierrmm/orgs", - "repos_url": "https://api.github.com/users/Lierrmm/repos", - "events_url": "https://api.github.com/users/Lierrmm/events{/privacy}", - "received_events_url": "https://api.github.com/users/Lierrmm/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-msdownload", - "state": "uploaded", - "size": 36073800, - "download_count": 189, - "created_at": "2018-08-09T08:05:52Z", - "updated_at": "2018-08-09T08:06:35Z", - "browser_download_url": "https://github.com/Lierrmm/MyPSN/releases/download/1.1.2/mypsn.Setup.1.1.2.exe" - } - ], - "tarball_url": "https://api.github.com/repos/Lierrmm/MyPSN/tarball/1.1.2", - "zipball_url": "https://api.github.com/repos/Lierrmm/MyPSN/zipball/1.1.2", - "body_html": "

Version 1.1.2

\n

Changes

\n" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:35.703Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:27.132Z" }, "network-assembler": { "latestRelease": { @@ -65078,7 +65078,7 @@ "zipball_url": "https://api.github.com/repos/kir486680/Network-Assembler/zipball/0.0.2", "body_html": "

Network Assembler allows you to make simple keras neural networks with simple GUI

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:35.950Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:27.155Z" }, "network-status-check": { "latestRelease": { @@ -65213,7 +65213,7 @@ "content_type": "application/x-zip-compressed", "state": "uploaded", "size": 74932629, - "download_count": 66, + "download_count": 67, "created_at": "2020-05-05T21:02:25Z", "updated_at": "2020-05-05T21:04:10Z", "browser_download_url": "https://github.com/cjerrington/net-check/releases/download/v1.0.7/Network-Status-Check-portable-1.0.7.zip" @@ -65223,7 +65223,7 @@ "zipball_url": "https://api.github.com/repos/cjerrington/net-check/zipball/v1.0.7", "body_html": "

Updated jQuery dependency and packaging methods.

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:35.982Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:27.164Z" }, "neucalculator": { "latestRelease": { @@ -65300,7 +65300,11 @@ "zipball_url": "https://api.github.com/repos/moh3n9595/neu-calculator/zipball/V1.0.0", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:36.013Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:27.201Z" + }, + "nicepage": { + "latestRelease": null, + "latestReleaseFetchedAt": "2020-09-18T00:10:27.205Z" }, "nfov": { "latestRelease": { @@ -65411,11 +65415,7 @@ "zipball_url": "https://api.github.com/repos/nrlquaker/nfov/zipball/v1.3.1", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:36.051Z" - }, - "nicepage": { - "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:36.275Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:27.224Z" }, "nighthawk": { "latestRelease": { @@ -65584,7 +65584,7 @@ "content_type": "application/x-executable", "state": "uploaded", "size": 51541727, - "download_count": 895, + "download_count": 896, "created_at": "2019-04-27T02:54:03Z", "updated_at": "2019-04-27T02:58:07Z", "browser_download_url": "https://github.com/quantumkv/nighthawk/releases/download/2.1.1/nighthawkSetup-win-v2.1.1-x64.exe" @@ -65628,7 +65628,11 @@ "zipball_url": "https://api.github.com/repos/quantumkv/nighthawk/zipball/2.1.1", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:36.310Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:27.252Z" + }, + "nodejs-package-manager": { + "latestRelease": null, + "latestReleaseFetchedAt": "2020-09-18T00:10:27.258Z" }, "node-red": { "latestRelease": { @@ -65729,7 +65733,7 @@ "content_type": "application/x-msdownload", "state": "uploaded", "size": 50927949, - "download_count": 716, + "download_count": 717, "created_at": "2019-10-29T15:14:51Z", "updated_at": "2019-10-29T15:15:47Z", "browser_download_url": "https://github.com/zuhito/electron-node-red/releases/download/1.0.2/electron-node-red.Setup.1.0.2.exe" @@ -65739,11 +65743,7 @@ "zipball_url": "https://api.github.com/repos/zuhito/electron-node-red/zipball/1.0.2", "body_html": "\n

Click \"More info\" and \"Run anyway\" when your windows PC shows \"Windows protected your PC\".
\n「WindowsによってPCが保護されました」という画面が表示された場合は、「詳細情報」を参照し、「実行」をクリックしてください。

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:36.355Z" - }, - "nodejs-package-manager": { - "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:36.373Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:27.281Z" }, "nodemailer-app": { "latestRelease": { @@ -65844,7 +65844,7 @@ "content_type": "application/x-apple-diskimage", "state": "uploaded", "size": 135056152, - "download_count": 2136, + "download_count": 2137, "created_at": "2019-12-30T11:53:39Z", "updated_at": "2019-12-30T11:54:10Z", "browser_download_url": "https://github.com/nodemailer/nodemailer-app/releases/download/v1.0.16/NodemailerApp-1.0.16.dmg" @@ -65912,7 +65912,7 @@ "content_type": "application/x-msdos-program", "state": "uploaded", "size": 143878144, - "download_count": 4211, + "download_count": 4214, "created_at": "2019-12-30T12:04:43Z", "updated_at": "2019-12-30T12:05:07Z", "browser_download_url": "https://github.com/nodemailer/nodemailer-app/releases/download/v1.0.16/NodemailerApp-1.0.16.Setup.exe" @@ -66014,7 +66014,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 85, - "download_count": 77699, + "download_count": 77987, "created_at": "2019-12-30T12:04:43Z", "updated_at": "2019-12-30T12:04:43Z", "browser_download_url": "https://github.com/nodemailer/nodemailer-app/releases/download/v1.0.16/RELEASES" @@ -66024,19 +66024,19 @@ "zipball_url": "https://api.github.com/repos/nodemailer/nodemailer-app/zipball/v1.0.16", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:36.664Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:27.320Z" }, - "notable": { + "noty": { "latestRelease": { - "url": "https://api.github.com/repos/notable/notable/releases/23018127", - "assets_url": "https://api.github.com/repos/notable/notable/releases/23018127/assets", - "upload_url": "https://uploads.github.com/repos/notable/notable/releases/23018127/assets{?name,label}", - "html_url": "https://github.com/notable/notable/releases/tag/v1.8.4", - "id": 23018127, - "node_id": "MDc6UmVsZWFzZTIzMDE4MTI3", - "tag_name": "v1.8.4", + "url": "https://api.github.com/repos/fabiospampinato/noty/releases/14862914", + "assets_url": "https://api.github.com/repos/fabiospampinato/noty/releases/14862914/assets", + "upload_url": "https://uploads.github.com/repos/fabiospampinato/noty/releases/14862914/assets{?name,label}", + "html_url": "https://github.com/fabiospampinato/noty/releases/tag/v2.2.0", + "id": 14862914, + "node_id": "MDc6UmVsZWFzZTE0ODYyOTE0", + "tag_name": "v2.2.0", "target_commitish": "master", - "name": "v1.8.4", + "name": "v2.2.0", "draft": false, "author": { "login": "fabiospampinato", @@ -66059,15 +66059,49 @@ "site_admin": false }, "prerelease": false, - "created_at": "2020-01-18T01:52:49Z", - "published_at": "2020-01-21T20:15:06Z", + "created_at": "2019-01-06T17:10:07Z", + "published_at": "2019-01-08T20:57:37Z", "assets": [ { - "url": "https://api.github.com/repos/notable/notable/releases/assets/17487792", - "id": 17487792, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NDg3Nzky", + "url": "https://api.github.com/repos/fabiospampinato/noty/releases/assets/10465746", + "id": 10465746, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwNDY1NzQ2", + "name": "com.fabiospampinato.noty.plist", + "label": null, + "uploader": { + "login": "fabiospampinato", + "id": 1812093, + "node_id": "MDQ6VXNlcjE4MTIwOTM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1812093?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabiospampinato", + "html_url": "https://github.com/fabiospampinato", + "followers_url": "https://api.github.com/users/fabiospampinato/followers", + "following_url": "https://api.github.com/users/fabiospampinato/following{/other_user}", + "gists_url": "https://api.github.com/users/fabiospampinato/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabiospampinato/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabiospampinato/subscriptions", + "organizations_url": "https://api.github.com/users/fabiospampinato/orgs", + "repos_url": "https://api.github.com/users/fabiospampinato/repos", + "events_url": "https://api.github.com/users/fabiospampinato/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabiospampinato/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 520, + "download_count": 48, + "created_at": "2019-01-08T19:12:26Z", + "updated_at": "2019-01-08T19:12:27Z", + "browser_download_url": "https://github.com/fabiospampinato/noty/releases/download/v2.2.0/com.fabiospampinato.noty.plist" + }, + { + "url": "https://api.github.com/repos/fabiospampinato/noty/releases/assets/10465748", + "id": 10465748, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwNDY1NzQ4", "name": "latest-linux.yml", - "label": "", + "label": null, "uploader": { "login": "fabiospampinato", "id": 1812093, @@ -66088,20 +66122,20 @@ "type": "User", "site_admin": false }, - "content_type": "text/yaml", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 364, - "download_count": 21241, - "created_at": "2020-01-21T20:12:29Z", - "updated_at": "2020-01-21T20:12:29Z", - "browser_download_url": "https://github.com/notable/notable/releases/download/v1.8.4/latest-linux.yml" + "size": 372, + "download_count": 3192, + "created_at": "2019-01-08T19:12:26Z", + "updated_at": "2019-01-08T19:12:27Z", + "browser_download_url": "https://github.com/fabiospampinato/noty/releases/download/v2.2.0/latest-linux.yml" }, { - "url": "https://api.github.com/repos/notable/notable/releases/assets/17487795", - "id": 17487795, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NDg3Nzk1", + "url": "https://api.github.com/repos/fabiospampinato/noty/releases/assets/10465749", + "id": 10465749, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwNDY1NzQ5", "name": "latest-mac.yml", - "label": "", + "label": null, "uploader": { "login": "fabiospampinato", "id": 1812093, @@ -66122,20 +66156,20 @@ "type": "User", "site_admin": false }, - "content_type": "text/yaml", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 509, - "download_count": 361716, - "created_at": "2020-01-21T20:12:30Z", - "updated_at": "2020-01-21T20:12:30Z", - "browser_download_url": "https://github.com/notable/notable/releases/download/v1.8.4/latest-mac.yml" + "size": 500, + "download_count": 3492, + "created_at": "2019-01-08T19:12:26Z", + "updated_at": "2019-01-08T19:12:27Z", + "browser_download_url": "https://github.com/fabiospampinato/noty/releases/download/v2.2.0/latest-mac.yml" }, { - "url": "https://api.github.com/repos/notable/notable/releases/assets/17487796", - "id": 17487796, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NDg3Nzk2", + "url": "https://api.github.com/repos/fabiospampinato/noty/releases/assets/10465751", + "id": 10465751, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwNDY1NzUx", "name": "latest.yml", - "label": "", + "label": null, "uploader": { "login": "fabiospampinato", "id": 1812093, @@ -66156,20 +66190,20 @@ "type": "User", "site_admin": false }, - "content_type": "text/yaml", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 342, - "download_count": 328792, - "created_at": "2020-01-21T20:12:31Z", - "updated_at": "2020-01-21T20:12:31Z", - "browser_download_url": "https://github.com/notable/notable/releases/download/v1.8.4/latest.yml" + "size": 336, + "download_count": 9669, + "created_at": "2019-01-08T19:12:27Z", + "updated_at": "2019-01-08T19:12:28Z", + "browser_download_url": "https://github.com/fabiospampinato/noty/releases/download/v2.2.0/latest.yml" }, { - "url": "https://api.github.com/repos/notable/notable/releases/assets/17487708", - "id": 17487708, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NDg3NzA4", - "name": "Notable-1.8.4-ia32-win.zip", - "label": "", + "url": "https://api.github.com/repos/fabiospampinato/noty/releases/assets/10467250", + "id": 10467250, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwNDY3MjUw", + "name": "notable-1.1.0.x86_64.rpm", + "label": null, "uploader": { "login": "fabiospampinato", "id": 1812093, @@ -66190,20 +66224,20 @@ "type": "User", "site_admin": false }, - "content_type": "application/zip", + "content_type": "application/x-rpm", "state": "uploaded", - "size": 59959226, - "download_count": 474, - "created_at": "2020-01-21T20:07:47Z", - "updated_at": "2020-01-21T20:08:40Z", - "browser_download_url": "https://github.com/notable/notable/releases/download/v1.8.4/Notable-1.8.4-ia32-win.zip" + "size": 44050644, + "download_count": 120, + "created_at": "2019-01-08T20:43:53Z", + "updated_at": "2019-01-08T20:44:49Z", + "browser_download_url": "https://github.com/fabiospampinato/noty/releases/download/v2.2.0/notable-1.1.0.x86_64.rpm" }, { - "url": "https://api.github.com/repos/notable/notable/releases/assets/17487717", - "id": 17487717, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NDg3NzE3", - "name": "Notable-1.8.4-mac.zip", - "label": "", + "url": "https://api.github.com/repos/fabiospampinato/noty/releases/assets/10465760", + "id": 10465760, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwNDY1NzYw", + "name": "Noty-2.2.0-mac.zip", + "label": null, "uploader": { "login": "fabiospampinato", "id": 1812093, @@ -66226,18 +66260,18 @@ }, "content_type": "application/zip", "state": "uploaded", - "size": 64220867, - "download_count": 5764, - "created_at": "2020-01-21T20:08:43Z", - "updated_at": "2020-01-21T20:09:40Z", - "browser_download_url": "https://github.com/notable/notable/releases/download/v1.8.4/Notable-1.8.4-mac.zip" + "size": 53141866, + "download_count": 347, + "created_at": "2019-01-08T19:12:29Z", + "updated_at": "2019-01-08T19:16:26Z", + "browser_download_url": "https://github.com/fabiospampinato/noty/releases/download/v2.2.0/Noty-2.2.0-mac.zip" }, { - "url": "https://api.github.com/repos/notable/notable/releases/assets/17487729", - "id": 17487729, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NDg3NzI5", - "name": "Notable-1.8.4-win.zip", - "label": "", + "url": "https://api.github.com/repos/fabiospampinato/noty/releases/assets/10465762", + "id": 10465762, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwNDY1NzYy", + "name": "Noty-2.2.0-win.zip", + "label": null, "uploader": { "login": "fabiospampinato", "id": 1812093, @@ -66260,18 +66294,18 @@ }, "content_type": "application/zip", "state": "uploaded", - "size": 62881898, - "download_count": 2816, - "created_at": "2020-01-21T20:09:41Z", - "updated_at": "2020-01-21T20:10:05Z", - "browser_download_url": "https://github.com/notable/notable/releases/download/v1.8.4/Notable-1.8.4-win.zip" + "size": 54985357, + "download_count": 1049, + "created_at": "2019-01-08T19:12:29Z", + "updated_at": "2019-01-08T19:17:13Z", + "browser_download_url": "https://github.com/fabiospampinato/noty/releases/download/v2.2.0/Noty-2.2.0-win.zip" }, { - "url": "https://api.github.com/repos/notable/notable/releases/assets/17487736", - "id": 17487736, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NDg3NzM2", - "name": "Notable-1.8.4.AppImage", - "label": "", + "url": "https://api.github.com/repos/fabiospampinato/noty/releases/assets/10465763", + "id": 10465763, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwNDY1NzYz", + "name": "Noty-2.2.0.dmg", + "label": null, "uploader": { "login": "fabiospampinato", "id": 1812093, @@ -66292,20 +66326,20 @@ "type": "User", "site_admin": false }, - "content_type": "application/json; charset=utf-8", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 72406357, - "download_count": 3756, - "created_at": "2020-01-21T20:10:05Z", - "updated_at": "2020-01-21T20:11:04Z", - "browser_download_url": "https://github.com/notable/notable/releases/download/v1.8.4/Notable-1.8.4.AppImage" + "size": 54987319, + "download_count": 496, + "created_at": "2019-01-08T19:12:29Z", + "updated_at": "2019-01-08T19:18:04Z", + "browser_download_url": "https://github.com/fabiospampinato/noty/releases/download/v2.2.0/Noty-2.2.0.dmg" }, { - "url": "https://api.github.com/repos/notable/notable/releases/assets/17487757", - "id": 17487757, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NDg3NzU3", - "name": "Notable-1.8.4.dmg", - "label": "", + "url": "https://api.github.com/repos/fabiospampinato/noty/releases/assets/10465764", + "id": 10465764, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwNDY1NzY0", + "name": "Noty-2.2.0.dmg.blockmap", + "label": null, "uploader": { "login": "fabiospampinato", "id": 1812093, @@ -66326,20 +66360,20 @@ "type": "User", "site_admin": false }, - "content_type": "application/x-apple-diskimage", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 66335088, - "download_count": 20179, - "created_at": "2020-01-21T20:11:04Z", - "updated_at": "2020-01-21T20:12:25Z", - "browser_download_url": "https://github.com/notable/notable/releases/download/v1.8.4/Notable-1.8.4.dmg" + "size": 58396, + "download_count": 50, + "created_at": "2019-01-08T19:12:29Z", + "updated_at": "2019-01-08T19:18:05Z", + "browser_download_url": "https://github.com/fabiospampinato/noty/releases/download/v2.2.0/Noty-2.2.0.dmg.blockmap" }, { - "url": "https://api.github.com/repos/notable/notable/releases/assets/17487791", - "id": 17487791, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NDg3Nzkx", - "name": "Notable-1.8.4.dmg.blockmap", - "label": "", + "url": "https://api.github.com/repos/fabiospampinato/noty/releases/assets/10465766", + "id": 10465766, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwNDY1NzY2", + "name": "Noty-2.2.0.pkg", + "label": null, "uploader": { "login": "fabiospampinato", "id": 1812093, @@ -66360,20 +66394,20 @@ "type": "User", "site_admin": false }, - "content_type": "application/json; charset=utf-8", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 70535, - "download_count": 47, - "created_at": "2020-01-21T20:12:28Z", - "updated_at": "2020-01-21T20:12:29Z", - "browser_download_url": "https://github.com/notable/notable/releases/download/v1.8.4/Notable-1.8.4.dmg.blockmap" + "size": 54847203, + "download_count": 86, + "created_at": "2019-01-08T19:12:30Z", + "updated_at": "2019-01-08T19:18:52Z", + "browser_download_url": "https://github.com/fabiospampinato/noty/releases/download/v2.2.0/Noty-2.2.0.pkg" }, { - "url": "https://api.github.com/repos/notable/notable/releases/assets/17487799", - "id": 17487799, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NDg3Nzk5", - "name": "notable-1.8.4.pacman", - "label": "", + "url": "https://api.github.com/repos/fabiospampinato/noty/releases/assets/10465752", + "id": 10465752, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwNDY1NzUy", + "name": "Noty.2.2.0.AppImage", + "label": null, "uploader": { "login": "fabiospampinato", "id": 1812093, @@ -66394,20 +66428,20 @@ "type": "User", "site_admin": false }, - "content_type": "application/json; charset=utf-8", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 50739148, - "download_count": 4105, - "created_at": "2020-01-21T20:12:32Z", - "updated_at": "2020-01-21T20:12:52Z", - "browser_download_url": "https://github.com/notable/notable/releases/download/v1.8.4/notable-1.8.4.pacman" + "size": 56143289, + "download_count": 443, + "created_at": "2019-01-08T19:12:27Z", + "updated_at": "2019-01-08T19:13:59Z", + "browser_download_url": "https://github.com/fabiospampinato/noty/releases/download/v2.2.0/Noty.2.2.0.AppImage" }, { - "url": "https://api.github.com/repos/notable/notable/releases/assets/17487802", - "id": 17487802, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NDg3ODAy", - "name": "notable-1.8.4.x86_64.rpm", - "label": "", + "url": "https://api.github.com/repos/fabiospampinato/noty/releases/assets/10465754", + "id": 10465754, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwNDY1NzU0", + "name": "Noty.2.2.0.exe", + "label": null, "uploader": { "login": "fabiospampinato", "id": 1812093, @@ -66428,20 +66462,20 @@ "type": "User", "site_admin": false }, - "content_type": "application/x-redhat-package-manager", + "content_type": "application/x-msdownload", "state": "uploaded", - "size": 50785696, - "download_count": 1025, - "created_at": "2020-01-21T20:12:52Z", - "updated_at": "2020-01-21T20:13:40Z", - "browser_download_url": "https://github.com/notable/notable/releases/download/v1.8.4/notable-1.8.4.x86_64.rpm" + "size": 37367151, + "download_count": 925, + "created_at": "2019-01-08T19:12:27Z", + "updated_at": "2019-01-08T19:14:20Z", + "browser_download_url": "https://github.com/fabiospampinato/noty/releases/download/v2.2.0/Noty.2.2.0.exe" }, { - "url": "https://api.github.com/repos/notable/notable/releases/assets/17487697", - "id": 17487697, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NDg3Njk3", - "name": "Notable.Setup.1.8.4.exe", - "label": "", + "url": "https://api.github.com/repos/fabiospampinato/noty/releases/assets/10465755", + "id": 10465755, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwNDY1NzU1", + "name": "Noty.Setup.2.2.0.exe", + "label": null, "uploader": { "login": "fabiospampinato", "id": 1812093, @@ -66462,20 +66496,20 @@ "type": "User", "site_admin": false }, - "content_type": "application/x-msdos-program", + "content_type": "application/x-msdownload", "state": "uploaded", - "size": 90623743, - "download_count": 42487, - "created_at": "2020-01-21T20:07:06Z", - "updated_at": "2020-01-21T20:07:46Z", - "browser_download_url": "https://github.com/notable/notable/releases/download/v1.8.4/Notable.Setup.1.8.4.exe" + "size": 37539201, + "download_count": 952, + "created_at": "2019-01-08T19:12:28Z", + "updated_at": "2019-01-08T19:14:38Z", + "browser_download_url": "https://github.com/fabiospampinato/noty/releases/download/v2.2.0/Noty.Setup.2.2.0.exe" }, { - "url": "https://api.github.com/repos/notable/notable/releases/assets/17487707", - "id": 17487707, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NDg3NzA3", - "name": "Notable.Setup.1.8.4.exe.blockmap", - "label": "", + "url": "https://api.github.com/repos/fabiospampinato/noty/releases/assets/10465756", + "id": 10465756, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwNDY1NzU2", + "name": "Noty.Setup.2.2.0.exe.blockmap", + "label": null, "uploader": { "login": "fabiospampinato", "id": 1812093, @@ -66496,20 +66530,20 @@ "type": "User", "site_admin": false }, - "content_type": "application/json; charset=utf-8", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 95672, - "download_count": 6781, - "created_at": "2020-01-21T20:07:46Z", - "updated_at": "2020-01-21T20:07:47Z", - "browser_download_url": "https://github.com/notable/notable/releases/download/v1.8.4/Notable.Setup.1.8.4.exe.blockmap" + "size": 39772, + "download_count": 53, + "created_at": "2019-01-08T19:12:28Z", + "updated_at": "2019-01-08T19:14:38Z", + "browser_download_url": "https://github.com/fabiospampinato/noty/releases/download/v2.2.0/Noty.Setup.2.2.0.exe.blockmap" }, { - "url": "https://api.github.com/repos/notable/notable/releases/assets/17487808", - "id": 17487808, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NDg3ODA4", - "name": "notable_1.8.4_amd64.deb", - "label": "", + "url": "https://api.github.com/repos/fabiospampinato/noty/releases/assets/10465758", + "id": 10465758, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwNDY1NzU4", + "name": "noty_2.2.0_amd64.deb", + "label": null, "uploader": { "login": "fabiospampinato", "id": 1812093, @@ -66530,19 +66564,19 @@ "type": "User", "site_admin": false }, - "content_type": "application/x-debian-package", + "content_type": "application/x-deb", "state": "uploaded", - "size": 50730302, - "download_count": 12971, - "created_at": "2020-01-21T20:13:41Z", - "updated_at": "2020-01-21T20:13:58Z", - "browser_download_url": "https://github.com/notable/notable/releases/download/v1.8.4/notable_1.8.4_amd64.deb" + "size": 38901240, + "download_count": 1301, + "created_at": "2019-01-08T19:12:28Z", + "updated_at": "2019-01-08T19:14:59Z", + "browser_download_url": "https://github.com/fabiospampinato/noty/releases/download/v2.2.0/noty_2.2.0_amd64.deb" }, { - "url": "https://api.github.com/repos/notable/notable/releases/assets/19596513", - "id": 19596513, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE5NTk2NTEz", - "name": "notable_1.8.4_amd64.snap", + "url": "https://api.github.com/repos/fabiospampinato/noty/releases/assets/10465759", + "id": 10465759, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwNDY1NzU5", + "name": "noty_2.2.0_amd64.snap", "label": null, "uploader": { "login": "fabiospampinato", @@ -66566,30 +66600,30 @@ }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 60645376, - "download_count": 714, - "created_at": "2020-04-09T15:07:07Z", - "updated_at": "2020-04-09T15:07:23Z", - "browser_download_url": "https://github.com/notable/notable/releases/download/v1.8.4/notable_1.8.4_amd64.snap" + "size": 112431104, + "download_count": 188, + "created_at": "2019-01-08T19:12:28Z", + "updated_at": "2019-01-08T19:16:00Z", + "browser_download_url": "https://github.com/fabiospampinato/noty/releases/download/v2.2.0/noty_2.2.0_amd64.snap" } ], - "tarball_url": "https://api.github.com/repos/notable/notable/tarball/v1.8.4", - "zipball_url": "https://api.github.com/repos/notable/notable/zipball/v1.8.4", - "body_html": "
Improvements
\n\n
Bug Fixes
\n" + "tarball_url": "https://api.github.com/repos/fabiospampinato/noty/tarball/v2.2.0", + "zipball_url": "https://api.github.com/repos/fabiospampinato/noty/zipball/v2.2.0", + "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:36.666Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:27.340Z" }, - "noty": { + "notable": { "latestRelease": { - "url": "https://api.github.com/repos/fabiospampinato/noty/releases/14862914", - "assets_url": "https://api.github.com/repos/fabiospampinato/noty/releases/14862914/assets", - "upload_url": "https://uploads.github.com/repos/fabiospampinato/noty/releases/14862914/assets{?name,label}", - "html_url": "https://github.com/fabiospampinato/noty/releases/tag/v2.2.0", - "id": 14862914, - "node_id": "MDc6UmVsZWFzZTE0ODYyOTE0", - "tag_name": "v2.2.0", + "url": "https://api.github.com/repos/notable/notable/releases/23018127", + "assets_url": "https://api.github.com/repos/notable/notable/releases/23018127/assets", + "upload_url": "https://uploads.github.com/repos/notable/notable/releases/23018127/assets{?name,label}", + "html_url": "https://github.com/notable/notable/releases/tag/v1.8.4", + "id": 23018127, + "node_id": "MDc6UmVsZWFzZTIzMDE4MTI3", + "tag_name": "v1.8.4", "target_commitish": "master", - "name": "v2.2.0", + "name": "v1.8.4", "draft": false, "author": { "login": "fabiospampinato", @@ -66612,49 +66646,15 @@ "site_admin": false }, "prerelease": false, - "created_at": "2019-01-06T17:10:07Z", - "published_at": "2019-01-08T20:57:37Z", + "created_at": "2020-01-18T01:52:49Z", + "published_at": "2020-01-21T20:15:06Z", "assets": [ { - "url": "https://api.github.com/repos/fabiospampinato/noty/releases/assets/10465746", - "id": 10465746, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwNDY1NzQ2", - "name": "com.fabiospampinato.noty.plist", - "label": null, - "uploader": { - "login": "fabiospampinato", - "id": 1812093, - "node_id": "MDQ6VXNlcjE4MTIwOTM=", - "avatar_url": "https://avatars1.githubusercontent.com/u/1812093?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/fabiospampinato", - "html_url": "https://github.com/fabiospampinato", - "followers_url": "https://api.github.com/users/fabiospampinato/followers", - "following_url": "https://api.github.com/users/fabiospampinato/following{/other_user}", - "gists_url": "https://api.github.com/users/fabiospampinato/gists{/gist_id}", - "starred_url": "https://api.github.com/users/fabiospampinato/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/fabiospampinato/subscriptions", - "organizations_url": "https://api.github.com/users/fabiospampinato/orgs", - "repos_url": "https://api.github.com/users/fabiospampinato/repos", - "events_url": "https://api.github.com/users/fabiospampinato/events{/privacy}", - "received_events_url": "https://api.github.com/users/fabiospampinato/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 520, - "download_count": 48, - "created_at": "2019-01-08T19:12:26Z", - "updated_at": "2019-01-08T19:12:27Z", - "browser_download_url": "https://github.com/fabiospampinato/noty/releases/download/v2.2.0/com.fabiospampinato.noty.plist" - }, - { - "url": "https://api.github.com/repos/fabiospampinato/noty/releases/assets/10465748", - "id": 10465748, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwNDY1NzQ4", + "url": "https://api.github.com/repos/notable/notable/releases/assets/17487792", + "id": 17487792, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NDg3Nzky", "name": "latest-linux.yml", - "label": null, + "label": "", "uploader": { "login": "fabiospampinato", "id": 1812093, @@ -66675,20 +66675,20 @@ "type": "User", "site_admin": false }, - "content_type": "application/octet-stream", + "content_type": "text/yaml", "state": "uploaded", - "size": 372, - "download_count": 3190, - "created_at": "2019-01-08T19:12:26Z", - "updated_at": "2019-01-08T19:12:27Z", - "browser_download_url": "https://github.com/fabiospampinato/noty/releases/download/v2.2.0/latest-linux.yml" + "size": 364, + "download_count": 21290, + "created_at": "2020-01-21T20:12:29Z", + "updated_at": "2020-01-21T20:12:29Z", + "browser_download_url": "https://github.com/notable/notable/releases/download/v1.8.4/latest-linux.yml" }, { - "url": "https://api.github.com/repos/fabiospampinato/noty/releases/assets/10465749", - "id": 10465749, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwNDY1NzQ5", + "url": "https://api.github.com/repos/notable/notable/releases/assets/17487795", + "id": 17487795, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NDg3Nzk1", "name": "latest-mac.yml", - "label": null, + "label": "", "uploader": { "login": "fabiospampinato", "id": 1812093, @@ -66709,20 +66709,20 @@ "type": "User", "site_admin": false }, - "content_type": "application/octet-stream", + "content_type": "text/yaml", "state": "uploaded", - "size": 500, - "download_count": 3489, - "created_at": "2019-01-08T19:12:26Z", - "updated_at": "2019-01-08T19:12:27Z", - "browser_download_url": "https://github.com/fabiospampinato/noty/releases/download/v2.2.0/latest-mac.yml" + "size": 509, + "download_count": 362656, + "created_at": "2020-01-21T20:12:30Z", + "updated_at": "2020-01-21T20:12:30Z", + "browser_download_url": "https://github.com/notable/notable/releases/download/v1.8.4/latest-mac.yml" }, { - "url": "https://api.github.com/repos/fabiospampinato/noty/releases/assets/10465751", - "id": 10465751, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwNDY1NzUx", + "url": "https://api.github.com/repos/notable/notable/releases/assets/17487796", + "id": 17487796, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NDg3Nzk2", "name": "latest.yml", - "label": null, + "label": "", "uploader": { "login": "fabiospampinato", "id": 1812093, @@ -66743,20 +66743,20 @@ "type": "User", "site_admin": false }, - "content_type": "application/octet-stream", + "content_type": "text/yaml", "state": "uploaded", - "size": 336, - "download_count": 9668, - "created_at": "2019-01-08T19:12:27Z", - "updated_at": "2019-01-08T19:12:28Z", - "browser_download_url": "https://github.com/fabiospampinato/noty/releases/download/v2.2.0/latest.yml" + "size": 342, + "download_count": 329639, + "created_at": "2020-01-21T20:12:31Z", + "updated_at": "2020-01-21T20:12:31Z", + "browser_download_url": "https://github.com/notable/notable/releases/download/v1.8.4/latest.yml" }, { - "url": "https://api.github.com/repos/fabiospampinato/noty/releases/assets/10467250", - "id": 10467250, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwNDY3MjUw", - "name": "notable-1.1.0.x86_64.rpm", - "label": null, + "url": "https://api.github.com/repos/notable/notable/releases/assets/17487708", + "id": 17487708, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NDg3NzA4", + "name": "Notable-1.8.4-ia32-win.zip", + "label": "", "uploader": { "login": "fabiospampinato", "id": 1812093, @@ -66777,20 +66777,20 @@ "type": "User", "site_admin": false }, - "content_type": "application/x-rpm", + "content_type": "application/zip", "state": "uploaded", - "size": 44050644, - "download_count": 120, - "created_at": "2019-01-08T20:43:53Z", - "updated_at": "2019-01-08T20:44:49Z", - "browser_download_url": "https://github.com/fabiospampinato/noty/releases/download/v2.2.0/notable-1.1.0.x86_64.rpm" + "size": 59959226, + "download_count": 474, + "created_at": "2020-01-21T20:07:47Z", + "updated_at": "2020-01-21T20:08:40Z", + "browser_download_url": "https://github.com/notable/notable/releases/download/v1.8.4/Notable-1.8.4-ia32-win.zip" }, { - "url": "https://api.github.com/repos/fabiospampinato/noty/releases/assets/10465760", - "id": 10465760, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwNDY1NzYw", - "name": "Noty-2.2.0-mac.zip", - "label": null, + "url": "https://api.github.com/repos/notable/notable/releases/assets/17487717", + "id": 17487717, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NDg3NzE3", + "name": "Notable-1.8.4-mac.zip", + "label": "", "uploader": { "login": "fabiospampinato", "id": 1812093, @@ -66813,18 +66813,18 @@ }, "content_type": "application/zip", "state": "uploaded", - "size": 53141866, - "download_count": 347, - "created_at": "2019-01-08T19:12:29Z", - "updated_at": "2019-01-08T19:16:26Z", - "browser_download_url": "https://github.com/fabiospampinato/noty/releases/download/v2.2.0/Noty-2.2.0-mac.zip" + "size": 64220867, + "download_count": 5766, + "created_at": "2020-01-21T20:08:43Z", + "updated_at": "2020-01-21T20:09:40Z", + "browser_download_url": "https://github.com/notable/notable/releases/download/v1.8.4/Notable-1.8.4-mac.zip" }, { - "url": "https://api.github.com/repos/fabiospampinato/noty/releases/assets/10465762", - "id": 10465762, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwNDY1NzYy", - "name": "Noty-2.2.0-win.zip", - "label": null, + "url": "https://api.github.com/repos/notable/notable/releases/assets/17487729", + "id": 17487729, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NDg3NzI5", + "name": "Notable-1.8.4-win.zip", + "label": "", "uploader": { "login": "fabiospampinato", "id": 1812093, @@ -66847,18 +66847,18 @@ }, "content_type": "application/zip", "state": "uploaded", - "size": 54985357, - "download_count": 1049, - "created_at": "2019-01-08T19:12:29Z", - "updated_at": "2019-01-08T19:17:13Z", - "browser_download_url": "https://github.com/fabiospampinato/noty/releases/download/v2.2.0/Noty-2.2.0-win.zip" + "size": 62881898, + "download_count": 2816, + "created_at": "2020-01-21T20:09:41Z", + "updated_at": "2020-01-21T20:10:05Z", + "browser_download_url": "https://github.com/notable/notable/releases/download/v1.8.4/Notable-1.8.4-win.zip" }, { - "url": "https://api.github.com/repos/fabiospampinato/noty/releases/assets/10465763", - "id": 10465763, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwNDY1NzYz", - "name": "Noty-2.2.0.dmg", - "label": null, + "url": "https://api.github.com/repos/notable/notable/releases/assets/17487736", + "id": 17487736, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NDg3NzM2", + "name": "Notable-1.8.4.AppImage", + "label": "", "uploader": { "login": "fabiospampinato", "id": 1812093, @@ -66879,20 +66879,20 @@ "type": "User", "site_admin": false }, - "content_type": "application/octet-stream", + "content_type": "application/json; charset=utf-8", "state": "uploaded", - "size": 54987319, - "download_count": 496, - "created_at": "2019-01-08T19:12:29Z", - "updated_at": "2019-01-08T19:18:04Z", - "browser_download_url": "https://github.com/fabiospampinato/noty/releases/download/v2.2.0/Noty-2.2.0.dmg" + "size": 72406357, + "download_count": 3762, + "created_at": "2020-01-21T20:10:05Z", + "updated_at": "2020-01-21T20:11:04Z", + "browser_download_url": "https://github.com/notable/notable/releases/download/v1.8.4/Notable-1.8.4.AppImage" }, { - "url": "https://api.github.com/repos/fabiospampinato/noty/releases/assets/10465764", - "id": 10465764, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwNDY1NzY0", - "name": "Noty-2.2.0.dmg.blockmap", - "label": null, + "url": "https://api.github.com/repos/notable/notable/releases/assets/17487757", + "id": 17487757, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NDg3NzU3", + "name": "Notable-1.8.4.dmg", + "label": "", "uploader": { "login": "fabiospampinato", "id": 1812093, @@ -66913,20 +66913,20 @@ "type": "User", "site_admin": false }, - "content_type": "application/octet-stream", + "content_type": "application/x-apple-diskimage", "state": "uploaded", - "size": 58396, - "download_count": 50, - "created_at": "2019-01-08T19:12:29Z", - "updated_at": "2019-01-08T19:18:05Z", - "browser_download_url": "https://github.com/fabiospampinato/noty/releases/download/v2.2.0/Noty-2.2.0.dmg.blockmap" + "size": 66335088, + "download_count": 20227, + "created_at": "2020-01-21T20:11:04Z", + "updated_at": "2020-01-21T20:12:25Z", + "browser_download_url": "https://github.com/notable/notable/releases/download/v1.8.4/Notable-1.8.4.dmg" }, { - "url": "https://api.github.com/repos/fabiospampinato/noty/releases/assets/10465766", - "id": 10465766, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwNDY1NzY2", - "name": "Noty-2.2.0.pkg", - "label": null, + "url": "https://api.github.com/repos/notable/notable/releases/assets/17487791", + "id": 17487791, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NDg3Nzkx", + "name": "Notable-1.8.4.dmg.blockmap", + "label": "", "uploader": { "login": "fabiospampinato", "id": 1812093, @@ -66947,20 +66947,20 @@ "type": "User", "site_admin": false }, - "content_type": "application/octet-stream", + "content_type": "application/json; charset=utf-8", "state": "uploaded", - "size": 54847203, - "download_count": 86, - "created_at": "2019-01-08T19:12:30Z", - "updated_at": "2019-01-08T19:18:52Z", - "browser_download_url": "https://github.com/fabiospampinato/noty/releases/download/v2.2.0/Noty-2.2.0.pkg" + "size": 70535, + "download_count": 47, + "created_at": "2020-01-21T20:12:28Z", + "updated_at": "2020-01-21T20:12:29Z", + "browser_download_url": "https://github.com/notable/notable/releases/download/v1.8.4/Notable-1.8.4.dmg.blockmap" }, { - "url": "https://api.github.com/repos/fabiospampinato/noty/releases/assets/10465752", - "id": 10465752, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwNDY1NzUy", - "name": "Noty.2.2.0.AppImage", - "label": null, + "url": "https://api.github.com/repos/notable/notable/releases/assets/17487799", + "id": 17487799, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NDg3Nzk5", + "name": "notable-1.8.4.pacman", + "label": "", "uploader": { "login": "fabiospampinato", "id": 1812093, @@ -66981,20 +66981,20 @@ "type": "User", "site_admin": false }, - "content_type": "application/octet-stream", + "content_type": "application/json; charset=utf-8", "state": "uploaded", - "size": 56143289, - "download_count": 443, - "created_at": "2019-01-08T19:12:27Z", - "updated_at": "2019-01-08T19:13:59Z", - "browser_download_url": "https://github.com/fabiospampinato/noty/releases/download/v2.2.0/Noty.2.2.0.AppImage" + "size": 50739148, + "download_count": 4115, + "created_at": "2020-01-21T20:12:32Z", + "updated_at": "2020-01-21T20:12:52Z", + "browser_download_url": "https://github.com/notable/notable/releases/download/v1.8.4/notable-1.8.4.pacman" }, { - "url": "https://api.github.com/repos/fabiospampinato/noty/releases/assets/10465754", - "id": 10465754, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwNDY1NzU0", - "name": "Noty.2.2.0.exe", - "label": null, + "url": "https://api.github.com/repos/notable/notable/releases/assets/17487802", + "id": 17487802, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NDg3ODAy", + "name": "notable-1.8.4.x86_64.rpm", + "label": "", "uploader": { "login": "fabiospampinato", "id": 1812093, @@ -67015,20 +67015,20 @@ "type": "User", "site_admin": false }, - "content_type": "application/x-msdownload", + "content_type": "application/x-redhat-package-manager", "state": "uploaded", - "size": 37367151, - "download_count": 925, - "created_at": "2019-01-08T19:12:27Z", - "updated_at": "2019-01-08T19:14:20Z", - "browser_download_url": "https://github.com/fabiospampinato/noty/releases/download/v2.2.0/Noty.2.2.0.exe" + "size": 50785696, + "download_count": 1028, + "created_at": "2020-01-21T20:12:52Z", + "updated_at": "2020-01-21T20:13:40Z", + "browser_download_url": "https://github.com/notable/notable/releases/download/v1.8.4/notable-1.8.4.x86_64.rpm" }, { - "url": "https://api.github.com/repos/fabiospampinato/noty/releases/assets/10465755", - "id": 10465755, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwNDY1NzU1", - "name": "Noty.Setup.2.2.0.exe", - "label": null, + "url": "https://api.github.com/repos/notable/notable/releases/assets/17487697", + "id": 17487697, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NDg3Njk3", + "name": "Notable.Setup.1.8.4.exe", + "label": "", "uploader": { "login": "fabiospampinato", "id": 1812093, @@ -67049,20 +67049,20 @@ "type": "User", "site_admin": false }, - "content_type": "application/x-msdownload", + "content_type": "application/x-msdos-program", "state": "uploaded", - "size": 37539201, - "download_count": 952, - "created_at": "2019-01-08T19:12:28Z", - "updated_at": "2019-01-08T19:14:38Z", - "browser_download_url": "https://github.com/fabiospampinato/noty/releases/download/v2.2.0/Noty.Setup.2.2.0.exe" + "size": 90623743, + "download_count": 42558, + "created_at": "2020-01-21T20:07:06Z", + "updated_at": "2020-01-21T20:07:46Z", + "browser_download_url": "https://github.com/notable/notable/releases/download/v1.8.4/Notable.Setup.1.8.4.exe" }, { - "url": "https://api.github.com/repos/fabiospampinato/noty/releases/assets/10465756", - "id": 10465756, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwNDY1NzU2", - "name": "Noty.Setup.2.2.0.exe.blockmap", - "label": null, + "url": "https://api.github.com/repos/notable/notable/releases/assets/17487707", + "id": 17487707, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NDg3NzA3", + "name": "Notable.Setup.1.8.4.exe.blockmap", + "label": "", "uploader": { "login": "fabiospampinato", "id": 1812093, @@ -67083,20 +67083,20 @@ "type": "User", "site_admin": false }, - "content_type": "application/octet-stream", + "content_type": "application/json; charset=utf-8", "state": "uploaded", - "size": 39772, - "download_count": 53, - "created_at": "2019-01-08T19:12:28Z", - "updated_at": "2019-01-08T19:14:38Z", - "browser_download_url": "https://github.com/fabiospampinato/noty/releases/download/v2.2.0/Noty.Setup.2.2.0.exe.blockmap" + "size": 95672, + "download_count": 6785, + "created_at": "2020-01-21T20:07:46Z", + "updated_at": "2020-01-21T20:07:47Z", + "browser_download_url": "https://github.com/notable/notable/releases/download/v1.8.4/Notable.Setup.1.8.4.exe.blockmap" }, { - "url": "https://api.github.com/repos/fabiospampinato/noty/releases/assets/10465758", - "id": 10465758, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwNDY1NzU4", - "name": "noty_2.2.0_amd64.deb", - "label": null, + "url": "https://api.github.com/repos/notable/notable/releases/assets/17487808", + "id": 17487808, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NDg3ODA4", + "name": "notable_1.8.4_amd64.deb", + "label": "", "uploader": { "login": "fabiospampinato", "id": 1812093, @@ -67117,19 +67117,19 @@ "type": "User", "site_admin": false }, - "content_type": "application/x-deb", + "content_type": "application/x-debian-package", "state": "uploaded", - "size": 38901240, - "download_count": 1299, - "created_at": "2019-01-08T19:12:28Z", - "updated_at": "2019-01-08T19:14:59Z", - "browser_download_url": "https://github.com/fabiospampinato/noty/releases/download/v2.2.0/noty_2.2.0_amd64.deb" + "size": 50730302, + "download_count": 13001, + "created_at": "2020-01-21T20:13:41Z", + "updated_at": "2020-01-21T20:13:58Z", + "browser_download_url": "https://github.com/notable/notable/releases/download/v1.8.4/notable_1.8.4_amd64.deb" }, { - "url": "https://api.github.com/repos/fabiospampinato/noty/releases/assets/10465759", - "id": 10465759, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwNDY1NzU5", - "name": "noty_2.2.0_amd64.snap", + "url": "https://api.github.com/repos/notable/notable/releases/assets/19596513", + "id": 19596513, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE5NTk2NTEz", + "name": "notable_1.8.4_amd64.snap", "label": null, "uploader": { "login": "fabiospampinato", @@ -67153,22 +67153,26 @@ }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 112431104, - "download_count": 188, - "created_at": "2019-01-08T19:12:28Z", - "updated_at": "2019-01-08T19:16:00Z", - "browser_download_url": "https://github.com/fabiospampinato/noty/releases/download/v2.2.0/noty_2.2.0_amd64.snap" + "size": 60645376, + "download_count": 719, + "created_at": "2020-04-09T15:07:07Z", + "updated_at": "2020-04-09T15:07:23Z", + "browser_download_url": "https://github.com/notable/notable/releases/download/v1.8.4/notable_1.8.4_amd64.snap" } ], - "tarball_url": "https://api.github.com/repos/fabiospampinato/noty/tarball/v2.2.0", - "zipball_url": "https://api.github.com/repos/fabiospampinato/noty/zipball/v2.2.0", - "body_html": "" + "tarball_url": "https://api.github.com/repos/notable/notable/tarball/v1.8.4", + "zipball_url": "https://api.github.com/repos/notable/notable/zipball/v1.8.4", + "body_html": "
Improvements
\n\n
Bug Fixes
\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:36.704Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:27.361Z" }, "nuclear": { "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:36.969Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:27.394Z" + }, + "octopi-init": { + "latestRelease": null, + "latestReleaseFetchedAt": "2020-09-18T00:10:27.417Z" }, "nteract": { "latestRelease": { @@ -67235,7 +67239,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 369, - "download_count": 346, + "download_count": 365, "created_at": "2020-09-01T04:16:36Z", "updated_at": "2020-09-01T04:16:36Z", "browser_download_url": "https://github.com/nteract/nteract/releases/download/v0.25.0/latest-linux.yml" @@ -67269,7 +67273,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 514, - "download_count": 3631, + "download_count": 3768, "created_at": "2020-09-01T04:16:36Z", "updated_at": "2020-09-01T04:16:36Z", "browser_download_url": "https://github.com/nteract/nteract/releases/download/v0.25.0/latest-mac.yml" @@ -67303,7 +67307,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 345, - "download_count": 5245, + "download_count": 5464, "created_at": "2020-09-01T04:16:36Z", "updated_at": "2020-09-01T04:16:36Z", "browser_download_url": "https://github.com/nteract/nteract/releases/download/v0.25.0/latest.yml" @@ -67337,7 +67341,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 95672995, - "download_count": 1414, + "download_count": 1451, "created_at": "2020-09-01T04:10:02Z", "updated_at": "2020-09-01T04:14:10Z", "browser_download_url": "https://github.com/nteract/nteract/releases/download/v0.25.0/nteract-0.25.0-mac.zip" @@ -67371,7 +67375,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 94212428, - "download_count": 38, + "download_count": 40, "created_at": "2020-09-01T04:10:16Z", "updated_at": "2020-09-01T04:14:12Z", "browser_download_url": "https://github.com/nteract/nteract/releases/download/v0.25.0/nteract-0.25.0-win.zip" @@ -67405,7 +67409,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 105402495, - "download_count": 242, + "download_count": 253, "created_at": "2020-09-01T04:06:55Z", "updated_at": "2020-09-01T04:08:17Z", "browser_download_url": "https://github.com/nteract/nteract/releases/download/v0.25.0/nteract-0.25.0.AppImage" @@ -67439,7 +67443,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 99162776, - "download_count": 541, + "download_count": 564, "created_at": "2020-09-01T04:08:39Z", "updated_at": "2020-09-01T04:11:42Z", "browser_download_url": "https://github.com/nteract/nteract/releases/download/v0.25.0/nteract-0.25.0.dmg" @@ -67541,7 +67545,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 69877871, - "download_count": 2114, + "download_count": 2175, "created_at": "2020-09-01T04:09:57Z", "updated_at": "2020-09-01T04:13:16Z", "browser_download_url": "https://github.com/nteract/nteract/releases/download/v0.25.0/nteract-Setup-0.25.0.exe" @@ -67575,7 +67579,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 74696, - "download_count": 1302, + "download_count": 1325, "created_at": "2020-09-01T04:09:58Z", "updated_at": "2020-09-01T04:09:58Z", "browser_download_url": "https://github.com/nteract/nteract/releases/download/v0.25.0/nteract-Setup-0.25.0.exe.blockmap" @@ -67609,7 +67613,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 67109302, - "download_count": 151, + "download_count": 154, "created_at": "2020-09-01T04:16:10Z", "updated_at": "2020-09-01T04:16:35Z", "browser_download_url": "https://github.com/nteract/nteract/releases/download/v0.25.0/nteract_0.25.0_amd64.deb" @@ -67619,11 +67623,7 @@ "zipball_url": "https://api.github.com/repos/nteract/nteract/zipball/v0.25.0", "body_html": "

You can find the release notes for this month's release in this changelog.

\n

That next desktop release will ship on September 28th, 2020.

\n

Thank you for using the nteract desktop app! nteract is a non-profit open-source organization fiscally sponsored by NumFOCUS. If you like our work, please consider making a recurring donation.

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:37.007Z" - }, - "octopi-init": { - "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:37.014Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:27.418Z" }, "now": { "latestRelease": { @@ -67724,7 +67724,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 63398866, - "download_count": 81040, + "download_count": 81192, "created_at": "2019-08-20T03:18:13Z", "updated_at": "2019-08-20T03:18:19Z", "browser_download_url": "https://github.com/vercel/now-desktop/releases/download/5.1.0/Now-5.1.0-mac.zip" @@ -67758,7 +67758,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 65649826, - "download_count": 267, + "download_count": 268, "created_at": "2019-08-20T03:17:48Z", "updated_at": "2019-08-20T03:17:55Z", "browser_download_url": "https://github.com/vercel/now-desktop/releases/download/5.1.0/Now-5.1.0.dmg" @@ -67826,7 +67826,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 68030310, - "download_count": 2617, + "download_count": 2618, "created_at": "2019-08-20T03:18:16Z", "updated_at": "2019-08-20T03:18:25Z", "browser_download_url": "https://github.com/vercel/now-desktop/releases/download/5.1.0/now-desktop-5.1.0-full.nupkg" @@ -67894,7 +67894,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 81, - "download_count": 89, + "download_count": 105, "created_at": "2019-08-20T03:18:16Z", "updated_at": "2019-08-20T03:18:16Z", "browser_download_url": "https://github.com/vercel/now-desktop/releases/download/5.1.0/RELEASES" @@ -67904,7 +67904,7 @@ "zipball_url": "https://api.github.com/repos/vercel/now-desktop/zipball/5.1.0", "body_html": "

Minor Changes

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:37.103Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:27.447Z" }, "odio": { "latestRelease": { @@ -67971,7 +67971,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 457, - "download_count": 199794, + "download_count": 199943, "created_at": "2019-01-01T03:00:23Z", "updated_at": "2019-01-01T03:00:23Z", "browser_download_url": "https://github.com/odioapp/odio/releases/download/v1.4.0/latest-mac.yml" @@ -68005,7 +68005,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 336, - "download_count": 585188, + "download_count": 585591, "created_at": "2019-01-01T03:11:04Z", "updated_at": "2019-01-01T03:11:05Z", "browser_download_url": "https://github.com/odioapp/odio/releases/download/v1.4.0/latest.yml" @@ -68039,7 +68039,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 61547467, - "download_count": 629, + "download_count": 632, "created_at": "2019-01-01T05:39:20Z", "updated_at": "2019-01-01T05:42:01Z", "browser_download_url": "https://github.com/odioapp/odio/releases/download/v1.4.0/odio-1.4.0-i386.AppImage" @@ -68073,7 +68073,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 48470066, - "download_count": 421, + "download_count": 422, "created_at": "2019-01-01T03:02:11Z", "updated_at": "2019-01-01T03:09:58Z", "browser_download_url": "https://github.com/odioapp/odio/releases/download/v1.4.0/odio-1.4.0-ia32-win.zip" @@ -68107,7 +68107,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 54466925, - "download_count": 995, + "download_count": 996, "created_at": "2019-01-01T02:55:36Z", "updated_at": "2019-01-01T03:00:08Z", "browser_download_url": "https://github.com/odioapp/odio/releases/download/v1.4.0/odio-1.4.0-mac.zip" @@ -68175,7 +68175,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 60473209, - "download_count": 4592, + "download_count": 4596, "created_at": "2019-01-01T05:39:20Z", "updated_at": "2019-01-01T05:44:28Z", "browser_download_url": "https://github.com/odioapp/odio/releases/download/v1.4.0/odio-1.4.0-x86_64.AppImage" @@ -68277,7 +68277,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 79459547, - "download_count": 76495, + "download_count": 76504, "created_at": "2019-01-01T03:02:19Z", "updated_at": "2019-01-01T03:11:04Z", "browser_download_url": "https://github.com/odioapp/odio/releases/download/v1.4.0/odio-setup-1.4.0.exe" @@ -68311,7 +68311,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 83787, - "download_count": 94, + "download_count": 95, "created_at": "2019-01-01T03:02:19Z", "updated_at": "2019-01-01T03:02:27Z", "browser_download_url": "https://github.com/odioapp/odio/releases/download/v1.4.0/odio-setup-1.4.0.exe.blockmap" @@ -68321,7 +68321,7 @@ "zipball_url": "https://api.github.com/repos/odioapp/odio/zipball/v1.4.0", "body_html": "

Improvements 🎉

\n\n

Bug Fixes 🐛

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:37.325Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:27.483Z" }, "odrive": { "latestRelease": { @@ -68388,7 +68388,7 @@ "content_type": "application/vnd.debian.binary-package", "state": "uploaded", "size": 56363868, - "download_count": 20909, + "download_count": 20944, "created_at": "2019-02-27T14:07:33Z", "updated_at": "2019-02-27T14:07:58Z", "browser_download_url": "https://github.com/liberodark/ODrive/releases/download/0.2.1/odrive_0.2.1_amd64.deb" @@ -68422,7 +68422,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 136273920, - "download_count": 1534, + "download_count": 1535, "created_at": "2019-02-27T14:05:53Z", "updated_at": "2019-02-27T14:06:57Z", "browser_download_url": "https://github.com/liberodark/ODrive/releases/download/0.2.1/odrive_0.2.1_amd64.snap" @@ -68456,7 +68456,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 86054450, - "download_count": 2766, + "download_count": 2768, "created_at": "2019-02-27T14:05:53Z", "updated_at": "2019-02-27T14:07:20Z", "browser_download_url": "https://github.com/liberodark/ODrive/releases/download/0.2.1/OpenDrive.0.2.1.AppImage" @@ -68490,7 +68490,7 @@ "content_type": "application/x-ms-dos-executable", "state": "uploaded", "size": 49574857, - "download_count": 3813, + "download_count": 3818, "created_at": "2019-02-27T14:05:53Z", "updated_at": "2019-02-27T14:07:40Z", "browser_download_url": "https://github.com/liberodark/ODrive/releases/download/0.2.1/OpenDrive.Setup.0.2.1.exe" @@ -68500,7 +68500,7 @@ "zipball_url": "https://api.github.com/repos/liberodark/ODrive/zipball/0.2.1", "body_html": "

Changelog

\n

0.2.1

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:37.338Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:27.516Z" }, "oh-my-desk": { "latestRelease": { @@ -68567,7 +68567,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 475, - "download_count": 1088, + "download_count": 1089, "created_at": "2019-04-19T00:51:11Z", "updated_at": "2019-04-19T00:51:11Z", "browser_download_url": "https://github.com/AhKi/oh-my-desk/releases/download/v2.1.0/latest-mac.yml" @@ -68601,7 +68601,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 349, - "download_count": 6543, + "download_count": 6548, "created_at": "2019-04-19T00:51:11Z", "updated_at": "2019-04-19T00:51:11Z", "browser_download_url": "https://github.com/AhKi/oh-my-desk/releases/download/v2.1.0/latest.yml" @@ -68781,7 +68781,7 @@ "zipball_url": "https://api.github.com/repos/AhKi/oh-my-desk/zipball/v2.1.0", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:37.431Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:27.534Z" }, "ohhai-browser": { "latestRelease": { @@ -68882,7 +68882,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 50936574, - "download_count": 114, + "download_count": 116, "created_at": "2020-05-10T13:13:32Z", "updated_at": "2020-05-10T13:13:55Z", "browser_download_url": "https://github.com/OhHaiBrowser/Browser/releases/download/v3.4/OhHaiBrowser-linux-setup.deb" @@ -68916,7 +68916,7 @@ "content_type": "application/x-msdownload", "state": "uploaded", "size": 99071569, - "download_count": 379, + "download_count": 380, "created_at": "2020-05-10T13:13:55Z", "updated_at": "2020-05-10T13:14:37Z", "browser_download_url": "https://github.com/OhHaiBrowser/Browser/releases/download/v3.4/OhHaiBrowser-windows-setup.exe" @@ -68926,7 +68926,7 @@ "zipball_url": "https://api.github.com/repos/OhHaiBrowser/Browser/zipball/v3.4", "body_html": "

Completely refactored component based UI

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:37.488Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:27.539Z" }, "one-left": { "latestRelease": { @@ -68999,79 +68999,266 @@ "browser_download_url": "https://github.com/drscaon/electron-react-one-left-game/releases/download/v2.0.0/ONE-LEFT_2.0.0_amd64.deb" }, { - "url": "https://api.github.com/repos/drscaon/electron-react-one-left-game/releases/assets/10962045", - "id": 10962045, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwOTYyMDQ1", - "name": "OneLeft.app.zip", + "url": "https://api.github.com/repos/drscaon/electron-react-one-left-game/releases/assets/10962045", + "id": 10962045, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwOTYyMDQ1", + "name": "OneLeft.app.zip", + "label": null, + "uploader": { + "login": "drscaon", + "id": 4094579, + "node_id": "MDQ6VXNlcjQwOTQ1Nzk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4094579?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/drscaon", + "html_url": "https://github.com/drscaon", + "followers_url": "https://api.github.com/users/drscaon/followers", + "following_url": "https://api.github.com/users/drscaon/following{/other_user}", + "gists_url": "https://api.github.com/users/drscaon/gists{/gist_id}", + "starred_url": "https://api.github.com/users/drscaon/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/drscaon/subscriptions", + "organizations_url": "https://api.github.com/users/drscaon/orgs", + "repos_url": "https://api.github.com/users/drscaon/repos", + "events_url": "https://api.github.com/users/drscaon/events{/privacy}", + "received_events_url": "https://api.github.com/users/drscaon/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 84373333, + "download_count": 111, + "created_at": "2019-02-06T16:28:21Z", + "updated_at": "2019-02-06T16:30:48Z", + "browser_download_url": "https://github.com/drscaon/electron-react-one-left-game/releases/download/v2.0.0/OneLeft.app.zip" + }, + { + "url": "https://api.github.com/repos/drscaon/electron-react-one-left-game/releases/assets/7903117", + "id": 7903117, + "node_id": "MDEyOlJlbGVhc2VBc3NldDc5MDMxMTc=", + "name": "OneLeft.Setup.2.0.0.exe", + "label": null, + "uploader": { + "login": "drscaon", + "id": 4094579, + "node_id": "MDQ6VXNlcjQwOTQ1Nzk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4094579?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/drscaon", + "html_url": "https://github.com/drscaon", + "followers_url": "https://api.github.com/users/drscaon/followers", + "following_url": "https://api.github.com/users/drscaon/following{/other_user}", + "gists_url": "https://api.github.com/users/drscaon/gists{/gist_id}", + "starred_url": "https://api.github.com/users/drscaon/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/drscaon/subscriptions", + "organizations_url": "https://api.github.com/users/drscaon/orgs", + "repos_url": "https://api.github.com/users/drscaon/repos", + "events_url": "https://api.github.com/users/drscaon/events{/privacy}", + "received_events_url": "https://api.github.com/users/drscaon/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-msdownload", + "state": "uploaded", + "size": 42269342, + "download_count": 19677, + "created_at": "2018-07-17T08:39:39Z", + "updated_at": "2018-07-17T08:40:18Z", + "browser_download_url": "https://github.com/drscaon/electron-react-one-left-game/releases/download/v2.0.0/OneLeft.Setup.2.0.0.exe" + } + ], + "tarball_url": "https://api.github.com/repos/drscaon/electron-react-one-left-game/tarball/v2.0.0", + "zipball_url": "https://api.github.com/repos/drscaon/electron-react-one-left-game/zipball/v2.0.0", + "body_html": "

Update:

\n" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:27.571Z" + }, + "opale-messenger": { + "latestRelease": null, + "latestReleaseFetchedAt": "2020-09-18T00:10:27.590Z" + }, + "open-ias-scoreboard": { + "latestRelease": null, + "latestReleaseFetchedAt": "2020-09-18T00:10:27.594Z" + }, + "open-log-viewer": { + "latestRelease": { + "url": "https://api.github.com/repos/tmoreno/open-log-viewer/releases/29808260", + "assets_url": "https://api.github.com/repos/tmoreno/open-log-viewer/releases/29808260/assets", + "upload_url": "https://uploads.github.com/repos/tmoreno/open-log-viewer/releases/29808260/assets{?name,label}", + "html_url": "https://github.com/tmoreno/open-log-viewer/releases/tag/1.4.1", + "id": 29808260, + "node_id": "MDc6UmVsZWFzZTI5ODA4MjYw", + "tag_name": "1.4.1", + "target_commitish": "5462ba3d16022a194fb7b305b150fbadbf9cd201", + "name": "1.4.1", + "draft": false, + "author": { + "login": "tmoreno", + "id": 1009817, + "node_id": "MDQ6VXNlcjEwMDk4MTc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1009817?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tmoreno", + "html_url": "https://github.com/tmoreno", + "followers_url": "https://api.github.com/users/tmoreno/followers", + "following_url": "https://api.github.com/users/tmoreno/following{/other_user}", + "gists_url": "https://api.github.com/users/tmoreno/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tmoreno/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tmoreno/subscriptions", + "organizations_url": "https://api.github.com/users/tmoreno/orgs", + "repos_url": "https://api.github.com/users/tmoreno/repos", + "events_url": "https://api.github.com/users/tmoreno/events{/privacy}", + "received_events_url": "https://api.github.com/users/tmoreno/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2020-08-18T10:14:28Z", + "published_at": "2020-08-18T10:30:17Z", + "assets": [ + { + "url": "https://api.github.com/repos/tmoreno/open-log-viewer/releases/assets/24040284", + "id": 24040284, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI0MDQwMjg0", + "name": "open-log-viewer_1.4.1.deb", + "label": "", + "uploader": { + "login": "tmoreno", + "id": 1009817, + "node_id": "MDQ6VXNlcjEwMDk4MTc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1009817?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tmoreno", + "html_url": "https://github.com/tmoreno", + "followers_url": "https://api.github.com/users/tmoreno/followers", + "following_url": "https://api.github.com/users/tmoreno/following{/other_user}", + "gists_url": "https://api.github.com/users/tmoreno/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tmoreno/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tmoreno/subscriptions", + "organizations_url": "https://api.github.com/users/tmoreno/orgs", + "repos_url": "https://api.github.com/users/tmoreno/repos", + "events_url": "https://api.github.com/users/tmoreno/events{/privacy}", + "received_events_url": "https://api.github.com/users/tmoreno/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-debian-package", + "state": "uploaded", + "size": 57326052, + "download_count": 26, + "created_at": "2020-08-18T10:21:26Z", + "updated_at": "2020-08-18T10:21:28Z", + "browser_download_url": "https://github.com/tmoreno/open-log-viewer/releases/download/1.4.1/open-log-viewer_1.4.1.deb" + }, + { + "url": "https://api.github.com/repos/tmoreno/open-log-viewer/releases/assets/24040246", + "id": 24040246, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI0MDQwMjQ2", + "name": "open-log-viewer_1.4.1.dmg", + "label": "", + "uploader": { + "login": "tmoreno", + "id": 1009817, + "node_id": "MDQ6VXNlcjEwMDk4MTc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1009817?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tmoreno", + "html_url": "https://github.com/tmoreno", + "followers_url": "https://api.github.com/users/tmoreno/followers", + "following_url": "https://api.github.com/users/tmoreno/following{/other_user}", + "gists_url": "https://api.github.com/users/tmoreno/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tmoreno/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tmoreno/subscriptions", + "organizations_url": "https://api.github.com/users/tmoreno/orgs", + "repos_url": "https://api.github.com/users/tmoreno/repos", + "events_url": "https://api.github.com/users/tmoreno/events{/privacy}", + "received_events_url": "https://api.github.com/users/tmoreno/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-apple-diskimage", + "state": "uploaded", + "size": 82510398, + "download_count": 203, + "created_at": "2020-08-18T10:19:09Z", + "updated_at": "2020-08-18T10:19:13Z", + "browser_download_url": "https://github.com/tmoreno/open-log-viewer/releases/download/1.4.1/open-log-viewer_1.4.1.dmg" + }, + { + "url": "https://api.github.com/repos/tmoreno/open-log-viewer/releases/assets/24040479", + "id": 24040479, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI0MDQwNDc5", + "name": "open-log-viewer_1.4.1.exe", "label": null, "uploader": { - "login": "drscaon", - "id": 4094579, - "node_id": "MDQ6VXNlcjQwOTQ1Nzk=", - "avatar_url": "https://avatars2.githubusercontent.com/u/4094579?v=4", + "login": "tmoreno", + "id": 1009817, + "node_id": "MDQ6VXNlcjEwMDk4MTc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1009817?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/drscaon", - "html_url": "https://github.com/drscaon", - "followers_url": "https://api.github.com/users/drscaon/followers", - "following_url": "https://api.github.com/users/drscaon/following{/other_user}", - "gists_url": "https://api.github.com/users/drscaon/gists{/gist_id}", - "starred_url": "https://api.github.com/users/drscaon/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/drscaon/subscriptions", - "organizations_url": "https://api.github.com/users/drscaon/orgs", - "repos_url": "https://api.github.com/users/drscaon/repos", - "events_url": "https://api.github.com/users/drscaon/events{/privacy}", - "received_events_url": "https://api.github.com/users/drscaon/received_events", + "url": "https://api.github.com/users/tmoreno", + "html_url": "https://github.com/tmoreno", + "followers_url": "https://api.github.com/users/tmoreno/followers", + "following_url": "https://api.github.com/users/tmoreno/following{/other_user}", + "gists_url": "https://api.github.com/users/tmoreno/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tmoreno/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tmoreno/subscriptions", + "organizations_url": "https://api.github.com/users/tmoreno/orgs", + "repos_url": "https://api.github.com/users/tmoreno/repos", + "events_url": "https://api.github.com/users/tmoreno/events{/privacy}", + "received_events_url": "https://api.github.com/users/tmoreno/received_events", "type": "User", "site_admin": false }, - "content_type": "application/zip", + "content_type": "application/x-msdownload", "state": "uploaded", - "size": 84373333, - "download_count": 111, - "created_at": "2019-02-06T16:28:21Z", - "updated_at": "2019-02-06T16:30:48Z", - "browser_download_url": "https://github.com/drscaon/electron-react-one-left-game/releases/download/v2.0.0/OneLeft.app.zip" + "size": 52441592, + "download_count": 310, + "created_at": "2020-08-18T10:28:54Z", + "updated_at": "2020-08-18T10:29:39Z", + "browser_download_url": "https://github.com/tmoreno/open-log-viewer/releases/download/1.4.1/open-log-viewer_1.4.1.exe" }, { - "url": "https://api.github.com/repos/drscaon/electron-react-one-left-game/releases/assets/7903117", - "id": 7903117, - "node_id": "MDEyOlJlbGVhc2VBc3NldDc5MDMxMTc=", - "name": "OneLeft.Setup.2.0.0.exe", - "label": null, + "url": "https://api.github.com/repos/tmoreno/open-log-viewer/releases/assets/24040283", + "id": 24040283, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI0MDQwMjgz", + "name": "open-log-viewer_1.4.1.rpm", + "label": "", "uploader": { - "login": "drscaon", - "id": 4094579, - "node_id": "MDQ6VXNlcjQwOTQ1Nzk=", - "avatar_url": "https://avatars2.githubusercontent.com/u/4094579?v=4", + "login": "tmoreno", + "id": 1009817, + "node_id": "MDQ6VXNlcjEwMDk4MTc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1009817?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/drscaon", - "html_url": "https://github.com/drscaon", - "followers_url": "https://api.github.com/users/drscaon/followers", - "following_url": "https://api.github.com/users/drscaon/following{/other_user}", - "gists_url": "https://api.github.com/users/drscaon/gists{/gist_id}", - "starred_url": "https://api.github.com/users/drscaon/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/drscaon/subscriptions", - "organizations_url": "https://api.github.com/users/drscaon/orgs", - "repos_url": "https://api.github.com/users/drscaon/repos", - "events_url": "https://api.github.com/users/drscaon/events{/privacy}", - "received_events_url": "https://api.github.com/users/drscaon/received_events", + "url": "https://api.github.com/users/tmoreno", + "html_url": "https://github.com/tmoreno", + "followers_url": "https://api.github.com/users/tmoreno/followers", + "following_url": "https://api.github.com/users/tmoreno/following{/other_user}", + "gists_url": "https://api.github.com/users/tmoreno/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tmoreno/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tmoreno/subscriptions", + "organizations_url": "https://api.github.com/users/tmoreno/orgs", + "repos_url": "https://api.github.com/users/tmoreno/repos", + "events_url": "https://api.github.com/users/tmoreno/events{/privacy}", + "received_events_url": "https://api.github.com/users/tmoreno/received_events", "type": "User", "site_admin": false }, - "content_type": "application/x-msdownload", + "content_type": "audio/x-pn-realaudio-plugin", "state": "uploaded", - "size": 42269342, - "download_count": 19677, - "created_at": "2018-07-17T08:39:39Z", - "updated_at": "2018-07-17T08:40:18Z", - "browser_download_url": "https://github.com/drscaon/electron-react-one-left-game/releases/download/v2.0.0/OneLeft.Setup.2.0.0.exe" + "size": 57210357, + "download_count": 10, + "created_at": "2020-08-18T10:21:23Z", + "updated_at": "2020-08-18T10:21:25Z", + "browser_download_url": "https://github.com/tmoreno/open-log-viewer/releases/download/1.4.1/open-log-viewer_1.4.1.rpm" } ], - "tarball_url": "https://api.github.com/repos/drscaon/electron-react-one-left-game/tarball/v2.0.0", - "zipball_url": "https://api.github.com/repos/drscaon/electron-react-one-left-game/zipball/v2.0.0", - "body_html": "

Update:

\n" + "tarball_url": "https://api.github.com/repos/tmoreno/open-log-viewer/tarball/1.4.1", + "zipball_url": "https://api.github.com/repos/tmoreno/open-log-viewer/zipball/1.4.1", + "body_html": "

Bugs Fixed

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:37.669Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:27.660Z" }, "onoffice": { "latestRelease": { @@ -69138,7 +69325,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 66372421, - "download_count": 71, + "download_count": 72, "created_at": "2020-03-10T23:30:04Z", "updated_at": "2020-03-10T23:30:26Z", "browser_download_url": "https://github.com/rvdleun/onoffice/releases/download/v1.3.2/OnOffice-1.3.2-linux.zip" @@ -69169,62 +69356,471 @@ "type": "User", "site_admin": false }, - "content_type": "application/zip", + "content_type": "application/zip", + "state": "uploaded", + "size": 168394142, + "download_count": 108, + "created_at": "2020-03-10T23:30:32Z", + "updated_at": "2020-03-10T23:31:09Z", + "browser_download_url": "https://github.com/rvdleun/onoffice/releases/download/v1.3.2/OnOffice-1.3.2-mac.zip" + }, + { + "url": "https://api.github.com/repos/rvdleun/onoffice/releases/assets/18618967", + "id": 18618967, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE4NjE4OTY3", + "name": "OnOffice-1.3.2-windows.zip", + "label": null, + "uploader": { + "login": "rvdleun", + "id": 3389729, + "node_id": "MDQ6VXNlcjMzODk3Mjk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/3389729?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rvdleun", + "html_url": "https://github.com/rvdleun", + "followers_url": "https://api.github.com/users/rvdleun/followers", + "following_url": "https://api.github.com/users/rvdleun/following{/other_user}", + "gists_url": "https://api.github.com/users/rvdleun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rvdleun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rvdleun/subscriptions", + "organizations_url": "https://api.github.com/users/rvdleun/orgs", + "repos_url": "https://api.github.com/users/rvdleun/repos", + "events_url": "https://api.github.com/users/rvdleun/events{/privacy}", + "received_events_url": "https://api.github.com/users/rvdleun/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 61186013, + "download_count": 151, + "created_at": "2020-03-10T23:31:14Z", + "updated_at": "2020-03-10T23:31:28Z", + "browser_download_url": "https://github.com/rvdleun/onoffice/releases/download/v1.3.2/OnOffice-1.3.2-windows.zip" + } + ], + "tarball_url": "https://api.github.com/repos/rvdleun/onoffice/tarball/v1.3.2", + "zipball_url": "https://api.github.com/repos/rvdleun/onoffice/zipball/v1.3.2", + "body_html": "" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:27.679Z" + }, + "opencomic": { + "latestRelease": { + "url": "https://api.github.com/repos/ollm/OpenComic/releases/29491055", + "assets_url": "https://api.github.com/repos/ollm/OpenComic/releases/29491055/assets", + "upload_url": "https://uploads.github.com/repos/ollm/OpenComic/releases/29491055/assets{?name,label}", + "html_url": "https://github.com/ollm/OpenComic/releases/tag/v0.2.0", + "id": 29491055, + "node_id": "MDc6UmVsZWFzZTI5NDkxMDU1", + "tag_name": "v0.2.0", + "target_commitish": "master", + "name": "v0.2.0", + "draft": false, + "author": { + "login": "ollm", + "id": 18549191, + "node_id": "MDQ6VXNlcjE4NTQ5MTkx", + "avatar_url": "https://avatars1.githubusercontent.com/u/18549191?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ollm", + "html_url": "https://github.com/ollm", + "followers_url": "https://api.github.com/users/ollm/followers", + "following_url": "https://api.github.com/users/ollm/following{/other_user}", + "gists_url": "https://api.github.com/users/ollm/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ollm/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ollm/subscriptions", + "organizations_url": "https://api.github.com/users/ollm/orgs", + "repos_url": "https://api.github.com/users/ollm/repos", + "events_url": "https://api.github.com/users/ollm/events{/privacy}", + "received_events_url": "https://api.github.com/users/ollm/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2020-08-12T15:52:51Z", + "published_at": "2020-08-12T18:25:47Z", + "assets": [ + { + "url": "https://api.github.com/repos/ollm/OpenComic/releases/assets/23856097", + "id": 23856097, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzODU2MDk3", + "name": "opencomic-0.2.0-arm64.7z", + "label": null, + "uploader": { + "login": "ollm", + "id": 18549191, + "node_id": "MDQ6VXNlcjE4NTQ5MTkx", + "avatar_url": "https://avatars1.githubusercontent.com/u/18549191?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ollm", + "html_url": "https://github.com/ollm", + "followers_url": "https://api.github.com/users/ollm/followers", + "following_url": "https://api.github.com/users/ollm/following{/other_user}", + "gists_url": "https://api.github.com/users/ollm/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ollm/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ollm/subscriptions", + "organizations_url": "https://api.github.com/users/ollm/orgs", + "repos_url": "https://api.github.com/users/ollm/repos", + "events_url": "https://api.github.com/users/ollm/events{/privacy}", + "received_events_url": "https://api.github.com/users/ollm/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-7z-compressed", + "state": "uploaded", + "size": 61669702, + "download_count": 11, + "created_at": "2020-08-12T17:54:00Z", + "updated_at": "2020-08-12T17:56:51Z", + "browser_download_url": "https://github.com/ollm/OpenComic/releases/download/v0.2.0/opencomic-0.2.0-arm64.7z" + }, + { + "url": "https://api.github.com/repos/ollm/OpenComic/releases/assets/23858066", + "id": 23858066, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzODU4MDY2", + "name": "OpenComic-0.2.0-arm64.AppImage", + "label": null, + "uploader": { + "login": "ollm", + "id": 18549191, + "node_id": "MDQ6VXNlcjE4NTQ5MTkx", + "avatar_url": "https://avatars1.githubusercontent.com/u/18549191?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ollm", + "html_url": "https://github.com/ollm", + "followers_url": "https://api.github.com/users/ollm/followers", + "following_url": "https://api.github.com/users/ollm/following{/other_user}", + "gists_url": "https://api.github.com/users/ollm/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ollm/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ollm/subscriptions", + "organizations_url": "https://api.github.com/users/ollm/orgs", + "repos_url": "https://api.github.com/users/ollm/repos", + "events_url": "https://api.github.com/users/ollm/events{/privacy}", + "received_events_url": "https://api.github.com/users/ollm/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/vnd.appimage", + "state": "uploaded", + "size": 98125677, + "download_count": 22, + "created_at": "2020-08-12T19:11:37Z", + "updated_at": "2020-08-12T19:58:10Z", + "browser_download_url": "https://github.com/ollm/OpenComic/releases/download/v0.2.0/OpenComic-0.2.0-arm64.AppImage" + }, + { + "url": "https://api.github.com/repos/ollm/OpenComic/releases/assets/23853912", + "id": 23853912, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzODUzOTEy", + "name": "OpenComic-0.2.0-mac.7z", + "label": null, + "uploader": { + "login": "ollm", + "id": 18549191, + "node_id": "MDQ6VXNlcjE4NTQ5MTkx", + "avatar_url": "https://avatars1.githubusercontent.com/u/18549191?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ollm", + "html_url": "https://github.com/ollm", + "followers_url": "https://api.github.com/users/ollm/followers", + "following_url": "https://api.github.com/users/ollm/following{/other_user}", + "gists_url": "https://api.github.com/users/ollm/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ollm/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ollm/subscriptions", + "organizations_url": "https://api.github.com/users/ollm/orgs", + "repos_url": "https://api.github.com/users/ollm/repos", + "events_url": "https://api.github.com/users/ollm/events{/privacy}", + "received_events_url": "https://api.github.com/users/ollm/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-7z-compressed", + "state": "uploaded", + "size": 57174773, + "download_count": 44, + "created_at": "2020-08-12T16:33:02Z", + "updated_at": "2020-08-12T16:38:00Z", + "browser_download_url": "https://github.com/ollm/OpenComic/releases/download/v0.2.0/OpenComic-0.2.0-mac.7z" + }, + { + "url": "https://api.github.com/repos/ollm/OpenComic/releases/assets/23854540", + "id": 23854540, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzODU0NTQw", + "name": "opencomic-0.2.0.7z", + "label": null, + "uploader": { + "login": "ollm", + "id": 18549191, + "node_id": "MDQ6VXNlcjE4NTQ5MTkx", + "avatar_url": "https://avatars1.githubusercontent.com/u/18549191?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ollm", + "html_url": "https://github.com/ollm", + "followers_url": "https://api.github.com/users/ollm/followers", + "following_url": "https://api.github.com/users/ollm/following{/other_user}", + "gists_url": "https://api.github.com/users/ollm/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ollm/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ollm/subscriptions", + "organizations_url": "https://api.github.com/users/ollm/orgs", + "repos_url": "https://api.github.com/users/ollm/repos", + "events_url": "https://api.github.com/users/ollm/events{/privacy}", + "received_events_url": "https://api.github.com/users/ollm/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-7z-compressed", + "state": "uploaded", + "size": 62043179, + "download_count": 28, + "created_at": "2020-08-12T16:51:57Z", + "updated_at": "2020-08-12T16:59:10Z", + "browser_download_url": "https://github.com/ollm/OpenComic/releases/download/v0.2.0/opencomic-0.2.0.7z" + }, + { + "url": "https://api.github.com/repos/ollm/OpenComic/releases/assets/23854055", + "id": 23854055, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzODU0MDU1", + "name": "OpenComic-0.2.0.AppImage", + "label": null, + "uploader": { + "login": "ollm", + "id": 18549191, + "node_id": "MDQ6VXNlcjE4NTQ5MTkx", + "avatar_url": "https://avatars1.githubusercontent.com/u/18549191?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ollm", + "html_url": "https://github.com/ollm", + "followers_url": "https://api.github.com/users/ollm/followers", + "following_url": "https://api.github.com/users/ollm/following{/other_user}", + "gists_url": "https://api.github.com/users/ollm/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ollm/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ollm/subscriptions", + "organizations_url": "https://api.github.com/users/ollm/orgs", + "repos_url": "https://api.github.com/users/ollm/repos", + "events_url": "https://api.github.com/users/ollm/events{/privacy}", + "received_events_url": "https://api.github.com/users/ollm/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/vnd.appimage", + "state": "uploaded", + "size": 98895431, + "download_count": 40, + "created_at": "2020-08-12T16:38:00Z", + "updated_at": "2020-08-12T16:43:46Z", + "browser_download_url": "https://github.com/ollm/OpenComic/releases/download/v0.2.0/OpenComic-0.2.0.AppImage" + }, + { + "url": "https://api.github.com/repos/ollm/OpenComic/releases/assets/23856161", + "id": 23856161, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzODU2MTYx", + "name": "opencomic-0.2.0.arm64.rpm", + "label": null, + "uploader": { + "login": "ollm", + "id": 18549191, + "node_id": "MDQ6VXNlcjE4NTQ5MTkx", + "avatar_url": "https://avatars1.githubusercontent.com/u/18549191?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ollm", + "html_url": "https://github.com/ollm", + "followers_url": "https://api.github.com/users/ollm/followers", + "following_url": "https://api.github.com/users/ollm/following{/other_user}", + "gists_url": "https://api.github.com/users/ollm/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ollm/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ollm/subscriptions", + "organizations_url": "https://api.github.com/users/ollm/orgs", + "repos_url": "https://api.github.com/users/ollm/repos", + "events_url": "https://api.github.com/users/ollm/events{/privacy}", + "received_events_url": "https://api.github.com/users/ollm/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-rpm", + "state": "uploaded", + "size": 62637816, + "download_count": 9, + "created_at": "2020-08-12T17:56:51Z", + "updated_at": "2020-08-12T18:00:22Z", + "browser_download_url": "https://github.com/ollm/OpenComic/releases/download/v0.2.0/opencomic-0.2.0.arm64.rpm" + }, + { + "url": "https://api.github.com/repos/ollm/OpenComic/releases/assets/23854395", + "id": 23854395, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzODU0Mzk1", + "name": "opencomic-0.2.0.x86_64.rpm", + "label": null, + "uploader": { + "login": "ollm", + "id": 18549191, + "node_id": "MDQ6VXNlcjE4NTQ5MTkx", + "avatar_url": "https://avatars1.githubusercontent.com/u/18549191?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ollm", + "html_url": "https://github.com/ollm", + "followers_url": "https://api.github.com/users/ollm/followers", + "following_url": "https://api.github.com/users/ollm/following{/other_user}", + "gists_url": "https://api.github.com/users/ollm/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ollm/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ollm/subscriptions", + "organizations_url": "https://api.github.com/users/ollm/orgs", + "repos_url": "https://api.github.com/users/ollm/repos", + "events_url": "https://api.github.com/users/ollm/events{/privacy}", + "received_events_url": "https://api.github.com/users/ollm/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-rpm", + "state": "uploaded", + "size": 68593100, + "download_count": 27, + "created_at": "2020-08-12T16:48:13Z", + "updated_at": "2020-08-12T16:51:57Z", + "browser_download_url": "https://github.com/ollm/OpenComic/releases/download/v0.2.0/opencomic-0.2.0.x86_64.rpm" + }, + { + "url": "https://api.github.com/repos/ollm/OpenComic/releases/assets/23853269", + "id": 23853269, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzODUzMjY5", + "name": "OpenComic.Setup.0.2.0.exe", + "label": null, + "uploader": { + "login": "ollm", + "id": 18549191, + "node_id": "MDQ6VXNlcjE4NTQ5MTkx", + "avatar_url": "https://avatars1.githubusercontent.com/u/18549191?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ollm", + "html_url": "https://github.com/ollm", + "followers_url": "https://api.github.com/users/ollm/followers", + "following_url": "https://api.github.com/users/ollm/following{/other_user}", + "gists_url": "https://api.github.com/users/ollm/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ollm/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ollm/subscriptions", + "organizations_url": "https://api.github.com/users/ollm/orgs", + "repos_url": "https://api.github.com/users/ollm/repos", + "events_url": "https://api.github.com/users/ollm/events{/privacy}", + "received_events_url": "https://api.github.com/users/ollm/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-ms-dos-executable", + "state": "uploaded", + "size": 72819942, + "download_count": 264, + "created_at": "2020-08-12T16:15:43Z", + "updated_at": "2020-08-12T16:24:41Z", + "browser_download_url": "https://github.com/ollm/OpenComic/releases/download/v0.2.0/OpenComic.Setup.0.2.0.exe" + }, + { + "url": "https://api.github.com/repos/ollm/OpenComic/releases/assets/23854220", + "id": 23854220, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzODU0MjIw", + "name": "opencomic_0.2.0_amd64.deb", + "label": null, + "uploader": { + "login": "ollm", + "id": 18549191, + "node_id": "MDQ6VXNlcjE4NTQ5MTkx", + "avatar_url": "https://avatars1.githubusercontent.com/u/18549191?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ollm", + "html_url": "https://github.com/ollm", + "followers_url": "https://api.github.com/users/ollm/followers", + "following_url": "https://api.github.com/users/ollm/following{/other_user}", + "gists_url": "https://api.github.com/users/ollm/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ollm/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ollm/subscriptions", + "organizations_url": "https://api.github.com/users/ollm/orgs", + "repos_url": "https://api.github.com/users/ollm/repos", + "events_url": "https://api.github.com/users/ollm/events{/privacy}", + "received_events_url": "https://api.github.com/users/ollm/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/vnd.debian.binary-package", + "state": "uploaded", + "size": 68439922, + "download_count": 89, + "created_at": "2020-08-12T16:43:46Z", + "updated_at": "2020-08-12T16:48:13Z", + "browser_download_url": "https://github.com/ollm/OpenComic/releases/download/v0.2.0/opencomic_0.2.0_amd64.deb" + }, + { + "url": "https://api.github.com/repos/ollm/OpenComic/releases/assets/23857517", + "id": 23857517, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzODU3NTE3", + "name": "opencomic_0.2.0_amd64.snap", + "label": null, + "uploader": { + "login": "ollm", + "id": 18549191, + "node_id": "MDQ6VXNlcjE4NTQ5MTkx", + "avatar_url": "https://avatars1.githubusercontent.com/u/18549191?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ollm", + "html_url": "https://github.com/ollm", + "followers_url": "https://api.github.com/users/ollm/followers", + "following_url": "https://api.github.com/users/ollm/following{/other_user}", + "gists_url": "https://api.github.com/users/ollm/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ollm/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ollm/subscriptions", + "organizations_url": "https://api.github.com/users/ollm/orgs", + "repos_url": "https://api.github.com/users/ollm/repos", + "events_url": "https://api.github.com/users/ollm/events{/privacy}", + "received_events_url": "https://api.github.com/users/ollm/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/vnd.snap", "state": "uploaded", - "size": 168394142, - "download_count": 108, - "created_at": "2020-03-10T23:30:32Z", - "updated_at": "2020-03-10T23:31:09Z", - "browser_download_url": "https://github.com/rvdleun/onoffice/releases/download/v1.3.2/OnOffice-1.3.2-mac.zip" + "size": 84295680, + "download_count": 10, + "created_at": "2020-08-12T18:49:22Z", + "updated_at": "2020-08-12T19:02:50Z", + "browser_download_url": "https://github.com/ollm/OpenComic/releases/download/v0.2.0/opencomic_0.2.0_amd64.snap" }, { - "url": "https://api.github.com/repos/rvdleun/onoffice/releases/assets/18618967", - "id": 18618967, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE4NjE4OTY3", - "name": "OnOffice-1.3.2-windows.zip", + "url": "https://api.github.com/repos/ollm/OpenComic/releases/assets/23856010", + "id": 23856010, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzODU2MDEw", + "name": "opencomic_0.2.0_arm64.deb", "label": null, "uploader": { - "login": "rvdleun", - "id": 3389729, - "node_id": "MDQ6VXNlcjMzODk3Mjk=", - "avatar_url": "https://avatars2.githubusercontent.com/u/3389729?v=4", + "login": "ollm", + "id": 18549191, + "node_id": "MDQ6VXNlcjE4NTQ5MTkx", + "avatar_url": "https://avatars1.githubusercontent.com/u/18549191?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/rvdleun", - "html_url": "https://github.com/rvdleun", - "followers_url": "https://api.github.com/users/rvdleun/followers", - "following_url": "https://api.github.com/users/rvdleun/following{/other_user}", - "gists_url": "https://api.github.com/users/rvdleun/gists{/gist_id}", - "starred_url": "https://api.github.com/users/rvdleun/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/rvdleun/subscriptions", - "organizations_url": "https://api.github.com/users/rvdleun/orgs", - "repos_url": "https://api.github.com/users/rvdleun/repos", - "events_url": "https://api.github.com/users/rvdleun/events{/privacy}", - "received_events_url": "https://api.github.com/users/rvdleun/received_events", + "url": "https://api.github.com/users/ollm", + "html_url": "https://github.com/ollm", + "followers_url": "https://api.github.com/users/ollm/followers", + "following_url": "https://api.github.com/users/ollm/following{/other_user}", + "gists_url": "https://api.github.com/users/ollm/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ollm/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ollm/subscriptions", + "organizations_url": "https://api.github.com/users/ollm/orgs", + "repos_url": "https://api.github.com/users/ollm/repos", + "events_url": "https://api.github.com/users/ollm/events{/privacy}", + "received_events_url": "https://api.github.com/users/ollm/received_events", "type": "User", "site_admin": false }, - "content_type": "application/zip", + "content_type": "application/vnd.debian.binary-package", "state": "uploaded", - "size": 61186013, - "download_count": 151, - "created_at": "2020-03-10T23:31:14Z", - "updated_at": "2020-03-10T23:31:28Z", - "browser_download_url": "https://github.com/rvdleun/onoffice/releases/download/v1.3.2/OnOffice-1.3.2-windows.zip" + "size": 62539024, + "download_count": 24, + "created_at": "2020-08-12T17:51:05Z", + "updated_at": "2020-08-12T17:54:00Z", + "browser_download_url": "https://github.com/ollm/OpenComic/releases/download/v0.2.0/opencomic_0.2.0_arm64.deb" } ], - "tarball_url": "https://api.github.com/repos/rvdleun/onoffice/tarball/v1.3.2", - "zipball_url": "https://api.github.com/repos/rvdleun/onoffice/zipball/v1.3.2", - "body_html": "" + "tarball_url": "https://api.github.com/repos/ollm/OpenComic/tarball/v0.2.0", + "zipball_url": "https://api.github.com/repos/ollm/OpenComic/zipball/v0.2.0", + "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:37.702Z" - }, - "opale-messenger": { - "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:37.734Z" - }, - "open-ias-scoreboard": { - "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:37.801Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:27.683Z" }, "openbazaar": { "latestRelease": { @@ -69325,7 +69921,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 118206544, - "download_count": 2791, + "download_count": 2799, "created_at": "2020-07-16T17:38:36Z", "updated_at": "2020-07-16T17:38:39Z", "browser_download_url": "https://github.com/OpenBazaar/openbazaar-desktop/releases/download/v2.4.7/OpenBazaar2-2.4.7-full.nupkg" @@ -69359,7 +69955,7 @@ "content_type": "application/x-ms-dos-executable", "state": "uploaded", "size": 119373128, - "download_count": 2326, + "download_count": 2346, "created_at": "2020-07-16T17:38:27Z", "updated_at": "2020-07-16T17:38:30Z", "browser_download_url": "https://github.com/OpenBazaar/openbazaar-desktop/releases/download/v2.4.7/OpenBazaar2-2.4.7-Setup-64.exe" @@ -69393,7 +69989,7 @@ "content_type": "application/x-apple-diskimage", "state": "uploaded", "size": 110214484, - "download_count": 876, + "download_count": 883, "created_at": "2020-07-16T16:47:47Z", "updated_at": "2020-07-16T16:47:50Z", "browser_download_url": "https://github.com/OpenBazaar/openbazaar-desktop/releases/download/v2.4.7/OpenBazaar2-2.4.7.dmg" @@ -69427,7 +70023,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 423538776, - "download_count": 5063, + "download_count": 5085, "created_at": "2020-07-16T16:47:51Z", "updated_at": "2020-07-16T16:48:01Z", "browser_download_url": "https://github.com/OpenBazaar/openbazaar-desktop/releases/download/v2.4.7/OpenBazaar2-mac-2.4.7.zip" @@ -69733,7 +70329,7 @@ "content_type": "application/x-debian-package", "state": "uploaded", "size": 88575584, - "download_count": 723, + "download_count": 736, "created_at": "2020-07-16T16:08:53Z", "updated_at": "2020-07-16T16:08:55Z", "browser_download_url": "https://github.com/OpenBazaar/openbazaar-desktop/releases/download/v2.4.7/openbazaar2_2.4.7_amd64.deb" @@ -69767,7 +70363,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 82, - "download_count": 69788, + "download_count": 70295, "created_at": "2020-07-16T17:38:26Z", "updated_at": "2020-07-16T17:38:26Z", "browser_download_url": "https://github.com/OpenBazaar/openbazaar-desktop/releases/download/v2.4.7/RELEASES" @@ -69777,424 +70373,7 @@ "zipball_url": "https://api.github.com/repos/OpenBazaar/openbazaar-desktop/zipball/v2.4.7", "body_html": null }, - "latestReleaseFetchedAt": "2020-09-17T12:08:38.060Z" - }, - "opencomic": { - "latestRelease": { - "url": "https://api.github.com/repos/ollm/OpenComic/releases/29491055", - "assets_url": "https://api.github.com/repos/ollm/OpenComic/releases/29491055/assets", - "upload_url": "https://uploads.github.com/repos/ollm/OpenComic/releases/29491055/assets{?name,label}", - "html_url": "https://github.com/ollm/OpenComic/releases/tag/v0.2.0", - "id": 29491055, - "node_id": "MDc6UmVsZWFzZTI5NDkxMDU1", - "tag_name": "v0.2.0", - "target_commitish": "master", - "name": "v0.2.0", - "draft": false, - "author": { - "login": "ollm", - "id": 18549191, - "node_id": "MDQ6VXNlcjE4NTQ5MTkx", - "avatar_url": "https://avatars1.githubusercontent.com/u/18549191?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/ollm", - "html_url": "https://github.com/ollm", - "followers_url": "https://api.github.com/users/ollm/followers", - "following_url": "https://api.github.com/users/ollm/following{/other_user}", - "gists_url": "https://api.github.com/users/ollm/gists{/gist_id}", - "starred_url": "https://api.github.com/users/ollm/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/ollm/subscriptions", - "organizations_url": "https://api.github.com/users/ollm/orgs", - "repos_url": "https://api.github.com/users/ollm/repos", - "events_url": "https://api.github.com/users/ollm/events{/privacy}", - "received_events_url": "https://api.github.com/users/ollm/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2020-08-12T15:52:51Z", - "published_at": "2020-08-12T18:25:47Z", - "assets": [ - { - "url": "https://api.github.com/repos/ollm/OpenComic/releases/assets/23856097", - "id": 23856097, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzODU2MDk3", - "name": "opencomic-0.2.0-arm64.7z", - "label": null, - "uploader": { - "login": "ollm", - "id": 18549191, - "node_id": "MDQ6VXNlcjE4NTQ5MTkx", - "avatar_url": "https://avatars1.githubusercontent.com/u/18549191?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/ollm", - "html_url": "https://github.com/ollm", - "followers_url": "https://api.github.com/users/ollm/followers", - "following_url": "https://api.github.com/users/ollm/following{/other_user}", - "gists_url": "https://api.github.com/users/ollm/gists{/gist_id}", - "starred_url": "https://api.github.com/users/ollm/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/ollm/subscriptions", - "organizations_url": "https://api.github.com/users/ollm/orgs", - "repos_url": "https://api.github.com/users/ollm/repos", - "events_url": "https://api.github.com/users/ollm/events{/privacy}", - "received_events_url": "https://api.github.com/users/ollm/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-7z-compressed", - "state": "uploaded", - "size": 61669702, - "download_count": 11, - "created_at": "2020-08-12T17:54:00Z", - "updated_at": "2020-08-12T17:56:51Z", - "browser_download_url": "https://github.com/ollm/OpenComic/releases/download/v0.2.0/opencomic-0.2.0-arm64.7z" - }, - { - "url": "https://api.github.com/repos/ollm/OpenComic/releases/assets/23858066", - "id": 23858066, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzODU4MDY2", - "name": "OpenComic-0.2.0-arm64.AppImage", - "label": null, - "uploader": { - "login": "ollm", - "id": 18549191, - "node_id": "MDQ6VXNlcjE4NTQ5MTkx", - "avatar_url": "https://avatars1.githubusercontent.com/u/18549191?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/ollm", - "html_url": "https://github.com/ollm", - "followers_url": "https://api.github.com/users/ollm/followers", - "following_url": "https://api.github.com/users/ollm/following{/other_user}", - "gists_url": "https://api.github.com/users/ollm/gists{/gist_id}", - "starred_url": "https://api.github.com/users/ollm/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/ollm/subscriptions", - "organizations_url": "https://api.github.com/users/ollm/orgs", - "repos_url": "https://api.github.com/users/ollm/repos", - "events_url": "https://api.github.com/users/ollm/events{/privacy}", - "received_events_url": "https://api.github.com/users/ollm/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/vnd.appimage", - "state": "uploaded", - "size": 98125677, - "download_count": 22, - "created_at": "2020-08-12T19:11:37Z", - "updated_at": "2020-08-12T19:58:10Z", - "browser_download_url": "https://github.com/ollm/OpenComic/releases/download/v0.2.0/OpenComic-0.2.0-arm64.AppImage" - }, - { - "url": "https://api.github.com/repos/ollm/OpenComic/releases/assets/23853912", - "id": 23853912, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzODUzOTEy", - "name": "OpenComic-0.2.0-mac.7z", - "label": null, - "uploader": { - "login": "ollm", - "id": 18549191, - "node_id": "MDQ6VXNlcjE4NTQ5MTkx", - "avatar_url": "https://avatars1.githubusercontent.com/u/18549191?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/ollm", - "html_url": "https://github.com/ollm", - "followers_url": "https://api.github.com/users/ollm/followers", - "following_url": "https://api.github.com/users/ollm/following{/other_user}", - "gists_url": "https://api.github.com/users/ollm/gists{/gist_id}", - "starred_url": "https://api.github.com/users/ollm/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/ollm/subscriptions", - "organizations_url": "https://api.github.com/users/ollm/orgs", - "repos_url": "https://api.github.com/users/ollm/repos", - "events_url": "https://api.github.com/users/ollm/events{/privacy}", - "received_events_url": "https://api.github.com/users/ollm/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-7z-compressed", - "state": "uploaded", - "size": 57174773, - "download_count": 43, - "created_at": "2020-08-12T16:33:02Z", - "updated_at": "2020-08-12T16:38:00Z", - "browser_download_url": "https://github.com/ollm/OpenComic/releases/download/v0.2.0/OpenComic-0.2.0-mac.7z" - }, - { - "url": "https://api.github.com/repos/ollm/OpenComic/releases/assets/23854540", - "id": 23854540, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzODU0NTQw", - "name": "opencomic-0.2.0.7z", - "label": null, - "uploader": { - "login": "ollm", - "id": 18549191, - "node_id": "MDQ6VXNlcjE4NTQ5MTkx", - "avatar_url": "https://avatars1.githubusercontent.com/u/18549191?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/ollm", - "html_url": "https://github.com/ollm", - "followers_url": "https://api.github.com/users/ollm/followers", - "following_url": "https://api.github.com/users/ollm/following{/other_user}", - "gists_url": "https://api.github.com/users/ollm/gists{/gist_id}", - "starred_url": "https://api.github.com/users/ollm/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/ollm/subscriptions", - "organizations_url": "https://api.github.com/users/ollm/orgs", - "repos_url": "https://api.github.com/users/ollm/repos", - "events_url": "https://api.github.com/users/ollm/events{/privacy}", - "received_events_url": "https://api.github.com/users/ollm/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-7z-compressed", - "state": "uploaded", - "size": 62043179, - "download_count": 28, - "created_at": "2020-08-12T16:51:57Z", - "updated_at": "2020-08-12T16:59:10Z", - "browser_download_url": "https://github.com/ollm/OpenComic/releases/download/v0.2.0/opencomic-0.2.0.7z" - }, - { - "url": "https://api.github.com/repos/ollm/OpenComic/releases/assets/23854055", - "id": 23854055, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzODU0MDU1", - "name": "OpenComic-0.2.0.AppImage", - "label": null, - "uploader": { - "login": "ollm", - "id": 18549191, - "node_id": "MDQ6VXNlcjE4NTQ5MTkx", - "avatar_url": "https://avatars1.githubusercontent.com/u/18549191?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/ollm", - "html_url": "https://github.com/ollm", - "followers_url": "https://api.github.com/users/ollm/followers", - "following_url": "https://api.github.com/users/ollm/following{/other_user}", - "gists_url": "https://api.github.com/users/ollm/gists{/gist_id}", - "starred_url": "https://api.github.com/users/ollm/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/ollm/subscriptions", - "organizations_url": "https://api.github.com/users/ollm/orgs", - "repos_url": "https://api.github.com/users/ollm/repos", - "events_url": "https://api.github.com/users/ollm/events{/privacy}", - "received_events_url": "https://api.github.com/users/ollm/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/vnd.appimage", - "state": "uploaded", - "size": 98895431, - "download_count": 40, - "created_at": "2020-08-12T16:38:00Z", - "updated_at": "2020-08-12T16:43:46Z", - "browser_download_url": "https://github.com/ollm/OpenComic/releases/download/v0.2.0/OpenComic-0.2.0.AppImage" - }, - { - "url": "https://api.github.com/repos/ollm/OpenComic/releases/assets/23856161", - "id": 23856161, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzODU2MTYx", - "name": "opencomic-0.2.0.arm64.rpm", - "label": null, - "uploader": { - "login": "ollm", - "id": 18549191, - "node_id": "MDQ6VXNlcjE4NTQ5MTkx", - "avatar_url": "https://avatars1.githubusercontent.com/u/18549191?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/ollm", - "html_url": "https://github.com/ollm", - "followers_url": "https://api.github.com/users/ollm/followers", - "following_url": "https://api.github.com/users/ollm/following{/other_user}", - "gists_url": "https://api.github.com/users/ollm/gists{/gist_id}", - "starred_url": "https://api.github.com/users/ollm/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/ollm/subscriptions", - "organizations_url": "https://api.github.com/users/ollm/orgs", - "repos_url": "https://api.github.com/users/ollm/repos", - "events_url": "https://api.github.com/users/ollm/events{/privacy}", - "received_events_url": "https://api.github.com/users/ollm/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-rpm", - "state": "uploaded", - "size": 62637816, - "download_count": 9, - "created_at": "2020-08-12T17:56:51Z", - "updated_at": "2020-08-12T18:00:22Z", - "browser_download_url": "https://github.com/ollm/OpenComic/releases/download/v0.2.0/opencomic-0.2.0.arm64.rpm" - }, - { - "url": "https://api.github.com/repos/ollm/OpenComic/releases/assets/23854395", - "id": 23854395, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzODU0Mzk1", - "name": "opencomic-0.2.0.x86_64.rpm", - "label": null, - "uploader": { - "login": "ollm", - "id": 18549191, - "node_id": "MDQ6VXNlcjE4NTQ5MTkx", - "avatar_url": "https://avatars1.githubusercontent.com/u/18549191?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/ollm", - "html_url": "https://github.com/ollm", - "followers_url": "https://api.github.com/users/ollm/followers", - "following_url": "https://api.github.com/users/ollm/following{/other_user}", - "gists_url": "https://api.github.com/users/ollm/gists{/gist_id}", - "starred_url": "https://api.github.com/users/ollm/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/ollm/subscriptions", - "organizations_url": "https://api.github.com/users/ollm/orgs", - "repos_url": "https://api.github.com/users/ollm/repos", - "events_url": "https://api.github.com/users/ollm/events{/privacy}", - "received_events_url": "https://api.github.com/users/ollm/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-rpm", - "state": "uploaded", - "size": 68593100, - "download_count": 23, - "created_at": "2020-08-12T16:48:13Z", - "updated_at": "2020-08-12T16:51:57Z", - "browser_download_url": "https://github.com/ollm/OpenComic/releases/download/v0.2.0/opencomic-0.2.0.x86_64.rpm" - }, - { - "url": "https://api.github.com/repos/ollm/OpenComic/releases/assets/23853269", - "id": 23853269, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzODUzMjY5", - "name": "OpenComic.Setup.0.2.0.exe", - "label": null, - "uploader": { - "login": "ollm", - "id": 18549191, - "node_id": "MDQ6VXNlcjE4NTQ5MTkx", - "avatar_url": "https://avatars1.githubusercontent.com/u/18549191?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/ollm", - "html_url": "https://github.com/ollm", - "followers_url": "https://api.github.com/users/ollm/followers", - "following_url": "https://api.github.com/users/ollm/following{/other_user}", - "gists_url": "https://api.github.com/users/ollm/gists{/gist_id}", - "starred_url": "https://api.github.com/users/ollm/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/ollm/subscriptions", - "organizations_url": "https://api.github.com/users/ollm/orgs", - "repos_url": "https://api.github.com/users/ollm/repos", - "events_url": "https://api.github.com/users/ollm/events{/privacy}", - "received_events_url": "https://api.github.com/users/ollm/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-ms-dos-executable", - "state": "uploaded", - "size": 72819942, - "download_count": 260, - "created_at": "2020-08-12T16:15:43Z", - "updated_at": "2020-08-12T16:24:41Z", - "browser_download_url": "https://github.com/ollm/OpenComic/releases/download/v0.2.0/OpenComic.Setup.0.2.0.exe" - }, - { - "url": "https://api.github.com/repos/ollm/OpenComic/releases/assets/23854220", - "id": 23854220, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzODU0MjIw", - "name": "opencomic_0.2.0_amd64.deb", - "label": null, - "uploader": { - "login": "ollm", - "id": 18549191, - "node_id": "MDQ6VXNlcjE4NTQ5MTkx", - "avatar_url": "https://avatars1.githubusercontent.com/u/18549191?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/ollm", - "html_url": "https://github.com/ollm", - "followers_url": "https://api.github.com/users/ollm/followers", - "following_url": "https://api.github.com/users/ollm/following{/other_user}", - "gists_url": "https://api.github.com/users/ollm/gists{/gist_id}", - "starred_url": "https://api.github.com/users/ollm/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/ollm/subscriptions", - "organizations_url": "https://api.github.com/users/ollm/orgs", - "repos_url": "https://api.github.com/users/ollm/repos", - "events_url": "https://api.github.com/users/ollm/events{/privacy}", - "received_events_url": "https://api.github.com/users/ollm/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/vnd.debian.binary-package", - "state": "uploaded", - "size": 68439922, - "download_count": 86, - "created_at": "2020-08-12T16:43:46Z", - "updated_at": "2020-08-12T16:48:13Z", - "browser_download_url": "https://github.com/ollm/OpenComic/releases/download/v0.2.0/opencomic_0.2.0_amd64.deb" - }, - { - "url": "https://api.github.com/repos/ollm/OpenComic/releases/assets/23857517", - "id": 23857517, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzODU3NTE3", - "name": "opencomic_0.2.0_amd64.snap", - "label": null, - "uploader": { - "login": "ollm", - "id": 18549191, - "node_id": "MDQ6VXNlcjE4NTQ5MTkx", - "avatar_url": "https://avatars1.githubusercontent.com/u/18549191?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/ollm", - "html_url": "https://github.com/ollm", - "followers_url": "https://api.github.com/users/ollm/followers", - "following_url": "https://api.github.com/users/ollm/following{/other_user}", - "gists_url": "https://api.github.com/users/ollm/gists{/gist_id}", - "starred_url": "https://api.github.com/users/ollm/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/ollm/subscriptions", - "organizations_url": "https://api.github.com/users/ollm/orgs", - "repos_url": "https://api.github.com/users/ollm/repos", - "events_url": "https://api.github.com/users/ollm/events{/privacy}", - "received_events_url": "https://api.github.com/users/ollm/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/vnd.snap", - "state": "uploaded", - "size": 84295680, - "download_count": 10, - "created_at": "2020-08-12T18:49:22Z", - "updated_at": "2020-08-12T19:02:50Z", - "browser_download_url": "https://github.com/ollm/OpenComic/releases/download/v0.2.0/opencomic_0.2.0_amd64.snap" - }, - { - "url": "https://api.github.com/repos/ollm/OpenComic/releases/assets/23856010", - "id": 23856010, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzODU2MDEw", - "name": "opencomic_0.2.0_arm64.deb", - "label": null, - "uploader": { - "login": "ollm", - "id": 18549191, - "node_id": "MDQ6VXNlcjE4NTQ5MTkx", - "avatar_url": "https://avatars1.githubusercontent.com/u/18549191?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/ollm", - "html_url": "https://github.com/ollm", - "followers_url": "https://api.github.com/users/ollm/followers", - "following_url": "https://api.github.com/users/ollm/following{/other_user}", - "gists_url": "https://api.github.com/users/ollm/gists{/gist_id}", - "starred_url": "https://api.github.com/users/ollm/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/ollm/subscriptions", - "organizations_url": "https://api.github.com/users/ollm/orgs", - "repos_url": "https://api.github.com/users/ollm/repos", - "events_url": "https://api.github.com/users/ollm/events{/privacy}", - "received_events_url": "https://api.github.com/users/ollm/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/vnd.debian.binary-package", - "state": "uploaded", - "size": 62539024, - "download_count": 24, - "created_at": "2020-08-12T17:51:05Z", - "updated_at": "2020-08-12T17:54:00Z", - "browser_download_url": "https://github.com/ollm/OpenComic/releases/download/v0.2.0/opencomic_0.2.0_arm64.deb" - } - ], - "tarball_url": "https://api.github.com/repos/ollm/OpenComic/tarball/v0.2.0", - "zipball_url": "https://api.github.com/repos/ollm/OpenComic/zipball/v0.2.0", - "body_html": "" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:38.084Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:27.698Z" }, "opus": { "latestRelease": { @@ -70339,186 +70518,7 @@ "zipball_url": "https://api.github.com/repos/pacocoursey/Opus/zipball/v2.0.0", "body_html": "

First full release! 🎉

\n

Changes since the v2.0.0-beta:

\n\n

Future releases will use semantic versioning to indicate major, minor, and patch changes.

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:38.155Z" - }, - "open-log-viewer": { - "latestRelease": { - "url": "https://api.github.com/repos/tmoreno/open-log-viewer/releases/29808260", - "assets_url": "https://api.github.com/repos/tmoreno/open-log-viewer/releases/29808260/assets", - "upload_url": "https://uploads.github.com/repos/tmoreno/open-log-viewer/releases/29808260/assets{?name,label}", - "html_url": "https://github.com/tmoreno/open-log-viewer/releases/tag/1.4.1", - "id": 29808260, - "node_id": "MDc6UmVsZWFzZTI5ODA4MjYw", - "tag_name": "1.4.1", - "target_commitish": "5462ba3d16022a194fb7b305b150fbadbf9cd201", - "name": "1.4.1", - "draft": false, - "author": { - "login": "tmoreno", - "id": 1009817, - "node_id": "MDQ6VXNlcjEwMDk4MTc=", - "avatar_url": "https://avatars2.githubusercontent.com/u/1009817?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/tmoreno", - "html_url": "https://github.com/tmoreno", - "followers_url": "https://api.github.com/users/tmoreno/followers", - "following_url": "https://api.github.com/users/tmoreno/following{/other_user}", - "gists_url": "https://api.github.com/users/tmoreno/gists{/gist_id}", - "starred_url": "https://api.github.com/users/tmoreno/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/tmoreno/subscriptions", - "organizations_url": "https://api.github.com/users/tmoreno/orgs", - "repos_url": "https://api.github.com/users/tmoreno/repos", - "events_url": "https://api.github.com/users/tmoreno/events{/privacy}", - "received_events_url": "https://api.github.com/users/tmoreno/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2020-08-18T10:14:28Z", - "published_at": "2020-08-18T10:30:17Z", - "assets": [ - { - "url": "https://api.github.com/repos/tmoreno/open-log-viewer/releases/assets/24040284", - "id": 24040284, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI0MDQwMjg0", - "name": "open-log-viewer_1.4.1.deb", - "label": "", - "uploader": { - "login": "tmoreno", - "id": 1009817, - "node_id": "MDQ6VXNlcjEwMDk4MTc=", - "avatar_url": "https://avatars2.githubusercontent.com/u/1009817?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/tmoreno", - "html_url": "https://github.com/tmoreno", - "followers_url": "https://api.github.com/users/tmoreno/followers", - "following_url": "https://api.github.com/users/tmoreno/following{/other_user}", - "gists_url": "https://api.github.com/users/tmoreno/gists{/gist_id}", - "starred_url": "https://api.github.com/users/tmoreno/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/tmoreno/subscriptions", - "organizations_url": "https://api.github.com/users/tmoreno/orgs", - "repos_url": "https://api.github.com/users/tmoreno/repos", - "events_url": "https://api.github.com/users/tmoreno/events{/privacy}", - "received_events_url": "https://api.github.com/users/tmoreno/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-debian-package", - "state": "uploaded", - "size": 57326052, - "download_count": 26, - "created_at": "2020-08-18T10:21:26Z", - "updated_at": "2020-08-18T10:21:28Z", - "browser_download_url": "https://github.com/tmoreno/open-log-viewer/releases/download/1.4.1/open-log-viewer_1.4.1.deb" - }, - { - "url": "https://api.github.com/repos/tmoreno/open-log-viewer/releases/assets/24040246", - "id": 24040246, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI0MDQwMjQ2", - "name": "open-log-viewer_1.4.1.dmg", - "label": "", - "uploader": { - "login": "tmoreno", - "id": 1009817, - "node_id": "MDQ6VXNlcjEwMDk4MTc=", - "avatar_url": "https://avatars2.githubusercontent.com/u/1009817?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/tmoreno", - "html_url": "https://github.com/tmoreno", - "followers_url": "https://api.github.com/users/tmoreno/followers", - "following_url": "https://api.github.com/users/tmoreno/following{/other_user}", - "gists_url": "https://api.github.com/users/tmoreno/gists{/gist_id}", - "starred_url": "https://api.github.com/users/tmoreno/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/tmoreno/subscriptions", - "organizations_url": "https://api.github.com/users/tmoreno/orgs", - "repos_url": "https://api.github.com/users/tmoreno/repos", - "events_url": "https://api.github.com/users/tmoreno/events{/privacy}", - "received_events_url": "https://api.github.com/users/tmoreno/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-apple-diskimage", - "state": "uploaded", - "size": 82510398, - "download_count": 200, - "created_at": "2020-08-18T10:19:09Z", - "updated_at": "2020-08-18T10:19:13Z", - "browser_download_url": "https://github.com/tmoreno/open-log-viewer/releases/download/1.4.1/open-log-viewer_1.4.1.dmg" - }, - { - "url": "https://api.github.com/repos/tmoreno/open-log-viewer/releases/assets/24040479", - "id": 24040479, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI0MDQwNDc5", - "name": "open-log-viewer_1.4.1.exe", - "label": null, - "uploader": { - "login": "tmoreno", - "id": 1009817, - "node_id": "MDQ6VXNlcjEwMDk4MTc=", - "avatar_url": "https://avatars2.githubusercontent.com/u/1009817?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/tmoreno", - "html_url": "https://github.com/tmoreno", - "followers_url": "https://api.github.com/users/tmoreno/followers", - "following_url": "https://api.github.com/users/tmoreno/following{/other_user}", - "gists_url": "https://api.github.com/users/tmoreno/gists{/gist_id}", - "starred_url": "https://api.github.com/users/tmoreno/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/tmoreno/subscriptions", - "organizations_url": "https://api.github.com/users/tmoreno/orgs", - "repos_url": "https://api.github.com/users/tmoreno/repos", - "events_url": "https://api.github.com/users/tmoreno/events{/privacy}", - "received_events_url": "https://api.github.com/users/tmoreno/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-msdownload", - "state": "uploaded", - "size": 52441592, - "download_count": 302, - "created_at": "2020-08-18T10:28:54Z", - "updated_at": "2020-08-18T10:29:39Z", - "browser_download_url": "https://github.com/tmoreno/open-log-viewer/releases/download/1.4.1/open-log-viewer_1.4.1.exe" - }, - { - "url": "https://api.github.com/repos/tmoreno/open-log-viewer/releases/assets/24040283", - "id": 24040283, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI0MDQwMjgz", - "name": "open-log-viewer_1.4.1.rpm", - "label": "", - "uploader": { - "login": "tmoreno", - "id": 1009817, - "node_id": "MDQ6VXNlcjEwMDk4MTc=", - "avatar_url": "https://avatars2.githubusercontent.com/u/1009817?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/tmoreno", - "html_url": "https://github.com/tmoreno", - "followers_url": "https://api.github.com/users/tmoreno/followers", - "following_url": "https://api.github.com/users/tmoreno/following{/other_user}", - "gists_url": "https://api.github.com/users/tmoreno/gists{/gist_id}", - "starred_url": "https://api.github.com/users/tmoreno/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/tmoreno/subscriptions", - "organizations_url": "https://api.github.com/users/tmoreno/orgs", - "repos_url": "https://api.github.com/users/tmoreno/repos", - "events_url": "https://api.github.com/users/tmoreno/events{/privacy}", - "received_events_url": "https://api.github.com/users/tmoreno/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "audio/x-pn-realaudio-plugin", - "state": "uploaded", - "size": 57210357, - "download_count": 9, - "created_at": "2020-08-18T10:21:23Z", - "updated_at": "2020-08-18T10:21:25Z", - "browser_download_url": "https://github.com/tmoreno/open-log-viewer/releases/download/1.4.1/open-log-viewer_1.4.1.rpm" - } - ], - "tarball_url": "https://api.github.com/repos/tmoreno/open-log-viewer/tarball/1.4.1", - "zipball_url": "https://api.github.com/repos/tmoreno/open-log-viewer/zipball/1.4.1", - "body_html": "

Bugs Fixed

\n" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:38.309Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:27.757Z" }, "orb": { "latestRelease": { @@ -70595,7 +70595,7 @@ "zipball_url": "https://api.github.com/repos/microsoft/Orb/zipball/1.20190713.10", "body_html": null }, - "latestReleaseFetchedAt": "2020-09-17T12:08:38.420Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:27.789Z" }, "overlay": { "latestRelease": { @@ -70730,7 +70730,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 49852195, - "download_count": 183, + "download_count": 184, "created_at": "2018-11-20T19:58:34Z", "updated_at": "2018-11-20T19:58:36Z", "browser_download_url": "https://github.com/singuerinc/overlay/releases/download/v0.12.0/overlay-0.12.0-mac.zip" @@ -70764,7 +70764,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 51549892, - "download_count": 393, + "download_count": 395, "created_at": "2018-11-20T19:57:22Z", "updated_at": "2018-11-20T19:57:24Z", "browser_download_url": "https://github.com/singuerinc/overlay/releases/download/v0.12.0/Overlay-0.12.0.dmg" @@ -70808,7 +70808,7 @@ "zipball_url": "https://api.github.com/repos/singuerinc/overlay/zipball/v0.12.0", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:38.439Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:27.806Z" }, "oversetter": { "latestRelease": { @@ -71011,7 +71011,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 81395, - "download_count": 4, + "download_count": 5, "created_at": "2020-08-16T11:03:10Z", "updated_at": "2020-08-16T11:03:11Z", "browser_download_url": "https://github.com/4gray/oversetter/releases/download/v0.4.0/oversetter-0.4.0.dmg.blockmap" @@ -71089,7 +71089,7 @@ "zipball_url": "https://api.github.com/repos/4gray/oversetter/zipball/v0.4.0", "body_html": "

\"2020-08-16_13-15\"
\n\"2020-08-16_13-15_1\"
\n\"2020-08-16_13-17\"

\n

Changes:

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:38.496Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:27.836Z" }, "p3x-onenote": { "latestRelease": { @@ -71156,7 +71156,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 404, - "download_count": 23, + "download_count": 24, "created_at": "2020-09-08T09:17:50Z", "updated_at": "2020-09-08T09:17:51Z", "browser_download_url": "https://github.com/patrikx3/onenote/releases/download/v2020.10.123/latest-linux-arm.yml" @@ -71258,7 +71258,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 388, - "download_count": 968, + "download_count": 1022, "created_at": "2020-09-08T09:17:18Z", "updated_at": "2020-09-08T09:17:18Z", "browser_download_url": "https://github.com/patrikx3/onenote/releases/download/v2020.10.123/latest-linux.yml" @@ -71292,7 +71292,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 91818791, - "download_count": 98, + "download_count": 104, "created_at": "2020-09-08T09:17:39Z", "updated_at": "2020-09-08T09:17:50Z", "browser_download_url": "https://github.com/patrikx3/onenote/releases/download/v2020.10.123/P3X-OneNote-2020.10.123-arm64.AppImage" @@ -71360,7 +71360,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 85041128, - "download_count": 25, + "download_count": 28, "created_at": "2020-09-08T09:16:54Z", "updated_at": "2020-09-08T09:17:04Z", "browser_download_url": "https://github.com/patrikx3/onenote/releases/download/v2020.10.123/P3X-OneNote-2020.10.123-i386.AppImage" @@ -71394,7 +71394,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 85827560, - "download_count": 435, + "download_count": 452, "created_at": "2020-09-08T09:17:05Z", "updated_at": "2020-09-08T09:17:16Z", "browser_download_url": "https://github.com/patrikx3/onenote/releases/download/v2020.10.123/P3X-OneNote-2020.10.123.AppImage" @@ -71404,7 +71404,7 @@ "zipball_url": "https://api.github.com/repos/patrikx3/onenote/zipball/v2020.10.123", "body_html": "

https://github.com/patrikx3/onenote/blob/master/changelog.md#v202010123

\n

\"Snapcraft\"

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:38.653Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:27.848Z" }, "panwriter": { "latestRelease": { @@ -71505,7 +71505,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 85208179, - "download_count": 194, + "download_count": 197, "created_at": "2020-07-19T11:16:38Z", "updated_at": "2020-07-19T11:20:48Z", "browser_download_url": "https://github.com/mb21/panwriter/releases/download/v0.6.5/PanWriter-0.6.5.AppImage" @@ -71539,7 +71539,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 85245103, - "download_count": 181, + "download_count": 182, "created_at": "2020-07-19T11:17:32Z", "updated_at": "2020-07-19T11:21:22Z", "browser_download_url": "https://github.com/mb21/panwriter/releases/download/v0.6.5/PanWriter-0.6.5.dmg" @@ -71607,7 +71607,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 56613152, - "download_count": 415, + "download_count": 417, "created_at": "2020-07-19T11:17:58Z", "updated_at": "2020-07-19T11:19:25Z", "browser_download_url": "https://github.com/mb21/panwriter/releases/download/v0.6.5/PanWriter-Setup-0.6.5.exe" @@ -71651,84 +71651,7 @@ "zipball_url": "https://api.github.com/repos/mb21/panwriter/zipball/v0.6.5", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:38.784Z" - }, - "paperarxiv": { - "latestRelease": { - "url": "https://api.github.com/repos/fuzihaofzh/PaperArxiv/releases/14537050", - "assets_url": "https://api.github.com/repos/fuzihaofzh/PaperArxiv/releases/14537050/assets", - "upload_url": "https://uploads.github.com/repos/fuzihaofzh/PaperArxiv/releases/14537050/assets{?name,label}", - "html_url": "https://github.com/fuzihaofzh/PaperArxiv/releases/tag/v0.04", - "id": 14537050, - "node_id": "MDc6UmVsZWFzZTE0NTM3MDUw", - "tag_name": "v0.04", - "target_commitish": "master", - "name": "v0.04", - "draft": false, - "author": { - "login": "fuzihaofzh", - "id": 1419566, - "node_id": "MDQ6VXNlcjE0MTk1NjY=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1419566?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/fuzihaofzh", - "html_url": "https://github.com/fuzihaofzh", - "followers_url": "https://api.github.com/users/fuzihaofzh/followers", - "following_url": "https://api.github.com/users/fuzihaofzh/following{/other_user}", - "gists_url": "https://api.github.com/users/fuzihaofzh/gists{/gist_id}", - "starred_url": "https://api.github.com/users/fuzihaofzh/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/fuzihaofzh/subscriptions", - "organizations_url": "https://api.github.com/users/fuzihaofzh/orgs", - "repos_url": "https://api.github.com/users/fuzihaofzh/repos", - "events_url": "https://api.github.com/users/fuzihaofzh/events{/privacy}", - "received_events_url": "https://api.github.com/users/fuzihaofzh/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2018-12-14T12:26:54Z", - "published_at": "2018-12-14T12:35:46Z", - "assets": [ - { - "url": "https://api.github.com/repos/fuzihaofzh/PaperArxiv/releases/assets/10151483", - "id": 10151483, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwMTUxNDgz", - "name": "PaperArxiv.app.zip", - "label": null, - "uploader": { - "login": "fuzihaofzh", - "id": 1419566, - "node_id": "MDQ6VXNlcjE0MTk1NjY=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1419566?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/fuzihaofzh", - "html_url": "https://github.com/fuzihaofzh", - "followers_url": "https://api.github.com/users/fuzihaofzh/followers", - "following_url": "https://api.github.com/users/fuzihaofzh/following{/other_user}", - "gists_url": "https://api.github.com/users/fuzihaofzh/gists{/gist_id}", - "starred_url": "https://api.github.com/users/fuzihaofzh/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/fuzihaofzh/subscriptions", - "organizations_url": "https://api.github.com/users/fuzihaofzh/orgs", - "repos_url": "https://api.github.com/users/fuzihaofzh/repos", - "events_url": "https://api.github.com/users/fuzihaofzh/events{/privacy}", - "received_events_url": "https://api.github.com/users/fuzihaofzh/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 87876266, - "download_count": 236, - "created_at": "2018-12-14T12:33:00Z", - "updated_at": "2018-12-14T12:33:32Z", - "browser_download_url": "https://github.com/fuzihaofzh/PaperArxiv/releases/download/v0.04/PaperArxiv.app.zip" - } - ], - "tarball_url": "https://api.github.com/repos/fuzihaofzh/PaperArxiv/tarball/v0.04", - "zipball_url": "https://api.github.com/repos/fuzihaofzh/PaperArxiv/zipball/v0.04", - "body_html": "

update to a new GUI.

" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:38.854Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:27.890Z" }, "p3x-redis-ui": { "latestRelease": { @@ -71863,7 +71786,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 358, - "download_count": 712, + "download_count": 723, "created_at": "2020-08-27T06:59:23Z", "updated_at": "2020-08-27T06:59:23Z", "browser_download_url": "https://github.com/patrikx3/redis-ui/releases/download/v2020.10.350/latest-mac.yml" @@ -71897,7 +71820,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 397, - "download_count": 1609, + "download_count": 1644, "created_at": "2020-08-27T06:57:45Z", "updated_at": "2020-08-27T06:57:45Z", "browser_download_url": "https://github.com/patrikx3/redis-ui/releases/download/v2020.10.350/latest.yml" @@ -72067,7 +71990,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 134548986, - "download_count": 713, + "download_count": 718, "created_at": "2020-08-27T06:57:26Z", "updated_at": "2020-08-27T06:57:44Z", "browser_download_url": "https://github.com/patrikx3/redis-ui/releases/download/v2020.10.350/p3x-redis-ui-electron-setup-win-2020.10.350.exe" @@ -72101,7 +72024,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 139114, - "download_count": 389, + "download_count": 392, "created_at": "2020-08-27T06:57:26Z", "updated_at": "2020-08-27T06:57:26Z", "browser_download_url": "https://github.com/patrikx3/redis-ui/releases/download/v2020.10.350/p3x-redis-ui-electron-setup-win-2020.10.350.exe.blockmap" @@ -72111,7 +72034,7 @@ "zipball_url": "https://api.github.com/repos/patrikx3/redis-ui/zipball/v2020.10.350", "body_html": "

https://github.com/patrikx3/redis-ui/blob/master/changelog.md#v202010350

\n

\"Snapcraft\"

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:38.873Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:27.917Z" }, "papercubes": { "latestRelease": { @@ -72256,7 +72179,84 @@ "zipball_url": "https://api.github.com/repos/FlorianFe/PaperCubes/zipball/v1.3.0-beta", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:39.000Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:27.957Z" + }, + "paperarxiv": { + "latestRelease": { + "url": "https://api.github.com/repos/fuzihaofzh/PaperArxiv/releases/14537050", + "assets_url": "https://api.github.com/repos/fuzihaofzh/PaperArxiv/releases/14537050/assets", + "upload_url": "https://uploads.github.com/repos/fuzihaofzh/PaperArxiv/releases/14537050/assets{?name,label}", + "html_url": "https://github.com/fuzihaofzh/PaperArxiv/releases/tag/v0.04", + "id": 14537050, + "node_id": "MDc6UmVsZWFzZTE0NTM3MDUw", + "tag_name": "v0.04", + "target_commitish": "master", + "name": "v0.04", + "draft": false, + "author": { + "login": "fuzihaofzh", + "id": 1419566, + "node_id": "MDQ6VXNlcjE0MTk1NjY=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1419566?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fuzihaofzh", + "html_url": "https://github.com/fuzihaofzh", + "followers_url": "https://api.github.com/users/fuzihaofzh/followers", + "following_url": "https://api.github.com/users/fuzihaofzh/following{/other_user}", + "gists_url": "https://api.github.com/users/fuzihaofzh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fuzihaofzh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fuzihaofzh/subscriptions", + "organizations_url": "https://api.github.com/users/fuzihaofzh/orgs", + "repos_url": "https://api.github.com/users/fuzihaofzh/repos", + "events_url": "https://api.github.com/users/fuzihaofzh/events{/privacy}", + "received_events_url": "https://api.github.com/users/fuzihaofzh/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2018-12-14T12:26:54Z", + "published_at": "2018-12-14T12:35:46Z", + "assets": [ + { + "url": "https://api.github.com/repos/fuzihaofzh/PaperArxiv/releases/assets/10151483", + "id": 10151483, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwMTUxNDgz", + "name": "PaperArxiv.app.zip", + "label": null, + "uploader": { + "login": "fuzihaofzh", + "id": 1419566, + "node_id": "MDQ6VXNlcjE0MTk1NjY=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1419566?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fuzihaofzh", + "html_url": "https://github.com/fuzihaofzh", + "followers_url": "https://api.github.com/users/fuzihaofzh/followers", + "following_url": "https://api.github.com/users/fuzihaofzh/following{/other_user}", + "gists_url": "https://api.github.com/users/fuzihaofzh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fuzihaofzh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fuzihaofzh/subscriptions", + "organizations_url": "https://api.github.com/users/fuzihaofzh/orgs", + "repos_url": "https://api.github.com/users/fuzihaofzh/repos", + "events_url": "https://api.github.com/users/fuzihaofzh/events{/privacy}", + "received_events_url": "https://api.github.com/users/fuzihaofzh/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 87876266, + "download_count": 236, + "created_at": "2018-12-14T12:33:00Z", + "updated_at": "2018-12-14T12:33:32Z", + "browser_download_url": "https://github.com/fuzihaofzh/PaperArxiv/releases/download/v0.04/PaperArxiv.app.zip" + } + ], + "tarball_url": "https://api.github.com/repos/fuzihaofzh/PaperArxiv/tarball/v0.04", + "zipball_url": "https://api.github.com/repos/fuzihaofzh/PaperArxiv/zipball/v0.04", + "body_html": "

update to a new GUI.

" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:27.961Z" }, "papyrus": { "latestRelease": { @@ -72391,7 +72391,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 44817395, - "download_count": 1949, + "download_count": 1951, "created_at": "2017-01-31T15:33:27Z", "updated_at": "2017-01-31T15:35:30Z", "browser_download_url": "https://github.com/morkro/papyrus/releases/download/1.0.2/Papyrus-windows-1.0.2.zip" @@ -72401,7 +72401,7 @@ "zipball_url": "https://api.github.com/repos/morkro/papyrus/zipball/1.0.2", "body_html": "

Fixed

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:39.136Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:27.981Z" }, "particl": { "latestRelease": { @@ -72468,7 +72468,7 @@ "content_type": "application/vnd.debian.binary-package", "state": "uploaded", "size": 73858134, - "download_count": 131, + "download_count": 132, "created_at": "2020-07-14T11:17:48Z", "updated_at": "2020-07-14T11:19:20Z", "browser_download_url": "https://github.com/particl/particl-desktop/releases/download/v2.3.5/particl-desktop-2.3.5-linux-amd64.deb" @@ -72706,7 +72706,7 @@ "content_type": "application/x-ms-dos-executable", "state": "uploaded", "size": 243116355, - "download_count": 394, + "download_count": 395, "created_at": "2020-07-14T11:29:34Z", "updated_at": "2020-07-14T11:34:52Z", "browser_download_url": "https://github.com/particl/particl-desktop/releases/download/v2.3.5/particl-desktop-2.3.5-win.exe" @@ -72716,7 +72716,7 @@ "zipball_url": "https://api.github.com/repos/particl/particl-desktop/zipball/v2.3.5", "body_html": "

This patch release includes some minor usability enhancements.

\n

NB!! The source code linked to here is not the actual tagged release source code. Please contact Particl for source code information. The actual source code will be uploaded and made available after an appropriate interval of time has passed.

\n

RELEASE INFORMATION

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
BUILDNETWORKPARTICL CORE (MIN VERSION)MARKETPLACE VERSION
2.3.5mainnet0.19.1.10.2.10
\n

UI UPDATES

\n\n

ENHANCEMENTS

\n\n

REQUIREMENTS

\n\n

NOTES

\n\n

KNOWN ISSUES

\n\n

VERIFICATION

\n
LINUX:\na8bdfffb826629f4a191a902f47dd00976fcc25a344685457fd16b004cb6966d  particl-desktop-2.3.5-linux-amd64.deb\nd9a955a745b5a3fc970e36a38532837d085f31c7beda5fdd749653d935371bb6  particl-desktop-2.3.5-linux-x64.zip\nbdb496112a5c1fb9894c1421c16022c8556f8c75acad35715c1e5ec9acf31489  particl-desktop-2.3.5-linux-x86_64.rpm\n\n\nWINDOWS:\n10fc978ee4083309301408d69555c0b618fd9c27cc5cd1c49ee5ba2c87bd00f4  particl-desktop-2.3.5-win.exe\nfb330d5be95fab8a922e847d9c330999dfce0ecc16972a85a0d44560ac6cfd22  particl-desktop-2.3.5-win-ia32.zip\n048ce99c28d6aa20aee31cf0563f8e62bb472edb5e89e06a83ba33f85c356948  particl-desktop-2.3.5-win-x64.zip\n\n\nOS X:\nAny version, including 10.15 (Catalina) or greater\n6a84b13d6bc8c4f6593096c23e94f349f0081f40b28dd2d85b62e8152115f1f4  particl-desktop-2.3.5-mac.dmg\n\nCan only be used on 10.14 (Mojave) or earlier\n68b5dc4ad95cb5d4915b7772ca867fa6d6072d26697eea2243138dae89b3fae5  particl-desktop-2.3.5-mac.zip\n
" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:39.199Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:28.021Z" }, "patchwork": { "latestRelease": { @@ -72987,7 +72987,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 107763048, - "download_count": 899, + "download_count": 904, "created_at": "2020-06-03T17:03:51Z", "updated_at": "2020-06-03T17:03:54Z", "browser_download_url": "https://github.com/ssbc/patchwork/releases/download/v3.18.0/Patchwork-3.18.0.AppImage" @@ -73021,7 +73021,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 106782706, - "download_count": 1292, + "download_count": 1297, "created_at": "2020-06-03T17:09:46Z", "updated_at": "2020-06-03T17:09:49Z", "browser_download_url": "https://github.com/ssbc/patchwork/releases/download/v3.18.0/Patchwork-3.18.0.dmg" @@ -73089,7 +73089,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 151959535, - "download_count": 2378, + "download_count": 2380, "created_at": "2020-06-03T17:14:30Z", "updated_at": "2020-06-03T17:15:03Z", "browser_download_url": "https://github.com/ssbc/patchwork/releases/download/v3.18.0/Patchwork-Setup-3.18.0.exe" @@ -73201,7 +73201,7 @@ "zipball_url": "https://api.github.com/repos/ssbc/patchwork/zipball/v3.18.0", "body_html": "

🎉 Thanks for downloading Patchwork! 🎉

\n

Install

\n

Use your favorite package manager or install manually.

\n

Windows

\n

Patchwork-Setup-3.18.0.exe

\n

macOS

\n

Patchwork-3.18.0.dmg

\n

You must allow apps from \"unidentified\" developers.

\n

Linux

\n

Patchwork-3.18.0.AppImage

\n

You may need to fix the sandbox.

\n

There are also releases for Debian and Snapcraft:

\n\n

Getting started

\n

If this is your first time on Scuttlebutt you may need an invite to get connected. After installing Patchwork and choosing your name you should select the Join Pub button. You'll need to get a pub invite, paste it into the prompt, and select Redeem invite.

\n

You can find more information in the Getting Started Guide.

\n

Changes

\n

Added

\n\n

Fixed

\n\n

Support

\n

🤔 Any questions? Check out the Scuttlebutt FAQ!

\n

🆘 Need help? Please create an issue!

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:39.243Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:28.053Z" }, "peacock": { "latestRelease": { @@ -73302,7 +73302,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 342, - "download_count": 2471, + "download_count": 2477, "created_at": "2020-04-06T19:02:33Z", "updated_at": "2020-04-06T19:02:33Z", "browser_download_url": "https://github.com/peacockweb/peacock/releases/download/v2.3.5/latest.yml" @@ -73404,7 +73404,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 57243029, - "download_count": 851, + "download_count": 852, "created_at": "2020-04-06T19:02:11Z", "updated_at": "2020-04-06T19:02:18Z", "browser_download_url": "https://github.com/peacockweb/peacock/releases/download/v2.3.5/Peacock-Setup-2.3.5.exe" @@ -73472,7 +73472,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 58934778, - "download_count": 179, + "download_count": 180, "created_at": "2020-04-06T19:00:30Z", "updated_at": "2020-04-06T19:00:32Z", "browser_download_url": "https://github.com/peacockweb/peacock/releases/download/v2.3.5/peacock_2.3.5_amd64.deb" @@ -73482,7 +73482,7 @@ "zipball_url": "https://api.github.com/repos/peacockweb/peacock/zipball/v2.3.5", "body_html": "

Check #timeline on our discord server to see the changelog.

\n

(No mac version for this build, sorry guys)

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:39.337Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:28.057Z" }, "pencil": { "latestRelease": { @@ -73524,7 +73524,11 @@ "zipball_url": "https://api.github.com/repos/evolus/pencil/zipball/v3.1.0", "body_html": "

RELEASE NOTES 3.1.0

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:39.504Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:28.065Z" + }, + "pepefe": { + "latestRelease": null, + "latestReleaseFetchedAt": "2020-09-18T00:10:28.117Z" }, "pendulums": { "latestRelease": { @@ -73659,7 +73663,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 45404278, - "download_count": 297, + "download_count": 299, "created_at": "2019-09-30T14:18:51Z", "updated_at": "2019-09-30T15:26:01Z", "browser_download_url": "https://github.com/Swing-team/pendulums-web-client/releases/download/v1.1.0/Pendulums.deb" @@ -73693,7 +73697,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 63635091, - "download_count": 701, + "download_count": 702, "created_at": "2019-09-30T13:58:08Z", "updated_at": "2019-09-30T15:26:01Z", "browser_download_url": "https://github.com/Swing-team/pendulums-web-client/releases/download/v1.1.0/Pendulums.dmg" @@ -73727,7 +73731,7 @@ "content_type": "application/x-msdownload", "state": "uploaded", "size": 44953639, - "download_count": 1568, + "download_count": 1569, "created_at": "2019-09-30T14:09:25Z", "updated_at": "2019-09-30T15:26:01Z", "browser_download_url": "https://github.com/Swing-team/pendulums-web-client/releases/download/v1.1.0/Pendulums.exe" @@ -73771,7 +73775,7 @@ "zipball_url": "https://api.github.com/repos/Swing-team/pendulums-web-client/zipball/v1.1.0", "body_html": "

Changes

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:39.580Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:28.122Z" }, "pennywise": { "latestRelease": { @@ -73838,7 +73842,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 379, - "download_count": 147, + "download_count": 148, "created_at": "2019-06-28T17:36:12Z", "updated_at": "2019-06-28T17:36:12Z", "browser_download_url": "https://github.com/kamranahmedse/pennywise/releases/download/v0.8.0/latest-linux-ia32.yml" @@ -73872,7 +73876,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 382, - "download_count": 1335, + "download_count": 1336, "created_at": "2019-06-28T17:36:12Z", "updated_at": "2019-06-28T17:36:12Z", "browser_download_url": "https://github.com/kamranahmedse/pennywise/releases/download/v0.8.0/latest-linux.yml" @@ -73906,7 +73910,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 515, - "download_count": 20996, + "download_count": 21011, "created_at": "2019-06-28T17:36:12Z", "updated_at": "2019-06-28T17:36:12Z", "browser_download_url": "https://github.com/kamranahmedse/pennywise/releases/download/v0.8.0/latest-mac.yml" @@ -73940,7 +73944,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 347, - "download_count": 27501, + "download_count": 27532, "created_at": "2019-06-28T17:36:12Z", "updated_at": "2019-06-28T17:36:12Z", "browser_download_url": "https://github.com/kamranahmedse/pennywise/releases/download/v0.8.0/latest.yml" @@ -73974,7 +73978,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 96151676, - "download_count": 1139, + "download_count": 1140, "created_at": "2019-06-28T17:30:58Z", "updated_at": "2019-06-28T17:32:03Z", "browser_download_url": "https://github.com/kamranahmedse/pennywise/releases/download/v0.8.0/pennywise-0.8.0-i386.AppImage" @@ -74008,7 +74012,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 82240823, - "download_count": 817, + "download_count": 818, "created_at": "2019-06-28T17:33:54Z", "updated_at": "2019-06-28T17:35:59Z", "browser_download_url": "https://github.com/kamranahmedse/pennywise/releases/download/v0.8.0/Pennywise-0.8.0-ia32-win.zip" @@ -74110,7 +74114,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 94661290, - "download_count": 824, + "download_count": 825, "created_at": "2019-06-28T17:30:27Z", "updated_at": "2019-06-28T17:32:01Z", "browser_download_url": "https://github.com/kamranahmedse/pennywise/releases/download/v0.8.0/pennywise-0.8.0-x86_64.AppImage" @@ -74144,7 +74148,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 84781684, - "download_count": 2908, + "download_count": 2909, "created_at": "2019-06-28T17:30:11Z", "updated_at": "2019-06-28T17:31:01Z", "browser_download_url": "https://github.com/kamranahmedse/pennywise/releases/download/v0.8.0/Pennywise-0.8.0.dmg" @@ -74212,7 +74216,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 122406147, - "download_count": 4281, + "download_count": 4282, "created_at": "2019-06-28T17:33:38Z", "updated_at": "2019-06-28T17:36:05Z", "browser_download_url": "https://github.com/kamranahmedse/pennywise/releases/download/v0.8.0/pennywise-setup-0.8.0.exe" @@ -74246,7 +74250,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 127181, - "download_count": 1197, + "download_count": 1198, "created_at": "2019-06-28T17:33:38Z", "updated_at": "2019-06-28T17:33:40Z", "browser_download_url": "https://github.com/kamranahmedse/pennywise/releases/download/v0.8.0/pennywise-setup-0.8.0.exe.blockmap" @@ -74280,7 +74284,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 59782598, - "download_count": 1049, + "download_count": 1050, "created_at": "2019-06-28T17:33:33Z", "updated_at": "2019-06-28T17:36:10Z", "browser_download_url": "https://github.com/kamranahmedse/pennywise/releases/download/v0.8.0/pennywise_0.8.0_amd64.deb" @@ -74324,11 +74328,7 @@ "zipball_url": "https://api.github.com/repos/kamranahmedse/pennywise/zipball/v0.8.0", "body_html": "

5a64588 Adds flash support (Thanks to @coltnz)
\n3da9899 Updates dependencies to latest

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:39.581Z" - }, - "pepefe": { - "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:39.653Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:28.130Z" }, "perlotto": { "latestRelease": { @@ -74405,7 +74405,11 @@ "zipball_url": "https://api.github.com/repos/can3p/perlotto/zipball/v0.4.0", "body_html": "

Changes:

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:39.885Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:28.187Z" + }, + "photoscreensaver": { + "latestRelease": null, + "latestReleaseFetchedAt": "2020-09-18T00:10:28.197Z" }, "phonegap": { "latestRelease": { @@ -74472,7 +74476,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 100780657, - "download_count": 8930, + "download_count": 8931, "created_at": "2017-08-02T23:02:04Z", "updated_at": "2017-08-02T23:06:44Z", "browser_download_url": "https://github.com/phonegap/phonegap-app-desktop/releases/download/0.4.5/PhoneGap-Desktop-Beta-0.4.5-mac.zip" @@ -74506,7 +74510,7 @@ "content_type": "application/x-zip-compressed", "state": "uploaded", "size": 56042440, - "download_count": 44396, + "download_count": 44401, "created_at": "2017-08-02T23:10:50Z", "updated_at": "2017-08-02T23:11:30Z", "browser_download_url": "https://github.com/phonegap/phonegap-app-desktop/releases/download/0.4.5/PhoneGap-Desktop-Beta-0.4.5-win.zip" @@ -74540,7 +74544,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 90523912, - "download_count": 130754, + "download_count": 130773, "created_at": "2017-08-02T23:02:18Z", "updated_at": "2017-08-02T23:06:44Z", "browser_download_url": "https://github.com/phonegap/phonegap-app-desktop/releases/download/0.4.5/PhoneGapDesktop.dmg" @@ -74574,7 +74578,7 @@ "content_type": "application/x-msdownload", "state": "uploaded", "size": 38497139, - "download_count": 754495, + "download_count": 754632, "created_at": "2017-08-02T23:10:42Z", "updated_at": "2017-08-02T23:10:51Z", "browser_download_url": "https://github.com/phonegap/phonegap-app-desktop/releases/download/0.4.5/PhoneGapSetup-win32.exe" @@ -74584,7 +74588,7 @@ "zipball_url": "https://api.github.com/repos/phonegap/phonegap-app-desktop/zipball/0.4.5", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:39.945Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:28.215Z" }, "petal": { "latestRelease": { @@ -74651,7 +74655,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 69822035, - "download_count": 57, + "download_count": 58, "created_at": "2020-08-06T18:37:17Z", "updated_at": "2020-08-06T18:37:41Z", "browser_download_url": "https://github.com/ilime/Petal/releases/download/v2.25.0/Petal-2.25.0.dmg" @@ -74763,11 +74767,7 @@ "zipball_url": "https://api.github.com/repos/ilime/Petal/zipball/v2.25.0", "body_html": "\n

百度云下载链接

\n

链接: https://pan.baidu.com/s/1l-3ExzKzsim3LBiJHzCY_Q 密码: cjp1

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:39.959Z" - }, - "photoscreensaver": { - "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:39.964Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:28.239Z" }, "phreshistant": { "latestRelease": { @@ -74878,118 +74878,7 @@ "zipball_url": "https://api.github.com/repos/Phreshhh/Phreshistant/zipball/v1.1.1.0", "body_html": "

Only diference from v1.1.1, this include the Ubuntu theme.

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:40.253Z" - }, - "pic-crop": { - "latestRelease": { - "url": "https://api.github.com/repos/ujw0l/pic-crop/releases/29444314", - "assets_url": "https://api.github.com/repos/ujw0l/pic-crop/releases/29444314/assets", - "upload_url": "https://uploads.github.com/repos/ujw0l/pic-crop/releases/29444314/assets{?name,label}", - "html_url": "https://github.com/ujw0l/pic-crop/releases/tag/1.0.0", - "id": 29444314, - "node_id": "MDc6UmVsZWFzZTI5NDQ0MzE0", - "tag_name": "1.0.0", - "target_commitish": "master", - "name": "v 1.0.0", - "draft": false, - "author": { - "login": "ujw0l", - "id": 39903425, - "node_id": "MDQ6VXNlcjM5OTAzNDI1", - "avatar_url": "https://avatars0.githubusercontent.com/u/39903425?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/ujw0l", - "html_url": "https://github.com/ujw0l", - "followers_url": "https://api.github.com/users/ujw0l/followers", - "following_url": "https://api.github.com/users/ujw0l/following{/other_user}", - "gists_url": "https://api.github.com/users/ujw0l/gists{/gist_id}", - "starred_url": "https://api.github.com/users/ujw0l/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/ujw0l/subscriptions", - "organizations_url": "https://api.github.com/users/ujw0l/orgs", - "repos_url": "https://api.github.com/users/ujw0l/repos", - "events_url": "https://api.github.com/users/ujw0l/events{/privacy}", - "received_events_url": "https://api.github.com/users/ujw0l/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2020-08-07T10:31:05Z", - "published_at": "2020-08-07T10:33:03Z", - "assets": [ - { - "url": "https://api.github.com/repos/ujw0l/pic-crop/releases/assets/23812418", - "id": 23812418, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzODEyNDE4", - "name": "pic-crop.dmg", - "label": null, - "uploader": { - "login": "ujw0l", - "id": 39903425, - "node_id": "MDQ6VXNlcjM5OTAzNDI1", - "avatar_url": "https://avatars0.githubusercontent.com/u/39903425?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/ujw0l", - "html_url": "https://github.com/ujw0l", - "followers_url": "https://api.github.com/users/ujw0l/followers", - "following_url": "https://api.github.com/users/ujw0l/following{/other_user}", - "gists_url": "https://api.github.com/users/ujw0l/gists{/gist_id}", - "starred_url": "https://api.github.com/users/ujw0l/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/ujw0l/subscriptions", - "organizations_url": "https://api.github.com/users/ujw0l/orgs", - "repos_url": "https://api.github.com/users/ujw0l/repos", - "events_url": "https://api.github.com/users/ujw0l/events{/privacy}", - "received_events_url": "https://api.github.com/users/ujw0l/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 80067362, - "download_count": 5, - "created_at": "2020-08-11T15:06:05Z", - "updated_at": "2020-08-11T15:06:52Z", - "browser_download_url": "https://github.com/ujw0l/pic-crop/releases/download/1.0.0/pic-crop.dmg" - }, - { - "url": "https://api.github.com/repos/ujw0l/pic-crop/releases/assets/23812182", - "id": 23812182, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzODEyMTgy", - "name": "pic-crop.zip", - "label": null, - "uploader": { - "login": "ujw0l", - "id": 39903425, - "node_id": "MDQ6VXNlcjM5OTAzNDI1", - "avatar_url": "https://avatars0.githubusercontent.com/u/39903425?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/ujw0l", - "html_url": "https://github.com/ujw0l", - "followers_url": "https://api.github.com/users/ujw0l/followers", - "following_url": "https://api.github.com/users/ujw0l/following{/other_user}", - "gists_url": "https://api.github.com/users/ujw0l/gists{/gist_id}", - "starred_url": "https://api.github.com/users/ujw0l/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/ujw0l/subscriptions", - "organizations_url": "https://api.github.com/users/ujw0l/orgs", - "repos_url": "https://api.github.com/users/ujw0l/repos", - "events_url": "https://api.github.com/users/ujw0l/events{/privacy}", - "received_events_url": "https://api.github.com/users/ujw0l/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 71420997, - "download_count": 4, - "created_at": "2020-08-11T14:55:16Z", - "updated_at": "2020-08-11T14:55:58Z", - "browser_download_url": "https://github.com/ujw0l/pic-crop/releases/download/1.0.0/pic-crop.zip" - } - ], - "tarball_url": "https://api.github.com/repos/ujw0l/pic-crop/tarball/1.0.0", - "zipball_url": "https://api.github.com/repos/ujw0l/pic-crop/zipball/1.0.0", - "body_html": "" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:40.308Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:28.269Z" }, "phreshplayer": { "latestRelease": { @@ -75056,7 +74945,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 56383160, - "download_count": 1431, + "download_count": 1434, "created_at": "2019-07-16T18:47:01Z", "updated_at": "2019-07-16T18:48:18Z", "browser_download_url": "https://github.com/Phreshhh/PhreshPlayer/releases/download/v1.1.3/phreshplayer-1.1.3-x86_64.AppImage" @@ -75087,88 +74976,199 @@ "type": "User", "site_admin": false }, - "content_type": "application/x-msdownload", + "content_type": "application/x-msdownload", + "state": "uploaded", + "size": 40380399, + "download_count": 9182, + "created_at": "2019-07-15T12:43:55Z", + "updated_at": "2019-07-15T12:44:07Z", + "browser_download_url": "https://github.com/Phreshhh/PhreshPlayer/releases/download/v1.1.3/PhreshPlayer.Setup.1.1.3.exe" + }, + { + "url": "https://api.github.com/repos/Phreshhh/PhreshPlayer/releases/assets/13743257", + "id": 13743257, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNzQzMjU3", + "name": "PhreshPlayer.v1.1.3_linux-unpacked.zip", + "label": null, + "uploader": { + "login": "Phreshhh", + "id": 32324661, + "node_id": "MDQ6VXNlcjMyMzI0NjYx", + "avatar_url": "https://avatars1.githubusercontent.com/u/32324661?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Phreshhh", + "html_url": "https://github.com/Phreshhh", + "followers_url": "https://api.github.com/users/Phreshhh/followers", + "following_url": "https://api.github.com/users/Phreshhh/following{/other_user}", + "gists_url": "https://api.github.com/users/Phreshhh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Phreshhh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Phreshhh/subscriptions", + "organizations_url": "https://api.github.com/users/Phreshhh/orgs", + "repos_url": "https://api.github.com/users/Phreshhh/repos", + "events_url": "https://api.github.com/users/Phreshhh/events{/privacy}", + "received_events_url": "https://api.github.com/users/Phreshhh/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 55596230, + "download_count": 85, + "created_at": "2019-07-16T18:26:39Z", + "updated_at": "2019-07-16T18:28:00Z", + "browser_download_url": "https://github.com/Phreshhh/PhreshPlayer/releases/download/v1.1.3/PhreshPlayer.v1.1.3_linux-unpacked.zip" + }, + { + "url": "https://api.github.com/repos/Phreshhh/PhreshPlayer/releases/assets/13717213", + "id": 13717213, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNzE3MjEz", + "name": "PhreshPlayer.v1.1.3_win-unpacked.zip", + "label": null, + "uploader": { + "login": "Phreshhh", + "id": 32324661, + "node_id": "MDQ6VXNlcjMyMzI0NjYx", + "avatar_url": "https://avatars1.githubusercontent.com/u/32324661?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Phreshhh", + "html_url": "https://github.com/Phreshhh", + "followers_url": "https://api.github.com/users/Phreshhh/followers", + "following_url": "https://api.github.com/users/Phreshhh/following{/other_user}", + "gists_url": "https://api.github.com/users/Phreshhh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Phreshhh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Phreshhh/subscriptions", + "organizations_url": "https://api.github.com/users/Phreshhh/orgs", + "repos_url": "https://api.github.com/users/Phreshhh/repos", + "events_url": "https://api.github.com/users/Phreshhh/events{/privacy}", + "received_events_url": "https://api.github.com/users/Phreshhh/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-zip-compressed", "state": "uploaded", - "size": 40380399, - "download_count": 9177, - "created_at": "2019-07-15T12:43:55Z", - "updated_at": "2019-07-15T12:44:07Z", - "browser_download_url": "https://github.com/Phreshhh/PhreshPlayer/releases/download/v1.1.3/PhreshPlayer.Setup.1.1.3.exe" - }, + "size": 57410934, + "download_count": 178, + "created_at": "2019-07-15T12:44:14Z", + "updated_at": "2019-07-15T12:44:29Z", + "browser_download_url": "https://github.com/Phreshhh/PhreshPlayer/releases/download/v1.1.3/PhreshPlayer.v1.1.3_win-unpacked.zip" + } + ], + "tarball_url": "https://api.github.com/repos/Phreshhh/PhreshPlayer/tarball/v1.1.3", + "zipball_url": "https://api.github.com/repos/Phreshhh/PhreshPlayer/zipball/v1.1.3", + "body_html": "

Plugins loading fix.

" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:28.273Z" + }, + "pic-crop": { + "latestRelease": { + "url": "https://api.github.com/repos/ujw0l/pic-crop/releases/29444314", + "assets_url": "https://api.github.com/repos/ujw0l/pic-crop/releases/29444314/assets", + "upload_url": "https://uploads.github.com/repos/ujw0l/pic-crop/releases/29444314/assets{?name,label}", + "html_url": "https://github.com/ujw0l/pic-crop/releases/tag/1.0.0", + "id": 29444314, + "node_id": "MDc6UmVsZWFzZTI5NDQ0MzE0", + "tag_name": "1.0.0", + "target_commitish": "master", + "name": "v 1.0.0", + "draft": false, + "author": { + "login": "ujw0l", + "id": 39903425, + "node_id": "MDQ6VXNlcjM5OTAzNDI1", + "avatar_url": "https://avatars0.githubusercontent.com/u/39903425?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ujw0l", + "html_url": "https://github.com/ujw0l", + "followers_url": "https://api.github.com/users/ujw0l/followers", + "following_url": "https://api.github.com/users/ujw0l/following{/other_user}", + "gists_url": "https://api.github.com/users/ujw0l/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ujw0l/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ujw0l/subscriptions", + "organizations_url": "https://api.github.com/users/ujw0l/orgs", + "repos_url": "https://api.github.com/users/ujw0l/repos", + "events_url": "https://api.github.com/users/ujw0l/events{/privacy}", + "received_events_url": "https://api.github.com/users/ujw0l/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2020-08-07T10:31:05Z", + "published_at": "2020-08-07T10:33:03Z", + "assets": [ { - "url": "https://api.github.com/repos/Phreshhh/PhreshPlayer/releases/assets/13743257", - "id": 13743257, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNzQzMjU3", - "name": "PhreshPlayer.v1.1.3_linux-unpacked.zip", + "url": "https://api.github.com/repos/ujw0l/pic-crop/releases/assets/23812418", + "id": 23812418, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzODEyNDE4", + "name": "pic-crop.dmg", "label": null, "uploader": { - "login": "Phreshhh", - "id": 32324661, - "node_id": "MDQ6VXNlcjMyMzI0NjYx", - "avatar_url": "https://avatars1.githubusercontent.com/u/32324661?v=4", + "login": "ujw0l", + "id": 39903425, + "node_id": "MDQ6VXNlcjM5OTAzNDI1", + "avatar_url": "https://avatars0.githubusercontent.com/u/39903425?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/Phreshhh", - "html_url": "https://github.com/Phreshhh", - "followers_url": "https://api.github.com/users/Phreshhh/followers", - "following_url": "https://api.github.com/users/Phreshhh/following{/other_user}", - "gists_url": "https://api.github.com/users/Phreshhh/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Phreshhh/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Phreshhh/subscriptions", - "organizations_url": "https://api.github.com/users/Phreshhh/orgs", - "repos_url": "https://api.github.com/users/Phreshhh/repos", - "events_url": "https://api.github.com/users/Phreshhh/events{/privacy}", - "received_events_url": "https://api.github.com/users/Phreshhh/received_events", + "url": "https://api.github.com/users/ujw0l", + "html_url": "https://github.com/ujw0l", + "followers_url": "https://api.github.com/users/ujw0l/followers", + "following_url": "https://api.github.com/users/ujw0l/following{/other_user}", + "gists_url": "https://api.github.com/users/ujw0l/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ujw0l/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ujw0l/subscriptions", + "organizations_url": "https://api.github.com/users/ujw0l/orgs", + "repos_url": "https://api.github.com/users/ujw0l/repos", + "events_url": "https://api.github.com/users/ujw0l/events{/privacy}", + "received_events_url": "https://api.github.com/users/ujw0l/received_events", "type": "User", "site_admin": false }, - "content_type": "application/zip", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 55596230, - "download_count": 85, - "created_at": "2019-07-16T18:26:39Z", - "updated_at": "2019-07-16T18:28:00Z", - "browser_download_url": "https://github.com/Phreshhh/PhreshPlayer/releases/download/v1.1.3/PhreshPlayer.v1.1.3_linux-unpacked.zip" + "size": 80067362, + "download_count": 5, + "created_at": "2020-08-11T15:06:05Z", + "updated_at": "2020-08-11T15:06:52Z", + "browser_download_url": "https://github.com/ujw0l/pic-crop/releases/download/1.0.0/pic-crop.dmg" }, { - "url": "https://api.github.com/repos/Phreshhh/PhreshPlayer/releases/assets/13717213", - "id": 13717213, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNzE3MjEz", - "name": "PhreshPlayer.v1.1.3_win-unpacked.zip", + "url": "https://api.github.com/repos/ujw0l/pic-crop/releases/assets/23812182", + "id": 23812182, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzODEyMTgy", + "name": "pic-crop.zip", "label": null, "uploader": { - "login": "Phreshhh", - "id": 32324661, - "node_id": "MDQ6VXNlcjMyMzI0NjYx", - "avatar_url": "https://avatars1.githubusercontent.com/u/32324661?v=4", + "login": "ujw0l", + "id": 39903425, + "node_id": "MDQ6VXNlcjM5OTAzNDI1", + "avatar_url": "https://avatars0.githubusercontent.com/u/39903425?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/Phreshhh", - "html_url": "https://github.com/Phreshhh", - "followers_url": "https://api.github.com/users/Phreshhh/followers", - "following_url": "https://api.github.com/users/Phreshhh/following{/other_user}", - "gists_url": "https://api.github.com/users/Phreshhh/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Phreshhh/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Phreshhh/subscriptions", - "organizations_url": "https://api.github.com/users/Phreshhh/orgs", - "repos_url": "https://api.github.com/users/Phreshhh/repos", - "events_url": "https://api.github.com/users/Phreshhh/events{/privacy}", - "received_events_url": "https://api.github.com/users/Phreshhh/received_events", + "url": "https://api.github.com/users/ujw0l", + "html_url": "https://github.com/ujw0l", + "followers_url": "https://api.github.com/users/ujw0l/followers", + "following_url": "https://api.github.com/users/ujw0l/following{/other_user}", + "gists_url": "https://api.github.com/users/ujw0l/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ujw0l/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ujw0l/subscriptions", + "organizations_url": "https://api.github.com/users/ujw0l/orgs", + "repos_url": "https://api.github.com/users/ujw0l/repos", + "events_url": "https://api.github.com/users/ujw0l/events{/privacy}", + "received_events_url": "https://api.github.com/users/ujw0l/received_events", "type": "User", "site_admin": false }, - "content_type": "application/x-zip-compressed", + "content_type": "application/zip", "state": "uploaded", - "size": 57410934, - "download_count": 178, - "created_at": "2019-07-15T12:44:14Z", - "updated_at": "2019-07-15T12:44:29Z", - "browser_download_url": "https://github.com/Phreshhh/PhreshPlayer/releases/download/v1.1.3/PhreshPlayer.v1.1.3_win-unpacked.zip" + "size": 71420997, + "download_count": 4, + "created_at": "2020-08-11T14:55:16Z", + "updated_at": "2020-08-11T14:55:58Z", + "browser_download_url": "https://github.com/ujw0l/pic-crop/releases/download/1.0.0/pic-crop.zip" } ], - "tarball_url": "https://api.github.com/repos/Phreshhh/PhreshPlayer/tarball/v1.1.3", - "zipball_url": "https://api.github.com/repos/Phreshhh/PhreshPlayer/zipball/v1.1.3", - "body_html": "

Plugins loading fix.

" + "tarball_url": "https://api.github.com/repos/ujw0l/pic-crop/tarball/1.0.0", + "zipball_url": "https://api.github.com/repos/ujw0l/pic-crop/zipball/1.0.0", + "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:40.350Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:28.294Z" }, "picturama": { "latestRelease": { @@ -75269,7 +75269,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 104256998, - "download_count": 19, + "download_count": 20, "created_at": "2020-09-06T16:21:56Z", "updated_at": "2020-09-06T16:38:12Z", "browser_download_url": "https://github.com/picturama/picturama/releases/download/v1.2.0/Picturama-1.2.0.dmg" @@ -75303,7 +75303,7 @@ "content_type": "application/x-msdownload", "state": "uploaded", "size": 75210592, - "download_count": 82, + "download_count": 83, "created_at": "2020-09-06T09:23:07Z", "updated_at": "2020-09-06T09:34:14Z", "browser_download_url": "https://github.com/picturama/picturama/releases/download/v1.2.0/Picturama.Setup.1.2.0.exe" @@ -75313,7 +75313,7 @@ "zipball_url": "https://api.github.com/repos/picturama/picturama/zipball/v1.2.0", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:40.383Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:28.345Z" }, "pile": { "latestRelease": { @@ -75618,7 +75618,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 62383966, - "download_count": 1859, + "download_count": 1861, "created_at": "2018-05-05T14:47:08Z", "updated_at": "2018-05-05T14:47:10Z", "browser_download_url": "https://github.com/mtobeiyf/pile/releases/download/v0.3.2/pile-0.3.2-x86_64.AppImage" @@ -75730,19 +75730,19 @@ "zipball_url": "https://api.github.com/repos/mtobeiyf/pile/zipball/v0.3.2", "body_html": "

New Features

\n\n

Fixes

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:40.603Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:28.346Z" }, - "piqture": { + "pinesql": { "latestRelease": { - "url": "https://api.github.com/repos/ivan770/PiQture/releases/9924000", - "assets_url": "https://api.github.com/repos/ivan770/PiQture/releases/9924000/assets", - "upload_url": "https://uploads.github.com/repos/ivan770/PiQture/releases/9924000/assets{?name,label}", - "html_url": "https://github.com/ivan770/PiQture/releases/tag/0.12.1", - "id": 9924000, - "node_id": "MDc6UmVsZWFzZTk5MjQwMDA=", - "tag_name": "0.12.1", + "url": "https://api.github.com/repos/ivan770/pinesql/releases/14297635", + "assets_url": "https://api.github.com/repos/ivan770/pinesql/releases/14297635/assets", + "upload_url": "https://uploads.github.com/repos/ivan770/pinesql/releases/14297635/assets{?name,label}", + "html_url": "https://github.com/ivan770/pinesql/releases/tag/1.8.0", + "id": 14297635, + "node_id": "MDc6UmVsZWFzZTE0Mjk3NjM1", + "tag_name": "1.8.0", "target_commitish": "master", - "name": "PiQture 0.12.1", + "name": "PineSQL 1.8.0", "draft": false, "author": { "login": "ivan770", @@ -75765,14 +75765,14 @@ "site_admin": false }, "prerelease": false, - "created_at": "2018-03-03T12:49:58Z", - "published_at": "2018-03-03T15:06:40Z", + "created_at": "2018-12-01T18:27:27Z", + "published_at": "2018-12-01T19:09:11Z", "assets": [ { - "url": "https://api.github.com/repos/ivan770/PiQture/releases/assets/6392412", - "id": 6392412, - "node_id": "MDEyOlJlbGVhc2VBc3NldDYzOTI0MTI=", - "name": "piqture-linux-x64.zip", + "url": "https://api.github.com/repos/ivan770/pinesql/releases/assets/9948353", + "id": 9948353, + "node_id": "MDEyOlJlbGVhc2VBc3NldDk5NDgzNTM=", + "name": "linux64.zip", "label": null, "uploader": { "login": "ivan770", @@ -75796,17 +75796,17 @@ }, "content_type": "application/x-zip-compressed", "state": "uploaded", - "size": 132263022, - "download_count": 224, - "created_at": "2018-03-03T15:04:55Z", - "updated_at": "2018-03-03T15:05:13Z", - "browser_download_url": "https://github.com/ivan770/PiQture/releases/download/0.12.1/piqture-linux-x64.zip" + "size": 671046377, + "download_count": 83, + "created_at": "2018-12-01T19:05:01Z", + "updated_at": "2018-12-01T19:08:15Z", + "browser_download_url": "https://github.com/ivan770/pinesql/releases/download/1.8.0/linux64.zip" }, { - "url": "https://api.github.com/repos/ivan770/PiQture/releases/assets/6392413", - "id": 6392413, - "node_id": "MDEyOlJlbGVhc2VBc3NldDYzOTI0MTM=", - "name": "piqture-win32-x64.zip", + "url": "https://api.github.com/repos/ivan770/pinesql/releases/assets/9948250", + "id": 9948250, + "node_id": "MDEyOlJlbGVhc2VBc3NldDk5NDgyNTA=", + "name": "win64.exe", "label": null, "uploader": { "login": "ivan770", @@ -75828,32 +75828,32 @@ "type": "User", "site_admin": false }, - "content_type": "application/x-zip-compressed", + "content_type": "application/x-msdownload", "state": "uploaded", - "size": 141946045, - "download_count": 710, - "created_at": "2018-03-03T15:04:55Z", - "updated_at": "2018-03-03T15:05:31Z", - "browser_download_url": "https://github.com/ivan770/PiQture/releases/download/0.12.1/piqture-win32-x64.zip" + "size": 265243884, + "download_count": 285, + "created_at": "2018-12-01T18:48:01Z", + "updated_at": "2018-12-01T19:09:11Z", + "browser_download_url": "https://github.com/ivan770/pinesql/releases/download/1.8.0/win64.exe" } ], - "tarball_url": "https://api.github.com/repos/ivan770/PiQture/tarball/0.12.1", - "zipball_url": "https://api.github.com/repos/ivan770/PiQture/zipball/0.12.1", - "body_html": "

0.12.1 released!

\n

Icon update

\n

Thanks to @rauljoe, PiQture has it's own cool icon.
\n\"144px\"

" + "tarball_url": "https://api.github.com/repos/ivan770/pinesql/tarball/1.8.0", + "zipball_url": "https://api.github.com/repos/ivan770/pinesql/zipball/1.8.0", + "body_html": "

🏗️ Change building process. Now it's easy to read.

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:40.693Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:28.390Z" }, - "pinesql": { + "piqture": { "latestRelease": { - "url": "https://api.github.com/repos/ivan770/pinesql/releases/14297635", - "assets_url": "https://api.github.com/repos/ivan770/pinesql/releases/14297635/assets", - "upload_url": "https://uploads.github.com/repos/ivan770/pinesql/releases/14297635/assets{?name,label}", - "html_url": "https://github.com/ivan770/pinesql/releases/tag/1.8.0", - "id": 14297635, - "node_id": "MDc6UmVsZWFzZTE0Mjk3NjM1", - "tag_name": "1.8.0", + "url": "https://api.github.com/repos/ivan770/PiQture/releases/9924000", + "assets_url": "https://api.github.com/repos/ivan770/PiQture/releases/9924000/assets", + "upload_url": "https://uploads.github.com/repos/ivan770/PiQture/releases/9924000/assets{?name,label}", + "html_url": "https://github.com/ivan770/PiQture/releases/tag/0.12.1", + "id": 9924000, + "node_id": "MDc6UmVsZWFzZTk5MjQwMDA=", + "tag_name": "0.12.1", "target_commitish": "master", - "name": "PineSQL 1.8.0", + "name": "PiQture 0.12.1", "draft": false, "author": { "login": "ivan770", @@ -75876,14 +75876,48 @@ "site_admin": false }, "prerelease": false, - "created_at": "2018-12-01T18:27:27Z", - "published_at": "2018-12-01T19:09:11Z", + "created_at": "2018-03-03T12:49:58Z", + "published_at": "2018-03-03T15:06:40Z", "assets": [ { - "url": "https://api.github.com/repos/ivan770/pinesql/releases/assets/9948353", - "id": 9948353, - "node_id": "MDEyOlJlbGVhc2VBc3NldDk5NDgzNTM=", - "name": "linux64.zip", + "url": "https://api.github.com/repos/ivan770/PiQture/releases/assets/6392412", + "id": 6392412, + "node_id": "MDEyOlJlbGVhc2VBc3NldDYzOTI0MTI=", + "name": "piqture-linux-x64.zip", + "label": null, + "uploader": { + "login": "ivan770", + "id": 14003886, + "node_id": "MDQ6VXNlcjE0MDAzODg2", + "avatar_url": "https://avatars0.githubusercontent.com/u/14003886?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ivan770", + "html_url": "https://github.com/ivan770", + "followers_url": "https://api.github.com/users/ivan770/followers", + "following_url": "https://api.github.com/users/ivan770/following{/other_user}", + "gists_url": "https://api.github.com/users/ivan770/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ivan770/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ivan770/subscriptions", + "organizations_url": "https://api.github.com/users/ivan770/orgs", + "repos_url": "https://api.github.com/users/ivan770/repos", + "events_url": "https://api.github.com/users/ivan770/events{/privacy}", + "received_events_url": "https://api.github.com/users/ivan770/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-zip-compressed", + "state": "uploaded", + "size": 132263022, + "download_count": 224, + "created_at": "2018-03-03T15:04:55Z", + "updated_at": "2018-03-03T15:05:13Z", + "browser_download_url": "https://github.com/ivan770/PiQture/releases/download/0.12.1/piqture-linux-x64.zip" + }, + { + "url": "https://api.github.com/repos/ivan770/PiQture/releases/assets/6392413", + "id": 6392413, + "node_id": "MDEyOlJlbGVhc2VBc3NldDYzOTI0MTM=", + "name": "piqture-win32-x64.zip", "label": null, "uploader": { "login": "ivan770", @@ -75907,52 +75941,95 @@ }, "content_type": "application/x-zip-compressed", "state": "uploaded", - "size": 671046377, - "download_count": 83, - "created_at": "2018-12-01T19:05:01Z", - "updated_at": "2018-12-01T19:08:15Z", - "browser_download_url": "https://github.com/ivan770/pinesql/releases/download/1.8.0/linux64.zip" - }, + "size": 141946045, + "download_count": 710, + "created_at": "2018-03-03T15:04:55Z", + "updated_at": "2018-03-03T15:05:31Z", + "browser_download_url": "https://github.com/ivan770/PiQture/releases/download/0.12.1/piqture-win32-x64.zip" + } + ], + "tarball_url": "https://api.github.com/repos/ivan770/PiQture/tarball/0.12.1", + "zipball_url": "https://api.github.com/repos/ivan770/PiQture/zipball/0.12.1", + "body_html": "

0.12.1 released!

\n

Icon update

\n

Thanks to @rauljoe, PiQture has it's own cool icon.
\n\"144px\"

" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:28.426Z" + }, + "playback": { + "latestRelease": { + "url": "https://api.github.com/repos/mafintosh/playback/releases/2259520", + "assets_url": "https://api.github.com/repos/mafintosh/playback/releases/2259520/assets", + "upload_url": "https://uploads.github.com/repos/mafintosh/playback/releases/2259520/assets{?name,label}", + "html_url": "https://github.com/mafintosh/playback/releases/tag/v1.6.0", + "id": 2259520, + "node_id": "MDc6UmVsZWFzZTIyNTk1MjA=", + "tag_name": "v1.6.0", + "target_commitish": "master", + "name": "v1.6.0", + "draft": false, + "author": { + "login": "mafintosh", + "id": 376661, + "node_id": "MDQ6VXNlcjM3NjY2MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/376661?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mafintosh", + "html_url": "https://github.com/mafintosh", + "followers_url": "https://api.github.com/users/mafintosh/followers", + "following_url": "https://api.github.com/users/mafintosh/following{/other_user}", + "gists_url": "https://api.github.com/users/mafintosh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mafintosh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mafintosh/subscriptions", + "organizations_url": "https://api.github.com/users/mafintosh/orgs", + "repos_url": "https://api.github.com/users/mafintosh/repos", + "events_url": "https://api.github.com/users/mafintosh/events{/privacy}", + "received_events_url": "https://api.github.com/users/mafintosh/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2015-12-09T15:20:27Z", + "published_at": "2015-12-09T15:32:05Z", + "assets": [ { - "url": "https://api.github.com/repos/ivan770/pinesql/releases/assets/9948250", - "id": 9948250, - "node_id": "MDEyOlJlbGVhc2VBc3NldDk5NDgyNTA=", - "name": "win64.exe", + "url": "https://api.github.com/repos/mafintosh/playback/releases/assets/1112042", + "id": 1112042, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExMTIwNDI=", + "name": "Playback.app.zip", "label": null, "uploader": { - "login": "ivan770", - "id": 14003886, - "node_id": "MDQ6VXNlcjE0MDAzODg2", - "avatar_url": "https://avatars0.githubusercontent.com/u/14003886?v=4", + "login": "mafintosh", + "id": 376661, + "node_id": "MDQ6VXNlcjM3NjY2MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/376661?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/ivan770", - "html_url": "https://github.com/ivan770", - "followers_url": "https://api.github.com/users/ivan770/followers", - "following_url": "https://api.github.com/users/ivan770/following{/other_user}", - "gists_url": "https://api.github.com/users/ivan770/gists{/gist_id}", - "starred_url": "https://api.github.com/users/ivan770/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/ivan770/subscriptions", - "organizations_url": "https://api.github.com/users/ivan770/orgs", - "repos_url": "https://api.github.com/users/ivan770/repos", - "events_url": "https://api.github.com/users/ivan770/events{/privacy}", - "received_events_url": "https://api.github.com/users/ivan770/received_events", + "url": "https://api.github.com/users/mafintosh", + "html_url": "https://github.com/mafintosh", + "followers_url": "https://api.github.com/users/mafintosh/followers", + "following_url": "https://api.github.com/users/mafintosh/following{/other_user}", + "gists_url": "https://api.github.com/users/mafintosh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mafintosh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mafintosh/subscriptions", + "organizations_url": "https://api.github.com/users/mafintosh/orgs", + "repos_url": "https://api.github.com/users/mafintosh/repos", + "events_url": "https://api.github.com/users/mafintosh/events{/privacy}", + "received_events_url": "https://api.github.com/users/mafintosh/received_events", "type": "User", "site_admin": false }, - "content_type": "application/x-msdownload", + "content_type": "application/zip", "state": "uploaded", - "size": 265243884, - "download_count": 285, - "created_at": "2018-12-01T18:48:01Z", - "updated_at": "2018-12-01T19:09:11Z", - "browser_download_url": "https://github.com/ivan770/pinesql/releases/download/1.8.0/win64.exe" + "size": 61236744, + "download_count": 11629, + "created_at": "2015-12-09T15:32:20Z", + "updated_at": "2015-12-09T15:38:13Z", + "browser_download_url": "https://github.com/mafintosh/playback/releases/download/v1.6.0/Playback.app.zip" } ], - "tarball_url": "https://api.github.com/repos/ivan770/pinesql/tarball/1.8.0", - "zipball_url": "https://api.github.com/repos/ivan770/pinesql/zipball/1.8.0", - "body_html": "

🏗️ Change building process. Now it's easy to read.

" + "tarball_url": "https://api.github.com/repos/mafintosh/playback/tarball/v1.6.0", + "zipball_url": "https://api.github.com/repos/mafintosh/playback/zipball/v1.6.0", + "body_html": "

1.6.0 release of Playback.

\n

Changelog:

\n\n

Leave feedback in https://github.com/mafintosh/playback/issues

\n

On OSX, to open Playback.app, Right Click > Open to bypass the security warning.

\n

Download links:

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:40.733Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:28.435Z" }, "pixel-weather": { "latestRelease": { @@ -76029,84 +76106,7 @@ "zipball_url": "https://api.github.com/repos/Aveek-Saha/pixel-weather/zipball/v1.0.0", "body_html": "

Instructions

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:40.754Z" - }, - "playback": { - "latestRelease": { - "url": "https://api.github.com/repos/mafintosh/playback/releases/2259520", - "assets_url": "https://api.github.com/repos/mafintosh/playback/releases/2259520/assets", - "upload_url": "https://uploads.github.com/repos/mafintosh/playback/releases/2259520/assets{?name,label}", - "html_url": "https://github.com/mafintosh/playback/releases/tag/v1.6.0", - "id": 2259520, - "node_id": "MDc6UmVsZWFzZTIyNTk1MjA=", - "tag_name": "v1.6.0", - "target_commitish": "master", - "name": "v1.6.0", - "draft": false, - "author": { - "login": "mafintosh", - "id": 376661, - "node_id": "MDQ6VXNlcjM3NjY2MQ==", - "avatar_url": "https://avatars1.githubusercontent.com/u/376661?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/mafintosh", - "html_url": "https://github.com/mafintosh", - "followers_url": "https://api.github.com/users/mafintosh/followers", - "following_url": "https://api.github.com/users/mafintosh/following{/other_user}", - "gists_url": "https://api.github.com/users/mafintosh/gists{/gist_id}", - "starred_url": "https://api.github.com/users/mafintosh/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/mafintosh/subscriptions", - "organizations_url": "https://api.github.com/users/mafintosh/orgs", - "repos_url": "https://api.github.com/users/mafintosh/repos", - "events_url": "https://api.github.com/users/mafintosh/events{/privacy}", - "received_events_url": "https://api.github.com/users/mafintosh/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2015-12-09T15:20:27Z", - "published_at": "2015-12-09T15:32:05Z", - "assets": [ - { - "url": "https://api.github.com/repos/mafintosh/playback/releases/assets/1112042", - "id": 1112042, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExMTIwNDI=", - "name": "Playback.app.zip", - "label": null, - "uploader": { - "login": "mafintosh", - "id": 376661, - "node_id": "MDQ6VXNlcjM3NjY2MQ==", - "avatar_url": "https://avatars1.githubusercontent.com/u/376661?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/mafintosh", - "html_url": "https://github.com/mafintosh", - "followers_url": "https://api.github.com/users/mafintosh/followers", - "following_url": "https://api.github.com/users/mafintosh/following{/other_user}", - "gists_url": "https://api.github.com/users/mafintosh/gists{/gist_id}", - "starred_url": "https://api.github.com/users/mafintosh/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/mafintosh/subscriptions", - "organizations_url": "https://api.github.com/users/mafintosh/orgs", - "repos_url": "https://api.github.com/users/mafintosh/repos", - "events_url": "https://api.github.com/users/mafintosh/events{/privacy}", - "received_events_url": "https://api.github.com/users/mafintosh/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 61236744, - "download_count": 11629, - "created_at": "2015-12-09T15:32:20Z", - "updated_at": "2015-12-09T15:38:13Z", - "browser_download_url": "https://github.com/mafintosh/playback/releases/download/v1.6.0/Playback.app.zip" - } - ], - "tarball_url": "https://api.github.com/repos/mafintosh/playback/tarball/v1.6.0", - "zipball_url": "https://api.github.com/repos/mafintosh/playback/zipball/v1.6.0", - "body_html": "

1.6.0 release of Playback.

\n

Changelog:

\n\n

Leave feedback in https://github.com/mafintosh/playback/issues

\n

On OSX, to open Playback.app, Right Click > Open to bypass the security warning.

\n

Download links:

\n" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:40.970Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:28.448Z" }, "playbox": { "latestRelease": { @@ -76275,7 +76275,7 @@ "content_type": "application/x-iso9660-appimage", "state": "uploaded", "size": 83491573, - "download_count": 1221, + "download_count": 1222, "created_at": "2019-04-28T13:09:05Z", "updated_at": "2019-04-28T13:20:51Z", "browser_download_url": "https://github.com/cjdenio/playbox/releases/download/v0.2.1/Playbox.0.2.1.AppImage" @@ -76319,11 +76319,11 @@ "zipball_url": "https://api.github.com/repos/cjdenio/playbox/zipball/v0.2.1", "body_html": "

Important note for MacOS users

\n

If the .pkg file doesn't install, use the .dmg file.

\n

Changelog: (v0.2.0)

\n\n

Changelog: (v0.2.1)

\n\n

And more...

\n

Please don't hesitate to report bugs (or request features) here.

\n

What's with the .1? Version 0.2.0, which was never released, had an issue with data storage and fonts.

\n

There's some documentation over thataway!

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:41.033Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:28.487Z" }, "playlist": { "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:41.085Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:28.492Z" }, "playcode": { "latestRelease": { @@ -76400,7 +76400,7 @@ "zipball_url": "https://api.github.com/repos/playcode/playcode-desktop/zipball/v2020.5.0", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:41.103Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:28.534Z" }, "playme": { "latestRelease": { @@ -76603,7 +76603,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 50658485, - "download_count": 2697, + "download_count": 2700, "created_at": "2018-08-22T01:52:12Z", "updated_at": "2018-08-22T01:54:08Z", "browser_download_url": "https://github.com/lamazingco/playme/releases/download/v1.0.3/playme-1.0.3-x86_64.AppImage" @@ -76637,7 +76637,7 @@ "content_type": "application/x-diskcopy", "state": "uploaded", "size": 49365167, - "download_count": 566, + "download_count": 567, "created_at": "2018-08-22T01:52:09Z", "updated_at": "2018-08-22T01:53:33Z", "browser_download_url": "https://github.com/lamazingco/playme/releases/download/v1.0.3/PlayMe-1.0.3.dmg" @@ -76671,7 +76671,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 37461107, - "download_count": 1926, + "download_count": 1930, "created_at": "2018-08-22T01:52:00Z", "updated_at": "2018-08-22T01:52:26Z", "browser_download_url": "https://github.com/lamazingco/playme/releases/download/v1.0.3/PlayMe.Setup.1.0.3.exe" @@ -76681,7 +76681,186 @@ "zipball_url": "https://api.github.com/repos/lamazingco/playme/zipball/v1.0.3", "body_html": "

Changelog:

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:41.332Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:28.552Z" + }, + "poddr": { + "latestRelease": { + "url": "https://api.github.com/repos/Sn8z/Poddr/releases/21237551", + "assets_url": "https://api.github.com/repos/Sn8z/Poddr/releases/21237551/assets", + "upload_url": "https://uploads.github.com/repos/Sn8z/Poddr/releases/21237551/assets{?name,label}", + "html_url": "https://github.com/Sn8z/Poddr/releases/tag/2.0.0", + "id": 21237551, + "node_id": "MDc6UmVsZWFzZTIxMjM3NTUx", + "tag_name": "2.0.0", + "target_commitish": "master", + "name": "2.0.0", + "draft": false, + "author": { + "login": "Sn8z", + "id": 10712909, + "node_id": "MDQ6VXNlcjEwNzEyOTA5", + "avatar_url": "https://avatars2.githubusercontent.com/u/10712909?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Sn8z", + "html_url": "https://github.com/Sn8z", + "followers_url": "https://api.github.com/users/Sn8z/followers", + "following_url": "https://api.github.com/users/Sn8z/following{/other_user}", + "gists_url": "https://api.github.com/users/Sn8z/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Sn8z/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Sn8z/subscriptions", + "organizations_url": "https://api.github.com/users/Sn8z/orgs", + "repos_url": "https://api.github.com/users/Sn8z/repos", + "events_url": "https://api.github.com/users/Sn8z/events{/privacy}", + "received_events_url": "https://api.github.com/users/Sn8z/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2019-05-23T11:41:20Z", + "published_at": "2019-11-12T19:12:31Z", + "assets": [ + { + "url": "https://api.github.com/repos/Sn8z/Poddr/releases/assets/16115797", + "id": 16115797, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2MTE1Nzk3", + "name": "Poddr-2.0.0.AppImage", + "label": null, + "uploader": { + "login": "Sn8z", + "id": 10712909, + "node_id": "MDQ6VXNlcjEwNzEyOTA5", + "avatar_url": "https://avatars2.githubusercontent.com/u/10712909?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Sn8z", + "html_url": "https://github.com/Sn8z", + "followers_url": "https://api.github.com/users/Sn8z/followers", + "following_url": "https://api.github.com/users/Sn8z/following{/other_user}", + "gists_url": "https://api.github.com/users/Sn8z/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Sn8z/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Sn8z/subscriptions", + "organizations_url": "https://api.github.com/users/Sn8z/orgs", + "repos_url": "https://api.github.com/users/Sn8z/repos", + "events_url": "https://api.github.com/users/Sn8z/events{/privacy}", + "received_events_url": "https://api.github.com/users/Sn8z/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-iso9660-appimage", + "state": "uploaded", + "size": 90736291, + "download_count": 1163, + "created_at": "2019-11-12T17:12:53Z", + "updated_at": "2019-11-12T17:12:59Z", + "browser_download_url": "https://github.com/Sn8z/Poddr/releases/download/2.0.0/Poddr-2.0.0.AppImage" + }, + { + "url": "https://api.github.com/repos/Sn8z/Poddr/releases/assets/16115830", + "id": 16115830, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2MTE1ODMw", + "name": "Poddr-2.0.0.dmg", + "label": null, + "uploader": { + "login": "Sn8z", + "id": 10712909, + "node_id": "MDQ6VXNlcjEwNzEyOTA5", + "avatar_url": "https://avatars2.githubusercontent.com/u/10712909?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Sn8z", + "html_url": "https://github.com/Sn8z", + "followers_url": "https://api.github.com/users/Sn8z/followers", + "following_url": "https://api.github.com/users/Sn8z/following{/other_user}", + "gists_url": "https://api.github.com/users/Sn8z/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Sn8z/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Sn8z/subscriptions", + "organizations_url": "https://api.github.com/users/Sn8z/orgs", + "repos_url": "https://api.github.com/users/Sn8z/repos", + "events_url": "https://api.github.com/users/Sn8z/events{/privacy}", + "received_events_url": "https://api.github.com/users/Sn8z/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-apple-diskimage", + "state": "uploaded", + "size": 82905831, + "download_count": 249, + "created_at": "2019-11-12T17:13:35Z", + "updated_at": "2019-11-12T17:13:39Z", + "browser_download_url": "https://github.com/Sn8z/Poddr/releases/download/2.0.0/Poddr-2.0.0.dmg" + }, + { + "url": "https://api.github.com/repos/Sn8z/Poddr/releases/assets/16115796", + "id": 16115796, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2MTE1Nzk2", + "name": "Poddr.Setup.2.0.0.exe", + "label": null, + "uploader": { + "login": "Sn8z", + "id": 10712909, + "node_id": "MDQ6VXNlcjEwNzEyOTA5", + "avatar_url": "https://avatars2.githubusercontent.com/u/10712909?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Sn8z", + "html_url": "https://github.com/Sn8z", + "followers_url": "https://api.github.com/users/Sn8z/followers", + "following_url": "https://api.github.com/users/Sn8z/following{/other_user}", + "gists_url": "https://api.github.com/users/Sn8z/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Sn8z/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Sn8z/subscriptions", + "organizations_url": "https://api.github.com/users/Sn8z/orgs", + "repos_url": "https://api.github.com/users/Sn8z/repos", + "events_url": "https://api.github.com/users/Sn8z/events{/privacy}", + "received_events_url": "https://api.github.com/users/Sn8z/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-ms-dos-executable", + "state": "uploaded", + "size": 59429025, + "download_count": 835, + "created_at": "2019-11-12T17:12:53Z", + "updated_at": "2019-11-12T17:12:57Z", + "browser_download_url": "https://github.com/Sn8z/Poddr/releases/download/2.0.0/Poddr.Setup.2.0.0.exe" + }, + { + "url": "https://api.github.com/repos/Sn8z/Poddr/releases/assets/16115798", + "id": 16115798, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2MTE1Nzk4", + "name": "poddr_2.0.0_amd64.deb", + "label": null, + "uploader": { + "login": "Sn8z", + "id": 10712909, + "node_id": "MDQ6VXNlcjEwNzEyOTA5", + "avatar_url": "https://avatars2.githubusercontent.com/u/10712909?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Sn8z", + "html_url": "https://github.com/Sn8z", + "followers_url": "https://api.github.com/users/Sn8z/followers", + "following_url": "https://api.github.com/users/Sn8z/following{/other_user}", + "gists_url": "https://api.github.com/users/Sn8z/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Sn8z/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Sn8z/subscriptions", + "organizations_url": "https://api.github.com/users/Sn8z/orgs", + "repos_url": "https://api.github.com/users/Sn8z/repos", + "events_url": "https://api.github.com/users/Sn8z/events{/privacy}", + "received_events_url": "https://api.github.com/users/Sn8z/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/vnd.debian.binary-package", + "state": "uploaded", + "size": 56300170, + "download_count": 725, + "created_at": "2019-11-12T17:12:53Z", + "updated_at": "2019-11-12T17:13:01Z", + "browser_download_url": "https://github.com/Sn8z/Poddr/releases/download/2.0.0/poddr_2.0.0_amd64.deb" + } + ], + "tarball_url": "https://api.github.com/repos/Sn8z/Poddr/tarball/2.0.0", + "zipball_url": "https://api.github.com/repos/Sn8z/Poddr/zipball/2.0.0", + "body_html": "

Poddr 2.0.0 is finally here and with it comes a lot of new stuff!

\n

TL;DR Poddr just got a HUGE update, updated look, updates under the hood and more new features!

\n

Poddr is getting a major overhaul!
\nThere are a lot of work behind this update but with a lot of new changes comes a lot of new things and scenarios to test out so if you encounter any issues feel free to open an issue in the repository.

\n

Poddr is free and will remain free to use but I've invested a lot of time into this so if you appreciate the work I do you can make a monetary donation to support the continued development of Poddr. There are several ways to do this and they are explained in the README of this repository.

\n

So without further ado let's move on to the actual changes!

\n\n

Notices

\n\n

This last year have been challenging in a lot of different ways but I'm really happy to be able to say that 2.0.0 is here 🕺

\n

Thanks for using Poddr!
\n// Marcus \"Sn8z\" Sneitz

" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:28.564Z" }, "playork": { "latestRelease": { @@ -76826,186 +77005,152 @@ "zipball_url": "https://api.github.com/repos/Playork/Playork/zipball/v1.6.0", "body_html": "

With New Game Called Brick Game and New Save Option in Paint. Also With Bug Fixes and UI Tweaks. For Linux Snap Packages are Available HERE.

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:41.402Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:28.602Z" }, - "poddr": { + "pokerclock": { "latestRelease": { - "url": "https://api.github.com/repos/Sn8z/Poddr/releases/21237551", - "assets_url": "https://api.github.com/repos/Sn8z/Poddr/releases/21237551/assets", - "upload_url": "https://uploads.github.com/repos/Sn8z/Poddr/releases/21237551/assets{?name,label}", - "html_url": "https://github.com/Sn8z/Poddr/releases/tag/2.0.0", - "id": 21237551, - "node_id": "MDc6UmVsZWFzZTIxMjM3NTUx", - "tag_name": "2.0.0", + "url": "https://api.github.com/repos/Phreshhh/PokerClock/releases/10120809", + "assets_url": "https://api.github.com/repos/Phreshhh/PokerClock/releases/10120809/assets", + "upload_url": "https://uploads.github.com/repos/Phreshhh/PokerClock/releases/10120809/assets{?name,label}", + "html_url": "https://github.com/Phreshhh/PokerClock/releases/tag/v1.0.0", + "id": 10120809, + "node_id": "MDc6UmVsZWFzZTEwMTIwODA5", + "tag_name": "v1.0.0", "target_commitish": "master", - "name": "2.0.0", + "name": "First release.", "draft": false, "author": { - "login": "Sn8z", - "id": 10712909, - "node_id": "MDQ6VXNlcjEwNzEyOTA5", - "avatar_url": "https://avatars2.githubusercontent.com/u/10712909?v=4", + "login": "Phreshhh", + "id": 32324661, + "node_id": "MDQ6VXNlcjMyMzI0NjYx", + "avatar_url": "https://avatars1.githubusercontent.com/u/32324661?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/Sn8z", - "html_url": "https://github.com/Sn8z", - "followers_url": "https://api.github.com/users/Sn8z/followers", - "following_url": "https://api.github.com/users/Sn8z/following{/other_user}", - "gists_url": "https://api.github.com/users/Sn8z/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Sn8z/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Sn8z/subscriptions", - "organizations_url": "https://api.github.com/users/Sn8z/orgs", - "repos_url": "https://api.github.com/users/Sn8z/repos", - "events_url": "https://api.github.com/users/Sn8z/events{/privacy}", - "received_events_url": "https://api.github.com/users/Sn8z/received_events", + "url": "https://api.github.com/users/Phreshhh", + "html_url": "https://github.com/Phreshhh", + "followers_url": "https://api.github.com/users/Phreshhh/followers", + "following_url": "https://api.github.com/users/Phreshhh/following{/other_user}", + "gists_url": "https://api.github.com/users/Phreshhh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Phreshhh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Phreshhh/subscriptions", + "organizations_url": "https://api.github.com/users/Phreshhh/orgs", + "repos_url": "https://api.github.com/users/Phreshhh/repos", + "events_url": "https://api.github.com/users/Phreshhh/events{/privacy}", + "received_events_url": "https://api.github.com/users/Phreshhh/received_events", "type": "User", "site_admin": false }, "prerelease": false, - "created_at": "2019-05-23T11:41:20Z", - "published_at": "2019-11-12T19:12:31Z", + "created_at": "2018-03-16T11:08:19Z", + "published_at": "2018-03-16T11:34:54Z", "assets": [ { - "url": "https://api.github.com/repos/Sn8z/Poddr/releases/assets/16115797", - "id": 16115797, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE2MTE1Nzk3", - "name": "Poddr-2.0.0.AppImage", - "label": null, - "uploader": { - "login": "Sn8z", - "id": 10712909, - "node_id": "MDQ6VXNlcjEwNzEyOTA5", - "avatar_url": "https://avatars2.githubusercontent.com/u/10712909?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Sn8z", - "html_url": "https://github.com/Sn8z", - "followers_url": "https://api.github.com/users/Sn8z/followers", - "following_url": "https://api.github.com/users/Sn8z/following{/other_user}", - "gists_url": "https://api.github.com/users/Sn8z/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Sn8z/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Sn8z/subscriptions", - "organizations_url": "https://api.github.com/users/Sn8z/orgs", - "repos_url": "https://api.github.com/users/Sn8z/repos", - "events_url": "https://api.github.com/users/Sn8z/events{/privacy}", - "received_events_url": "https://api.github.com/users/Sn8z/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-iso9660-appimage", - "state": "uploaded", - "size": 90736291, - "download_count": 1155, - "created_at": "2019-11-12T17:12:53Z", - "updated_at": "2019-11-12T17:12:59Z", - "browser_download_url": "https://github.com/Sn8z/Poddr/releases/download/2.0.0/Poddr-2.0.0.AppImage" - }, - { - "url": "https://api.github.com/repos/Sn8z/Poddr/releases/assets/16115830", - "id": 16115830, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE2MTE1ODMw", - "name": "Poddr-2.0.0.dmg", + "url": "https://api.github.com/repos/Phreshhh/PokerClock/releases/assets/6533082", + "id": 6533082, + "node_id": "MDEyOlJlbGVhc2VBc3NldDY1MzMwODI=", + "name": "PokerClock-darwin-x64.zip", "label": null, "uploader": { - "login": "Sn8z", - "id": 10712909, - "node_id": "MDQ6VXNlcjEwNzEyOTA5", - "avatar_url": "https://avatars2.githubusercontent.com/u/10712909?v=4", + "login": "Phreshhh", + "id": 32324661, + "node_id": "MDQ6VXNlcjMyMzI0NjYx", + "avatar_url": "https://avatars1.githubusercontent.com/u/32324661?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/Sn8z", - "html_url": "https://github.com/Sn8z", - "followers_url": "https://api.github.com/users/Sn8z/followers", - "following_url": "https://api.github.com/users/Sn8z/following{/other_user}", - "gists_url": "https://api.github.com/users/Sn8z/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Sn8z/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Sn8z/subscriptions", - "organizations_url": "https://api.github.com/users/Sn8z/orgs", - "repos_url": "https://api.github.com/users/Sn8z/repos", - "events_url": "https://api.github.com/users/Sn8z/events{/privacy}", - "received_events_url": "https://api.github.com/users/Sn8z/received_events", + "url": "https://api.github.com/users/Phreshhh", + "html_url": "https://github.com/Phreshhh", + "followers_url": "https://api.github.com/users/Phreshhh/followers", + "following_url": "https://api.github.com/users/Phreshhh/following{/other_user}", + "gists_url": "https://api.github.com/users/Phreshhh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Phreshhh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Phreshhh/subscriptions", + "organizations_url": "https://api.github.com/users/Phreshhh/orgs", + "repos_url": "https://api.github.com/users/Phreshhh/repos", + "events_url": "https://api.github.com/users/Phreshhh/events{/privacy}", + "received_events_url": "https://api.github.com/users/Phreshhh/received_events", "type": "User", "site_admin": false }, - "content_type": "application/x-apple-diskimage", + "content_type": "application/x-zip-compressed", "state": "uploaded", - "size": 82905831, - "download_count": 248, - "created_at": "2019-11-12T17:13:35Z", - "updated_at": "2019-11-12T17:13:39Z", - "browser_download_url": "https://github.com/Sn8z/Poddr/releases/download/2.0.0/Poddr-2.0.0.dmg" + "size": 137874382, + "download_count": 231, + "created_at": "2018-03-16T11:34:03Z", + "updated_at": "2018-03-16T11:34:45Z", + "browser_download_url": "https://github.com/Phreshhh/PokerClock/releases/download/v1.0.0/PokerClock-darwin-x64.zip" }, { - "url": "https://api.github.com/repos/Sn8z/Poddr/releases/assets/16115796", - "id": 16115796, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE2MTE1Nzk2", - "name": "Poddr.Setup.2.0.0.exe", + "url": "https://api.github.com/repos/Phreshhh/PokerClock/releases/assets/6533080", + "id": 6533080, + "node_id": "MDEyOlJlbGVhc2VBc3NldDY1MzMwODA=", + "name": "PokerClock-linux-x64.zip", "label": null, "uploader": { - "login": "Sn8z", - "id": 10712909, - "node_id": "MDQ6VXNlcjEwNzEyOTA5", - "avatar_url": "https://avatars2.githubusercontent.com/u/10712909?v=4", + "login": "Phreshhh", + "id": 32324661, + "node_id": "MDQ6VXNlcjMyMzI0NjYx", + "avatar_url": "https://avatars1.githubusercontent.com/u/32324661?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/Sn8z", - "html_url": "https://github.com/Sn8z", - "followers_url": "https://api.github.com/users/Sn8z/followers", - "following_url": "https://api.github.com/users/Sn8z/following{/other_user}", - "gists_url": "https://api.github.com/users/Sn8z/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Sn8z/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Sn8z/subscriptions", - "organizations_url": "https://api.github.com/users/Sn8z/orgs", - "repos_url": "https://api.github.com/users/Sn8z/repos", - "events_url": "https://api.github.com/users/Sn8z/events{/privacy}", - "received_events_url": "https://api.github.com/users/Sn8z/received_events", + "url": "https://api.github.com/users/Phreshhh", + "html_url": "https://github.com/Phreshhh", + "followers_url": "https://api.github.com/users/Phreshhh/followers", + "following_url": "https://api.github.com/users/Phreshhh/following{/other_user}", + "gists_url": "https://api.github.com/users/Phreshhh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Phreshhh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Phreshhh/subscriptions", + "organizations_url": "https://api.github.com/users/Phreshhh/orgs", + "repos_url": "https://api.github.com/users/Phreshhh/repos", + "events_url": "https://api.github.com/users/Phreshhh/events{/privacy}", + "received_events_url": "https://api.github.com/users/Phreshhh/received_events", "type": "User", "site_admin": false }, - "content_type": "application/x-ms-dos-executable", + "content_type": "application/x-zip-compressed", "state": "uploaded", - "size": 59429025, - "download_count": 833, - "created_at": "2019-11-12T17:12:53Z", - "updated_at": "2019-11-12T17:12:57Z", - "browser_download_url": "https://github.com/Sn8z/Poddr/releases/download/2.0.0/Poddr.Setup.2.0.0.exe" + "size": 52905445, + "download_count": 205, + "created_at": "2018-03-16T11:33:42Z", + "updated_at": "2018-03-16T11:33:59Z", + "browser_download_url": "https://github.com/Phreshhh/PokerClock/releases/download/v1.0.0/PokerClock-linux-x64.zip" }, { - "url": "https://api.github.com/repos/Sn8z/Poddr/releases/assets/16115798", - "id": 16115798, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE2MTE1Nzk4", - "name": "poddr_2.0.0_amd64.deb", + "url": "https://api.github.com/repos/Phreshhh/PokerClock/releases/assets/6533073", + "id": 6533073, + "node_id": "MDEyOlJlbGVhc2VBc3NldDY1MzMwNzM=", + "name": "PokerClock-win32-x64.zip", "label": null, "uploader": { - "login": "Sn8z", - "id": 10712909, - "node_id": "MDQ6VXNlcjEwNzEyOTA5", - "avatar_url": "https://avatars2.githubusercontent.com/u/10712909?v=4", + "login": "Phreshhh", + "id": 32324661, + "node_id": "MDQ6VXNlcjMyMzI0NjYx", + "avatar_url": "https://avatars1.githubusercontent.com/u/32324661?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/Sn8z", - "html_url": "https://github.com/Sn8z", - "followers_url": "https://api.github.com/users/Sn8z/followers", - "following_url": "https://api.github.com/users/Sn8z/following{/other_user}", - "gists_url": "https://api.github.com/users/Sn8z/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Sn8z/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Sn8z/subscriptions", - "organizations_url": "https://api.github.com/users/Sn8z/orgs", - "repos_url": "https://api.github.com/users/Sn8z/repos", - "events_url": "https://api.github.com/users/Sn8z/events{/privacy}", - "received_events_url": "https://api.github.com/users/Sn8z/received_events", + "url": "https://api.github.com/users/Phreshhh", + "html_url": "https://github.com/Phreshhh", + "followers_url": "https://api.github.com/users/Phreshhh/followers", + "following_url": "https://api.github.com/users/Phreshhh/following{/other_user}", + "gists_url": "https://api.github.com/users/Phreshhh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Phreshhh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Phreshhh/subscriptions", + "organizations_url": "https://api.github.com/users/Phreshhh/orgs", + "repos_url": "https://api.github.com/users/Phreshhh/repos", + "events_url": "https://api.github.com/users/Phreshhh/events{/privacy}", + "received_events_url": "https://api.github.com/users/Phreshhh/received_events", "type": "User", "site_admin": false }, - "content_type": "application/vnd.debian.binary-package", + "content_type": "application/x-zip-compressed", "state": "uploaded", - "size": 56300170, - "download_count": 724, - "created_at": "2019-11-12T17:12:53Z", - "updated_at": "2019-11-12T17:13:01Z", - "browser_download_url": "https://github.com/Sn8z/Poddr/releases/download/2.0.0/poddr_2.0.0_amd64.deb" + "size": 56124695, + "download_count": 329, + "created_at": "2018-03-16T11:32:51Z", + "updated_at": "2018-03-16T11:33:07Z", + "browser_download_url": "https://github.com/Phreshhh/PokerClock/releases/download/v1.0.0/PokerClock-win32-x64.zip" } ], - "tarball_url": "https://api.github.com/repos/Sn8z/Poddr/tarball/2.0.0", - "zipball_url": "https://api.github.com/repos/Sn8z/Poddr/zipball/2.0.0", - "body_html": "

Poddr 2.0.0 is finally here and with it comes a lot of new stuff!

\n

TL;DR Poddr just got a HUGE update, updated look, updates under the hood and more new features!

\n

Poddr is getting a major overhaul!
\nThere are a lot of work behind this update but with a lot of new changes comes a lot of new things and scenarios to test out so if you encounter any issues feel free to open an issue in the repository.

\n

Poddr is free and will remain free to use but I've invested a lot of time into this so if you appreciate the work I do you can make a monetary donation to support the continued development of Poddr. There are several ways to do this and they are explained in the README of this repository.

\n

So without further ado let's move on to the actual changes!

\n\n

Notices

\n\n

This last year have been challenging in a lot of different ways but I'm really happy to be able to say that 2.0.0 is here 🕺

\n

Thanks for using Poddr!
\n// Marcus \"Sn8z\" Sneitz

" + "tarball_url": "https://api.github.com/repos/Phreshhh/PokerClock/tarball/v1.0.0", + "zipball_url": "https://api.github.com/repos/Phreshhh/PokerClock/zipball/v1.0.0", + "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:41.455Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:28.647Z" }, "poddycast-app": { "latestRelease": { @@ -77286,7 +77431,7 @@ "zipball_url": "https://api.github.com/repos/MrChuckomo/poddycast/zipball/v0.7.0", "body_html": "

Release Notes

\n

Improvements

\n\n

Bugfix

\n\n

Notes

\n

Special thanks to @alexdevero for contributing a lot to the project.

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:41.481Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:28.660Z" }, "poi": { "latestRelease": { @@ -77353,7 +77498,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 361, - "download_count": 155, + "download_count": 157, "created_at": "2020-06-07T19:10:21Z", "updated_at": "2020-06-07T19:10:22Z", "browser_download_url": "https://github.com/poooi/poi/releases/download/v10.6.0/latest-linux.yml" @@ -77387,7 +77532,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 504, - "download_count": 70, + "download_count": 71, "created_at": "2020-06-07T19:10:22Z", "updated_at": "2020-06-07T19:10:23Z", "browser_download_url": "https://github.com/poooi/poi/releases/download/v10.6.0/latest-mac.yml" @@ -77421,7 +77566,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 338, - "download_count": 139, + "download_count": 141, "created_at": "2020-06-07T19:10:24Z", "updated_at": "2020-06-07T19:10:24Z", "browser_download_url": "https://github.com/poooi/poi/releases/download/v10.6.0/latest.yml" @@ -77455,7 +77600,7 @@ "content_type": "application/x-7z-compressed", "state": "uploaded", "size": 58262439, - "download_count": 334, + "download_count": 338, "created_at": "2020-06-07T19:10:34Z", "updated_at": "2020-06-07T19:10:40Z", "browser_download_url": "https://github.com/poooi/poi/releases/download/v10.6.0/poi-10.6.0-ia32-win.7z" @@ -77489,7 +77634,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 101838027, - "download_count": 186, + "download_count": 187, "created_at": "2020-06-07T19:10:41Z", "updated_at": "2020-06-07T19:10:51Z", "browser_download_url": "https://github.com/poooi/poi/releases/download/v10.6.0/poi-10.6.0-mac.zip" @@ -77523,7 +77668,7 @@ "content_type": "application/x-7z-compressed", "state": "uploaded", "size": 59834746, - "download_count": 1503, + "download_count": 1521, "created_at": "2020-06-07T19:10:52Z", "updated_at": "2020-06-07T19:10:59Z", "browser_download_url": "https://github.com/poooi/poi/releases/download/v10.6.0/poi-10.6.0-win.7z" @@ -77557,7 +77702,7 @@ "content_type": "application/x-7z-compressed", "state": "uploaded", "size": 59426751, - "download_count": 175, + "download_count": 177, "created_at": "2020-06-07T19:11:00Z", "updated_at": "2020-06-07T19:11:07Z", "browser_download_url": "https://github.com/poooi/poi/releases/download/v10.6.0/poi-10.6.0.7z" @@ -77625,7 +77770,7 @@ "content_type": "application/x-apple-diskimage", "state": "uploaded", "size": 106411231, - "download_count": 177, + "download_count": 178, "created_at": "2020-06-07T19:11:19Z", "updated_at": "2020-06-07T19:11:30Z", "browser_download_url": "https://github.com/poooi/poi/releases/download/v10.6.0/poi-10.6.0.dmg" @@ -77727,7 +77872,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 66093552, - "download_count": 82, + "download_count": 83, "created_at": "2020-06-07T19:11:40Z", "updated_at": "2020-06-07T19:11:47Z", "browser_download_url": "https://github.com/poooi/poi/releases/download/v10.6.0/poi-10.6.0.x86_64.rpm" @@ -77761,7 +77906,7 @@ "content_type": "application/x-msdownload", "state": "uploaded", "size": 138988059, - "download_count": 2660, + "download_count": 2676, "created_at": "2020-06-07T19:11:48Z", "updated_at": "2020-06-07T19:12:03Z", "browser_download_url": "https://github.com/poooi/poi/releases/download/v10.6.0/poi-setup-10.6.0.exe" @@ -77795,7 +77940,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 143799, - "download_count": 51, + "download_count": 52, "created_at": "2020-06-07T19:12:04Z", "updated_at": "2020-06-07T19:12:05Z", "browser_download_url": "https://github.com/poooi/poi/releases/download/v10.6.0/poi-setup-10.6.0.exe.blockmap" @@ -77839,152 +77984,7 @@ "zipball_url": "https://api.github.com/repos/poooi/poi/zipball/v10.6.0", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:41.733Z" - }, - "pokerclock": { - "latestRelease": { - "url": "https://api.github.com/repos/Phreshhh/PokerClock/releases/10120809", - "assets_url": "https://api.github.com/repos/Phreshhh/PokerClock/releases/10120809/assets", - "upload_url": "https://uploads.github.com/repos/Phreshhh/PokerClock/releases/10120809/assets{?name,label}", - "html_url": "https://github.com/Phreshhh/PokerClock/releases/tag/v1.0.0", - "id": 10120809, - "node_id": "MDc6UmVsZWFzZTEwMTIwODA5", - "tag_name": "v1.0.0", - "target_commitish": "master", - "name": "First release.", - "draft": false, - "author": { - "login": "Phreshhh", - "id": 32324661, - "node_id": "MDQ6VXNlcjMyMzI0NjYx", - "avatar_url": "https://avatars1.githubusercontent.com/u/32324661?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Phreshhh", - "html_url": "https://github.com/Phreshhh", - "followers_url": "https://api.github.com/users/Phreshhh/followers", - "following_url": "https://api.github.com/users/Phreshhh/following{/other_user}", - "gists_url": "https://api.github.com/users/Phreshhh/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Phreshhh/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Phreshhh/subscriptions", - "organizations_url": "https://api.github.com/users/Phreshhh/orgs", - "repos_url": "https://api.github.com/users/Phreshhh/repos", - "events_url": "https://api.github.com/users/Phreshhh/events{/privacy}", - "received_events_url": "https://api.github.com/users/Phreshhh/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2018-03-16T11:08:19Z", - "published_at": "2018-03-16T11:34:54Z", - "assets": [ - { - "url": "https://api.github.com/repos/Phreshhh/PokerClock/releases/assets/6533082", - "id": 6533082, - "node_id": "MDEyOlJlbGVhc2VBc3NldDY1MzMwODI=", - "name": "PokerClock-darwin-x64.zip", - "label": null, - "uploader": { - "login": "Phreshhh", - "id": 32324661, - "node_id": "MDQ6VXNlcjMyMzI0NjYx", - "avatar_url": "https://avatars1.githubusercontent.com/u/32324661?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Phreshhh", - "html_url": "https://github.com/Phreshhh", - "followers_url": "https://api.github.com/users/Phreshhh/followers", - "following_url": "https://api.github.com/users/Phreshhh/following{/other_user}", - "gists_url": "https://api.github.com/users/Phreshhh/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Phreshhh/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Phreshhh/subscriptions", - "organizations_url": "https://api.github.com/users/Phreshhh/orgs", - "repos_url": "https://api.github.com/users/Phreshhh/repos", - "events_url": "https://api.github.com/users/Phreshhh/events{/privacy}", - "received_events_url": "https://api.github.com/users/Phreshhh/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-zip-compressed", - "state": "uploaded", - "size": 137874382, - "download_count": 231, - "created_at": "2018-03-16T11:34:03Z", - "updated_at": "2018-03-16T11:34:45Z", - "browser_download_url": "https://github.com/Phreshhh/PokerClock/releases/download/v1.0.0/PokerClock-darwin-x64.zip" - }, - { - "url": "https://api.github.com/repos/Phreshhh/PokerClock/releases/assets/6533080", - "id": 6533080, - "node_id": "MDEyOlJlbGVhc2VBc3NldDY1MzMwODA=", - "name": "PokerClock-linux-x64.zip", - "label": null, - "uploader": { - "login": "Phreshhh", - "id": 32324661, - "node_id": "MDQ6VXNlcjMyMzI0NjYx", - "avatar_url": "https://avatars1.githubusercontent.com/u/32324661?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Phreshhh", - "html_url": "https://github.com/Phreshhh", - "followers_url": "https://api.github.com/users/Phreshhh/followers", - "following_url": "https://api.github.com/users/Phreshhh/following{/other_user}", - "gists_url": "https://api.github.com/users/Phreshhh/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Phreshhh/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Phreshhh/subscriptions", - "organizations_url": "https://api.github.com/users/Phreshhh/orgs", - "repos_url": "https://api.github.com/users/Phreshhh/repos", - "events_url": "https://api.github.com/users/Phreshhh/events{/privacy}", - "received_events_url": "https://api.github.com/users/Phreshhh/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-zip-compressed", - "state": "uploaded", - "size": 52905445, - "download_count": 205, - "created_at": "2018-03-16T11:33:42Z", - "updated_at": "2018-03-16T11:33:59Z", - "browser_download_url": "https://github.com/Phreshhh/PokerClock/releases/download/v1.0.0/PokerClock-linux-x64.zip" - }, - { - "url": "https://api.github.com/repos/Phreshhh/PokerClock/releases/assets/6533073", - "id": 6533073, - "node_id": "MDEyOlJlbGVhc2VBc3NldDY1MzMwNzM=", - "name": "PokerClock-win32-x64.zip", - "label": null, - "uploader": { - "login": "Phreshhh", - "id": 32324661, - "node_id": "MDQ6VXNlcjMyMzI0NjYx", - "avatar_url": "https://avatars1.githubusercontent.com/u/32324661?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Phreshhh", - "html_url": "https://github.com/Phreshhh", - "followers_url": "https://api.github.com/users/Phreshhh/followers", - "following_url": "https://api.github.com/users/Phreshhh/following{/other_user}", - "gists_url": "https://api.github.com/users/Phreshhh/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Phreshhh/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Phreshhh/subscriptions", - "organizations_url": "https://api.github.com/users/Phreshhh/orgs", - "repos_url": "https://api.github.com/users/Phreshhh/repos", - "events_url": "https://api.github.com/users/Phreshhh/events{/privacy}", - "received_events_url": "https://api.github.com/users/Phreshhh/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-zip-compressed", - "state": "uploaded", - "size": 56124695, - "download_count": 329, - "created_at": "2018-03-16T11:32:51Z", - "updated_at": "2018-03-16T11:33:07Z", - "browser_download_url": "https://github.com/Phreshhh/PokerClock/releases/download/v1.0.0/PokerClock-win32-x64.zip" - } - ], - "tarball_url": "https://api.github.com/repos/Phreshhh/PokerClock/tarball/v1.0.0", - "zipball_url": "https://api.github.com/repos/Phreshhh/PokerClock/zipball/v1.0.0", - "body_html": "" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:41.736Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:28.661Z" }, "polar": { "latestRelease": { @@ -78085,7 +78085,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 548, - "download_count": 2763, + "download_count": 2768, "created_at": "2020-03-28T18:32:18Z", "updated_at": "2020-03-28T18:32:18Z", "browser_download_url": "https://github.com/burtonator/polar-bookshelf/releases/download/v1.100.13/latest-mac.yml" @@ -78119,7 +78119,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 376, - "download_count": 5074, + "download_count": 5090, "created_at": "2020-03-28T18:54:12Z", "updated_at": "2020-03-28T18:54:13Z", "browser_download_url": "https://github.com/burtonator/polar-bookshelf/releases/download/v1.100.13/latest.yml" @@ -78153,7 +78153,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 115325942, - "download_count": 1228, + "download_count": 1229, "created_at": "2020-03-28T21:39:10Z", "updated_at": "2020-03-28T21:39:15Z", "browser_download_url": "https://github.com/burtonator/polar-bookshelf/releases/download/v1.100.13/polar-bookshelf-1.100.13-amd64.deb" @@ -78187,7 +78187,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 174486653, - "download_count": 525, + "download_count": 526, "created_at": "2020-03-28T18:31:26Z", "updated_at": "2020-03-28T18:32:18Z", "browser_download_url": "https://github.com/burtonator/polar-bookshelf/releases/download/v1.100.13/Polar-Bookshelf-1.100.13-mac.zip" @@ -78221,7 +78221,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 131819912, - "download_count": 2647, + "download_count": 2651, "created_at": "2020-03-28T18:54:01Z", "updated_at": "2020-03-28T18:54:11Z", "browser_download_url": "https://github.com/burtonator/polar-bookshelf/releases/download/v1.100.13/polar-bookshelf-1.100.13-nsis-ia32.exe" @@ -78255,7 +78255,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 138177, - "download_count": 859, + "download_count": 862, "created_at": "2020-03-28T18:54:01Z", "updated_at": "2020-03-28T18:54:02Z", "browser_download_url": "https://github.com/burtonator/polar-bookshelf/releases/download/v1.100.13/polar-bookshelf-1.100.13-nsis-ia32.exe.blockmap" @@ -78289,7 +78289,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 133790880, - "download_count": 10133, + "download_count": 10162, "created_at": "2020-03-28T18:51:51Z", "updated_at": "2020-03-28T18:51:55Z", "browser_download_url": "https://github.com/burtonator/polar-bookshelf/releases/download/v1.100.13/polar-bookshelf-1.100.13-nsis-x64.exe" @@ -78391,7 +78391,7 @@ "content_type": "application/gzip", "state": "uploaded", "size": 186177819, - "download_count": 736, + "download_count": 737, "created_at": "2020-03-28T21:36:51Z", "updated_at": "2020-03-28T21:37:04Z", "browser_download_url": "https://github.com/burtonator/polar-bookshelf/releases/download/v1.100.13/polar-bookshelf-1.100.13-x64.tar.gz" @@ -78425,7 +78425,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 197009717, - "download_count": 664, + "download_count": 666, "created_at": "2020-03-28T21:24:30Z", "updated_at": "2020-03-28T21:24:39Z", "browser_download_url": "https://github.com/burtonator/polar-bookshelf/releases/download/v1.100.13/polar-bookshelf-1.100.13-x86_64.AppImage" @@ -78459,7 +78459,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 180430116, - "download_count": 4306, + "download_count": 4317, "created_at": "2020-03-28T18:29:25Z", "updated_at": "2020-03-28T18:30:19Z", "browser_download_url": "https://github.com/burtonator/polar-bookshelf/releases/download/v1.100.13/Polar-Bookshelf-1.100.13.dmg" @@ -78503,322 +78503,7 @@ "zipball_url": "https://api.github.com/repos/burtonator/polar-bookshelf/zipball/v1.100.13", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:41.802Z" - }, - "pomodoro-logger": { - "latestRelease": { - "url": "https://api.github.com/repos/zxch3n/PomodoroLogger/releases/31219028", - "assets_url": "https://api.github.com/repos/zxch3n/PomodoroLogger/releases/31219028/assets", - "upload_url": "https://uploads.github.com/repos/zxch3n/PomodoroLogger/releases/31219028/assets{?name,label}", - "html_url": "https://github.com/zxch3n/PomodoroLogger/releases/tag/v0.4.0", - "id": 31219028, - "node_id": "MDc6UmVsZWFzZTMxMjE5MDI4", - "tag_name": "v0.4.0", - "target_commitish": "master", - "name": "0.4.0 Data Import & Export ", - "draft": false, - "author": { - "login": "zxch3n", - "id": 18425020, - "node_id": "MDQ6VXNlcjE4NDI1MDIw", - "avatar_url": "https://avatars1.githubusercontent.com/u/18425020?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/zxch3n", - "html_url": "https://github.com/zxch3n", - "followers_url": "https://api.github.com/users/zxch3n/followers", - "following_url": "https://api.github.com/users/zxch3n/following{/other_user}", - "gists_url": "https://api.github.com/users/zxch3n/gists{/gist_id}", - "starred_url": "https://api.github.com/users/zxch3n/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/zxch3n/subscriptions", - "organizations_url": "https://api.github.com/users/zxch3n/orgs", - "repos_url": "https://api.github.com/users/zxch3n/repos", - "events_url": "https://api.github.com/users/zxch3n/events{/privacy}", - "received_events_url": "https://api.github.com/users/zxch3n/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2020-09-13T19:16:11Z", - "published_at": "2020-09-14T06:05:15Z", - "assets": [ - { - "url": "https://api.github.com/repos/zxch3n/PomodoroLogger/releases/assets/25544244", - "id": 25544244, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NTQ0MjQ0", - "name": "latest-mac.yml", - "label": "", - "uploader": { - "login": "zxch3n", - "id": 18425020, - "node_id": "MDQ6VXNlcjE4NDI1MDIw", - "avatar_url": "https://avatars1.githubusercontent.com/u/18425020?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/zxch3n", - "html_url": "https://github.com/zxch3n", - "followers_url": "https://api.github.com/users/zxch3n/followers", - "following_url": "https://api.github.com/users/zxch3n/following{/other_user}", - "gists_url": "https://api.github.com/users/zxch3n/gists{/gist_id}", - "starred_url": "https://api.github.com/users/zxch3n/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/zxch3n/subscriptions", - "organizations_url": "https://api.github.com/users/zxch3n/orgs", - "repos_url": "https://api.github.com/users/zxch3n/repos", - "events_url": "https://api.github.com/users/zxch3n/events{/privacy}", - "received_events_url": "https://api.github.com/users/zxch3n/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "text/yaml", - "state": "uploaded", - "size": 533, - "download_count": 18, - "created_at": "2020-09-13T19:26:28Z", - "updated_at": "2020-09-13T19:26:28Z", - "browser_download_url": "https://github.com/zxch3n/PomodoroLogger/releases/download/v0.4.0/latest-mac.yml" - }, - { - "url": "https://api.github.com/repos/zxch3n/PomodoroLogger/releases/assets/25544229", - "id": 25544229, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NTQ0MjI5", - "name": "latest.yml", - "label": "", - "uploader": { - "login": "zxch3n", - "id": 18425020, - "node_id": "MDQ6VXNlcjE4NDI1MDIw", - "avatar_url": "https://avatars1.githubusercontent.com/u/18425020?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/zxch3n", - "html_url": "https://github.com/zxch3n", - "followers_url": "https://api.github.com/users/zxch3n/followers", - "following_url": "https://api.github.com/users/zxch3n/following{/other_user}", - "gists_url": "https://api.github.com/users/zxch3n/gists{/gist_id}", - "starred_url": "https://api.github.com/users/zxch3n/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/zxch3n/subscriptions", - "organizations_url": "https://api.github.com/users/zxch3n/orgs", - "repos_url": "https://api.github.com/users/zxch3n/repos", - "events_url": "https://api.github.com/users/zxch3n/events{/privacy}", - "received_events_url": "https://api.github.com/users/zxch3n/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "text/yaml", - "state": "uploaded", - "size": 358, - "download_count": 69, - "created_at": "2020-09-13T19:26:13Z", - "updated_at": "2020-09-13T19:26:13Z", - "browser_download_url": "https://github.com/zxch3n/PomodoroLogger/releases/download/v0.4.0/latest.yml" - }, - { - "url": "https://api.github.com/repos/zxch3n/PomodoroLogger/releases/assets/25544216", - "id": 25544216, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NTQ0MjE2", - "name": "Pomodoro-Logger-0.4.0-mac.zip", - "label": "", - "uploader": { - "login": "zxch3n", - "id": 18425020, - "node_id": "MDQ6VXNlcjE4NDI1MDIw", - "avatar_url": "https://avatars1.githubusercontent.com/u/18425020?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/zxch3n", - "html_url": "https://github.com/zxch3n", - "followers_url": "https://api.github.com/users/zxch3n/followers", - "following_url": "https://api.github.com/users/zxch3n/following{/other_user}", - "gists_url": "https://api.github.com/users/zxch3n/gists{/gist_id}", - "starred_url": "https://api.github.com/users/zxch3n/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/zxch3n/subscriptions", - "organizations_url": "https://api.github.com/users/zxch3n/orgs", - "repos_url": "https://api.github.com/users/zxch3n/repos", - "events_url": "https://api.github.com/users/zxch3n/events{/privacy}", - "received_events_url": "https://api.github.com/users/zxch3n/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 67939798, - "download_count": 3, - "created_at": "2020-09-13T19:26:00Z", - "updated_at": "2020-09-13T19:26:01Z", - "browser_download_url": "https://github.com/zxch3n/PomodoroLogger/releases/download/v0.4.0/Pomodoro-Logger-0.4.0-mac.zip" - }, - { - "url": "https://api.github.com/repos/zxch3n/PomodoroLogger/releases/assets/25544240", - "id": 25544240, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NTQ0MjQw", - "name": "Pomodoro-Logger-0.4.0.dmg", - "label": "", - "uploader": { - "login": "zxch3n", - "id": 18425020, - "node_id": "MDQ6VXNlcjE4NDI1MDIw", - "avatar_url": "https://avatars1.githubusercontent.com/u/18425020?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/zxch3n", - "html_url": "https://github.com/zxch3n", - "followers_url": "https://api.github.com/users/zxch3n/followers", - "following_url": "https://api.github.com/users/zxch3n/following{/other_user}", - "gists_url": "https://api.github.com/users/zxch3n/gists{/gist_id}", - "starred_url": "https://api.github.com/users/zxch3n/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/zxch3n/subscriptions", - "organizations_url": "https://api.github.com/users/zxch3n/orgs", - "repos_url": "https://api.github.com/users/zxch3n/repos", - "events_url": "https://api.github.com/users/zxch3n/events{/privacy}", - "received_events_url": "https://api.github.com/users/zxch3n/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 70356283, - "download_count": 4, - "created_at": "2020-09-13T19:26:26Z", - "updated_at": "2020-09-13T19:26:27Z", - "browser_download_url": "https://github.com/zxch3n/PomodoroLogger/releases/download/v0.4.0/Pomodoro-Logger-0.4.0.dmg" - }, - { - "url": "https://api.github.com/repos/zxch3n/PomodoroLogger/releases/assets/25544228", - "id": 25544228, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NTQ0MjI4", - "name": "Pomodoro-Logger-0.4.0.dmg.blockmap", - "label": "", - "uploader": { - "login": "zxch3n", - "id": 18425020, - "node_id": "MDQ6VXNlcjE4NDI1MDIw", - "avatar_url": "https://avatars1.githubusercontent.com/u/18425020?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/zxch3n", - "html_url": "https://github.com/zxch3n", - "followers_url": "https://api.github.com/users/zxch3n/followers", - "following_url": "https://api.github.com/users/zxch3n/following{/other_user}", - "gists_url": "https://api.github.com/users/zxch3n/gists{/gist_id}", - "starred_url": "https://api.github.com/users/zxch3n/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/zxch3n/subscriptions", - "organizations_url": "https://api.github.com/users/zxch3n/orgs", - "repos_url": "https://api.github.com/users/zxch3n/repos", - "events_url": "https://api.github.com/users/zxch3n/events{/privacy}", - "received_events_url": "https://api.github.com/users/zxch3n/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 74405, - "download_count": 0, - "created_at": "2020-09-13T19:26:13Z", - "updated_at": "2020-09-13T19:26:13Z", - "browser_download_url": "https://github.com/zxch3n/PomodoroLogger/releases/download/v0.4.0/Pomodoro-Logger-0.4.0.dmg.blockmap" - }, - { - "url": "https://api.github.com/repos/zxch3n/PomodoroLogger/releases/assets/25544226", - "id": 25544226, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NTQ0MjI2", - "name": "Pomodoro-Logger-Setup-0.4.0.exe", - "label": "", - "uploader": { - "login": "zxch3n", - "id": 18425020, - "node_id": "MDQ6VXNlcjE4NDI1MDIw", - "avatar_url": "https://avatars1.githubusercontent.com/u/18425020?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/zxch3n", - "html_url": "https://github.com/zxch3n", - "followers_url": "https://api.github.com/users/zxch3n/followers", - "following_url": "https://api.github.com/users/zxch3n/following{/other_user}", - "gists_url": "https://api.github.com/users/zxch3n/gists{/gist_id}", - "starred_url": "https://api.github.com/users/zxch3n/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/zxch3n/subscriptions", - "organizations_url": "https://api.github.com/users/zxch3n/orgs", - "repos_url": "https://api.github.com/users/zxch3n/repos", - "events_url": "https://api.github.com/users/zxch3n/events{/privacy}", - "received_events_url": "https://api.github.com/users/zxch3n/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 51590087, - "download_count": 35, - "created_at": "2020-09-13T19:26:11Z", - "updated_at": "2020-09-13T19:26:13Z", - "browser_download_url": "https://github.com/zxch3n/PomodoroLogger/releases/download/v0.4.0/Pomodoro-Logger-Setup-0.4.0.exe" - }, - { - "url": "https://api.github.com/repos/zxch3n/PomodoroLogger/releases/assets/25544291", - "id": 25544291, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NTQ0Mjkx", - "name": "Pomodoro-Logger-Setup-0.4.0.exe.blockmap", - "label": "", - "uploader": { - "login": "zxch3n", - "id": 18425020, - "node_id": "MDQ6VXNlcjE4NDI1MDIw", - "avatar_url": "https://avatars1.githubusercontent.com/u/18425020?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/zxch3n", - "html_url": "https://github.com/zxch3n", - "followers_url": "https://api.github.com/users/zxch3n/followers", - "following_url": "https://api.github.com/users/zxch3n/following{/other_user}", - "gists_url": "https://api.github.com/users/zxch3n/gists{/gist_id}", - "starred_url": "https://api.github.com/users/zxch3n/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/zxch3n/subscriptions", - "organizations_url": "https://api.github.com/users/zxch3n/orgs", - "repos_url": "https://api.github.com/users/zxch3n/repos", - "events_url": "https://api.github.com/users/zxch3n/events{/privacy}", - "received_events_url": "https://api.github.com/users/zxch3n/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 55088, - "download_count": 16, - "created_at": "2020-09-13T19:27:37Z", - "updated_at": "2020-09-13T19:27:37Z", - "browser_download_url": "https://github.com/zxch3n/PomodoroLogger/releases/download/v0.4.0/Pomodoro-Logger-Setup-0.4.0.exe.blockmap" - }, - { - "url": "https://api.github.com/repos/zxch3n/PomodoroLogger/releases/assets/25547187", - "id": 25547187, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NTQ3MTg3", - "name": "pomodoro-logger_0.4.0_amd64.deb", - "label": "", - "uploader": { - "login": "zxch3n", - "id": 18425020, - "node_id": "MDQ6VXNlcjE4NDI1MDIw", - "avatar_url": "https://avatars1.githubusercontent.com/u/18425020?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/zxch3n", - "html_url": "https://github.com/zxch3n", - "followers_url": "https://api.github.com/users/zxch3n/followers", - "following_url": "https://api.github.com/users/zxch3n/following{/other_user}", - "gists_url": "https://api.github.com/users/zxch3n/gists{/gist_id}", - "starred_url": "https://api.github.com/users/zxch3n/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/zxch3n/subscriptions", - "organizations_url": "https://api.github.com/users/zxch3n/orgs", - "repos_url": "https://api.github.com/users/zxch3n/repos", - "events_url": "https://api.github.com/users/zxch3n/events{/privacy}", - "received_events_url": "https://api.github.com/users/zxch3n/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 54211588, - "download_count": 12, - "created_at": "2020-09-13T20:33:54Z", - "updated_at": "2020-09-13T20:33:55Z", - "browser_download_url": "https://github.com/zxch3n/PomodoroLogger/releases/download/v0.4.0/pomodoro-logger_0.4.0_amd64.deb" - } - ], - "tarball_url": "https://api.github.com/repos/zxch3n/PomodoroLogger/tarball/v0.4.0", - "zipball_url": "https://api.github.com/repos/zxch3n/PomodoroLogger/zipball/v0.4.0", - "body_html": "

\"image\"

" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:41.845Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:28.697Z" }, "pomolectron": { "latestRelease": { @@ -78860,7 +78545,7 @@ "zipball_url": "https://api.github.com/repos/amitmerchant1990/pomolectron/zipball/v1.2.0", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:42.084Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:28.734Z" }, "pomotroid": { "latestRelease": { @@ -78961,7 +78646,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 78381807, - "download_count": 48, + "download_count": 49, "created_at": "2020-09-07T02:50:14Z", "updated_at": "2020-09-07T02:50:18Z", "browser_download_url": "https://github.com/Splode/pomotroid/releases/download/v0.12.0/pomotroid-0.12.0-linux.AppImage" @@ -79029,7 +78714,7 @@ "content_type": "application/gzip", "state": "uploaded", "size": 74330173, - "download_count": 254, + "download_count": 263, "created_at": "2020-09-07T03:06:55Z", "updated_at": "2020-09-07T03:06:57Z", "browser_download_url": "https://github.com/Splode/pomotroid/releases/download/v0.12.0/pomotroid-0.12.0-linux.tar.gz" @@ -79063,7 +78748,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 75465984, - "download_count": 243, + "download_count": 250, "created_at": "2020-09-07T02:50:48Z", "updated_at": "2020-09-07T02:50:51Z", "browser_download_url": "https://github.com/Splode/pomotroid/releases/download/v0.12.0/pomotroid-0.12.0-macos.dmg" @@ -79165,7 +78850,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 47994630, - "download_count": 90, + "download_count": 93, "created_at": "2020-09-07T03:00:54Z", "updated_at": "2020-09-07T03:00:56Z", "browser_download_url": "https://github.com/Splode/pomotroid/releases/download/v0.12.0/pomotroid-0.12.0-portable.exe" @@ -79199,7 +78884,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 48028191, - "download_count": 677, + "download_count": 698, "created_at": "2020-09-07T03:05:18Z", "updated_at": "2020-09-07T03:05:20Z", "browser_download_url": "https://github.com/Splode/pomotroid/releases/download/v0.12.0/pomotroid-0.12.0-setup.exe" @@ -79243,7 +78928,322 @@ "zipball_url": "https://api.github.com/repos/Splode/pomotroid/zipball/v0.12.0", "body_html": "

Features

\n\n

Chores

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:42.100Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:28.753Z" + }, + "pomodoro-logger": { + "latestRelease": { + "url": "https://api.github.com/repos/zxch3n/PomodoroLogger/releases/31219028", + "assets_url": "https://api.github.com/repos/zxch3n/PomodoroLogger/releases/31219028/assets", + "upload_url": "https://uploads.github.com/repos/zxch3n/PomodoroLogger/releases/31219028/assets{?name,label}", + "html_url": "https://github.com/zxch3n/PomodoroLogger/releases/tag/v0.4.0", + "id": 31219028, + "node_id": "MDc6UmVsZWFzZTMxMjE5MDI4", + "tag_name": "v0.4.0", + "target_commitish": "master", + "name": "0.4.0 Data Import & Export ", + "draft": false, + "author": { + "login": "zxch3n", + "id": 18425020, + "node_id": "MDQ6VXNlcjE4NDI1MDIw", + "avatar_url": "https://avatars1.githubusercontent.com/u/18425020?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zxch3n", + "html_url": "https://github.com/zxch3n", + "followers_url": "https://api.github.com/users/zxch3n/followers", + "following_url": "https://api.github.com/users/zxch3n/following{/other_user}", + "gists_url": "https://api.github.com/users/zxch3n/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zxch3n/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zxch3n/subscriptions", + "organizations_url": "https://api.github.com/users/zxch3n/orgs", + "repos_url": "https://api.github.com/users/zxch3n/repos", + "events_url": "https://api.github.com/users/zxch3n/events{/privacy}", + "received_events_url": "https://api.github.com/users/zxch3n/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2020-09-13T19:16:11Z", + "published_at": "2020-09-14T06:05:15Z", + "assets": [ + { + "url": "https://api.github.com/repos/zxch3n/PomodoroLogger/releases/assets/25544244", + "id": 25544244, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NTQ0MjQ0", + "name": "latest-mac.yml", + "label": "", + "uploader": { + "login": "zxch3n", + "id": 18425020, + "node_id": "MDQ6VXNlcjE4NDI1MDIw", + "avatar_url": "https://avatars1.githubusercontent.com/u/18425020?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zxch3n", + "html_url": "https://github.com/zxch3n", + "followers_url": "https://api.github.com/users/zxch3n/followers", + "following_url": "https://api.github.com/users/zxch3n/following{/other_user}", + "gists_url": "https://api.github.com/users/zxch3n/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zxch3n/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zxch3n/subscriptions", + "organizations_url": "https://api.github.com/users/zxch3n/orgs", + "repos_url": "https://api.github.com/users/zxch3n/repos", + "events_url": "https://api.github.com/users/zxch3n/events{/privacy}", + "received_events_url": "https://api.github.com/users/zxch3n/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "text/yaml", + "state": "uploaded", + "size": 533, + "download_count": 19, + "created_at": "2020-09-13T19:26:28Z", + "updated_at": "2020-09-13T19:26:28Z", + "browser_download_url": "https://github.com/zxch3n/PomodoroLogger/releases/download/v0.4.0/latest-mac.yml" + }, + { + "url": "https://api.github.com/repos/zxch3n/PomodoroLogger/releases/assets/25544229", + "id": 25544229, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NTQ0MjI5", + "name": "latest.yml", + "label": "", + "uploader": { + "login": "zxch3n", + "id": 18425020, + "node_id": "MDQ6VXNlcjE4NDI1MDIw", + "avatar_url": "https://avatars1.githubusercontent.com/u/18425020?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zxch3n", + "html_url": "https://github.com/zxch3n", + "followers_url": "https://api.github.com/users/zxch3n/followers", + "following_url": "https://api.github.com/users/zxch3n/following{/other_user}", + "gists_url": "https://api.github.com/users/zxch3n/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zxch3n/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zxch3n/subscriptions", + "organizations_url": "https://api.github.com/users/zxch3n/orgs", + "repos_url": "https://api.github.com/users/zxch3n/repos", + "events_url": "https://api.github.com/users/zxch3n/events{/privacy}", + "received_events_url": "https://api.github.com/users/zxch3n/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "text/yaml", + "state": "uploaded", + "size": 358, + "download_count": 75, + "created_at": "2020-09-13T19:26:13Z", + "updated_at": "2020-09-13T19:26:13Z", + "browser_download_url": "https://github.com/zxch3n/PomodoroLogger/releases/download/v0.4.0/latest.yml" + }, + { + "url": "https://api.github.com/repos/zxch3n/PomodoroLogger/releases/assets/25544216", + "id": 25544216, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NTQ0MjE2", + "name": "Pomodoro-Logger-0.4.0-mac.zip", + "label": "", + "uploader": { + "login": "zxch3n", + "id": 18425020, + "node_id": "MDQ6VXNlcjE4NDI1MDIw", + "avatar_url": "https://avatars1.githubusercontent.com/u/18425020?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zxch3n", + "html_url": "https://github.com/zxch3n", + "followers_url": "https://api.github.com/users/zxch3n/followers", + "following_url": "https://api.github.com/users/zxch3n/following{/other_user}", + "gists_url": "https://api.github.com/users/zxch3n/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zxch3n/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zxch3n/subscriptions", + "organizations_url": "https://api.github.com/users/zxch3n/orgs", + "repos_url": "https://api.github.com/users/zxch3n/repos", + "events_url": "https://api.github.com/users/zxch3n/events{/privacy}", + "received_events_url": "https://api.github.com/users/zxch3n/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 67939798, + "download_count": 3, + "created_at": "2020-09-13T19:26:00Z", + "updated_at": "2020-09-13T19:26:01Z", + "browser_download_url": "https://github.com/zxch3n/PomodoroLogger/releases/download/v0.4.0/Pomodoro-Logger-0.4.0-mac.zip" + }, + { + "url": "https://api.github.com/repos/zxch3n/PomodoroLogger/releases/assets/25544240", + "id": 25544240, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NTQ0MjQw", + "name": "Pomodoro-Logger-0.4.0.dmg", + "label": "", + "uploader": { + "login": "zxch3n", + "id": 18425020, + "node_id": "MDQ6VXNlcjE4NDI1MDIw", + "avatar_url": "https://avatars1.githubusercontent.com/u/18425020?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zxch3n", + "html_url": "https://github.com/zxch3n", + "followers_url": "https://api.github.com/users/zxch3n/followers", + "following_url": "https://api.github.com/users/zxch3n/following{/other_user}", + "gists_url": "https://api.github.com/users/zxch3n/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zxch3n/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zxch3n/subscriptions", + "organizations_url": "https://api.github.com/users/zxch3n/orgs", + "repos_url": "https://api.github.com/users/zxch3n/repos", + "events_url": "https://api.github.com/users/zxch3n/events{/privacy}", + "received_events_url": "https://api.github.com/users/zxch3n/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 70356283, + "download_count": 5, + "created_at": "2020-09-13T19:26:26Z", + "updated_at": "2020-09-13T19:26:27Z", + "browser_download_url": "https://github.com/zxch3n/PomodoroLogger/releases/download/v0.4.0/Pomodoro-Logger-0.4.0.dmg" + }, + { + "url": "https://api.github.com/repos/zxch3n/PomodoroLogger/releases/assets/25544228", + "id": 25544228, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NTQ0MjI4", + "name": "Pomodoro-Logger-0.4.0.dmg.blockmap", + "label": "", + "uploader": { + "login": "zxch3n", + "id": 18425020, + "node_id": "MDQ6VXNlcjE4NDI1MDIw", + "avatar_url": "https://avatars1.githubusercontent.com/u/18425020?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zxch3n", + "html_url": "https://github.com/zxch3n", + "followers_url": "https://api.github.com/users/zxch3n/followers", + "following_url": "https://api.github.com/users/zxch3n/following{/other_user}", + "gists_url": "https://api.github.com/users/zxch3n/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zxch3n/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zxch3n/subscriptions", + "organizations_url": "https://api.github.com/users/zxch3n/orgs", + "repos_url": "https://api.github.com/users/zxch3n/repos", + "events_url": "https://api.github.com/users/zxch3n/events{/privacy}", + "received_events_url": "https://api.github.com/users/zxch3n/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 74405, + "download_count": 0, + "created_at": "2020-09-13T19:26:13Z", + "updated_at": "2020-09-13T19:26:13Z", + "browser_download_url": "https://github.com/zxch3n/PomodoroLogger/releases/download/v0.4.0/Pomodoro-Logger-0.4.0.dmg.blockmap" + }, + { + "url": "https://api.github.com/repos/zxch3n/PomodoroLogger/releases/assets/25544226", + "id": 25544226, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NTQ0MjI2", + "name": "Pomodoro-Logger-Setup-0.4.0.exe", + "label": "", + "uploader": { + "login": "zxch3n", + "id": 18425020, + "node_id": "MDQ6VXNlcjE4NDI1MDIw", + "avatar_url": "https://avatars1.githubusercontent.com/u/18425020?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zxch3n", + "html_url": "https://github.com/zxch3n", + "followers_url": "https://api.github.com/users/zxch3n/followers", + "following_url": "https://api.github.com/users/zxch3n/following{/other_user}", + "gists_url": "https://api.github.com/users/zxch3n/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zxch3n/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zxch3n/subscriptions", + "organizations_url": "https://api.github.com/users/zxch3n/orgs", + "repos_url": "https://api.github.com/users/zxch3n/repos", + "events_url": "https://api.github.com/users/zxch3n/events{/privacy}", + "received_events_url": "https://api.github.com/users/zxch3n/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 51590087, + "download_count": 37, + "created_at": "2020-09-13T19:26:11Z", + "updated_at": "2020-09-13T19:26:13Z", + "browser_download_url": "https://github.com/zxch3n/PomodoroLogger/releases/download/v0.4.0/Pomodoro-Logger-Setup-0.4.0.exe" + }, + { + "url": "https://api.github.com/repos/zxch3n/PomodoroLogger/releases/assets/25544291", + "id": 25544291, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NTQ0Mjkx", + "name": "Pomodoro-Logger-Setup-0.4.0.exe.blockmap", + "label": "", + "uploader": { + "login": "zxch3n", + "id": 18425020, + "node_id": "MDQ6VXNlcjE4NDI1MDIw", + "avatar_url": "https://avatars1.githubusercontent.com/u/18425020?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zxch3n", + "html_url": "https://github.com/zxch3n", + "followers_url": "https://api.github.com/users/zxch3n/followers", + "following_url": "https://api.github.com/users/zxch3n/following{/other_user}", + "gists_url": "https://api.github.com/users/zxch3n/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zxch3n/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zxch3n/subscriptions", + "organizations_url": "https://api.github.com/users/zxch3n/orgs", + "repos_url": "https://api.github.com/users/zxch3n/repos", + "events_url": "https://api.github.com/users/zxch3n/events{/privacy}", + "received_events_url": "https://api.github.com/users/zxch3n/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 55088, + "download_count": 17, + "created_at": "2020-09-13T19:27:37Z", + "updated_at": "2020-09-13T19:27:37Z", + "browser_download_url": "https://github.com/zxch3n/PomodoroLogger/releases/download/v0.4.0/Pomodoro-Logger-Setup-0.4.0.exe.blockmap" + }, + { + "url": "https://api.github.com/repos/zxch3n/PomodoroLogger/releases/assets/25547187", + "id": 25547187, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NTQ3MTg3", + "name": "pomodoro-logger_0.4.0_amd64.deb", + "label": "", + "uploader": { + "login": "zxch3n", + "id": 18425020, + "node_id": "MDQ6VXNlcjE4NDI1MDIw", + "avatar_url": "https://avatars1.githubusercontent.com/u/18425020?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zxch3n", + "html_url": "https://github.com/zxch3n", + "followers_url": "https://api.github.com/users/zxch3n/followers", + "following_url": "https://api.github.com/users/zxch3n/following{/other_user}", + "gists_url": "https://api.github.com/users/zxch3n/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zxch3n/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zxch3n/subscriptions", + "organizations_url": "https://api.github.com/users/zxch3n/orgs", + "repos_url": "https://api.github.com/users/zxch3n/repos", + "events_url": "https://api.github.com/users/zxch3n/events{/privacy}", + "received_events_url": "https://api.github.com/users/zxch3n/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 54211588, + "download_count": 12, + "created_at": "2020-09-13T20:33:54Z", + "updated_at": "2020-09-13T20:33:55Z", + "browser_download_url": "https://github.com/zxch3n/PomodoroLogger/releases/download/v0.4.0/pomodoro-logger_0.4.0_amd64.deb" + } + ], + "tarball_url": "https://api.github.com/repos/zxch3n/PomodoroLogger/tarball/v0.4.0", + "zipball_url": "https://api.github.com/repos/zxch3n/PomodoroLogger/zipball/v0.4.0", + "body_html": "

\"image\"

" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:28.755Z" }, "pomotron": { "latestRelease": { @@ -79354,7 +79354,7 @@ "zipball_url": "https://api.github.com/repos/mattbudde/pomotron/zipball/v1.1.6", "body_html": "
    \n
  1. New visual elements added. 🎨
  2. \n
  3. Electron Version bump: Patched remote code execution vulnerability. 📦
  4. \n
" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:42.168Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:28.775Z" }, "postbird": { "latestRelease": { @@ -79421,7 +79421,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 66409134, - "download_count": 5511, + "download_count": 5518, "created_at": "2019-11-20T05:50:42Z", "updated_at": "2019-11-20T05:55:00Z", "browser_download_url": "https://github.com/Paxa/postbird/releases/download/0.8.4/Postbird-0.8.4-win.zip" @@ -79489,7 +79489,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 70976626, - "download_count": 1006, + "download_count": 1009, "created_at": "2019-11-20T05:59:03Z", "updated_at": "2019-11-20T06:02:03Z", "browser_download_url": "https://github.com/Paxa/postbird/releases/download/0.8.4/postbird-0.8.4.AppImage" @@ -79523,7 +79523,7 @@ "content_type": "application/x-diskcopy", "state": "uploaded", "size": 67637947, - "download_count": 7408, + "download_count": 7416, "created_at": "2019-11-20T05:50:42Z", "updated_at": "2019-11-20T05:52:22Z", "browser_download_url": "https://github.com/Paxa/postbird/releases/download/0.8.4/Postbird-0.8.4.dmg" @@ -79557,7 +79557,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 49104016, - "download_count": 336, + "download_count": 337, "created_at": "2019-11-20T05:59:05Z", "updated_at": "2019-11-20T06:07:19Z", "browser_download_url": "https://github.com/Paxa/postbird/releases/download/0.8.4/Postbird-0.8.4.pacman" @@ -79625,7 +79625,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 48360120, - "download_count": 14405, + "download_count": 14419, "created_at": "2019-11-20T05:50:42Z", "updated_at": "2019-11-20T05:53:48Z", "browser_download_url": "https://github.com/Paxa/postbird/releases/download/0.8.4/Postbird-Setup-0.8.4.exe" @@ -79659,7 +79659,7 @@ "content_type": "application/x-deb", "state": "uploaded", "size": 49092300, - "download_count": 6590, + "download_count": 6599, "created_at": "2019-11-20T05:56:05Z", "updated_at": "2019-11-20T05:58:41Z", "browser_download_url": "https://github.com/Paxa/postbird/releases/download/0.8.4/Postbird_0.8.4_amd64.deb" @@ -79703,84 +79703,7 @@ "zipball_url": "https://api.github.com/repos/Paxa/postbird/zipball/0.8.4", "body_html": "

Installation

\n

On Mac:
\nOn first launch you will probably have to Right Click > Open Postbird.app in order to bypass the Mac OS warning.

\n

On Linux:
\nDownload package for your system or use snap:

\n
sudo snap install postbird\n
\n

Snap page: https://snapcraft.io/postbird

\n

On Windows:
\nUse installer Postbird.Setup.0.8.4.exe or portable Postbird-0.8.4-win.zip

\n

What's new

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:42.208Z" - }, - "preserver": { - "latestRelease": { - "url": "https://api.github.com/repos/hsbalar/preserver/releases/5013756", - "assets_url": "https://api.github.com/repos/hsbalar/preserver/releases/5013756/assets", - "upload_url": "https://uploads.github.com/repos/hsbalar/preserver/releases/5013756/assets{?name,label}", - "html_url": "https://github.com/hsbalar/preserver/releases/tag/v3.0.0", - "id": 5013756, - "node_id": "MDc6UmVsZWFzZTUwMTM3NTY=", - "tag_name": "v3.0.0", - "target_commitish": "master", - "name": "Latest with Angular 2.4.0 with lower dependencies", - "draft": false, - "author": { - "login": "hsbalar", - "id": 16349536, - "node_id": "MDQ6VXNlcjE2MzQ5NTM2", - "avatar_url": "https://avatars1.githubusercontent.com/u/16349536?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/hsbalar", - "html_url": "https://github.com/hsbalar", - "followers_url": "https://api.github.com/users/hsbalar/followers", - "following_url": "https://api.github.com/users/hsbalar/following{/other_user}", - "gists_url": "https://api.github.com/users/hsbalar/gists{/gist_id}", - "starred_url": "https://api.github.com/users/hsbalar/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/hsbalar/subscriptions", - "organizations_url": "https://api.github.com/users/hsbalar/orgs", - "repos_url": "https://api.github.com/users/hsbalar/repos", - "events_url": "https://api.github.com/users/hsbalar/events{/privacy}", - "received_events_url": "https://api.github.com/users/hsbalar/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2016-12-26T13:06:37Z", - "published_at": "2016-12-26T13:31:05Z", - "assets": [ - { - "url": "https://api.github.com/repos/hsbalar/preserver/releases/assets/2886728", - "id": 2886728, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI4ODY3Mjg=", - "name": "Preserver-linux-x64.tar.gz", - "label": null, - "uploader": { - "login": "hsbalar", - "id": 16349536, - "node_id": "MDQ6VXNlcjE2MzQ5NTM2", - "avatar_url": "https://avatars1.githubusercontent.com/u/16349536?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/hsbalar", - "html_url": "https://github.com/hsbalar", - "followers_url": "https://api.github.com/users/hsbalar/followers", - "following_url": "https://api.github.com/users/hsbalar/following{/other_user}", - "gists_url": "https://api.github.com/users/hsbalar/gists{/gist_id}", - "starred_url": "https://api.github.com/users/hsbalar/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/hsbalar/subscriptions", - "organizations_url": "https://api.github.com/users/hsbalar/orgs", - "repos_url": "https://api.github.com/users/hsbalar/repos", - "events_url": "https://api.github.com/users/hsbalar/events{/privacy}", - "received_events_url": "https://api.github.com/users/hsbalar/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 57356415, - "download_count": 209, - "created_at": "2016-12-26T13:09:44Z", - "updated_at": "2016-12-26T13:20:27Z", - "browser_download_url": "https://github.com/hsbalar/preserver/releases/download/v3.0.0/Preserver-linux-x64.tar.gz" - } - ], - "tarball_url": "https://api.github.com/repos/hsbalar/preserver/tarball/v3.0.0", - "zipball_url": "https://api.github.com/repos/hsbalar/preserver/zipball/v3.0.0", - "body_html": "" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:42.445Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:28.808Z" }, "premid": { "latestRelease": { @@ -79847,7 +79770,7 @@ "content_type": "application/x-zip-compressed", "state": "uploaded", "size": 199149177, - "download_count": 11317, + "download_count": 11359, "created_at": "2020-04-08T14:47:07Z", "updated_at": "2020-04-08T14:48:23Z", "browser_download_url": "https://github.com/PreMiD/PreMiD/releases/download/app-v2.1.3/PreMiD-darwin-x64.zip" @@ -79881,7 +79804,7 @@ "content_type": "application/x-zip-compressed", "state": "uploaded", "size": 70806929, - "download_count": 10290, + "download_count": 10316, "created_at": "2020-04-08T14:48:23Z", "updated_at": "2020-04-08T14:48:56Z", "browser_download_url": "https://github.com/PreMiD/PreMiD/releases/download/app-v2.1.3/PreMiD-win32-ia32.zip" @@ -79915,7 +79838,7 @@ "content_type": "application/x-zip-compressed", "state": "uploaded", "size": 73854757, - "download_count": 149149, + "download_count": 149779, "created_at": "2020-04-08T14:46:42Z", "updated_at": "2020-04-08T14:47:07Z", "browser_download_url": "https://github.com/PreMiD/PreMiD/releases/download/app-v2.1.3/PreMiD-win32-x64.zip" @@ -79925,7 +79848,84 @@ "zipball_url": "https://api.github.com/repos/PreMiD/PreMiD/zipball/app-v2.1.3", "body_html": "

Adds

\n\n

Fixes

\n\n

Please do not directly download these release files if not instructed by our staff.
\nDownload the application on our website

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:42.445Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:28.842Z" + }, + "preserver": { + "latestRelease": { + "url": "https://api.github.com/repos/hsbalar/preserver/releases/5013756", + "assets_url": "https://api.github.com/repos/hsbalar/preserver/releases/5013756/assets", + "upload_url": "https://uploads.github.com/repos/hsbalar/preserver/releases/5013756/assets{?name,label}", + "html_url": "https://github.com/hsbalar/preserver/releases/tag/v3.0.0", + "id": 5013756, + "node_id": "MDc6UmVsZWFzZTUwMTM3NTY=", + "tag_name": "v3.0.0", + "target_commitish": "master", + "name": "Latest with Angular 2.4.0 with lower dependencies", + "draft": false, + "author": { + "login": "hsbalar", + "id": 16349536, + "node_id": "MDQ6VXNlcjE2MzQ5NTM2", + "avatar_url": "https://avatars1.githubusercontent.com/u/16349536?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hsbalar", + "html_url": "https://github.com/hsbalar", + "followers_url": "https://api.github.com/users/hsbalar/followers", + "following_url": "https://api.github.com/users/hsbalar/following{/other_user}", + "gists_url": "https://api.github.com/users/hsbalar/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hsbalar/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hsbalar/subscriptions", + "organizations_url": "https://api.github.com/users/hsbalar/orgs", + "repos_url": "https://api.github.com/users/hsbalar/repos", + "events_url": "https://api.github.com/users/hsbalar/events{/privacy}", + "received_events_url": "https://api.github.com/users/hsbalar/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2016-12-26T13:06:37Z", + "published_at": "2016-12-26T13:31:05Z", + "assets": [ + { + "url": "https://api.github.com/repos/hsbalar/preserver/releases/assets/2886728", + "id": 2886728, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI4ODY3Mjg=", + "name": "Preserver-linux-x64.tar.gz", + "label": null, + "uploader": { + "login": "hsbalar", + "id": 16349536, + "node_id": "MDQ6VXNlcjE2MzQ5NTM2", + "avatar_url": "https://avatars1.githubusercontent.com/u/16349536?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hsbalar", + "html_url": "https://github.com/hsbalar", + "followers_url": "https://api.github.com/users/hsbalar/followers", + "following_url": "https://api.github.com/users/hsbalar/following{/other_user}", + "gists_url": "https://api.github.com/users/hsbalar/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hsbalar/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hsbalar/subscriptions", + "organizations_url": "https://api.github.com/users/hsbalar/orgs", + "repos_url": "https://api.github.com/users/hsbalar/repos", + "events_url": "https://api.github.com/users/hsbalar/events{/privacy}", + "received_events_url": "https://api.github.com/users/hsbalar/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 57356415, + "download_count": 209, + "created_at": "2016-12-26T13:09:44Z", + "updated_at": "2016-12-26T13:20:27Z", + "browser_download_url": "https://github.com/hsbalar/preserver/releases/download/v3.0.0/Preserver-linux-x64.tar.gz" + } + ], + "tarball_url": "https://api.github.com/repos/hsbalar/preserver/tarball/v3.0.0", + "zipball_url": "https://api.github.com/repos/hsbalar/preserver/zipball/v3.0.0", + "body_html": "" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:28.845Z" }, "prettyearth": { "latestRelease": { @@ -80002,7 +80002,7 @@ "zipball_url": "https://api.github.com/repos/evertdespiegeleer/PrettyEarth/zipball/v1.0.4-beta", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:42.518Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:28.891Z" }, "pretzel": { "latestRelease": { @@ -80069,7 +80069,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 509, - "download_count": 2702, + "download_count": 2708, "created_at": "2019-04-15T12:58:37Z", "updated_at": "2019-04-15T12:58:37Z", "browser_download_url": "https://github.com/amiechen/pretzel/releases/download/v0.6.4/latest-mac.yml" @@ -80103,7 +80103,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 48709555, - "download_count": 2486, + "download_count": 2491, "created_at": "2019-04-15T12:58:23Z", "updated_at": "2019-04-15T12:58:36Z", "browser_download_url": "https://github.com/amiechen/pretzel/releases/download/v0.6.4/Pretzel-0.6.4-mac.zip" @@ -80181,11 +80181,11 @@ "zipball_url": "https://api.github.com/repos/amiechen/pretzel/zipball/v0.6.4", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:42.556Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:28.893Z" }, "prosecrec": { "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:42.751Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:28.897Z" }, "primitive-nextgen": { "latestRelease": { @@ -80296,7 +80296,7 @@ "zipball_url": "https://api.github.com/repos/cielito-lindo-productions/primitive.nextgen/zipball/v1.0.0", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:42.813Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:28.928Z" }, "protegopdf": { "latestRelease": { @@ -80373,7 +80373,7 @@ "zipball_url": "https://api.github.com/repos/bbalvanera/protego-pdf/zipball/1.0.1", "body_html": "

Fixes issue #1

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:42.886Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:28.973Z" }, "protoman": { "latestRelease": { @@ -80440,7 +80440,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 99990826, - "download_count": 64, + "download_count": 65, "created_at": "2020-07-27T03:00:20Z", "updated_at": "2020-07-27T03:01:10Z", "browser_download_url": "https://github.com/spluxx/Protoman/releases/download/v0.4.0/Protoman-0.4.0.AppImage" @@ -80474,7 +80474,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 94033350, - "download_count": 191, + "download_count": 195, "created_at": "2020-07-27T03:00:27Z", "updated_at": "2020-07-27T03:01:27Z", "browser_download_url": "https://github.com/spluxx/Protoman/releases/download/v0.4.0/Protoman-0.4.0.dmg" @@ -80508,7 +80508,7 @@ "content_type": "application/x-msdownload", "state": "uploaded", "size": 67337196, - "download_count": 185, + "download_count": 186, "created_at": "2020-07-27T02:59:56Z", "updated_at": "2020-07-27T03:00:20Z", "browser_download_url": "https://github.com/spluxx/Protoman/releases/download/v0.4.0/Protoman.Setup.0.4.0.exe" @@ -80518,7 +80518,7 @@ "zipball_url": "https://api.github.com/repos/spluxx/Protoman/zipball/v0.4.0", "body_html": "

Addressed #22 #23 - thanks @arturwwl!

\n

I've been slacking off with dealing with issues but I'll resolve some more weekend (probably #21, #25, #26).

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:42.960Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:29.002Z" }, "pubvendorstool": { "latestRelease": { @@ -80765,7 +80765,15 @@ "zipball_url": "https://api.github.com/repos/EniroScott/pubvendors-tool/zipball/v0.0.2", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:43.099Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:29.018Z" + }, + "punk": { + "latestRelease": null, + "latestReleaseFetchedAt": "2020-09-18T00:10:29.038Z" + }, + "punycodeconverter": { + "latestRelease": null, + "latestReleaseFetchedAt": "2020-09-18T00:10:29.042Z" }, "pullp": { "latestRelease": { @@ -80832,7 +80840,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 374, - "download_count": 1386, + "download_count": 1388, "created_at": "2019-07-29T12:04:51Z", "updated_at": "2019-07-29T12:04:51Z", "browser_download_url": "https://github.com/rkclark/pullp/releases/download/v3.0.0/latest-linux.yml" @@ -80866,7 +80874,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 503, - "download_count": 1422, + "download_count": 1424, "created_at": "2019-07-29T12:06:12Z", "updated_at": "2019-07-29T12:06:13Z", "browser_download_url": "https://github.com/rkclark/pullp/releases/download/v3.0.0/latest-mac.yml" @@ -80934,7 +80942,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 83734157, - "download_count": 1089, + "download_count": 1090, "created_at": "2019-07-29T12:03:48Z", "updated_at": "2019-07-29T12:03:53Z", "browser_download_url": "https://github.com/rkclark/pullp/releases/download/v3.0.0/pullp-3.0.0-x86_64.AppImage" @@ -81012,15 +81020,7 @@ "zipball_url": "https://api.github.com/repos/rkclark/pullp/zipball/v3.0.0", "body_html": "

⚠️ : This release will cause you to have to re-login to Pullp and re-select the repositories you want to monitor!

\n

Welcome to Pullp 3.0.0! This release has some quite major changes which I hope you will enjoy. These include:

\n\n

Please note that notifications are limited in Windows, but are visible in the UI.

\n
\n

Download the .dmg file for MacOS
\nDownload the .AppImage file for Linux
\nDownload the .exe file for Windows

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:43.156Z" - }, - "punk": { - "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:43.201Z" - }, - "punycodeconverter": { - "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:43.285Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:29.057Z" }, "pupafm": { "latestRelease": { @@ -81189,7 +81189,7 @@ "content_type": "application/x-msdownload", "state": "uploaded", "size": 54695936, - "download_count": 617, + "download_count": 618, "created_at": "2016-08-23T10:54:08Z", "updated_at": "2016-08-23T11:05:31Z", "browser_download_url": "https://github.com/xwartz/PupaFM/releases/download/v1.2.2/PupaFM.Setup.1.2.2.exe" @@ -81199,186 +81199,7 @@ "zipball_url": "https://api.github.com/repos/xwartz/PupaFM/zipball/v1.2.2", "body_html": "
    \n
  1. Fix douban.fm API.
  2. \n
" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:43.476Z" - }, - "puppetry": { - "latestRelease": { - "url": "https://api.github.com/repos/dsheiko/puppetry/releases/29516512", - "assets_url": "https://api.github.com/repos/dsheiko/puppetry/releases/29516512/assets", - "upload_url": "https://uploads.github.com/repos/dsheiko/puppetry/releases/29516512/assets{?name,label}", - "html_url": "https://github.com/dsheiko/puppetry/releases/tag/v3.2.4", - "id": 29516512, - "node_id": "MDc6UmVsZWFzZTI5NTE2NTEy", - "tag_name": "v3.2.4", - "target_commitish": "master", - "name": "Puppetry 3.2.4", - "draft": false, - "author": { - "login": "dsheiko", - "id": 1393963, - "node_id": "MDQ6VXNlcjEzOTM5NjM=", - "avatar_url": "https://avatars2.githubusercontent.com/u/1393963?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/dsheiko", - "html_url": "https://github.com/dsheiko", - "followers_url": "https://api.github.com/users/dsheiko/followers", - "following_url": "https://api.github.com/users/dsheiko/following{/other_user}", - "gists_url": "https://api.github.com/users/dsheiko/gists{/gist_id}", - "starred_url": "https://api.github.com/users/dsheiko/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/dsheiko/subscriptions", - "organizations_url": "https://api.github.com/users/dsheiko/orgs", - "repos_url": "https://api.github.com/users/dsheiko/repos", - "events_url": "https://api.github.com/users/dsheiko/events{/privacy}", - "received_events_url": "https://api.github.com/users/dsheiko/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2020-08-10T14:14:52Z", - "published_at": "2020-08-10T15:05:00Z", - "assets": [ - { - "url": "https://api.github.com/repos/dsheiko/puppetry/releases/assets/23776085", - "id": 23776085, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNzc2MDg1", - "name": "puppetry-linux-v3.2.4-x86_64.AppImage", - "label": null, - "uploader": { - "login": "dsheiko", - "id": 1393963, - "node_id": "MDQ6VXNlcjEzOTM5NjM=", - "avatar_url": "https://avatars2.githubusercontent.com/u/1393963?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/dsheiko", - "html_url": "https://github.com/dsheiko", - "followers_url": "https://api.github.com/users/dsheiko/followers", - "following_url": "https://api.github.com/users/dsheiko/following{/other_user}", - "gists_url": "https://api.github.com/users/dsheiko/gists{/gist_id}", - "starred_url": "https://api.github.com/users/dsheiko/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/dsheiko/subscriptions", - "organizations_url": "https://api.github.com/users/dsheiko/orgs", - "repos_url": "https://api.github.com/users/dsheiko/repos", - "events_url": "https://api.github.com/users/dsheiko/events{/privacy}", - "received_events_url": "https://api.github.com/users/dsheiko/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 156245473, - "download_count": 61, - "created_at": "2020-08-10T15:04:25Z", - "updated_at": "2020-08-10T15:04:51Z", - "browser_download_url": "https://github.com/dsheiko/puppetry/releases/download/v3.2.4/puppetry-linux-v3.2.4-x86_64.AppImage" - }, - { - "url": "https://api.github.com/repos/dsheiko/puppetry/releases/assets/23776777", - "id": 23776777, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNzc2Nzc3", - "name": "puppetry-mac-v3.2.4.dmg", - "label": null, - "uploader": { - "login": "dsheiko", - "id": 1393963, - "node_id": "MDQ6VXNlcjEzOTM5NjM=", - "avatar_url": "https://avatars2.githubusercontent.com/u/1393963?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/dsheiko", - "html_url": "https://github.com/dsheiko", - "followers_url": "https://api.github.com/users/dsheiko/followers", - "following_url": "https://api.github.com/users/dsheiko/following{/other_user}", - "gists_url": "https://api.github.com/users/dsheiko/gists{/gist_id}", - "starred_url": "https://api.github.com/users/dsheiko/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/dsheiko/subscriptions", - "organizations_url": "https://api.github.com/users/dsheiko/orgs", - "repos_url": "https://api.github.com/users/dsheiko/repos", - "events_url": "https://api.github.com/users/dsheiko/events{/privacy}", - "received_events_url": "https://api.github.com/users/dsheiko/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 117439305, - "download_count": 72, - "created_at": "2020-08-10T15:37:43Z", - "updated_at": "2020-08-10T15:41:21Z", - "browser_download_url": "https://github.com/dsheiko/puppetry/releases/download/v3.2.4/puppetry-mac-v3.2.4.dmg" - }, - { - "url": "https://api.github.com/repos/dsheiko/puppetry/releases/assets/23776783", - "id": 23776783, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNzc2Nzgz", - "name": "puppetry-mac-v3.2.4.zip", - "label": null, - "uploader": { - "login": "dsheiko", - "id": 1393963, - "node_id": "MDQ6VXNlcjEzOTM5NjM=", - "avatar_url": "https://avatars2.githubusercontent.com/u/1393963?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/dsheiko", - "html_url": "https://github.com/dsheiko", - "followers_url": "https://api.github.com/users/dsheiko/followers", - "following_url": "https://api.github.com/users/dsheiko/following{/other_user}", - "gists_url": "https://api.github.com/users/dsheiko/gists{/gist_id}", - "starred_url": "https://api.github.com/users/dsheiko/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/dsheiko/subscriptions", - "organizations_url": "https://api.github.com/users/dsheiko/orgs", - "repos_url": "https://api.github.com/users/dsheiko/repos", - "events_url": "https://api.github.com/users/dsheiko/events{/privacy}", - "received_events_url": "https://api.github.com/users/dsheiko/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 113684766, - "download_count": 81, - "created_at": "2020-08-10T15:37:50Z", - "updated_at": "2020-08-10T15:40:59Z", - "browser_download_url": "https://github.com/dsheiko/puppetry/releases/download/v3.2.4/puppetry-mac-v3.2.4.zip" - }, - { - "url": "https://api.github.com/repos/dsheiko/puppetry/releases/assets/23776082", - "id": 23776082, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNzc2MDgy", - "name": "puppetrySetup-win-v3.2.4.exe", - "label": null, - "uploader": { - "login": "dsheiko", - "id": 1393963, - "node_id": "MDQ6VXNlcjEzOTM5NjM=", - "avatar_url": "https://avatars2.githubusercontent.com/u/1393963?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/dsheiko", - "html_url": "https://github.com/dsheiko", - "followers_url": "https://api.github.com/users/dsheiko/followers", - "following_url": "https://api.github.com/users/dsheiko/following{/other_user}", - "gists_url": "https://api.github.com/users/dsheiko/gists{/gist_id}", - "starred_url": "https://api.github.com/users/dsheiko/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/dsheiko/subscriptions", - "organizations_url": "https://api.github.com/users/dsheiko/orgs", - "repos_url": "https://api.github.com/users/dsheiko/repos", - "events_url": "https://api.github.com/users/dsheiko/events{/privacy}", - "received_events_url": "https://api.github.com/users/dsheiko/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-msdownload", - "state": "uploaded", - "size": 102539283, - "download_count": 138, - "created_at": "2020-08-10T15:04:13Z", - "updated_at": "2020-08-10T15:04:25Z", - "browser_download_url": "https://github.com/dsheiko/puppetry/releases/download/v3.2.4/puppetrySetup-win-v3.2.4.exe" - } - ], - "tarball_url": "https://api.github.com/repos/dsheiko/puppetry/tarball/v3.2.4", - "zipball_url": "https://api.github.com/repos/dsheiko/puppetry/zipball/v3.2.4", - "body_html": "

Bug fixes

\n" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:43.504Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:29.115Z" }, "q-player": { "latestRelease": { @@ -81513,7 +81334,7 @@ "content_type": "application/x-zip-compressed", "state": "uploaded", "size": 47577970, - "download_count": 314, + "download_count": 315, "created_at": "2020-03-05T21:11:29Z", "updated_at": "2020-03-05T21:12:35Z", "browser_download_url": "https://github.com/Toooorch/q-player/releases/download/1.0.3/WIN_Q-player_Setup_1.0.3.zip" @@ -81523,7 +81344,7 @@ "zipball_url": "https://api.github.com/repos/Toooorch/q-player/zipball/1.0.3", "body_html": "

v1.0.1 is effectively dead. This version fixes it and also improves things under the hood.

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:43.544Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:29.121Z" }, "qawl": { "latestRelease": { @@ -81624,7 +81445,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 337, - "download_count": 966, + "download_count": 970, "created_at": "2019-12-22T05:50:44Z", "updated_at": "2019-12-22T05:50:44Z", "browser_download_url": "https://github.com/mr-islam/qawl/releases/download/v3.2.2/latest.yml" @@ -81760,7 +81581,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 344577569, - "download_count": 1772, + "download_count": 1777, "created_at": "2019-12-22T05:43:21Z", "updated_at": "2019-12-22T05:50:40Z", "browser_download_url": "https://github.com/mr-islam/qawl/releases/download/v3.2.2/qawl-setup-3.2.2.exe" @@ -81828,7 +81649,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 370333053, - "download_count": 1210, + "download_count": 1211, "created_at": "2019-12-23T13:25:39Z", "updated_at": "2019-12-23T13:29:27Z", "browser_download_url": "https://github.com/mr-islam/qawl/releases/download/v3.2.2/Qawl.Quran.Reader-3.2.2.AppImage" @@ -81838,84 +81659,7 @@ "zipball_url": "https://api.github.com/repos/mr-islam/qawl/zipball/v3.2.2", "body_html": "

Maximum and minimum zoom is properly set and sticks now

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:43.642Z" - }, - "qbox": { - "latestRelease": { - "url": "https://api.github.com/repos/LanceGin/QBox/releases/8191469", - "assets_url": "https://api.github.com/repos/LanceGin/QBox/releases/8191469/assets", - "upload_url": "https://uploads.github.com/repos/LanceGin/QBox/releases/8191469/assets{?name,label}", - "html_url": "https://github.com/LanceGin/QBox/releases/tag/v.1.3.0", - "id": 8191469, - "node_id": "MDc6UmVsZWFzZTgxOTE0Njk=", - "tag_name": "v.1.3.0", - "target_commitish": "master", - "name": "Add: Tray icon", - "draft": false, - "author": { - "login": "LanceGin", - "id": 4312097, - "node_id": "MDQ6VXNlcjQzMTIwOTc=", - "avatar_url": "https://avatars0.githubusercontent.com/u/4312097?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/LanceGin", - "html_url": "https://github.com/LanceGin", - "followers_url": "https://api.github.com/users/LanceGin/followers", - "following_url": "https://api.github.com/users/LanceGin/following{/other_user}", - "gists_url": "https://api.github.com/users/LanceGin/gists{/gist_id}", - "starred_url": "https://api.github.com/users/LanceGin/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/LanceGin/subscriptions", - "organizations_url": "https://api.github.com/users/LanceGin/orgs", - "repos_url": "https://api.github.com/users/LanceGin/repos", - "events_url": "https://api.github.com/users/LanceGin/events{/privacy}", - "received_events_url": "https://api.github.com/users/LanceGin/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2017-10-20T03:06:32Z", - "published_at": "2017-10-20T07:34:39Z", - "assets": [ - { - "url": "https://api.github.com/repos/LanceGin/QBox/releases/assets/5117722", - "id": 5117722, - "node_id": "MDEyOlJlbGVhc2VBc3NldDUxMTc3MjI=", - "name": "QBox-1.3.0.dmg", - "label": null, - "uploader": { - "login": "LanceGin", - "id": 4312097, - "node_id": "MDQ6VXNlcjQzMTIwOTc=", - "avatar_url": "https://avatars0.githubusercontent.com/u/4312097?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/LanceGin", - "html_url": "https://github.com/LanceGin", - "followers_url": "https://api.github.com/users/LanceGin/followers", - "following_url": "https://api.github.com/users/LanceGin/following{/other_user}", - "gists_url": "https://api.github.com/users/LanceGin/gists{/gist_id}", - "starred_url": "https://api.github.com/users/LanceGin/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/LanceGin/subscriptions", - "organizations_url": "https://api.github.com/users/LanceGin/orgs", - "repos_url": "https://api.github.com/users/LanceGin/repos", - "events_url": "https://api.github.com/users/LanceGin/events{/privacy}", - "received_events_url": "https://api.github.com/users/LanceGin/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 52139698, - "download_count": 609, - "created_at": "2017-10-20T07:35:10Z", - "updated_at": "2017-10-20T07:36:08Z", - "browser_download_url": "https://github.com/LanceGin/QBox/releases/download/v.1.3.0/QBox-1.3.0.dmg" - } - ], - "tarball_url": "https://api.github.com/repos/LanceGin/QBox/tarball/v.1.3.0", - "zipball_url": "https://api.github.com/repos/LanceGin/QBox/zipball/v.1.3.0", - "body_html": "

add tray icon on mac OS X, and forbidden dragging and open a resource with the basic browser event.

" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:43.839Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:29.160Z" }, "qikqr": { "latestRelease": { @@ -81982,7 +81726,7 @@ "content_type": "application/x-iso9660-appimage", "state": "uploaded", "size": 75113788, - "download_count": 168, + "download_count": 169, "created_at": "2020-05-16T14:48:31Z", "updated_at": "2020-05-16T15:01:40Z", "browser_download_url": "https://github.com/deep5050/qikQR/releases/download/v1.0.0/qikqr-1.0.0.AppImage" @@ -82094,7 +81838,263 @@ "zipball_url": "https://api.github.com/repos/deep5050/qikQR/zipball/v1.0.0", "body_html": "

Contains executables for Linux and Windows only.

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:43.898Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:29.194Z" + }, + "qbox": { + "latestRelease": { + "url": "https://api.github.com/repos/LanceGin/QBox/releases/8191469", + "assets_url": "https://api.github.com/repos/LanceGin/QBox/releases/8191469/assets", + "upload_url": "https://uploads.github.com/repos/LanceGin/QBox/releases/8191469/assets{?name,label}", + "html_url": "https://github.com/LanceGin/QBox/releases/tag/v.1.3.0", + "id": 8191469, + "node_id": "MDc6UmVsZWFzZTgxOTE0Njk=", + "tag_name": "v.1.3.0", + "target_commitish": "master", + "name": "Add: Tray icon", + "draft": false, + "author": { + "login": "LanceGin", + "id": 4312097, + "node_id": "MDQ6VXNlcjQzMTIwOTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4312097?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/LanceGin", + "html_url": "https://github.com/LanceGin", + "followers_url": "https://api.github.com/users/LanceGin/followers", + "following_url": "https://api.github.com/users/LanceGin/following{/other_user}", + "gists_url": "https://api.github.com/users/LanceGin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/LanceGin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/LanceGin/subscriptions", + "organizations_url": "https://api.github.com/users/LanceGin/orgs", + "repos_url": "https://api.github.com/users/LanceGin/repos", + "events_url": "https://api.github.com/users/LanceGin/events{/privacy}", + "received_events_url": "https://api.github.com/users/LanceGin/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2017-10-20T03:06:32Z", + "published_at": "2017-10-20T07:34:39Z", + "assets": [ + { + "url": "https://api.github.com/repos/LanceGin/QBox/releases/assets/5117722", + "id": 5117722, + "node_id": "MDEyOlJlbGVhc2VBc3NldDUxMTc3MjI=", + "name": "QBox-1.3.0.dmg", + "label": null, + "uploader": { + "login": "LanceGin", + "id": 4312097, + "node_id": "MDQ6VXNlcjQzMTIwOTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4312097?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/LanceGin", + "html_url": "https://github.com/LanceGin", + "followers_url": "https://api.github.com/users/LanceGin/followers", + "following_url": "https://api.github.com/users/LanceGin/following{/other_user}", + "gists_url": "https://api.github.com/users/LanceGin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/LanceGin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/LanceGin/subscriptions", + "organizations_url": "https://api.github.com/users/LanceGin/orgs", + "repos_url": "https://api.github.com/users/LanceGin/repos", + "events_url": "https://api.github.com/users/LanceGin/events{/privacy}", + "received_events_url": "https://api.github.com/users/LanceGin/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 52139698, + "download_count": 609, + "created_at": "2017-10-20T07:35:10Z", + "updated_at": "2017-10-20T07:36:08Z", + "browser_download_url": "https://github.com/LanceGin/QBox/releases/download/v.1.3.0/QBox-1.3.0.dmg" + } + ], + "tarball_url": "https://api.github.com/repos/LanceGin/QBox/tarball/v.1.3.0", + "zipball_url": "https://api.github.com/repos/LanceGin/QBox/zipball/v.1.3.0", + "body_html": "

add tray icon on mac OS X, and forbidden dragging and open a resource with the basic browser event.

" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:29.202Z" + }, + "puppetry": { + "latestRelease": { + "url": "https://api.github.com/repos/dsheiko/puppetry/releases/29516512", + "assets_url": "https://api.github.com/repos/dsheiko/puppetry/releases/29516512/assets", + "upload_url": "https://uploads.github.com/repos/dsheiko/puppetry/releases/29516512/assets{?name,label}", + "html_url": "https://github.com/dsheiko/puppetry/releases/tag/v3.2.4", + "id": 29516512, + "node_id": "MDc6UmVsZWFzZTI5NTE2NTEy", + "tag_name": "v3.2.4", + "target_commitish": "master", + "name": "Puppetry 3.2.4", + "draft": false, + "author": { + "login": "dsheiko", + "id": 1393963, + "node_id": "MDQ6VXNlcjEzOTM5NjM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1393963?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dsheiko", + "html_url": "https://github.com/dsheiko", + "followers_url": "https://api.github.com/users/dsheiko/followers", + "following_url": "https://api.github.com/users/dsheiko/following{/other_user}", + "gists_url": "https://api.github.com/users/dsheiko/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dsheiko/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dsheiko/subscriptions", + "organizations_url": "https://api.github.com/users/dsheiko/orgs", + "repos_url": "https://api.github.com/users/dsheiko/repos", + "events_url": "https://api.github.com/users/dsheiko/events{/privacy}", + "received_events_url": "https://api.github.com/users/dsheiko/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2020-08-10T14:14:52Z", + "published_at": "2020-08-10T15:05:00Z", + "assets": [ + { + "url": "https://api.github.com/repos/dsheiko/puppetry/releases/assets/23776085", + "id": 23776085, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNzc2MDg1", + "name": "puppetry-linux-v3.2.4-x86_64.AppImage", + "label": null, + "uploader": { + "login": "dsheiko", + "id": 1393963, + "node_id": "MDQ6VXNlcjEzOTM5NjM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1393963?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dsheiko", + "html_url": "https://github.com/dsheiko", + "followers_url": "https://api.github.com/users/dsheiko/followers", + "following_url": "https://api.github.com/users/dsheiko/following{/other_user}", + "gists_url": "https://api.github.com/users/dsheiko/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dsheiko/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dsheiko/subscriptions", + "organizations_url": "https://api.github.com/users/dsheiko/orgs", + "repos_url": "https://api.github.com/users/dsheiko/repos", + "events_url": "https://api.github.com/users/dsheiko/events{/privacy}", + "received_events_url": "https://api.github.com/users/dsheiko/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 156245473, + "download_count": 62, + "created_at": "2020-08-10T15:04:25Z", + "updated_at": "2020-08-10T15:04:51Z", + "browser_download_url": "https://github.com/dsheiko/puppetry/releases/download/v3.2.4/puppetry-linux-v3.2.4-x86_64.AppImage" + }, + { + "url": "https://api.github.com/repos/dsheiko/puppetry/releases/assets/23776777", + "id": 23776777, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNzc2Nzc3", + "name": "puppetry-mac-v3.2.4.dmg", + "label": null, + "uploader": { + "login": "dsheiko", + "id": 1393963, + "node_id": "MDQ6VXNlcjEzOTM5NjM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1393963?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dsheiko", + "html_url": "https://github.com/dsheiko", + "followers_url": "https://api.github.com/users/dsheiko/followers", + "following_url": "https://api.github.com/users/dsheiko/following{/other_user}", + "gists_url": "https://api.github.com/users/dsheiko/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dsheiko/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dsheiko/subscriptions", + "organizations_url": "https://api.github.com/users/dsheiko/orgs", + "repos_url": "https://api.github.com/users/dsheiko/repos", + "events_url": "https://api.github.com/users/dsheiko/events{/privacy}", + "received_events_url": "https://api.github.com/users/dsheiko/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 117439305, + "download_count": 72, + "created_at": "2020-08-10T15:37:43Z", + "updated_at": "2020-08-10T15:41:21Z", + "browser_download_url": "https://github.com/dsheiko/puppetry/releases/download/v3.2.4/puppetry-mac-v3.2.4.dmg" + }, + { + "url": "https://api.github.com/repos/dsheiko/puppetry/releases/assets/23776783", + "id": 23776783, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNzc2Nzgz", + "name": "puppetry-mac-v3.2.4.zip", + "label": null, + "uploader": { + "login": "dsheiko", + "id": 1393963, + "node_id": "MDQ6VXNlcjEzOTM5NjM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1393963?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dsheiko", + "html_url": "https://github.com/dsheiko", + "followers_url": "https://api.github.com/users/dsheiko/followers", + "following_url": "https://api.github.com/users/dsheiko/following{/other_user}", + "gists_url": "https://api.github.com/users/dsheiko/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dsheiko/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dsheiko/subscriptions", + "organizations_url": "https://api.github.com/users/dsheiko/orgs", + "repos_url": "https://api.github.com/users/dsheiko/repos", + "events_url": "https://api.github.com/users/dsheiko/events{/privacy}", + "received_events_url": "https://api.github.com/users/dsheiko/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 113684766, + "download_count": 82, + "created_at": "2020-08-10T15:37:50Z", + "updated_at": "2020-08-10T15:40:59Z", + "browser_download_url": "https://github.com/dsheiko/puppetry/releases/download/v3.2.4/puppetry-mac-v3.2.4.zip" + }, + { + "url": "https://api.github.com/repos/dsheiko/puppetry/releases/assets/23776082", + "id": 23776082, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNzc2MDgy", + "name": "puppetrySetup-win-v3.2.4.exe", + "label": null, + "uploader": { + "login": "dsheiko", + "id": 1393963, + "node_id": "MDQ6VXNlcjEzOTM5NjM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1393963?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dsheiko", + "html_url": "https://github.com/dsheiko", + "followers_url": "https://api.github.com/users/dsheiko/followers", + "following_url": "https://api.github.com/users/dsheiko/following{/other_user}", + "gists_url": "https://api.github.com/users/dsheiko/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dsheiko/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dsheiko/subscriptions", + "organizations_url": "https://api.github.com/users/dsheiko/orgs", + "repos_url": "https://api.github.com/users/dsheiko/repos", + "events_url": "https://api.github.com/users/dsheiko/events{/privacy}", + "received_events_url": "https://api.github.com/users/dsheiko/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-msdownload", + "state": "uploaded", + "size": 102539283, + "download_count": 140, + "created_at": "2020-08-10T15:04:13Z", + "updated_at": "2020-08-10T15:04:25Z", + "browser_download_url": "https://github.com/dsheiko/puppetry/releases/download/v3.2.4/puppetrySetup-win-v3.2.4.exe" + } + ], + "tarball_url": "https://api.github.com/repos/dsheiko/puppetry/tarball/v3.2.4", + "zipball_url": "https://api.github.com/repos/dsheiko/puppetry/zipball/v3.2.4", + "body_html": "

Bug fixes

\n" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:29.211Z" }, "quail": { "latestRelease": { @@ -82545,7 +82545,152 @@ "zipball_url": "https://api.github.com/repos/1000ch/quail/zipball/v2.0.0", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:44.016Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:29.283Z" + }, + "qubus": { + "latestRelease": { + "url": "https://api.github.com/repos/qubus-ai/qubus/releases/26508460", + "assets_url": "https://api.github.com/repos/qubus-ai/qubus/releases/26508460/assets", + "upload_url": "https://uploads.github.com/repos/qubus-ai/qubus/releases/26508460/assets{?name,label}", + "html_url": "https://github.com/qubus-ai/qubus/releases/tag/1.0.1", + "id": 26508460, + "node_id": "MDc6UmVsZWFzZTI2NTA4NDYw", + "tag_name": "1.0.1", + "target_commitish": "175f151acae63d3a41421d46f289e13f21644e0d", + "name": "map as main view", + "draft": false, + "author": { + "login": "qubus-ai", + "id": 51680596, + "node_id": "MDQ6VXNlcjUxNjgwNTk2", + "avatar_url": "https://avatars0.githubusercontent.com/u/51680596?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/qubus-ai", + "html_url": "https://github.com/qubus-ai", + "followers_url": "https://api.github.com/users/qubus-ai/followers", + "following_url": "https://api.github.com/users/qubus-ai/following{/other_user}", + "gists_url": "https://api.github.com/users/qubus-ai/gists{/gist_id}", + "starred_url": "https://api.github.com/users/qubus-ai/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/qubus-ai/subscriptions", + "organizations_url": "https://api.github.com/users/qubus-ai/orgs", + "repos_url": "https://api.github.com/users/qubus-ai/repos", + "events_url": "https://api.github.com/users/qubus-ai/events{/privacy}", + "received_events_url": "https://api.github.com/users/qubus-ai/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2020-05-14T11:47:01Z", + "published_at": "2020-05-14T12:14:58Z", + "assets": [ + { + "url": "https://api.github.com/repos/qubus-ai/qubus/releases/assets/20728446", + "id": 20728446, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNzI4NDQ2", + "name": "qubus-darwin-x64.zip", + "label": "", + "uploader": { + "login": "qubus-ai", + "id": 51680596, + "node_id": "MDQ6VXNlcjUxNjgwNTk2", + "avatar_url": "https://avatars0.githubusercontent.com/u/51680596?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/qubus-ai", + "html_url": "https://github.com/qubus-ai", + "followers_url": "https://api.github.com/users/qubus-ai/followers", + "following_url": "https://api.github.com/users/qubus-ai/following{/other_user}", + "gists_url": "https://api.github.com/users/qubus-ai/gists{/gist_id}", + "starred_url": "https://api.github.com/users/qubus-ai/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/qubus-ai/subscriptions", + "organizations_url": "https://api.github.com/users/qubus-ai/orgs", + "repos_url": "https://api.github.com/users/qubus-ai/repos", + "events_url": "https://api.github.com/users/qubus-ai/events{/privacy}", + "received_events_url": "https://api.github.com/users/qubus-ai/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 218622229, + "download_count": 25, + "created_at": "2020-05-14T12:22:42Z", + "updated_at": "2020-05-14T12:22:49Z", + "browser_download_url": "https://github.com/qubus-ai/qubus/releases/download/1.0.1/qubus-darwin-x64.zip" + }, + { + "url": "https://api.github.com/repos/qubus-ai/qubus/releases/assets/20728370", + "id": 20728370, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNzI4Mzcw", + "name": "qubus-linux-x64.tar.gz", + "label": "", + "uploader": { + "login": "qubus-ai", + "id": 51680596, + "node_id": "MDQ6VXNlcjUxNjgwNTk2", + "avatar_url": "https://avatars0.githubusercontent.com/u/51680596?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/qubus-ai", + "html_url": "https://github.com/qubus-ai", + "followers_url": "https://api.github.com/users/qubus-ai/followers", + "following_url": "https://api.github.com/users/qubus-ai/following{/other_user}", + "gists_url": "https://api.github.com/users/qubus-ai/gists{/gist_id}", + "starred_url": "https://api.github.com/users/qubus-ai/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/qubus-ai/subscriptions", + "organizations_url": "https://api.github.com/users/qubus-ai/orgs", + "repos_url": "https://api.github.com/users/qubus-ai/repos", + "events_url": "https://api.github.com/users/qubus-ai/events{/privacy}", + "received_events_url": "https://api.github.com/users/qubus-ai/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 104727243, + "download_count": 21, + "created_at": "2020-05-14T12:18:33Z", + "updated_at": "2020-05-14T12:18:35Z", + "browser_download_url": "https://github.com/qubus-ai/qubus/releases/download/1.0.1/qubus-linux-x64.tar.gz" + }, + { + "url": "https://api.github.com/repos/qubus-ai/qubus/releases/assets/20728389", + "id": 20728389, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNzI4Mzg5", + "name": "qubus-win32-x64.zip", + "label": "", + "uploader": { + "login": "qubus-ai", + "id": 51680596, + "node_id": "MDQ6VXNlcjUxNjgwNTk2", + "avatar_url": "https://avatars0.githubusercontent.com/u/51680596?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/qubus-ai", + "html_url": "https://github.com/qubus-ai", + "followers_url": "https://api.github.com/users/qubus-ai/followers", + "following_url": "https://api.github.com/users/qubus-ai/following{/other_user}", + "gists_url": "https://api.github.com/users/qubus-ai/gists{/gist_id}", + "starred_url": "https://api.github.com/users/qubus-ai/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/qubus-ai/subscriptions", + "organizations_url": "https://api.github.com/users/qubus-ai/orgs", + "repos_url": "https://api.github.com/users/qubus-ai/repos", + "events_url": "https://api.github.com/users/qubus-ai/events{/privacy}", + "received_events_url": "https://api.github.com/users/qubus-ai/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 116267367, + "download_count": 45, + "created_at": "2020-05-14T12:20:00Z", + "updated_at": "2020-05-14T12:20:12Z", + "browser_download_url": "https://github.com/qubus-ai/qubus/releases/download/1.0.1/qubus-win32-x64.zip" + } + ], + "tarball_url": "https://api.github.com/repos/qubus-ai/qubus/tarball/1.0.1", + "zipball_url": "https://api.github.com/repos/qubus-ai/qubus/zipball/1.0.1", + "body_html": "" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:29.299Z" }, "quark": { "latestRelease": { @@ -83064,152 +83209,7 @@ "zipball_url": "https://api.github.com/repos/Nishkalkashyap/Quark-electron/zipball/v0.6.2", "body_html": "

Minor Changes:

\n\n

Bug fixes:

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:44.207Z" - }, - "qubus": { - "latestRelease": { - "url": "https://api.github.com/repos/qubus-ai/qubus/releases/26508460", - "assets_url": "https://api.github.com/repos/qubus-ai/qubus/releases/26508460/assets", - "upload_url": "https://uploads.github.com/repos/qubus-ai/qubus/releases/26508460/assets{?name,label}", - "html_url": "https://github.com/qubus-ai/qubus/releases/tag/1.0.1", - "id": 26508460, - "node_id": "MDc6UmVsZWFzZTI2NTA4NDYw", - "tag_name": "1.0.1", - "target_commitish": "175f151acae63d3a41421d46f289e13f21644e0d", - "name": "map as main view", - "draft": false, - "author": { - "login": "qubus-ai", - "id": 51680596, - "node_id": "MDQ6VXNlcjUxNjgwNTk2", - "avatar_url": "https://avatars0.githubusercontent.com/u/51680596?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/qubus-ai", - "html_url": "https://github.com/qubus-ai", - "followers_url": "https://api.github.com/users/qubus-ai/followers", - "following_url": "https://api.github.com/users/qubus-ai/following{/other_user}", - "gists_url": "https://api.github.com/users/qubus-ai/gists{/gist_id}", - "starred_url": "https://api.github.com/users/qubus-ai/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/qubus-ai/subscriptions", - "organizations_url": "https://api.github.com/users/qubus-ai/orgs", - "repos_url": "https://api.github.com/users/qubus-ai/repos", - "events_url": "https://api.github.com/users/qubus-ai/events{/privacy}", - "received_events_url": "https://api.github.com/users/qubus-ai/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2020-05-14T11:47:01Z", - "published_at": "2020-05-14T12:14:58Z", - "assets": [ - { - "url": "https://api.github.com/repos/qubus-ai/qubus/releases/assets/20728446", - "id": 20728446, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNzI4NDQ2", - "name": "qubus-darwin-x64.zip", - "label": "", - "uploader": { - "login": "qubus-ai", - "id": 51680596, - "node_id": "MDQ6VXNlcjUxNjgwNTk2", - "avatar_url": "https://avatars0.githubusercontent.com/u/51680596?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/qubus-ai", - "html_url": "https://github.com/qubus-ai", - "followers_url": "https://api.github.com/users/qubus-ai/followers", - "following_url": "https://api.github.com/users/qubus-ai/following{/other_user}", - "gists_url": "https://api.github.com/users/qubus-ai/gists{/gist_id}", - "starred_url": "https://api.github.com/users/qubus-ai/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/qubus-ai/subscriptions", - "organizations_url": "https://api.github.com/users/qubus-ai/orgs", - "repos_url": "https://api.github.com/users/qubus-ai/repos", - "events_url": "https://api.github.com/users/qubus-ai/events{/privacy}", - "received_events_url": "https://api.github.com/users/qubus-ai/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 218622229, - "download_count": 25, - "created_at": "2020-05-14T12:22:42Z", - "updated_at": "2020-05-14T12:22:49Z", - "browser_download_url": "https://github.com/qubus-ai/qubus/releases/download/1.0.1/qubus-darwin-x64.zip" - }, - { - "url": "https://api.github.com/repos/qubus-ai/qubus/releases/assets/20728370", - "id": 20728370, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNzI4Mzcw", - "name": "qubus-linux-x64.tar.gz", - "label": "", - "uploader": { - "login": "qubus-ai", - "id": 51680596, - "node_id": "MDQ6VXNlcjUxNjgwNTk2", - "avatar_url": "https://avatars0.githubusercontent.com/u/51680596?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/qubus-ai", - "html_url": "https://github.com/qubus-ai", - "followers_url": "https://api.github.com/users/qubus-ai/followers", - "following_url": "https://api.github.com/users/qubus-ai/following{/other_user}", - "gists_url": "https://api.github.com/users/qubus-ai/gists{/gist_id}", - "starred_url": "https://api.github.com/users/qubus-ai/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/qubus-ai/subscriptions", - "organizations_url": "https://api.github.com/users/qubus-ai/orgs", - "repos_url": "https://api.github.com/users/qubus-ai/repos", - "events_url": "https://api.github.com/users/qubus-ai/events{/privacy}", - "received_events_url": "https://api.github.com/users/qubus-ai/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 104727243, - "download_count": 21, - "created_at": "2020-05-14T12:18:33Z", - "updated_at": "2020-05-14T12:18:35Z", - "browser_download_url": "https://github.com/qubus-ai/qubus/releases/download/1.0.1/qubus-linux-x64.tar.gz" - }, - { - "url": "https://api.github.com/repos/qubus-ai/qubus/releases/assets/20728389", - "id": 20728389, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNzI4Mzg5", - "name": "qubus-win32-x64.zip", - "label": "", - "uploader": { - "login": "qubus-ai", - "id": 51680596, - "node_id": "MDQ6VXNlcjUxNjgwNTk2", - "avatar_url": "https://avatars0.githubusercontent.com/u/51680596?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/qubus-ai", - "html_url": "https://github.com/qubus-ai", - "followers_url": "https://api.github.com/users/qubus-ai/followers", - "following_url": "https://api.github.com/users/qubus-ai/following{/other_user}", - "gists_url": "https://api.github.com/users/qubus-ai/gists{/gist_id}", - "starred_url": "https://api.github.com/users/qubus-ai/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/qubus-ai/subscriptions", - "organizations_url": "https://api.github.com/users/qubus-ai/orgs", - "repos_url": "https://api.github.com/users/qubus-ai/repos", - "events_url": "https://api.github.com/users/qubus-ai/events{/privacy}", - "received_events_url": "https://api.github.com/users/qubus-ai/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 116267367, - "download_count": 45, - "created_at": "2020-05-14T12:20:00Z", - "updated_at": "2020-05-14T12:20:12Z", - "browser_download_url": "https://github.com/qubus-ai/qubus/releases/download/1.0.1/qubus-win32-x64.zip" - } - ], - "tarball_url": "https://api.github.com/repos/qubus-ai/qubus/tarball/1.0.1", - "zipball_url": "https://api.github.com/repos/qubus-ai/qubus/zipball/1.0.1", - "body_html": "" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:44.225Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:29.299Z" }, "qmui-web": { "latestRelease": { @@ -83320,118 +83320,7 @@ "zipball_url": "https://api.github.com/repos/Tencent/QMUI_Web_Desktop/zipball/2.0.0", "body_html": "

本次更新

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:44.229Z" - }, - "quickcalc": { - "latestRelease": { - "url": "https://api.github.com/repos/Cwoodall6/quickcalc/releases/4462851", - "assets_url": "https://api.github.com/repos/Cwoodall6/quickcalc/releases/4462851/assets", - "upload_url": "https://uploads.github.com/repos/Cwoodall6/quickcalc/releases/4462851/assets{?name,label}", - "html_url": "https://github.com/Cwoodall6/quickcalc/releases/tag/v1.1.0", - "id": 4462851, - "node_id": "MDc6UmVsZWFzZTQ0NjI4NTE=", - "tag_name": "v1.1.0", - "target_commitish": "master", - "name": "quickcalc_v1.1.0", - "draft": false, - "author": { - "login": "Cwoodall6", - "id": 8728281, - "node_id": "MDQ6VXNlcjg3MjgyODE=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8728281?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Cwoodall6", - "html_url": "https://github.com/Cwoodall6", - "followers_url": "https://api.github.com/users/Cwoodall6/followers", - "following_url": "https://api.github.com/users/Cwoodall6/following{/other_user}", - "gists_url": "https://api.github.com/users/Cwoodall6/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Cwoodall6/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Cwoodall6/subscriptions", - "organizations_url": "https://api.github.com/users/Cwoodall6/orgs", - "repos_url": "https://api.github.com/users/Cwoodall6/repos", - "events_url": "https://api.github.com/users/Cwoodall6/events{/privacy}", - "received_events_url": "https://api.github.com/users/Cwoodall6/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2016-10-24T04:25:41Z", - "published_at": "2016-10-24T04:35:56Z", - "assets": [ - { - "url": "https://api.github.com/repos/Cwoodall6/quickcalc/releases/assets/2658194", - "id": 2658194, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI2NTgxOTQ=", - "name": "quickcalc-win32-ia32.zip", - "label": null, - "uploader": { - "login": "Cwoodall6", - "id": 8728281, - "node_id": "MDQ6VXNlcjg3MjgyODE=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8728281?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Cwoodall6", - "html_url": "https://github.com/Cwoodall6", - "followers_url": "https://api.github.com/users/Cwoodall6/followers", - "following_url": "https://api.github.com/users/Cwoodall6/following{/other_user}", - "gists_url": "https://api.github.com/users/Cwoodall6/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Cwoodall6/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Cwoodall6/subscriptions", - "organizations_url": "https://api.github.com/users/Cwoodall6/orgs", - "repos_url": "https://api.github.com/users/Cwoodall6/repos", - "events_url": "https://api.github.com/users/Cwoodall6/events{/privacy}", - "received_events_url": "https://api.github.com/users/Cwoodall6/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-zip-compressed", - "state": "uploaded", - "size": 48164200, - "download_count": 474, - "created_at": "2016-11-17T03:13:00Z", - "updated_at": "2016-11-17T03:13:17Z", - "browser_download_url": "https://github.com/Cwoodall6/quickcalc/releases/download/v1.1.0/quickcalc-win32-ia32.zip" - }, - { - "url": "https://api.github.com/repos/Cwoodall6/quickcalc/releases/assets/2524126", - "id": 2524126, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI1MjQxMjY=", - "name": "quickcalc.app.zip", - "label": null, - "uploader": { - "login": "Cwoodall6", - "id": 8728281, - "node_id": "MDQ6VXNlcjg3MjgyODE=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8728281?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Cwoodall6", - "html_url": "https://github.com/Cwoodall6", - "followers_url": "https://api.github.com/users/Cwoodall6/followers", - "following_url": "https://api.github.com/users/Cwoodall6/following{/other_user}", - "gists_url": "https://api.github.com/users/Cwoodall6/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Cwoodall6/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Cwoodall6/subscriptions", - "organizations_url": "https://api.github.com/users/Cwoodall6/orgs", - "repos_url": "https://api.github.com/users/Cwoodall6/repos", - "events_url": "https://api.github.com/users/Cwoodall6/events{/privacy}", - "received_events_url": "https://api.github.com/users/Cwoodall6/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 47320583, - "download_count": 243, - "created_at": "2016-10-24T20:05:07Z", - "updated_at": "2016-10-24T20:05:39Z", - "browser_download_url": "https://github.com/Cwoodall6/quickcalc/releases/download/v1.1.0/quickcalc.app.zip" - } - ], - "tarball_url": "https://api.github.com/repos/Cwoodall6/quickcalc/tarball/v1.1.0", - "zipball_url": "https://api.github.com/repos/Cwoodall6/quickcalc/zipball/v1.1.0", - "body_html": "

#HUGE UPDATE:

\n" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:44.417Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:29.334Z" }, "quickredis": { "latestRelease": { @@ -83498,7 +83387,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 70234920, - "download_count": 172, + "download_count": 174, "created_at": "2020-08-17T02:49:40Z", "updated_at": "2020-08-17T02:53:03Z", "browser_download_url": "https://github.com/quick123official/quick_redis_blog/releases/download/v2.0.1/QuickRedis-2.0.1-linux-x86_64.AppImage" @@ -83532,7 +83421,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 77828298, - "download_count": 733, + "download_count": 734, "created_at": "2020-08-17T02:42:21Z", "updated_at": "2020-08-17T02:46:22Z", "browser_download_url": "https://github.com/quick123official/quick_redis_blog/releases/download/v2.0.1/QuickRedis-2.0.1-mac.dmg" @@ -83566,7 +83455,7 @@ "content_type": "application/x-msdownload", "state": "uploaded", "size": 59311295, - "download_count": 2062, + "download_count": 2065, "created_at": "2020-08-17T02:39:20Z", "updated_at": "2020-08-17T02:42:12Z", "browser_download_url": "https://github.com/quick123official/quick_redis_blog/releases/download/v2.0.1/QuickRedis-2.0.1-win.exe" @@ -83576,49 +83465,7 @@ "zipball_url": "https://api.github.com/repos/quick123official/quick_redis_blog/zipball/v2.0.1", "body_html": "

v2.0.1 Change Log

\n

Search bug
\nfix some ui bug

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:44.545Z" - }, - "r2e-todoworks": { - "latestRelease": { - "url": "https://api.github.com/repos/tuantvk/r2e-todoworks/releases/21607924", - "assets_url": "https://api.github.com/repos/tuantvk/r2e-todoworks/releases/21607924/assets", - "upload_url": "https://uploads.github.com/repos/tuantvk/r2e-todoworks/releases/21607924/assets{?name,label}", - "html_url": "https://github.com/tuantvk/r2e-todoworks/releases/tag/v0.0.4", - "id": 21607924, - "node_id": "MDc6UmVsZWFzZTIxNjA3OTI0", - "tag_name": "v0.0.4", - "target_commitish": "master", - "name": "0.0.4", - "draft": false, - "author": { - "login": "tuantvk", - "id": 30563960, - "node_id": "MDQ6VXNlcjMwNTYzOTYw", - "avatar_url": "https://avatars3.githubusercontent.com/u/30563960?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/tuantvk", - "html_url": "https://github.com/tuantvk", - "followers_url": "https://api.github.com/users/tuantvk/followers", - "following_url": "https://api.github.com/users/tuantvk/following{/other_user}", - "gists_url": "https://api.github.com/users/tuantvk/gists{/gist_id}", - "starred_url": "https://api.github.com/users/tuantvk/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/tuantvk/subscriptions", - "organizations_url": "https://api.github.com/users/tuantvk/orgs", - "repos_url": "https://api.github.com/users/tuantvk/repos", - "events_url": "https://api.github.com/users/tuantvk/events{/privacy}", - "received_events_url": "https://api.github.com/users/tuantvk/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2019-11-20T04:21:17Z", - "published_at": "2019-11-20T04:24:07Z", - "assets": [], - "tarball_url": "https://api.github.com/repos/tuantvk/r2e-todoworks/tarball/v0.0.4", - "zipball_url": "https://api.github.com/repos/tuantvk/r2e-todoworks/zipball/v0.0.4", - "body_html": "" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:44.592Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:29.374Z" }, "quickwords": { "latestRelease": { @@ -83685,7 +83532,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 55898603, - "download_count": 559, + "download_count": 560, "created_at": "2019-01-10T16:55:00Z", "updated_at": "2019-01-10T16:55:27Z", "browser_download_url": "https://github.com/quickwords/quickwords/releases/download/v0.1.2/Quickwords-Mac.dmg" @@ -83729,7 +83576,160 @@ "zipball_url": "https://api.github.com/repos/quickwords/quickwords/zipball/v0.1.2", "body_html": "

New features:

\n\n

Fixes:

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:44.600Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:29.384Z" + }, + "r2e-todoworks": { + "latestRelease": { + "url": "https://api.github.com/repos/tuantvk/r2e-todoworks/releases/21607924", + "assets_url": "https://api.github.com/repos/tuantvk/r2e-todoworks/releases/21607924/assets", + "upload_url": "https://uploads.github.com/repos/tuantvk/r2e-todoworks/releases/21607924/assets{?name,label}", + "html_url": "https://github.com/tuantvk/r2e-todoworks/releases/tag/v0.0.4", + "id": 21607924, + "node_id": "MDc6UmVsZWFzZTIxNjA3OTI0", + "tag_name": "v0.0.4", + "target_commitish": "master", + "name": "0.0.4", + "draft": false, + "author": { + "login": "tuantvk", + "id": 30563960, + "node_id": "MDQ6VXNlcjMwNTYzOTYw", + "avatar_url": "https://avatars3.githubusercontent.com/u/30563960?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tuantvk", + "html_url": "https://github.com/tuantvk", + "followers_url": "https://api.github.com/users/tuantvk/followers", + "following_url": "https://api.github.com/users/tuantvk/following{/other_user}", + "gists_url": "https://api.github.com/users/tuantvk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tuantvk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tuantvk/subscriptions", + "organizations_url": "https://api.github.com/users/tuantvk/orgs", + "repos_url": "https://api.github.com/users/tuantvk/repos", + "events_url": "https://api.github.com/users/tuantvk/events{/privacy}", + "received_events_url": "https://api.github.com/users/tuantvk/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2019-11-20T04:21:17Z", + "published_at": "2019-11-20T04:24:07Z", + "assets": [], + "tarball_url": "https://api.github.com/repos/tuantvk/r2e-todoworks/tarball/v0.0.4", + "zipball_url": "https://api.github.com/repos/tuantvk/r2e-todoworks/zipball/v0.0.4", + "body_html": "" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:29.419Z" + }, + "quickcalc": { + "latestRelease": { + "url": "https://api.github.com/repos/Cwoodall6/quickcalc/releases/4462851", + "assets_url": "https://api.github.com/repos/Cwoodall6/quickcalc/releases/4462851/assets", + "upload_url": "https://uploads.github.com/repos/Cwoodall6/quickcalc/releases/4462851/assets{?name,label}", + "html_url": "https://github.com/Cwoodall6/quickcalc/releases/tag/v1.1.0", + "id": 4462851, + "node_id": "MDc6UmVsZWFzZTQ0NjI4NTE=", + "tag_name": "v1.1.0", + "target_commitish": "master", + "name": "quickcalc_v1.1.0", + "draft": false, + "author": { + "login": "Cwoodall6", + "id": 8728281, + "node_id": "MDQ6VXNlcjg3MjgyODE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8728281?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Cwoodall6", + "html_url": "https://github.com/Cwoodall6", + "followers_url": "https://api.github.com/users/Cwoodall6/followers", + "following_url": "https://api.github.com/users/Cwoodall6/following{/other_user}", + "gists_url": "https://api.github.com/users/Cwoodall6/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Cwoodall6/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Cwoodall6/subscriptions", + "organizations_url": "https://api.github.com/users/Cwoodall6/orgs", + "repos_url": "https://api.github.com/users/Cwoodall6/repos", + "events_url": "https://api.github.com/users/Cwoodall6/events{/privacy}", + "received_events_url": "https://api.github.com/users/Cwoodall6/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2016-10-24T04:25:41Z", + "published_at": "2016-10-24T04:35:56Z", + "assets": [ + { + "url": "https://api.github.com/repos/Cwoodall6/quickcalc/releases/assets/2658194", + "id": 2658194, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI2NTgxOTQ=", + "name": "quickcalc-win32-ia32.zip", + "label": null, + "uploader": { + "login": "Cwoodall6", + "id": 8728281, + "node_id": "MDQ6VXNlcjg3MjgyODE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8728281?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Cwoodall6", + "html_url": "https://github.com/Cwoodall6", + "followers_url": "https://api.github.com/users/Cwoodall6/followers", + "following_url": "https://api.github.com/users/Cwoodall6/following{/other_user}", + "gists_url": "https://api.github.com/users/Cwoodall6/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Cwoodall6/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Cwoodall6/subscriptions", + "organizations_url": "https://api.github.com/users/Cwoodall6/orgs", + "repos_url": "https://api.github.com/users/Cwoodall6/repos", + "events_url": "https://api.github.com/users/Cwoodall6/events{/privacy}", + "received_events_url": "https://api.github.com/users/Cwoodall6/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-zip-compressed", + "state": "uploaded", + "size": 48164200, + "download_count": 474, + "created_at": "2016-11-17T03:13:00Z", + "updated_at": "2016-11-17T03:13:17Z", + "browser_download_url": "https://github.com/Cwoodall6/quickcalc/releases/download/v1.1.0/quickcalc-win32-ia32.zip" + }, + { + "url": "https://api.github.com/repos/Cwoodall6/quickcalc/releases/assets/2524126", + "id": 2524126, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI1MjQxMjY=", + "name": "quickcalc.app.zip", + "label": null, + "uploader": { + "login": "Cwoodall6", + "id": 8728281, + "node_id": "MDQ6VXNlcjg3MjgyODE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8728281?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Cwoodall6", + "html_url": "https://github.com/Cwoodall6", + "followers_url": "https://api.github.com/users/Cwoodall6/followers", + "following_url": "https://api.github.com/users/Cwoodall6/following{/other_user}", + "gists_url": "https://api.github.com/users/Cwoodall6/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Cwoodall6/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Cwoodall6/subscriptions", + "organizations_url": "https://api.github.com/users/Cwoodall6/orgs", + "repos_url": "https://api.github.com/users/Cwoodall6/repos", + "events_url": "https://api.github.com/users/Cwoodall6/events{/privacy}", + "received_events_url": "https://api.github.com/users/Cwoodall6/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 47320583, + "download_count": 243, + "created_at": "2016-10-24T20:05:07Z", + "updated_at": "2016-10-24T20:05:39Z", + "browser_download_url": "https://github.com/Cwoodall6/quickcalc/releases/download/v1.1.0/quickcalc.app.zip" + } + ], + "tarball_url": "https://api.github.com/repos/Cwoodall6/quickcalc/tarball/v1.1.0", + "zipball_url": "https://api.github.com/repos/Cwoodall6/quickcalc/zipball/v1.1.0", + "body_html": "

#HUGE UPDATE:

\n" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:29.434Z" }, "r6rc": { "latestRelease": { @@ -83874,7 +83874,7 @@ "zipball_url": "https://api.github.com/repos/AustinLeath/r6rc/zipball/v0.4.6", "body_html": "

VERSION 0.4.6 CHANGE NOTES

\n

CHANGES

\n\n

COMING SOON

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:44.792Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:29.459Z" }, "raider-for-instagram": { "latestRelease": { @@ -83975,7 +83975,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 51411362, - "download_count": 1208, + "download_count": 1216, "created_at": "2020-07-22T22:55:23Z", "updated_at": "2020-07-22T23:04:39Z", "browser_download_url": "https://github.com/AssetKid/raider-release/releases/download/v1.5.3/Raider.Setup.1.5.3.exe" @@ -83985,7 +83985,11 @@ "zipball_url": "https://api.github.com/repos/AssetKid/raider-release/zipball/v1.5.3", "body_html": "

\"GitHub

\n

Bug Fixes

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:44.900Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:29.465Z" + }, + "ratemymovie": { + "latestRelease": null, + "latestReleaseFetchedAt": "2020-09-18T00:10:29.518Z" }, "ramme": { "latestRelease": { @@ -84052,7 +84056,7 @@ "content_type": "application/json", "state": "uploaded", "size": 160, - "download_count": 3618, + "download_count": 3619, "created_at": "2018-07-02T10:06:38Z", "updated_at": "2018-07-02T10:06:38Z", "browser_download_url": "https://github.com/terkelg/ramme/releases/download/v3.2.5/latest-mac.json" @@ -84222,7 +84226,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 51394963, - "download_count": 9187, + "download_count": 9189, "created_at": "2018-07-02T10:06:38Z", "updated_at": "2018-07-02T10:07:07Z", "browser_download_url": "https://github.com/terkelg/ramme/releases/download/v3.2.5/Ramme-3.2.5-mac.zip" @@ -84256,7 +84260,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 53698601, - "download_count": 7806, + "download_count": 7811, "created_at": "2018-07-02T10:06:52Z", "updated_at": "2018-07-02T10:07:18Z", "browser_download_url": "https://github.com/terkelg/ramme/releases/download/v3.2.5/Ramme-3.2.5.dmg" @@ -84392,7 +84396,7 @@ "content_type": "application/gzip", "state": "uploaded", "size": 49712447, - "download_count": 5567, + "download_count": 5570, "created_at": "2018-07-02T10:08:49Z", "updated_at": "2018-07-02T10:09:00Z", "browser_download_url": "https://github.com/terkelg/ramme/releases/download/v3.2.5/Ramme-3.2.5.tar.gz" @@ -84426,7 +84430,7 @@ "content_type": "application/x-redhat-package-manager", "state": "uploaded", "size": 36825731, - "download_count": 7180, + "download_count": 7183, "created_at": "2018-07-02T10:13:12Z", "updated_at": "2018-07-02T10:13:15Z", "browser_download_url": "https://github.com/terkelg/ramme/releases/download/v3.2.5/Ramme-3.2.5.x86_64.rpm" @@ -84438,765 +84442,1098 @@ "name": "Ramme-Setup-3.2.5.exe", "label": "", "uploader": { - "login": "terkelg", - "id": 2302254, - "node_id": "MDQ6VXNlcjIzMDIyNTQ=", - "avatar_url": "https://avatars2.githubusercontent.com/u/2302254?v=4", + "login": "terkelg", + "id": 2302254, + "node_id": "MDQ6VXNlcjIzMDIyNTQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2302254?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/terkelg", + "html_url": "https://github.com/terkelg", + "followers_url": "https://api.github.com/users/terkelg/followers", + "following_url": "https://api.github.com/users/terkelg/following{/other_user}", + "gists_url": "https://api.github.com/users/terkelg/gists{/gist_id}", + "starred_url": "https://api.github.com/users/terkelg/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/terkelg/subscriptions", + "organizations_url": "https://api.github.com/users/terkelg/orgs", + "repos_url": "https://api.github.com/users/terkelg/repos", + "events_url": "https://api.github.com/users/terkelg/events{/privacy}", + "received_events_url": "https://api.github.com/users/terkelg/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 69879594, + "download_count": 224381, + "created_at": "2018-07-02T10:28:50Z", + "updated_at": "2018-07-02T10:29:33Z", + "browser_download_url": "https://github.com/terkelg/ramme/releases/download/v3.2.5/Ramme-Setup-3.2.5.exe" + }, + { + "url": "https://api.github.com/repos/terkelg/ramme/releases/assets/7733902", + "id": 7733902, + "node_id": "MDEyOlJlbGVhc2VBc3NldDc3MzM5MDI=", + "name": "Ramme-Setup-3.2.5.exe.blockmap", + "label": "", + "uploader": { + "login": "terkelg", + "id": 2302254, + "node_id": "MDQ6VXNlcjIzMDIyNTQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2302254?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/terkelg", + "html_url": "https://github.com/terkelg", + "followers_url": "https://api.github.com/users/terkelg/followers", + "following_url": "https://api.github.com/users/terkelg/following{/other_user}", + "gists_url": "https://api.github.com/users/terkelg/gists{/gist_id}", + "starred_url": "https://api.github.com/users/terkelg/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/terkelg/subscriptions", + "organizations_url": "https://api.github.com/users/terkelg/orgs", + "repos_url": "https://api.github.com/users/terkelg/repos", + "events_url": "https://api.github.com/users/terkelg/events{/privacy}", + "received_events_url": "https://api.github.com/users/terkelg/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 73875, + "download_count": 7182, + "created_at": "2018-07-02T10:28:50Z", + "updated_at": "2018-07-02T10:28:50Z", + "browser_download_url": "https://github.com/terkelg/ramme/releases/download/v3.2.5/Ramme-Setup-3.2.5.exe.blockmap" + }, + { + "url": "https://api.github.com/repos/terkelg/ramme/releases/assets/7733680", + "id": 7733680, + "node_id": "MDEyOlJlbGVhc2VBc3NldDc3MzM2ODA=", + "name": "Ramme_3.2.5_amd64.deb", + "label": "", + "uploader": { + "login": "terkelg", + "id": 2302254, + "node_id": "MDQ6VXNlcjIzMDIyNTQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2302254?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/terkelg", + "html_url": "https://github.com/terkelg", + "followers_url": "https://api.github.com/users/terkelg/followers", + "following_url": "https://api.github.com/users/terkelg/following{/other_user}", + "gists_url": "https://api.github.com/users/terkelg/gists{/gist_id}", + "starred_url": "https://api.github.com/users/terkelg/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/terkelg/subscriptions", + "organizations_url": "https://api.github.com/users/terkelg/orgs", + "repos_url": "https://api.github.com/users/terkelg/repos", + "events_url": "https://api.github.com/users/terkelg/events{/privacy}", + "received_events_url": "https://api.github.com/users/terkelg/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 36769266, + "download_count": 54596, + "created_at": "2018-07-02T10:10:56Z", + "updated_at": "2018-07-02T10:10:57Z", + "browser_download_url": "https://github.com/terkelg/ramme/releases/download/v3.2.5/Ramme_3.2.5_amd64.deb" + }, + { + "url": "https://api.github.com/repos/terkelg/ramme/releases/assets/7733682", + "id": 7733682, + "node_id": "MDEyOlJlbGVhc2VBc3NldDc3MzM2ODI=", + "name": "Ramme_3.2.5_i386.deb", + "label": "", + "uploader": { + "login": "terkelg", + "id": 2302254, + "node_id": "MDQ6VXNlcjIzMDIyNTQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2302254?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/terkelg", + "html_url": "https://github.com/terkelg", + "followers_url": "https://api.github.com/users/terkelg/followers", + "following_url": "https://api.github.com/users/terkelg/following{/other_user}", + "gists_url": "https://api.github.com/users/terkelg/gists{/gist_id}", + "starred_url": "https://api.github.com/users/terkelg/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/terkelg/subscriptions", + "organizations_url": "https://api.github.com/users/terkelg/orgs", + "repos_url": "https://api.github.com/users/terkelg/repos", + "events_url": "https://api.github.com/users/terkelg/events{/privacy}", + "received_events_url": "https://api.github.com/users/terkelg/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 39174266, + "download_count": 10684, + "created_at": "2018-07-02T10:11:19Z", + "updated_at": "2018-07-02T10:11:21Z", + "browser_download_url": "https://github.com/terkelg/ramme/releases/download/v3.2.5/Ramme_3.2.5_i386.deb" + } + ], + "tarball_url": "https://api.github.com/repos/terkelg/ramme/tarball/v3.2.5", + "zipball_url": "https://api.github.com/repos/terkelg/ramme/zipball/v3.2.5", + "body_html": "\n

Feel free to close some issues if they were solved by this release.

" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:29.534Z" + }, + "ray": { + "latestRelease": { + "url": "https://api.github.com/repos/teslor/ray/releases/10444783", + "assets_url": "https://api.github.com/repos/teslor/ray/releases/10444783/assets", + "upload_url": "https://uploads.github.com/repos/teslor/ray/releases/10444783/assets{?name,label}", + "html_url": "https://github.com/teslor/ray/releases/tag/v0.3.1", + "id": 10444783, + "node_id": "MDc6UmVsZWFzZTEwNDQ0Nzgz", + "tag_name": "v0.3.1", + "target_commitish": "master", + "name": "0.3.1", + "draft": false, + "author": { + "login": "teslor", + "id": 12593431, + "node_id": "MDQ6VXNlcjEyNTkzNDMx", + "avatar_url": "https://avatars3.githubusercontent.com/u/12593431?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/teslor", + "html_url": "https://github.com/teslor", + "followers_url": "https://api.github.com/users/teslor/followers", + "following_url": "https://api.github.com/users/teslor/following{/other_user}", + "gists_url": "https://api.github.com/users/teslor/gists{/gist_id}", + "starred_url": "https://api.github.com/users/teslor/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/teslor/subscriptions", + "organizations_url": "https://api.github.com/users/teslor/orgs", + "repos_url": "https://api.github.com/users/teslor/repos", + "events_url": "https://api.github.com/users/teslor/events{/privacy}", + "received_events_url": "https://api.github.com/users/teslor/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2018-04-08T13:32:48Z", + "published_at": "2018-04-08T13:55:55Z", + "assets": [ + { + "url": "https://api.github.com/repos/teslor/ray/releases/assets/6772950", + "id": 6772950, + "node_id": "MDEyOlJlbGVhc2VBc3NldDY3NzI5NTA=", + "name": "Ray-0.3.1-x64.exe", + "label": null, + "uploader": { + "login": "teslor", + "id": 12593431, + "node_id": "MDQ6VXNlcjEyNTkzNDMx", + "avatar_url": "https://avatars3.githubusercontent.com/u/12593431?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/teslor", + "html_url": "https://github.com/teslor", + "followers_url": "https://api.github.com/users/teslor/followers", + "following_url": "https://api.github.com/users/teslor/following{/other_user}", + "gists_url": "https://api.github.com/users/teslor/gists{/gist_id}", + "starred_url": "https://api.github.com/users/teslor/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/teslor/subscriptions", + "organizations_url": "https://api.github.com/users/teslor/orgs", + "repos_url": "https://api.github.com/users/teslor/repos", + "events_url": "https://api.github.com/users/teslor/events{/privacy}", + "received_events_url": "https://api.github.com/users/teslor/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-msdownload", + "state": "uploaded", + "size": 39163132, + "download_count": 1160, + "created_at": "2018-04-08T13:54:56Z", + "updated_at": "2018-04-08T13:55:05Z", + "browser_download_url": "https://github.com/teslor/ray/releases/download/v0.3.1/Ray-0.3.1-x64.exe" + }, + { + "url": "https://api.github.com/repos/teslor/ray/releases/assets/6772948", + "id": 6772948, + "node_id": "MDEyOlJlbGVhc2VBc3NldDY3NzI5NDg=", + "name": "Ray-0.3.1.dmg", + "label": null, + "uploader": { + "login": "teslor", + "id": 12593431, + "node_id": "MDQ6VXNlcjEyNTkzNDMx", + "avatar_url": "https://avatars3.githubusercontent.com/u/12593431?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/teslor", + "html_url": "https://github.com/teslor", + "followers_url": "https://api.github.com/users/teslor/followers", + "following_url": "https://api.github.com/users/teslor/following{/other_user}", + "gists_url": "https://api.github.com/users/teslor/gists{/gist_id}", + "starred_url": "https://api.github.com/users/teslor/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/teslor/subscriptions", + "organizations_url": "https://api.github.com/users/teslor/orgs", + "repos_url": "https://api.github.com/users/teslor/repos", + "events_url": "https://api.github.com/users/teslor/events{/privacy}", + "received_events_url": "https://api.github.com/users/teslor/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 53017388, + "download_count": 261, + "created_at": "2018-04-08T13:54:49Z", + "updated_at": "2018-04-08T13:55:00Z", + "browser_download_url": "https://github.com/teslor/ray/releases/download/v0.3.1/Ray-0.3.1.dmg" + } + ], + "tarball_url": "https://api.github.com/repos/teslor/ray/tarball/v0.3.1", + "zipball_url": "https://api.github.com/repos/teslor/ray/zipball/v0.3.1", + "body_html": "" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:29.601Z" + }, + "raven-reader": { + "latestRelease": { + "url": "https://api.github.com/repos/hello-efficiency-inc/raven-reader/releases/20158549", + "assets_url": "https://api.github.com/repos/hello-efficiency-inc/raven-reader/releases/20158549/assets", + "upload_url": "https://uploads.github.com/repos/hello-efficiency-inc/raven-reader/releases/20158549/assets{?name,label}", + "html_url": "https://github.com/hello-efficiency-inc/raven-reader/releases/tag/v0.6.6", + "id": 20158549, + "node_id": "MDc6UmVsZWFzZTIwMTU4NTQ5", + "tag_name": "v0.6.6", + "target_commitish": "master", + "name": "v0.6.6", + "draft": false, + "author": { + "login": "mrgodhani", + "id": 1529009, + "node_id": "MDQ6VXNlcjE1MjkwMDk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1529009?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mrgodhani", + "html_url": "https://github.com/mrgodhani", + "followers_url": "https://api.github.com/users/mrgodhani/followers", + "following_url": "https://api.github.com/users/mrgodhani/following{/other_user}", + "gists_url": "https://api.github.com/users/mrgodhani/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mrgodhani/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mrgodhani/subscriptions", + "organizations_url": "https://api.github.com/users/mrgodhani/orgs", + "repos_url": "https://api.github.com/users/mrgodhani/repos", + "events_url": "https://api.github.com/users/mrgodhani/events{/privacy}", + "received_events_url": "https://api.github.com/users/mrgodhani/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2019-09-21T16:47:37Z", + "published_at": "2019-09-21T19:11:28Z", + "assets": [ + { + "url": "https://api.github.com/repos/hello-efficiency-inc/raven-reader/releases/assets/15049760", + "id": 15049760, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MDQ5NzYw", + "name": "latest-linux.yml", + "label": "", + "uploader": { + "login": "mrgodhani", + "id": 1529009, + "node_id": "MDQ6VXNlcjE1MjkwMDk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1529009?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/terkelg", - "html_url": "https://github.com/terkelg", - "followers_url": "https://api.github.com/users/terkelg/followers", - "following_url": "https://api.github.com/users/terkelg/following{/other_user}", - "gists_url": "https://api.github.com/users/terkelg/gists{/gist_id}", - "starred_url": "https://api.github.com/users/terkelg/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/terkelg/subscriptions", - "organizations_url": "https://api.github.com/users/terkelg/orgs", - "repos_url": "https://api.github.com/users/terkelg/repos", - "events_url": "https://api.github.com/users/terkelg/events{/privacy}", - "received_events_url": "https://api.github.com/users/terkelg/received_events", + "url": "https://api.github.com/users/mrgodhani", + "html_url": "https://github.com/mrgodhani", + "followers_url": "https://api.github.com/users/mrgodhani/followers", + "following_url": "https://api.github.com/users/mrgodhani/following{/other_user}", + "gists_url": "https://api.github.com/users/mrgodhani/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mrgodhani/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mrgodhani/subscriptions", + "organizations_url": "https://api.github.com/users/mrgodhani/orgs", + "repos_url": "https://api.github.com/users/mrgodhani/repos", + "events_url": "https://api.github.com/users/mrgodhani/events{/privacy}", + "received_events_url": "https://api.github.com/users/mrgodhani/received_events", "type": "User", "site_admin": false }, - "content_type": "application/octet-stream", + "content_type": "text/yaml", "state": "uploaded", - "size": 69879594, - "download_count": 224352, - "created_at": "2018-07-02T10:28:50Z", - "updated_at": "2018-07-02T10:29:33Z", - "browser_download_url": "https://github.com/terkelg/ramme/releases/download/v3.2.5/Ramme-Setup-3.2.5.exe" + "size": 374, + "download_count": 303, + "created_at": "2019-09-21T19:10:02Z", + "updated_at": "2019-09-21T19:10:02Z", + "browser_download_url": "https://github.com/hello-efficiency-inc/raven-reader/releases/download/v0.6.6/latest-linux.yml" }, { - "url": "https://api.github.com/repos/terkelg/ramme/releases/assets/7733902", - "id": 7733902, - "node_id": "MDEyOlJlbGVhc2VBc3NldDc3MzM5MDI=", - "name": "Ramme-Setup-3.2.5.exe.blockmap", + "url": "https://api.github.com/repos/hello-efficiency-inc/raven-reader/releases/assets/15049759", + "id": 15049759, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MDQ5NzU5", + "name": "latest-mac.yml", "label": "", "uploader": { - "login": "terkelg", - "id": 2302254, - "node_id": "MDQ6VXNlcjIzMDIyNTQ=", - "avatar_url": "https://avatars2.githubusercontent.com/u/2302254?v=4", + "login": "mrgodhani", + "id": 1529009, + "node_id": "MDQ6VXNlcjE1MjkwMDk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1529009?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/terkelg", - "html_url": "https://github.com/terkelg", - "followers_url": "https://api.github.com/users/terkelg/followers", - "following_url": "https://api.github.com/users/terkelg/following{/other_user}", - "gists_url": "https://api.github.com/users/terkelg/gists{/gist_id}", - "starred_url": "https://api.github.com/users/terkelg/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/terkelg/subscriptions", - "organizations_url": "https://api.github.com/users/terkelg/orgs", - "repos_url": "https://api.github.com/users/terkelg/repos", - "events_url": "https://api.github.com/users/terkelg/events{/privacy}", - "received_events_url": "https://api.github.com/users/terkelg/received_events", + "url": "https://api.github.com/users/mrgodhani", + "html_url": "https://github.com/mrgodhani", + "followers_url": "https://api.github.com/users/mrgodhani/followers", + "following_url": "https://api.github.com/users/mrgodhani/following{/other_user}", + "gists_url": "https://api.github.com/users/mrgodhani/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mrgodhani/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mrgodhani/subscriptions", + "organizations_url": "https://api.github.com/users/mrgodhani/orgs", + "repos_url": "https://api.github.com/users/mrgodhani/repos", + "events_url": "https://api.github.com/users/mrgodhani/events{/privacy}", + "received_events_url": "https://api.github.com/users/mrgodhani/received_events", "type": "User", "site_admin": false }, - "content_type": "application/octet-stream", + "content_type": "text/yaml", "state": "uploaded", - "size": 73875, - "download_count": 7182, - "created_at": "2018-07-02T10:28:50Z", - "updated_at": "2018-07-02T10:28:50Z", - "browser_download_url": "https://github.com/terkelg/ramme/releases/download/v3.2.5/Ramme-Setup-3.2.5.exe.blockmap" + "size": 524, + "download_count": 167, + "created_at": "2019-09-21T19:10:02Z", + "updated_at": "2019-09-21T19:10:02Z", + "browser_download_url": "https://github.com/hello-efficiency-inc/raven-reader/releases/download/v0.6.6/latest-mac.yml" }, { - "url": "https://api.github.com/repos/terkelg/ramme/releases/assets/7733680", - "id": 7733680, - "node_id": "MDEyOlJlbGVhc2VBc3NldDc3MzM2ODA=", - "name": "Ramme_3.2.5_amd64.deb", + "url": "https://api.github.com/repos/hello-efficiency-inc/raven-reader/releases/assets/15049758", + "id": 15049758, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MDQ5NzU4", + "name": "latest.yml", "label": "", "uploader": { - "login": "terkelg", - "id": 2302254, - "node_id": "MDQ6VXNlcjIzMDIyNTQ=", - "avatar_url": "https://avatars2.githubusercontent.com/u/2302254?v=4", + "login": "mrgodhani", + "id": 1529009, + "node_id": "MDQ6VXNlcjE1MjkwMDk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1529009?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/terkelg", - "html_url": "https://github.com/terkelg", - "followers_url": "https://api.github.com/users/terkelg/followers", - "following_url": "https://api.github.com/users/terkelg/following{/other_user}", - "gists_url": "https://api.github.com/users/terkelg/gists{/gist_id}", - "starred_url": "https://api.github.com/users/terkelg/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/terkelg/subscriptions", - "organizations_url": "https://api.github.com/users/terkelg/orgs", - "repos_url": "https://api.github.com/users/terkelg/repos", - "events_url": "https://api.github.com/users/terkelg/events{/privacy}", - "received_events_url": "https://api.github.com/users/terkelg/received_events", + "url": "https://api.github.com/users/mrgodhani", + "html_url": "https://github.com/mrgodhani", + "followers_url": "https://api.github.com/users/mrgodhani/followers", + "following_url": "https://api.github.com/users/mrgodhani/following{/other_user}", + "gists_url": "https://api.github.com/users/mrgodhani/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mrgodhani/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mrgodhani/subscriptions", + "organizations_url": "https://api.github.com/users/mrgodhani/orgs", + "repos_url": "https://api.github.com/users/mrgodhani/repos", + "events_url": "https://api.github.com/users/mrgodhani/events{/privacy}", + "received_events_url": "https://api.github.com/users/mrgodhani/received_events", "type": "User", "site_admin": false }, - "content_type": "application/octet-stream", + "content_type": "text/yaml", "state": "uploaded", - "size": 36769266, - "download_count": 54578, - "created_at": "2018-07-02T10:10:56Z", - "updated_at": "2018-07-02T10:10:57Z", - "browser_download_url": "https://github.com/terkelg/ramme/releases/download/v3.2.5/Ramme_3.2.5_amd64.deb" + "size": 352, + "download_count": 448, + "created_at": "2019-09-21T19:10:02Z", + "updated_at": "2019-09-21T19:10:02Z", + "browser_download_url": "https://github.com/hello-efficiency-inc/raven-reader/releases/download/v0.6.6/latest.yml" }, { - "url": "https://api.github.com/repos/terkelg/ramme/releases/assets/7733682", - "id": 7733682, - "node_id": "MDEyOlJlbGVhc2VBc3NldDc3MzM2ODI=", - "name": "Ramme_3.2.5_i386.deb", + "url": "https://api.github.com/repos/hello-efficiency-inc/raven-reader/releases/assets/15049747", + "id": 15049747, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MDQ5NzQ3", + "name": "Raven-Reader-0.6.6-mac.zip", "label": "", "uploader": { - "login": "terkelg", - "id": 2302254, - "node_id": "MDQ6VXNlcjIzMDIyNTQ=", - "avatar_url": "https://avatars2.githubusercontent.com/u/2302254?v=4", + "login": "mrgodhani", + "id": 1529009, + "node_id": "MDQ6VXNlcjE1MjkwMDk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1529009?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/terkelg", - "html_url": "https://github.com/terkelg", - "followers_url": "https://api.github.com/users/terkelg/followers", - "following_url": "https://api.github.com/users/terkelg/following{/other_user}", - "gists_url": "https://api.github.com/users/terkelg/gists{/gist_id}", - "starred_url": "https://api.github.com/users/terkelg/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/terkelg/subscriptions", - "organizations_url": "https://api.github.com/users/terkelg/orgs", - "repos_url": "https://api.github.com/users/terkelg/repos", - "events_url": "https://api.github.com/users/terkelg/events{/privacy}", - "received_events_url": "https://api.github.com/users/terkelg/received_events", + "url": "https://api.github.com/users/mrgodhani", + "html_url": "https://github.com/mrgodhani", + "followers_url": "https://api.github.com/users/mrgodhani/followers", + "following_url": "https://api.github.com/users/mrgodhani/following{/other_user}", + "gists_url": "https://api.github.com/users/mrgodhani/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mrgodhani/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mrgodhani/subscriptions", + "organizations_url": "https://api.github.com/users/mrgodhani/orgs", + "repos_url": "https://api.github.com/users/mrgodhani/repos", + "events_url": "https://api.github.com/users/mrgodhani/events{/privacy}", + "received_events_url": "https://api.github.com/users/mrgodhani/received_events", "type": "User", "site_admin": false }, - "content_type": "application/octet-stream", + "content_type": "application/zip", "state": "uploaded", - "size": 39174266, - "download_count": 10679, - "created_at": "2018-07-02T10:11:19Z", - "updated_at": "2018-07-02T10:11:21Z", - "browser_download_url": "https://github.com/terkelg/ramme/releases/download/v3.2.5/Ramme_3.2.5_i386.deb" - } - ], - "tarball_url": "https://api.github.com/repos/terkelg/ramme/tarball/v3.2.5", - "zipball_url": "https://api.github.com/repos/terkelg/ramme/zipball/v3.2.5", - "body_html": "\n

Feel free to close some issues if they were solved by this release.

" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:44.950Z" - }, - "ratemymovie": { - "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:45.107Z" - }, - "rambox": { - "latestRelease": { - "url": "https://api.github.com/repos/ramboxapp/community-edition/releases/30452052", - "assets_url": "https://api.github.com/repos/ramboxapp/community-edition/releases/30452052/assets", - "upload_url": "https://uploads.github.com/repos/ramboxapp/community-edition/releases/30452052/assets{?name,label}", - "html_url": "https://github.com/ramboxapp/community-edition/releases/tag/0.7.6", - "id": 30452052, - "node_id": "MDc6UmVsZWFzZTMwNDUyMDUy", - "tag_name": "0.7.6", - "target_commitish": "master", - "name": "0.7.6", - "draft": false, - "author": { - "login": "saenzramiro", - "id": 2694669, - "node_id": "MDQ6VXNlcjI2OTQ2Njk=", - "avatar_url": "https://avatars2.githubusercontent.com/u/2694669?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/saenzramiro", - "html_url": "https://github.com/saenzramiro", - "followers_url": "https://api.github.com/users/saenzramiro/followers", - "following_url": "https://api.github.com/users/saenzramiro/following{/other_user}", - "gists_url": "https://api.github.com/users/saenzramiro/gists{/gist_id}", - "starred_url": "https://api.github.com/users/saenzramiro/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/saenzramiro/subscriptions", - "organizations_url": "https://api.github.com/users/saenzramiro/orgs", - "repos_url": "https://api.github.com/users/saenzramiro/repos", - "events_url": "https://api.github.com/users/saenzramiro/events{/privacy}", - "received_events_url": "https://api.github.com/users/saenzramiro/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2020-08-31T23:13:27Z", - "published_at": "2020-08-31T23:43:22Z", - "assets": [ + "size": 81994032, + "download_count": 368, + "created_at": "2019-09-21T19:08:03Z", + "updated_at": "2019-09-21T19:10:01Z", + "browser_download_url": "https://github.com/hello-efficiency-inc/raven-reader/releases/download/v0.6.6/Raven-Reader-0.6.6-mac.zip" + }, { - "url": "https://api.github.com/repos/ramboxapp/community-edition/releases/assets/24593071", - "id": 24593071, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI0NTkzMDcx", - "name": "latest-linux-ia32.yml", + "url": "https://api.github.com/repos/hello-efficiency-inc/raven-reader/releases/assets/15049742", + "id": 15049742, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MDQ5NzQy", + "name": "Raven-Reader-0.6.6.AppImage", "label": "", "uploader": { - "login": "saenzramiro", - "id": 2694669, - "node_id": "MDQ6VXNlcjI2OTQ2Njk=", - "avatar_url": "https://avatars2.githubusercontent.com/u/2694669?v=4", + "login": "mrgodhani", + "id": 1529009, + "node_id": "MDQ6VXNlcjE1MjkwMDk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1529009?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/saenzramiro", - "html_url": "https://github.com/saenzramiro", - "followers_url": "https://api.github.com/users/saenzramiro/followers", - "following_url": "https://api.github.com/users/saenzramiro/following{/other_user}", - "gists_url": "https://api.github.com/users/saenzramiro/gists{/gist_id}", - "starred_url": "https://api.github.com/users/saenzramiro/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/saenzramiro/subscriptions", - "organizations_url": "https://api.github.com/users/saenzramiro/orgs", - "repos_url": "https://api.github.com/users/saenzramiro/repos", - "events_url": "https://api.github.com/users/saenzramiro/events{/privacy}", - "received_events_url": "https://api.github.com/users/saenzramiro/received_events", + "url": "https://api.github.com/users/mrgodhani", + "html_url": "https://github.com/mrgodhani", + "followers_url": "https://api.github.com/users/mrgodhani/followers", + "following_url": "https://api.github.com/users/mrgodhani/following{/other_user}", + "gists_url": "https://api.github.com/users/mrgodhani/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mrgodhani/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mrgodhani/subscriptions", + "organizations_url": "https://api.github.com/users/mrgodhani/orgs", + "repos_url": "https://api.github.com/users/mrgodhani/repos", + "events_url": "https://api.github.com/users/mrgodhani/events{/privacy}", + "received_events_url": "https://api.github.com/users/mrgodhani/received_events", "type": "User", "site_admin": false }, - "content_type": "text/yaml", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 384, - "download_count": 21, - "created_at": "2020-08-31T23:28:42Z", - "updated_at": "2020-08-31T23:28:42Z", - "browser_download_url": "https://github.com/ramboxapp/community-edition/releases/download/0.7.6/latest-linux-ia32.yml" + "size": 83769695, + "download_count": 1900, + "created_at": "2019-09-21T19:07:30Z", + "updated_at": "2019-09-21T19:09:58Z", + "browser_download_url": "https://github.com/hello-efficiency-inc/raven-reader/releases/download/v0.6.6/Raven-Reader-0.6.6.AppImage" }, { - "url": "https://api.github.com/repos/ramboxapp/community-edition/releases/assets/24593070", - "id": 24593070, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI0NTkzMDcw", - "name": "latest-linux.yml", + "url": "https://api.github.com/repos/hello-efficiency-inc/raven-reader/releases/assets/15049745", + "id": 15049745, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MDQ5NzQ1", + "name": "Raven-Reader-0.6.6.dmg", "label": "", "uploader": { - "login": "saenzramiro", - "id": 2694669, - "node_id": "MDQ6VXNlcjI2OTQ2Njk=", - "avatar_url": "https://avatars2.githubusercontent.com/u/2694669?v=4", + "login": "mrgodhani", + "id": 1529009, + "node_id": "MDQ6VXNlcjE1MjkwMDk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1529009?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/saenzramiro", - "html_url": "https://github.com/saenzramiro", - "followers_url": "https://api.github.com/users/saenzramiro/followers", - "following_url": "https://api.github.com/users/saenzramiro/following{/other_user}", - "gists_url": "https://api.github.com/users/saenzramiro/gists{/gist_id}", - "starred_url": "https://api.github.com/users/saenzramiro/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/saenzramiro/subscriptions", - "organizations_url": "https://api.github.com/users/saenzramiro/orgs", - "repos_url": "https://api.github.com/users/saenzramiro/repos", - "events_url": "https://api.github.com/users/saenzramiro/events{/privacy}", - "received_events_url": "https://api.github.com/users/saenzramiro/received_events", + "url": "https://api.github.com/users/mrgodhani", + "html_url": "https://github.com/mrgodhani", + "followers_url": "https://api.github.com/users/mrgodhani/followers", + "following_url": "https://api.github.com/users/mrgodhani/following{/other_user}", + "gists_url": "https://api.github.com/users/mrgodhani/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mrgodhani/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mrgodhani/subscriptions", + "organizations_url": "https://api.github.com/users/mrgodhani/orgs", + "repos_url": "https://api.github.com/users/mrgodhani/repos", + "events_url": "https://api.github.com/users/mrgodhani/events{/privacy}", + "received_events_url": "https://api.github.com/users/mrgodhani/received_events", "type": "User", "site_admin": false }, - "content_type": "text/yaml", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 388, - "download_count": 582, - "created_at": "2020-08-31T23:28:42Z", - "updated_at": "2020-08-31T23:28:42Z", - "browser_download_url": "https://github.com/ramboxapp/community-edition/releases/download/0.7.6/latest-linux.yml" + "size": 85634644, + "download_count": 460, + "created_at": "2019-09-21T19:07:43Z", + "updated_at": "2019-09-21T19:09:56Z", + "browser_download_url": "https://github.com/hello-efficiency-inc/raven-reader/releases/download/v0.6.6/Raven-Reader-0.6.6.dmg" }, { - "url": "https://api.github.com/repos/ramboxapp/community-edition/releases/assets/24592797", - "id": 24592797, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI0NTkyNzk3", - "name": "latest-mac.yml", + "url": "https://api.github.com/repos/hello-efficiency-inc/raven-reader/releases/assets/15049744", + "id": 15049744, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MDQ5NzQ0", + "name": "Raven-Reader-0.6.6.dmg.blockmap", "label": "", "uploader": { - "login": "saenzramiro", - "id": 2694669, - "node_id": "MDQ6VXNlcjI2OTQ2Njk=", - "avatar_url": "https://avatars2.githubusercontent.com/u/2694669?v=4", + "login": "mrgodhani", + "id": 1529009, + "node_id": "MDQ6VXNlcjE1MjkwMDk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1529009?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/saenzramiro", - "html_url": "https://github.com/saenzramiro", - "followers_url": "https://api.github.com/users/saenzramiro/followers", - "following_url": "https://api.github.com/users/saenzramiro/following{/other_user}", - "gists_url": "https://api.github.com/users/saenzramiro/gists{/gist_id}", - "starred_url": "https://api.github.com/users/saenzramiro/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/saenzramiro/subscriptions", - "organizations_url": "https://api.github.com/users/saenzramiro/orgs", - "repos_url": "https://api.github.com/users/saenzramiro/repos", - "events_url": "https://api.github.com/users/saenzramiro/events{/privacy}", - "received_events_url": "https://api.github.com/users/saenzramiro/received_events", + "url": "https://api.github.com/users/mrgodhani", + "html_url": "https://github.com/mrgodhani", + "followers_url": "https://api.github.com/users/mrgodhani/followers", + "following_url": "https://api.github.com/users/mrgodhani/following{/other_user}", + "gists_url": "https://api.github.com/users/mrgodhani/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mrgodhani/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mrgodhani/subscriptions", + "organizations_url": "https://api.github.com/users/mrgodhani/orgs", + "repos_url": "https://api.github.com/users/mrgodhani/repos", + "events_url": "https://api.github.com/users/mrgodhani/events{/privacy}", + "received_events_url": "https://api.github.com/users/mrgodhani/received_events", "type": "User", "site_admin": false }, - "content_type": "text/yaml", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 510, - "download_count": 874, - "created_at": "2020-08-31T23:21:55Z", - "updated_at": "2020-08-31T23:21:55Z", - "browser_download_url": "https://github.com/ramboxapp/community-edition/releases/download/0.7.6/latest-mac.yml" + "size": 90507, + "download_count": 42, + "created_at": "2019-09-21T19:07:43Z", + "updated_at": "2019-09-21T19:07:43Z", + "browser_download_url": "https://github.com/hello-efficiency-inc/raven-reader/releases/download/v0.6.6/Raven-Reader-0.6.6.dmg.blockmap" }, { - "url": "https://api.github.com/repos/ramboxapp/community-edition/releases/assets/24592953", - "id": 24592953, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI0NTkyOTUz", - "name": "Rambox-0.7.6-linux-amd64.deb", + "url": "https://api.github.com/repos/hello-efficiency-inc/raven-reader/releases/assets/15049748", + "id": 15049748, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MDQ5NzQ4", + "name": "Raven-Reader-Setup-0.6.6.exe", "label": "", "uploader": { - "login": "saenzramiro", - "id": 2694669, - "node_id": "MDQ6VXNlcjI2OTQ2Njk=", - "avatar_url": "https://avatars2.githubusercontent.com/u/2694669?v=4", + "login": "mrgodhani", + "id": 1529009, + "node_id": "MDQ6VXNlcjE1MjkwMDk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1529009?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/saenzramiro", - "html_url": "https://github.com/saenzramiro", - "followers_url": "https://api.github.com/users/saenzramiro/followers", - "following_url": "https://api.github.com/users/saenzramiro/following{/other_user}", - "gists_url": "https://api.github.com/users/saenzramiro/gists{/gist_id}", - "starred_url": "https://api.github.com/users/saenzramiro/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/saenzramiro/subscriptions", - "organizations_url": "https://api.github.com/users/saenzramiro/orgs", - "repos_url": "https://api.github.com/users/saenzramiro/repos", - "events_url": "https://api.github.com/users/saenzramiro/events{/privacy}", - "received_events_url": "https://api.github.com/users/saenzramiro/received_events", + "url": "https://api.github.com/users/mrgodhani", + "html_url": "https://github.com/mrgodhani", + "followers_url": "https://api.github.com/users/mrgodhani/followers", + "following_url": "https://api.github.com/users/mrgodhani/following{/other_user}", + "gists_url": "https://api.github.com/users/mrgodhani/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mrgodhani/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mrgodhani/subscriptions", + "organizations_url": "https://api.github.com/users/mrgodhani/orgs", + "repos_url": "https://api.github.com/users/mrgodhani/repos", + "events_url": "https://api.github.com/users/mrgodhani/events{/privacy}", + "received_events_url": "https://api.github.com/users/mrgodhani/received_events", "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 53580866, - "download_count": 1076, - "created_at": "2020-08-31T23:26:13Z", - "updated_at": "2020-08-31T23:26:31Z", - "browser_download_url": "https://github.com/ramboxapp/community-edition/releases/download/0.7.6/Rambox-0.7.6-linux-amd64.deb" + "size": 56907318, + "download_count": 1604, + "created_at": "2019-09-21T19:08:10Z", + "updated_at": "2019-09-21T19:09:56Z", + "browser_download_url": "https://github.com/hello-efficiency-inc/raven-reader/releases/download/v0.6.6/Raven-Reader-Setup-0.6.6.exe" }, { - "url": "https://api.github.com/repos/ramboxapp/community-edition/releases/assets/24592691", - "id": 24592691, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI0NTkyNjkx", - "name": "Rambox-0.7.6-linux-amd64.snap", + "url": "https://api.github.com/repos/hello-efficiency-inc/raven-reader/releases/assets/15049749", + "id": 15049749, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MDQ5NzQ5", + "name": "Raven-Reader-Setup-0.6.6.exe.blockmap", "label": "", "uploader": { - "login": "saenzramiro", - "id": 2694669, - "node_id": "MDQ6VXNlcjI2OTQ2Njk=", - "avatar_url": "https://avatars2.githubusercontent.com/u/2694669?v=4", + "login": "mrgodhani", + "id": 1529009, + "node_id": "MDQ6VXNlcjE1MjkwMDk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1529009?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/saenzramiro", - "html_url": "https://github.com/saenzramiro", - "followers_url": "https://api.github.com/users/saenzramiro/followers", - "following_url": "https://api.github.com/users/saenzramiro/following{/other_user}", - "gists_url": "https://api.github.com/users/saenzramiro/gists{/gist_id}", - "starred_url": "https://api.github.com/users/saenzramiro/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/saenzramiro/subscriptions", - "organizations_url": "https://api.github.com/users/saenzramiro/orgs", - "repos_url": "https://api.github.com/users/saenzramiro/repos", - "events_url": "https://api.github.com/users/saenzramiro/events{/privacy}", - "received_events_url": "https://api.github.com/users/saenzramiro/received_events", + "url": "https://api.github.com/users/mrgodhani", + "html_url": "https://github.com/mrgodhani", + "followers_url": "https://api.github.com/users/mrgodhani/followers", + "following_url": "https://api.github.com/users/mrgodhani/following{/other_user}", + "gists_url": "https://api.github.com/users/mrgodhani/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mrgodhani/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mrgodhani/subscriptions", + "organizations_url": "https://api.github.com/users/mrgodhani/orgs", + "repos_url": "https://api.github.com/users/mrgodhani/repos", + "events_url": "https://api.github.com/users/mrgodhani/events{/privacy}", + "received_events_url": "https://api.github.com/users/mrgodhani/received_events", "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 65347584, - "download_count": 65, - "created_at": "2020-08-31T23:19:41Z", - "updated_at": "2020-08-31T23:19:43Z", - "browser_download_url": "https://github.com/ramboxapp/community-edition/releases/download/0.7.6/Rambox-0.7.6-linux-amd64.snap" + "size": 59824, + "download_count": 91, + "created_at": "2019-09-21T19:08:10Z", + "updated_at": "2019-09-21T19:08:10Z", + "browser_download_url": "https://github.com/hello-efficiency-inc/raven-reader/releases/download/v0.6.6/Raven-Reader-Setup-0.6.6.exe.blockmap" }, { - "url": "https://api.github.com/repos/ramboxapp/community-edition/releases/assets/24592599", - "id": 24592599, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI0NTkyNTk5", - "name": "Rambox-0.7.6-linux-i386.AppImage", + "url": "https://api.github.com/repos/hello-efficiency-inc/raven-reader/releases/assets/15049743", + "id": 15049743, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MDQ5NzQz", + "name": "raven-reader_0.6.6_amd64.snap", "label": "", "uploader": { - "login": "saenzramiro", - "id": 2694669, - "node_id": "MDQ6VXNlcjI2OTQ2Njk=", - "avatar_url": "https://avatars2.githubusercontent.com/u/2694669?v=4", + "login": "mrgodhani", + "id": 1529009, + "node_id": "MDQ6VXNlcjE1MjkwMDk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1529009?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/saenzramiro", - "html_url": "https://github.com/saenzramiro", - "followers_url": "https://api.github.com/users/saenzramiro/followers", - "following_url": "https://api.github.com/users/saenzramiro/following{/other_user}", - "gists_url": "https://api.github.com/users/saenzramiro/gists{/gist_id}", - "starred_url": "https://api.github.com/users/saenzramiro/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/saenzramiro/subscriptions", - "organizations_url": "https://api.github.com/users/saenzramiro/orgs", - "repos_url": "https://api.github.com/users/saenzramiro/repos", - "events_url": "https://api.github.com/users/saenzramiro/events{/privacy}", - "received_events_url": "https://api.github.com/users/saenzramiro/received_events", + "url": "https://api.github.com/users/mrgodhani", + "html_url": "https://github.com/mrgodhani", + "followers_url": "https://api.github.com/users/mrgodhani/followers", + "following_url": "https://api.github.com/users/mrgodhani/following{/other_user}", + "gists_url": "https://api.github.com/users/mrgodhani/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mrgodhani/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mrgodhani/subscriptions", + "organizations_url": "https://api.github.com/users/mrgodhani/orgs", + "repos_url": "https://api.github.com/users/mrgodhani/repos", + "events_url": "https://api.github.com/users/mrgodhani/events{/privacy}", + "received_events_url": "https://api.github.com/users/mrgodhani/received_events", "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 79081606, - "download_count": 83, - "created_at": "2020-08-31T23:17:52Z", - "updated_at": "2020-08-31T23:17:55Z", - "browser_download_url": "https://github.com/ramboxapp/community-edition/releases/download/0.7.6/Rambox-0.7.6-linux-i386.AppImage" - }, + "size": 71077888, + "download_count": 205, + "created_at": "2019-09-21T19:07:37Z", + "updated_at": "2019-09-21T19:09:31Z", + "browser_download_url": "https://github.com/hello-efficiency-inc/raven-reader/releases/download/v0.6.6/raven-reader_0.6.6_amd64.snap" + } + ], + "tarball_url": "https://api.github.com/repos/hello-efficiency-inc/raven-reader/tarball/v0.6.6", + "zipball_url": "https://api.github.com/repos/hello-efficiency-inc/raven-reader/zipball/v0.6.6", + "body_html": "

Updates

\n" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:29.648Z" + }, + "reach-podcast-player": { + "latestRelease": null, + "latestReleaseFetchedAt": "2020-09-18T00:10:29.679Z" + }, + "rebaslight": { + "latestRelease": { + "url": "https://api.github.com/repos/rebaslight/rebaslight/releases/29481093", + "assets_url": "https://api.github.com/repos/rebaslight/rebaslight/releases/29481093/assets", + "upload_url": "https://uploads.github.com/repos/rebaslight/rebaslight/releases/29481093/assets{?name,label}", + "html_url": "https://github.com/rebaslight/rebaslight/releases/tag/v3.6.1", + "id": 29481093, + "node_id": "MDc6UmVsZWFzZTI5NDgxMDkz", + "tag_name": "v3.6.1", + "target_commitish": "master", + "name": "3.6.1", + "draft": false, + "author": { + "login": "farskipper", + "id": 11640535, + "node_id": "MDQ6VXNlcjExNjQwNTM1", + "avatar_url": "https://avatars1.githubusercontent.com/u/11640535?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/farskipper", + "html_url": "https://github.com/farskipper", + "followers_url": "https://api.github.com/users/farskipper/followers", + "following_url": "https://api.github.com/users/farskipper/following{/other_user}", + "gists_url": "https://api.github.com/users/farskipper/gists{/gist_id}", + "starred_url": "https://api.github.com/users/farskipper/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/farskipper/subscriptions", + "organizations_url": "https://api.github.com/users/farskipper/orgs", + "repos_url": "https://api.github.com/users/farskipper/repos", + "events_url": "https://api.github.com/users/farskipper/events{/privacy}", + "received_events_url": "https://api.github.com/users/farskipper/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2020-08-09T00:17:21Z", + "published_at": "2020-08-09T00:39:52Z", + "assets": [ { - "url": "https://api.github.com/repos/ramboxapp/community-edition/releases/assets/24592949", - "id": 24592949, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI0NTkyOTQ5", - "name": "Rambox-0.7.6-linux-i386.deb", + "url": "https://api.github.com/repos/rebaslight/rebaslight/releases/assets/23733357", + "id": 23733357, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNzMzMzU3", + "name": "latest-mac.yml", "label": "", "uploader": { - "login": "saenzramiro", - "id": 2694669, - "node_id": "MDQ6VXNlcjI2OTQ2Njk=", - "avatar_url": "https://avatars2.githubusercontent.com/u/2694669?v=4", + "login": "farskipper", + "id": 11640535, + "node_id": "MDQ6VXNlcjExNjQwNTM1", + "avatar_url": "https://avatars1.githubusercontent.com/u/11640535?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/saenzramiro", - "html_url": "https://github.com/saenzramiro", - "followers_url": "https://api.github.com/users/saenzramiro/followers", - "following_url": "https://api.github.com/users/saenzramiro/following{/other_user}", - "gists_url": "https://api.github.com/users/saenzramiro/gists{/gist_id}", - "starred_url": "https://api.github.com/users/saenzramiro/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/saenzramiro/subscriptions", - "organizations_url": "https://api.github.com/users/saenzramiro/orgs", - "repos_url": "https://api.github.com/users/saenzramiro/repos", - "events_url": "https://api.github.com/users/saenzramiro/events{/privacy}", - "received_events_url": "https://api.github.com/users/saenzramiro/received_events", + "url": "https://api.github.com/users/farskipper", + "html_url": "https://github.com/farskipper", + "followers_url": "https://api.github.com/users/farskipper/followers", + "following_url": "https://api.github.com/users/farskipper/following{/other_user}", + "gists_url": "https://api.github.com/users/farskipper/gists{/gist_id}", + "starred_url": "https://api.github.com/users/farskipper/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/farskipper/subscriptions", + "organizations_url": "https://api.github.com/users/farskipper/orgs", + "repos_url": "https://api.github.com/users/farskipper/repos", + "events_url": "https://api.github.com/users/farskipper/events{/privacy}", + "received_events_url": "https://api.github.com/users/farskipper/received_events", "type": "User", "site_admin": false }, - "content_type": "application/octet-stream", + "content_type": "text/yaml", "state": "uploaded", - "size": 55023918, - "download_count": 131, - "created_at": "2020-08-31T23:26:08Z", - "updated_at": "2020-08-31T23:26:10Z", - "browser_download_url": "https://github.com/ramboxapp/community-edition/releases/download/0.7.6/Rambox-0.7.6-linux-i386.deb" + "size": 518, + "download_count": 1, + "created_at": "2020-08-09T00:21:42Z", + "updated_at": "2020-08-09T00:21:42Z", + "browser_download_url": "https://github.com/rebaslight/rebaslight/releases/download/v3.6.1/latest-mac.yml" }, { - "url": "https://api.github.com/repos/ramboxapp/community-edition/releases/assets/24593065", - "id": 24593065, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI0NTkzMDY1", - "name": "Rambox-0.7.6-linux-i686.rpm", + "url": "https://api.github.com/repos/rebaslight/rebaslight/releases/assets/23733475", + "id": 23733475, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNzMzNDc1", + "name": "latest.yml", "label": "", "uploader": { - "login": "saenzramiro", - "id": 2694669, - "node_id": "MDQ6VXNlcjI2OTQ2Njk=", - "avatar_url": "https://avatars2.githubusercontent.com/u/2694669?v=4", + "login": "farskipper", + "id": 11640535, + "node_id": "MDQ6VXNlcjExNjQwNTM1", + "avatar_url": "https://avatars1.githubusercontent.com/u/11640535?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/saenzramiro", - "html_url": "https://github.com/saenzramiro", - "followers_url": "https://api.github.com/users/saenzramiro/followers", - "following_url": "https://api.github.com/users/saenzramiro/following{/other_user}", - "gists_url": "https://api.github.com/users/saenzramiro/gists{/gist_id}", - "starred_url": "https://api.github.com/users/saenzramiro/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/saenzramiro/subscriptions", - "organizations_url": "https://api.github.com/users/saenzramiro/orgs", - "repos_url": "https://api.github.com/users/saenzramiro/repos", - "events_url": "https://api.github.com/users/saenzramiro/events{/privacy}", - "received_events_url": "https://api.github.com/users/saenzramiro/received_events", + "url": "https://api.github.com/users/farskipper", + "html_url": "https://github.com/farskipper", + "followers_url": "https://api.github.com/users/farskipper/followers", + "following_url": "https://api.github.com/users/farskipper/following{/other_user}", + "gists_url": "https://api.github.com/users/farskipper/gists{/gist_id}", + "starred_url": "https://api.github.com/users/farskipper/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/farskipper/subscriptions", + "organizations_url": "https://api.github.com/users/farskipper/orgs", + "repos_url": "https://api.github.com/users/farskipper/repos", + "events_url": "https://api.github.com/users/farskipper/events{/privacy}", + "received_events_url": "https://api.github.com/users/farskipper/received_events", "type": "User", "site_admin": false }, - "content_type": "application/x-redhat-package-manager", + "content_type": "text/yaml", "state": "uploaded", - "size": 55238580, - "download_count": 49, - "created_at": "2020-08-31T23:28:40Z", - "updated_at": "2020-08-31T23:28:41Z", - "browser_download_url": "https://github.com/ramboxapp/community-edition/releases/download/0.7.6/Rambox-0.7.6-linux-i686.rpm" + "size": 349, + "download_count": 2, + "created_at": "2020-08-09T00:35:54Z", + "updated_at": "2020-08-09T00:35:54Z", + "browser_download_url": "https://github.com/rebaslight/rebaslight/releases/download/v3.6.1/latest.yml" }, { - "url": "https://api.github.com/repos/ramboxapp/community-edition/releases/assets/24592870", - "id": 24592870, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI0NTkyODcw", - "name": "Rambox-0.7.6-linux-ia32.tar.gz", + "url": "https://api.github.com/repos/rebaslight/rebaslight/releases/assets/23733451", + "id": 23733451, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNzMzNDUx", + "name": "rebaslight-3.6.1-ia32.tar.bz2", "label": "", "uploader": { - "login": "saenzramiro", - "id": 2694669, - "node_id": "MDQ6VXNlcjI2OTQ2Njk=", - "avatar_url": "https://avatars2.githubusercontent.com/u/2694669?v=4", + "login": "farskipper", + "id": 11640535, + "node_id": "MDQ6VXNlcjExNjQwNTM1", + "avatar_url": "https://avatars1.githubusercontent.com/u/11640535?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/saenzramiro", - "html_url": "https://github.com/saenzramiro", - "followers_url": "https://api.github.com/users/saenzramiro/followers", - "following_url": "https://api.github.com/users/saenzramiro/following{/other_user}", - "gists_url": "https://api.github.com/users/saenzramiro/gists{/gist_id}", - "starred_url": "https://api.github.com/users/saenzramiro/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/saenzramiro/subscriptions", - "organizations_url": "https://api.github.com/users/saenzramiro/orgs", - "repos_url": "https://api.github.com/users/saenzramiro/repos", - "events_url": "https://api.github.com/users/saenzramiro/events{/privacy}", - "received_events_url": "https://api.github.com/users/saenzramiro/received_events", + "url": "https://api.github.com/users/farskipper", + "html_url": "https://github.com/farskipper", + "followers_url": "https://api.github.com/users/farskipper/followers", + "following_url": "https://api.github.com/users/farskipper/following{/other_user}", + "gists_url": "https://api.github.com/users/farskipper/gists{/gist_id}", + "starred_url": "https://api.github.com/users/farskipper/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/farskipper/subscriptions", + "organizations_url": "https://api.github.com/users/farskipper/orgs", + "repos_url": "https://api.github.com/users/farskipper/repos", + "events_url": "https://api.github.com/users/farskipper/events{/privacy}", + "received_events_url": "https://api.github.com/users/farskipper/received_events", "type": "User", "site_admin": false }, - "content_type": "application/gzip", + "content_type": "application/x-bzip2", "state": "uploaded", - "size": 74870436, - "download_count": 25, - "created_at": "2020-08-31T23:23:40Z", - "updated_at": "2020-08-31T23:23:43Z", - "browser_download_url": "https://github.com/ramboxapp/community-edition/releases/download/0.7.6/Rambox-0.7.6-linux-ia32.tar.gz" + "size": 77889283, + "download_count": 13, + "created_at": "2020-08-09T00:32:36Z", + "updated_at": "2020-08-09T00:32:38Z", + "browser_download_url": "https://github.com/rebaslight/rebaslight/releases/download/v3.6.1/rebaslight-3.6.1-ia32.tar.bz2" }, { - "url": "https://api.github.com/repos/ramboxapp/community-edition/releases/assets/24592731", - "id": 24592731, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI0NTkyNzMx", - "name": "Rambox-0.7.6-linux-ia32.zip", + "url": "https://api.github.com/repos/rebaslight/rebaslight/releases/assets/23733356", + "id": 23733356, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNzMzMzU2", + "name": "Rebaslight-3.6.1-mac.zip", "label": "", "uploader": { - "login": "saenzramiro", - "id": 2694669, - "node_id": "MDQ6VXNlcjI2OTQ2Njk=", - "avatar_url": "https://avatars2.githubusercontent.com/u/2694669?v=4", + "login": "farskipper", + "id": 11640535, + "node_id": "MDQ6VXNlcjExNjQwNTM1", + "avatar_url": "https://avatars1.githubusercontent.com/u/11640535?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/saenzramiro", - "html_url": "https://github.com/saenzramiro", - "followers_url": "https://api.github.com/users/saenzramiro/followers", - "following_url": "https://api.github.com/users/saenzramiro/following{/other_user}", - "gists_url": "https://api.github.com/users/saenzramiro/gists{/gist_id}", - "starred_url": "https://api.github.com/users/saenzramiro/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/saenzramiro/subscriptions", - "organizations_url": "https://api.github.com/users/saenzramiro/orgs", - "repos_url": "https://api.github.com/users/saenzramiro/repos", - "events_url": "https://api.github.com/users/saenzramiro/events{/privacy}", - "received_events_url": "https://api.github.com/users/saenzramiro/received_events", + "url": "https://api.github.com/users/farskipper", + "html_url": "https://github.com/farskipper", + "followers_url": "https://api.github.com/users/farskipper/followers", + "following_url": "https://api.github.com/users/farskipper/following{/other_user}", + "gists_url": "https://api.github.com/users/farskipper/gists{/gist_id}", + "starred_url": "https://api.github.com/users/farskipper/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/farskipper/subscriptions", + "organizations_url": "https://api.github.com/users/farskipper/orgs", + "repos_url": "https://api.github.com/users/farskipper/repos", + "events_url": "https://api.github.com/users/farskipper/events{/privacy}", + "received_events_url": "https://api.github.com/users/farskipper/received_events", "type": "User", "site_admin": false }, "content_type": "application/zip", "state": "uploaded", - "size": 75073087, - "download_count": 38, - "created_at": "2020-08-31T23:20:25Z", - "updated_at": "2020-08-31T23:20:27Z", - "browser_download_url": "https://github.com/ramboxapp/community-edition/releases/download/0.7.6/Rambox-0.7.6-linux-ia32.zip" + "size": 83197674, + "download_count": 1, + "created_at": "2020-08-09T00:21:40Z", + "updated_at": "2020-08-09T00:21:41Z", + "browser_download_url": "https://github.com/rebaslight/rebaslight/releases/download/v3.6.1/Rebaslight-3.6.1-mac.zip" }, { - "url": "https://api.github.com/repos/ramboxapp/community-edition/releases/assets/24592871", - "id": 24592871, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI0NTkyODcx", - "name": "Rambox-0.7.6-linux-x64.tar.gz", + "url": "https://api.github.com/repos/rebaslight/rebaslight/releases/assets/23733355", + "id": 23733355, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNzMzMzU1", + "name": "Rebaslight-3.6.1.dmg", "label": "", "uploader": { - "login": "saenzramiro", - "id": 2694669, - "node_id": "MDQ6VXNlcjI2OTQ2Njk=", - "avatar_url": "https://avatars2.githubusercontent.com/u/2694669?v=4", + "login": "farskipper", + "id": 11640535, + "node_id": "MDQ6VXNlcjExNjQwNTM1", + "avatar_url": "https://avatars1.githubusercontent.com/u/11640535?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/saenzramiro", - "html_url": "https://github.com/saenzramiro", - "followers_url": "https://api.github.com/users/saenzramiro/followers", - "following_url": "https://api.github.com/users/saenzramiro/following{/other_user}", - "gists_url": "https://api.github.com/users/saenzramiro/gists{/gist_id}", - "starred_url": "https://api.github.com/users/saenzramiro/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/saenzramiro/subscriptions", - "organizations_url": "https://api.github.com/users/saenzramiro/orgs", - "repos_url": "https://api.github.com/users/saenzramiro/repos", - "events_url": "https://api.github.com/users/saenzramiro/events{/privacy}", - "received_events_url": "https://api.github.com/users/saenzramiro/received_events", + "url": "https://api.github.com/users/farskipper", + "html_url": "https://github.com/farskipper", + "followers_url": "https://api.github.com/users/farskipper/followers", + "following_url": "https://api.github.com/users/farskipper/following{/other_user}", + "gists_url": "https://api.github.com/users/farskipper/gists{/gist_id}", + "starred_url": "https://api.github.com/users/farskipper/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/farskipper/subscriptions", + "organizations_url": "https://api.github.com/users/farskipper/orgs", + "repos_url": "https://api.github.com/users/farskipper/repos", + "events_url": "https://api.github.com/users/farskipper/events{/privacy}", + "received_events_url": "https://api.github.com/users/farskipper/received_events", "type": "User", "site_admin": false }, - "content_type": "application/gzip", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 73284762, - "download_count": 1655, - "created_at": "2020-08-31T23:23:43Z", - "updated_at": "2020-08-31T23:23:46Z", - "browser_download_url": "https://github.com/ramboxapp/community-edition/releases/download/0.7.6/Rambox-0.7.6-linux-x64.tar.gz" + "size": 85921866, + "download_count": 169, + "created_at": "2020-08-09T00:21:36Z", + "updated_at": "2020-08-09T00:21:39Z", + "browser_download_url": "https://github.com/rebaslight/rebaslight/releases/download/v3.6.1/Rebaslight-3.6.1.dmg" }, { - "url": "https://api.github.com/repos/ramboxapp/community-edition/releases/assets/24592729", - "id": 24592729, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI0NTkyNzI5", - "name": "Rambox-0.7.6-linux-x64.zip", + "url": "https://api.github.com/repos/rebaslight/rebaslight/releases/assets/23733354", + "id": 23733354, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNzMzMzU0", + "name": "Rebaslight-3.6.1.dmg.blockmap", "label": "", "uploader": { - "login": "saenzramiro", - "id": 2694669, - "node_id": "MDQ6VXNlcjI2OTQ2Njk=", - "avatar_url": "https://avatars2.githubusercontent.com/u/2694669?v=4", + "login": "farskipper", + "id": 11640535, + "node_id": "MDQ6VXNlcjExNjQwNTM1", + "avatar_url": "https://avatars1.githubusercontent.com/u/11640535?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/saenzramiro", - "html_url": "https://github.com/saenzramiro", - "followers_url": "https://api.github.com/users/saenzramiro/followers", - "following_url": "https://api.github.com/users/saenzramiro/following{/other_user}", - "gists_url": "https://api.github.com/users/saenzramiro/gists{/gist_id}", - "starred_url": "https://api.github.com/users/saenzramiro/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/saenzramiro/subscriptions", - "organizations_url": "https://api.github.com/users/saenzramiro/orgs", - "repos_url": "https://api.github.com/users/saenzramiro/repos", - "events_url": "https://api.github.com/users/saenzramiro/events{/privacy}", - "received_events_url": "https://api.github.com/users/saenzramiro/received_events", + "url": "https://api.github.com/users/farskipper", + "html_url": "https://github.com/farskipper", + "followers_url": "https://api.github.com/users/farskipper/followers", + "following_url": "https://api.github.com/users/farskipper/following{/other_user}", + "gists_url": "https://api.github.com/users/farskipper/gists{/gist_id}", + "starred_url": "https://api.github.com/users/farskipper/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/farskipper/subscriptions", + "organizations_url": "https://api.github.com/users/farskipper/orgs", + "repos_url": "https://api.github.com/users/farskipper/repos", + "events_url": "https://api.github.com/users/farskipper/events{/privacy}", + "received_events_url": "https://api.github.com/users/farskipper/received_events", "type": "User", "site_admin": false }, - "content_type": "application/zip", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 73481266, - "download_count": 51, - "created_at": "2020-08-31T23:20:23Z", - "updated_at": "2020-08-31T23:20:25Z", - "browser_download_url": "https://github.com/ramboxapp/community-edition/releases/download/0.7.6/Rambox-0.7.6-linux-x64.zip" + "size": 90242, + "download_count": 1, + "created_at": "2020-08-09T00:21:36Z", + "updated_at": "2020-08-09T00:21:36Z", + "browser_download_url": "https://github.com/rebaslight/rebaslight/releases/download/v3.6.1/Rebaslight-3.6.1.dmg.blockmap" }, { - "url": "https://api.github.com/repos/ramboxapp/community-edition/releases/assets/24592585", - "id": 24592585, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI0NTkyNTg1", - "name": "Rambox-0.7.6-linux-x86_64.AppImage", + "url": "https://api.github.com/repos/rebaslight/rebaslight/releases/assets/23733458", + "id": 23733458, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNzMzNDU4", + "name": "rebaslight-3.6.1.tar.bz2", "label": "", "uploader": { - "login": "saenzramiro", - "id": 2694669, - "node_id": "MDQ6VXNlcjI2OTQ2Njk=", - "avatar_url": "https://avatars2.githubusercontent.com/u/2694669?v=4", + "login": "farskipper", + "id": 11640535, + "node_id": "MDQ6VXNlcjExNjQwNTM1", + "avatar_url": "https://avatars1.githubusercontent.com/u/11640535?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/saenzramiro", - "html_url": "https://github.com/saenzramiro", - "followers_url": "https://api.github.com/users/saenzramiro/followers", - "following_url": "https://api.github.com/users/saenzramiro/following{/other_user}", - "gists_url": "https://api.github.com/users/saenzramiro/gists{/gist_id}", - "starred_url": "https://api.github.com/users/saenzramiro/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/saenzramiro/subscriptions", - "organizations_url": "https://api.github.com/users/saenzramiro/orgs", - "repos_url": "https://api.github.com/users/saenzramiro/repos", - "events_url": "https://api.github.com/users/saenzramiro/events{/privacy}", - "received_events_url": "https://api.github.com/users/saenzramiro/received_events", + "url": "https://api.github.com/users/farskipper", + "html_url": "https://github.com/farskipper", + "followers_url": "https://api.github.com/users/farskipper/followers", + "following_url": "https://api.github.com/users/farskipper/following{/other_user}", + "gists_url": "https://api.github.com/users/farskipper/gists{/gist_id}", + "starred_url": "https://api.github.com/users/farskipper/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/farskipper/subscriptions", + "organizations_url": "https://api.github.com/users/farskipper/orgs", + "repos_url": "https://api.github.com/users/farskipper/repos", + "events_url": "https://api.github.com/users/farskipper/events{/privacy}", + "received_events_url": "https://api.github.com/users/farskipper/received_events", "type": "User", "site_admin": false }, - "content_type": "application/octet-stream", + "content_type": "application/x-bzip2", "state": "uploaded", - "size": 77557682, - "download_count": 1445, - "created_at": "2020-08-31T23:17:36Z", - "updated_at": "2020-08-31T23:17:39Z", - "browser_download_url": "https://github.com/ramboxapp/community-edition/releases/download/0.7.6/Rambox-0.7.6-linux-x86_64.AppImage" + "size": 81197713, + "download_count": 20, + "created_at": "2020-08-09T00:33:19Z", + "updated_at": "2020-08-09T00:33:21Z", + "browser_download_url": "https://github.com/rebaslight/rebaslight/releases/download/v3.6.1/rebaslight-3.6.1.tar.bz2" }, { - "url": "https://api.github.com/repos/ramboxapp/community-edition/releases/assets/24593066", - "id": 24593066, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI0NTkzMDY2", - "name": "Rambox-0.7.6-linux-x86_64.rpm", + "url": "https://api.github.com/repos/rebaslight/rebaslight/releases/assets/23733391", + "id": 23733391, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNzMzMzkx", + "name": "Rebaslight-Setup-3.6.1.exe", "label": "", "uploader": { - "login": "saenzramiro", - "id": 2694669, - "node_id": "MDQ6VXNlcjI2OTQ2Njk=", - "avatar_url": "https://avatars2.githubusercontent.com/u/2694669?v=4", + "login": "farskipper", + "id": 11640535, + "node_id": "MDQ6VXNlcjExNjQwNTM1", + "avatar_url": "https://avatars1.githubusercontent.com/u/11640535?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/saenzramiro", - "html_url": "https://github.com/saenzramiro", - "followers_url": "https://api.github.com/users/saenzramiro/followers", - "following_url": "https://api.github.com/users/saenzramiro/following{/other_user}", - "gists_url": "https://api.github.com/users/saenzramiro/gists{/gist_id}", - "starred_url": "https://api.github.com/users/saenzramiro/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/saenzramiro/subscriptions", - "organizations_url": "https://api.github.com/users/saenzramiro/orgs", - "repos_url": "https://api.github.com/users/saenzramiro/repos", - "events_url": "https://api.github.com/users/saenzramiro/events{/privacy}", - "received_events_url": "https://api.github.com/users/saenzramiro/received_events", + "url": "https://api.github.com/users/farskipper", + "html_url": "https://github.com/farskipper", + "followers_url": "https://api.github.com/users/farskipper/followers", + "following_url": "https://api.github.com/users/farskipper/following{/other_user}", + "gists_url": "https://api.github.com/users/farskipper/gists{/gist_id}", + "starred_url": "https://api.github.com/users/farskipper/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/farskipper/subscriptions", + "organizations_url": "https://api.github.com/users/farskipper/orgs", + "repos_url": "https://api.github.com/users/farskipper/repos", + "events_url": "https://api.github.com/users/farskipper/events{/privacy}", + "received_events_url": "https://api.github.com/users/farskipper/received_events", "type": "User", "site_admin": false }, - "content_type": "application/x-redhat-package-manager", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 54062720, - "download_count": 158, - "created_at": "2020-08-31T23:28:40Z", - "updated_at": "2020-08-31T23:28:42Z", - "browser_download_url": "https://github.com/ramboxapp/community-edition/releases/download/0.7.6/Rambox-0.7.6-linux-x86_64.rpm" + "size": 120781502, + "download_count": 504, + "created_at": "2020-08-09T00:25:52Z", + "updated_at": "2020-08-09T00:25:54Z", + "browser_download_url": "https://github.com/rebaslight/rebaslight/releases/download/v3.6.1/Rebaslight-Setup-3.6.1.exe" }, { - "url": "https://api.github.com/repos/ramboxapp/community-edition/releases/assets/24592794", - "id": 24592794, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI0NTkyNzk0", - "name": "Rambox-0.7.6-mac.dmg", + "url": "https://api.github.com/repos/rebaslight/rebaslight/releases/assets/23733390", + "id": 23733390, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNzMzMzkw", + "name": "Rebaslight-Setup-3.6.1.exe.blockmap", "label": "", "uploader": { - "login": "saenzramiro", - "id": 2694669, - "node_id": "MDQ6VXNlcjI2OTQ2Njk=", - "avatar_url": "https://avatars2.githubusercontent.com/u/2694669?v=4", + "login": "farskipper", + "id": 11640535, + "node_id": "MDQ6VXNlcjExNjQwNTM1", + "avatar_url": "https://avatars1.githubusercontent.com/u/11640535?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/saenzramiro", - "html_url": "https://github.com/saenzramiro", - "followers_url": "https://api.github.com/users/saenzramiro/followers", - "following_url": "https://api.github.com/users/saenzramiro/following{/other_user}", - "gists_url": "https://api.github.com/users/saenzramiro/gists{/gist_id}", - "starred_url": "https://api.github.com/users/saenzramiro/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/saenzramiro/subscriptions", - "organizations_url": "https://api.github.com/users/saenzramiro/orgs", - "repos_url": "https://api.github.com/users/saenzramiro/repos", - "events_url": "https://api.github.com/users/saenzramiro/events{/privacy}", - "received_events_url": "https://api.github.com/users/saenzramiro/received_events", + "url": "https://api.github.com/users/farskipper", + "html_url": "https://github.com/farskipper", + "followers_url": "https://api.github.com/users/farskipper/followers", + "following_url": "https://api.github.com/users/farskipper/following{/other_user}", + "gists_url": "https://api.github.com/users/farskipper/gists{/gist_id}", + "starred_url": "https://api.github.com/users/farskipper/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/farskipper/subscriptions", + "organizations_url": "https://api.github.com/users/farskipper/orgs", + "repos_url": "https://api.github.com/users/farskipper/repos", + "events_url": "https://api.github.com/users/farskipper/events{/privacy}", + "received_events_url": "https://api.github.com/users/farskipper/received_events", "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 71778522, - "download_count": 1385, - "created_at": "2020-08-31T23:21:51Z", - "updated_at": "2020-08-31T23:21:54Z", - "browser_download_url": "https://github.com/ramboxapp/community-edition/releases/download/0.7.6/Rambox-0.7.6-mac.dmg" + "size": 125753, + "download_count": 1, + "created_at": "2020-08-09T00:25:52Z", + "updated_at": "2020-08-09T00:25:52Z", + "browser_download_url": "https://github.com/rebaslight/rebaslight/releases/download/v3.6.1/Rebaslight-Setup-3.6.1.exe.blockmap" }, { - "url": "https://api.github.com/repos/ramboxapp/community-edition/releases/assets/24592793", - "id": 24592793, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI0NTkyNzkz", - "name": "Rambox-0.7.6-mac.dmg.blockmap", + "url": "https://api.github.com/repos/rebaslight/rebaslight/releases/assets/23733474", + "id": 23733474, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNzMzNDc0", + "name": "rebaslight_3.6.1_amd64.deb", "label": "", "uploader": { - "login": "saenzramiro", - "id": 2694669, - "node_id": "MDQ6VXNlcjI2OTQ2Njk=", - "avatar_url": "https://avatars2.githubusercontent.com/u/2694669?v=4", + "login": "farskipper", + "id": 11640535, + "node_id": "MDQ6VXNlcjExNjQwNTM1", + "avatar_url": "https://avatars1.githubusercontent.com/u/11640535?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/saenzramiro", - "html_url": "https://github.com/saenzramiro", - "followers_url": "https://api.github.com/users/saenzramiro/followers", - "following_url": "https://api.github.com/users/saenzramiro/following{/other_user}", - "gists_url": "https://api.github.com/users/saenzramiro/gists{/gist_id}", - "starred_url": "https://api.github.com/users/saenzramiro/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/saenzramiro/subscriptions", - "organizations_url": "https://api.github.com/users/saenzramiro/orgs", - "repos_url": "https://api.github.com/users/saenzramiro/repos", - "events_url": "https://api.github.com/users/saenzramiro/events{/privacy}", - "received_events_url": "https://api.github.com/users/saenzramiro/received_events", + "url": "https://api.github.com/users/farskipper", + "html_url": "https://github.com/farskipper", + "followers_url": "https://api.github.com/users/farskipper/followers", + "following_url": "https://api.github.com/users/farskipper/following{/other_user}", + "gists_url": "https://api.github.com/users/farskipper/gists{/gist_id}", + "starred_url": "https://api.github.com/users/farskipper/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/farskipper/subscriptions", + "organizations_url": "https://api.github.com/users/farskipper/orgs", + "repos_url": "https://api.github.com/users/farskipper/repos", + "events_url": "https://api.github.com/users/farskipper/events{/privacy}", + "received_events_url": "https://api.github.com/users/farskipper/received_events", "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 75731, - "download_count": 12, - "created_at": "2020-08-31T23:21:51Z", - "updated_at": "2020-08-31T23:21:51Z", - "browser_download_url": "https://github.com/ramboxapp/community-edition/releases/download/0.7.6/Rambox-0.7.6-mac.dmg.blockmap" + "size": 64842692, + "download_count": 29, + "created_at": "2020-08-09T00:35:52Z", + "updated_at": "2020-08-09T00:35:54Z", + "browser_download_url": "https://github.com/rebaslight/rebaslight/releases/download/v3.6.1/rebaslight_3.6.1_amd64.deb" }, { - "url": "https://api.github.com/repos/ramboxapp/community-edition/releases/assets/24592792", - "id": 24592792, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI0NTkyNzky", - "name": "Rambox-0.7.6-mac.zip", + "url": "https://api.github.com/repos/rebaslight/rebaslight/releases/assets/23733473", + "id": 23733473, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNzMzNDcz", + "name": "rebaslight_3.6.1_i386.deb", "label": "", "uploader": { - "login": "saenzramiro", - "id": 2694669, - "node_id": "MDQ6VXNlcjI2OTQ2Njk=", - "avatar_url": "https://avatars2.githubusercontent.com/u/2694669?v=4", + "login": "farskipper", + "id": 11640535, + "node_id": "MDQ6VXNlcjExNjQwNTM1", + "avatar_url": "https://avatars1.githubusercontent.com/u/11640535?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/saenzramiro", - "html_url": "https://github.com/saenzramiro", - "followers_url": "https://api.github.com/users/saenzramiro/followers", - "following_url": "https://api.github.com/users/saenzramiro/following{/other_user}", - "gists_url": "https://api.github.com/users/saenzramiro/gists{/gist_id}", - "starred_url": "https://api.github.com/users/saenzramiro/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/saenzramiro/subscriptions", - "organizations_url": "https://api.github.com/users/saenzramiro/orgs", - "repos_url": "https://api.github.com/users/saenzramiro/repos", - "events_url": "https://api.github.com/users/saenzramiro/events{/privacy}", - "received_events_url": "https://api.github.com/users/saenzramiro/received_events", + "url": "https://api.github.com/users/farskipper", + "html_url": "https://github.com/farskipper", + "followers_url": "https://api.github.com/users/farskipper/followers", + "following_url": "https://api.github.com/users/farskipper/following{/other_user}", + "gists_url": "https://api.github.com/users/farskipper/gists{/gist_id}", + "starred_url": "https://api.github.com/users/farskipper/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/farskipper/subscriptions", + "organizations_url": "https://api.github.com/users/farskipper/orgs", + "repos_url": "https://api.github.com/users/farskipper/repos", + "events_url": "https://api.github.com/users/farskipper/events{/privacy}", + "received_events_url": "https://api.github.com/users/farskipper/received_events", "type": "User", "site_admin": false }, - "content_type": "application/zip", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 69071625, - "download_count": 964, - "created_at": "2020-08-31T23:21:51Z", - "updated_at": "2020-08-31T23:21:53Z", - "browser_download_url": "https://github.com/ramboxapp/community-edition/releases/download/0.7.6/Rambox-0.7.6-mac.zip" - }, + "size": 63611210, + "download_count": 9, + "created_at": "2020-08-09T00:35:25Z", + "updated_at": "2020-08-09T00:35:27Z", + "browser_download_url": "https://github.com/rebaslight/rebaslight/releases/download/v3.6.1/rebaslight_3.6.1_i386.deb" + } + ], + "tarball_url": "https://api.github.com/repos/rebaslight/rebaslight/tarball/v3.6.1", + "zipball_url": "https://api.github.com/repos/rebaslight/rebaslight/zipball/v3.6.1", + "body_html": "" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:29.690Z" + }, + "rambox": { + "latestRelease": { + "url": "https://api.github.com/repos/ramboxapp/community-edition/releases/30452052", + "assets_url": "https://api.github.com/repos/ramboxapp/community-edition/releases/30452052/assets", + "upload_url": "https://uploads.github.com/repos/ramboxapp/community-edition/releases/30452052/assets{?name,label}", + "html_url": "https://github.com/ramboxapp/community-edition/releases/tag/0.7.6", + "id": 30452052, + "node_id": "MDc6UmVsZWFzZTMwNDUyMDUy", + "tag_name": "0.7.6", + "target_commitish": "master", + "name": "0.7.6", + "draft": false, + "author": { + "login": "saenzramiro", + "id": 2694669, + "node_id": "MDQ6VXNlcjI2OTQ2Njk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2694669?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/saenzramiro", + "html_url": "https://github.com/saenzramiro", + "followers_url": "https://api.github.com/users/saenzramiro/followers", + "following_url": "https://api.github.com/users/saenzramiro/following{/other_user}", + "gists_url": "https://api.github.com/users/saenzramiro/gists{/gist_id}", + "starred_url": "https://api.github.com/users/saenzramiro/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/saenzramiro/subscriptions", + "organizations_url": "https://api.github.com/users/saenzramiro/orgs", + "repos_url": "https://api.github.com/users/saenzramiro/repos", + "events_url": "https://api.github.com/users/saenzramiro/events{/privacy}", + "received_events_url": "https://api.github.com/users/saenzramiro/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2020-08-31T23:13:27Z", + "published_at": "2020-08-31T23:43:22Z", + "assets": [ { - "url": "https://api.github.com/repos/ramboxapp/community-edition/releases/assets/24592567", - "id": 24592567, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI0NTkyNTY3", - "name": "Rambox-0.7.6-win-ia32.zip", + "url": "https://api.github.com/repos/ramboxapp/community-edition/releases/assets/24593071", + "id": 24593071, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI0NTkzMDcx", + "name": "latest-linux-ia32.yml", "label": "", "uploader": { "login": "saenzramiro", @@ -85218,19 +85555,19 @@ "type": "User", "site_admin": false }, - "content_type": "application/zip", + "content_type": "text/yaml", "state": "uploaded", - "size": 64801477, - "download_count": 484, - "created_at": "2020-08-31T23:17:13Z", - "updated_at": "2020-08-31T23:17:17Z", - "browser_download_url": "https://github.com/ramboxapp/community-edition/releases/download/0.7.6/Rambox-0.7.6-win-ia32.zip" + "size": 384, + "download_count": 21, + "created_at": "2020-08-31T23:28:42Z", + "updated_at": "2020-08-31T23:28:42Z", + "browser_download_url": "https://github.com/ramboxapp/community-edition/releases/download/0.7.6/latest-linux-ia32.yml" }, { - "url": "https://api.github.com/repos/ramboxapp/community-edition/releases/assets/24592557", - "id": 24592557, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI0NTkyNTU3", - "name": "Rambox-0.7.6-win-x64.zip", + "url": "https://api.github.com/repos/ramboxapp/community-edition/releases/assets/24593070", + "id": 24593070, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI0NTkzMDcw", + "name": "latest-linux.yml", "label": "", "uploader": { "login": "saenzramiro", @@ -85252,19 +85589,19 @@ "type": "User", "site_admin": false }, - "content_type": "application/zip", + "content_type": "text/yaml", "state": "uploaded", - "size": 67722636, - "download_count": 2306, - "created_at": "2020-08-31T23:16:58Z", - "updated_at": "2020-08-31T23:17:01Z", - "browser_download_url": "https://github.com/ramboxapp/community-edition/releases/download/0.7.6/Rambox-0.7.6-win-x64.zip" + "size": 388, + "download_count": 604, + "created_at": "2020-08-31T23:28:42Z", + "updated_at": "2020-08-31T23:28:42Z", + "browser_download_url": "https://github.com/ramboxapp/community-edition/releases/download/0.7.6/latest-linux.yml" }, { - "url": "https://api.github.com/repos/ramboxapp/community-edition/releases/assets/24592603", - "id": 24592603, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI0NTkyNjAz", - "name": "Rambox-0.7.6-win.exe", + "url": "https://api.github.com/repos/ramboxapp/community-edition/releases/assets/24592797", + "id": 24592797, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI0NTkyNzk3", + "name": "latest-mac.yml", "label": "", "uploader": { "login": "saenzramiro", @@ -85286,19 +85623,19 @@ "type": "User", "site_admin": false }, - "content_type": "application/octet-stream", + "content_type": "text/yaml", "state": "uploaded", - "size": 96839728, - "download_count": 10007, - "created_at": "2020-08-31T23:17:56Z", - "updated_at": "2020-08-31T23:17:59Z", - "browser_download_url": "https://github.com/ramboxapp/community-edition/releases/download/0.7.6/Rambox-0.7.6-win.exe" + "size": 510, + "download_count": 903, + "created_at": "2020-08-31T23:21:55Z", + "updated_at": "2020-08-31T23:21:55Z", + "browser_download_url": "https://github.com/ramboxapp/community-edition/releases/download/0.7.6/latest-mac.yml" }, { - "url": "https://api.github.com/repos/ramboxapp/community-edition/releases/assets/24592604", - "id": 24592604, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI0NTkyNjA0", - "name": "Rambox-0.7.6-win.exe.blockmap", + "url": "https://api.github.com/repos/ramboxapp/community-edition/releases/assets/24592953", + "id": 24592953, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI0NTkyOTUz", + "name": "Rambox-0.7.6-linux-amd64.deb", "label": "", "uploader": { "login": "saenzramiro", @@ -85322,929 +85659,596 @@ }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 101652, - "download_count": 14, - "created_at": "2020-08-31T23:17:56Z", - "updated_at": "2020-08-31T23:17:56Z", - "browser_download_url": "https://github.com/ramboxapp/community-edition/releases/download/0.7.6/Rambox-0.7.6-win.exe.blockmap" - } - ], - "tarball_url": "https://api.github.com/repos/ramboxapp/community-edition/tarball/0.7.6", - "zipball_url": "https://api.github.com/repos/ramboxapp/community-edition/zipball/0.7.6", - "body_html": "
\n

Electron v7.2.4
\nWindows 32 and 64 bit
\nmacOS 64 bit
\nLinux 32 and 64 bit

\n
\n
CHANGELOG
\n" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:45.272Z" - }, - "ray": { - "latestRelease": { - "url": "https://api.github.com/repos/teslor/ray/releases/10444783", - "assets_url": "https://api.github.com/repos/teslor/ray/releases/10444783/assets", - "upload_url": "https://uploads.github.com/repos/teslor/ray/releases/10444783/assets{?name,label}", - "html_url": "https://github.com/teslor/ray/releases/tag/v0.3.1", - "id": 10444783, - "node_id": "MDc6UmVsZWFzZTEwNDQ0Nzgz", - "tag_name": "v0.3.1", - "target_commitish": "master", - "name": "0.3.1", - "draft": false, - "author": { - "login": "teslor", - "id": 12593431, - "node_id": "MDQ6VXNlcjEyNTkzNDMx", - "avatar_url": "https://avatars3.githubusercontent.com/u/12593431?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/teslor", - "html_url": "https://github.com/teslor", - "followers_url": "https://api.github.com/users/teslor/followers", - "following_url": "https://api.github.com/users/teslor/following{/other_user}", - "gists_url": "https://api.github.com/users/teslor/gists{/gist_id}", - "starred_url": "https://api.github.com/users/teslor/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/teslor/subscriptions", - "organizations_url": "https://api.github.com/users/teslor/orgs", - "repos_url": "https://api.github.com/users/teslor/repos", - "events_url": "https://api.github.com/users/teslor/events{/privacy}", - "received_events_url": "https://api.github.com/users/teslor/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2018-04-08T13:32:48Z", - "published_at": "2018-04-08T13:55:55Z", - "assets": [ - { - "url": "https://api.github.com/repos/teslor/ray/releases/assets/6772950", - "id": 6772950, - "node_id": "MDEyOlJlbGVhc2VBc3NldDY3NzI5NTA=", - "name": "Ray-0.3.1-x64.exe", - "label": null, - "uploader": { - "login": "teslor", - "id": 12593431, - "node_id": "MDQ6VXNlcjEyNTkzNDMx", - "avatar_url": "https://avatars3.githubusercontent.com/u/12593431?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/teslor", - "html_url": "https://github.com/teslor", - "followers_url": "https://api.github.com/users/teslor/followers", - "following_url": "https://api.github.com/users/teslor/following{/other_user}", - "gists_url": "https://api.github.com/users/teslor/gists{/gist_id}", - "starred_url": "https://api.github.com/users/teslor/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/teslor/subscriptions", - "organizations_url": "https://api.github.com/users/teslor/orgs", - "repos_url": "https://api.github.com/users/teslor/repos", - "events_url": "https://api.github.com/users/teslor/events{/privacy}", - "received_events_url": "https://api.github.com/users/teslor/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-msdownload", - "state": "uploaded", - "size": 39163132, - "download_count": 1160, - "created_at": "2018-04-08T13:54:56Z", - "updated_at": "2018-04-08T13:55:05Z", - "browser_download_url": "https://github.com/teslor/ray/releases/download/v0.3.1/Ray-0.3.1-x64.exe" - }, - { - "url": "https://api.github.com/repos/teslor/ray/releases/assets/6772948", - "id": 6772948, - "node_id": "MDEyOlJlbGVhc2VBc3NldDY3NzI5NDg=", - "name": "Ray-0.3.1.dmg", - "label": null, - "uploader": { - "login": "teslor", - "id": 12593431, - "node_id": "MDQ6VXNlcjEyNTkzNDMx", - "avatar_url": "https://avatars3.githubusercontent.com/u/12593431?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/teslor", - "html_url": "https://github.com/teslor", - "followers_url": "https://api.github.com/users/teslor/followers", - "following_url": "https://api.github.com/users/teslor/following{/other_user}", - "gists_url": "https://api.github.com/users/teslor/gists{/gist_id}", - "starred_url": "https://api.github.com/users/teslor/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/teslor/subscriptions", - "organizations_url": "https://api.github.com/users/teslor/orgs", - "repos_url": "https://api.github.com/users/teslor/repos", - "events_url": "https://api.github.com/users/teslor/events{/privacy}", - "received_events_url": "https://api.github.com/users/teslor/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 53017388, - "download_count": 261, - "created_at": "2018-04-08T13:54:49Z", - "updated_at": "2018-04-08T13:55:00Z", - "browser_download_url": "https://github.com/teslor/ray/releases/download/v0.3.1/Ray-0.3.1.dmg" - } - ], - "tarball_url": "https://api.github.com/repos/teslor/ray/tarball/v0.3.1", - "zipball_url": "https://api.github.com/repos/teslor/ray/zipball/v0.3.1", - "body_html": "" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:45.304Z" - }, - "raven-reader": { - "latestRelease": { - "url": "https://api.github.com/repos/hello-efficiency-inc/raven-reader/releases/20158549", - "assets_url": "https://api.github.com/repos/hello-efficiency-inc/raven-reader/releases/20158549/assets", - "upload_url": "https://uploads.github.com/repos/hello-efficiency-inc/raven-reader/releases/20158549/assets{?name,label}", - "html_url": "https://github.com/hello-efficiency-inc/raven-reader/releases/tag/v0.6.6", - "id": 20158549, - "node_id": "MDc6UmVsZWFzZTIwMTU4NTQ5", - "tag_name": "v0.6.6", - "target_commitish": "master", - "name": "v0.6.6", - "draft": false, - "author": { - "login": "mrgodhani", - "id": 1529009, - "node_id": "MDQ6VXNlcjE1MjkwMDk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1529009?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/mrgodhani", - "html_url": "https://github.com/mrgodhani", - "followers_url": "https://api.github.com/users/mrgodhani/followers", - "following_url": "https://api.github.com/users/mrgodhani/following{/other_user}", - "gists_url": "https://api.github.com/users/mrgodhani/gists{/gist_id}", - "starred_url": "https://api.github.com/users/mrgodhani/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/mrgodhani/subscriptions", - "organizations_url": "https://api.github.com/users/mrgodhani/orgs", - "repos_url": "https://api.github.com/users/mrgodhani/repos", - "events_url": "https://api.github.com/users/mrgodhani/events{/privacy}", - "received_events_url": "https://api.github.com/users/mrgodhani/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2019-09-21T16:47:37Z", - "published_at": "2019-09-21T19:11:28Z", - "assets": [ - { - "url": "https://api.github.com/repos/hello-efficiency-inc/raven-reader/releases/assets/15049760", - "id": 15049760, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MDQ5NzYw", - "name": "latest-linux.yml", - "label": "", - "uploader": { - "login": "mrgodhani", - "id": 1529009, - "node_id": "MDQ6VXNlcjE1MjkwMDk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1529009?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/mrgodhani", - "html_url": "https://github.com/mrgodhani", - "followers_url": "https://api.github.com/users/mrgodhani/followers", - "following_url": "https://api.github.com/users/mrgodhani/following{/other_user}", - "gists_url": "https://api.github.com/users/mrgodhani/gists{/gist_id}", - "starred_url": "https://api.github.com/users/mrgodhani/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/mrgodhani/subscriptions", - "organizations_url": "https://api.github.com/users/mrgodhani/orgs", - "repos_url": "https://api.github.com/users/mrgodhani/repos", - "events_url": "https://api.github.com/users/mrgodhani/events{/privacy}", - "received_events_url": "https://api.github.com/users/mrgodhani/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "text/yaml", - "state": "uploaded", - "size": 374, - "download_count": 303, - "created_at": "2019-09-21T19:10:02Z", - "updated_at": "2019-09-21T19:10:02Z", - "browser_download_url": "https://github.com/hello-efficiency-inc/raven-reader/releases/download/v0.6.6/latest-linux.yml" - }, - { - "url": "https://api.github.com/repos/hello-efficiency-inc/raven-reader/releases/assets/15049759", - "id": 15049759, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MDQ5NzU5", - "name": "latest-mac.yml", - "label": "", - "uploader": { - "login": "mrgodhani", - "id": 1529009, - "node_id": "MDQ6VXNlcjE1MjkwMDk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1529009?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/mrgodhani", - "html_url": "https://github.com/mrgodhani", - "followers_url": "https://api.github.com/users/mrgodhani/followers", - "following_url": "https://api.github.com/users/mrgodhani/following{/other_user}", - "gists_url": "https://api.github.com/users/mrgodhani/gists{/gist_id}", - "starred_url": "https://api.github.com/users/mrgodhani/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/mrgodhani/subscriptions", - "organizations_url": "https://api.github.com/users/mrgodhani/orgs", - "repos_url": "https://api.github.com/users/mrgodhani/repos", - "events_url": "https://api.github.com/users/mrgodhani/events{/privacy}", - "received_events_url": "https://api.github.com/users/mrgodhani/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "text/yaml", - "state": "uploaded", - "size": 524, - "download_count": 167, - "created_at": "2019-09-21T19:10:02Z", - "updated_at": "2019-09-21T19:10:02Z", - "browser_download_url": "https://github.com/hello-efficiency-inc/raven-reader/releases/download/v0.6.6/latest-mac.yml" - }, - { - "url": "https://api.github.com/repos/hello-efficiency-inc/raven-reader/releases/assets/15049758", - "id": 15049758, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MDQ5NzU4", - "name": "latest.yml", - "label": "", - "uploader": { - "login": "mrgodhani", - "id": 1529009, - "node_id": "MDQ6VXNlcjE1MjkwMDk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1529009?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/mrgodhani", - "html_url": "https://github.com/mrgodhani", - "followers_url": "https://api.github.com/users/mrgodhani/followers", - "following_url": "https://api.github.com/users/mrgodhani/following{/other_user}", - "gists_url": "https://api.github.com/users/mrgodhani/gists{/gist_id}", - "starred_url": "https://api.github.com/users/mrgodhani/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/mrgodhani/subscriptions", - "organizations_url": "https://api.github.com/users/mrgodhani/orgs", - "repos_url": "https://api.github.com/users/mrgodhani/repos", - "events_url": "https://api.github.com/users/mrgodhani/events{/privacy}", - "received_events_url": "https://api.github.com/users/mrgodhani/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "text/yaml", - "state": "uploaded", - "size": 352, - "download_count": 448, - "created_at": "2019-09-21T19:10:02Z", - "updated_at": "2019-09-21T19:10:02Z", - "browser_download_url": "https://github.com/hello-efficiency-inc/raven-reader/releases/download/v0.6.6/latest.yml" - }, - { - "url": "https://api.github.com/repos/hello-efficiency-inc/raven-reader/releases/assets/15049747", - "id": 15049747, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MDQ5NzQ3", - "name": "Raven-Reader-0.6.6-mac.zip", - "label": "", - "uploader": { - "login": "mrgodhani", - "id": 1529009, - "node_id": "MDQ6VXNlcjE1MjkwMDk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1529009?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/mrgodhani", - "html_url": "https://github.com/mrgodhani", - "followers_url": "https://api.github.com/users/mrgodhani/followers", - "following_url": "https://api.github.com/users/mrgodhani/following{/other_user}", - "gists_url": "https://api.github.com/users/mrgodhani/gists{/gist_id}", - "starred_url": "https://api.github.com/users/mrgodhani/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/mrgodhani/subscriptions", - "organizations_url": "https://api.github.com/users/mrgodhani/orgs", - "repos_url": "https://api.github.com/users/mrgodhani/repos", - "events_url": "https://api.github.com/users/mrgodhani/events{/privacy}", - "received_events_url": "https://api.github.com/users/mrgodhani/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 81994032, - "download_count": 368, - "created_at": "2019-09-21T19:08:03Z", - "updated_at": "2019-09-21T19:10:01Z", - "browser_download_url": "https://github.com/hello-efficiency-inc/raven-reader/releases/download/v0.6.6/Raven-Reader-0.6.6-mac.zip" + "size": 53580866, + "download_count": 1107, + "created_at": "2020-08-31T23:26:13Z", + "updated_at": "2020-08-31T23:26:31Z", + "browser_download_url": "https://github.com/ramboxapp/community-edition/releases/download/0.7.6/Rambox-0.7.6-linux-amd64.deb" }, { - "url": "https://api.github.com/repos/hello-efficiency-inc/raven-reader/releases/assets/15049742", - "id": 15049742, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MDQ5NzQy", - "name": "Raven-Reader-0.6.6.AppImage", + "url": "https://api.github.com/repos/ramboxapp/community-edition/releases/assets/24592691", + "id": 24592691, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI0NTkyNjkx", + "name": "Rambox-0.7.6-linux-amd64.snap", "label": "", "uploader": { - "login": "mrgodhani", - "id": 1529009, - "node_id": "MDQ6VXNlcjE1MjkwMDk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1529009?v=4", + "login": "saenzramiro", + "id": 2694669, + "node_id": "MDQ6VXNlcjI2OTQ2Njk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2694669?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/mrgodhani", - "html_url": "https://github.com/mrgodhani", - "followers_url": "https://api.github.com/users/mrgodhani/followers", - "following_url": "https://api.github.com/users/mrgodhani/following{/other_user}", - "gists_url": "https://api.github.com/users/mrgodhani/gists{/gist_id}", - "starred_url": "https://api.github.com/users/mrgodhani/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/mrgodhani/subscriptions", - "organizations_url": "https://api.github.com/users/mrgodhani/orgs", - "repos_url": "https://api.github.com/users/mrgodhani/repos", - "events_url": "https://api.github.com/users/mrgodhani/events{/privacy}", - "received_events_url": "https://api.github.com/users/mrgodhani/received_events", + "url": "https://api.github.com/users/saenzramiro", + "html_url": "https://github.com/saenzramiro", + "followers_url": "https://api.github.com/users/saenzramiro/followers", + "following_url": "https://api.github.com/users/saenzramiro/following{/other_user}", + "gists_url": "https://api.github.com/users/saenzramiro/gists{/gist_id}", + "starred_url": "https://api.github.com/users/saenzramiro/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/saenzramiro/subscriptions", + "organizations_url": "https://api.github.com/users/saenzramiro/orgs", + "repos_url": "https://api.github.com/users/saenzramiro/repos", + "events_url": "https://api.github.com/users/saenzramiro/events{/privacy}", + "received_events_url": "https://api.github.com/users/saenzramiro/received_events", "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 83769695, - "download_count": 1899, - "created_at": "2019-09-21T19:07:30Z", - "updated_at": "2019-09-21T19:09:58Z", - "browser_download_url": "https://github.com/hello-efficiency-inc/raven-reader/releases/download/v0.6.6/Raven-Reader-0.6.6.AppImage" + "size": 65347584, + "download_count": 67, + "created_at": "2020-08-31T23:19:41Z", + "updated_at": "2020-08-31T23:19:43Z", + "browser_download_url": "https://github.com/ramboxapp/community-edition/releases/download/0.7.6/Rambox-0.7.6-linux-amd64.snap" }, { - "url": "https://api.github.com/repos/hello-efficiency-inc/raven-reader/releases/assets/15049745", - "id": 15049745, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MDQ5NzQ1", - "name": "Raven-Reader-0.6.6.dmg", + "url": "https://api.github.com/repos/ramboxapp/community-edition/releases/assets/24592599", + "id": 24592599, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI0NTkyNTk5", + "name": "Rambox-0.7.6-linux-i386.AppImage", "label": "", "uploader": { - "login": "mrgodhani", - "id": 1529009, - "node_id": "MDQ6VXNlcjE1MjkwMDk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1529009?v=4", + "login": "saenzramiro", + "id": 2694669, + "node_id": "MDQ6VXNlcjI2OTQ2Njk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2694669?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/mrgodhani", - "html_url": "https://github.com/mrgodhani", - "followers_url": "https://api.github.com/users/mrgodhani/followers", - "following_url": "https://api.github.com/users/mrgodhani/following{/other_user}", - "gists_url": "https://api.github.com/users/mrgodhani/gists{/gist_id}", - "starred_url": "https://api.github.com/users/mrgodhani/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/mrgodhani/subscriptions", - "organizations_url": "https://api.github.com/users/mrgodhani/orgs", - "repos_url": "https://api.github.com/users/mrgodhani/repos", - "events_url": "https://api.github.com/users/mrgodhani/events{/privacy}", - "received_events_url": "https://api.github.com/users/mrgodhani/received_events", + "url": "https://api.github.com/users/saenzramiro", + "html_url": "https://github.com/saenzramiro", + "followers_url": "https://api.github.com/users/saenzramiro/followers", + "following_url": "https://api.github.com/users/saenzramiro/following{/other_user}", + "gists_url": "https://api.github.com/users/saenzramiro/gists{/gist_id}", + "starred_url": "https://api.github.com/users/saenzramiro/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/saenzramiro/subscriptions", + "organizations_url": "https://api.github.com/users/saenzramiro/orgs", + "repos_url": "https://api.github.com/users/saenzramiro/repos", + "events_url": "https://api.github.com/users/saenzramiro/events{/privacy}", + "received_events_url": "https://api.github.com/users/saenzramiro/received_events", "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 85634644, - "download_count": 460, - "created_at": "2019-09-21T19:07:43Z", - "updated_at": "2019-09-21T19:09:56Z", - "browser_download_url": "https://github.com/hello-efficiency-inc/raven-reader/releases/download/v0.6.6/Raven-Reader-0.6.6.dmg" + "size": 79081606, + "download_count": 84, + "created_at": "2020-08-31T23:17:52Z", + "updated_at": "2020-08-31T23:17:55Z", + "browser_download_url": "https://github.com/ramboxapp/community-edition/releases/download/0.7.6/Rambox-0.7.6-linux-i386.AppImage" }, { - "url": "https://api.github.com/repos/hello-efficiency-inc/raven-reader/releases/assets/15049744", - "id": 15049744, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MDQ5NzQ0", - "name": "Raven-Reader-0.6.6.dmg.blockmap", + "url": "https://api.github.com/repos/ramboxapp/community-edition/releases/assets/24592949", + "id": 24592949, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI0NTkyOTQ5", + "name": "Rambox-0.7.6-linux-i386.deb", "label": "", "uploader": { - "login": "mrgodhani", - "id": 1529009, - "node_id": "MDQ6VXNlcjE1MjkwMDk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1529009?v=4", + "login": "saenzramiro", + "id": 2694669, + "node_id": "MDQ6VXNlcjI2OTQ2Njk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2694669?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/mrgodhani", - "html_url": "https://github.com/mrgodhani", - "followers_url": "https://api.github.com/users/mrgodhani/followers", - "following_url": "https://api.github.com/users/mrgodhani/following{/other_user}", - "gists_url": "https://api.github.com/users/mrgodhani/gists{/gist_id}", - "starred_url": "https://api.github.com/users/mrgodhani/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/mrgodhani/subscriptions", - "organizations_url": "https://api.github.com/users/mrgodhani/orgs", - "repos_url": "https://api.github.com/users/mrgodhani/repos", - "events_url": "https://api.github.com/users/mrgodhani/events{/privacy}", - "received_events_url": "https://api.github.com/users/mrgodhani/received_events", + "url": "https://api.github.com/users/saenzramiro", + "html_url": "https://github.com/saenzramiro", + "followers_url": "https://api.github.com/users/saenzramiro/followers", + "following_url": "https://api.github.com/users/saenzramiro/following{/other_user}", + "gists_url": "https://api.github.com/users/saenzramiro/gists{/gist_id}", + "starred_url": "https://api.github.com/users/saenzramiro/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/saenzramiro/subscriptions", + "organizations_url": "https://api.github.com/users/saenzramiro/orgs", + "repos_url": "https://api.github.com/users/saenzramiro/repos", + "events_url": "https://api.github.com/users/saenzramiro/events{/privacy}", + "received_events_url": "https://api.github.com/users/saenzramiro/received_events", "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 90507, - "download_count": 42, - "created_at": "2019-09-21T19:07:43Z", - "updated_at": "2019-09-21T19:07:43Z", - "browser_download_url": "https://github.com/hello-efficiency-inc/raven-reader/releases/download/v0.6.6/Raven-Reader-0.6.6.dmg.blockmap" + "size": 55023918, + "download_count": 136, + "created_at": "2020-08-31T23:26:08Z", + "updated_at": "2020-08-31T23:26:10Z", + "browser_download_url": "https://github.com/ramboxapp/community-edition/releases/download/0.7.6/Rambox-0.7.6-linux-i386.deb" }, { - "url": "https://api.github.com/repos/hello-efficiency-inc/raven-reader/releases/assets/15049748", - "id": 15049748, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MDQ5NzQ4", - "name": "Raven-Reader-Setup-0.6.6.exe", + "url": "https://api.github.com/repos/ramboxapp/community-edition/releases/assets/24593065", + "id": 24593065, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI0NTkzMDY1", + "name": "Rambox-0.7.6-linux-i686.rpm", "label": "", "uploader": { - "login": "mrgodhani", - "id": 1529009, - "node_id": "MDQ6VXNlcjE1MjkwMDk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1529009?v=4", + "login": "saenzramiro", + "id": 2694669, + "node_id": "MDQ6VXNlcjI2OTQ2Njk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2694669?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/mrgodhani", - "html_url": "https://github.com/mrgodhani", - "followers_url": "https://api.github.com/users/mrgodhani/followers", - "following_url": "https://api.github.com/users/mrgodhani/following{/other_user}", - "gists_url": "https://api.github.com/users/mrgodhani/gists{/gist_id}", - "starred_url": "https://api.github.com/users/mrgodhani/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/mrgodhani/subscriptions", - "organizations_url": "https://api.github.com/users/mrgodhani/orgs", - "repos_url": "https://api.github.com/users/mrgodhani/repos", - "events_url": "https://api.github.com/users/mrgodhani/events{/privacy}", - "received_events_url": "https://api.github.com/users/mrgodhani/received_events", + "url": "https://api.github.com/users/saenzramiro", + "html_url": "https://github.com/saenzramiro", + "followers_url": "https://api.github.com/users/saenzramiro/followers", + "following_url": "https://api.github.com/users/saenzramiro/following{/other_user}", + "gists_url": "https://api.github.com/users/saenzramiro/gists{/gist_id}", + "starred_url": "https://api.github.com/users/saenzramiro/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/saenzramiro/subscriptions", + "organizations_url": "https://api.github.com/users/saenzramiro/orgs", + "repos_url": "https://api.github.com/users/saenzramiro/repos", + "events_url": "https://api.github.com/users/saenzramiro/events{/privacy}", + "received_events_url": "https://api.github.com/users/saenzramiro/received_events", "type": "User", "site_admin": false }, - "content_type": "application/octet-stream", + "content_type": "application/x-redhat-package-manager", "state": "uploaded", - "size": 56907318, - "download_count": 1604, - "created_at": "2019-09-21T19:08:10Z", - "updated_at": "2019-09-21T19:09:56Z", - "browser_download_url": "https://github.com/hello-efficiency-inc/raven-reader/releases/download/v0.6.6/Raven-Reader-Setup-0.6.6.exe" + "size": 55238580, + "download_count": 51, + "created_at": "2020-08-31T23:28:40Z", + "updated_at": "2020-08-31T23:28:41Z", + "browser_download_url": "https://github.com/ramboxapp/community-edition/releases/download/0.7.6/Rambox-0.7.6-linux-i686.rpm" }, { - "url": "https://api.github.com/repos/hello-efficiency-inc/raven-reader/releases/assets/15049749", - "id": 15049749, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MDQ5NzQ5", - "name": "Raven-Reader-Setup-0.6.6.exe.blockmap", + "url": "https://api.github.com/repos/ramboxapp/community-edition/releases/assets/24592870", + "id": 24592870, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI0NTkyODcw", + "name": "Rambox-0.7.6-linux-ia32.tar.gz", "label": "", "uploader": { - "login": "mrgodhani", - "id": 1529009, - "node_id": "MDQ6VXNlcjE1MjkwMDk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1529009?v=4", + "login": "saenzramiro", + "id": 2694669, + "node_id": "MDQ6VXNlcjI2OTQ2Njk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2694669?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/mrgodhani", - "html_url": "https://github.com/mrgodhani", - "followers_url": "https://api.github.com/users/mrgodhani/followers", - "following_url": "https://api.github.com/users/mrgodhani/following{/other_user}", - "gists_url": "https://api.github.com/users/mrgodhani/gists{/gist_id}", - "starred_url": "https://api.github.com/users/mrgodhani/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/mrgodhani/subscriptions", - "organizations_url": "https://api.github.com/users/mrgodhani/orgs", - "repos_url": "https://api.github.com/users/mrgodhani/repos", - "events_url": "https://api.github.com/users/mrgodhani/events{/privacy}", - "received_events_url": "https://api.github.com/users/mrgodhani/received_events", + "url": "https://api.github.com/users/saenzramiro", + "html_url": "https://github.com/saenzramiro", + "followers_url": "https://api.github.com/users/saenzramiro/followers", + "following_url": "https://api.github.com/users/saenzramiro/following{/other_user}", + "gists_url": "https://api.github.com/users/saenzramiro/gists{/gist_id}", + "starred_url": "https://api.github.com/users/saenzramiro/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/saenzramiro/subscriptions", + "organizations_url": "https://api.github.com/users/saenzramiro/orgs", + "repos_url": "https://api.github.com/users/saenzramiro/repos", + "events_url": "https://api.github.com/users/saenzramiro/events{/privacy}", + "received_events_url": "https://api.github.com/users/saenzramiro/received_events", "type": "User", "site_admin": false }, - "content_type": "application/octet-stream", + "content_type": "application/gzip", "state": "uploaded", - "size": 59824, - "download_count": 91, - "created_at": "2019-09-21T19:08:10Z", - "updated_at": "2019-09-21T19:08:10Z", - "browser_download_url": "https://github.com/hello-efficiency-inc/raven-reader/releases/download/v0.6.6/Raven-Reader-Setup-0.6.6.exe.blockmap" + "size": 74870436, + "download_count": 25, + "created_at": "2020-08-31T23:23:40Z", + "updated_at": "2020-08-31T23:23:43Z", + "browser_download_url": "https://github.com/ramboxapp/community-edition/releases/download/0.7.6/Rambox-0.7.6-linux-ia32.tar.gz" }, { - "url": "https://api.github.com/repos/hello-efficiency-inc/raven-reader/releases/assets/15049743", - "id": 15049743, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MDQ5NzQz", - "name": "raven-reader_0.6.6_amd64.snap", + "url": "https://api.github.com/repos/ramboxapp/community-edition/releases/assets/24592731", + "id": 24592731, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI0NTkyNzMx", + "name": "Rambox-0.7.6-linux-ia32.zip", "label": "", "uploader": { - "login": "mrgodhani", - "id": 1529009, - "node_id": "MDQ6VXNlcjE1MjkwMDk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1529009?v=4", + "login": "saenzramiro", + "id": 2694669, + "node_id": "MDQ6VXNlcjI2OTQ2Njk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2694669?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/mrgodhani", - "html_url": "https://github.com/mrgodhani", - "followers_url": "https://api.github.com/users/mrgodhani/followers", - "following_url": "https://api.github.com/users/mrgodhani/following{/other_user}", - "gists_url": "https://api.github.com/users/mrgodhani/gists{/gist_id}", - "starred_url": "https://api.github.com/users/mrgodhani/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/mrgodhani/subscriptions", - "organizations_url": "https://api.github.com/users/mrgodhani/orgs", - "repos_url": "https://api.github.com/users/mrgodhani/repos", - "events_url": "https://api.github.com/users/mrgodhani/events{/privacy}", - "received_events_url": "https://api.github.com/users/mrgodhani/received_events", + "url": "https://api.github.com/users/saenzramiro", + "html_url": "https://github.com/saenzramiro", + "followers_url": "https://api.github.com/users/saenzramiro/followers", + "following_url": "https://api.github.com/users/saenzramiro/following{/other_user}", + "gists_url": "https://api.github.com/users/saenzramiro/gists{/gist_id}", + "starred_url": "https://api.github.com/users/saenzramiro/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/saenzramiro/subscriptions", + "organizations_url": "https://api.github.com/users/saenzramiro/orgs", + "repos_url": "https://api.github.com/users/saenzramiro/repos", + "events_url": "https://api.github.com/users/saenzramiro/events{/privacy}", + "received_events_url": "https://api.github.com/users/saenzramiro/received_events", "type": "User", "site_admin": false }, - "content_type": "application/octet-stream", + "content_type": "application/zip", "state": "uploaded", - "size": 71077888, - "download_count": 204, - "created_at": "2019-09-21T19:07:37Z", - "updated_at": "2019-09-21T19:09:31Z", - "browser_download_url": "https://github.com/hello-efficiency-inc/raven-reader/releases/download/v0.6.6/raven-reader_0.6.6_amd64.snap" - } - ], - "tarball_url": "https://api.github.com/repos/hello-efficiency-inc/raven-reader/tarball/v0.6.6", - "zipball_url": "https://api.github.com/repos/hello-efficiency-inc/raven-reader/zipball/v0.6.6", - "body_html": "

Updates

\n" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:45.596Z" - }, - "rebaslight": { - "latestRelease": { - "url": "https://api.github.com/repos/rebaslight/rebaslight/releases/29481093", - "assets_url": "https://api.github.com/repos/rebaslight/rebaslight/releases/29481093/assets", - "upload_url": "https://uploads.github.com/repos/rebaslight/rebaslight/releases/29481093/assets{?name,label}", - "html_url": "https://github.com/rebaslight/rebaslight/releases/tag/v3.6.1", - "id": 29481093, - "node_id": "MDc6UmVsZWFzZTI5NDgxMDkz", - "tag_name": "v3.6.1", - "target_commitish": "master", - "name": "3.6.1", - "draft": false, - "author": { - "login": "farskipper", - "id": 11640535, - "node_id": "MDQ6VXNlcjExNjQwNTM1", - "avatar_url": "https://avatars1.githubusercontent.com/u/11640535?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/farskipper", - "html_url": "https://github.com/farskipper", - "followers_url": "https://api.github.com/users/farskipper/followers", - "following_url": "https://api.github.com/users/farskipper/following{/other_user}", - "gists_url": "https://api.github.com/users/farskipper/gists{/gist_id}", - "starred_url": "https://api.github.com/users/farskipper/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/farskipper/subscriptions", - "organizations_url": "https://api.github.com/users/farskipper/orgs", - "repos_url": "https://api.github.com/users/farskipper/repos", - "events_url": "https://api.github.com/users/farskipper/events{/privacy}", - "received_events_url": "https://api.github.com/users/farskipper/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2020-08-09T00:17:21Z", - "published_at": "2020-08-09T00:39:52Z", - "assets": [ + "size": 75073087, + "download_count": 40, + "created_at": "2020-08-31T23:20:25Z", + "updated_at": "2020-08-31T23:20:27Z", + "browser_download_url": "https://github.com/ramboxapp/community-edition/releases/download/0.7.6/Rambox-0.7.6-linux-ia32.zip" + }, { - "url": "https://api.github.com/repos/rebaslight/rebaslight/releases/assets/23733357", - "id": 23733357, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNzMzMzU3", - "name": "latest-mac.yml", + "url": "https://api.github.com/repos/ramboxapp/community-edition/releases/assets/24592871", + "id": 24592871, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI0NTkyODcx", + "name": "Rambox-0.7.6-linux-x64.tar.gz", "label": "", "uploader": { - "login": "farskipper", - "id": 11640535, - "node_id": "MDQ6VXNlcjExNjQwNTM1", - "avatar_url": "https://avatars1.githubusercontent.com/u/11640535?v=4", + "login": "saenzramiro", + "id": 2694669, + "node_id": "MDQ6VXNlcjI2OTQ2Njk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2694669?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/farskipper", - "html_url": "https://github.com/farskipper", - "followers_url": "https://api.github.com/users/farskipper/followers", - "following_url": "https://api.github.com/users/farskipper/following{/other_user}", - "gists_url": "https://api.github.com/users/farskipper/gists{/gist_id}", - "starred_url": "https://api.github.com/users/farskipper/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/farskipper/subscriptions", - "organizations_url": "https://api.github.com/users/farskipper/orgs", - "repos_url": "https://api.github.com/users/farskipper/repos", - "events_url": "https://api.github.com/users/farskipper/events{/privacy}", - "received_events_url": "https://api.github.com/users/farskipper/received_events", + "url": "https://api.github.com/users/saenzramiro", + "html_url": "https://github.com/saenzramiro", + "followers_url": "https://api.github.com/users/saenzramiro/followers", + "following_url": "https://api.github.com/users/saenzramiro/following{/other_user}", + "gists_url": "https://api.github.com/users/saenzramiro/gists{/gist_id}", + "starred_url": "https://api.github.com/users/saenzramiro/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/saenzramiro/subscriptions", + "organizations_url": "https://api.github.com/users/saenzramiro/orgs", + "repos_url": "https://api.github.com/users/saenzramiro/repos", + "events_url": "https://api.github.com/users/saenzramiro/events{/privacy}", + "received_events_url": "https://api.github.com/users/saenzramiro/received_events", "type": "User", "site_admin": false }, - "content_type": "text/yaml", + "content_type": "application/gzip", "state": "uploaded", - "size": 518, - "download_count": 1, - "created_at": "2020-08-09T00:21:42Z", - "updated_at": "2020-08-09T00:21:42Z", - "browser_download_url": "https://github.com/rebaslight/rebaslight/releases/download/v3.6.1/latest-mac.yml" + "size": 73284762, + "download_count": 1690, + "created_at": "2020-08-31T23:23:43Z", + "updated_at": "2020-08-31T23:23:46Z", + "browser_download_url": "https://github.com/ramboxapp/community-edition/releases/download/0.7.6/Rambox-0.7.6-linux-x64.tar.gz" }, { - "url": "https://api.github.com/repos/rebaslight/rebaslight/releases/assets/23733475", - "id": 23733475, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNzMzNDc1", - "name": "latest.yml", + "url": "https://api.github.com/repos/ramboxapp/community-edition/releases/assets/24592729", + "id": 24592729, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI0NTkyNzI5", + "name": "Rambox-0.7.6-linux-x64.zip", "label": "", "uploader": { - "login": "farskipper", - "id": 11640535, - "node_id": "MDQ6VXNlcjExNjQwNTM1", - "avatar_url": "https://avatars1.githubusercontent.com/u/11640535?v=4", + "login": "saenzramiro", + "id": 2694669, + "node_id": "MDQ6VXNlcjI2OTQ2Njk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2694669?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/farskipper", - "html_url": "https://github.com/farskipper", - "followers_url": "https://api.github.com/users/farskipper/followers", - "following_url": "https://api.github.com/users/farskipper/following{/other_user}", - "gists_url": "https://api.github.com/users/farskipper/gists{/gist_id}", - "starred_url": "https://api.github.com/users/farskipper/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/farskipper/subscriptions", - "organizations_url": "https://api.github.com/users/farskipper/orgs", - "repos_url": "https://api.github.com/users/farskipper/repos", - "events_url": "https://api.github.com/users/farskipper/events{/privacy}", - "received_events_url": "https://api.github.com/users/farskipper/received_events", + "url": "https://api.github.com/users/saenzramiro", + "html_url": "https://github.com/saenzramiro", + "followers_url": "https://api.github.com/users/saenzramiro/followers", + "following_url": "https://api.github.com/users/saenzramiro/following{/other_user}", + "gists_url": "https://api.github.com/users/saenzramiro/gists{/gist_id}", + "starred_url": "https://api.github.com/users/saenzramiro/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/saenzramiro/subscriptions", + "organizations_url": "https://api.github.com/users/saenzramiro/orgs", + "repos_url": "https://api.github.com/users/saenzramiro/repos", + "events_url": "https://api.github.com/users/saenzramiro/events{/privacy}", + "received_events_url": "https://api.github.com/users/saenzramiro/received_events", "type": "User", "site_admin": false }, - "content_type": "text/yaml", + "content_type": "application/zip", "state": "uploaded", - "size": 349, - "download_count": 2, - "created_at": "2020-08-09T00:35:54Z", - "updated_at": "2020-08-09T00:35:54Z", - "browser_download_url": "https://github.com/rebaslight/rebaslight/releases/download/v3.6.1/latest.yml" + "size": 73481266, + "download_count": 51, + "created_at": "2020-08-31T23:20:23Z", + "updated_at": "2020-08-31T23:20:25Z", + "browser_download_url": "https://github.com/ramboxapp/community-edition/releases/download/0.7.6/Rambox-0.7.6-linux-x64.zip" }, { - "url": "https://api.github.com/repos/rebaslight/rebaslight/releases/assets/23733451", - "id": 23733451, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNzMzNDUx", - "name": "rebaslight-3.6.1-ia32.tar.bz2", + "url": "https://api.github.com/repos/ramboxapp/community-edition/releases/assets/24592585", + "id": 24592585, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI0NTkyNTg1", + "name": "Rambox-0.7.6-linux-x86_64.AppImage", "label": "", "uploader": { - "login": "farskipper", - "id": 11640535, - "node_id": "MDQ6VXNlcjExNjQwNTM1", - "avatar_url": "https://avatars1.githubusercontent.com/u/11640535?v=4", + "login": "saenzramiro", + "id": 2694669, + "node_id": "MDQ6VXNlcjI2OTQ2Njk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2694669?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/farskipper", - "html_url": "https://github.com/farskipper", - "followers_url": "https://api.github.com/users/farskipper/followers", - "following_url": "https://api.github.com/users/farskipper/following{/other_user}", - "gists_url": "https://api.github.com/users/farskipper/gists{/gist_id}", - "starred_url": "https://api.github.com/users/farskipper/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/farskipper/subscriptions", - "organizations_url": "https://api.github.com/users/farskipper/orgs", - "repos_url": "https://api.github.com/users/farskipper/repos", - "events_url": "https://api.github.com/users/farskipper/events{/privacy}", - "received_events_url": "https://api.github.com/users/farskipper/received_events", + "url": "https://api.github.com/users/saenzramiro", + "html_url": "https://github.com/saenzramiro", + "followers_url": "https://api.github.com/users/saenzramiro/followers", + "following_url": "https://api.github.com/users/saenzramiro/following{/other_user}", + "gists_url": "https://api.github.com/users/saenzramiro/gists{/gist_id}", + "starred_url": "https://api.github.com/users/saenzramiro/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/saenzramiro/subscriptions", + "organizations_url": "https://api.github.com/users/saenzramiro/orgs", + "repos_url": "https://api.github.com/users/saenzramiro/repos", + "events_url": "https://api.github.com/users/saenzramiro/events{/privacy}", + "received_events_url": "https://api.github.com/users/saenzramiro/received_events", "type": "User", "site_admin": false }, - "content_type": "application/x-bzip2", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 77889283, - "download_count": 13, - "created_at": "2020-08-09T00:32:36Z", - "updated_at": "2020-08-09T00:32:38Z", - "browser_download_url": "https://github.com/rebaslight/rebaslight/releases/download/v3.6.1/rebaslight-3.6.1-ia32.tar.bz2" + "size": 77557682, + "download_count": 1511, + "created_at": "2020-08-31T23:17:36Z", + "updated_at": "2020-08-31T23:17:39Z", + "browser_download_url": "https://github.com/ramboxapp/community-edition/releases/download/0.7.6/Rambox-0.7.6-linux-x86_64.AppImage" }, { - "url": "https://api.github.com/repos/rebaslight/rebaslight/releases/assets/23733356", - "id": 23733356, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNzMzMzU2", - "name": "Rebaslight-3.6.1-mac.zip", + "url": "https://api.github.com/repos/ramboxapp/community-edition/releases/assets/24593066", + "id": 24593066, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI0NTkzMDY2", + "name": "Rambox-0.7.6-linux-x86_64.rpm", "label": "", "uploader": { - "login": "farskipper", - "id": 11640535, - "node_id": "MDQ6VXNlcjExNjQwNTM1", - "avatar_url": "https://avatars1.githubusercontent.com/u/11640535?v=4", + "login": "saenzramiro", + "id": 2694669, + "node_id": "MDQ6VXNlcjI2OTQ2Njk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2694669?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/farskipper", - "html_url": "https://github.com/farskipper", - "followers_url": "https://api.github.com/users/farskipper/followers", - "following_url": "https://api.github.com/users/farskipper/following{/other_user}", - "gists_url": "https://api.github.com/users/farskipper/gists{/gist_id}", - "starred_url": "https://api.github.com/users/farskipper/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/farskipper/subscriptions", - "organizations_url": "https://api.github.com/users/farskipper/orgs", - "repos_url": "https://api.github.com/users/farskipper/repos", - "events_url": "https://api.github.com/users/farskipper/events{/privacy}", - "received_events_url": "https://api.github.com/users/farskipper/received_events", + "url": "https://api.github.com/users/saenzramiro", + "html_url": "https://github.com/saenzramiro", + "followers_url": "https://api.github.com/users/saenzramiro/followers", + "following_url": "https://api.github.com/users/saenzramiro/following{/other_user}", + "gists_url": "https://api.github.com/users/saenzramiro/gists{/gist_id}", + "starred_url": "https://api.github.com/users/saenzramiro/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/saenzramiro/subscriptions", + "organizations_url": "https://api.github.com/users/saenzramiro/orgs", + "repos_url": "https://api.github.com/users/saenzramiro/repos", + "events_url": "https://api.github.com/users/saenzramiro/events{/privacy}", + "received_events_url": "https://api.github.com/users/saenzramiro/received_events", "type": "User", "site_admin": false }, - "content_type": "application/zip", + "content_type": "application/x-redhat-package-manager", "state": "uploaded", - "size": 83197674, - "download_count": 1, - "created_at": "2020-08-09T00:21:40Z", - "updated_at": "2020-08-09T00:21:41Z", - "browser_download_url": "https://github.com/rebaslight/rebaslight/releases/download/v3.6.1/Rebaslight-3.6.1-mac.zip" + "size": 54062720, + "download_count": 162, + "created_at": "2020-08-31T23:28:40Z", + "updated_at": "2020-08-31T23:28:42Z", + "browser_download_url": "https://github.com/ramboxapp/community-edition/releases/download/0.7.6/Rambox-0.7.6-linux-x86_64.rpm" }, { - "url": "https://api.github.com/repos/rebaslight/rebaslight/releases/assets/23733355", - "id": 23733355, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNzMzMzU1", - "name": "Rebaslight-3.6.1.dmg", + "url": "https://api.github.com/repos/ramboxapp/community-edition/releases/assets/24592794", + "id": 24592794, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI0NTkyNzk0", + "name": "Rambox-0.7.6-mac.dmg", "label": "", "uploader": { - "login": "farskipper", - "id": 11640535, - "node_id": "MDQ6VXNlcjExNjQwNTM1", - "avatar_url": "https://avatars1.githubusercontent.com/u/11640535?v=4", + "login": "saenzramiro", + "id": 2694669, + "node_id": "MDQ6VXNlcjI2OTQ2Njk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2694669?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/farskipper", - "html_url": "https://github.com/farskipper", - "followers_url": "https://api.github.com/users/farskipper/followers", - "following_url": "https://api.github.com/users/farskipper/following{/other_user}", - "gists_url": "https://api.github.com/users/farskipper/gists{/gist_id}", - "starred_url": "https://api.github.com/users/farskipper/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/farskipper/subscriptions", - "organizations_url": "https://api.github.com/users/farskipper/orgs", - "repos_url": "https://api.github.com/users/farskipper/repos", - "events_url": "https://api.github.com/users/farskipper/events{/privacy}", - "received_events_url": "https://api.github.com/users/farskipper/received_events", + "url": "https://api.github.com/users/saenzramiro", + "html_url": "https://github.com/saenzramiro", + "followers_url": "https://api.github.com/users/saenzramiro/followers", + "following_url": "https://api.github.com/users/saenzramiro/following{/other_user}", + "gists_url": "https://api.github.com/users/saenzramiro/gists{/gist_id}", + "starred_url": "https://api.github.com/users/saenzramiro/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/saenzramiro/subscriptions", + "organizations_url": "https://api.github.com/users/saenzramiro/orgs", + "repos_url": "https://api.github.com/users/saenzramiro/repos", + "events_url": "https://api.github.com/users/saenzramiro/events{/privacy}", + "received_events_url": "https://api.github.com/users/saenzramiro/received_events", "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 85921866, - "download_count": 166, - "created_at": "2020-08-09T00:21:36Z", - "updated_at": "2020-08-09T00:21:39Z", - "browser_download_url": "https://github.com/rebaslight/rebaslight/releases/download/v3.6.1/Rebaslight-3.6.1.dmg" + "size": 71778522, + "download_count": 1429, + "created_at": "2020-08-31T23:21:51Z", + "updated_at": "2020-08-31T23:21:54Z", + "browser_download_url": "https://github.com/ramboxapp/community-edition/releases/download/0.7.6/Rambox-0.7.6-mac.dmg" }, { - "url": "https://api.github.com/repos/rebaslight/rebaslight/releases/assets/23733354", - "id": 23733354, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNzMzMzU0", - "name": "Rebaslight-3.6.1.dmg.blockmap", + "url": "https://api.github.com/repos/ramboxapp/community-edition/releases/assets/24592793", + "id": 24592793, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI0NTkyNzkz", + "name": "Rambox-0.7.6-mac.dmg.blockmap", "label": "", "uploader": { - "login": "farskipper", - "id": 11640535, - "node_id": "MDQ6VXNlcjExNjQwNTM1", - "avatar_url": "https://avatars1.githubusercontent.com/u/11640535?v=4", + "login": "saenzramiro", + "id": 2694669, + "node_id": "MDQ6VXNlcjI2OTQ2Njk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2694669?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/farskipper", - "html_url": "https://github.com/farskipper", - "followers_url": "https://api.github.com/users/farskipper/followers", - "following_url": "https://api.github.com/users/farskipper/following{/other_user}", - "gists_url": "https://api.github.com/users/farskipper/gists{/gist_id}", - "starred_url": "https://api.github.com/users/farskipper/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/farskipper/subscriptions", - "organizations_url": "https://api.github.com/users/farskipper/orgs", - "repos_url": "https://api.github.com/users/farskipper/repos", - "events_url": "https://api.github.com/users/farskipper/events{/privacy}", - "received_events_url": "https://api.github.com/users/farskipper/received_events", + "url": "https://api.github.com/users/saenzramiro", + "html_url": "https://github.com/saenzramiro", + "followers_url": "https://api.github.com/users/saenzramiro/followers", + "following_url": "https://api.github.com/users/saenzramiro/following{/other_user}", + "gists_url": "https://api.github.com/users/saenzramiro/gists{/gist_id}", + "starred_url": "https://api.github.com/users/saenzramiro/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/saenzramiro/subscriptions", + "organizations_url": "https://api.github.com/users/saenzramiro/orgs", + "repos_url": "https://api.github.com/users/saenzramiro/repos", + "events_url": "https://api.github.com/users/saenzramiro/events{/privacy}", + "received_events_url": "https://api.github.com/users/saenzramiro/received_events", "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 90242, - "download_count": 1, - "created_at": "2020-08-09T00:21:36Z", - "updated_at": "2020-08-09T00:21:36Z", - "browser_download_url": "https://github.com/rebaslight/rebaslight/releases/download/v3.6.1/Rebaslight-3.6.1.dmg.blockmap" + "size": 75731, + "download_count": 12, + "created_at": "2020-08-31T23:21:51Z", + "updated_at": "2020-08-31T23:21:51Z", + "browser_download_url": "https://github.com/ramboxapp/community-edition/releases/download/0.7.6/Rambox-0.7.6-mac.dmg.blockmap" }, { - "url": "https://api.github.com/repos/rebaslight/rebaslight/releases/assets/23733458", - "id": 23733458, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNzMzNDU4", - "name": "rebaslight-3.6.1.tar.bz2", + "url": "https://api.github.com/repos/ramboxapp/community-edition/releases/assets/24592792", + "id": 24592792, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI0NTkyNzky", + "name": "Rambox-0.7.6-mac.zip", "label": "", "uploader": { - "login": "farskipper", - "id": 11640535, - "node_id": "MDQ6VXNlcjExNjQwNTM1", - "avatar_url": "https://avatars1.githubusercontent.com/u/11640535?v=4", + "login": "saenzramiro", + "id": 2694669, + "node_id": "MDQ6VXNlcjI2OTQ2Njk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2694669?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/farskipper", - "html_url": "https://github.com/farskipper", - "followers_url": "https://api.github.com/users/farskipper/followers", - "following_url": "https://api.github.com/users/farskipper/following{/other_user}", - "gists_url": "https://api.github.com/users/farskipper/gists{/gist_id}", - "starred_url": "https://api.github.com/users/farskipper/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/farskipper/subscriptions", - "organizations_url": "https://api.github.com/users/farskipper/orgs", - "repos_url": "https://api.github.com/users/farskipper/repos", - "events_url": "https://api.github.com/users/farskipper/events{/privacy}", - "received_events_url": "https://api.github.com/users/farskipper/received_events", + "url": "https://api.github.com/users/saenzramiro", + "html_url": "https://github.com/saenzramiro", + "followers_url": "https://api.github.com/users/saenzramiro/followers", + "following_url": "https://api.github.com/users/saenzramiro/following{/other_user}", + "gists_url": "https://api.github.com/users/saenzramiro/gists{/gist_id}", + "starred_url": "https://api.github.com/users/saenzramiro/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/saenzramiro/subscriptions", + "organizations_url": "https://api.github.com/users/saenzramiro/orgs", + "repos_url": "https://api.github.com/users/saenzramiro/repos", + "events_url": "https://api.github.com/users/saenzramiro/events{/privacy}", + "received_events_url": "https://api.github.com/users/saenzramiro/received_events", "type": "User", "site_admin": false }, - "content_type": "application/x-bzip2", + "content_type": "application/zip", "state": "uploaded", - "size": 81197713, - "download_count": 20, - "created_at": "2020-08-09T00:33:19Z", - "updated_at": "2020-08-09T00:33:21Z", - "browser_download_url": "https://github.com/rebaslight/rebaslight/releases/download/v3.6.1/rebaslight-3.6.1.tar.bz2" + "size": 69071625, + "download_count": 979, + "created_at": "2020-08-31T23:21:51Z", + "updated_at": "2020-08-31T23:21:53Z", + "browser_download_url": "https://github.com/ramboxapp/community-edition/releases/download/0.7.6/Rambox-0.7.6-mac.zip" }, { - "url": "https://api.github.com/repos/rebaslight/rebaslight/releases/assets/23733391", - "id": 23733391, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNzMzMzkx", - "name": "Rebaslight-Setup-3.6.1.exe", + "url": "https://api.github.com/repos/ramboxapp/community-edition/releases/assets/24592567", + "id": 24592567, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI0NTkyNTY3", + "name": "Rambox-0.7.6-win-ia32.zip", "label": "", "uploader": { - "login": "farskipper", - "id": 11640535, - "node_id": "MDQ6VXNlcjExNjQwNTM1", - "avatar_url": "https://avatars1.githubusercontent.com/u/11640535?v=4", + "login": "saenzramiro", + "id": 2694669, + "node_id": "MDQ6VXNlcjI2OTQ2Njk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2694669?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/farskipper", - "html_url": "https://github.com/farskipper", - "followers_url": "https://api.github.com/users/farskipper/followers", - "following_url": "https://api.github.com/users/farskipper/following{/other_user}", - "gists_url": "https://api.github.com/users/farskipper/gists{/gist_id}", - "starred_url": "https://api.github.com/users/farskipper/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/farskipper/subscriptions", - "organizations_url": "https://api.github.com/users/farskipper/orgs", - "repos_url": "https://api.github.com/users/farskipper/repos", - "events_url": "https://api.github.com/users/farskipper/events{/privacy}", - "received_events_url": "https://api.github.com/users/farskipper/received_events", + "url": "https://api.github.com/users/saenzramiro", + "html_url": "https://github.com/saenzramiro", + "followers_url": "https://api.github.com/users/saenzramiro/followers", + "following_url": "https://api.github.com/users/saenzramiro/following{/other_user}", + "gists_url": "https://api.github.com/users/saenzramiro/gists{/gist_id}", + "starred_url": "https://api.github.com/users/saenzramiro/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/saenzramiro/subscriptions", + "organizations_url": "https://api.github.com/users/saenzramiro/orgs", + "repos_url": "https://api.github.com/users/saenzramiro/repos", + "events_url": "https://api.github.com/users/saenzramiro/events{/privacy}", + "received_events_url": "https://api.github.com/users/saenzramiro/received_events", "type": "User", "site_admin": false }, - "content_type": "application/octet-stream", + "content_type": "application/zip", "state": "uploaded", - "size": 120781502, - "download_count": 501, - "created_at": "2020-08-09T00:25:52Z", - "updated_at": "2020-08-09T00:25:54Z", - "browser_download_url": "https://github.com/rebaslight/rebaslight/releases/download/v3.6.1/Rebaslight-Setup-3.6.1.exe" + "size": 64801477, + "download_count": 486, + "created_at": "2020-08-31T23:17:13Z", + "updated_at": "2020-08-31T23:17:17Z", + "browser_download_url": "https://github.com/ramboxapp/community-edition/releases/download/0.7.6/Rambox-0.7.6-win-ia32.zip" }, { - "url": "https://api.github.com/repos/rebaslight/rebaslight/releases/assets/23733390", - "id": 23733390, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNzMzMzkw", - "name": "Rebaslight-Setup-3.6.1.exe.blockmap", + "url": "https://api.github.com/repos/ramboxapp/community-edition/releases/assets/24592557", + "id": 24592557, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI0NTkyNTU3", + "name": "Rambox-0.7.6-win-x64.zip", "label": "", "uploader": { - "login": "farskipper", - "id": 11640535, - "node_id": "MDQ6VXNlcjExNjQwNTM1", - "avatar_url": "https://avatars1.githubusercontent.com/u/11640535?v=4", + "login": "saenzramiro", + "id": 2694669, + "node_id": "MDQ6VXNlcjI2OTQ2Njk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2694669?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/farskipper", - "html_url": "https://github.com/farskipper", - "followers_url": "https://api.github.com/users/farskipper/followers", - "following_url": "https://api.github.com/users/farskipper/following{/other_user}", - "gists_url": "https://api.github.com/users/farskipper/gists{/gist_id}", - "starred_url": "https://api.github.com/users/farskipper/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/farskipper/subscriptions", - "organizations_url": "https://api.github.com/users/farskipper/orgs", - "repos_url": "https://api.github.com/users/farskipper/repos", - "events_url": "https://api.github.com/users/farskipper/events{/privacy}", - "received_events_url": "https://api.github.com/users/farskipper/received_events", + "url": "https://api.github.com/users/saenzramiro", + "html_url": "https://github.com/saenzramiro", + "followers_url": "https://api.github.com/users/saenzramiro/followers", + "following_url": "https://api.github.com/users/saenzramiro/following{/other_user}", + "gists_url": "https://api.github.com/users/saenzramiro/gists{/gist_id}", + "starred_url": "https://api.github.com/users/saenzramiro/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/saenzramiro/subscriptions", + "organizations_url": "https://api.github.com/users/saenzramiro/orgs", + "repos_url": "https://api.github.com/users/saenzramiro/repos", + "events_url": "https://api.github.com/users/saenzramiro/events{/privacy}", + "received_events_url": "https://api.github.com/users/saenzramiro/received_events", "type": "User", "site_admin": false }, - "content_type": "application/octet-stream", + "content_type": "application/zip", "state": "uploaded", - "size": 125753, - "download_count": 1, - "created_at": "2020-08-09T00:25:52Z", - "updated_at": "2020-08-09T00:25:52Z", - "browser_download_url": "https://github.com/rebaslight/rebaslight/releases/download/v3.6.1/Rebaslight-Setup-3.6.1.exe.blockmap" + "size": 67722636, + "download_count": 2349, + "created_at": "2020-08-31T23:16:58Z", + "updated_at": "2020-08-31T23:17:01Z", + "browser_download_url": "https://github.com/ramboxapp/community-edition/releases/download/0.7.6/Rambox-0.7.6-win-x64.zip" }, { - "url": "https://api.github.com/repos/rebaslight/rebaslight/releases/assets/23733474", - "id": 23733474, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNzMzNDc0", - "name": "rebaslight_3.6.1_amd64.deb", + "url": "https://api.github.com/repos/ramboxapp/community-edition/releases/assets/24592603", + "id": 24592603, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI0NTkyNjAz", + "name": "Rambox-0.7.6-win.exe", "label": "", "uploader": { - "login": "farskipper", - "id": 11640535, - "node_id": "MDQ6VXNlcjExNjQwNTM1", - "avatar_url": "https://avatars1.githubusercontent.com/u/11640535?v=4", + "login": "saenzramiro", + "id": 2694669, + "node_id": "MDQ6VXNlcjI2OTQ2Njk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2694669?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/farskipper", - "html_url": "https://github.com/farskipper", - "followers_url": "https://api.github.com/users/farskipper/followers", - "following_url": "https://api.github.com/users/farskipper/following{/other_user}", - "gists_url": "https://api.github.com/users/farskipper/gists{/gist_id}", - "starred_url": "https://api.github.com/users/farskipper/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/farskipper/subscriptions", - "organizations_url": "https://api.github.com/users/farskipper/orgs", - "repos_url": "https://api.github.com/users/farskipper/repos", - "events_url": "https://api.github.com/users/farskipper/events{/privacy}", - "received_events_url": "https://api.github.com/users/farskipper/received_events", + "url": "https://api.github.com/users/saenzramiro", + "html_url": "https://github.com/saenzramiro", + "followers_url": "https://api.github.com/users/saenzramiro/followers", + "following_url": "https://api.github.com/users/saenzramiro/following{/other_user}", + "gists_url": "https://api.github.com/users/saenzramiro/gists{/gist_id}", + "starred_url": "https://api.github.com/users/saenzramiro/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/saenzramiro/subscriptions", + "organizations_url": "https://api.github.com/users/saenzramiro/orgs", + "repos_url": "https://api.github.com/users/saenzramiro/repos", + "events_url": "https://api.github.com/users/saenzramiro/events{/privacy}", + "received_events_url": "https://api.github.com/users/saenzramiro/received_events", "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 64842692, - "download_count": 29, - "created_at": "2020-08-09T00:35:52Z", - "updated_at": "2020-08-09T00:35:54Z", - "browser_download_url": "https://github.com/rebaslight/rebaslight/releases/download/v3.6.1/rebaslight_3.6.1_amd64.deb" + "size": 96839728, + "download_count": 10197, + "created_at": "2020-08-31T23:17:56Z", + "updated_at": "2020-08-31T23:17:59Z", + "browser_download_url": "https://github.com/ramboxapp/community-edition/releases/download/0.7.6/Rambox-0.7.6-win.exe" }, { - "url": "https://api.github.com/repos/rebaslight/rebaslight/releases/assets/23733473", - "id": 23733473, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNzMzNDcz", - "name": "rebaslight_3.6.1_i386.deb", + "url": "https://api.github.com/repos/ramboxapp/community-edition/releases/assets/24592604", + "id": 24592604, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI0NTkyNjA0", + "name": "Rambox-0.7.6-win.exe.blockmap", "label": "", "uploader": { - "login": "farskipper", - "id": 11640535, - "node_id": "MDQ6VXNlcjExNjQwNTM1", - "avatar_url": "https://avatars1.githubusercontent.com/u/11640535?v=4", + "login": "saenzramiro", + "id": 2694669, + "node_id": "MDQ6VXNlcjI2OTQ2Njk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2694669?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/farskipper", - "html_url": "https://github.com/farskipper", - "followers_url": "https://api.github.com/users/farskipper/followers", - "following_url": "https://api.github.com/users/farskipper/following{/other_user}", - "gists_url": "https://api.github.com/users/farskipper/gists{/gist_id}", - "starred_url": "https://api.github.com/users/farskipper/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/farskipper/subscriptions", - "organizations_url": "https://api.github.com/users/farskipper/orgs", - "repos_url": "https://api.github.com/users/farskipper/repos", - "events_url": "https://api.github.com/users/farskipper/events{/privacy}", - "received_events_url": "https://api.github.com/users/farskipper/received_events", + "url": "https://api.github.com/users/saenzramiro", + "html_url": "https://github.com/saenzramiro", + "followers_url": "https://api.github.com/users/saenzramiro/followers", + "following_url": "https://api.github.com/users/saenzramiro/following{/other_user}", + "gists_url": "https://api.github.com/users/saenzramiro/gists{/gist_id}", + "starred_url": "https://api.github.com/users/saenzramiro/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/saenzramiro/subscriptions", + "organizations_url": "https://api.github.com/users/saenzramiro/orgs", + "repos_url": "https://api.github.com/users/saenzramiro/repos", + "events_url": "https://api.github.com/users/saenzramiro/events{/privacy}", + "received_events_url": "https://api.github.com/users/saenzramiro/received_events", "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 63611210, - "download_count": 9, - "created_at": "2020-08-09T00:35:25Z", - "updated_at": "2020-08-09T00:35:27Z", - "browser_download_url": "https://github.com/rebaslight/rebaslight/releases/download/v3.6.1/rebaslight_3.6.1_i386.deb" + "size": 101652, + "download_count": 14, + "created_at": "2020-08-31T23:17:56Z", + "updated_at": "2020-08-31T23:17:56Z", + "browser_download_url": "https://github.com/ramboxapp/community-edition/releases/download/0.7.6/Rambox-0.7.6-win.exe.blockmap" } ], - "tarball_url": "https://api.github.com/repos/rebaslight/rebaslight/tarball/v3.6.1", - "zipball_url": "https://api.github.com/repos/rebaslight/rebaslight/zipball/v3.6.1", - "body_html": "" + "tarball_url": "https://api.github.com/repos/ramboxapp/community-edition/tarball/0.7.6", + "zipball_url": "https://api.github.com/repos/ramboxapp/community-edition/zipball/0.7.6", + "body_html": "
\n

Electron v7.2.4
\nWindows 32 and 64 bit
\nmacOS 64 bit
\nLinux 32 and 64 bit

\n
\n
CHANGELOG
\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:45.639Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:29.705Z" }, "recode-converter": { "latestRelease": { @@ -86481,7 +86485,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 75202476, - "download_count": 115, + "download_count": 117, "created_at": "2020-08-08T19:38:35Z", "updated_at": "2020-08-08T19:38:37Z", "browser_download_url": "https://github.com/murgatt/recode-converter/releases/download/v1.1.0/Recode-Converter-Setup-1.1.0.exe" @@ -86525,15 +86529,7 @@ "zipball_url": "https://api.github.com/repos/murgatt/recode-converter/zipball/v1.1.0", "body_html": "

Features

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:45.684Z" - }, - "reach-podcast-player": { - "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:45.723Z" - }, - "recollectr": { - "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:45.904Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:29.752Z" }, "redp": { "latestRelease": { @@ -86702,7 +86698,7 @@ "content_type": "application/x-deb", "state": "uploaded", "size": 43977964, - "download_count": 446, + "download_count": 447, "created_at": "2018-06-03T09:19:47Z", "updated_at": "2018-06-03T09:20:13Z", "browser_download_url": "https://github.com/Kiarash-Z/redp/releases/download/0.1.0/redp_0.1.0_amd64.deb" @@ -86746,152 +86742,11 @@ "zipball_url": "https://api.github.com/repos/Kiarash-Z/redp/zipball/0.1.0", "body_html": "

The first Release of RedP 💪🏻🎊🎉

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:45.978Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:29.771Z" }, - "rekord": { - "latestRelease": { - "url": "https://api.github.com/repos/barbhackk/rekord/releases/18060971", - "assets_url": "https://api.github.com/repos/barbhackk/rekord/releases/18060971/assets", - "upload_url": "https://uploads.github.com/repos/barbhackk/rekord/releases/18060971/assets{?name,label}", - "html_url": "https://github.com/barbhackk/rekord/releases/tag/v2.0.1", - "id": 18060971, - "node_id": "MDc6UmVsZWFzZTE4MDYwOTcx", - "tag_name": "v2.0.1", - "target_commitish": "master", - "name": "v2.0.1", - "draft": false, - "author": { - "login": "barbhackk", - "id": 8588805, - "node_id": "MDQ6VXNlcjg1ODg4MDU=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8588805?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/barbhackk", - "html_url": "https://github.com/barbhackk", - "followers_url": "https://api.github.com/users/barbhackk/followers", - "following_url": "https://api.github.com/users/barbhackk/following{/other_user}", - "gists_url": "https://api.github.com/users/barbhackk/gists{/gist_id}", - "starred_url": "https://api.github.com/users/barbhackk/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/barbhackk/subscriptions", - "organizations_url": "https://api.github.com/users/barbhackk/orgs", - "repos_url": "https://api.github.com/users/barbhackk/repos", - "events_url": "https://api.github.com/users/barbhackk/events{/privacy}", - "received_events_url": "https://api.github.com/users/barbhackk/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2019-06-18T11:17:27Z", - "published_at": "2019-06-18T12:03:21Z", - "assets": [ - { - "url": "https://api.github.com/repos/barbhackk/rekord/releases/assets/13262727", - "id": 13262727, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzMjYyNzI3", - "name": "Rekord-darwin-2.0.1.zip", - "label": null, - "uploader": { - "login": "barbhackk", - "id": 8588805, - "node_id": "MDQ6VXNlcjg1ODg4MDU=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8588805?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/barbhackk", - "html_url": "https://github.com/barbhackk", - "followers_url": "https://api.github.com/users/barbhackk/followers", - "following_url": "https://api.github.com/users/barbhackk/following{/other_user}", - "gists_url": "https://api.github.com/users/barbhackk/gists{/gist_id}", - "starred_url": "https://api.github.com/users/barbhackk/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/barbhackk/subscriptions", - "organizations_url": "https://api.github.com/users/barbhackk/orgs", - "repos_url": "https://api.github.com/users/barbhackk/repos", - "events_url": "https://api.github.com/users/barbhackk/events{/privacy}", - "received_events_url": "https://api.github.com/users/barbhackk/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 180849747, - "download_count": 228, - "created_at": "2019-06-18T11:50:28Z", - "updated_at": "2019-06-18T11:55:03Z", - "browser_download_url": "https://github.com/barbhackk/rekord/releases/download/v2.0.1/Rekord-darwin-2.0.1.zip" - }, - { - "url": "https://api.github.com/repos/barbhackk/rekord/releases/assets/13262728", - "id": 13262728, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzMjYyNzI4", - "name": "rekord-linux-2.0.1.zip", - "label": null, - "uploader": { - "login": "barbhackk", - "id": 8588805, - "node_id": "MDQ6VXNlcjg1ODg4MDU=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8588805?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/barbhackk", - "html_url": "https://github.com/barbhackk", - "followers_url": "https://api.github.com/users/barbhackk/followers", - "following_url": "https://api.github.com/users/barbhackk/following{/other_user}", - "gists_url": "https://api.github.com/users/barbhackk/gists{/gist_id}", - "starred_url": "https://api.github.com/users/barbhackk/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/barbhackk/subscriptions", - "organizations_url": "https://api.github.com/users/barbhackk/orgs", - "repos_url": "https://api.github.com/users/barbhackk/repos", - "events_url": "https://api.github.com/users/barbhackk/events{/privacy}", - "received_events_url": "https://api.github.com/users/barbhackk/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 204418701, - "download_count": 281, - "created_at": "2019-06-18T11:50:28Z", - "updated_at": "2019-06-18T11:59:18Z", - "browser_download_url": "https://github.com/barbhackk/rekord/releases/download/v2.0.1/rekord-linux-2.0.1.zip" - }, - { - "url": "https://api.github.com/repos/barbhackk/rekord/releases/assets/13262729", - "id": 13262729, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzMjYyNzI5", - "name": "rekord-win-portable-2.0.1-32-bit.zip", - "label": null, - "uploader": { - "login": "barbhackk", - "id": 8588805, - "node_id": "MDQ6VXNlcjg1ODg4MDU=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8588805?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/barbhackk", - "html_url": "https://github.com/barbhackk", - "followers_url": "https://api.github.com/users/barbhackk/followers", - "following_url": "https://api.github.com/users/barbhackk/following{/other_user}", - "gists_url": "https://api.github.com/users/barbhackk/gists{/gist_id}", - "starred_url": "https://api.github.com/users/barbhackk/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/barbhackk/subscriptions", - "organizations_url": "https://api.github.com/users/barbhackk/orgs", - "repos_url": "https://api.github.com/users/barbhackk/repos", - "events_url": "https://api.github.com/users/barbhackk/events{/privacy}", - "received_events_url": "https://api.github.com/users/barbhackk/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 182575020, - "download_count": 746, - "created_at": "2019-06-18T11:50:29Z", - "updated_at": "2019-06-18T12:02:57Z", - "browser_download_url": "https://github.com/barbhackk/rekord/releases/download/v2.0.1/rekord-win-portable-2.0.1-32-bit.zip" - } - ], - "tarball_url": "https://api.github.com/repos/barbhackk/rekord/tarball/v2.0.1", - "zipball_url": "https://api.github.com/repos/barbhackk/rekord/zipball/v2.0.1", - "body_html": "

Fixed an error while launching the app on Windows and Linux ⚠️

\n

Fixed problem with template menu the application was launched on a different environment from MacOS.

\n

Other

\n" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:46.024Z" + "recollectr": { + "latestRelease": null, + "latestReleaseFetchedAt": "2020-09-18T00:10:29.790Z" }, "remaining-time": { "latestRelease": { @@ -86968,7 +86823,152 @@ "zipball_url": "https://api.github.com/repos/funkyremi/macos-battery-remaining-menubar/zipball/1.0.3", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:46.054Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:29.856Z" + }, + "rekord": { + "latestRelease": { + "url": "https://api.github.com/repos/barbhackk/rekord/releases/18060971", + "assets_url": "https://api.github.com/repos/barbhackk/rekord/releases/18060971/assets", + "upload_url": "https://uploads.github.com/repos/barbhackk/rekord/releases/18060971/assets{?name,label}", + "html_url": "https://github.com/barbhackk/rekord/releases/tag/v2.0.1", + "id": 18060971, + "node_id": "MDc6UmVsZWFzZTE4MDYwOTcx", + "tag_name": "v2.0.1", + "target_commitish": "master", + "name": "v2.0.1", + "draft": false, + "author": { + "login": "barbhackk", + "id": 8588805, + "node_id": "MDQ6VXNlcjg1ODg4MDU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8588805?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/barbhackk", + "html_url": "https://github.com/barbhackk", + "followers_url": "https://api.github.com/users/barbhackk/followers", + "following_url": "https://api.github.com/users/barbhackk/following{/other_user}", + "gists_url": "https://api.github.com/users/barbhackk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/barbhackk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/barbhackk/subscriptions", + "organizations_url": "https://api.github.com/users/barbhackk/orgs", + "repos_url": "https://api.github.com/users/barbhackk/repos", + "events_url": "https://api.github.com/users/barbhackk/events{/privacy}", + "received_events_url": "https://api.github.com/users/barbhackk/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2019-06-18T11:17:27Z", + "published_at": "2019-06-18T12:03:21Z", + "assets": [ + { + "url": "https://api.github.com/repos/barbhackk/rekord/releases/assets/13262727", + "id": 13262727, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzMjYyNzI3", + "name": "Rekord-darwin-2.0.1.zip", + "label": null, + "uploader": { + "login": "barbhackk", + "id": 8588805, + "node_id": "MDQ6VXNlcjg1ODg4MDU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8588805?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/barbhackk", + "html_url": "https://github.com/barbhackk", + "followers_url": "https://api.github.com/users/barbhackk/followers", + "following_url": "https://api.github.com/users/barbhackk/following{/other_user}", + "gists_url": "https://api.github.com/users/barbhackk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/barbhackk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/barbhackk/subscriptions", + "organizations_url": "https://api.github.com/users/barbhackk/orgs", + "repos_url": "https://api.github.com/users/barbhackk/repos", + "events_url": "https://api.github.com/users/barbhackk/events{/privacy}", + "received_events_url": "https://api.github.com/users/barbhackk/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 180849747, + "download_count": 228, + "created_at": "2019-06-18T11:50:28Z", + "updated_at": "2019-06-18T11:55:03Z", + "browser_download_url": "https://github.com/barbhackk/rekord/releases/download/v2.0.1/Rekord-darwin-2.0.1.zip" + }, + { + "url": "https://api.github.com/repos/barbhackk/rekord/releases/assets/13262728", + "id": 13262728, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzMjYyNzI4", + "name": "rekord-linux-2.0.1.zip", + "label": null, + "uploader": { + "login": "barbhackk", + "id": 8588805, + "node_id": "MDQ6VXNlcjg1ODg4MDU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8588805?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/barbhackk", + "html_url": "https://github.com/barbhackk", + "followers_url": "https://api.github.com/users/barbhackk/followers", + "following_url": "https://api.github.com/users/barbhackk/following{/other_user}", + "gists_url": "https://api.github.com/users/barbhackk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/barbhackk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/barbhackk/subscriptions", + "organizations_url": "https://api.github.com/users/barbhackk/orgs", + "repos_url": "https://api.github.com/users/barbhackk/repos", + "events_url": "https://api.github.com/users/barbhackk/events{/privacy}", + "received_events_url": "https://api.github.com/users/barbhackk/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 204418701, + "download_count": 281, + "created_at": "2019-06-18T11:50:28Z", + "updated_at": "2019-06-18T11:59:18Z", + "browser_download_url": "https://github.com/barbhackk/rekord/releases/download/v2.0.1/rekord-linux-2.0.1.zip" + }, + { + "url": "https://api.github.com/repos/barbhackk/rekord/releases/assets/13262729", + "id": 13262729, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzMjYyNzI5", + "name": "rekord-win-portable-2.0.1-32-bit.zip", + "label": null, + "uploader": { + "login": "barbhackk", + "id": 8588805, + "node_id": "MDQ6VXNlcjg1ODg4MDU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8588805?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/barbhackk", + "html_url": "https://github.com/barbhackk", + "followers_url": "https://api.github.com/users/barbhackk/followers", + "following_url": "https://api.github.com/users/barbhackk/following{/other_user}", + "gists_url": "https://api.github.com/users/barbhackk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/barbhackk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/barbhackk/subscriptions", + "organizations_url": "https://api.github.com/users/barbhackk/orgs", + "repos_url": "https://api.github.com/users/barbhackk/repos", + "events_url": "https://api.github.com/users/barbhackk/events{/privacy}", + "received_events_url": "https://api.github.com/users/barbhackk/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 182575020, + "download_count": 746, + "created_at": "2019-06-18T11:50:29Z", + "updated_at": "2019-06-18T12:02:57Z", + "browser_download_url": "https://github.com/barbhackk/rekord/releases/download/v2.0.1/rekord-win-portable-2.0.1-32-bit.zip" + } + ], + "tarball_url": "https://api.github.com/repos/barbhackk/rekord/tarball/v2.0.1", + "zipball_url": "https://api.github.com/repos/barbhackk/rekord/zipball/v2.0.1", + "body_html": "

Fixed an error while launching the app on Windows and Linux ⚠️

\n

Fixed problem with template menu the application was launched on a different environment from MacOS.

\n

Other

\n" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:29.859Z" }, "ride": { "latestRelease": { @@ -87103,7 +87103,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 66785482, - "download_count": 41, + "download_count": 43, "created_at": "2020-07-07T10:18:51Z", "updated_at": "2020-07-07T10:19:13Z", "browser_download_url": "https://github.com/Dyalog/ride/releases/download/v4.3.3463/ride-4.3.3463-1_amd64.deb" @@ -87215,7 +87215,11 @@ "zipball_url": "https://api.github.com/repos/Dyalog/ride/zipball/v4.3.3463", "body_html": "

Release RIDE 4.3
\nThis commit is included with 18.0 Issue 2 installation images

\n

Changelog:
\nUpdate location of Info.plist
\nfix isDyalogBuild and remove afterCopy on Electron-packager
\nopen help with navigation pane opened fix #581
\nset isDyalogBuild to false
\nDisable check for building with Dyalog
\nFix changelog not populating on github releases
\ndon't hard-code RIDE version in Jenkins
\nmount /devt inside Github Publish container
\nJenkins (#585)
\nMerge changes for zfpr to ride4.3 from master

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:46.349Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:29.917Z" + }, + "ripplectron": { + "latestRelease": null, + "latestReleaseFetchedAt": "2020-09-18T00:10:29.978Z" }, "responsively": { "latestRelease": { @@ -87282,7 +87286,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 385, - "download_count": 1154, + "download_count": 1202, "created_at": "2020-09-01T06:50:44Z", "updated_at": "2020-09-01T06:50:44Z", "browser_download_url": "https://github.com/responsively-org/responsively-app/releases/download/v0.12.0/latest-linux.yml" @@ -87316,7 +87320,7 @@ "content_type": "application/x-yaml", "state": "uploaded", "size": 350, - "download_count": 6702, + "download_count": 6923, "created_at": "2020-09-01T07:34:46Z", "updated_at": "2020-09-01T07:34:48Z", "browser_download_url": "https://github.com/responsively-org/responsively-app/releases/download/v0.12.0/latest-mac.yml" @@ -87350,7 +87354,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 361, - "download_count": 7744, + "download_count": 7966, "created_at": "2020-09-01T06:50:44Z", "updated_at": "2020-09-01T06:50:44Z", "browser_download_url": "https://github.com/responsively-org/responsively-app/releases/download/v0.12.0/latest.yml" @@ -87384,7 +87388,7 @@ "content_type": "application/x-redhat-package-manager", "state": "uploaded", "size": 75042496, - "download_count": 26, + "download_count": 27, "created_at": "2020-09-01T06:48:28Z", "updated_at": "2020-09-01T06:48:37Z", "browser_download_url": "https://github.com/responsively-org/responsively-app/releases/download/v0.12.0/Responsively-App-0.12.0.x86_64.rpm" @@ -87418,7 +87422,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 123018251, - "download_count": 878, + "download_count": 901, "created_at": "2020-09-01T06:46:39Z", "updated_at": "2020-09-01T06:46:52Z", "browser_download_url": "https://github.com/responsively-org/responsively-app/releases/download/v0.12.0/ResponsivelyApp-0.12.0.AppImage" @@ -87452,7 +87456,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 107938985, - "download_count": 2681, + "download_count": 2730, "created_at": "2020-09-01T06:45:10Z", "updated_at": "2020-09-01T06:45:22Z", "browser_download_url": "https://github.com/responsively-org/responsively-app/releases/download/v0.12.0/ResponsivelyApp-0.12.0.dmg" @@ -87554,7 +87558,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 108174606, - "download_count": 1794, + "download_count": 1825, "created_at": "2020-09-01T07:34:54Z", "updated_at": "2020-09-01T07:35:26Z", "browser_download_url": "https://github.com/responsively-org/responsively-app/releases/download/v0.12.0/ResponsivelyApp-0.12.0.zip" @@ -87588,7 +87592,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 68280122, - "download_count": 4607, + "download_count": 4682, "created_at": "2020-09-01T06:50:35Z", "updated_at": "2020-09-01T06:50:43Z", "browser_download_url": "https://github.com/responsively-org/responsively-app/releases/download/v0.12.0/ResponsivelyApp-Setup-0.12.0.exe" @@ -87622,7 +87626,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 73621, - "download_count": 1814, + "download_count": 1836, "created_at": "2020-09-01T06:50:35Z", "updated_at": "2020-09-01T06:50:36Z", "browser_download_url": "https://github.com/responsively-org/responsively-app/releases/download/v0.12.0/ResponsivelyApp-Setup-0.12.0.exe.blockmap" @@ -87632,11 +87636,11 @@ "zipball_url": "https://api.github.com/repos/responsively-org/responsively-app/zipball/v0.12.0", "body_html": "

Includes:

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:46.588Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:30.005Z" }, - "ripplectron": { + "rocketcleaner": { "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:46.668Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:30.039Z" }, "ridereceipts": { "latestRelease": { @@ -87917,7 +87921,7 @@ "zipball_url": "https://api.github.com/repos/hello-efficiency-inc/ridereceipts/zipball/v1.7.6", "body_html": "

Bug fixes

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:46.737Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:30.040Z" }, "riot": { "latestRelease": { @@ -87984,7 +87988,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 12391732, - "download_count": 363, + "download_count": 402, "created_at": "2020-09-14T15:04:46Z", "updated_at": "2020-09-14T15:04:48Z", "browser_download_url": "https://github.com/vector-im/element-web/releases/download/v1.7.7/riot-v1.7.7.tar.gz" @@ -88018,7 +88022,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 683, - "download_count": 480, + "download_count": 558, "created_at": "2020-09-14T15:04:49Z", "updated_at": "2020-09-14T15:04:49Z", "browser_download_url": "https://github.com/vector-im/element-web/releases/download/v1.7.7/riot-v1.7.7.tar.gz.asc" @@ -88062,11 +88066,7 @@ "zipball_url": "https://api.github.com/repos/vector-im/element-web/zipball/v1.7.7", "body_html": "

Full Changelog

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:46.751Z" - }, - "rocketcleaner": { - "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:46.888Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:30.075Z" }, "runlet": { "latestRelease": { @@ -88381,7 +88381,152 @@ "zipball_url": "https://api.github.com/repos/runletapp/runlet/zipball/1.0.1", "body_html": "

🎉 Runlet 1.0.1

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:47.034Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:30.098Z" + }, + "saadhn": { + "latestRelease": { + "url": "https://api.github.com/repos/arkokoley/saadhn/releases/16098276", + "assets_url": "https://api.github.com/repos/arkokoley/saadhn/releases/16098276/assets", + "upload_url": "https://uploads.github.com/repos/arkokoley/saadhn/releases/16098276/assets{?name,label}", + "html_url": "https://github.com/arkokoley/saadhn/releases/tag/v0.3", + "id": 16098276, + "node_id": "MDc6UmVsZWFzZTE2MDk4Mjc2", + "tag_name": "v0.3", + "target_commitish": "master", + "name": "v0.3", + "draft": false, + "author": { + "login": "arkokoley", + "id": 1412469, + "node_id": "MDQ6VXNlcjE0MTI0Njk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1412469?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/arkokoley", + "html_url": "https://github.com/arkokoley", + "followers_url": "https://api.github.com/users/arkokoley/followers", + "following_url": "https://api.github.com/users/arkokoley/following{/other_user}", + "gists_url": "https://api.github.com/users/arkokoley/gists{/gist_id}", + "starred_url": "https://api.github.com/users/arkokoley/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/arkokoley/subscriptions", + "organizations_url": "https://api.github.com/users/arkokoley/orgs", + "repos_url": "https://api.github.com/users/arkokoley/repos", + "events_url": "https://api.github.com/users/arkokoley/events{/privacy}", + "received_events_url": "https://api.github.com/users/arkokoley/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2019-03-13T20:02:50Z", + "published_at": "2019-03-13T20:17:35Z", + "assets": [ + { + "url": "https://api.github.com/repos/arkokoley/saadhn/releases/assets/11514698", + "id": 11514698, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExNTE0Njk4", + "name": "Saadhn-darwin-x64.zip", + "label": null, + "uploader": { + "login": "arkokoley", + "id": 1412469, + "node_id": "MDQ6VXNlcjE0MTI0Njk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1412469?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/arkokoley", + "html_url": "https://github.com/arkokoley", + "followers_url": "https://api.github.com/users/arkokoley/followers", + "following_url": "https://api.github.com/users/arkokoley/following{/other_user}", + "gists_url": "https://api.github.com/users/arkokoley/gists{/gist_id}", + "starred_url": "https://api.github.com/users/arkokoley/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/arkokoley/subscriptions", + "organizations_url": "https://api.github.com/users/arkokoley/orgs", + "repos_url": "https://api.github.com/users/arkokoley/repos", + "events_url": "https://api.github.com/users/arkokoley/events{/privacy}", + "received_events_url": "https://api.github.com/users/arkokoley/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 41249105, + "download_count": 362, + "created_at": "2019-03-13T20:16:50Z", + "updated_at": "2019-03-13T20:17:05Z", + "browser_download_url": "https://github.com/arkokoley/saadhn/releases/download/v0.3/Saadhn-darwin-x64.zip" + }, + { + "url": "https://api.github.com/repos/arkokoley/saadhn/releases/assets/11514700", + "id": 11514700, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExNTE0NzAw", + "name": "Saadhn-linux-x64.zip", + "label": null, + "uploader": { + "login": "arkokoley", + "id": 1412469, + "node_id": "MDQ6VXNlcjE0MTI0Njk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1412469?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/arkokoley", + "html_url": "https://github.com/arkokoley", + "followers_url": "https://api.github.com/users/arkokoley/followers", + "following_url": "https://api.github.com/users/arkokoley/following{/other_user}", + "gists_url": "https://api.github.com/users/arkokoley/gists{/gist_id}", + "starred_url": "https://api.github.com/users/arkokoley/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/arkokoley/subscriptions", + "organizations_url": "https://api.github.com/users/arkokoley/orgs", + "repos_url": "https://api.github.com/users/arkokoley/repos", + "events_url": "https://api.github.com/users/arkokoley/events{/privacy}", + "received_events_url": "https://api.github.com/users/arkokoley/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 39988088, + "download_count": 847, + "created_at": "2019-03-13T20:16:51Z", + "updated_at": "2019-03-13T20:17:32Z", + "browser_download_url": "https://github.com/arkokoley/saadhn/releases/download/v0.3/Saadhn-linux-x64.zip" + }, + { + "url": "https://api.github.com/repos/arkokoley/saadhn/releases/assets/11514699", + "id": 11514699, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExNTE0Njk5", + "name": "Saadhn-win32-x64.zip", + "label": null, + "uploader": { + "login": "arkokoley", + "id": 1412469, + "node_id": "MDQ6VXNlcjE0MTI0Njk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1412469?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/arkokoley", + "html_url": "https://github.com/arkokoley", + "followers_url": "https://api.github.com/users/arkokoley/followers", + "following_url": "https://api.github.com/users/arkokoley/following{/other_user}", + "gists_url": "https://api.github.com/users/arkokoley/gists{/gist_id}", + "starred_url": "https://api.github.com/users/arkokoley/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/arkokoley/subscriptions", + "organizations_url": "https://api.github.com/users/arkokoley/orgs", + "repos_url": "https://api.github.com/users/arkokoley/repos", + "events_url": "https://api.github.com/users/arkokoley/events{/privacy}", + "received_events_url": "https://api.github.com/users/arkokoley/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 47132993, + "download_count": 710, + "created_at": "2019-03-13T20:16:50Z", + "updated_at": "2019-03-13T20:17:19Z", + "browser_download_url": "https://github.com/arkokoley/saadhn/releases/download/v0.3/Saadhn-win32-x64.zip" + } + ], + "tarball_url": "https://api.github.com/repos/arkokoley/saadhn/tarball/v0.3", + "zipball_url": "https://api.github.com/repos/arkokoley/saadhn/zipball/v0.3", + "body_html": "

Changed the project name to \"Saadhn\". Added new icons.

" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:30.124Z" }, "s3uploader": { "latestRelease": { @@ -88618,7 +88763,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 40975518, - "download_count": 2349, + "download_count": 2350, "created_at": "2019-07-03T20:47:31Z", "updated_at": "2019-07-03T20:47:37Z", "browser_download_url": "https://github.com/Yamazaki93/S3Uploader/releases/download/v0.2.0/s3uploader-setup-0.2.0.exe" @@ -88662,152 +88807,7 @@ "zipball_url": "https://api.github.com/repos/Yamazaki93/S3Uploader/zipball/v0.2.0", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:47.116Z" - }, - "saadhn": { - "latestRelease": { - "url": "https://api.github.com/repos/arkokoley/saadhn/releases/16098276", - "assets_url": "https://api.github.com/repos/arkokoley/saadhn/releases/16098276/assets", - "upload_url": "https://uploads.github.com/repos/arkokoley/saadhn/releases/16098276/assets{?name,label}", - "html_url": "https://github.com/arkokoley/saadhn/releases/tag/v0.3", - "id": 16098276, - "node_id": "MDc6UmVsZWFzZTE2MDk4Mjc2", - "tag_name": "v0.3", - "target_commitish": "master", - "name": "v0.3", - "draft": false, - "author": { - "login": "arkokoley", - "id": 1412469, - "node_id": "MDQ6VXNlcjE0MTI0Njk=", - "avatar_url": "https://avatars0.githubusercontent.com/u/1412469?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/arkokoley", - "html_url": "https://github.com/arkokoley", - "followers_url": "https://api.github.com/users/arkokoley/followers", - "following_url": "https://api.github.com/users/arkokoley/following{/other_user}", - "gists_url": "https://api.github.com/users/arkokoley/gists{/gist_id}", - "starred_url": "https://api.github.com/users/arkokoley/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/arkokoley/subscriptions", - "organizations_url": "https://api.github.com/users/arkokoley/orgs", - "repos_url": "https://api.github.com/users/arkokoley/repos", - "events_url": "https://api.github.com/users/arkokoley/events{/privacy}", - "received_events_url": "https://api.github.com/users/arkokoley/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2019-03-13T20:02:50Z", - "published_at": "2019-03-13T20:17:35Z", - "assets": [ - { - "url": "https://api.github.com/repos/arkokoley/saadhn/releases/assets/11514698", - "id": 11514698, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExNTE0Njk4", - "name": "Saadhn-darwin-x64.zip", - "label": null, - "uploader": { - "login": "arkokoley", - "id": 1412469, - "node_id": "MDQ6VXNlcjE0MTI0Njk=", - "avatar_url": "https://avatars0.githubusercontent.com/u/1412469?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/arkokoley", - "html_url": "https://github.com/arkokoley", - "followers_url": "https://api.github.com/users/arkokoley/followers", - "following_url": "https://api.github.com/users/arkokoley/following{/other_user}", - "gists_url": "https://api.github.com/users/arkokoley/gists{/gist_id}", - "starred_url": "https://api.github.com/users/arkokoley/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/arkokoley/subscriptions", - "organizations_url": "https://api.github.com/users/arkokoley/orgs", - "repos_url": "https://api.github.com/users/arkokoley/repos", - "events_url": "https://api.github.com/users/arkokoley/events{/privacy}", - "received_events_url": "https://api.github.com/users/arkokoley/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 41249105, - "download_count": 362, - "created_at": "2019-03-13T20:16:50Z", - "updated_at": "2019-03-13T20:17:05Z", - "browser_download_url": "https://github.com/arkokoley/saadhn/releases/download/v0.3/Saadhn-darwin-x64.zip" - }, - { - "url": "https://api.github.com/repos/arkokoley/saadhn/releases/assets/11514700", - "id": 11514700, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExNTE0NzAw", - "name": "Saadhn-linux-x64.zip", - "label": null, - "uploader": { - "login": "arkokoley", - "id": 1412469, - "node_id": "MDQ6VXNlcjE0MTI0Njk=", - "avatar_url": "https://avatars0.githubusercontent.com/u/1412469?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/arkokoley", - "html_url": "https://github.com/arkokoley", - "followers_url": "https://api.github.com/users/arkokoley/followers", - "following_url": "https://api.github.com/users/arkokoley/following{/other_user}", - "gists_url": "https://api.github.com/users/arkokoley/gists{/gist_id}", - "starred_url": "https://api.github.com/users/arkokoley/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/arkokoley/subscriptions", - "organizations_url": "https://api.github.com/users/arkokoley/orgs", - "repos_url": "https://api.github.com/users/arkokoley/repos", - "events_url": "https://api.github.com/users/arkokoley/events{/privacy}", - "received_events_url": "https://api.github.com/users/arkokoley/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 39988088, - "download_count": 847, - "created_at": "2019-03-13T20:16:51Z", - "updated_at": "2019-03-13T20:17:32Z", - "browser_download_url": "https://github.com/arkokoley/saadhn/releases/download/v0.3/Saadhn-linux-x64.zip" - }, - { - "url": "https://api.github.com/repos/arkokoley/saadhn/releases/assets/11514699", - "id": 11514699, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExNTE0Njk5", - "name": "Saadhn-win32-x64.zip", - "label": null, - "uploader": { - "login": "arkokoley", - "id": 1412469, - "node_id": "MDQ6VXNlcjE0MTI0Njk=", - "avatar_url": "https://avatars0.githubusercontent.com/u/1412469?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/arkokoley", - "html_url": "https://github.com/arkokoley", - "followers_url": "https://api.github.com/users/arkokoley/followers", - "following_url": "https://api.github.com/users/arkokoley/following{/other_user}", - "gists_url": "https://api.github.com/users/arkokoley/gists{/gist_id}", - "starred_url": "https://api.github.com/users/arkokoley/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/arkokoley/subscriptions", - "organizations_url": "https://api.github.com/users/arkokoley/orgs", - "repos_url": "https://api.github.com/users/arkokoley/repos", - "events_url": "https://api.github.com/users/arkokoley/events{/privacy}", - "received_events_url": "https://api.github.com/users/arkokoley/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 47132993, - "download_count": 710, - "created_at": "2019-03-13T20:16:50Z", - "updated_at": "2019-03-13T20:17:19Z", - "browser_download_url": "https://github.com/arkokoley/saadhn/releases/download/v0.3/Saadhn-win32-x64.zip" - } - ], - "tarball_url": "https://api.github.com/repos/arkokoley/saadhn/tarball/v0.3", - "zipball_url": "https://api.github.com/repos/arkokoley/saadhn/zipball/v0.3", - "body_html": "

Changed the project name to \"Saadhn\". Added new icons.

" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:47.179Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:30.128Z" }, "sandman": { "latestRelease": { @@ -89054,7 +89054,7 @@ "zipball_url": "https://api.github.com/repos/alexanderepstein/Sandman/zipball/v1.9.2", "body_html": "

Bugfixes

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:47.226Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:30.181Z" }, "scancode-workbench": { "latestRelease": { @@ -89155,7 +89155,7 @@ "content_type": "application/gzip", "state": "uploaded", "size": 71556554, - "download_count": 242, + "download_count": 243, "created_at": "2019-09-27T22:48:35Z", "updated_at": "2019-09-27T22:49:33Z", "browser_download_url": "https://github.com/nexB/scancode-workbench/releases/download/v3.1.1/ScanCode-Workbench-macos-x64-3.1.1.tar.gz" @@ -89189,7 +89189,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 81096010, - "download_count": 517, + "download_count": 518, "created_at": "2019-09-27T22:49:12Z", "updated_at": "2019-09-27T22:50:40Z", "browser_download_url": "https://github.com/nexB/scancode-workbench/releases/download/v3.1.1/ScanCode-Workbench-windows-x64-3.1.1.zip" @@ -89199,7 +89199,7 @@ "zipball_url": "https://api.github.com/repos/nexB/scancode-workbench/zipball/v3.1.1", "body_html": "

Release of upcoming v3.1.1 ScanCode Workbench release

\n

New Features

\n\n

Bug Fixes

\n\n

ScanCode Toolkit Compatibility

\n

This beta version of ScanCode Workbench is compatible with scans from any ScanCode Toolkit develop version/branch at or after v3.1.1.

\n

Using

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:47.380Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:30.203Z" }, "school-timetable": { "latestRelease": { @@ -89276,84 +89276,7 @@ "zipball_url": "https://api.github.com/repos/KDani-99/school_timetable/zipball/1.2.0", "body_html": "

Fixed

\n\n

New Fetures

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:47.477Z" - }, - "screencat": { - "latestRelease": { - "url": "https://api.github.com/repos/maxogden/screencat/releases/2081484", - "assets_url": "https://api.github.com/repos/maxogden/screencat/releases/2081484/assets", - "upload_url": "https://uploads.github.com/repos/maxogden/screencat/releases/2081484/assets{?name,label}", - "html_url": "https://github.com/maxogden/screencat/releases/tag/v4.2.0", - "id": 2081484, - "node_id": "MDc6UmVsZWFzZTIwODE0ODQ=", - "tag_name": "v4.2.0", - "target_commitish": "master", - "name": "4.2.0 (Beta)", - "draft": false, - "author": { - "login": "maxogden", - "id": 39759, - "node_id": "MDQ6VXNlcjM5NzU5", - "avatar_url": "https://avatars0.githubusercontent.com/u/39759?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/maxogden", - "html_url": "https://github.com/maxogden", - "followers_url": "https://api.github.com/users/maxogden/followers", - "following_url": "https://api.github.com/users/maxogden/following{/other_user}", - "gists_url": "https://api.github.com/users/maxogden/gists{/gist_id}", - "starred_url": "https://api.github.com/users/maxogden/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/maxogden/subscriptions", - "organizations_url": "https://api.github.com/users/maxogden/orgs", - "repos_url": "https://api.github.com/users/maxogden/repos", - "events_url": "https://api.github.com/users/maxogden/events{/privacy}", - "received_events_url": "https://api.github.com/users/maxogden/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2015-11-06T00:59:58Z", - "published_at": "2015-11-06T01:02:59Z", - "assets": [ - { - "url": "https://api.github.com/repos/maxogden/screencat/releases/assets/1011068", - "id": 1011068, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwMTEwNjg=", - "name": "ScreenCat.zip", - "label": null, - "uploader": { - "login": "maxogden", - "id": 39759, - "node_id": "MDQ6VXNlcjM5NzU5", - "avatar_url": "https://avatars0.githubusercontent.com/u/39759?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/maxogden", - "html_url": "https://github.com/maxogden", - "followers_url": "https://api.github.com/users/maxogden/followers", - "following_url": "https://api.github.com/users/maxogden/following{/other_user}", - "gists_url": "https://api.github.com/users/maxogden/gists{/gist_id}", - "starred_url": "https://api.github.com/users/maxogden/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/maxogden/subscriptions", - "organizations_url": "https://api.github.com/users/maxogden/orgs", - "repos_url": "https://api.github.com/users/maxogden/repos", - "events_url": "https://api.github.com/users/maxogden/events{/privacy}", - "received_events_url": "https://api.github.com/users/maxogden/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 50012108, - "download_count": 4358, - "created_at": "2015-11-06T01:02:02Z", - "updated_at": "2015-11-06T01:02:53Z", - "browser_download_url": "https://github.com/maxogden/screencat/releases/download/v4.2.0/ScreenCat.zip" - } - ], - "tarball_url": "https://api.github.com/repos/maxogden/screencat/tarball/v4.2.0", - "zipball_url": "https://api.github.com/repos/maxogden/screencat/zipball/v4.2.0", - "body_html": "" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:47.580Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:30.208Z" }, "screentray": { "latestRelease": { @@ -89420,7 +89343,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 518, - "download_count": 13829, + "download_count": 13862, "created_at": "2019-11-07T17:32:45Z", "updated_at": "2019-11-07T17:32:46Z", "browser_download_url": "https://github.com/DSnopov/screentray-distribution/releases/download/v1.7.0/latest-mac.yml" @@ -89488,7 +89411,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 72104205, - "download_count": 853, + "download_count": 854, "created_at": "2019-11-07T17:32:13Z", "updated_at": "2019-11-07T17:32:21Z", "browser_download_url": "https://github.com/DSnopov/screentray-distribution/releases/download/v1.7.0/ScreenTray-1.7.0.dmg" @@ -89532,7 +89455,84 @@ "zipball_url": "https://api.github.com/repos/DSnopov/screentray-distribution/zipball/v1.7.0", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:47.729Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:30.301Z" + }, + "screencat": { + "latestRelease": { + "url": "https://api.github.com/repos/maxogden/screencat/releases/2081484", + "assets_url": "https://api.github.com/repos/maxogden/screencat/releases/2081484/assets", + "upload_url": "https://uploads.github.com/repos/maxogden/screencat/releases/2081484/assets{?name,label}", + "html_url": "https://github.com/maxogden/screencat/releases/tag/v4.2.0", + "id": 2081484, + "node_id": "MDc6UmVsZWFzZTIwODE0ODQ=", + "tag_name": "v4.2.0", + "target_commitish": "master", + "name": "4.2.0 (Beta)", + "draft": false, + "author": { + "login": "maxogden", + "id": 39759, + "node_id": "MDQ6VXNlcjM5NzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/39759?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/maxogden", + "html_url": "https://github.com/maxogden", + "followers_url": "https://api.github.com/users/maxogden/followers", + "following_url": "https://api.github.com/users/maxogden/following{/other_user}", + "gists_url": "https://api.github.com/users/maxogden/gists{/gist_id}", + "starred_url": "https://api.github.com/users/maxogden/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/maxogden/subscriptions", + "organizations_url": "https://api.github.com/users/maxogden/orgs", + "repos_url": "https://api.github.com/users/maxogden/repos", + "events_url": "https://api.github.com/users/maxogden/events{/privacy}", + "received_events_url": "https://api.github.com/users/maxogden/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2015-11-06T00:59:58Z", + "published_at": "2015-11-06T01:02:59Z", + "assets": [ + { + "url": "https://api.github.com/repos/maxogden/screencat/releases/assets/1011068", + "id": 1011068, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwMTEwNjg=", + "name": "ScreenCat.zip", + "label": null, + "uploader": { + "login": "maxogden", + "id": 39759, + "node_id": "MDQ6VXNlcjM5NzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/39759?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/maxogden", + "html_url": "https://github.com/maxogden", + "followers_url": "https://api.github.com/users/maxogden/followers", + "following_url": "https://api.github.com/users/maxogden/following{/other_user}", + "gists_url": "https://api.github.com/users/maxogden/gists{/gist_id}", + "starred_url": "https://api.github.com/users/maxogden/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/maxogden/subscriptions", + "organizations_url": "https://api.github.com/users/maxogden/orgs", + "repos_url": "https://api.github.com/users/maxogden/repos", + "events_url": "https://api.github.com/users/maxogden/events{/privacy}", + "received_events_url": "https://api.github.com/users/maxogden/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 50012108, + "download_count": 4359, + "created_at": "2015-11-06T01:02:02Z", + "updated_at": "2015-11-06T01:02:53Z", + "browser_download_url": "https://github.com/maxogden/screencat/releases/download/v4.2.0/ScreenCat.zip" + } + ], + "tarball_url": "https://api.github.com/repos/maxogden/screencat/tarball/v4.2.0", + "zipball_url": "https://api.github.com/repos/maxogden/screencat/zipball/v4.2.0", + "body_html": "" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:30.307Z" }, "sciencefair": { "latestRelease": { @@ -89847,7 +89847,7 @@ "zipball_url": "https://api.github.com/repos/sciencefair-land/sciencefair/zipball/v1.0.6", "body_html": "

Bug fixes

\n\n

Changes

\n\n

Known issues

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:47.867Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:30.326Z" }, "seapig": { "latestRelease": { @@ -90094,7 +90094,7 @@ "zipball_url": "https://api.github.com/repos/yasumichi/seapig/zipball/v0.8.2", "body_html": "

fix #40

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:47.958Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:30.393Z" }, "seeql": { "latestRelease": { @@ -90273,7 +90273,7 @@ "zipball_url": "https://api.github.com/repos/oslabs-beta/seeql/zipball/v0.0.1", "body_html": "

Initial Release v0.0.1-beta

\n

Features:

\n\n

Upcoming:

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:48.115Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:30.412Z" }, "serina": { "latestRelease": { @@ -90418,19 +90418,15 @@ "zipball_url": "https://api.github.com/repos/ORN-Fox/serina-1/zipball/R0.2.4", "body_html": "

Changelog

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:48.243Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:30.427Z" }, "servpane": { "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:48.261Z" - }, - "sealtalk": { - "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:48.266Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:30.446Z" }, "ses": { "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:48.429Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:30.462Z" }, "seton": { "latestRelease": { @@ -90507,7 +90503,7 @@ "zipball_url": "https://api.github.com/repos/e346m/Seton/zipball/0.1", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:48.577Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:30.525Z" }, "sharepod": { "latestRelease": { @@ -90618,7 +90614,7 @@ "zipball_url": "https://api.github.com/repos/kimyearho/SharePod/zipball/2.0.5", "body_html": "

The current Mac version does not support auto-update.

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:48.627Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:30.541Z" }, "sharp-tune": { "latestRelease": { @@ -90753,7 +90749,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 51744468, - "download_count": 1732, + "download_count": 1734, "created_at": "2018-07-03T12:15:00Z", "updated_at": "2018-07-03T12:16:33Z", "browser_download_url": "https://github.com/MD-AZMAL/Sharp-Tune/releases/download/v1.0.3/sharp-tune-1.0.3-x86_64.AppImage" @@ -90865,220 +90861,7 @@ "zipball_url": "https://api.github.com/repos/MD-AZMAL/Sharp-Tune/zipball/v1.0.3", "body_html": "

The Latest Release of Sharp-Tune

\n

v1.0.3

\n

New Features

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:48.634Z" - }, - "shiba": { - "latestRelease": { - "url": "https://api.github.com/repos/rhysd/Shiba/releases/11206268", - "assets_url": "https://api.github.com/repos/rhysd/Shiba/releases/11206268/assets", - "upload_url": "https://uploads.github.com/repos/rhysd/Shiba/releases/11206268/assets{?name,label}", - "html_url": "https://github.com/rhysd/Shiba/releases/tag/v1.2.1", - "id": 11206268, - "node_id": "MDc6UmVsZWFzZTExMjA2MjY4", - "tag_name": "v1.2.1", - "target_commitish": "master", - "name": "Version 1.2.1", - "draft": false, - "author": { - "login": "rhysd", - "id": 823277, - "node_id": "MDQ6VXNlcjgyMzI3Nw==", - "avatar_url": "https://avatars3.githubusercontent.com/u/823277?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/rhysd", - "html_url": "https://github.com/rhysd", - "followers_url": "https://api.github.com/users/rhysd/followers", - "following_url": "https://api.github.com/users/rhysd/following{/other_user}", - "gists_url": "https://api.github.com/users/rhysd/gists{/gist_id}", - "starred_url": "https://api.github.com/users/rhysd/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/rhysd/subscriptions", - "organizations_url": "https://api.github.com/users/rhysd/orgs", - "repos_url": "https://api.github.com/users/rhysd/repos", - "events_url": "https://api.github.com/users/rhysd/events{/privacy}", - "received_events_url": "https://api.github.com/users/rhysd/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2018-05-28T15:06:20Z", - "published_at": "2018-05-28T15:15:51Z", - "assets": [ - { - "url": "https://api.github.com/repos/rhysd/Shiba/releases/assets/7326830", - "id": 7326830, - "node_id": "MDEyOlJlbGVhc2VBc3NldDczMjY4MzA=", - "name": "Shiba-darwin-x64.zip", - "label": null, - "uploader": { - "login": "rhysd", - "id": 823277, - "node_id": "MDQ6VXNlcjgyMzI3Nw==", - "avatar_url": "https://avatars3.githubusercontent.com/u/823277?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/rhysd", - "html_url": "https://github.com/rhysd", - "followers_url": "https://api.github.com/users/rhysd/followers", - "following_url": "https://api.github.com/users/rhysd/following{/other_user}", - "gists_url": "https://api.github.com/users/rhysd/gists{/gist_id}", - "starred_url": "https://api.github.com/users/rhysd/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/rhysd/subscriptions", - "organizations_url": "https://api.github.com/users/rhysd/orgs", - "repos_url": "https://api.github.com/users/rhysd/repos", - "events_url": "https://api.github.com/users/rhysd/events{/privacy}", - "received_events_url": "https://api.github.com/users/rhysd/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 66233915, - "download_count": 942, - "created_at": "2018-05-28T15:11:52Z", - "updated_at": "2018-05-28T15:12:06Z", - "browser_download_url": "https://github.com/rhysd/Shiba/releases/download/v1.2.1/Shiba-darwin-x64.zip" - }, - { - "url": "https://api.github.com/repos/rhysd/Shiba/releases/assets/7326831", - "id": 7326831, - "node_id": "MDEyOlJlbGVhc2VBc3NldDczMjY4MzE=", - "name": "Shiba-linux-ia32.zip", - "label": null, - "uploader": { - "login": "rhysd", - "id": 823277, - "node_id": "MDQ6VXNlcjgyMzI3Nw==", - "avatar_url": "https://avatars3.githubusercontent.com/u/823277?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/rhysd", - "html_url": "https://github.com/rhysd", - "followers_url": "https://api.github.com/users/rhysd/followers", - "following_url": "https://api.github.com/users/rhysd/following{/other_user}", - "gists_url": "https://api.github.com/users/rhysd/gists{/gist_id}", - "starred_url": "https://api.github.com/users/rhysd/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/rhysd/subscriptions", - "organizations_url": "https://api.github.com/users/rhysd/orgs", - "repos_url": "https://api.github.com/users/rhysd/repos", - "events_url": "https://api.github.com/users/rhysd/events{/privacy}", - "received_events_url": "https://api.github.com/users/rhysd/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 69393023, - "download_count": 50, - "created_at": "2018-05-28T15:11:52Z", - "updated_at": "2018-05-28T15:12:29Z", - "browser_download_url": "https://github.com/rhysd/Shiba/releases/download/v1.2.1/Shiba-linux-ia32.zip" - }, - { - "url": "https://api.github.com/repos/rhysd/Shiba/releases/assets/7326832", - "id": 7326832, - "node_id": "MDEyOlJlbGVhc2VBc3NldDczMjY4MzI=", - "name": "Shiba-linux-x64.zip", - "label": null, - "uploader": { - "login": "rhysd", - "id": 823277, - "node_id": "MDQ6VXNlcjgyMzI3Nw==", - "avatar_url": "https://avatars3.githubusercontent.com/u/823277?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/rhysd", - "html_url": "https://github.com/rhysd", - "followers_url": "https://api.github.com/users/rhysd/followers", - "following_url": "https://api.github.com/users/rhysd/following{/other_user}", - "gists_url": "https://api.github.com/users/rhysd/gists{/gist_id}", - "starred_url": "https://api.github.com/users/rhysd/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/rhysd/subscriptions", - "organizations_url": "https://api.github.com/users/rhysd/orgs", - "repos_url": "https://api.github.com/users/rhysd/repos", - "events_url": "https://api.github.com/users/rhysd/events{/privacy}", - "received_events_url": "https://api.github.com/users/rhysd/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 66244002, - "download_count": 226, - "created_at": "2018-05-28T15:11:52Z", - "updated_at": "2018-05-28T15:12:49Z", - "browser_download_url": "https://github.com/rhysd/Shiba/releases/download/v1.2.1/Shiba-linux-x64.zip" - }, - { - "url": "https://api.github.com/repos/rhysd/Shiba/releases/assets/7326833", - "id": 7326833, - "node_id": "MDEyOlJlbGVhc2VBc3NldDczMjY4MzM=", - "name": "Shiba-win32-ia32.zip", - "label": null, - "uploader": { - "login": "rhysd", - "id": 823277, - "node_id": "MDQ6VXNlcjgyMzI3Nw==", - "avatar_url": "https://avatars3.githubusercontent.com/u/823277?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/rhysd", - "html_url": "https://github.com/rhysd", - "followers_url": "https://api.github.com/users/rhysd/followers", - "following_url": "https://api.github.com/users/rhysd/following{/other_user}", - "gists_url": "https://api.github.com/users/rhysd/gists{/gist_id}", - "starred_url": "https://api.github.com/users/rhysd/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/rhysd/subscriptions", - "organizations_url": "https://api.github.com/users/rhysd/orgs", - "repos_url": "https://api.github.com/users/rhysd/repos", - "events_url": "https://api.github.com/users/rhysd/events{/privacy}", - "received_events_url": "https://api.github.com/users/rhysd/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 59818509, - "download_count": 280, - "created_at": "2018-05-28T15:11:53Z", - "updated_at": "2018-05-28T15:13:02Z", - "browser_download_url": "https://github.com/rhysd/Shiba/releases/download/v1.2.1/Shiba-win32-ia32.zip" - }, - { - "url": "https://api.github.com/repos/rhysd/Shiba/releases/assets/7326834", - "id": 7326834, - "node_id": "MDEyOlJlbGVhc2VBc3NldDczMjY4MzQ=", - "name": "Shiba-win32-x64.zip", - "label": null, - "uploader": { - "login": "rhysd", - "id": 823277, - "node_id": "MDQ6VXNlcjgyMzI3Nw==", - "avatar_url": "https://avatars3.githubusercontent.com/u/823277?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/rhysd", - "html_url": "https://github.com/rhysd", - "followers_url": "https://api.github.com/users/rhysd/followers", - "following_url": "https://api.github.com/users/rhysd/following{/other_user}", - "gists_url": "https://api.github.com/users/rhysd/gists{/gist_id}", - "starred_url": "https://api.github.com/users/rhysd/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/rhysd/subscriptions", - "organizations_url": "https://api.github.com/users/rhysd/orgs", - "repos_url": "https://api.github.com/users/rhysd/repos", - "events_url": "https://api.github.com/users/rhysd/events{/privacy}", - "received_events_url": "https://api.github.com/users/rhysd/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 68339528, - "download_count": 912, - "created_at": "2018-05-28T15:11:53Z", - "updated_at": "2018-05-28T15:13:17Z", - "browser_download_url": "https://github.com/rhysd/Shiba/releases/download/v1.2.1/Shiba-win32-x64.zip" - } - ], - "tarball_url": "https://api.github.com/repos/rhysd/Shiba/tarball/v1.2.1", - "zipball_url": "https://api.github.com/repos/rhysd/Shiba/zipball/v1.2.1", - "body_html": "" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:48.766Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:30.578Z" }, "shots": { "latestRelease": { @@ -91244,88 +91027,305 @@ "type": "User", "site_admin": false }, - "content_type": "application/x-ms-dos-executable", + "content_type": "application/x-ms-dos-executable", + "state": "uploaded", + "size": 60506112, + "download_count": 431, + "created_at": "2017-02-14T08:30:13Z", + "updated_at": "2017-02-14T08:31:33Z", + "browser_download_url": "https://github.com/binjospookie/--shots/releases/download/v1.2.0/shots.portable.1.2.0.exe" + }, + { + "url": "https://api.github.com/repos/binjospookie/--shots/releases/assets/3188578", + "id": 3188578, + "node_id": "MDEyOlJlbGVhc2VBc3NldDMxODg1Nzg=", + "name": "shots.Setup.1.2.0.exe", + "label": null, + "uploader": { + "login": "binjospookie", + "id": 8722478, + "node_id": "MDQ6VXNlcjg3MjI0Nzg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8722478?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/binjospookie", + "html_url": "https://github.com/binjospookie", + "followers_url": "https://api.github.com/users/binjospookie/followers", + "following_url": "https://api.github.com/users/binjospookie/following{/other_user}", + "gists_url": "https://api.github.com/users/binjospookie/gists{/gist_id}", + "starred_url": "https://api.github.com/users/binjospookie/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/binjospookie/subscriptions", + "organizations_url": "https://api.github.com/users/binjospookie/orgs", + "repos_url": "https://api.github.com/users/binjospookie/repos", + "events_url": "https://api.github.com/users/binjospookie/events{/privacy}", + "received_events_url": "https://api.github.com/users/binjospookie/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-ms-dos-executable", + "state": "uploaded", + "size": 60506112, + "download_count": 561, + "created_at": "2017-02-14T08:30:13Z", + "updated_at": "2017-02-14T08:30:59Z", + "browser_download_url": "https://github.com/binjospookie/--shots/releases/download/v1.2.0/shots.Setup.1.2.0.exe" + }, + { + "url": "https://api.github.com/repos/binjospookie/--shots/releases/assets/3188575", + "id": 3188575, + "node_id": "MDEyOlJlbGVhc2VBc3NldDMxODg1NzU=", + "name": "shots_1.2.0_amd64.deb", + "label": null, + "uploader": { + "login": "binjospookie", + "id": 8722478, + "node_id": "MDQ6VXNlcjg3MjI0Nzg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8722478?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/binjospookie", + "html_url": "https://github.com/binjospookie", + "followers_url": "https://api.github.com/users/binjospookie/followers", + "following_url": "https://api.github.com/users/binjospookie/following{/other_user}", + "gists_url": "https://api.github.com/users/binjospookie/gists{/gist_id}", + "starred_url": "https://api.github.com/users/binjospookie/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/binjospookie/subscriptions", + "organizations_url": "https://api.github.com/users/binjospookie/orgs", + "repos_url": "https://api.github.com/users/binjospookie/repos", + "events_url": "https://api.github.com/users/binjospookie/events{/privacy}", + "received_events_url": "https://api.github.com/users/binjospookie/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/vnd.debian.binary-package", "state": "uploaded", - "size": 60506112, - "download_count": 431, + "size": 37632448, + "download_count": 2637, "created_at": "2017-02-14T08:30:13Z", - "updated_at": "2017-02-14T08:31:33Z", - "browser_download_url": "https://github.com/binjospookie/--shots/releases/download/v1.2.0/shots.portable.1.2.0.exe" + "updated_at": "2017-02-14T08:30:24Z", + "browser_download_url": "https://github.com/binjospookie/--shots/releases/download/v1.2.0/shots_1.2.0_amd64.deb" + } + ], + "tarball_url": "https://api.github.com/repos/binjospookie/--shots/tarball/v1.2.0", + "zipball_url": "https://api.github.com/repos/binjospookie/--shots/zipball/v1.2.0", + "body_html": "

Integrate we love

\n

Social network

\n

Now you could post your screenshots from --shots to Facebook, Twitter, VKontakte!

\n
\n

Socials > Post on ...

\n
\n

Dropbox

\n

Want to save your screenshot to Dropbox? No problems! Simply sign in and then save!

\n

\"image\"
\n\"image\"

\n

Imgur

\n

Not satisfied with dropbox? OK, we provide an alternative to you... Imgur!
\nSign in and save :)

\n

\"image\"
\n\"image\"

\n
\n

Imgur server sometimes very busy, so possible problems with authorization.

\n
\n

Dropbox and Imgur

\n

You should to sign in only once(not for every saving).
\nFor authorization we use OAuth 2.0

\n

MacOS

\n

This version support MacOS!

\n
\n

That's all, folks.
\n_Thanks for your support and see you soon!_

" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:30.618Z" + }, + "sealtalk": { + "latestRelease": null, + "latestReleaseFetchedAt": "2020-09-18T00:10:30.624Z" + }, + "shiba": { + "latestRelease": { + "url": "https://api.github.com/repos/rhysd/Shiba/releases/11206268", + "assets_url": "https://api.github.com/repos/rhysd/Shiba/releases/11206268/assets", + "upload_url": "https://uploads.github.com/repos/rhysd/Shiba/releases/11206268/assets{?name,label}", + "html_url": "https://github.com/rhysd/Shiba/releases/tag/v1.2.1", + "id": 11206268, + "node_id": "MDc6UmVsZWFzZTExMjA2MjY4", + "tag_name": "v1.2.1", + "target_commitish": "master", + "name": "Version 1.2.1", + "draft": false, + "author": { + "login": "rhysd", + "id": 823277, + "node_id": "MDQ6VXNlcjgyMzI3Nw==", + "avatar_url": "https://avatars3.githubusercontent.com/u/823277?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rhysd", + "html_url": "https://github.com/rhysd", + "followers_url": "https://api.github.com/users/rhysd/followers", + "following_url": "https://api.github.com/users/rhysd/following{/other_user}", + "gists_url": "https://api.github.com/users/rhysd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rhysd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rhysd/subscriptions", + "organizations_url": "https://api.github.com/users/rhysd/orgs", + "repos_url": "https://api.github.com/users/rhysd/repos", + "events_url": "https://api.github.com/users/rhysd/events{/privacy}", + "received_events_url": "https://api.github.com/users/rhysd/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2018-05-28T15:06:20Z", + "published_at": "2018-05-28T15:15:51Z", + "assets": [ + { + "url": "https://api.github.com/repos/rhysd/Shiba/releases/assets/7326830", + "id": 7326830, + "node_id": "MDEyOlJlbGVhc2VBc3NldDczMjY4MzA=", + "name": "Shiba-darwin-x64.zip", + "label": null, + "uploader": { + "login": "rhysd", + "id": 823277, + "node_id": "MDQ6VXNlcjgyMzI3Nw==", + "avatar_url": "https://avatars3.githubusercontent.com/u/823277?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rhysd", + "html_url": "https://github.com/rhysd", + "followers_url": "https://api.github.com/users/rhysd/followers", + "following_url": "https://api.github.com/users/rhysd/following{/other_user}", + "gists_url": "https://api.github.com/users/rhysd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rhysd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rhysd/subscriptions", + "organizations_url": "https://api.github.com/users/rhysd/orgs", + "repos_url": "https://api.github.com/users/rhysd/repos", + "events_url": "https://api.github.com/users/rhysd/events{/privacy}", + "received_events_url": "https://api.github.com/users/rhysd/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 66233915, + "download_count": 942, + "created_at": "2018-05-28T15:11:52Z", + "updated_at": "2018-05-28T15:12:06Z", + "browser_download_url": "https://github.com/rhysd/Shiba/releases/download/v1.2.1/Shiba-darwin-x64.zip" }, { - "url": "https://api.github.com/repos/binjospookie/--shots/releases/assets/3188578", - "id": 3188578, - "node_id": "MDEyOlJlbGVhc2VBc3NldDMxODg1Nzg=", - "name": "shots.Setup.1.2.0.exe", + "url": "https://api.github.com/repos/rhysd/Shiba/releases/assets/7326831", + "id": 7326831, + "node_id": "MDEyOlJlbGVhc2VBc3NldDczMjY4MzE=", + "name": "Shiba-linux-ia32.zip", "label": null, "uploader": { - "login": "binjospookie", - "id": 8722478, - "node_id": "MDQ6VXNlcjg3MjI0Nzg=", - "avatar_url": "https://avatars2.githubusercontent.com/u/8722478?v=4", + "login": "rhysd", + "id": 823277, + "node_id": "MDQ6VXNlcjgyMzI3Nw==", + "avatar_url": "https://avatars3.githubusercontent.com/u/823277?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/binjospookie", - "html_url": "https://github.com/binjospookie", - "followers_url": "https://api.github.com/users/binjospookie/followers", - "following_url": "https://api.github.com/users/binjospookie/following{/other_user}", - "gists_url": "https://api.github.com/users/binjospookie/gists{/gist_id}", - "starred_url": "https://api.github.com/users/binjospookie/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/binjospookie/subscriptions", - "organizations_url": "https://api.github.com/users/binjospookie/orgs", - "repos_url": "https://api.github.com/users/binjospookie/repos", - "events_url": "https://api.github.com/users/binjospookie/events{/privacy}", - "received_events_url": "https://api.github.com/users/binjospookie/received_events", + "url": "https://api.github.com/users/rhysd", + "html_url": "https://github.com/rhysd", + "followers_url": "https://api.github.com/users/rhysd/followers", + "following_url": "https://api.github.com/users/rhysd/following{/other_user}", + "gists_url": "https://api.github.com/users/rhysd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rhysd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rhysd/subscriptions", + "organizations_url": "https://api.github.com/users/rhysd/orgs", + "repos_url": "https://api.github.com/users/rhysd/repos", + "events_url": "https://api.github.com/users/rhysd/events{/privacy}", + "received_events_url": "https://api.github.com/users/rhysd/received_events", "type": "User", "site_admin": false }, - "content_type": "application/x-ms-dos-executable", + "content_type": "application/zip", "state": "uploaded", - "size": 60506112, - "download_count": 561, - "created_at": "2017-02-14T08:30:13Z", - "updated_at": "2017-02-14T08:30:59Z", - "browser_download_url": "https://github.com/binjospookie/--shots/releases/download/v1.2.0/shots.Setup.1.2.0.exe" + "size": 69393023, + "download_count": 50, + "created_at": "2018-05-28T15:11:52Z", + "updated_at": "2018-05-28T15:12:29Z", + "browser_download_url": "https://github.com/rhysd/Shiba/releases/download/v1.2.1/Shiba-linux-ia32.zip" }, { - "url": "https://api.github.com/repos/binjospookie/--shots/releases/assets/3188575", - "id": 3188575, - "node_id": "MDEyOlJlbGVhc2VBc3NldDMxODg1NzU=", - "name": "shots_1.2.0_amd64.deb", + "url": "https://api.github.com/repos/rhysd/Shiba/releases/assets/7326832", + "id": 7326832, + "node_id": "MDEyOlJlbGVhc2VBc3NldDczMjY4MzI=", + "name": "Shiba-linux-x64.zip", "label": null, "uploader": { - "login": "binjospookie", - "id": 8722478, - "node_id": "MDQ6VXNlcjg3MjI0Nzg=", - "avatar_url": "https://avatars2.githubusercontent.com/u/8722478?v=4", + "login": "rhysd", + "id": 823277, + "node_id": "MDQ6VXNlcjgyMzI3Nw==", + "avatar_url": "https://avatars3.githubusercontent.com/u/823277?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/binjospookie", - "html_url": "https://github.com/binjospookie", - "followers_url": "https://api.github.com/users/binjospookie/followers", - "following_url": "https://api.github.com/users/binjospookie/following{/other_user}", - "gists_url": "https://api.github.com/users/binjospookie/gists{/gist_id}", - "starred_url": "https://api.github.com/users/binjospookie/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/binjospookie/subscriptions", - "organizations_url": "https://api.github.com/users/binjospookie/orgs", - "repos_url": "https://api.github.com/users/binjospookie/repos", - "events_url": "https://api.github.com/users/binjospookie/events{/privacy}", - "received_events_url": "https://api.github.com/users/binjospookie/received_events", + "url": "https://api.github.com/users/rhysd", + "html_url": "https://github.com/rhysd", + "followers_url": "https://api.github.com/users/rhysd/followers", + "following_url": "https://api.github.com/users/rhysd/following{/other_user}", + "gists_url": "https://api.github.com/users/rhysd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rhysd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rhysd/subscriptions", + "organizations_url": "https://api.github.com/users/rhysd/orgs", + "repos_url": "https://api.github.com/users/rhysd/repos", + "events_url": "https://api.github.com/users/rhysd/events{/privacy}", + "received_events_url": "https://api.github.com/users/rhysd/received_events", "type": "User", "site_admin": false }, - "content_type": "application/vnd.debian.binary-package", + "content_type": "application/zip", "state": "uploaded", - "size": 37632448, - "download_count": 2636, - "created_at": "2017-02-14T08:30:13Z", - "updated_at": "2017-02-14T08:30:24Z", - "browser_download_url": "https://github.com/binjospookie/--shots/releases/download/v1.2.0/shots_1.2.0_amd64.deb" + "size": 66244002, + "download_count": 226, + "created_at": "2018-05-28T15:11:52Z", + "updated_at": "2018-05-28T15:12:49Z", + "browser_download_url": "https://github.com/rhysd/Shiba/releases/download/v1.2.1/Shiba-linux-x64.zip" + }, + { + "url": "https://api.github.com/repos/rhysd/Shiba/releases/assets/7326833", + "id": 7326833, + "node_id": "MDEyOlJlbGVhc2VBc3NldDczMjY4MzM=", + "name": "Shiba-win32-ia32.zip", + "label": null, + "uploader": { + "login": "rhysd", + "id": 823277, + "node_id": "MDQ6VXNlcjgyMzI3Nw==", + "avatar_url": "https://avatars3.githubusercontent.com/u/823277?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rhysd", + "html_url": "https://github.com/rhysd", + "followers_url": "https://api.github.com/users/rhysd/followers", + "following_url": "https://api.github.com/users/rhysd/following{/other_user}", + "gists_url": "https://api.github.com/users/rhysd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rhysd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rhysd/subscriptions", + "organizations_url": "https://api.github.com/users/rhysd/orgs", + "repos_url": "https://api.github.com/users/rhysd/repos", + "events_url": "https://api.github.com/users/rhysd/events{/privacy}", + "received_events_url": "https://api.github.com/users/rhysd/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 59818509, + "download_count": 280, + "created_at": "2018-05-28T15:11:53Z", + "updated_at": "2018-05-28T15:13:02Z", + "browser_download_url": "https://github.com/rhysd/Shiba/releases/download/v1.2.1/Shiba-win32-ia32.zip" + }, + { + "url": "https://api.github.com/repos/rhysd/Shiba/releases/assets/7326834", + "id": 7326834, + "node_id": "MDEyOlJlbGVhc2VBc3NldDczMjY4MzQ=", + "name": "Shiba-win32-x64.zip", + "label": null, + "uploader": { + "login": "rhysd", + "id": 823277, + "node_id": "MDQ6VXNlcjgyMzI3Nw==", + "avatar_url": "https://avatars3.githubusercontent.com/u/823277?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rhysd", + "html_url": "https://github.com/rhysd", + "followers_url": "https://api.github.com/users/rhysd/followers", + "following_url": "https://api.github.com/users/rhysd/following{/other_user}", + "gists_url": "https://api.github.com/users/rhysd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rhysd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rhysd/subscriptions", + "organizations_url": "https://api.github.com/users/rhysd/orgs", + "repos_url": "https://api.github.com/users/rhysd/repos", + "events_url": "https://api.github.com/users/rhysd/events{/privacy}", + "received_events_url": "https://api.github.com/users/rhysd/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 68339528, + "download_count": 912, + "created_at": "2018-05-28T15:11:53Z", + "updated_at": "2018-05-28T15:13:17Z", + "browser_download_url": "https://github.com/rhysd/Shiba/releases/download/v1.2.1/Shiba-win32-x64.zip" } ], - "tarball_url": "https://api.github.com/repos/binjospookie/--shots/tarball/v1.2.0", - "zipball_url": "https://api.github.com/repos/binjospookie/--shots/zipball/v1.2.0", - "body_html": "

Integrate we love

\n

Social network

\n

Now you could post your screenshots from --shots to Facebook, Twitter, VKontakte!

\n
\n

Socials > Post on ...

\n
\n

Dropbox

\n

Want to save your screenshot to Dropbox? No problems! Simply sign in and then save!

\n

\"image\"
\n\"image\"

\n

Imgur

\n

Not satisfied with dropbox? OK, we provide an alternative to you... Imgur!
\nSign in and save :)

\n

\"image\"
\n\"image\"

\n
\n

Imgur server sometimes very busy, so possible problems with authorization.

\n
\n

Dropbox and Imgur

\n

You should to sign in only once(not for every saving).
\nFor authorization we use OAuth 2.0

\n

MacOS

\n

This version support MacOS!

\n
\n

That's all, folks.
\n_Thanks for your support and see you soon!_

" + "tarball_url": "https://api.github.com/repos/rhysd/Shiba/tarball/v1.2.1", + "zipball_url": "https://api.github.com/repos/rhysd/Shiba/zipball/v1.2.1", + "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:48.951Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:30.661Z" }, "shuttle": { "latestRelease": { @@ -91494,7 +91494,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 64525733, - "download_count": 875, + "download_count": 876, "created_at": "2019-09-28T08:31:36Z", "updated_at": "2019-09-28T08:31:37Z", "browser_download_url": "https://github.com/ShuttleBrowser/Shuttle/releases/download/v3.1.0/Shuttle-Linux-i386.AppImage" @@ -91630,7 +91630,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 93232371, - "download_count": 5813, + "download_count": 5814, "created_at": "2019-09-28T08:30:33Z", "updated_at": "2019-09-28T08:30:37Z", "browser_download_url": "https://github.com/ShuttleBrowser/Shuttle/releases/download/v3.1.0/Shuttle-Windows.exe" @@ -91640,7 +91640,7 @@ "zipball_url": "https://api.github.com/repos/ShuttleBrowser/Shuttle/zipball/v3.1.0", "body_html": "

Placeholder description

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:48.993Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:30.665Z" }, "signal": { "latestRelease": { @@ -91682,7 +91682,7 @@ "zipball_url": "https://api.github.com/repos/signalapp/Signal-Desktop/zipball/v1.36.1", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:48.999Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:30.702Z" }, "simplenote": { "latestRelease": { @@ -91749,7 +91749,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 399, - "download_count": 90, + "download_count": 91, "created_at": "2020-08-21T03:10:53Z", "updated_at": "2020-08-21T03:10:54Z", "browser_download_url": "https://github.com/Automattic/simplenote-electron/releases/download/v1.21.1/latest-linux-arm.yml" @@ -91783,7 +91783,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 397, - "download_count": 102, + "download_count": 104, "created_at": "2020-08-21T03:10:53Z", "updated_at": "2020-08-21T03:10:54Z", "browser_download_url": "https://github.com/Automattic/simplenote-electron/releases/download/v1.21.1/latest-linux-arm64.yml" @@ -91851,7 +91851,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 399, - "download_count": 1944, + "download_count": 1985, "created_at": "2020-08-21T03:10:53Z", "updated_at": "2020-08-21T03:10:54Z", "browser_download_url": "https://github.com/Automattic/simplenote-electron/releases/download/v1.21.1/latest-linux.yml" @@ -91885,7 +91885,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 351, - "download_count": 4725, + "download_count": 4836, "created_at": "2020-08-21T03:11:28Z", "updated_at": "2020-08-21T03:11:28Z", "browser_download_url": "https://github.com/Automattic/simplenote-electron/releases/download/v1.21.1/latest-mac.yml" @@ -91919,7 +91919,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 380, - "download_count": 153383, + "download_count": 156358, "created_at": "2020-08-21T03:05:38Z", "updated_at": "2020-08-21T03:05:38Z", "browser_download_url": "https://github.com/Automattic/simplenote-electron/releases/download/v1.21.1/latest.yml" @@ -91953,7 +91953,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 58259638, - "download_count": 5537, + "download_count": 5623, "created_at": "2020-08-21T03:07:59Z", "updated_at": "2020-08-21T03:08:08Z", "browser_download_url": "https://github.com/Automattic/simplenote-electron/releases/download/v1.21.1/Simplenote-linux-1.21.1-amd64.deb" @@ -91987,7 +91987,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 92548973, - "download_count": 264, + "download_count": 267, "created_at": "2020-08-21T03:02:46Z", "updated_at": "2020-08-21T03:02:48Z", "browser_download_url": "https://github.com/Automattic/simplenote-electron/releases/download/v1.21.1/Simplenote-linux-1.21.1-arm64.AppImage" @@ -92021,7 +92021,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 55185366, - "download_count": 276, + "download_count": 279, "created_at": "2020-08-21T03:08:27Z", "updated_at": "2020-08-21T03:08:28Z", "browser_download_url": "https://github.com/Automattic/simplenote-electron/releases/download/v1.21.1/Simplenote-linux-1.21.1-arm64.deb" @@ -92055,7 +92055,7 @@ "content_type": "application/x-redhat-package-manager", "state": "uploaded", "size": 56794181, - "download_count": 134, + "download_count": 135, "created_at": "2020-08-21T03:10:52Z", "updated_at": "2020-08-21T03:10:53Z", "browser_download_url": "https://github.com/Automattic/simplenote-electron/releases/download/v1.21.1/Simplenote-linux-1.21.1-arm64.rpm" @@ -92089,7 +92089,7 @@ "content_type": "application/gzip", "state": "uploaded", "size": 86997848, - "download_count": 87, + "download_count": 88, "created_at": "2020-08-21T03:06:53Z", "updated_at": "2020-08-21T03:06:54Z", "browser_download_url": "https://github.com/Automattic/simplenote-electron/releases/download/v1.21.1/Simplenote-linux-1.21.1-arm64.tar.gz" @@ -92157,7 +92157,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 52546590, - "download_count": 47, + "download_count": 48, "created_at": "2020-08-21T03:06:27Z", "updated_at": "2020-08-21T03:06:28Z", "browser_download_url": "https://github.com/Automattic/simplenote-electron/releases/download/v1.21.1/Simplenote-linux-1.21.1-armv7l.deb" @@ -92191,7 +92191,7 @@ "content_type": "application/x-redhat-package-manager", "state": "uploaded", "size": 52478606, - "download_count": 21, + "download_count": 22, "created_at": "2020-08-21T03:08:10Z", "updated_at": "2020-08-21T03:08:11Z", "browser_download_url": "https://github.com/Automattic/simplenote-electron/releases/download/v1.21.1/Simplenote-linux-1.21.1-armv7l.rpm" @@ -92259,7 +92259,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 87805484, - "download_count": 56, + "download_count": 57, "created_at": "2020-08-21T03:02:21Z", "updated_at": "2020-08-21T03:02:23Z", "browser_download_url": "https://github.com/Automattic/simplenote-electron/releases/download/v1.21.1/Simplenote-linux-1.21.1-i386.AppImage" @@ -92293,7 +92293,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 57807606, - "download_count": 270, + "download_count": 272, "created_at": "2020-08-21T03:07:52Z", "updated_at": "2020-08-21T03:07:53Z", "browser_download_url": "https://github.com/Automattic/simplenote-electron/releases/download/v1.21.1/Simplenote-linux-1.21.1-i386.deb" @@ -92395,7 +92395,7 @@ "content_type": "application/gzip", "state": "uploaded", "size": 83656095, - "download_count": 207, + "download_count": 210, "created_at": "2020-08-21T03:06:11Z", "updated_at": "2020-08-21T03:06:12Z", "browser_download_url": "https://github.com/Automattic/simplenote-electron/releases/download/v1.21.1/Simplenote-linux-1.21.1-x64.tar.gz" @@ -92429,7 +92429,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 88878954, - "download_count": 733, + "download_count": 746, "created_at": "2020-08-21T03:02:10Z", "updated_at": "2020-08-21T03:02:12Z", "browser_download_url": "https://github.com/Automattic/simplenote-electron/releases/download/v1.21.1/Simplenote-linux-1.21.1-x86_64.AppImage" @@ -92463,7 +92463,7 @@ "content_type": "application/x-redhat-package-manager", "state": "uploaded", "size": 57718565, - "download_count": 386, + "download_count": 398, "created_at": "2020-08-21T03:10:19Z", "updated_at": "2020-08-21T03:10:21Z", "browser_download_url": "https://github.com/Automattic/simplenote-electron/releases/download/v1.21.1/Simplenote-linux-1.21.1-x86_64.rpm" @@ -92497,7 +92497,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 88456443, - "download_count": 855, + "download_count": 863, "created_at": "2020-08-21T03:07:46Z", "updated_at": "2020-08-21T03:07:50Z", "browser_download_url": "https://github.com/Automattic/simplenote-electron/releases/download/v1.21.1/Simplenote-macOS-1.21.1.dmg" @@ -92599,7 +92599,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 86636839, - "download_count": 44, + "download_count": 45, "created_at": "2020-08-21T03:05:03Z", "updated_at": "2020-08-21T03:05:05Z", "browser_download_url": "https://github.com/Automattic/simplenote-electron/releases/download/v1.21.1/Simplenote-win-1.21.1-x64.appx" @@ -92633,7 +92633,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 113312016, - "download_count": 98879, + "download_count": 100866, "created_at": "2020-08-21T03:05:35Z", "updated_at": "2020-08-21T03:05:38Z", "browser_download_url": "https://github.com/Automattic/simplenote-electron/releases/download/v1.21.1/Simplenote-win-1.21.1.exe" @@ -92667,7 +92667,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 117396, - "download_count": 82454, + "download_count": 84014, "created_at": "2020-08-21T03:05:35Z", "updated_at": "2020-08-21T03:05:35Z", "browser_download_url": "https://github.com/Automattic/simplenote-electron/releases/download/v1.21.1/Simplenote-win-1.21.1.exe.blockmap" @@ -92679,73 +92679,499 @@ "name": "Simplenote-win-store-1.21.1-ia32.appx", "label": "", "uploader": { - "login": "belcherj", - "id": 6817400, - "node_id": "MDQ6VXNlcjY4MTc0MDA=", - "avatar_url": "https://avatars1.githubusercontent.com/u/6817400?v=4", + "login": "belcherj", + "id": 6817400, + "node_id": "MDQ6VXNlcjY4MTc0MDA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6817400?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/belcherj", + "html_url": "https://github.com/belcherj", + "followers_url": "https://api.github.com/users/belcherj/followers", + "following_url": "https://api.github.com/users/belcherj/following{/other_user}", + "gists_url": "https://api.github.com/users/belcherj/gists{/gist_id}", + "starred_url": "https://api.github.com/users/belcherj/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/belcherj/subscriptions", + "organizations_url": "https://api.github.com/users/belcherj/orgs", + "repos_url": "https://api.github.com/users/belcherj/repos", + "events_url": "https://api.github.com/users/belcherj/events{/privacy}", + "received_events_url": "https://api.github.com/users/belcherj/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 82779250, + "download_count": 19, + "created_at": "2020-08-21T03:04:21Z", + "updated_at": "2020-08-21T03:04:23Z", + "browser_download_url": "https://github.com/Automattic/simplenote-electron/releases/download/v1.21.1/Simplenote-win-store-1.21.1-ia32.appx" + }, + { + "url": "https://api.github.com/repos/Automattic/simplenote-electron/releases/assets/24143471", + "id": 24143471, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI0MTQzNDcx", + "name": "Simplenote-win-store-1.21.1-x64.appx", + "label": "", + "uploader": { + "login": "belcherj", + "id": 6817400, + "node_id": "MDQ6VXNlcjY4MTc0MDA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6817400?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/belcherj", + "html_url": "https://github.com/belcherj", + "followers_url": "https://api.github.com/users/belcherj/followers", + "following_url": "https://api.github.com/users/belcherj/following{/other_user}", + "gists_url": "https://api.github.com/users/belcherj/gists{/gist_id}", + "starred_url": "https://api.github.com/users/belcherj/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/belcherj/subscriptions", + "organizations_url": "https://api.github.com/users/belcherj/orgs", + "repos_url": "https://api.github.com/users/belcherj/repos", + "events_url": "https://api.github.com/users/belcherj/events{/privacy}", + "received_events_url": "https://api.github.com/users/belcherj/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 86616852, + "download_count": 32, + "created_at": "2020-08-21T03:04:52Z", + "updated_at": "2020-08-21T03:04:54Z", + "browser_download_url": "https://github.com/Automattic/simplenote-electron/releases/download/v1.21.1/Simplenote-win-store-1.21.1-x64.appx" + } + ], + "tarball_url": "https://api.github.com/repos/Automattic/simplenote-electron/tarball/v1.21.1", + "zipball_url": "https://api.github.com/repos/Automattic/simplenote-electron/zipball/v1.21.1", + "body_html": "

Updated WordPress.com login flow to work on all platforms #2285

" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:30.727Z" + }, + "skrifa": { + "latestRelease": { + "url": "https://api.github.com/repos/Skrifa/Skrifa/releases/6470946", + "assets_url": "https://api.github.com/repos/Skrifa/Skrifa/releases/6470946/assets", + "upload_url": "https://uploads.github.com/repos/Skrifa/Skrifa/releases/6470946/assets{?name,label}", + "html_url": "https://github.com/Skrifa/Skrifa/releases/tag/v0.2.6", + "id": 6470946, + "node_id": "MDc6UmVsZWFzZTY0NzA5NDY=", + "tag_name": "v0.2.6", + "target_commitish": "master", + "name": "v0.2.6", + "draft": false, + "author": { + "login": "Hyuchia", + "id": 8296281, + "node_id": "MDQ6VXNlcjgyOTYyODE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8296281?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Hyuchia", + "html_url": "https://github.com/Hyuchia", + "followers_url": "https://api.github.com/users/Hyuchia/followers", + "following_url": "https://api.github.com/users/Hyuchia/following{/other_user}", + "gists_url": "https://api.github.com/users/Hyuchia/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Hyuchia/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Hyuchia/subscriptions", + "organizations_url": "https://api.github.com/users/Hyuchia/orgs", + "repos_url": "https://api.github.com/users/Hyuchia/repos", + "events_url": "https://api.github.com/users/Hyuchia/events{/privacy}", + "received_events_url": "https://api.github.com/users/Hyuchia/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2017-06-07T03:47:01Z", + "published_at": "2017-06-07T04:52:53Z", + "assets": [ + { + "url": "https://api.github.com/repos/Skrifa/Skrifa/releases/assets/4045336", + "id": 4045336, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQwNDUzMzY=", + "name": "Skrifa-0.2.6-Linux_amd64.zip", + "label": null, + "uploader": { + "login": "Hyuchia", + "id": 8296281, + "node_id": "MDQ6VXNlcjgyOTYyODE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8296281?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Hyuchia", + "html_url": "https://github.com/Hyuchia", + "followers_url": "https://api.github.com/users/Hyuchia/followers", + "following_url": "https://api.github.com/users/Hyuchia/following{/other_user}", + "gists_url": "https://api.github.com/users/Hyuchia/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Hyuchia/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Hyuchia/subscriptions", + "organizations_url": "https://api.github.com/users/Hyuchia/orgs", + "repos_url": "https://api.github.com/users/Hyuchia/repos", + "events_url": "https://api.github.com/users/Hyuchia/events{/privacy}", + "received_events_url": "https://api.github.com/users/Hyuchia/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 105133556, + "download_count": 268, + "created_at": "2017-06-07T04:50:30Z", + "updated_at": "2017-06-07T04:52:02Z", + "browser_download_url": "https://github.com/Skrifa/Skrifa/releases/download/v0.2.6/Skrifa-0.2.6-Linux_amd64.zip" + }, + { + "url": "https://api.github.com/repos/Skrifa/Skrifa/releases/assets/4045308", + "id": 4045308, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQwNDUzMDg=", + "name": "Skrifa-0.2.6-mac.zip", + "label": null, + "uploader": { + "login": "Hyuchia", + "id": 8296281, + "node_id": "MDQ6VXNlcjgyOTYyODE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8296281?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Hyuchia", + "html_url": "https://github.com/Hyuchia", + "followers_url": "https://api.github.com/users/Hyuchia/followers", + "following_url": "https://api.github.com/users/Hyuchia/following{/other_user}", + "gists_url": "https://api.github.com/users/Hyuchia/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Hyuchia/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Hyuchia/subscriptions", + "organizations_url": "https://api.github.com/users/Hyuchia/orgs", + "repos_url": "https://api.github.com/users/Hyuchia/repos", + "events_url": "https://api.github.com/users/Hyuchia/events{/privacy}", + "received_events_url": "https://api.github.com/users/Hyuchia/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 96074460, + "download_count": 1807, + "created_at": "2017-06-07T04:36:21Z", + "updated_at": "2017-06-07T04:37:42Z", + "browser_download_url": "https://github.com/Skrifa/Skrifa/releases/download/v0.2.6/Skrifa-0.2.6-mac.zip" + }, + { + "url": "https://api.github.com/repos/Skrifa/Skrifa/releases/assets/4045318", + "id": 4045318, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQwNDUzMTg=", + "name": "Skrifa-0.2.6-x86_64.AppImage", + "label": null, + "uploader": { + "login": "Hyuchia", + "id": 8296281, + "node_id": "MDQ6VXNlcjgyOTYyODE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8296281?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Hyuchia", + "html_url": "https://github.com/Hyuchia", + "followers_url": "https://api.github.com/users/Hyuchia/followers", + "following_url": "https://api.github.com/users/Hyuchia/following{/other_user}", + "gists_url": "https://api.github.com/users/Hyuchia/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Hyuchia/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Hyuchia/subscriptions", + "organizations_url": "https://api.github.com/users/Hyuchia/orgs", + "repos_url": "https://api.github.com/users/Hyuchia/repos", + "events_url": "https://api.github.com/users/Hyuchia/events{/privacy}", + "received_events_url": "https://api.github.com/users/Hyuchia/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-iso9660-appimage", + "state": "uploaded", + "size": 106954752, + "download_count": 1995, + "created_at": "2017-06-07T04:40:46Z", + "updated_at": "2017-06-07T04:42:23Z", + "browser_download_url": "https://github.com/Skrifa/Skrifa/releases/download/v0.2.6/Skrifa-0.2.6-x86_64.AppImage" + }, + { + "url": "https://api.github.com/repos/Skrifa/Skrifa/releases/assets/4045326", + "id": 4045326, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQwNDUzMjY=", + "name": "Skrifa-0.2.6.freebsd", + "label": null, + "uploader": { + "login": "Hyuchia", + "id": 8296281, + "node_id": "MDQ6VXNlcjgyOTYyODE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8296281?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Hyuchia", + "html_url": "https://github.com/Hyuchia", + "followers_url": "https://api.github.com/users/Hyuchia/followers", + "following_url": "https://api.github.com/users/Hyuchia/following{/other_user}", + "gists_url": "https://api.github.com/users/Hyuchia/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Hyuchia/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Hyuchia/subscriptions", + "organizations_url": "https://api.github.com/users/Hyuchia/orgs", + "repos_url": "https://api.github.com/users/Hyuchia/repos", + "events_url": "https://api.github.com/users/Hyuchia/events{/privacy}", + "received_events_url": "https://api.github.com/users/Hyuchia/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 70135860, + "download_count": 48, + "created_at": "2017-06-07T04:46:28Z", + "updated_at": "2017-06-07T04:47:28Z", + "browser_download_url": "https://github.com/Skrifa/Skrifa/releases/download/v0.2.6/Skrifa-0.2.6.freebsd" + }, + { + "url": "https://api.github.com/repos/Skrifa/Skrifa/releases/assets/4045327", + "id": 4045327, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQwNDUzMjc=", + "name": "Skrifa-0.2.6.pacman", + "label": null, + "uploader": { + "login": "Hyuchia", + "id": 8296281, + "node_id": "MDQ6VXNlcjgyOTYyODE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8296281?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Hyuchia", + "html_url": "https://github.com/Hyuchia", + "followers_url": "https://api.github.com/users/Hyuchia/followers", + "following_url": "https://api.github.com/users/Hyuchia/following{/other_user}", + "gists_url": "https://api.github.com/users/Hyuchia/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Hyuchia/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Hyuchia/subscriptions", + "organizations_url": "https://api.github.com/users/Hyuchia/orgs", + "repos_url": "https://api.github.com/users/Hyuchia/repos", + "events_url": "https://api.github.com/users/Hyuchia/events{/privacy}", + "received_events_url": "https://api.github.com/users/Hyuchia/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 70180152, + "download_count": 119, + "created_at": "2017-06-07T04:46:28Z", + "updated_at": "2017-06-07T04:48:29Z", + "browser_download_url": "https://github.com/Skrifa/Skrifa/releases/download/v0.2.6/Skrifa-0.2.6.pacman" + }, + { + "url": "https://api.github.com/repos/Skrifa/Skrifa/releases/assets/4045314", + "id": 4045314, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQwNDUzMTQ=", + "name": "Skrifa-0.2.6.x86_64.rpm", + "label": null, + "uploader": { + "login": "Hyuchia", + "id": 8296281, + "node_id": "MDQ6VXNlcjgyOTYyODE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8296281?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Hyuchia", + "html_url": "https://github.com/Hyuchia", + "followers_url": "https://api.github.com/users/Hyuchia/followers", + "following_url": "https://api.github.com/users/Hyuchia/following{/other_user}", + "gists_url": "https://api.github.com/users/Hyuchia/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Hyuchia/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Hyuchia/subscriptions", + "organizations_url": "https://api.github.com/users/Hyuchia/orgs", + "repos_url": "https://api.github.com/users/Hyuchia/repos", + "events_url": "https://api.github.com/users/Hyuchia/events{/privacy}", + "received_events_url": "https://api.github.com/users/Hyuchia/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-rpm", + "state": "uploaded", + "size": 104475891, + "download_count": 118, + "created_at": "2017-06-07T04:38:00Z", + "updated_at": "2017-06-07T04:40:28Z", + "browser_download_url": "https://github.com/Skrifa/Skrifa/releases/download/v0.2.6/Skrifa-0.2.6.x86_64.rpm" + }, + { + "url": "https://api.github.com/repos/Skrifa/Skrifa/releases/assets/4045307", + "id": 4045307, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQwNDUzMDc=", + "name": "Skrifa.Setup.0.2.6.exe", + "label": null, + "uploader": { + "login": "Hyuchia", + "id": 8296281, + "node_id": "MDQ6VXNlcjgyOTYyODE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8296281?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Hyuchia", + "html_url": "https://github.com/Hyuchia", + "followers_url": "https://api.github.com/users/Hyuchia/followers", + "following_url": "https://api.github.com/users/Hyuchia/following{/other_user}", + "gists_url": "https://api.github.com/users/Hyuchia/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Hyuchia/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Hyuchia/subscriptions", + "organizations_url": "https://api.github.com/users/Hyuchia/orgs", + "repos_url": "https://api.github.com/users/Hyuchia/repos", + "events_url": "https://api.github.com/users/Hyuchia/events{/privacy}", + "received_events_url": "https://api.github.com/users/Hyuchia/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-ms-dos-executable", + "state": "uploaded", + "size": 64269978, + "download_count": 2641, + "created_at": "2017-06-07T04:34:58Z", + "updated_at": "2017-06-07T04:35:56Z", + "browser_download_url": "https://github.com/Skrifa/Skrifa/releases/download/v0.2.6/Skrifa.Setup.0.2.6.exe" + }, + { + "url": "https://api.github.com/repos/Skrifa/Skrifa/releases/assets/4045313", + "id": 4045313, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQwNDUzMTM=", + "name": "Skrifa_0.2.6_amd64.deb", + "label": null, + "uploader": { + "login": "Hyuchia", + "id": 8296281, + "node_id": "MDQ6VXNlcjgyOTYyODE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8296281?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Hyuchia", + "html_url": "https://github.com/Hyuchia", + "followers_url": "https://api.github.com/users/Hyuchia/followers", + "following_url": "https://api.github.com/users/Hyuchia/following{/other_user}", + "gists_url": "https://api.github.com/users/Hyuchia/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Hyuchia/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Hyuchia/subscriptions", + "organizations_url": "https://api.github.com/users/Hyuchia/orgs", + "repos_url": "https://api.github.com/users/Hyuchia/repos", + "events_url": "https://api.github.com/users/Hyuchia/events{/privacy}", + "received_events_url": "https://api.github.com/users/Hyuchia/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/vnd.debian.binary-package", + "state": "uploaded", + "size": 70174004, + "download_count": 2668, + "created_at": "2017-06-07T04:38:00Z", + "updated_at": "2017-06-07T04:38:59Z", + "browser_download_url": "https://github.com/Skrifa/Skrifa/releases/download/v0.2.6/Skrifa_0.2.6_amd64.deb" + }, + { + "url": "https://api.github.com/repos/Skrifa/Skrifa/releases/assets/4045319", + "id": 4045319, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQwNDUzMTk=", + "name": "skrifa_0.2.6_amd64.snap", + "label": null, + "uploader": { + "login": "Hyuchia", + "id": 8296281, + "node_id": "MDQ6VXNlcjgyOTYyODE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8296281?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/belcherj", - "html_url": "https://github.com/belcherj", - "followers_url": "https://api.github.com/users/belcherj/followers", - "following_url": "https://api.github.com/users/belcherj/following{/other_user}", - "gists_url": "https://api.github.com/users/belcherj/gists{/gist_id}", - "starred_url": "https://api.github.com/users/belcherj/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/belcherj/subscriptions", - "organizations_url": "https://api.github.com/users/belcherj/orgs", - "repos_url": "https://api.github.com/users/belcherj/repos", - "events_url": "https://api.github.com/users/belcherj/events{/privacy}", - "received_events_url": "https://api.github.com/users/belcherj/received_events", + "url": "https://api.github.com/users/Hyuchia", + "html_url": "https://github.com/Hyuchia", + "followers_url": "https://api.github.com/users/Hyuchia/followers", + "following_url": "https://api.github.com/users/Hyuchia/following{/other_user}", + "gists_url": "https://api.github.com/users/Hyuchia/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Hyuchia/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Hyuchia/subscriptions", + "organizations_url": "https://api.github.com/users/Hyuchia/orgs", + "repos_url": "https://api.github.com/users/Hyuchia/repos", + "events_url": "https://api.github.com/users/Hyuchia/events{/privacy}", + "received_events_url": "https://api.github.com/users/Hyuchia/received_events", "type": "User", "site_admin": false }, - "content_type": "application/octet-stream", + "content_type": "application/vnd.snap", "state": "uploaded", - "size": 82779250, - "download_count": 18, - "created_at": "2020-08-21T03:04:21Z", - "updated_at": "2020-08-21T03:04:23Z", - "browser_download_url": "https://github.com/Automattic/simplenote-electron/releases/download/v1.21.1/Simplenote-win-store-1.21.1-ia32.appx" - }, + "size": 132726784, + "download_count": 206, + "created_at": "2017-06-07T04:40:46Z", + "updated_at": "2017-06-07T04:45:18Z", + "browser_download_url": "https://github.com/Skrifa/Skrifa/releases/download/v0.2.6/skrifa_0.2.6_amd64.snap" + } + ], + "tarball_url": "https://api.github.com/repos/Skrifa/Skrifa/tarball/v0.2.6", + "zipball_url": "https://api.github.com/repos/Skrifa/Skrifa/zipball/v0.2.6", + "body_html": "

Skrifa v0.2.6

\n

A new focus on Privacy.

\n

Skrifa was created with privacy and simplicity in mind, to continue with that mission, Skrifa needed to improve it's compatibility with common PGP solutions, therefore this release besides fixing features and adding some features was focused specially on making PGP and Skrifa work in a better way to provide you a great tool to protect your privacy.

\n

Features Added:

\n\n

Bugs Fixed:

\n\n

MD5 Check Sums

\n

Windows

\n\n

macOS

\n\n

Linux

\n\n

BSD

\n" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:30.741Z" + }, + "smokerstopper": { + "latestRelease": { + "url": "https://api.github.com/repos/Phreshhh/SmokerStopper/releases/15153536", + "assets_url": "https://api.github.com/repos/Phreshhh/SmokerStopper/releases/15153536/assets", + "upload_url": "https://uploads.github.com/repos/Phreshhh/SmokerStopper/releases/15153536/assets{?name,label}", + "html_url": "https://github.com/Phreshhh/SmokerStopper/releases/tag/v1.0.0", + "id": 15153536, + "node_id": "MDc6UmVsZWFzZTE1MTUzNTM2", + "tag_name": "v1.0.0", + "target_commitish": "master", + "name": "v1.0.0", + "draft": false, + "author": { + "login": "Phreshhh", + "id": 32324661, + "node_id": "MDQ6VXNlcjMyMzI0NjYx", + "avatar_url": "https://avatars1.githubusercontent.com/u/32324661?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Phreshhh", + "html_url": "https://github.com/Phreshhh", + "followers_url": "https://api.github.com/users/Phreshhh/followers", + "following_url": "https://api.github.com/users/Phreshhh/following{/other_user}", + "gists_url": "https://api.github.com/users/Phreshhh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Phreshhh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Phreshhh/subscriptions", + "organizations_url": "https://api.github.com/users/Phreshhh/orgs", + "repos_url": "https://api.github.com/users/Phreshhh/repos", + "events_url": "https://api.github.com/users/Phreshhh/events{/privacy}", + "received_events_url": "https://api.github.com/users/Phreshhh/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2019-01-24T09:18:09Z", + "published_at": "2019-01-24T09:33:00Z", + "assets": [ { - "url": "https://api.github.com/repos/Automattic/simplenote-electron/releases/assets/24143471", - "id": 24143471, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI0MTQzNDcx", - "name": "Simplenote-win-store-1.21.1-x64.appx", - "label": "", + "url": "https://api.github.com/repos/Phreshhh/SmokerStopper/releases/assets/10793385", + "id": 10793385, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwNzkzMzg1", + "name": "SmokerStopper-win32-x64.zip", + "label": null, "uploader": { - "login": "belcherj", - "id": 6817400, - "node_id": "MDQ6VXNlcjY4MTc0MDA=", - "avatar_url": "https://avatars1.githubusercontent.com/u/6817400?v=4", + "login": "Phreshhh", + "id": 32324661, + "node_id": "MDQ6VXNlcjMyMzI0NjYx", + "avatar_url": "https://avatars1.githubusercontent.com/u/32324661?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/belcherj", - "html_url": "https://github.com/belcherj", - "followers_url": "https://api.github.com/users/belcherj/followers", - "following_url": "https://api.github.com/users/belcherj/following{/other_user}", - "gists_url": "https://api.github.com/users/belcherj/gists{/gist_id}", - "starred_url": "https://api.github.com/users/belcherj/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/belcherj/subscriptions", - "organizations_url": "https://api.github.com/users/belcherj/orgs", - "repos_url": "https://api.github.com/users/belcherj/repos", - "events_url": "https://api.github.com/users/belcherj/events{/privacy}", - "received_events_url": "https://api.github.com/users/belcherj/received_events", + "url": "https://api.github.com/users/Phreshhh", + "html_url": "https://github.com/Phreshhh", + "followers_url": "https://api.github.com/users/Phreshhh/followers", + "following_url": "https://api.github.com/users/Phreshhh/following{/other_user}", + "gists_url": "https://api.github.com/users/Phreshhh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Phreshhh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Phreshhh/subscriptions", + "organizations_url": "https://api.github.com/users/Phreshhh/orgs", + "repos_url": "https://api.github.com/users/Phreshhh/repos", + "events_url": "https://api.github.com/users/Phreshhh/events{/privacy}", + "received_events_url": "https://api.github.com/users/Phreshhh/received_events", "type": "User", "site_admin": false }, - "content_type": "application/octet-stream", + "content_type": "application/x-zip-compressed", "state": "uploaded", - "size": 86616852, - "download_count": 29, - "created_at": "2020-08-21T03:04:52Z", - "updated_at": "2020-08-21T03:04:54Z", - "browser_download_url": "https://github.com/Automattic/simplenote-electron/releases/download/v1.21.1/Simplenote-win-store-1.21.1-x64.appx" + "size": 268890984, + "download_count": 880, + "created_at": "2019-01-26T09:09:21Z", + "updated_at": "2019-01-26T09:10:58Z", + "browser_download_url": "https://github.com/Phreshhh/SmokerStopper/releases/download/v1.0.0/SmokerStopper-win32-x64.zip" } ], - "tarball_url": "https://api.github.com/repos/Automattic/simplenote-electron/tarball/v1.21.1", - "zipball_url": "https://api.github.com/repos/Automattic/simplenote-electron/zipball/v1.21.1", - "body_html": "

Updated WordPress.com login flow to work on all platforms #2285

" + "tarball_url": "https://api.github.com/repos/Phreshhh/SmokerStopper/tarball/v1.0.0", + "zipball_url": "https://api.github.com/repos/Phreshhh/SmokerStopper/zipball/v1.0.0", + "body_html": "

This app help you tracking your smoking habits and reduce the dose grandually and prepare you to the \"freedom day\" (quitting).

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:49.128Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:30.801Z" }, "singlebox": { "latestRelease": { @@ -92846,7 +93272,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 515, - "download_count": 63, + "download_count": 73, "created_at": "2020-09-14T15:26:44Z", "updated_at": "2020-09-14T15:26:45Z", "browser_download_url": "https://github.com/atomery/singlebox/releases/download/v9.8.0/latest-mac.yml" @@ -92880,7 +93306,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 346, - "download_count": 71, + "download_count": 84, "created_at": "2020-09-14T15:26:01Z", "updated_at": "2020-09-14T15:26:01Z", "browser_download_url": "https://github.com/atomery/singlebox/releases/download/v9.8.0/latest.yml" @@ -92914,7 +93340,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 81893564, - "download_count": 24, + "download_count": 28, "created_at": "2020-09-14T15:26:40Z", "updated_at": "2020-09-14T15:26:44Z", "browser_download_url": "https://github.com/atomery/singlebox/releases/download/v9.8.0/Singlebox-9.8.0-mac.zip" @@ -92982,7 +93408,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 85071001, - "download_count": 3, + "download_count": 4, "created_at": "2020-09-14T15:26:24Z", "updated_at": "2020-09-14T15:26:29Z", "browser_download_url": "https://github.com/atomery/singlebox/releases/download/v9.8.0/Singlebox-9.8.0.dmg" @@ -93050,7 +93476,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 57008613, - "download_count": 27, + "download_count": 29, "created_at": "2020-09-14T15:25:58Z", "updated_at": "2020-09-14T15:26:01Z", "browser_download_url": "https://github.com/atomery/singlebox/releases/download/v9.8.0/Singlebox-Setup-9.8.0.exe" @@ -93076,408 +93502,59 @@ "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", - "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", - "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", - "type": "Bot", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 60477, - "download_count": 16, - "created_at": "2020-09-14T15:25:58Z", - "updated_at": "2020-09-14T15:25:58Z", - "browser_download_url": "https://github.com/atomery/singlebox/releases/download/v9.8.0/Singlebox-Setup-9.8.0.exe.blockmap" - }, - { - "url": "https://api.github.com/repos/atomery/singlebox/releases/assets/25604646", - "id": 25604646, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NjA0NjQ2", - "name": "Singlebox_9.8.0_amd64.snap", - "label": "", - "uploader": { - "login": "github-actions[bot]", - "id": 41898282, - "node_id": "MDM6Qm90NDE4OTgyODI=", - "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/github-actions%5Bbot%5D", - "html_url": "https://github.com/apps/github-actions", - "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", - "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", - "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", - "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", - "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", - "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", - "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", - "type": "Bot", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 72200192, - "download_count": 0, - "created_at": "2020-09-14T15:21:30Z", - "updated_at": "2020-09-14T15:21:32Z", - "browser_download_url": "https://github.com/atomery/singlebox/releases/download/v9.8.0/Singlebox_9.8.0_amd64.snap" - } - ], - "tarball_url": "https://api.github.com/repos/atomery/singlebox/tarball/v9.8.0", - "zipball_url": "https://api.github.com/repos/atomery/singlebox/zipball/v9.8.0", - "body_html": "" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:49.352Z" - }, - "skrifa": { - "latestRelease": { - "url": "https://api.github.com/repos/Skrifa/Skrifa/releases/6470946", - "assets_url": "https://api.github.com/repos/Skrifa/Skrifa/releases/6470946/assets", - "upload_url": "https://uploads.github.com/repos/Skrifa/Skrifa/releases/6470946/assets{?name,label}", - "html_url": "https://github.com/Skrifa/Skrifa/releases/tag/v0.2.6", - "id": 6470946, - "node_id": "MDc6UmVsZWFzZTY0NzA5NDY=", - "tag_name": "v0.2.6", - "target_commitish": "master", - "name": "v0.2.6", - "draft": false, - "author": { - "login": "Hyuchia", - "id": 8296281, - "node_id": "MDQ6VXNlcjgyOTYyODE=", - "avatar_url": "https://avatars3.githubusercontent.com/u/8296281?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Hyuchia", - "html_url": "https://github.com/Hyuchia", - "followers_url": "https://api.github.com/users/Hyuchia/followers", - "following_url": "https://api.github.com/users/Hyuchia/following{/other_user}", - "gists_url": "https://api.github.com/users/Hyuchia/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Hyuchia/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Hyuchia/subscriptions", - "organizations_url": "https://api.github.com/users/Hyuchia/orgs", - "repos_url": "https://api.github.com/users/Hyuchia/repos", - "events_url": "https://api.github.com/users/Hyuchia/events{/privacy}", - "received_events_url": "https://api.github.com/users/Hyuchia/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2017-06-07T03:47:01Z", - "published_at": "2017-06-07T04:52:53Z", - "assets": [ - { - "url": "https://api.github.com/repos/Skrifa/Skrifa/releases/assets/4045336", - "id": 4045336, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQwNDUzMzY=", - "name": "Skrifa-0.2.6-Linux_amd64.zip", - "label": null, - "uploader": { - "login": "Hyuchia", - "id": 8296281, - "node_id": "MDQ6VXNlcjgyOTYyODE=", - "avatar_url": "https://avatars3.githubusercontent.com/u/8296281?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Hyuchia", - "html_url": "https://github.com/Hyuchia", - "followers_url": "https://api.github.com/users/Hyuchia/followers", - "following_url": "https://api.github.com/users/Hyuchia/following{/other_user}", - "gists_url": "https://api.github.com/users/Hyuchia/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Hyuchia/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Hyuchia/subscriptions", - "organizations_url": "https://api.github.com/users/Hyuchia/orgs", - "repos_url": "https://api.github.com/users/Hyuchia/repos", - "events_url": "https://api.github.com/users/Hyuchia/events{/privacy}", - "received_events_url": "https://api.github.com/users/Hyuchia/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 105133556, - "download_count": 268, - "created_at": "2017-06-07T04:50:30Z", - "updated_at": "2017-06-07T04:52:02Z", - "browser_download_url": "https://github.com/Skrifa/Skrifa/releases/download/v0.2.6/Skrifa-0.2.6-Linux_amd64.zip" - }, - { - "url": "https://api.github.com/repos/Skrifa/Skrifa/releases/assets/4045308", - "id": 4045308, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQwNDUzMDg=", - "name": "Skrifa-0.2.6-mac.zip", - "label": null, - "uploader": { - "login": "Hyuchia", - "id": 8296281, - "node_id": "MDQ6VXNlcjgyOTYyODE=", - "avatar_url": "https://avatars3.githubusercontent.com/u/8296281?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Hyuchia", - "html_url": "https://github.com/Hyuchia", - "followers_url": "https://api.github.com/users/Hyuchia/followers", - "following_url": "https://api.github.com/users/Hyuchia/following{/other_user}", - "gists_url": "https://api.github.com/users/Hyuchia/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Hyuchia/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Hyuchia/subscriptions", - "organizations_url": "https://api.github.com/users/Hyuchia/orgs", - "repos_url": "https://api.github.com/users/Hyuchia/repos", - "events_url": "https://api.github.com/users/Hyuchia/events{/privacy}", - "received_events_url": "https://api.github.com/users/Hyuchia/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 96074460, - "download_count": 1807, - "created_at": "2017-06-07T04:36:21Z", - "updated_at": "2017-06-07T04:37:42Z", - "browser_download_url": "https://github.com/Skrifa/Skrifa/releases/download/v0.2.6/Skrifa-0.2.6-mac.zip" - }, - { - "url": "https://api.github.com/repos/Skrifa/Skrifa/releases/assets/4045318", - "id": 4045318, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQwNDUzMTg=", - "name": "Skrifa-0.2.6-x86_64.AppImage", - "label": null, - "uploader": { - "login": "Hyuchia", - "id": 8296281, - "node_id": "MDQ6VXNlcjgyOTYyODE=", - "avatar_url": "https://avatars3.githubusercontent.com/u/8296281?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Hyuchia", - "html_url": "https://github.com/Hyuchia", - "followers_url": "https://api.github.com/users/Hyuchia/followers", - "following_url": "https://api.github.com/users/Hyuchia/following{/other_user}", - "gists_url": "https://api.github.com/users/Hyuchia/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Hyuchia/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Hyuchia/subscriptions", - "organizations_url": "https://api.github.com/users/Hyuchia/orgs", - "repos_url": "https://api.github.com/users/Hyuchia/repos", - "events_url": "https://api.github.com/users/Hyuchia/events{/privacy}", - "received_events_url": "https://api.github.com/users/Hyuchia/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-iso9660-appimage", - "state": "uploaded", - "size": 106954752, - "download_count": 1993, - "created_at": "2017-06-07T04:40:46Z", - "updated_at": "2017-06-07T04:42:23Z", - "browser_download_url": "https://github.com/Skrifa/Skrifa/releases/download/v0.2.6/Skrifa-0.2.6-x86_64.AppImage" - }, - { - "url": "https://api.github.com/repos/Skrifa/Skrifa/releases/assets/4045326", - "id": 4045326, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQwNDUzMjY=", - "name": "Skrifa-0.2.6.freebsd", - "label": null, - "uploader": { - "login": "Hyuchia", - "id": 8296281, - "node_id": "MDQ6VXNlcjgyOTYyODE=", - "avatar_url": "https://avatars3.githubusercontent.com/u/8296281?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Hyuchia", - "html_url": "https://github.com/Hyuchia", - "followers_url": "https://api.github.com/users/Hyuchia/followers", - "following_url": "https://api.github.com/users/Hyuchia/following{/other_user}", - "gists_url": "https://api.github.com/users/Hyuchia/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Hyuchia/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Hyuchia/subscriptions", - "organizations_url": "https://api.github.com/users/Hyuchia/orgs", - "repos_url": "https://api.github.com/users/Hyuchia/repos", - "events_url": "https://api.github.com/users/Hyuchia/events{/privacy}", - "received_events_url": "https://api.github.com/users/Hyuchia/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 70135860, - "download_count": 48, - "created_at": "2017-06-07T04:46:28Z", - "updated_at": "2017-06-07T04:47:28Z", - "browser_download_url": "https://github.com/Skrifa/Skrifa/releases/download/v0.2.6/Skrifa-0.2.6.freebsd" - }, - { - "url": "https://api.github.com/repos/Skrifa/Skrifa/releases/assets/4045327", - "id": 4045327, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQwNDUzMjc=", - "name": "Skrifa-0.2.6.pacman", - "label": null, - "uploader": { - "login": "Hyuchia", - "id": 8296281, - "node_id": "MDQ6VXNlcjgyOTYyODE=", - "avatar_url": "https://avatars3.githubusercontent.com/u/8296281?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Hyuchia", - "html_url": "https://github.com/Hyuchia", - "followers_url": "https://api.github.com/users/Hyuchia/followers", - "following_url": "https://api.github.com/users/Hyuchia/following{/other_user}", - "gists_url": "https://api.github.com/users/Hyuchia/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Hyuchia/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Hyuchia/subscriptions", - "organizations_url": "https://api.github.com/users/Hyuchia/orgs", - "repos_url": "https://api.github.com/users/Hyuchia/repos", - "events_url": "https://api.github.com/users/Hyuchia/events{/privacy}", - "received_events_url": "https://api.github.com/users/Hyuchia/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 70180152, - "download_count": 119, - "created_at": "2017-06-07T04:46:28Z", - "updated_at": "2017-06-07T04:48:29Z", - "browser_download_url": "https://github.com/Skrifa/Skrifa/releases/download/v0.2.6/Skrifa-0.2.6.pacman" - }, - { - "url": "https://api.github.com/repos/Skrifa/Skrifa/releases/assets/4045314", - "id": 4045314, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQwNDUzMTQ=", - "name": "Skrifa-0.2.6.x86_64.rpm", - "label": null, - "uploader": { - "login": "Hyuchia", - "id": 8296281, - "node_id": "MDQ6VXNlcjgyOTYyODE=", - "avatar_url": "https://avatars3.githubusercontent.com/u/8296281?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Hyuchia", - "html_url": "https://github.com/Hyuchia", - "followers_url": "https://api.github.com/users/Hyuchia/followers", - "following_url": "https://api.github.com/users/Hyuchia/following{/other_user}", - "gists_url": "https://api.github.com/users/Hyuchia/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Hyuchia/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Hyuchia/subscriptions", - "organizations_url": "https://api.github.com/users/Hyuchia/orgs", - "repos_url": "https://api.github.com/users/Hyuchia/repos", - "events_url": "https://api.github.com/users/Hyuchia/events{/privacy}", - "received_events_url": "https://api.github.com/users/Hyuchia/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-rpm", - "state": "uploaded", - "size": 104475891, - "download_count": 118, - "created_at": "2017-06-07T04:38:00Z", - "updated_at": "2017-06-07T04:40:28Z", - "browser_download_url": "https://github.com/Skrifa/Skrifa/releases/download/v0.2.6/Skrifa-0.2.6.x86_64.rpm" - }, - { - "url": "https://api.github.com/repos/Skrifa/Skrifa/releases/assets/4045307", - "id": 4045307, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQwNDUzMDc=", - "name": "Skrifa.Setup.0.2.6.exe", - "label": null, - "uploader": { - "login": "Hyuchia", - "id": 8296281, - "node_id": "MDQ6VXNlcjgyOTYyODE=", - "avatar_url": "https://avatars3.githubusercontent.com/u/8296281?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Hyuchia", - "html_url": "https://github.com/Hyuchia", - "followers_url": "https://api.github.com/users/Hyuchia/followers", - "following_url": "https://api.github.com/users/Hyuchia/following{/other_user}", - "gists_url": "https://api.github.com/users/Hyuchia/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Hyuchia/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Hyuchia/subscriptions", - "organizations_url": "https://api.github.com/users/Hyuchia/orgs", - "repos_url": "https://api.github.com/users/Hyuchia/repos", - "events_url": "https://api.github.com/users/Hyuchia/events{/privacy}", - "received_events_url": "https://api.github.com/users/Hyuchia/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-ms-dos-executable", - "state": "uploaded", - "size": 64269978, - "download_count": 2641, - "created_at": "2017-06-07T04:34:58Z", - "updated_at": "2017-06-07T04:35:56Z", - "browser_download_url": "https://github.com/Skrifa/Skrifa/releases/download/v0.2.6/Skrifa.Setup.0.2.6.exe" - }, - { - "url": "https://api.github.com/repos/Skrifa/Skrifa/releases/assets/4045313", - "id": 4045313, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQwNDUzMTM=", - "name": "Skrifa_0.2.6_amd64.deb", - "label": null, - "uploader": { - "login": "Hyuchia", - "id": 8296281, - "node_id": "MDQ6VXNlcjgyOTYyODE=", - "avatar_url": "https://avatars3.githubusercontent.com/u/8296281?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Hyuchia", - "html_url": "https://github.com/Hyuchia", - "followers_url": "https://api.github.com/users/Hyuchia/followers", - "following_url": "https://api.github.com/users/Hyuchia/following{/other_user}", - "gists_url": "https://api.github.com/users/Hyuchia/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Hyuchia/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Hyuchia/subscriptions", - "organizations_url": "https://api.github.com/users/Hyuchia/orgs", - "repos_url": "https://api.github.com/users/Hyuchia/repos", - "events_url": "https://api.github.com/users/Hyuchia/events{/privacy}", - "received_events_url": "https://api.github.com/users/Hyuchia/received_events", - "type": "User", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", "site_admin": false }, - "content_type": "application/vnd.debian.binary-package", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 70174004, - "download_count": 2668, - "created_at": "2017-06-07T04:38:00Z", - "updated_at": "2017-06-07T04:38:59Z", - "browser_download_url": "https://github.com/Skrifa/Skrifa/releases/download/v0.2.6/Skrifa_0.2.6_amd64.deb" + "size": 60477, + "download_count": 16, + "created_at": "2020-09-14T15:25:58Z", + "updated_at": "2020-09-14T15:25:58Z", + "browser_download_url": "https://github.com/atomery/singlebox/releases/download/v9.8.0/Singlebox-Setup-9.8.0.exe.blockmap" }, { - "url": "https://api.github.com/repos/Skrifa/Skrifa/releases/assets/4045319", - "id": 4045319, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQwNDUzMTk=", - "name": "skrifa_0.2.6_amd64.snap", - "label": null, + "url": "https://api.github.com/repos/atomery/singlebox/releases/assets/25604646", + "id": 25604646, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NjA0NjQ2", + "name": "Singlebox_9.8.0_amd64.snap", + "label": "", "uploader": { - "login": "Hyuchia", - "id": 8296281, - "node_id": "MDQ6VXNlcjgyOTYyODE=", - "avatar_url": "https://avatars3.githubusercontent.com/u/8296281?v=4", + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/Hyuchia", - "html_url": "https://github.com/Hyuchia", - "followers_url": "https://api.github.com/users/Hyuchia/followers", - "following_url": "https://api.github.com/users/Hyuchia/following{/other_user}", - "gists_url": "https://api.github.com/users/Hyuchia/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Hyuchia/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Hyuchia/subscriptions", - "organizations_url": "https://api.github.com/users/Hyuchia/orgs", - "repos_url": "https://api.github.com/users/Hyuchia/repos", - "events_url": "https://api.github.com/users/Hyuchia/events{/privacy}", - "received_events_url": "https://api.github.com/users/Hyuchia/received_events", - "type": "User", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", "site_admin": false }, - "content_type": "application/vnd.snap", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 132726784, - "download_count": 206, - "created_at": "2017-06-07T04:40:46Z", - "updated_at": "2017-06-07T04:45:18Z", - "browser_download_url": "https://github.com/Skrifa/Skrifa/releases/download/v0.2.6/skrifa_0.2.6_amd64.snap" + "size": 72200192, + "download_count": 0, + "created_at": "2020-09-14T15:21:30Z", + "updated_at": "2020-09-14T15:21:32Z", + "browser_download_url": "https://github.com/atomery/singlebox/releases/download/v9.8.0/Singlebox_9.8.0_amd64.snap" } ], - "tarball_url": "https://api.github.com/repos/Skrifa/Skrifa/tarball/v0.2.6", - "zipball_url": "https://api.github.com/repos/Skrifa/Skrifa/zipball/v0.2.6", - "body_html": "

Skrifa v0.2.6

\n

A new focus on Privacy.

\n

Skrifa was created with privacy and simplicity in mind, to continue with that mission, Skrifa needed to improve it's compatibility with common PGP solutions, therefore this release besides fixing features and adding some features was focused specially on making PGP and Skrifa work in a better way to provide you a great tool to protect your privacy.

\n

Features Added:

\n\n

Bugs Fixed:

\n\n

MD5 Check Sums

\n

Windows

\n\n

macOS

\n\n

Linux

\n\n

BSD

\n" + "tarball_url": "https://api.github.com/repos/atomery/singlebox/tarball/v9.8.0", + "zipball_url": "https://api.github.com/repos/atomery/singlebox/zipball/v9.8.0", + "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:49.368Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:30.810Z" }, "smartholdem": { "latestRelease": { @@ -93554,263 +93631,7 @@ "zipball_url": "https://api.github.com/repos/smartholdem/smartholdem-wallet/zipball/1.1.1", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:49.383Z" - }, - "smokerstopper": { - "latestRelease": { - "url": "https://api.github.com/repos/Phreshhh/SmokerStopper/releases/15153536", - "assets_url": "https://api.github.com/repos/Phreshhh/SmokerStopper/releases/15153536/assets", - "upload_url": "https://uploads.github.com/repos/Phreshhh/SmokerStopper/releases/15153536/assets{?name,label}", - "html_url": "https://github.com/Phreshhh/SmokerStopper/releases/tag/v1.0.0", - "id": 15153536, - "node_id": "MDc6UmVsZWFzZTE1MTUzNTM2", - "tag_name": "v1.0.0", - "target_commitish": "master", - "name": "v1.0.0", - "draft": false, - "author": { - "login": "Phreshhh", - "id": 32324661, - "node_id": "MDQ6VXNlcjMyMzI0NjYx", - "avatar_url": "https://avatars1.githubusercontent.com/u/32324661?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Phreshhh", - "html_url": "https://github.com/Phreshhh", - "followers_url": "https://api.github.com/users/Phreshhh/followers", - "following_url": "https://api.github.com/users/Phreshhh/following{/other_user}", - "gists_url": "https://api.github.com/users/Phreshhh/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Phreshhh/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Phreshhh/subscriptions", - "organizations_url": "https://api.github.com/users/Phreshhh/orgs", - "repos_url": "https://api.github.com/users/Phreshhh/repos", - "events_url": "https://api.github.com/users/Phreshhh/events{/privacy}", - "received_events_url": "https://api.github.com/users/Phreshhh/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2019-01-24T09:18:09Z", - "published_at": "2019-01-24T09:33:00Z", - "assets": [ - { - "url": "https://api.github.com/repos/Phreshhh/SmokerStopper/releases/assets/10793385", - "id": 10793385, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwNzkzMzg1", - "name": "SmokerStopper-win32-x64.zip", - "label": null, - "uploader": { - "login": "Phreshhh", - "id": 32324661, - "node_id": "MDQ6VXNlcjMyMzI0NjYx", - "avatar_url": "https://avatars1.githubusercontent.com/u/32324661?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Phreshhh", - "html_url": "https://github.com/Phreshhh", - "followers_url": "https://api.github.com/users/Phreshhh/followers", - "following_url": "https://api.github.com/users/Phreshhh/following{/other_user}", - "gists_url": "https://api.github.com/users/Phreshhh/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Phreshhh/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Phreshhh/subscriptions", - "organizations_url": "https://api.github.com/users/Phreshhh/orgs", - "repos_url": "https://api.github.com/users/Phreshhh/repos", - "events_url": "https://api.github.com/users/Phreshhh/events{/privacy}", - "received_events_url": "https://api.github.com/users/Phreshhh/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-zip-compressed", - "state": "uploaded", - "size": 268890984, - "download_count": 880, - "created_at": "2019-01-26T09:09:21Z", - "updated_at": "2019-01-26T09:10:58Z", - "browser_download_url": "https://github.com/Phreshhh/SmokerStopper/releases/download/v1.0.0/SmokerStopper-win32-x64.zip" - } - ], - "tarball_url": "https://api.github.com/repos/Phreshhh/SmokerStopper/tarball/v1.0.0", - "zipball_url": "https://api.github.com/repos/Phreshhh/SmokerStopper/zipball/v1.0.0", - "body_html": "

This app help you tracking your smoking habits and reduce the dose grandually and prepare you to the \"freedom day\" (quitting).

" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:49.461Z" - }, - "social-amnesia": { - "latestRelease": { - "url": "https://api.github.com/repos/Nick-Gottschlich/Social-Amnesia/releases/29138128", - "assets_url": "https://api.github.com/repos/Nick-Gottschlich/Social-Amnesia/releases/29138128/assets", - "upload_url": "https://uploads.github.com/repos/Nick-Gottschlich/Social-Amnesia/releases/29138128/assets{?name,label}", - "html_url": "https://github.com/Nick-Gottschlich/Social-Amnesia/releases/tag/v2.0.2", - "id": 29138128, - "node_id": "MDc6UmVsZWFzZTI5MTM4MTI4", - "tag_name": "v2.0.2", - "target_commitish": "master", - "name": "Social Amnesia v2.0.2", - "draft": false, - "author": { - "login": "Nick-Gottschlich", - "id": 10564265, - "node_id": "MDQ6VXNlcjEwNTY0MjY1", - "avatar_url": "https://avatars3.githubusercontent.com/u/10564265?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Nick-Gottschlich", - "html_url": "https://github.com/Nick-Gottschlich", - "followers_url": "https://api.github.com/users/Nick-Gottschlich/followers", - "following_url": "https://api.github.com/users/Nick-Gottschlich/following{/other_user}", - "gists_url": "https://api.github.com/users/Nick-Gottschlich/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Nick-Gottschlich/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Nick-Gottschlich/subscriptions", - "organizations_url": "https://api.github.com/users/Nick-Gottschlich/orgs", - "repos_url": "https://api.github.com/users/Nick-Gottschlich/repos", - "events_url": "https://api.github.com/users/Nick-Gottschlich/events{/privacy}", - "received_events_url": "https://api.github.com/users/Nick-Gottschlich/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2020-07-30T20:34:01Z", - "published_at": "2020-07-30T20:47:02Z", - "assets": [ - { - "url": "https://api.github.com/repos/Nick-Gottschlich/Social-Amnesia/releases/assets/23428805", - "id": 23428805, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNDI4ODA1", - "name": "Social.Amnesia-2.0.2-MAC.dmg", - "label": null, - "uploader": { - "login": "Nick-Gottschlich", - "id": 10564265, - "node_id": "MDQ6VXNlcjEwNTY0MjY1", - "avatar_url": "https://avatars3.githubusercontent.com/u/10564265?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Nick-Gottschlich", - "html_url": "https://github.com/Nick-Gottschlich", - "followers_url": "https://api.github.com/users/Nick-Gottschlich/followers", - "following_url": "https://api.github.com/users/Nick-Gottschlich/following{/other_user}", - "gists_url": "https://api.github.com/users/Nick-Gottschlich/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Nick-Gottschlich/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Nick-Gottschlich/subscriptions", - "organizations_url": "https://api.github.com/users/Nick-Gottschlich/orgs", - "repos_url": "https://api.github.com/users/Nick-Gottschlich/repos", - "events_url": "https://api.github.com/users/Nick-Gottschlich/events{/privacy}", - "received_events_url": "https://api.github.com/users/Nick-Gottschlich/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-diskcopy", - "state": "uploaded", - "size": 75487586, - "download_count": 81, - "created_at": "2020-07-30T20:36:45Z", - "updated_at": "2020-07-30T20:39:24Z", - "browser_download_url": "https://github.com/Nick-Gottschlich/Social-Amnesia/releases/download/v2.0.2/Social.Amnesia-2.0.2-MAC.dmg" - }, - { - "url": "https://api.github.com/repos/Nick-Gottschlich/Social-Amnesia/releases/assets/23429018", - "id": 23429018, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNDI5MDE4", - "name": "Social.Amnesia.Setup.2.0.2-WINDOWS.exe", - "label": null, - "uploader": { - "login": "Nick-Gottschlich", - "id": 10564265, - "node_id": "MDQ6VXNlcjEwNTY0MjY1", - "avatar_url": "https://avatars3.githubusercontent.com/u/10564265?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Nick-Gottschlich", - "html_url": "https://github.com/Nick-Gottschlich", - "followers_url": "https://api.github.com/users/Nick-Gottschlich/followers", - "following_url": "https://api.github.com/users/Nick-Gottschlich/following{/other_user}", - "gists_url": "https://api.github.com/users/Nick-Gottschlich/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Nick-Gottschlich/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Nick-Gottschlich/subscriptions", - "organizations_url": "https://api.github.com/users/Nick-Gottschlich/orgs", - "repos_url": "https://api.github.com/users/Nick-Gottschlich/repos", - "events_url": "https://api.github.com/users/Nick-Gottschlich/events{/privacy}", - "received_events_url": "https://api.github.com/users/Nick-Gottschlich/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 56084130, - "download_count": 133, - "created_at": "2020-07-30T20:41:56Z", - "updated_at": "2020-07-30T20:44:08Z", - "browser_download_url": "https://github.com/Nick-Gottschlich/Social-Amnesia/releases/download/v2.0.2/Social.Amnesia.Setup.2.0.2-WINDOWS.exe" - }, - { - "url": "https://api.github.com/repos/Nick-Gottschlich/Social-Amnesia/releases/assets/23522579", - "id": 23522579, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNTIyNTc5", - "name": "Social.Amnesia.Setup.2.0.2-WINDOWS32BIT.exe", - "label": null, - "uploader": { - "login": "Nick-Gottschlich", - "id": 10564265, - "node_id": "MDQ6VXNlcjEwNTY0MjY1", - "avatar_url": "https://avatars3.githubusercontent.com/u/10564265?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Nick-Gottschlich", - "html_url": "https://github.com/Nick-Gottschlich", - "followers_url": "https://api.github.com/users/Nick-Gottschlich/followers", - "following_url": "https://api.github.com/users/Nick-Gottschlich/following{/other_user}", - "gists_url": "https://api.github.com/users/Nick-Gottschlich/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Nick-Gottschlich/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Nick-Gottschlich/subscriptions", - "organizations_url": "https://api.github.com/users/Nick-Gottschlich/orgs", - "repos_url": "https://api.github.com/users/Nick-Gottschlich/repos", - "events_url": "https://api.github.com/users/Nick-Gottschlich/events{/privacy}", - "received_events_url": "https://api.github.com/users/Nick-Gottschlich/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 54149315, - "download_count": 18, - "created_at": "2020-08-02T17:07:21Z", - "updated_at": "2020-08-02T17:08:24Z", - "browser_download_url": "https://github.com/Nick-Gottschlich/Social-Amnesia/releases/download/v2.0.2/Social.Amnesia.Setup.2.0.2-WINDOWS32BIT.exe" - }, - { - "url": "https://api.github.com/repos/Nick-Gottschlich/Social-Amnesia/releases/assets/23429067", - "id": 23429067, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNDI5MDY3", - "name": "social_amnesia_2.0.2_amd64-LINUX.snap", - "label": null, - "uploader": { - "login": "Nick-Gottschlich", - "id": 10564265, - "node_id": "MDQ6VXNlcjEwNTY0MjY1", - "avatar_url": "https://avatars3.githubusercontent.com/u/10564265?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Nick-Gottschlich", - "html_url": "https://github.com/Nick-Gottschlich", - "followers_url": "https://api.github.com/users/Nick-Gottschlich/followers", - "following_url": "https://api.github.com/users/Nick-Gottschlich/following{/other_user}", - "gists_url": "https://api.github.com/users/Nick-Gottschlich/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Nick-Gottschlich/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Nick-Gottschlich/subscriptions", - "organizations_url": "https://api.github.com/users/Nick-Gottschlich/orgs", - "repos_url": "https://api.github.com/users/Nick-Gottschlich/repos", - "events_url": "https://api.github.com/users/Nick-Gottschlich/events{/privacy}", - "received_events_url": "https://api.github.com/users/Nick-Gottschlich/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 71413760, - "download_count": 39, - "created_at": "2020-07-30T20:44:20Z", - "updated_at": "2020-07-30T20:46:37Z", - "browser_download_url": "https://github.com/Nick-Gottschlich/Social-Amnesia/releases/download/v2.0.2/social_amnesia_2.0.2_amd64-LINUX.snap" - } - ], - "tarball_url": "https://api.github.com/repos/Nick-Gottschlich/Social-Amnesia/tarball/v2.0.2", - "zipball_url": "https://api.github.com/repos/Nick-Gottschlich/Social-Amnesia/zipball/v2.0.2", - "body_html": "

Social Amnesia v2.0.2

\n

Changelog

\n\n

Screenshots

\n

Twitter

\n

\"image\"

\n

Reddit

\n

\"image\"

\n

Twitter

\n\n

Reddit

\n\n

Scheduling

\n" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:49.727Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:30.832Z" }, "snippetstore": { "latestRelease": { @@ -93945,7 +93766,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 58053422, - "download_count": 1340, + "download_count": 1342, "created_at": "2019-04-17T08:52:10Z", "updated_at": "2019-04-17T09:07:02Z", "browser_download_url": "https://github.com/ZeroX-DG/SnippetStore/releases/download/v0.2.12/snippetstore-0.2.12-x86_64.AppImage" @@ -93989,7 +93810,186 @@ "zipball_url": "https://api.github.com/repos/ZeroX-DG/SnippetStore/zipball/v0.2.12", "body_html": "

0.2.12

\n

Features:

\n\n

Bugfixes:

\n\n

Improvement

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:49.736Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:30.878Z" + }, + "snake": { + "latestRelease": { + "url": "https://api.github.com/repos/aprilcoskun/snake/releases/9507508", + "assets_url": "https://api.github.com/repos/aprilcoskun/snake/releases/9507508/assets", + "upload_url": "https://uploads.github.com/repos/aprilcoskun/snake/releases/9507508/assets{?name,label}", + "html_url": "https://github.com/aprilcoskun/snake/releases/tag/v0.6.0", + "id": 9507508, + "node_id": "MDc6UmVsZWFzZTk1MDc1MDg=", + "tag_name": "v0.6.0", + "target_commitish": "master", + "name": "v0.6.0", + "draft": false, + "author": { + "login": "aprilcoskun", + "id": 17393603, + "node_id": "MDQ6VXNlcjE3MzkzNjAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/17393603?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aprilcoskun", + "html_url": "https://github.com/aprilcoskun", + "followers_url": "https://api.github.com/users/aprilcoskun/followers", + "following_url": "https://api.github.com/users/aprilcoskun/following{/other_user}", + "gists_url": "https://api.github.com/users/aprilcoskun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aprilcoskun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aprilcoskun/subscriptions", + "organizations_url": "https://api.github.com/users/aprilcoskun/orgs", + "repos_url": "https://api.github.com/users/aprilcoskun/repos", + "events_url": "https://api.github.com/users/aprilcoskun/events{/privacy}", + "received_events_url": "https://api.github.com/users/aprilcoskun/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2018-02-02T08:59:28Z", + "published_at": "2018-02-02T14:10:33Z", + "assets": [ + { + "url": "https://api.github.com/repos/aprilcoskun/snake/releases/assets/6074077", + "id": 6074077, + "node_id": "MDEyOlJlbGVhc2VBc3NldDYwNzQwNzc=", + "name": "snake_0.6.0_amd64.deb", + "label": null, + "uploader": { + "login": "aprilcoskun", + "id": 17393603, + "node_id": "MDQ6VXNlcjE3MzkzNjAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/17393603?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aprilcoskun", + "html_url": "https://github.com/aprilcoskun", + "followers_url": "https://api.github.com/users/aprilcoskun/followers", + "following_url": "https://api.github.com/users/aprilcoskun/following{/other_user}", + "gists_url": "https://api.github.com/users/aprilcoskun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aprilcoskun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aprilcoskun/subscriptions", + "organizations_url": "https://api.github.com/users/aprilcoskun/orgs", + "repos_url": "https://api.github.com/users/aprilcoskun/repos", + "events_url": "https://api.github.com/users/aprilcoskun/events{/privacy}", + "received_events_url": "https://api.github.com/users/aprilcoskun/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/vnd.debian.binary-package", + "state": "uploaded", + "size": 36510882, + "download_count": 257, + "created_at": "2018-02-02T13:54:57Z", + "updated_at": "2018-02-02T13:55:22Z", + "browser_download_url": "https://github.com/aprilcoskun/snake/releases/download/v0.6.0/snake_0.6.0_amd64.deb" + }, + { + "url": "https://api.github.com/repos/aprilcoskun/snake/releases/assets/6844904", + "id": 6844904, + "node_id": "MDEyOlJlbGVhc2VBc3NldDY4NDQ5MDQ=", + "name": "snake_0.6.0_darwin.zip", + "label": null, + "uploader": { + "login": "aprilcoskun", + "id": 17393603, + "node_id": "MDQ6VXNlcjE3MzkzNjAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/17393603?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aprilcoskun", + "html_url": "https://github.com/aprilcoskun", + "followers_url": "https://api.github.com/users/aprilcoskun/followers", + "following_url": "https://api.github.com/users/aprilcoskun/following{/other_user}", + "gists_url": "https://api.github.com/users/aprilcoskun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aprilcoskun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aprilcoskun/subscriptions", + "organizations_url": "https://api.github.com/users/aprilcoskun/orgs", + "repos_url": "https://api.github.com/users/aprilcoskun/repos", + "events_url": "https://api.github.com/users/aprilcoskun/events{/privacy}", + "received_events_url": "https://api.github.com/users/aprilcoskun/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 47248959, + "download_count": 269, + "created_at": "2018-04-14T11:18:40Z", + "updated_at": "2018-04-14T11:32:50Z", + "browser_download_url": "https://github.com/aprilcoskun/snake/releases/download/v0.6.0/snake_0.6.0_darwin.zip" + }, + { + "url": "https://api.github.com/repos/aprilcoskun/snake/releases/assets/6074078", + "id": 6074078, + "node_id": "MDEyOlJlbGVhc2VBc3NldDYwNzQwNzg=", + "name": "snake_0.6.0_i386.deb", + "label": null, + "uploader": { + "login": "aprilcoskun", + "id": 17393603, + "node_id": "MDQ6VXNlcjE3MzkzNjAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/17393603?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aprilcoskun", + "html_url": "https://github.com/aprilcoskun", + "followers_url": "https://api.github.com/users/aprilcoskun/followers", + "following_url": "https://api.github.com/users/aprilcoskun/following{/other_user}", + "gists_url": "https://api.github.com/users/aprilcoskun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aprilcoskun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aprilcoskun/subscriptions", + "organizations_url": "https://api.github.com/users/aprilcoskun/orgs", + "repos_url": "https://api.github.com/users/aprilcoskun/repos", + "events_url": "https://api.github.com/users/aprilcoskun/events{/privacy}", + "received_events_url": "https://api.github.com/users/aprilcoskun/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/vnd.debian.binary-package", + "state": "uploaded", + "size": 37291452, + "download_count": 62, + "created_at": "2018-02-02T13:54:57Z", + "updated_at": "2018-02-02T13:55:45Z", + "browser_download_url": "https://github.com/aprilcoskun/snake/releases/download/v0.6.0/snake_0.6.0_i386.deb" + }, + { + "url": "https://api.github.com/repos/aprilcoskun/snake/releases/assets/6146280", + "id": 6146280, + "node_id": "MDEyOlJlbGVhc2VBc3NldDYxNDYyODA=", + "name": "snake_0.6.0_win32.exe", + "label": null, + "uploader": { + "login": "aprilcoskun", + "id": 17393603, + "node_id": "MDQ6VXNlcjE3MzkzNjAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/17393603?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aprilcoskun", + "html_url": "https://github.com/aprilcoskun", + "followers_url": "https://api.github.com/users/aprilcoskun/followers", + "following_url": "https://api.github.com/users/aprilcoskun/following{/other_user}", + "gists_url": "https://api.github.com/users/aprilcoskun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aprilcoskun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aprilcoskun/subscriptions", + "organizations_url": "https://api.github.com/users/aprilcoskun/orgs", + "repos_url": "https://api.github.com/users/aprilcoskun/repos", + "events_url": "https://api.github.com/users/aprilcoskun/events{/privacy}", + "received_events_url": "https://api.github.com/users/aprilcoskun/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-msdownload", + "state": "uploaded", + "size": 30913078, + "download_count": 1156, + "created_at": "2018-02-08T09:08:12Z", + "updated_at": "2018-02-08T09:14:06Z", + "browser_download_url": "https://github.com/aprilcoskun/snake/releases/download/v0.6.0/snake_0.6.0_win32.exe" + } + ], + "tarball_url": "https://api.github.com/repos/aprilcoskun/snake/tarball/v0.6.0", + "zipball_url": "https://api.github.com/repos/aprilcoskun/snake/zipball/v0.6.0", + "body_html": "

snake installer

" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:30.916Z" }, "socket-io-tester": { "latestRelease": { @@ -94056,7 +94056,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 47573710, - "download_count": 9667, + "download_count": 9671, "created_at": "2018-10-02T14:47:04Z", "updated_at": "2018-10-02T14:47:29Z", "browser_download_url": "https://github.com/AppSaloon/socket.io-tester/releases/download/v1.2.3/socket-io-tester-darwin-x64.zip" @@ -94090,7 +94090,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 45761081, - "download_count": 777, + "download_count": 779, "created_at": "2018-10-02T14:47:04Z", "updated_at": "2018-10-02T14:47:49Z", "browser_download_url": "https://github.com/AppSaloon/socket.io-tester/releases/download/v1.2.3/socket-io-tester-linux-arm64.zip" @@ -94158,7 +94158,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 49723645, - "download_count": 310, + "download_count": 311, "created_at": "2018-10-02T14:47:05Z", "updated_at": "2018-10-02T14:48:26Z", "browser_download_url": "https://github.com/AppSaloon/socket.io-tester/releases/download/v1.2.3/socket-io-tester-linux-ia32.zip" @@ -94226,7 +94226,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 47592160, - "download_count": 2779, + "download_count": 2783, "created_at": "2018-10-02T14:47:05Z", "updated_at": "2018-10-02T14:49:32Z", "browser_download_url": "https://github.com/AppSaloon/socket.io-tester/releases/download/v1.2.3/socket-io-tester-linux-x64.zip" @@ -94294,7 +94294,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 50663432, - "download_count": 9518, + "download_count": 9527, "created_at": "2018-10-02T14:47:05Z", "updated_at": "2018-10-02T14:50:19Z", "browser_download_url": "https://github.com/AppSaloon/socket.io-tester/releases/download/v1.2.3/socket-io-tester-win32-x64.zip" @@ -94304,186 +94304,186 @@ "zipball_url": "https://api.github.com/repos/AppSaloon/socket.io-tester/zipball/v1.2.3", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:49.815Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:30.931Z" }, - "snake": { + "social-amnesia": { "latestRelease": { - "url": "https://api.github.com/repos/aprilcoskun/snake/releases/9507508", - "assets_url": "https://api.github.com/repos/aprilcoskun/snake/releases/9507508/assets", - "upload_url": "https://uploads.github.com/repos/aprilcoskun/snake/releases/9507508/assets{?name,label}", - "html_url": "https://github.com/aprilcoskun/snake/releases/tag/v0.6.0", - "id": 9507508, - "node_id": "MDc6UmVsZWFzZTk1MDc1MDg=", - "tag_name": "v0.6.0", + "url": "https://api.github.com/repos/Nick-Gottschlich/Social-Amnesia/releases/29138128", + "assets_url": "https://api.github.com/repos/Nick-Gottschlich/Social-Amnesia/releases/29138128/assets", + "upload_url": "https://uploads.github.com/repos/Nick-Gottschlich/Social-Amnesia/releases/29138128/assets{?name,label}", + "html_url": "https://github.com/Nick-Gottschlich/Social-Amnesia/releases/tag/v2.0.2", + "id": 29138128, + "node_id": "MDc6UmVsZWFzZTI5MTM4MTI4", + "tag_name": "v2.0.2", "target_commitish": "master", - "name": "v0.6.0", + "name": "Social Amnesia v2.0.2", "draft": false, "author": { - "login": "aprilcoskun", - "id": 17393603, - "node_id": "MDQ6VXNlcjE3MzkzNjAz", - "avatar_url": "https://avatars1.githubusercontent.com/u/17393603?v=4", + "login": "Nick-Gottschlich", + "id": 10564265, + "node_id": "MDQ6VXNlcjEwNTY0MjY1", + "avatar_url": "https://avatars3.githubusercontent.com/u/10564265?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/aprilcoskun", - "html_url": "https://github.com/aprilcoskun", - "followers_url": "https://api.github.com/users/aprilcoskun/followers", - "following_url": "https://api.github.com/users/aprilcoskun/following{/other_user}", - "gists_url": "https://api.github.com/users/aprilcoskun/gists{/gist_id}", - "starred_url": "https://api.github.com/users/aprilcoskun/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/aprilcoskun/subscriptions", - "organizations_url": "https://api.github.com/users/aprilcoskun/orgs", - "repos_url": "https://api.github.com/users/aprilcoskun/repos", - "events_url": "https://api.github.com/users/aprilcoskun/events{/privacy}", - "received_events_url": "https://api.github.com/users/aprilcoskun/received_events", + "url": "https://api.github.com/users/Nick-Gottschlich", + "html_url": "https://github.com/Nick-Gottschlich", + "followers_url": "https://api.github.com/users/Nick-Gottschlich/followers", + "following_url": "https://api.github.com/users/Nick-Gottschlich/following{/other_user}", + "gists_url": "https://api.github.com/users/Nick-Gottschlich/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Nick-Gottschlich/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Nick-Gottschlich/subscriptions", + "organizations_url": "https://api.github.com/users/Nick-Gottschlich/orgs", + "repos_url": "https://api.github.com/users/Nick-Gottschlich/repos", + "events_url": "https://api.github.com/users/Nick-Gottschlich/events{/privacy}", + "received_events_url": "https://api.github.com/users/Nick-Gottschlich/received_events", "type": "User", "site_admin": false }, "prerelease": false, - "created_at": "2018-02-02T08:59:28Z", - "published_at": "2018-02-02T14:10:33Z", + "created_at": "2020-07-30T20:34:01Z", + "published_at": "2020-07-30T20:47:02Z", "assets": [ { - "url": "https://api.github.com/repos/aprilcoskun/snake/releases/assets/6074077", - "id": 6074077, - "node_id": "MDEyOlJlbGVhc2VBc3NldDYwNzQwNzc=", - "name": "snake_0.6.0_amd64.deb", + "url": "https://api.github.com/repos/Nick-Gottschlich/Social-Amnesia/releases/assets/23428805", + "id": 23428805, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNDI4ODA1", + "name": "Social.Amnesia-2.0.2-MAC.dmg", "label": null, "uploader": { - "login": "aprilcoskun", - "id": 17393603, - "node_id": "MDQ6VXNlcjE3MzkzNjAz", - "avatar_url": "https://avatars1.githubusercontent.com/u/17393603?v=4", + "login": "Nick-Gottschlich", + "id": 10564265, + "node_id": "MDQ6VXNlcjEwNTY0MjY1", + "avatar_url": "https://avatars3.githubusercontent.com/u/10564265?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/aprilcoskun", - "html_url": "https://github.com/aprilcoskun", - "followers_url": "https://api.github.com/users/aprilcoskun/followers", - "following_url": "https://api.github.com/users/aprilcoskun/following{/other_user}", - "gists_url": "https://api.github.com/users/aprilcoskun/gists{/gist_id}", - "starred_url": "https://api.github.com/users/aprilcoskun/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/aprilcoskun/subscriptions", - "organizations_url": "https://api.github.com/users/aprilcoskun/orgs", - "repos_url": "https://api.github.com/users/aprilcoskun/repos", - "events_url": "https://api.github.com/users/aprilcoskun/events{/privacy}", - "received_events_url": "https://api.github.com/users/aprilcoskun/received_events", + "url": "https://api.github.com/users/Nick-Gottschlich", + "html_url": "https://github.com/Nick-Gottschlich", + "followers_url": "https://api.github.com/users/Nick-Gottschlich/followers", + "following_url": "https://api.github.com/users/Nick-Gottschlich/following{/other_user}", + "gists_url": "https://api.github.com/users/Nick-Gottschlich/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Nick-Gottschlich/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Nick-Gottschlich/subscriptions", + "organizations_url": "https://api.github.com/users/Nick-Gottschlich/orgs", + "repos_url": "https://api.github.com/users/Nick-Gottschlich/repos", + "events_url": "https://api.github.com/users/Nick-Gottschlich/events{/privacy}", + "received_events_url": "https://api.github.com/users/Nick-Gottschlich/received_events", "type": "User", "site_admin": false }, - "content_type": "application/vnd.debian.binary-package", + "content_type": "application/x-diskcopy", "state": "uploaded", - "size": 36510882, - "download_count": 257, - "created_at": "2018-02-02T13:54:57Z", - "updated_at": "2018-02-02T13:55:22Z", - "browser_download_url": "https://github.com/aprilcoskun/snake/releases/download/v0.6.0/snake_0.6.0_amd64.deb" + "size": 75487586, + "download_count": 81, + "created_at": "2020-07-30T20:36:45Z", + "updated_at": "2020-07-30T20:39:24Z", + "browser_download_url": "https://github.com/Nick-Gottschlich/Social-Amnesia/releases/download/v2.0.2/Social.Amnesia-2.0.2-MAC.dmg" }, { - "url": "https://api.github.com/repos/aprilcoskun/snake/releases/assets/6844904", - "id": 6844904, - "node_id": "MDEyOlJlbGVhc2VBc3NldDY4NDQ5MDQ=", - "name": "snake_0.6.0_darwin.zip", + "url": "https://api.github.com/repos/Nick-Gottschlich/Social-Amnesia/releases/assets/23429018", + "id": 23429018, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNDI5MDE4", + "name": "Social.Amnesia.Setup.2.0.2-WINDOWS.exe", "label": null, "uploader": { - "login": "aprilcoskun", - "id": 17393603, - "node_id": "MDQ6VXNlcjE3MzkzNjAz", - "avatar_url": "https://avatars1.githubusercontent.com/u/17393603?v=4", + "login": "Nick-Gottschlich", + "id": 10564265, + "node_id": "MDQ6VXNlcjEwNTY0MjY1", + "avatar_url": "https://avatars3.githubusercontent.com/u/10564265?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/aprilcoskun", - "html_url": "https://github.com/aprilcoskun", - "followers_url": "https://api.github.com/users/aprilcoskun/followers", - "following_url": "https://api.github.com/users/aprilcoskun/following{/other_user}", - "gists_url": "https://api.github.com/users/aprilcoskun/gists{/gist_id}", - "starred_url": "https://api.github.com/users/aprilcoskun/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/aprilcoskun/subscriptions", - "organizations_url": "https://api.github.com/users/aprilcoskun/orgs", - "repos_url": "https://api.github.com/users/aprilcoskun/repos", - "events_url": "https://api.github.com/users/aprilcoskun/events{/privacy}", - "received_events_url": "https://api.github.com/users/aprilcoskun/received_events", + "url": "https://api.github.com/users/Nick-Gottschlich", + "html_url": "https://github.com/Nick-Gottschlich", + "followers_url": "https://api.github.com/users/Nick-Gottschlich/followers", + "following_url": "https://api.github.com/users/Nick-Gottschlich/following{/other_user}", + "gists_url": "https://api.github.com/users/Nick-Gottschlich/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Nick-Gottschlich/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Nick-Gottschlich/subscriptions", + "organizations_url": "https://api.github.com/users/Nick-Gottschlich/orgs", + "repos_url": "https://api.github.com/users/Nick-Gottschlich/repos", + "events_url": "https://api.github.com/users/Nick-Gottschlich/events{/privacy}", + "received_events_url": "https://api.github.com/users/Nick-Gottschlich/received_events", "type": "User", "site_admin": false }, - "content_type": "application/zip", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 47248959, - "download_count": 269, - "created_at": "2018-04-14T11:18:40Z", - "updated_at": "2018-04-14T11:32:50Z", - "browser_download_url": "https://github.com/aprilcoskun/snake/releases/download/v0.6.0/snake_0.6.0_darwin.zip" + "size": 56084130, + "download_count": 134, + "created_at": "2020-07-30T20:41:56Z", + "updated_at": "2020-07-30T20:44:08Z", + "browser_download_url": "https://github.com/Nick-Gottschlich/Social-Amnesia/releases/download/v2.0.2/Social.Amnesia.Setup.2.0.2-WINDOWS.exe" }, { - "url": "https://api.github.com/repos/aprilcoskun/snake/releases/assets/6074078", - "id": 6074078, - "node_id": "MDEyOlJlbGVhc2VBc3NldDYwNzQwNzg=", - "name": "snake_0.6.0_i386.deb", + "url": "https://api.github.com/repos/Nick-Gottschlich/Social-Amnesia/releases/assets/23522579", + "id": 23522579, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNTIyNTc5", + "name": "Social.Amnesia.Setup.2.0.2-WINDOWS32BIT.exe", "label": null, "uploader": { - "login": "aprilcoskun", - "id": 17393603, - "node_id": "MDQ6VXNlcjE3MzkzNjAz", - "avatar_url": "https://avatars1.githubusercontent.com/u/17393603?v=4", + "login": "Nick-Gottschlich", + "id": 10564265, + "node_id": "MDQ6VXNlcjEwNTY0MjY1", + "avatar_url": "https://avatars3.githubusercontent.com/u/10564265?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/aprilcoskun", - "html_url": "https://github.com/aprilcoskun", - "followers_url": "https://api.github.com/users/aprilcoskun/followers", - "following_url": "https://api.github.com/users/aprilcoskun/following{/other_user}", - "gists_url": "https://api.github.com/users/aprilcoskun/gists{/gist_id}", - "starred_url": "https://api.github.com/users/aprilcoskun/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/aprilcoskun/subscriptions", - "organizations_url": "https://api.github.com/users/aprilcoskun/orgs", - "repos_url": "https://api.github.com/users/aprilcoskun/repos", - "events_url": "https://api.github.com/users/aprilcoskun/events{/privacy}", - "received_events_url": "https://api.github.com/users/aprilcoskun/received_events", + "url": "https://api.github.com/users/Nick-Gottschlich", + "html_url": "https://github.com/Nick-Gottschlich", + "followers_url": "https://api.github.com/users/Nick-Gottschlich/followers", + "following_url": "https://api.github.com/users/Nick-Gottschlich/following{/other_user}", + "gists_url": "https://api.github.com/users/Nick-Gottschlich/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Nick-Gottschlich/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Nick-Gottschlich/subscriptions", + "organizations_url": "https://api.github.com/users/Nick-Gottschlich/orgs", + "repos_url": "https://api.github.com/users/Nick-Gottschlich/repos", + "events_url": "https://api.github.com/users/Nick-Gottschlich/events{/privacy}", + "received_events_url": "https://api.github.com/users/Nick-Gottschlich/received_events", "type": "User", "site_admin": false }, - "content_type": "application/vnd.debian.binary-package", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 37291452, - "download_count": 62, - "created_at": "2018-02-02T13:54:57Z", - "updated_at": "2018-02-02T13:55:45Z", - "browser_download_url": "https://github.com/aprilcoskun/snake/releases/download/v0.6.0/snake_0.6.0_i386.deb" + "size": 54149315, + "download_count": 18, + "created_at": "2020-08-02T17:07:21Z", + "updated_at": "2020-08-02T17:08:24Z", + "browser_download_url": "https://github.com/Nick-Gottschlich/Social-Amnesia/releases/download/v2.0.2/Social.Amnesia.Setup.2.0.2-WINDOWS32BIT.exe" }, { - "url": "https://api.github.com/repos/aprilcoskun/snake/releases/assets/6146280", - "id": 6146280, - "node_id": "MDEyOlJlbGVhc2VBc3NldDYxNDYyODA=", - "name": "snake_0.6.0_win32.exe", + "url": "https://api.github.com/repos/Nick-Gottschlich/Social-Amnesia/releases/assets/23429067", + "id": 23429067, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNDI5MDY3", + "name": "social_amnesia_2.0.2_amd64-LINUX.snap", "label": null, "uploader": { - "login": "aprilcoskun", - "id": 17393603, - "node_id": "MDQ6VXNlcjE3MzkzNjAz", - "avatar_url": "https://avatars1.githubusercontent.com/u/17393603?v=4", + "login": "Nick-Gottschlich", + "id": 10564265, + "node_id": "MDQ6VXNlcjEwNTY0MjY1", + "avatar_url": "https://avatars3.githubusercontent.com/u/10564265?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/aprilcoskun", - "html_url": "https://github.com/aprilcoskun", - "followers_url": "https://api.github.com/users/aprilcoskun/followers", - "following_url": "https://api.github.com/users/aprilcoskun/following{/other_user}", - "gists_url": "https://api.github.com/users/aprilcoskun/gists{/gist_id}", - "starred_url": "https://api.github.com/users/aprilcoskun/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/aprilcoskun/subscriptions", - "organizations_url": "https://api.github.com/users/aprilcoskun/orgs", - "repos_url": "https://api.github.com/users/aprilcoskun/repos", - "events_url": "https://api.github.com/users/aprilcoskun/events{/privacy}", - "received_events_url": "https://api.github.com/users/aprilcoskun/received_events", + "url": "https://api.github.com/users/Nick-Gottschlich", + "html_url": "https://github.com/Nick-Gottschlich", + "followers_url": "https://api.github.com/users/Nick-Gottschlich/followers", + "following_url": "https://api.github.com/users/Nick-Gottschlich/following{/other_user}", + "gists_url": "https://api.github.com/users/Nick-Gottschlich/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Nick-Gottschlich/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Nick-Gottschlich/subscriptions", + "organizations_url": "https://api.github.com/users/Nick-Gottschlich/orgs", + "repos_url": "https://api.github.com/users/Nick-Gottschlich/repos", + "events_url": "https://api.github.com/users/Nick-Gottschlich/events{/privacy}", + "received_events_url": "https://api.github.com/users/Nick-Gottschlich/received_events", "type": "User", "site_admin": false }, - "content_type": "application/x-msdownload", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 30913078, - "download_count": 1156, - "created_at": "2018-02-08T09:08:12Z", - "updated_at": "2018-02-08T09:14:06Z", - "browser_download_url": "https://github.com/aprilcoskun/snake/releases/download/v0.6.0/snake_0.6.0_win32.exe" + "size": 71413760, + "download_count": 39, + "created_at": "2020-07-30T20:44:20Z", + "updated_at": "2020-07-30T20:46:37Z", + "browser_download_url": "https://github.com/Nick-Gottschlich/Social-Amnesia/releases/download/v2.0.2/social_amnesia_2.0.2_amd64-LINUX.snap" } ], - "tarball_url": "https://api.github.com/repos/aprilcoskun/snake/tarball/v0.6.0", - "zipball_url": "https://api.github.com/repos/aprilcoskun/snake/zipball/v0.6.0", - "body_html": "

snake installer

" + "tarball_url": "https://api.github.com/repos/Nick-Gottschlich/Social-Amnesia/tarball/v2.0.2", + "zipball_url": "https://api.github.com/repos/Nick-Gottschlich/Social-Amnesia/zipball/v2.0.2", + "body_html": "

Social Amnesia v2.0.2

\n

Changelog

\n\n

Screenshots

\n

Twitter

\n

\"image\"

\n

Reddit

\n

\"image\"

\n

Twitter

\n\n

Reddit

\n\n

Scheduling

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:50.005Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:30.941Z" }, "soube": { "latestRelease": { @@ -94730,7 +94730,7 @@ "zipball_url": "https://api.github.com/repos/DracotMolver/soube/zipball/1.4.2", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:50.091Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:30.968Z" }, "soundglass": { "latestRelease": { @@ -94797,7 +94797,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 74291614, - "download_count": 16, + "download_count": 17, "created_at": "2020-07-30T18:19:24Z", "updated_at": "2020-07-30T18:20:51Z", "browser_download_url": "https://github.com/pixldev/soundglass/releases/download/1.0.1-no-transparency/Soundglass-1.0.1-macOS-no-transparency.zip" @@ -94831,7 +94831,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 72390197, - "download_count": 65, + "download_count": 66, "created_at": "2020-07-30T18:17:07Z", "updated_at": "2020-07-30T18:18:32Z", "browser_download_url": "https://github.com/pixldev/soundglass/releases/download/1.0.1-no-transparency/Soundglass-1.0.1-Windows-no-transparency.zip" @@ -94841,7 +94841,7 @@ "zipball_url": "https://api.github.com/repos/pixldev/soundglass/zipball/1.0.1-no-transparency", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:50.105Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:31.010Z" }, "soundkeys": { "latestRelease": { @@ -94918,7 +94918,118 @@ "zipball_url": "https://api.github.com/repos/MSandeep96/SoundKeys/zipball/v2.0.0", "body_html": "

The MiniPlayer

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:50.172Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:31.016Z" + }, + "source-me": { + "latestRelease": { + "url": "https://api.github.com/repos/theIYD/source-me/releases/8641453", + "assets_url": "https://api.github.com/repos/theIYD/source-me/releases/8641453/assets", + "upload_url": "https://uploads.github.com/repos/theIYD/source-me/releases/8641453/assets{?name,label}", + "html_url": "https://github.com/theIYD/source-me/releases/tag/0.2.1", + "id": 8641453, + "node_id": "MDc6UmVsZWFzZTg2NDE0NTM=", + "tag_name": "0.2.1", + "target_commitish": "master", + "name": "Release: 0.2.1", + "draft": false, + "author": { + "login": "theIYD", + "id": 10477827, + "node_id": "MDQ6VXNlcjEwNDc3ODI3", + "avatar_url": "https://avatars1.githubusercontent.com/u/10477827?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/theIYD", + "html_url": "https://github.com/theIYD", + "followers_url": "https://api.github.com/users/theIYD/followers", + "following_url": "https://api.github.com/users/theIYD/following{/other_user}", + "gists_url": "https://api.github.com/users/theIYD/gists{/gist_id}", + "starred_url": "https://api.github.com/users/theIYD/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/theIYD/subscriptions", + "organizations_url": "https://api.github.com/users/theIYD/orgs", + "repos_url": "https://api.github.com/users/theIYD/repos", + "events_url": "https://api.github.com/users/theIYD/events{/privacy}", + "received_events_url": "https://api.github.com/users/theIYD/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2017-11-24T01:19:46Z", + "published_at": "2017-11-24T03:03:19Z", + "assets": [ + { + "url": "https://api.github.com/repos/theIYD/source-me/releases/assets/5433332", + "id": 5433332, + "node_id": "MDEyOlJlbGVhc2VBc3NldDU0MzMzMzI=", + "name": "source-me-linux-x64.zip", + "label": null, + "uploader": { + "login": "theIYD", + "id": 10477827, + "node_id": "MDQ6VXNlcjEwNDc3ODI3", + "avatar_url": "https://avatars1.githubusercontent.com/u/10477827?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/theIYD", + "html_url": "https://github.com/theIYD", + "followers_url": "https://api.github.com/users/theIYD/followers", + "following_url": "https://api.github.com/users/theIYD/following{/other_user}", + "gists_url": "https://api.github.com/users/theIYD/gists{/gist_id}", + "starred_url": "https://api.github.com/users/theIYD/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/theIYD/subscriptions", + "organizations_url": "https://api.github.com/users/theIYD/orgs", + "repos_url": "https://api.github.com/users/theIYD/repos", + "events_url": "https://api.github.com/users/theIYD/events{/privacy}", + "received_events_url": "https://api.github.com/users/theIYD/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 69222334, + "download_count": 189, + "created_at": "2017-11-24T02:54:48Z", + "updated_at": "2017-11-24T03:01:54Z", + "browser_download_url": "https://github.com/theIYD/source-me/releases/download/0.2.1/source-me-linux-x64.zip" + }, + { + "url": "https://api.github.com/repos/theIYD/source-me/releases/assets/5433281", + "id": 5433281, + "node_id": "MDEyOlJlbGVhc2VBc3NldDU0MzMyODE=", + "name": "source-me-win-x64.zip", + "label": null, + "uploader": { + "login": "theIYD", + "id": 10477827, + "node_id": "MDQ6VXNlcjEwNDc3ODI3", + "avatar_url": "https://avatars1.githubusercontent.com/u/10477827?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/theIYD", + "html_url": "https://github.com/theIYD", + "followers_url": "https://api.github.com/users/theIYD/followers", + "following_url": "https://api.github.com/users/theIYD/following{/other_user}", + "gists_url": "https://api.github.com/users/theIYD/gists{/gist_id}", + "starred_url": "https://api.github.com/users/theIYD/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/theIYD/subscriptions", + "organizations_url": "https://api.github.com/users/theIYD/orgs", + "repos_url": "https://api.github.com/users/theIYD/repos", + "events_url": "https://api.github.com/users/theIYD/events{/privacy}", + "received_events_url": "https://api.github.com/users/theIYD/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-zip-compressed", + "state": "uploaded", + "size": 60628475, + "download_count": 713, + "created_at": "2017-11-24T02:40:31Z", + "updated_at": "2017-11-24T02:46:37Z", + "browser_download_url": "https://github.com/theIYD/source-me/releases/download/0.2.1/source-me-win-x64.zip" + } + ], + "tarball_url": "https://api.github.com/repos/theIYD/source-me/tarball/0.2.1", + "zipball_url": "https://api.github.com/repos/theIYD/source-me/zipball/0.2.1", + "body_html": "

What's new

\n\n
\n

Changelog

\n
2340d36 bestzip for windows platform\n4f25410 use bestzip module to zip the builds\n40d882b 0.2.1\n11b1bac make default .png\n3e5756c do not go frameless on any operating system\n77acd57 feature: imagecompresser\n
" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:31.045Z" }, "soundnode": { "latestRelease": { @@ -95019,7 +95130,7 @@ "content_type": "application/x-xz", "state": "uploaded", "size": 41073848, - "download_count": 3557, + "download_count": 3558, "created_at": "2018-01-05T11:23:12Z", "updated_at": "2018-01-05T11:23:46Z", "browser_download_url": "https://github.com/Soundnode/soundnode-app/releases/download/7.0.0/Soundnode-linux-x64.tar.xz" @@ -95053,7 +95164,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 73895276, - "download_count": 3205, + "download_count": 3206, "created_at": "2018-01-05T11:23:12Z", "updated_at": "2018-01-05T11:24:14Z", "browser_download_url": "https://github.com/Soundnode/soundnode-app/releases/download/7.0.0/Soundnode-win32-x64.zip" @@ -95063,118 +95174,7 @@ "zipball_url": "https://api.github.com/repos/Soundnode/soundnode-app/zipball/7.0.0", "body_html": "

Note
\nThis includes the fixed release files.

\n

Migration to Electron

\n\n

New Feats

\n

Fixes/Improvements

\n\n

SHA-256 Sum

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:50.371Z" - }, - "source-me": { - "latestRelease": { - "url": "https://api.github.com/repos/theIYD/source-me/releases/8641453", - "assets_url": "https://api.github.com/repos/theIYD/source-me/releases/8641453/assets", - "upload_url": "https://uploads.github.com/repos/theIYD/source-me/releases/8641453/assets{?name,label}", - "html_url": "https://github.com/theIYD/source-me/releases/tag/0.2.1", - "id": 8641453, - "node_id": "MDc6UmVsZWFzZTg2NDE0NTM=", - "tag_name": "0.2.1", - "target_commitish": "master", - "name": "Release: 0.2.1", - "draft": false, - "author": { - "login": "theIYD", - "id": 10477827, - "node_id": "MDQ6VXNlcjEwNDc3ODI3", - "avatar_url": "https://avatars1.githubusercontent.com/u/10477827?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/theIYD", - "html_url": "https://github.com/theIYD", - "followers_url": "https://api.github.com/users/theIYD/followers", - "following_url": "https://api.github.com/users/theIYD/following{/other_user}", - "gists_url": "https://api.github.com/users/theIYD/gists{/gist_id}", - "starred_url": "https://api.github.com/users/theIYD/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/theIYD/subscriptions", - "organizations_url": "https://api.github.com/users/theIYD/orgs", - "repos_url": "https://api.github.com/users/theIYD/repos", - "events_url": "https://api.github.com/users/theIYD/events{/privacy}", - "received_events_url": "https://api.github.com/users/theIYD/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2017-11-24T01:19:46Z", - "published_at": "2017-11-24T03:03:19Z", - "assets": [ - { - "url": "https://api.github.com/repos/theIYD/source-me/releases/assets/5433332", - "id": 5433332, - "node_id": "MDEyOlJlbGVhc2VBc3NldDU0MzMzMzI=", - "name": "source-me-linux-x64.zip", - "label": null, - "uploader": { - "login": "theIYD", - "id": 10477827, - "node_id": "MDQ6VXNlcjEwNDc3ODI3", - "avatar_url": "https://avatars1.githubusercontent.com/u/10477827?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/theIYD", - "html_url": "https://github.com/theIYD", - "followers_url": "https://api.github.com/users/theIYD/followers", - "following_url": "https://api.github.com/users/theIYD/following{/other_user}", - "gists_url": "https://api.github.com/users/theIYD/gists{/gist_id}", - "starred_url": "https://api.github.com/users/theIYD/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/theIYD/subscriptions", - "organizations_url": "https://api.github.com/users/theIYD/orgs", - "repos_url": "https://api.github.com/users/theIYD/repos", - "events_url": "https://api.github.com/users/theIYD/events{/privacy}", - "received_events_url": "https://api.github.com/users/theIYD/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 69222334, - "download_count": 189, - "created_at": "2017-11-24T02:54:48Z", - "updated_at": "2017-11-24T03:01:54Z", - "browser_download_url": "https://github.com/theIYD/source-me/releases/download/0.2.1/source-me-linux-x64.zip" - }, - { - "url": "https://api.github.com/repos/theIYD/source-me/releases/assets/5433281", - "id": 5433281, - "node_id": "MDEyOlJlbGVhc2VBc3NldDU0MzMyODE=", - "name": "source-me-win-x64.zip", - "label": null, - "uploader": { - "login": "theIYD", - "id": 10477827, - "node_id": "MDQ6VXNlcjEwNDc3ODI3", - "avatar_url": "https://avatars1.githubusercontent.com/u/10477827?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/theIYD", - "html_url": "https://github.com/theIYD", - "followers_url": "https://api.github.com/users/theIYD/followers", - "following_url": "https://api.github.com/users/theIYD/following{/other_user}", - "gists_url": "https://api.github.com/users/theIYD/gists{/gist_id}", - "starred_url": "https://api.github.com/users/theIYD/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/theIYD/subscriptions", - "organizations_url": "https://api.github.com/users/theIYD/orgs", - "repos_url": "https://api.github.com/users/theIYD/repos", - "events_url": "https://api.github.com/users/theIYD/events{/privacy}", - "received_events_url": "https://api.github.com/users/theIYD/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-zip-compressed", - "state": "uploaded", - "size": 60628475, - "download_count": 713, - "created_at": "2017-11-24T02:40:31Z", - "updated_at": "2017-11-24T02:46:37Z", - "browser_download_url": "https://github.com/theIYD/source-me/releases/download/0.2.1/source-me-win-x64.zip" - } - ], - "tarball_url": "https://api.github.com/repos/theIYD/source-me/tarball/0.2.1", - "zipball_url": "https://api.github.com/repos/theIYD/source-me/zipball/0.2.1", - "body_html": "

What's new

\n\n
\n

Changelog

\n
2340d36 bestzip for windows platform\n4f25410 use bestzip module to zip the builds\n40d882b 0.2.1\n11b1bac make default .png\n3e5756c do not go frameless on any operating system\n77acd57 feature: imagecompresser\n
" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:50.415Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:31.049Z" }, "spotspot": { "latestRelease": { @@ -95241,7 +95241,7 @@ "content_type": "application/x-diskcopy", "state": "uploaded", "size": 68259772, - "download_count": 128, + "download_count": 129, "created_at": "2020-06-10T16:48:37Z", "updated_at": "2020-06-10T16:49:13Z", "browser_download_url": "https://github.com/will-stone/SpotSpot/releases/download/v4.0.2/SpotSpot-4.0.2.dmg" @@ -95285,7 +95285,7 @@ "zipball_url": "https://api.github.com/repos/will-stone/SpotSpot/zipball/v4.0.2", "body_html": "

All the changes are under the bonnet. This includes Apple notarization, which means new users of SpotSpot should find it much faster to respond.

\n

Website has been updated.

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:50.532Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:31.097Z" }, "spraybottle": { "latestRelease": { @@ -95396,7 +95396,7 @@ "zipball_url": "https://api.github.com/repos/jooshkins/SprayBottle/zipball/v0.7.0", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:50.566Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:31.097Z" }, "sqlectron": { "latestRelease": { @@ -95463,7 +95463,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 519, - "download_count": 90, + "download_count": 91, "created_at": "2020-07-29T21:32:28Z", "updated_at": "2020-07-29T21:32:28Z", "browser_download_url": "https://github.com/sqlectron/sqlectron-gui/releases/download/v1.31.0/latest-mac.yml" @@ -95497,7 +95497,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 349, - "download_count": 44, + "download_count": 45, "created_at": "2020-07-29T21:36:14Z", "updated_at": "2020-07-29T21:36:14Z", "browser_download_url": "https://github.com/sqlectron/sqlectron-gui/releases/download/v1.31.0/latest.yml" @@ -95531,7 +95531,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 65928820, - "download_count": 1073, + "download_count": 1081, "created_at": "2020-07-29T21:32:01Z", "updated_at": "2020-07-29T21:32:05Z", "browser_download_url": "https://github.com/sqlectron/sqlectron-gui/releases/download/v1.31.0/sqlectron-1.31.0-mac.zip" @@ -95565,7 +95565,7 @@ "content_type": "application/x-7z-compressed", "state": "uploaded", "size": 44373519, - "download_count": 1312, + "download_count": 1328, "created_at": "2020-07-29T21:36:13Z", "updated_at": "2020-07-29T21:36:14Z", "browser_download_url": "https://github.com/sqlectron/sqlectron-gui/releases/download/v1.31.0/sqlectron-1.31.0-win.7z" @@ -95599,7 +95599,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 68908529, - "download_count": 2490, + "download_count": 2522, "created_at": "2020-07-29T21:35:48Z", "updated_at": "2020-07-29T21:35:50Z", "browser_download_url": "https://github.com/sqlectron/sqlectron-gui/releases/download/v1.31.0/sqlectron-1.31.0-win.zip" @@ -95633,7 +95633,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 68141598, - "download_count": 1630, + "download_count": 1647, "created_at": "2020-07-29T21:32:26Z", "updated_at": "2020-07-29T21:32:28Z", "browser_download_url": "https://github.com/sqlectron/sqlectron-gui/releases/download/v1.31.0/sqlectron-1.31.0.dmg" @@ -95769,7 +95769,7 @@ "content_type": "application/x-sh", "state": "uploaded", "size": 189677349, - "download_count": 269, + "download_count": 273, "created_at": "2020-07-29T21:35:52Z", "updated_at": "2020-07-29T21:35:55Z", "browser_download_url": "https://github.com/sqlectron/sqlectron-gui/releases/download/v1.31.0/sqlectron-1.31.0.sh" @@ -95803,7 +95803,7 @@ "content_type": "application/gzip", "state": "uploaded", "size": 65692312, - "download_count": 239, + "download_count": 240, "created_at": "2020-07-29T21:33:09Z", "updated_at": "2020-07-29T21:33:11Z", "browser_download_url": "https://github.com/sqlectron/sqlectron-gui/releases/download/v1.31.0/sqlectron-1.31.0.tar.gz" @@ -95837,7 +95837,7 @@ "content_type": "application/x-xz", "state": "uploaded", "size": 45556336, - "download_count": 49, + "download_count": 50, "created_at": "2020-07-29T21:30:54Z", "updated_at": "2020-07-29T21:30:55Z", "browser_download_url": "https://github.com/sqlectron/sqlectron-gui/releases/download/v1.31.0/sqlectron-1.31.0.tar.xz" @@ -95871,7 +95871,7 @@ "content_type": "application/x-redhat-package-manager", "state": "uploaded", "size": 45698972, - "download_count": 201, + "download_count": 207, "created_at": "2020-07-29T21:35:50Z", "updated_at": "2020-07-29T21:35:52Z", "browser_download_url": "https://github.com/sqlectron/sqlectron-gui/releases/download/v1.31.0/sqlectron-1.31.0.x86_64.rpm" @@ -95905,7 +95905,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 51926151, - "download_count": 1658, + "download_count": 1676, "created_at": "2020-07-29T21:35:53Z", "updated_at": "2020-07-29T21:35:54Z", "browser_download_url": "https://github.com/sqlectron/sqlectron-gui/releases/download/v1.31.0/sqlectron-Setup-1.31.0.exe" @@ -95973,7 +95973,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 45517062, - "download_count": 1276, + "download_count": 1295, "created_at": "2020-07-29T21:34:11Z", "updated_at": "2020-07-29T21:34:12Z", "browser_download_url": "https://github.com/sqlectron/sqlectron-gui/releases/download/v1.31.0/sqlectron_1.31.0_amd64.deb" @@ -95983,7 +95983,7 @@ "zipball_url": "https://api.github.com/repos/sqlectron/sqlectron-gui/zipball/v1.31.0", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:50.728Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:31.141Z" }, "sshfs-win-manager": { "latestRelease": { @@ -96050,7 +96050,7 @@ "content_type": "application/x-msdownload", "state": "uploaded", "size": 44214870, - "download_count": 6214, + "download_count": 6239, "created_at": "2020-03-30T18:28:03Z", "updated_at": "2020-03-30T18:28:24Z", "browser_download_url": "https://github.com/evsar3/sshfs-win-manager/releases/download/v1.0.1/sshfs-win-manager-setup-v1.0.1.exe" @@ -96060,7 +96060,7 @@ "zipball_url": "https://api.github.com/repos/evsar3/sshfs-win-manager/zipball/v1.0.1", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:50.754Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:31.172Z" }, "stacker": { "latestRelease": { @@ -96205,7 +96205,7 @@ "zipball_url": "https://api.github.com/repos/enqueuer-land/stacker/zipball/v0.2.0", "body_html": "

First commit after carabina merge

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:50.891Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:31.184Z" }, "standard-notes": { "latestRelease": { @@ -96306,7 +96306,7 @@ "content_type": "application/x-yaml", "state": "uploaded", "size": 400, - "download_count": 53, + "download_count": 61, "created_at": "2020-09-10T18:52:53Z", "updated_at": "2020-09-10T18:52:53Z", "browser_download_url": "https://github.com/standardnotes/desktop/releases/download/v3.4.4/latest-linux-ia32.yml" @@ -96340,7 +96340,7 @@ "content_type": "application/x-yaml", "state": "uploaded", "size": 404, - "download_count": 4513, + "download_count": 4916, "created_at": "2020-09-10T18:52:53Z", "updated_at": "2020-09-10T18:52:54Z", "browser_download_url": "https://github.com/standardnotes/desktop/releases/download/v3.4.4/latest-linux.yml" @@ -96374,7 +96374,7 @@ "content_type": "application/x-yaml", "state": "uploaded", "size": 534, - "download_count": 28028, + "download_count": 30266, "created_at": "2020-09-10T18:52:54Z", "updated_at": "2020-09-10T18:52:54Z", "browser_download_url": "https://github.com/standardnotes/desktop/releases/download/v3.4.4/latest-mac.yml" @@ -96408,7 +96408,7 @@ "content_type": "application/x-yaml", "state": "uploaded", "size": 353, - "download_count": 12842, + "download_count": 13906, "created_at": "2020-09-10T18:52:54Z", "updated_at": "2020-09-10T18:52:55Z", "browser_download_url": "https://github.com/standardnotes/desktop/releases/download/v3.4.4/latest.yml" @@ -96510,7 +96510,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 79089737, - "download_count": 55, + "download_count": 58, "created_at": "2020-09-10T18:52:50Z", "updated_at": "2020-09-10T18:53:00Z", "browser_download_url": "https://github.com/standardnotes/desktop/releases/download/v3.4.4/standard-notes-3.4.4-linux-i386.AppImage" @@ -96578,7 +96578,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 78164783, - "download_count": 2537, + "download_count": 2676, "created_at": "2020-09-10T18:53:09Z", "updated_at": "2020-09-10T18:53:27Z", "browser_download_url": "https://github.com/standardnotes/desktop/releases/download/v3.4.4/standard-notes-3.4.4-linux-x86_64.AppImage" @@ -96612,7 +96612,7 @@ "content_type": "application/x-diskcopy", "state": "uploaded", "size": 72764622, - "download_count": 543, + "download_count": 599, "created_at": "2020-09-10T18:53:27Z", "updated_at": "2020-09-10T18:54:12Z", "browser_download_url": "https://github.com/standardnotes/desktop/releases/download/v3.4.4/standard-notes-3.4.4-mac.dmg" @@ -96680,7 +96680,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 70457158, - "download_count": 3958, + "download_count": 4116, "created_at": "2020-09-10T18:54:13Z", "updated_at": "2020-09-10T18:54:39Z", "browser_download_url": "https://github.com/standardnotes/desktop/releases/download/v3.4.4/standard-notes-3.4.4-mac.zip" @@ -96714,7 +96714,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 106112512, - "download_count": 7117, + "download_count": 7541, "created_at": "2020-09-10T18:54:39Z", "updated_at": "2020-09-10T18:55:28Z", "browser_download_url": "https://github.com/standardnotes/desktop/releases/download/v3.4.4/standard-notes-3.4.4-win.exe" @@ -96748,7 +96748,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 110494, - "download_count": 5759, + "download_count": 6059, "created_at": "2020-09-10T18:55:28Z", "updated_at": "2020-09-10T18:55:29Z", "browser_download_url": "https://github.com/standardnotes/desktop/releases/download/v3.4.4/standard-notes-3.4.4-win.exe.blockmap" @@ -96758,7 +96758,7 @@ "zipball_url": "https://api.github.com/repos/standardnotes/desktop/zipball/v3.4.4", "body_html": "

This is a corrective update to version 3.4.3 where is some cases a valid backup file would not be accepted by the application.

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:50.946Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:31.202Z" }, "standup-picker": { "latestRelease": { @@ -96859,7 +96859,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 523, - "download_count": 179, + "download_count": 180, "created_at": "2018-07-26T18:15:15Z", "updated_at": "2018-07-26T18:15:15Z", "browser_download_url": "https://github.com/Mokkapps/scrum-daily-standup-picker/releases/download/v1.2.0/latest-mac.yml" @@ -96893,7 +96893,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 451, - "download_count": 332, + "download_count": 333, "created_at": "2018-07-26T18:13:00Z", "updated_at": "2018-07-26T18:13:00Z", "browser_download_url": "https://github.com/Mokkapps/scrum-daily-standup-picker/releases/download/v1.2.0/latest.yml" @@ -97141,7 +97141,11 @@ "zipball_url": "https://api.github.com/repos/Mokkapps/scrum-daily-standup-picker/zipball/v1.2.0", "body_html": "

Features

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:51.081Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:31.255Z" + }, + "storaji": { + "latestRelease": null, + "latestReleaseFetchedAt": "2020-09-18T00:10:31.260Z" }, "stickynotes": { "latestRelease": { @@ -97208,7 +97212,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 350, - "download_count": 8027, + "download_count": 8047, "created_at": "2019-04-21T11:14:07Z", "updated_at": "2019-04-21T11:23:55Z", "browser_download_url": "https://github.com/Playork/StickyNotes/releases/download/v0.3.0/latest.yml" @@ -97286,7 +97290,7 @@ "zipball_url": "https://api.github.com/repos/Playork/StickyNotes/zipball/v0.3.0", "body_html": "

\"screen\"

\n

For Linux

\n

\"Get

\n

For Windows

\n

Get it from the Softpedia

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:51.092Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:31.271Z" }, "stockifier": { "latestRelease": { @@ -97387,7 +97391,7 @@ "content_type": "application/x-zip-compressed", "state": "uploaded", "size": 92581972, - "download_count": 898, + "download_count": 899, "created_at": "2019-05-23T10:52:23Z", "updated_at": "2019-05-23T10:53:01Z", "browser_download_url": "https://github.com/jainsamyak/Stockifier/releases/download/v1.0.0/Stockifier-v1.0.0.Windows10.Setupx64.zip" @@ -97397,15 +97401,11 @@ "zipball_url": "https://api.github.com/repos/jainsamyak/Stockifier/zipball/v1.0.0", "body_html": "

The first commercial release of Stockifier.

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:51.246Z" - }, - "storaji": { - "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:51.253Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:31.274Z" }, "streamlabs-obs": { "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:51.395Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:31.319Z" }, "storm": { "latestRelease": { @@ -97472,7 +97472,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 75, - "download_count": 40059, + "download_count": 40065, "created_at": "2018-01-18T07:49:30Z", "updated_at": "2018-01-18T07:49:30Z", "browser_download_url": "https://github.com/StormSDK/StormApp/releases/download/v0.3.9/RELEASES" @@ -97506,7 +97506,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 78838939, - "download_count": 658, + "download_count": 662, "created_at": "2018-01-18T07:49:30Z", "updated_at": "2018-01-18T07:50:22Z", "browser_download_url": "https://github.com/StormSDK/StormApp/releases/download/v0.3.9/Storm-0.3.9-full.nupkg" @@ -97618,7 +97618,11 @@ "zipball_url": "https://api.github.com/repos/StormSDK/StormApp/zipball/v0.3.9", "body_html": "

Features and Improvements

\n\n

Bug fixes

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:51.458Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:31.345Z" + }, + "subgenesis": { + "latestRelease": null, + "latestReleaseFetchedAt": "2020-09-18T00:10:31.377Z" }, "studymd": { "latestRelease": { @@ -97967,7 +97971,7 @@ "zipball_url": "https://api.github.com/repos/jotron/StudyMD/zipball/v0.3.2", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:51.614Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:31.377Z" }, "subordination": { "latestRelease": { @@ -98135,128 +98139,439 @@ }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 54364509, - "download_count": 32, - "created_at": "2016-06-24T09:44:48Z", - "updated_at": "2016-06-24T09:45:56Z", - "browser_download_url": "https://github.com/sunabozu/subordination/releases/download/v0.1.3/subordination-0.1.3-full.nupkg" + "size": 54364509, + "download_count": 32, + "created_at": "2016-06-24T09:44:48Z", + "updated_at": "2016-06-24T09:45:56Z", + "browser_download_url": "https://github.com/sunabozu/subordination/releases/download/v0.1.3/subordination-0.1.3-full.nupkg" + }, + { + "url": "https://api.github.com/repos/sunabozu/subordination/releases/assets/1896303", + "id": 1896303, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE4OTYzMDM=", + "name": "subordination-0.1.3-mac.zip", + "label": "", + "uploader": { + "login": "sunabozu", + "id": 135717, + "node_id": "MDQ6VXNlcjEzNTcxNw==", + "avatar_url": "https://avatars3.githubusercontent.com/u/135717?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sunabozu", + "html_url": "https://github.com/sunabozu", + "followers_url": "https://api.github.com/users/sunabozu/followers", + "following_url": "https://api.github.com/users/sunabozu/following{/other_user}", + "gists_url": "https://api.github.com/users/sunabozu/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sunabozu/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sunabozu/subscriptions", + "organizations_url": "https://api.github.com/users/sunabozu/orgs", + "repos_url": "https://api.github.com/users/sunabozu/repos", + "events_url": "https://api.github.com/users/sunabozu/events{/privacy}", + "received_events_url": "https://api.github.com/users/sunabozu/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 43390749, + "download_count": 61, + "created_at": "2016-06-24T09:38:31Z", + "updated_at": "2016-06-24T09:38:50Z", + "browser_download_url": "https://github.com/sunabozu/subordination/releases/download/v0.1.3/subordination-0.1.3-mac.zip" + }, + { + "url": "https://api.github.com/repos/sunabozu/subordination/releases/assets/1896302", + "id": 1896302, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE4OTYzMDI=", + "name": "subordination-0.1.3.dmg", + "label": "", + "uploader": { + "login": "sunabozu", + "id": 135717, + "node_id": "MDQ6VXNlcjEzNTcxNw==", + "avatar_url": "https://avatars3.githubusercontent.com/u/135717?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sunabozu", + "html_url": "https://github.com/sunabozu", + "followers_url": "https://api.github.com/users/sunabozu/followers", + "following_url": "https://api.github.com/users/sunabozu/following{/other_user}", + "gists_url": "https://api.github.com/users/sunabozu/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sunabozu/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sunabozu/subscriptions", + "organizations_url": "https://api.github.com/users/sunabozu/orgs", + "repos_url": "https://api.github.com/users/sunabozu/repos", + "events_url": "https://api.github.com/users/sunabozu/events{/privacy}", + "received_events_url": "https://api.github.com/users/sunabozu/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-apple-diskimage", + "state": "uploaded", + "size": 39918523, + "download_count": 526, + "created_at": "2016-06-24T09:38:27Z", + "updated_at": "2016-06-24T09:38:43Z", + "browser_download_url": "https://github.com/sunabozu/subordination/releases/download/v0.1.3/subordination-0.1.3.dmg" + }, + { + "url": "https://api.github.com/repos/sunabozu/subordination/releases/assets/1896329", + "id": 1896329, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE4OTYzMjk=", + "name": "subordination-Setup-0.1.3.exe", + "label": "", + "uploader": { + "login": "sunabozu", + "id": 135717, + "node_id": "MDQ6VXNlcjEzNTcxNw==", + "avatar_url": "https://avatars3.githubusercontent.com/u/135717?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sunabozu", + "html_url": "https://github.com/sunabozu", + "followers_url": "https://api.github.com/users/sunabozu/followers", + "following_url": "https://api.github.com/users/sunabozu/following{/other_user}", + "gists_url": "https://api.github.com/users/sunabozu/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sunabozu/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sunabozu/subscriptions", + "organizations_url": "https://api.github.com/users/sunabozu/orgs", + "repos_url": "https://api.github.com/users/sunabozu/repos", + "events_url": "https://api.github.com/users/sunabozu/events{/privacy}", + "received_events_url": "https://api.github.com/users/sunabozu/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-msdownload", + "state": "uploaded", + "size": 55345152, + "download_count": 569, + "created_at": "2016-06-24T09:44:48Z", + "updated_at": "2016-06-24T09:45:35Z", + "browser_download_url": "https://github.com/sunabozu/subordination/releases/download/v0.1.3/subordination-Setup-0.1.3.exe" + } + ], + "tarball_url": "https://api.github.com/repos/sunabozu/subordination/tarball/v0.1.3", + "zipball_url": "https://api.github.com/repos/sunabozu/subordination/zipball/v0.1.3", + "body_html": "

Significant performance improvements.

" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:31.403Z" + }, + "sunder": { + "latestRelease": null, + "latestReleaseFetchedAt": "2020-09-18T00:10:31.406Z" + }, + "switch": { + "latestRelease": { + "url": "https://api.github.com/repos/ahkohd/switch-desktop/releases/20030453", + "assets_url": "https://api.github.com/repos/ahkohd/switch-desktop/releases/20030453/assets", + "upload_url": "https://uploads.github.com/repos/ahkohd/switch-desktop/releases/20030453/assets{?name,label}", + "html_url": "https://github.com/ahkohd/switch-desktop/releases/tag/v1.0.23", + "id": 20030453, + "node_id": "MDc6UmVsZWFzZTIwMDMwNDUz", + "tag_name": "v1.0.23", + "target_commitish": "master", + "name": "1.0.23", + "draft": false, + "author": { + "login": "ahkohd", + "id": 13041443, + "node_id": "MDQ6VXNlcjEzMDQxNDQz", + "avatar_url": "https://avatars1.githubusercontent.com/u/13041443?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ahkohd", + "html_url": "https://github.com/ahkohd", + "followers_url": "https://api.github.com/users/ahkohd/followers", + "following_url": "https://api.github.com/users/ahkohd/following{/other_user}", + "gists_url": "https://api.github.com/users/ahkohd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ahkohd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ahkohd/subscriptions", + "organizations_url": "https://api.github.com/users/ahkohd/orgs", + "repos_url": "https://api.github.com/users/ahkohd/repos", + "events_url": "https://api.github.com/users/ahkohd/events{/privacy}", + "received_events_url": "https://api.github.com/users/ahkohd/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2019-09-16T22:48:42Z", + "published_at": "2019-09-16T22:58:22Z", + "assets": [ + { + "url": "https://api.github.com/repos/ahkohd/switch-desktop/releases/assets/14954726", + "id": 14954726, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0OTU0NzI2", + "name": "latest-mac.yml", + "label": "", + "uploader": { + "login": "ahkohd", + "id": 13041443, + "node_id": "MDQ6VXNlcjEzMDQxNDQz", + "avatar_url": "https://avatars1.githubusercontent.com/u/13041443?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ahkohd", + "html_url": "https://github.com/ahkohd", + "followers_url": "https://api.github.com/users/ahkohd/followers", + "following_url": "https://api.github.com/users/ahkohd/following{/other_user}", + "gists_url": "https://api.github.com/users/ahkohd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ahkohd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ahkohd/subscriptions", + "organizations_url": "https://api.github.com/users/ahkohd/orgs", + "repos_url": "https://api.github.com/users/ahkohd/repos", + "events_url": "https://api.github.com/users/ahkohd/events{/privacy}", + "received_events_url": "https://api.github.com/users/ahkohd/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "text/yaml", + "state": "uploaded", + "size": 510, + "download_count": 55, + "created_at": "2019-09-16T22:54:01Z", + "updated_at": "2019-09-16T22:54:01Z", + "browser_download_url": "https://github.com/ahkohd/switch-desktop/releases/download/v1.0.23/latest-mac.yml" + }, + { + "url": "https://api.github.com/repos/ahkohd/switch-desktop/releases/assets/14954717", + "id": 14954717, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0OTU0NzE3", + "name": "latest.yml", + "label": "", + "uploader": { + "login": "ahkohd", + "id": 13041443, + "node_id": "MDQ6VXNlcjEzMDQxNDQz", + "avatar_url": "https://avatars1.githubusercontent.com/u/13041443?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ahkohd", + "html_url": "https://github.com/ahkohd", + "followers_url": "https://api.github.com/users/ahkohd/followers", + "following_url": "https://api.github.com/users/ahkohd/following{/other_user}", + "gists_url": "https://api.github.com/users/ahkohd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ahkohd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ahkohd/subscriptions", + "organizations_url": "https://api.github.com/users/ahkohd/orgs", + "repos_url": "https://api.github.com/users/ahkohd/repos", + "events_url": "https://api.github.com/users/ahkohd/events{/privacy}", + "received_events_url": "https://api.github.com/users/ahkohd/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "text/yaml", + "state": "uploaded", + "size": 343, + "download_count": 53, + "created_at": "2019-09-16T22:51:49Z", + "updated_at": "2019-09-16T22:51:49Z", + "browser_download_url": "https://github.com/ahkohd/switch-desktop/releases/download/v1.0.23/latest.yml" + }, + { + "url": "https://api.github.com/repos/ahkohd/switch-desktop/releases/assets/14954725", + "id": 14954725, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0OTU0NzI1", + "name": "Switch-1.0.23-mac.zip", + "label": "", + "uploader": { + "login": "ahkohd", + "id": 13041443, + "node_id": "MDQ6VXNlcjEzMDQxNDQz", + "avatar_url": "https://avatars1.githubusercontent.com/u/13041443?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ahkohd", + "html_url": "https://github.com/ahkohd", + "followers_url": "https://api.github.com/users/ahkohd/followers", + "following_url": "https://api.github.com/users/ahkohd/following{/other_user}", + "gists_url": "https://api.github.com/users/ahkohd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ahkohd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ahkohd/subscriptions", + "organizations_url": "https://api.github.com/users/ahkohd/orgs", + "repos_url": "https://api.github.com/users/ahkohd/repos", + "events_url": "https://api.github.com/users/ahkohd/events{/privacy}", + "received_events_url": "https://api.github.com/users/ahkohd/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 79746703, + "download_count": 107, + "created_at": "2019-09-16T22:53:58Z", + "updated_at": "2019-09-16T22:54:00Z", + "browser_download_url": "https://github.com/ahkohd/switch-desktop/releases/download/v1.0.23/Switch-1.0.23-mac.zip" + }, + { + "url": "https://api.github.com/repos/ahkohd/switch-desktop/releases/assets/14954711", + "id": 14954711, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0OTU0NzEx", + "name": "Switch-1.0.23-win.zip", + "label": "", + "uploader": { + "login": "ahkohd", + "id": 13041443, + "node_id": "MDQ6VXNlcjEzMDQxNDQz", + "avatar_url": "https://avatars1.githubusercontent.com/u/13041443?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ahkohd", + "html_url": "https://github.com/ahkohd", + "followers_url": "https://api.github.com/users/ahkohd/followers", + "following_url": "https://api.github.com/users/ahkohd/following{/other_user}", + "gists_url": "https://api.github.com/users/ahkohd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ahkohd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ahkohd/subscriptions", + "organizations_url": "https://api.github.com/users/ahkohd/orgs", + "repos_url": "https://api.github.com/users/ahkohd/repos", + "events_url": "https://api.github.com/users/ahkohd/events{/privacy}", + "received_events_url": "https://api.github.com/users/ahkohd/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 78975877, + "download_count": 612, + "created_at": "2019-09-16T22:51:21Z", + "updated_at": "2019-09-16T22:51:24Z", + "browser_download_url": "https://github.com/ahkohd/switch-desktop/releases/download/v1.0.23/Switch-1.0.23-win.zip" + }, + { + "url": "https://api.github.com/repos/ahkohd/switch-desktop/releases/assets/14954724", + "id": 14954724, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0OTU0NzI0", + "name": "Switch-1.0.23.dmg", + "label": "", + "uploader": { + "login": "ahkohd", + "id": 13041443, + "node_id": "MDQ6VXNlcjEzMDQxNDQz", + "avatar_url": "https://avatars1.githubusercontent.com/u/13041443?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ahkohd", + "html_url": "https://github.com/ahkohd", + "followers_url": "https://api.github.com/users/ahkohd/followers", + "following_url": "https://api.github.com/users/ahkohd/following{/other_user}", + "gists_url": "https://api.github.com/users/ahkohd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ahkohd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ahkohd/subscriptions", + "organizations_url": "https://api.github.com/users/ahkohd/orgs", + "repos_url": "https://api.github.com/users/ahkohd/repos", + "events_url": "https://api.github.com/users/ahkohd/events{/privacy}", + "received_events_url": "https://api.github.com/users/ahkohd/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 82902862, + "download_count": 124, + "created_at": "2019-09-16T22:53:54Z", + "updated_at": "2019-09-16T22:53:56Z", + "browser_download_url": "https://github.com/ahkohd/switch-desktop/releases/download/v1.0.23/Switch-1.0.23.dmg" }, { - "url": "https://api.github.com/repos/sunabozu/subordination/releases/assets/1896303", - "id": 1896303, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE4OTYzMDM=", - "name": "subordination-0.1.3-mac.zip", + "url": "https://api.github.com/repos/ahkohd/switch-desktop/releases/assets/14954723", + "id": 14954723, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0OTU0NzIz", + "name": "Switch-1.0.23.dmg.blockmap", "label": "", "uploader": { - "login": "sunabozu", - "id": 135717, - "node_id": "MDQ6VXNlcjEzNTcxNw==", - "avatar_url": "https://avatars3.githubusercontent.com/u/135717?v=4", + "login": "ahkohd", + "id": 13041443, + "node_id": "MDQ6VXNlcjEzMDQxNDQz", + "avatar_url": "https://avatars1.githubusercontent.com/u/13041443?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/sunabozu", - "html_url": "https://github.com/sunabozu", - "followers_url": "https://api.github.com/users/sunabozu/followers", - "following_url": "https://api.github.com/users/sunabozu/following{/other_user}", - "gists_url": "https://api.github.com/users/sunabozu/gists{/gist_id}", - "starred_url": "https://api.github.com/users/sunabozu/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/sunabozu/subscriptions", - "organizations_url": "https://api.github.com/users/sunabozu/orgs", - "repos_url": "https://api.github.com/users/sunabozu/repos", - "events_url": "https://api.github.com/users/sunabozu/events{/privacy}", - "received_events_url": "https://api.github.com/users/sunabozu/received_events", + "url": "https://api.github.com/users/ahkohd", + "html_url": "https://github.com/ahkohd", + "followers_url": "https://api.github.com/users/ahkohd/followers", + "following_url": "https://api.github.com/users/ahkohd/following{/other_user}", + "gists_url": "https://api.github.com/users/ahkohd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ahkohd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ahkohd/subscriptions", + "organizations_url": "https://api.github.com/users/ahkohd/orgs", + "repos_url": "https://api.github.com/users/ahkohd/repos", + "events_url": "https://api.github.com/users/ahkohd/events{/privacy}", + "received_events_url": "https://api.github.com/users/ahkohd/received_events", "type": "User", "site_admin": false }, - "content_type": "application/zip", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 43390749, - "download_count": 61, - "created_at": "2016-06-24T09:38:31Z", - "updated_at": "2016-06-24T09:38:50Z", - "browser_download_url": "https://github.com/sunabozu/subordination/releases/download/v0.1.3/subordination-0.1.3-mac.zip" + "size": 88059, + "download_count": 43, + "created_at": "2019-09-16T22:53:54Z", + "updated_at": "2019-09-16T22:53:54Z", + "browser_download_url": "https://github.com/ahkohd/switch-desktop/releases/download/v1.0.23/Switch-1.0.23.dmg.blockmap" }, { - "url": "https://api.github.com/repos/sunabozu/subordination/releases/assets/1896302", - "id": 1896302, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE4OTYzMDI=", - "name": "subordination-0.1.3.dmg", + "url": "https://api.github.com/repos/ahkohd/switch-desktop/releases/assets/14954714", + "id": 14954714, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0OTU0NzE0", + "name": "Switch-Setup-1.0.23.exe", "label": "", "uploader": { - "login": "sunabozu", - "id": 135717, - "node_id": "MDQ6VXNlcjEzNTcxNw==", - "avatar_url": "https://avatars3.githubusercontent.com/u/135717?v=4", + "login": "ahkohd", + "id": 13041443, + "node_id": "MDQ6VXNlcjEzMDQxNDQz", + "avatar_url": "https://avatars1.githubusercontent.com/u/13041443?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/sunabozu", - "html_url": "https://github.com/sunabozu", - "followers_url": "https://api.github.com/users/sunabozu/followers", - "following_url": "https://api.github.com/users/sunabozu/following{/other_user}", - "gists_url": "https://api.github.com/users/sunabozu/gists{/gist_id}", - "starred_url": "https://api.github.com/users/sunabozu/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/sunabozu/subscriptions", - "organizations_url": "https://api.github.com/users/sunabozu/orgs", - "repos_url": "https://api.github.com/users/sunabozu/repos", - "events_url": "https://api.github.com/users/sunabozu/events{/privacy}", - "received_events_url": "https://api.github.com/users/sunabozu/received_events", + "url": "https://api.github.com/users/ahkohd", + "html_url": "https://github.com/ahkohd", + "followers_url": "https://api.github.com/users/ahkohd/followers", + "following_url": "https://api.github.com/users/ahkohd/following{/other_user}", + "gists_url": "https://api.github.com/users/ahkohd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ahkohd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ahkohd/subscriptions", + "organizations_url": "https://api.github.com/users/ahkohd/orgs", + "repos_url": "https://api.github.com/users/ahkohd/repos", + "events_url": "https://api.github.com/users/ahkohd/events{/privacy}", + "received_events_url": "https://api.github.com/users/ahkohd/received_events", "type": "User", "site_admin": false }, - "content_type": "application/x-apple-diskimage", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 39918523, - "download_count": 526, - "created_at": "2016-06-24T09:38:27Z", - "updated_at": "2016-06-24T09:38:43Z", - "browser_download_url": "https://github.com/sunabozu/subordination/releases/download/v0.1.3/subordination-0.1.3.dmg" + "size": 57265854, + "download_count": 11211, + "created_at": "2019-09-16T22:51:30Z", + "updated_at": "2019-09-16T22:51:49Z", + "browser_download_url": "https://github.com/ahkohd/switch-desktop/releases/download/v1.0.23/Switch-Setup-1.0.23.exe" }, { - "url": "https://api.github.com/repos/sunabozu/subordination/releases/assets/1896329", - "id": 1896329, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE4OTYzMjk=", - "name": "subordination-Setup-0.1.3.exe", + "url": "https://api.github.com/repos/ahkohd/switch-desktop/releases/assets/14954713", + "id": 14954713, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0OTU0NzEz", + "name": "Switch-Setup-1.0.23.exe.blockmap", "label": "", "uploader": { - "login": "sunabozu", - "id": 135717, - "node_id": "MDQ6VXNlcjEzNTcxNw==", - "avatar_url": "https://avatars3.githubusercontent.com/u/135717?v=4", + "login": "ahkohd", + "id": 13041443, + "node_id": "MDQ6VXNlcjEzMDQxNDQz", + "avatar_url": "https://avatars1.githubusercontent.com/u/13041443?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/sunabozu", - "html_url": "https://github.com/sunabozu", - "followers_url": "https://api.github.com/users/sunabozu/followers", - "following_url": "https://api.github.com/users/sunabozu/following{/other_user}", - "gists_url": "https://api.github.com/users/sunabozu/gists{/gist_id}", - "starred_url": "https://api.github.com/users/sunabozu/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/sunabozu/subscriptions", - "organizations_url": "https://api.github.com/users/sunabozu/orgs", - "repos_url": "https://api.github.com/users/sunabozu/repos", - "events_url": "https://api.github.com/users/sunabozu/events{/privacy}", - "received_events_url": "https://api.github.com/users/sunabozu/received_events", + "url": "https://api.github.com/users/ahkohd", + "html_url": "https://github.com/ahkohd", + "followers_url": "https://api.github.com/users/ahkohd/followers", + "following_url": "https://api.github.com/users/ahkohd/following{/other_user}", + "gists_url": "https://api.github.com/users/ahkohd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ahkohd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ahkohd/subscriptions", + "organizations_url": "https://api.github.com/users/ahkohd/orgs", + "repos_url": "https://api.github.com/users/ahkohd/repos", + "events_url": "https://api.github.com/users/ahkohd/events{/privacy}", + "received_events_url": "https://api.github.com/users/ahkohd/received_events", "type": "User", "site_admin": false }, - "content_type": "application/x-msdownload", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 55345152, - "download_count": 569, - "created_at": "2016-06-24T09:44:48Z", - "updated_at": "2016-06-24T09:45:35Z", - "browser_download_url": "https://github.com/sunabozu/subordination/releases/download/v0.1.3/subordination-Setup-0.1.3.exe" + "size": 60046, + "download_count": 50, + "created_at": "2019-09-16T22:51:30Z", + "updated_at": "2019-09-16T22:51:31Z", + "browser_download_url": "https://github.com/ahkohd/switch-desktop/releases/download/v1.0.23/Switch-Setup-1.0.23.exe.blockmap" } ], - "tarball_url": "https://api.github.com/repos/sunabozu/subordination/tarball/v0.1.3", - "zipball_url": "https://api.github.com/repos/sunabozu/subordination/zipball/v0.1.3", - "body_html": "

Significant performance improvements.

" + "tarball_url": "https://api.github.com/repos/ahkohd/switch-desktop/tarball/v1.0.23", + "zipball_url": "https://api.github.com/repos/ahkohd/switch-desktop/zipball/v1.0.23", + "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:51.752Z" - }, - "sunder": { - "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:51.762Z" - }, - "subgenesis": { - "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:51.885Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:31.485Z" }, "super-productivity": { "latestRelease": { @@ -98425,7 +98740,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 79893829, - "download_count": 138, + "download_count": 139, "created_at": "2020-08-28T17:53:00Z", "updated_at": "2020-08-28T17:53:19Z", "browser_download_url": "https://github.com/johannesjo/super-productivity/releases/download/v5.6.5/superProductivity-5.6.5-mac.zip" @@ -98459,7 +98774,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 82904763, - "download_count": 52, + "download_count": 54, "created_at": "2020-08-28T17:27:10Z", "updated_at": "2020-08-28T17:27:12Z", "browser_download_url": "https://github.com/johannesjo/super-productivity/releases/download/v5.6.5/superProductivity-5.6.5.AppImage" @@ -98561,7 +98876,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 50348160, - "download_count": 89, + "download_count": 91, "created_at": "2020-08-28T17:29:45Z", "updated_at": "2020-08-28T17:29:48Z", "browser_download_url": "https://github.com/johannesjo/super-productivity/releases/download/v5.6.5/superProductivity-5.6.5.exe" @@ -98595,7 +98910,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 50513282, - "download_count": 150, + "download_count": 152, "created_at": "2020-08-28T17:29:57Z", "updated_at": "2020-08-28T17:29:58Z", "browser_download_url": "https://github.com/johannesjo/super-productivity/releases/download/v5.6.5/superProductivity-Setup-5.6.5.exe" @@ -98642,387 +98957,72 @@ "label": "", "uploader": { "login": "johannesjo", - "id": 1456265, - "node_id": "MDQ6VXNlcjE0NTYyNjU=", - "avatar_url": "https://avatars1.githubusercontent.com/u/1456265?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/johannesjo", - "html_url": "https://github.com/johannesjo", - "followers_url": "https://api.github.com/users/johannesjo/followers", - "following_url": "https://api.github.com/users/johannesjo/following{/other_user}", - "gists_url": "https://api.github.com/users/johannesjo/gists{/gist_id}", - "starred_url": "https://api.github.com/users/johannesjo/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/johannesjo/subscriptions", - "organizations_url": "https://api.github.com/users/johannesjo/orgs", - "repos_url": "https://api.github.com/users/johannesjo/repos", - "events_url": "https://api.github.com/users/johannesjo/events{/privacy}", - "received_events_url": "https://api.github.com/users/johannesjo/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 57154208, - "download_count": 82, - "created_at": "2020-08-28T17:30:43Z", - "updated_at": "2020-08-28T17:30:45Z", - "browser_download_url": "https://github.com/johannesjo/super-productivity/releases/download/v5.6.5/superProductivity_5.6.5_amd64.deb" - }, - { - "url": "https://api.github.com/repos/johannesjo/super-productivity/releases/assets/24418415", - "id": 24418415, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI0NDE4NDE1", - "name": "superProductivity_5.6.5_amd64.snap", - "label": "", - "uploader": { - "login": "johannesjo", - "id": 1456265, - "node_id": "MDQ6VXNlcjE0NTYyNjU=", - "avatar_url": "https://avatars1.githubusercontent.com/u/1456265?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/johannesjo", - "html_url": "https://github.com/johannesjo", - "followers_url": "https://api.github.com/users/johannesjo/followers", - "following_url": "https://api.github.com/users/johannesjo/following{/other_user}", - "gists_url": "https://api.github.com/users/johannesjo/gists{/gist_id}", - "starred_url": "https://api.github.com/users/johannesjo/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/johannesjo/subscriptions", - "organizations_url": "https://api.github.com/users/johannesjo/orgs", - "repos_url": "https://api.github.com/users/johannesjo/repos", - "events_url": "https://api.github.com/users/johannesjo/events{/privacy}", - "received_events_url": "https://api.github.com/users/johannesjo/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 69804032, - "download_count": 11, - "created_at": "2020-08-28T17:28:07Z", - "updated_at": "2020-08-28T17:28:09Z", - "browser_download_url": "https://github.com/johannesjo/super-productivity/releases/download/v5.6.5/superProductivity_5.6.5_amd64.snap" - } - ], - "tarball_url": "https://api.github.com/repos/johannesjo/super-productivity/tarball/v5.6.5", - "zipball_url": "https://api.github.com/repos/johannesjo/super-productivity/zipball/v5.6.5", - "body_html": "

Window Version: Download from Microsoft Store

\n

Linux: sudo snap install superproductivity

\n

--Changelog--

" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:51.955Z" - }, - "switch": { - "latestRelease": { - "url": "https://api.github.com/repos/ahkohd/switch-desktop/releases/20030453", - "assets_url": "https://api.github.com/repos/ahkohd/switch-desktop/releases/20030453/assets", - "upload_url": "https://uploads.github.com/repos/ahkohd/switch-desktop/releases/20030453/assets{?name,label}", - "html_url": "https://github.com/ahkohd/switch-desktop/releases/tag/v1.0.23", - "id": 20030453, - "node_id": "MDc6UmVsZWFzZTIwMDMwNDUz", - "tag_name": "v1.0.23", - "target_commitish": "master", - "name": "1.0.23", - "draft": false, - "author": { - "login": "ahkohd", - "id": 13041443, - "node_id": "MDQ6VXNlcjEzMDQxNDQz", - "avatar_url": "https://avatars1.githubusercontent.com/u/13041443?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/ahkohd", - "html_url": "https://github.com/ahkohd", - "followers_url": "https://api.github.com/users/ahkohd/followers", - "following_url": "https://api.github.com/users/ahkohd/following{/other_user}", - "gists_url": "https://api.github.com/users/ahkohd/gists{/gist_id}", - "starred_url": "https://api.github.com/users/ahkohd/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/ahkohd/subscriptions", - "organizations_url": "https://api.github.com/users/ahkohd/orgs", - "repos_url": "https://api.github.com/users/ahkohd/repos", - "events_url": "https://api.github.com/users/ahkohd/events{/privacy}", - "received_events_url": "https://api.github.com/users/ahkohd/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2019-09-16T22:48:42Z", - "published_at": "2019-09-16T22:58:22Z", - "assets": [ - { - "url": "https://api.github.com/repos/ahkohd/switch-desktop/releases/assets/14954726", - "id": 14954726, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0OTU0NzI2", - "name": "latest-mac.yml", - "label": "", - "uploader": { - "login": "ahkohd", - "id": 13041443, - "node_id": "MDQ6VXNlcjEzMDQxNDQz", - "avatar_url": "https://avatars1.githubusercontent.com/u/13041443?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/ahkohd", - "html_url": "https://github.com/ahkohd", - "followers_url": "https://api.github.com/users/ahkohd/followers", - "following_url": "https://api.github.com/users/ahkohd/following{/other_user}", - "gists_url": "https://api.github.com/users/ahkohd/gists{/gist_id}", - "starred_url": "https://api.github.com/users/ahkohd/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/ahkohd/subscriptions", - "organizations_url": "https://api.github.com/users/ahkohd/orgs", - "repos_url": "https://api.github.com/users/ahkohd/repos", - "events_url": "https://api.github.com/users/ahkohd/events{/privacy}", - "received_events_url": "https://api.github.com/users/ahkohd/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "text/yaml", - "state": "uploaded", - "size": 510, - "download_count": 54, - "created_at": "2019-09-16T22:54:01Z", - "updated_at": "2019-09-16T22:54:01Z", - "browser_download_url": "https://github.com/ahkohd/switch-desktop/releases/download/v1.0.23/latest-mac.yml" - }, - { - "url": "https://api.github.com/repos/ahkohd/switch-desktop/releases/assets/14954717", - "id": 14954717, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0OTU0NzE3", - "name": "latest.yml", - "label": "", - "uploader": { - "login": "ahkohd", - "id": 13041443, - "node_id": "MDQ6VXNlcjEzMDQxNDQz", - "avatar_url": "https://avatars1.githubusercontent.com/u/13041443?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/ahkohd", - "html_url": "https://github.com/ahkohd", - "followers_url": "https://api.github.com/users/ahkohd/followers", - "following_url": "https://api.github.com/users/ahkohd/following{/other_user}", - "gists_url": "https://api.github.com/users/ahkohd/gists{/gist_id}", - "starred_url": "https://api.github.com/users/ahkohd/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/ahkohd/subscriptions", - "organizations_url": "https://api.github.com/users/ahkohd/orgs", - "repos_url": "https://api.github.com/users/ahkohd/repos", - "events_url": "https://api.github.com/users/ahkohd/events{/privacy}", - "received_events_url": "https://api.github.com/users/ahkohd/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "text/yaml", - "state": "uploaded", - "size": 343, - "download_count": 53, - "created_at": "2019-09-16T22:51:49Z", - "updated_at": "2019-09-16T22:51:49Z", - "browser_download_url": "https://github.com/ahkohd/switch-desktop/releases/download/v1.0.23/latest.yml" - }, - { - "url": "https://api.github.com/repos/ahkohd/switch-desktop/releases/assets/14954725", - "id": 14954725, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0OTU0NzI1", - "name": "Switch-1.0.23-mac.zip", - "label": "", - "uploader": { - "login": "ahkohd", - "id": 13041443, - "node_id": "MDQ6VXNlcjEzMDQxNDQz", - "avatar_url": "https://avatars1.githubusercontent.com/u/13041443?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/ahkohd", - "html_url": "https://github.com/ahkohd", - "followers_url": "https://api.github.com/users/ahkohd/followers", - "following_url": "https://api.github.com/users/ahkohd/following{/other_user}", - "gists_url": "https://api.github.com/users/ahkohd/gists{/gist_id}", - "starred_url": "https://api.github.com/users/ahkohd/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/ahkohd/subscriptions", - "organizations_url": "https://api.github.com/users/ahkohd/orgs", - "repos_url": "https://api.github.com/users/ahkohd/repos", - "events_url": "https://api.github.com/users/ahkohd/events{/privacy}", - "received_events_url": "https://api.github.com/users/ahkohd/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 79746703, - "download_count": 107, - "created_at": "2019-09-16T22:53:58Z", - "updated_at": "2019-09-16T22:54:00Z", - "browser_download_url": "https://github.com/ahkohd/switch-desktop/releases/download/v1.0.23/Switch-1.0.23-mac.zip" - }, - { - "url": "https://api.github.com/repos/ahkohd/switch-desktop/releases/assets/14954711", - "id": 14954711, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0OTU0NzEx", - "name": "Switch-1.0.23-win.zip", - "label": "", - "uploader": { - "login": "ahkohd", - "id": 13041443, - "node_id": "MDQ6VXNlcjEzMDQxNDQz", - "avatar_url": "https://avatars1.githubusercontent.com/u/13041443?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/ahkohd", - "html_url": "https://github.com/ahkohd", - "followers_url": "https://api.github.com/users/ahkohd/followers", - "following_url": "https://api.github.com/users/ahkohd/following{/other_user}", - "gists_url": "https://api.github.com/users/ahkohd/gists{/gist_id}", - "starred_url": "https://api.github.com/users/ahkohd/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/ahkohd/subscriptions", - "organizations_url": "https://api.github.com/users/ahkohd/orgs", - "repos_url": "https://api.github.com/users/ahkohd/repos", - "events_url": "https://api.github.com/users/ahkohd/events{/privacy}", - "received_events_url": "https://api.github.com/users/ahkohd/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 78975877, - "download_count": 612, - "created_at": "2019-09-16T22:51:21Z", - "updated_at": "2019-09-16T22:51:24Z", - "browser_download_url": "https://github.com/ahkohd/switch-desktop/releases/download/v1.0.23/Switch-1.0.23-win.zip" - }, - { - "url": "https://api.github.com/repos/ahkohd/switch-desktop/releases/assets/14954724", - "id": 14954724, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0OTU0NzI0", - "name": "Switch-1.0.23.dmg", - "label": "", - "uploader": { - "login": "ahkohd", - "id": 13041443, - "node_id": "MDQ6VXNlcjEzMDQxNDQz", - "avatar_url": "https://avatars1.githubusercontent.com/u/13041443?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/ahkohd", - "html_url": "https://github.com/ahkohd", - "followers_url": "https://api.github.com/users/ahkohd/followers", - "following_url": "https://api.github.com/users/ahkohd/following{/other_user}", - "gists_url": "https://api.github.com/users/ahkohd/gists{/gist_id}", - "starred_url": "https://api.github.com/users/ahkohd/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/ahkohd/subscriptions", - "organizations_url": "https://api.github.com/users/ahkohd/orgs", - "repos_url": "https://api.github.com/users/ahkohd/repos", - "events_url": "https://api.github.com/users/ahkohd/events{/privacy}", - "received_events_url": "https://api.github.com/users/ahkohd/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 82902862, - "download_count": 124, - "created_at": "2019-09-16T22:53:54Z", - "updated_at": "2019-09-16T22:53:56Z", - "browser_download_url": "https://github.com/ahkohd/switch-desktop/releases/download/v1.0.23/Switch-1.0.23.dmg" - }, - { - "url": "https://api.github.com/repos/ahkohd/switch-desktop/releases/assets/14954723", - "id": 14954723, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0OTU0NzIz", - "name": "Switch-1.0.23.dmg.blockmap", - "label": "", - "uploader": { - "login": "ahkohd", - "id": 13041443, - "node_id": "MDQ6VXNlcjEzMDQxNDQz", - "avatar_url": "https://avatars1.githubusercontent.com/u/13041443?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/ahkohd", - "html_url": "https://github.com/ahkohd", - "followers_url": "https://api.github.com/users/ahkohd/followers", - "following_url": "https://api.github.com/users/ahkohd/following{/other_user}", - "gists_url": "https://api.github.com/users/ahkohd/gists{/gist_id}", - "starred_url": "https://api.github.com/users/ahkohd/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/ahkohd/subscriptions", - "organizations_url": "https://api.github.com/users/ahkohd/orgs", - "repos_url": "https://api.github.com/users/ahkohd/repos", - "events_url": "https://api.github.com/users/ahkohd/events{/privacy}", - "received_events_url": "https://api.github.com/users/ahkohd/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 88059, - "download_count": 43, - "created_at": "2019-09-16T22:53:54Z", - "updated_at": "2019-09-16T22:53:54Z", - "browser_download_url": "https://github.com/ahkohd/switch-desktop/releases/download/v1.0.23/Switch-1.0.23.dmg.blockmap" - }, - { - "url": "https://api.github.com/repos/ahkohd/switch-desktop/releases/assets/14954714", - "id": 14954714, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0OTU0NzE0", - "name": "Switch-Setup-1.0.23.exe", - "label": "", - "uploader": { - "login": "ahkohd", - "id": 13041443, - "node_id": "MDQ6VXNlcjEzMDQxNDQz", - "avatar_url": "https://avatars1.githubusercontent.com/u/13041443?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/ahkohd", - "html_url": "https://github.com/ahkohd", - "followers_url": "https://api.github.com/users/ahkohd/followers", - "following_url": "https://api.github.com/users/ahkohd/following{/other_user}", - "gists_url": "https://api.github.com/users/ahkohd/gists{/gist_id}", - "starred_url": "https://api.github.com/users/ahkohd/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/ahkohd/subscriptions", - "organizations_url": "https://api.github.com/users/ahkohd/orgs", - "repos_url": "https://api.github.com/users/ahkohd/repos", - "events_url": "https://api.github.com/users/ahkohd/events{/privacy}", - "received_events_url": "https://api.github.com/users/ahkohd/received_events", + "id": 1456265, + "node_id": "MDQ6VXNlcjE0NTYyNjU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1456265?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/johannesjo", + "html_url": "https://github.com/johannesjo", + "followers_url": "https://api.github.com/users/johannesjo/followers", + "following_url": "https://api.github.com/users/johannesjo/following{/other_user}", + "gists_url": "https://api.github.com/users/johannesjo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/johannesjo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/johannesjo/subscriptions", + "organizations_url": "https://api.github.com/users/johannesjo/orgs", + "repos_url": "https://api.github.com/users/johannesjo/repos", + "events_url": "https://api.github.com/users/johannesjo/events{/privacy}", + "received_events_url": "https://api.github.com/users/johannesjo/received_events", "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 57265854, - "download_count": 11211, - "created_at": "2019-09-16T22:51:30Z", - "updated_at": "2019-09-16T22:51:49Z", - "browser_download_url": "https://github.com/ahkohd/switch-desktop/releases/download/v1.0.23/Switch-Setup-1.0.23.exe" + "size": 57154208, + "download_count": 82, + "created_at": "2020-08-28T17:30:43Z", + "updated_at": "2020-08-28T17:30:45Z", + "browser_download_url": "https://github.com/johannesjo/super-productivity/releases/download/v5.6.5/superProductivity_5.6.5_amd64.deb" }, { - "url": "https://api.github.com/repos/ahkohd/switch-desktop/releases/assets/14954713", - "id": 14954713, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0OTU0NzEz", - "name": "Switch-Setup-1.0.23.exe.blockmap", + "url": "https://api.github.com/repos/johannesjo/super-productivity/releases/assets/24418415", + "id": 24418415, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI0NDE4NDE1", + "name": "superProductivity_5.6.5_amd64.snap", "label": "", "uploader": { - "login": "ahkohd", - "id": 13041443, - "node_id": "MDQ6VXNlcjEzMDQxNDQz", - "avatar_url": "https://avatars1.githubusercontent.com/u/13041443?v=4", + "login": "johannesjo", + "id": 1456265, + "node_id": "MDQ6VXNlcjE0NTYyNjU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1456265?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/ahkohd", - "html_url": "https://github.com/ahkohd", - "followers_url": "https://api.github.com/users/ahkohd/followers", - "following_url": "https://api.github.com/users/ahkohd/following{/other_user}", - "gists_url": "https://api.github.com/users/ahkohd/gists{/gist_id}", - "starred_url": "https://api.github.com/users/ahkohd/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/ahkohd/subscriptions", - "organizations_url": "https://api.github.com/users/ahkohd/orgs", - "repos_url": "https://api.github.com/users/ahkohd/repos", - "events_url": "https://api.github.com/users/ahkohd/events{/privacy}", - "received_events_url": "https://api.github.com/users/ahkohd/received_events", + "url": "https://api.github.com/users/johannesjo", + "html_url": "https://github.com/johannesjo", + "followers_url": "https://api.github.com/users/johannesjo/followers", + "following_url": "https://api.github.com/users/johannesjo/following{/other_user}", + "gists_url": "https://api.github.com/users/johannesjo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/johannesjo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/johannesjo/subscriptions", + "organizations_url": "https://api.github.com/users/johannesjo/orgs", + "repos_url": "https://api.github.com/users/johannesjo/repos", + "events_url": "https://api.github.com/users/johannesjo/events{/privacy}", + "received_events_url": "https://api.github.com/users/johannesjo/received_events", "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 60046, - "download_count": 50, - "created_at": "2019-09-16T22:51:30Z", - "updated_at": "2019-09-16T22:51:31Z", - "browser_download_url": "https://github.com/ahkohd/switch-desktop/releases/download/v1.0.23/Switch-Setup-1.0.23.exe.blockmap" + "size": 69804032, + "download_count": 11, + "created_at": "2020-08-28T17:28:07Z", + "updated_at": "2020-08-28T17:28:09Z", + "browser_download_url": "https://github.com/johannesjo/super-productivity/releases/download/v5.6.5/superProductivity_5.6.5_amd64.snap" } ], - "tarball_url": "https://api.github.com/repos/ahkohd/switch-desktop/tarball/v1.0.23", - "zipball_url": "https://api.github.com/repos/ahkohd/switch-desktop/zipball/v1.0.23", - "body_html": "" + "tarball_url": "https://api.github.com/repos/johannesjo/super-productivity/tarball/v5.6.5", + "zipball_url": "https://api.github.com/repos/johannesjo/super-productivity/zipball/v5.6.5", + "body_html": "

Window Version: Download from Microsoft Store

\n

Linux: sudo snap install superproductivity

\n

--Changelog--

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:52.129Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:31.486Z" }, "switchhosts": { "latestRelease": { @@ -99089,7 +99089,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 72421150, - "download_count": 7607, + "download_count": 7608, "created_at": "2020-01-14T10:37:55Z", "updated_at": "2020-01-14T10:38:21Z", "browser_download_url": "https://github.com/oldj/SwitchHosts/releases/download/v3.5.4/SwitchHosts._linux_x64_3.5.4.5517.zip" @@ -99123,7 +99123,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 76433154, - "download_count": 2561, + "download_count": 2562, "created_at": "2020-01-14T10:37:55Z", "updated_at": "2020-01-14T10:39:02Z", "browser_download_url": "https://github.com/oldj/SwitchHosts/releases/download/v3.5.4/SwitchHosts._linux_x86_64_3.5.4.5517.AppImage" @@ -99157,7 +99157,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 70178051, - "download_count": 52347, + "download_count": 52396, "created_at": "2020-01-14T10:37:56Z", "updated_at": "2020-01-14T10:39:21Z", "browser_download_url": "https://github.com/oldj/SwitchHosts/releases/download/v3.5.4/SwitchHosts._macOS_3.5.4.5517.dmg" @@ -99191,7 +99191,7 @@ "content_type": "application/x-msdownload", "state": "uploaded", "size": 93638686, - "download_count": 68506, + "download_count": 68564, "created_at": "2020-01-14T10:37:56Z", "updated_at": "2020-01-14T10:39:50Z", "browser_download_url": "https://github.com/oldj/SwitchHosts/releases/download/v3.5.4/SwitchHosts._windows_installer_3.5.4.5517.exe" @@ -99225,7 +99225,7 @@ "content_type": "application/x-msdownload", "state": "uploaded", "size": 43489015, - "download_count": 25520, + "download_count": 25545, "created_at": "2020-01-14T10:37:56Z", "updated_at": "2020-01-14T10:40:10Z", "browser_download_url": "https://github.com/oldj/SwitchHosts/releases/download/v3.5.4/SwitchHosts._windows_portable_3.5.4.5517.exe" @@ -99235,49 +99235,7 @@ "zipball_url": "https://api.github.com/repos/oldj/SwitchHosts/zipball/v3.5.4", "body_html": "\n
\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:52.251Z" - }, - "symphony": { - "latestRelease": { - "url": "https://api.github.com/repos/symphonyoss/SymphonyElectron/releases/28989315", - "assets_url": "https://api.github.com/repos/symphonyoss/SymphonyElectron/releases/28989315/assets", - "upload_url": "https://uploads.github.com/repos/symphonyoss/SymphonyElectron/releases/28989315/assets{?name,label}", - "html_url": "https://github.com/symphonyoss/SymphonyElectron/releases/tag/v9.0.2", - "id": 28989315, - "node_id": "MDc6UmVsZWFzZTI4OTg5MzE1", - "tag_name": "v9.0.2", - "target_commitish": "9.0.x", - "name": "v9.0.2 🌈", - "draft": false, - "author": { - "login": "release-drafter[bot]", - "id": 40829082, - "node_id": "MDM6Qm90NDA4MjkwODI=", - "avatar_url": "https://avatars3.githubusercontent.com/in/14356?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/release-drafter%5Bbot%5D", - "html_url": "https://github.com/apps/release-drafter", - "followers_url": "https://api.github.com/users/release-drafter%5Bbot%5D/followers", - "following_url": "https://api.github.com/users/release-drafter%5Bbot%5D/following{/other_user}", - "gists_url": "https://api.github.com/users/release-drafter%5Bbot%5D/gists{/gist_id}", - "starred_url": "https://api.github.com/users/release-drafter%5Bbot%5D/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/release-drafter%5Bbot%5D/subscriptions", - "organizations_url": "https://api.github.com/users/release-drafter%5Bbot%5D/orgs", - "repos_url": "https://api.github.com/users/release-drafter%5Bbot%5D/repos", - "events_url": "https://api.github.com/users/release-drafter%5Bbot%5D/events{/privacy}", - "received_events_url": "https://api.github.com/users/release-drafter%5Bbot%5D/received_events", - "type": "Bot", - "site_admin": false - }, - "prerelease": false, - "created_at": "2020-08-03T11:25:42Z", - "published_at": "2020-08-04T16:29:09Z", - "assets": [], - "tarball_url": "https://api.github.com/repos/symphonyoss/SymphonyElectron/tarball/v9.0.2", - "zipball_url": "https://api.github.com/repos/symphonyoss/SymphonyElectron/zipball/v9.0.2", - "body_html": "

Changes

\n" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:52.287Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:31.490Z" }, "swifty": { "latestRelease": { @@ -99344,7 +99302,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 362, - "download_count": 0, + "download_count": 1, "created_at": "2020-09-17T07:08:07Z", "updated_at": "2020-09-17T07:08:07Z", "browser_download_url": "https://github.com/swiftyapp/swifty/releases/download/v0.5.4/latest-linux.yml" @@ -99378,7 +99336,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 506, - "download_count": 0, + "download_count": 5, "created_at": "2020-09-17T07:02:26Z", "updated_at": "2020-09-17T07:02:26Z", "browser_download_url": "https://github.com/swiftyapp/swifty/releases/download/v0.5.4/latest-mac.yml" @@ -99412,7 +99370,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 340, - "download_count": 5, + "download_count": 12, "created_at": "2020-09-17T07:12:38Z", "updated_at": "2020-09-17T07:12:38Z", "browser_download_url": "https://github.com/swiftyapp/swifty/releases/download/v0.5.4/latest.yml" @@ -99446,7 +99404,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 72729157, - "download_count": 0, + "download_count": 5, "created_at": "2020-09-17T07:01:46Z", "updated_at": "2020-09-17T07:02:25Z", "browser_download_url": "https://github.com/swiftyapp/swifty/releases/download/v0.5.4/Swifty-0.5.4-mac.zip" @@ -99480,7 +99438,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 75387655, - "download_count": 0, + "download_count": 1, "created_at": "2020-09-17T07:04:55Z", "updated_at": "2020-09-17T07:05:39Z", "browser_download_url": "https://github.com/swiftyapp/swifty/releases/download/v0.5.4/Swifty-0.5.4.AppImage" @@ -99514,7 +99472,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 75268007, - "download_count": 0, + "download_count": 6, "created_at": "2020-09-17T07:01:29Z", "updated_at": "2020-09-17T07:02:08Z", "browser_download_url": "https://github.com/swiftyapp/swifty/releases/download/v0.5.4/Swifty-0.5.4.dmg" @@ -99548,7 +99506,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 79711, - "download_count": 0, + "download_count": 1, "created_at": "2020-09-17T07:01:29Z", "updated_at": "2020-09-17T07:01:29Z", "browser_download_url": "https://github.com/swiftyapp/swifty/releases/download/v0.5.4/Swifty-0.5.4.dmg.blockmap" @@ -99582,7 +99540,7 @@ "content_type": "application/x-redhat-package-manager", "state": "uploaded", "size": 52110048, - "download_count": 0, + "download_count": 1, "created_at": "2020-09-17T07:07:44Z", "updated_at": "2020-09-17T07:08:07Z", "browser_download_url": "https://github.com/swiftyapp/swifty/releases/download/v0.5.4/Swifty-0.5.4.x86_64.rpm" @@ -99616,7 +99574,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 50600999, - "download_count": 5, + "download_count": 11, "created_at": "2020-09-17T07:12:17Z", "updated_at": "2020-09-17T07:12:38Z", "browser_download_url": "https://github.com/swiftyapp/swifty/releases/download/v0.5.4/Swifty-Setup-0.5.4.exe" @@ -99650,7 +99608,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 53363, - "download_count": 2, + "download_count": 6, "created_at": "2020-09-17T07:12:17Z", "updated_at": "2020-09-17T07:12:17Z", "browser_download_url": "https://github.com/swiftyapp/swifty/releases/download/v0.5.4/Swifty-Setup-0.5.4.exe.blockmap" @@ -99684,7 +99642,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 52909864, - "download_count": 1, + "download_count": 2, "created_at": "2020-09-17T07:05:58Z", "updated_at": "2020-09-17T07:06:24Z", "browser_download_url": "https://github.com/swiftyapp/swifty/releases/download/v0.5.4/Swifty_0.5.4_amd64.deb" @@ -99694,7 +99652,7 @@ "zipball_url": "https://api.github.com/repos/swiftyapp/swifty/zipball/v0.5.4", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:52.464Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:31.567Z" }, "syng": { "latestRelease": { @@ -99771,7 +99729,7 @@ "zipball_url": "https://api.github.com/repos/sotch-pr35mac/syng/zipball/v1.4.0", "body_html": "

v1.4.0 includes some visual changes and a few addition. The changelog for this version is as follows:

\n

Added

\n\n

Changed

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:52.480Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:31.581Z" }, "system-designer": { "latestRelease": { @@ -99813,7 +99771,49 @@ "zipball_url": "https://api.github.com/repos/design-first/system-designer/zipball/4.5.0", "body_html": "

Changelogs:

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:52.598Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:31.597Z" + }, + "symphony": { + "latestRelease": { + "url": "https://api.github.com/repos/symphonyoss/SymphonyElectron/releases/28989315", + "assets_url": "https://api.github.com/repos/symphonyoss/SymphonyElectron/releases/28989315/assets", + "upload_url": "https://uploads.github.com/repos/symphonyoss/SymphonyElectron/releases/28989315/assets{?name,label}", + "html_url": "https://github.com/symphonyoss/SymphonyElectron/releases/tag/v9.0.2", + "id": 28989315, + "node_id": "MDc6UmVsZWFzZTI4OTg5MzE1", + "tag_name": "v9.0.2", + "target_commitish": "9.0.x", + "name": "v9.0.2 🌈", + "draft": false, + "author": { + "login": "release-drafter[bot]", + "id": 40829082, + "node_id": "MDM6Qm90NDA4MjkwODI=", + "avatar_url": "https://avatars3.githubusercontent.com/in/14356?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/release-drafter%5Bbot%5D", + "html_url": "https://github.com/apps/release-drafter", + "followers_url": "https://api.github.com/users/release-drafter%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/release-drafter%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/release-drafter%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/release-drafter%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/release-drafter%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/release-drafter%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/release-drafter%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/release-drafter%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/release-drafter%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "prerelease": false, + "created_at": "2020-08-03T11:25:42Z", + "published_at": "2020-08-04T16:29:09Z", + "assets": [], + "tarball_url": "https://api.github.com/repos/symphonyoss/SymphonyElectron/tarball/v9.0.2", + "zipball_url": "https://api.github.com/repos/symphonyoss/SymphonyElectron/zipball/v9.0.2", + "body_html": "

Changes

\n" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:31.616Z" }, "tabby": { "latestRelease": { @@ -99870,355 +99870,27 @@ "gists_url": "https://api.github.com/users/natixco/gists{/gist_id}", "starred_url": "https://api.github.com/users/natixco/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/natixco/subscriptions", - "organizations_url": "https://api.github.com/users/natixco/orgs", - "repos_url": "https://api.github.com/users/natixco/repos", - "events_url": "https://api.github.com/users/natixco/events{/privacy}", - "received_events_url": "https://api.github.com/users/natixco/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-msdownload", - "state": "uploaded", - "size": 47774000, - "download_count": 35, - "created_at": "2020-09-03T17:59:39Z", - "updated_at": "2020-09-03T18:01:59Z", - "browser_download_url": "https://github.com/natixco/tabby/releases/download/v1.3.4/tabby.Setup.1.3.4.exe" - } - ], - "tarball_url": "https://api.github.com/repos/natixco/tabby/tarball/v1.3.4", - "zipball_url": "https://api.github.com/repos/natixco/tabby/zipball/v1.3.4", - "body_html": "

Some language fixes in russian and Ukrainian translations

" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:52.633Z" - }, - "taskview": { - "latestRelease": { - "url": "https://api.github.com/repos/Gimanh/handscream/releases/28419456", - "assets_url": "https://api.github.com/repos/Gimanh/handscream/releases/28419456/assets", - "upload_url": "https://uploads.github.com/repos/Gimanh/handscream/releases/28419456/assets{?name,label}", - "html_url": "https://github.com/Gimanh/handscream/releases/tag/v1.11.0", - "id": 28419456, - "node_id": "MDc6UmVsZWFzZTI4NDE5NDU2", - "tag_name": "v1.11.0", - "target_commitish": "master", - "name": "Version 1.11.0", - "draft": false, - "author": { - "login": "Gimanh", - "id": 10837815, - "node_id": "MDQ6VXNlcjEwODM3ODE1", - "avatar_url": "https://avatars1.githubusercontent.com/u/10837815?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Gimanh", - "html_url": "https://github.com/Gimanh", - "followers_url": "https://api.github.com/users/Gimanh/followers", - "following_url": "https://api.github.com/users/Gimanh/following{/other_user}", - "gists_url": "https://api.github.com/users/Gimanh/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Gimanh/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Gimanh/subscriptions", - "organizations_url": "https://api.github.com/users/Gimanh/orgs", - "repos_url": "https://api.github.com/users/Gimanh/repos", - "events_url": "https://api.github.com/users/Gimanh/events{/privacy}", - "received_events_url": "https://api.github.com/users/Gimanh/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2020-06-04T20:56:33Z", - "published_at": "2020-07-09T21:13:30Z", - "assets": [ - { - "url": "https://api.github.com/repos/Gimanh/handscream/releases/assets/22734264", - "id": 22734264, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNzM0MjY0", - "name": "TaskView-1.11.0.Mac.dmg", - "label": null, - "uploader": { - "login": "Gimanh", - "id": 10837815, - "node_id": "MDQ6VXNlcjEwODM3ODE1", - "avatar_url": "https://avatars1.githubusercontent.com/u/10837815?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Gimanh", - "html_url": "https://github.com/Gimanh", - "followers_url": "https://api.github.com/users/Gimanh/followers", - "following_url": "https://api.github.com/users/Gimanh/following{/other_user}", - "gists_url": "https://api.github.com/users/Gimanh/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Gimanh/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Gimanh/subscriptions", - "organizations_url": "https://api.github.com/users/Gimanh/orgs", - "repos_url": "https://api.github.com/users/Gimanh/repos", - "events_url": "https://api.github.com/users/Gimanh/events{/privacy}", - "received_events_url": "https://api.github.com/users/Gimanh/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-diskcopy", - "state": "uploaded", - "size": 75059672, - "download_count": 76, - "created_at": "2020-07-09T21:10:22Z", - "updated_at": "2020-07-09T21:10:43Z", - "browser_download_url": "https://github.com/Gimanh/handscream/releases/download/v1.11.0/TaskView-1.11.0.Mac.dmg" - }, - { - "url": "https://api.github.com/repos/Gimanh/handscream/releases/assets/22734267", - "id": 22734267, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNzM0MjY3", - "name": "TaskView-1.11.0.Ubuntu.AppImage", - "label": null, - "uploader": { - "login": "Gimanh", - "id": 10837815, - "node_id": "MDQ6VXNlcjEwODM3ODE1", - "avatar_url": "https://avatars1.githubusercontent.com/u/10837815?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Gimanh", - "html_url": "https://github.com/Gimanh", - "followers_url": "https://api.github.com/users/Gimanh/followers", - "following_url": "https://api.github.com/users/Gimanh/following{/other_user}", - "gists_url": "https://api.github.com/users/Gimanh/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Gimanh/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Gimanh/subscriptions", - "organizations_url": "https://api.github.com/users/Gimanh/orgs", - "repos_url": "https://api.github.com/users/Gimanh/repos", - "events_url": "https://api.github.com/users/Gimanh/events{/privacy}", - "received_events_url": "https://api.github.com/users/Gimanh/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 73718926, - "download_count": 23, - "created_at": "2020-07-09T21:10:43Z", - "updated_at": "2020-07-09T21:10:52Z", - "browser_download_url": "https://github.com/Gimanh/handscream/releases/download/v1.11.0/TaskView-1.11.0.Ubuntu.AppImage" - }, - { - "url": "https://api.github.com/repos/Gimanh/handscream/releases/assets/22734269", - "id": 22734269, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNzM0MjY5", - "name": "TaskView-1.11.0.Ubuntu.deb", - "label": null, - "uploader": { - "login": "Gimanh", - "id": 10837815, - "node_id": "MDQ6VXNlcjEwODM3ODE1", - "avatar_url": "https://avatars1.githubusercontent.com/u/10837815?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Gimanh", - "html_url": "https://github.com/Gimanh", - "followers_url": "https://api.github.com/users/Gimanh/followers", - "following_url": "https://api.github.com/users/Gimanh/following{/other_user}", - "gists_url": "https://api.github.com/users/Gimanh/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Gimanh/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Gimanh/subscriptions", - "organizations_url": "https://api.github.com/users/Gimanh/orgs", - "repos_url": "https://api.github.com/users/Gimanh/repos", - "events_url": "https://api.github.com/users/Gimanh/events{/privacy}", - "received_events_url": "https://api.github.com/users/Gimanh/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 50585492, - "download_count": 37, - "created_at": "2020-07-09T21:10:52Z", - "updated_at": "2020-07-09T21:10:58Z", - "browser_download_url": "https://github.com/Gimanh/handscream/releases/download/v1.11.0/TaskView-1.11.0.Ubuntu.deb" - }, - { - "url": "https://api.github.com/repos/Gimanh/handscream/releases/assets/22734273", - "id": 22734273, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNzM0Mjcz", - "name": "TaskView-1.11.0.Win.exe", - "label": null, - "uploader": { - "login": "Gimanh", - "id": 10837815, - "node_id": "MDQ6VXNlcjEwODM3ODE1", - "avatar_url": "https://avatars1.githubusercontent.com/u/10837815?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Gimanh", - "html_url": "https://github.com/Gimanh", - "followers_url": "https://api.github.com/users/Gimanh/followers", - "following_url": "https://api.github.com/users/Gimanh/following{/other_user}", - "gists_url": "https://api.github.com/users/Gimanh/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Gimanh/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Gimanh/subscriptions", - "organizations_url": "https://api.github.com/users/Gimanh/orgs", - "repos_url": "https://api.github.com/users/Gimanh/repos", - "events_url": "https://api.github.com/users/Gimanh/events{/privacy}", - "received_events_url": "https://api.github.com/users/Gimanh/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 54229887, - "download_count": 273, - "created_at": "2020-07-09T21:10:58Z", - "updated_at": "2020-07-09T21:11:06Z", - "browser_download_url": "https://github.com/Gimanh/handscream/releases/download/v1.11.0/TaskView-1.11.0.Win.exe" - } - ], - "tarball_url": "https://api.github.com/repos/Gimanh/handscream/tarball/v1.11.0", - "zipball_url": "https://api.github.com/repos/Gimanh/handscream/zipball/v1.11.0", - "body_html": "

Version 1.11.0

\n

Feature

\n
    \n
  1. Now you can record time which you spend on the task.
  2. \n
  3. In the task you can see time activity, when and how many time has been spend.
  4. \n
  5. Improved \"label\" section in task now you can edit label.
  6. \n
  7. The report section has been improved.
  8. \n
  9. Added the ability export planed tasks.
  10. \n
  11. Updated columns in report.
  12. \n
" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:52.879Z" - }, - "teamsql": { - "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:52.943Z" - }, - "tch-filector": { - "latestRelease": { - "url": "https://api.github.com/repos/tomaschyly/FileCtor/releases/29747442", - "assets_url": "https://api.github.com/repos/tomaschyly/FileCtor/releases/29747442/assets", - "upload_url": "https://uploads.github.com/repos/tomaschyly/FileCtor/releases/29747442/assets{?name,label}", - "html_url": "https://github.com/tomaschyly/FileCtor/releases/tag/v1.4.2", - "id": 29747442, - "node_id": "MDc6UmVsZWFzZTI5NzQ3NDQy", - "tag_name": "v1.4.2", - "target_commitish": "master", - "name": "Improvements & updates", - "draft": false, - "author": { - "login": "tomaschyly", - "id": 3993960, - "node_id": "MDQ6VXNlcjM5OTM5NjA=", - "avatar_url": "https://avatars2.githubusercontent.com/u/3993960?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/tomaschyly", - "html_url": "https://github.com/tomaschyly", - "followers_url": "https://api.github.com/users/tomaschyly/followers", - "following_url": "https://api.github.com/users/tomaschyly/following{/other_user}", - "gists_url": "https://api.github.com/users/tomaschyly/gists{/gist_id}", - "starred_url": "https://api.github.com/users/tomaschyly/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/tomaschyly/subscriptions", - "organizations_url": "https://api.github.com/users/tomaschyly/orgs", - "repos_url": "https://api.github.com/users/tomaschyly/repos", - "events_url": "https://api.github.com/users/tomaschyly/events{/privacy}", - "received_events_url": "https://api.github.com/users/tomaschyly/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2020-08-16T15:28:20Z", - "published_at": "2020-08-17T11:39:28Z", - "assets": [ - { - "url": "https://api.github.com/repos/tomaschyly/FileCtor/releases/assets/24000910", - "id": 24000910, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI0MDAwOTEw", - "name": "FileCtor-darwin-x64.zip", - "label": null, - "uploader": { - "login": "tomaschyly", - "id": 3993960, - "node_id": "MDQ6VXNlcjM5OTM5NjA=", - "avatar_url": "https://avatars2.githubusercontent.com/u/3993960?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/tomaschyly", - "html_url": "https://github.com/tomaschyly", - "followers_url": "https://api.github.com/users/tomaschyly/followers", - "following_url": "https://api.github.com/users/tomaschyly/following{/other_user}", - "gists_url": "https://api.github.com/users/tomaschyly/gists{/gist_id}", - "starred_url": "https://api.github.com/users/tomaschyly/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/tomaschyly/subscriptions", - "organizations_url": "https://api.github.com/users/tomaschyly/orgs", - "repos_url": "https://api.github.com/users/tomaschyly/repos", - "events_url": "https://api.github.com/users/tomaschyly/events{/privacy}", - "received_events_url": "https://api.github.com/users/tomaschyly/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-zip-compressed", - "state": "uploaded", - "size": 98236752, - "download_count": 1, - "created_at": "2020-08-17T10:14:15Z", - "updated_at": "2020-08-17T10:16:13Z", - "browser_download_url": "https://github.com/tomaschyly/FileCtor/releases/download/v1.4.2/FileCtor-darwin-x64.zip" - }, - { - "url": "https://api.github.com/repos/tomaschyly/FileCtor/releases/assets/23981151", - "id": 23981151, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzOTgxMTUx", - "name": "FileCtor-deb-x64.zip", - "label": null, - "uploader": { - "login": "tomaschyly", - "id": 3993960, - "node_id": "MDQ6VXNlcjM5OTM5NjA=", - "avatar_url": "https://avatars2.githubusercontent.com/u/3993960?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/tomaschyly", - "html_url": "https://github.com/tomaschyly", - "followers_url": "https://api.github.com/users/tomaschyly/followers", - "following_url": "https://api.github.com/users/tomaschyly/following{/other_user}", - "gists_url": "https://api.github.com/users/tomaschyly/gists{/gist_id}", - "starred_url": "https://api.github.com/users/tomaschyly/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/tomaschyly/subscriptions", - "organizations_url": "https://api.github.com/users/tomaschyly/orgs", - "repos_url": "https://api.github.com/users/tomaschyly/repos", - "events_url": "https://api.github.com/users/tomaschyly/events{/privacy}", - "received_events_url": "https://api.github.com/users/tomaschyly/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 70446102, - "download_count": 0, - "created_at": "2020-08-16T15:32:57Z", - "updated_at": "2020-08-16T15:34:10Z", - "browser_download_url": "https://github.com/tomaschyly/FileCtor/releases/download/v1.4.2/FileCtor-deb-x64.zip" - }, - { - "url": "https://api.github.com/repos/tomaschyly/FileCtor/releases/assets/23998386", - "id": 23998386, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzOTk4Mzg2", - "name": "FileCtor-win32-x64.zip", - "label": null, - "uploader": { - "login": "tomaschyly", - "id": 3993960, - "node_id": "MDQ6VXNlcjM5OTM5NjA=", - "avatar_url": "https://avatars2.githubusercontent.com/u/3993960?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/tomaschyly", - "html_url": "https://github.com/tomaschyly", - "followers_url": "https://api.github.com/users/tomaschyly/followers", - "following_url": "https://api.github.com/users/tomaschyly/following{/other_user}", - "gists_url": "https://api.github.com/users/tomaschyly/gists{/gist_id}", - "starred_url": "https://api.github.com/users/tomaschyly/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/tomaschyly/subscriptions", - "organizations_url": "https://api.github.com/users/tomaschyly/orgs", - "repos_url": "https://api.github.com/users/tomaschyly/repos", - "events_url": "https://api.github.com/users/tomaschyly/events{/privacy}", - "received_events_url": "https://api.github.com/users/tomaschyly/received_events", + "organizations_url": "https://api.github.com/users/natixco/orgs", + "repos_url": "https://api.github.com/users/natixco/repos", + "events_url": "https://api.github.com/users/natixco/events{/privacy}", + "received_events_url": "https://api.github.com/users/natixco/received_events", "type": "User", "site_admin": false }, - "content_type": "application/x-zip-compressed", + "content_type": "application/x-msdownload", "state": "uploaded", - "size": 99463747, - "download_count": 17, - "created_at": "2020-08-17T08:28:11Z", - "updated_at": "2020-08-17T08:29:59Z", - "browser_download_url": "https://github.com/tomaschyly/FileCtor/releases/download/v1.4.2/FileCtor-win32-x64.zip" + "size": 47774000, + "download_count": 36, + "created_at": "2020-09-03T17:59:39Z", + "updated_at": "2020-09-03T18:01:59Z", + "browser_download_url": "https://github.com/natixco/tabby/releases/download/v1.3.4/tabby.Setup.1.3.4.exe" } ], - "tarball_url": "https://api.github.com/repos/tomaschyly/FileCtor/tarball/v1.4.2", - "zipball_url": "https://api.github.com/repos/tomaschyly/FileCtor/zipball/v1.4.2", - "body_html": "

Electron & packages updates.

\n

Minor improvements.

" + "tarball_url": "https://api.github.com/repos/natixco/tabby/tarball/v1.3.4", + "zipball_url": "https://api.github.com/repos/natixco/tabby/zipball/v1.3.4", + "body_html": "

Some language fixes in russian and Ukrainian translations

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:52.981Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:31.648Z" }, "tagspaces": { "latestRelease": { @@ -100319,7 +99991,7 @@ "content_type": "application/vnd.debian.binary-package", "state": "uploaded", "size": 60508886, - "download_count": 29, + "download_count": 51, "created_at": "2020-09-16T19:38:23Z", "updated_at": "2020-09-16T19:38:41Z", "browser_download_url": "https://github.com/tagspaces/tagspaces/releases/download/v3.6.2/tagspaces-linux-amd64-3.6.2.deb" @@ -100353,7 +100025,7 @@ "content_type": "application/gzip", "state": "uploaded", "size": 85192493, - "download_count": 9, + "download_count": 15, "created_at": "2020-09-16T19:38:41Z", "updated_at": "2020-09-16T19:39:03Z", "browser_download_url": "https://github.com/tagspaces/tagspaces/releases/download/v3.6.2/tagspaces-linux-x64-3.6.2.tar.gz" @@ -100387,7 +100059,7 @@ "content_type": "application/vnd.appimage", "state": "uploaded", "size": 90079130, - "download_count": 6, + "download_count": 11, "created_at": "2020-09-16T19:39:03Z", "updated_at": "2020-09-16T19:39:25Z", "browser_download_url": "https://github.com/tagspaces/tagspaces/releases/download/v3.6.2/tagspaces-linux-x86_64-3.6.2.AppImage" @@ -100421,7 +100093,7 @@ "content_type": "application/x-apple-diskimage", "state": "uploaded", "size": 88783836, - "download_count": 7, + "download_count": 31, "created_at": "2020-09-16T19:39:25Z", "updated_at": "2020-09-16T19:39:47Z", "browser_download_url": "https://github.com/tagspaces/tagspaces/releases/download/v3.6.2/tagspaces-mac-3.6.2.dmg" @@ -100489,7 +100161,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 86564197, - "download_count": 4, + "download_count": 29, "created_at": "2020-09-16T19:39:47Z", "updated_at": "2020-09-16T19:40:12Z", "browser_download_url": "https://github.com/tagspaces/tagspaces/releases/download/v3.6.2/tagspaces-mac-3.6.2.zip" @@ -100523,7 +100195,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 2031118, - "download_count": 1, + "download_count": 2, "created_at": "2020-09-16T19:40:12Z", "updated_at": "2020-09-16T19:40:14Z", "browser_download_url": "https://github.com/tagspaces/tagspaces/releases/download/v3.6.2/tagspaces-web-3.6.2.zip" @@ -100557,7 +100229,7 @@ "content_type": "application/x-ms-dos-executable", "state": "uploaded", "size": 60454847, - "download_count": 56, + "download_count": 122, "created_at": "2020-09-16T19:40:14Z", "updated_at": "2020-09-16T19:40:43Z", "browser_download_url": "https://github.com/tagspaces/tagspaces/releases/download/v3.6.2/tagspaces-win-3.6.2.exe" @@ -100591,7 +100263,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 81978145, - "download_count": 16, + "download_count": 29, "created_at": "2020-09-16T19:40:43Z", "updated_at": "2020-09-16T19:41:03Z", "browser_download_url": "https://github.com/tagspaces/tagspaces/releases/download/v3.6.2/tagspaces-win-x64-3.6.2.zip" @@ -100601,254 +100273,156 @@ "zipball_url": "https://api.github.com/repos/tagspaces/tagspaces/zipball/v3.6.2", "body_html": "

TBD

\n

feat: improving using enter for confirming some dialogs
\nfix: scrolling in the main folder panel
\nfix: move pdf thumb generation in main windows
\nfix: exiting full screen from PDF-viewer
\nchore: updating ja and cn translations
\nfix: typo and wrong tooltip #1167
\nchore: update cordova ios v6.1.0 (#1170)
\nfeat: Android download button from S3 (#1164)
\nfix: split pane && improvements
\nfeat: read macos tags (#1159)
\nfeat: import files fine tuning (#1157)
\nfeat: add upload progress dialog (#1152)
\nfeat: use upload dialog for adding existing file functionality from plus button and directory menu
\nfix: loosing tag color on drag and drop
\nfix: ui glitch in folder navigation #1095
\nimpr: custom preview for DnD tags (#1156)
\nfix: upload to S3 from/to subdirs tree only
\nfix: DnD to leaf nodes
\npro: Upload many files from local folder to a s3 folder in the location manager && from Desktop
\nfix Move many files from local folder to subfolder on the same level - change in the default perspectiv
\nfix DnD in subfolder
\nfix: colors in rc-table by dark-mode
\nfeat: enable multiple files upload
\nfeat: add uuid for the folders in the tsm.json
\nfix: tag library import functionality
\nfix: issue with deleting tags with the same name in different taggroups #1145
\nfix: various issues in the tag library
\nchore: ui improvement, added hover for row elements
\nfeat: making running in portable mode visible in the desktop app
\nfeat: improving entry selection in the row mode of the default perspective
\nfix: icon of broken thumbnail images
\nfix: toggling file operation on selection change
\nfix: open prev and next documents with keyboard shortcuts
\nchore: upgrading pdf.js to 2.4.456
\nchore: upgrading electron to 9.0.3
\nfeat: automatic rotation of JPG according to EXIF now native in chrome 81

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:53.150Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:31.686Z" }, - "temps": { + "tch-filector": { "latestRelease": { - "url": "https://api.github.com/repos/jackd248/temps/releases/4956986", - "assets_url": "https://api.github.com/repos/jackd248/temps/releases/4956986/assets", - "upload_url": "https://uploads.github.com/repos/jackd248/temps/releases/4956986/assets{?name,label}", - "html_url": "https://github.com/jackd248/temps/releases/tag/v0.7.0", - "id": 4956986, - "node_id": "MDc6UmVsZWFzZTQ5NTY5ODY=", - "tag_name": "v0.7.0", + "url": "https://api.github.com/repos/tomaschyly/FileCtor/releases/29747442", + "assets_url": "https://api.github.com/repos/tomaschyly/FileCtor/releases/29747442/assets", + "upload_url": "https://uploads.github.com/repos/tomaschyly/FileCtor/releases/29747442/assets{?name,label}", + "html_url": "https://github.com/tomaschyly/FileCtor/releases/tag/v1.4.2", + "id": 29747442, + "node_id": "MDc6UmVsZWFzZTI5NzQ3NDQy", + "tag_name": "v1.4.2", "target_commitish": "master", - "name": "Shower rain", + "name": "Improvements & updates", "draft": false, "author": { - "login": "jackd248", - "id": 4558190, - "node_id": "MDQ6VXNlcjQ1NTgxOTA=", - "avatar_url": "https://avatars3.githubusercontent.com/u/4558190?v=4", + "login": "tomaschyly", + "id": 3993960, + "node_id": "MDQ6VXNlcjM5OTM5NjA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/3993960?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/jackd248", - "html_url": "https://github.com/jackd248", - "followers_url": "https://api.github.com/users/jackd248/followers", - "following_url": "https://api.github.com/users/jackd248/following{/other_user}", - "gists_url": "https://api.github.com/users/jackd248/gists{/gist_id}", - "starred_url": "https://api.github.com/users/jackd248/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/jackd248/subscriptions", - "organizations_url": "https://api.github.com/users/jackd248/orgs", - "repos_url": "https://api.github.com/users/jackd248/repos", - "events_url": "https://api.github.com/users/jackd248/events{/privacy}", - "received_events_url": "https://api.github.com/users/jackd248/received_events", + "url": "https://api.github.com/users/tomaschyly", + "html_url": "https://github.com/tomaschyly", + "followers_url": "https://api.github.com/users/tomaschyly/followers", + "following_url": "https://api.github.com/users/tomaschyly/following{/other_user}", + "gists_url": "https://api.github.com/users/tomaschyly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tomaschyly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tomaschyly/subscriptions", + "organizations_url": "https://api.github.com/users/tomaschyly/orgs", + "repos_url": "https://api.github.com/users/tomaschyly/repos", + "events_url": "https://api.github.com/users/tomaschyly/events{/privacy}", + "received_events_url": "https://api.github.com/users/tomaschyly/received_events", "type": "User", "site_admin": false }, "prerelease": false, - "created_at": "2016-12-19T14:43:41Z", - "published_at": "2016-12-19T14:44:22Z", + "created_at": "2020-08-16T15:28:20Z", + "published_at": "2020-08-17T11:39:28Z", "assets": [ { - "url": "https://api.github.com/repos/jackd248/temps/releases/assets/2850253", - "id": 2850253, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI4NTAyNTM=", - "name": "Temps-darwin-x64.zip", - "label": null, - "uploader": { - "login": "jackd248", - "id": 4558190, - "node_id": "MDQ6VXNlcjQ1NTgxOTA=", - "avatar_url": "https://avatars3.githubusercontent.com/u/4558190?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/jackd248", - "html_url": "https://github.com/jackd248", - "followers_url": "https://api.github.com/users/jackd248/followers", - "following_url": "https://api.github.com/users/jackd248/following{/other_user}", - "gists_url": "https://api.github.com/users/jackd248/gists{/gist_id}", - "starred_url": "https://api.github.com/users/jackd248/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/jackd248/subscriptions", - "organizations_url": "https://api.github.com/users/jackd248/orgs", - "repos_url": "https://api.github.com/users/jackd248/repos", - "events_url": "https://api.github.com/users/jackd248/events{/privacy}", - "received_events_url": "https://api.github.com/users/jackd248/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 41779091, - "download_count": 5473, - "created_at": "2016-12-19T14:37:06Z", - "updated_at": "2016-12-19T14:37:12Z", - "browser_download_url": "https://github.com/jackd248/temps/releases/download/v0.7.0/Temps-darwin-x64.zip" - }, - { - "url": "https://api.github.com/repos/jackd248/temps/releases/assets/2850259", - "id": 2850259, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI4NTAyNTk=", - "name": "Temps-linux-armv7l.zip", - "label": null, - "uploader": { - "login": "jackd248", - "id": 4558190, - "node_id": "MDQ6VXNlcjQ1NTgxOTA=", - "avatar_url": "https://avatars3.githubusercontent.com/u/4558190?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/jackd248", - "html_url": "https://github.com/jackd248", - "followers_url": "https://api.github.com/users/jackd248/followers", - "following_url": "https://api.github.com/users/jackd248/following{/other_user}", - "gists_url": "https://api.github.com/users/jackd248/gists{/gist_id}", - "starred_url": "https://api.github.com/users/jackd248/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/jackd248/subscriptions", - "organizations_url": "https://api.github.com/users/jackd248/orgs", - "repos_url": "https://api.github.com/users/jackd248/repos", - "events_url": "https://api.github.com/users/jackd248/events{/privacy}", - "received_events_url": "https://api.github.com/users/jackd248/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 38918097, - "download_count": 105, - "created_at": "2016-12-19T14:37:28Z", - "updated_at": "2016-12-19T14:38:01Z", - "browser_download_url": "https://github.com/jackd248/temps/releases/download/v0.7.0/Temps-linux-armv7l.zip" - }, - { - "url": "https://api.github.com/repos/jackd248/temps/releases/assets/2850256", - "id": 2850256, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI4NTAyNTY=", - "name": "Temps-linux-ia32.zip", - "label": null, - "uploader": { - "login": "jackd248", - "id": 4558190, - "node_id": "MDQ6VXNlcjQ1NTgxOTA=", - "avatar_url": "https://avatars3.githubusercontent.com/u/4558190?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/jackd248", - "html_url": "https://github.com/jackd248", - "followers_url": "https://api.github.com/users/jackd248/followers", - "following_url": "https://api.github.com/users/jackd248/following{/other_user}", - "gists_url": "https://api.github.com/users/jackd248/gists{/gist_id}", - "starred_url": "https://api.github.com/users/jackd248/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/jackd248/subscriptions", - "organizations_url": "https://api.github.com/users/jackd248/orgs", - "repos_url": "https://api.github.com/users/jackd248/repos", - "events_url": "https://api.github.com/users/jackd248/events{/privacy}", - "received_events_url": "https://api.github.com/users/jackd248/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 45047837, - "download_count": 3193, - "created_at": "2016-12-19T14:37:28Z", - "updated_at": "2016-12-19T14:37:35Z", - "browser_download_url": "https://github.com/jackd248/temps/releases/download/v0.7.0/Temps-linux-ia32.zip" - }, - { - "url": "https://api.github.com/repos/jackd248/temps/releases/assets/2850255", - "id": 2850255, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI4NTAyNTU=", - "name": "Temps-linux-x64.zip", + "url": "https://api.github.com/repos/tomaschyly/FileCtor/releases/assets/24000910", + "id": 24000910, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI0MDAwOTEw", + "name": "FileCtor-darwin-x64.zip", "label": null, "uploader": { - "login": "jackd248", - "id": 4558190, - "node_id": "MDQ6VXNlcjQ1NTgxOTA=", - "avatar_url": "https://avatars3.githubusercontent.com/u/4558190?v=4", + "login": "tomaschyly", + "id": 3993960, + "node_id": "MDQ6VXNlcjM5OTM5NjA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/3993960?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/jackd248", - "html_url": "https://github.com/jackd248", - "followers_url": "https://api.github.com/users/jackd248/followers", - "following_url": "https://api.github.com/users/jackd248/following{/other_user}", - "gists_url": "https://api.github.com/users/jackd248/gists{/gist_id}", - "starred_url": "https://api.github.com/users/jackd248/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/jackd248/subscriptions", - "organizations_url": "https://api.github.com/users/jackd248/orgs", - "repos_url": "https://api.github.com/users/jackd248/repos", - "events_url": "https://api.github.com/users/jackd248/events{/privacy}", - "received_events_url": "https://api.github.com/users/jackd248/received_events", + "url": "https://api.github.com/users/tomaschyly", + "html_url": "https://github.com/tomaschyly", + "followers_url": "https://api.github.com/users/tomaschyly/followers", + "following_url": "https://api.github.com/users/tomaschyly/following{/other_user}", + "gists_url": "https://api.github.com/users/tomaschyly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tomaschyly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tomaschyly/subscriptions", + "organizations_url": "https://api.github.com/users/tomaschyly/orgs", + "repos_url": "https://api.github.com/users/tomaschyly/repos", + "events_url": "https://api.github.com/users/tomaschyly/events{/privacy}", + "received_events_url": "https://api.github.com/users/tomaschyly/received_events", "type": "User", "site_admin": false }, - "content_type": "application/zip", + "content_type": "application/x-zip-compressed", "state": "uploaded", - "size": 43878444, - "download_count": 24993, - "created_at": "2016-12-19T14:37:28Z", - "updated_at": "2016-12-19T14:37:45Z", - "browser_download_url": "https://github.com/jackd248/temps/releases/download/v0.7.0/Temps-linux-x64.zip" + "size": 98236752, + "download_count": 1, + "created_at": "2020-08-17T10:14:15Z", + "updated_at": "2020-08-17T10:16:13Z", + "browser_download_url": "https://github.com/tomaschyly/FileCtor/releases/download/v1.4.2/FileCtor-darwin-x64.zip" }, { - "url": "https://api.github.com/repos/jackd248/temps/releases/assets/2850258", - "id": 2850258, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI4NTAyNTg=", - "name": "Temps-win32-ia32.zip", + "url": "https://api.github.com/repos/tomaschyly/FileCtor/releases/assets/23981151", + "id": 23981151, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzOTgxMTUx", + "name": "FileCtor-deb-x64.zip", "label": null, "uploader": { - "login": "jackd248", - "id": 4558190, - "node_id": "MDQ6VXNlcjQ1NTgxOTA=", - "avatar_url": "https://avatars3.githubusercontent.com/u/4558190?v=4", + "login": "tomaschyly", + "id": 3993960, + "node_id": "MDQ6VXNlcjM5OTM5NjA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/3993960?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/jackd248", - "html_url": "https://github.com/jackd248", - "followers_url": "https://api.github.com/users/jackd248/followers", - "following_url": "https://api.github.com/users/jackd248/following{/other_user}", - "gists_url": "https://api.github.com/users/jackd248/gists{/gist_id}", - "starred_url": "https://api.github.com/users/jackd248/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/jackd248/subscriptions", - "organizations_url": "https://api.github.com/users/jackd248/orgs", - "repos_url": "https://api.github.com/users/jackd248/repos", - "events_url": "https://api.github.com/users/jackd248/events{/privacy}", - "received_events_url": "https://api.github.com/users/jackd248/received_events", + "url": "https://api.github.com/users/tomaschyly", + "html_url": "https://github.com/tomaschyly", + "followers_url": "https://api.github.com/users/tomaschyly/followers", + "following_url": "https://api.github.com/users/tomaschyly/following{/other_user}", + "gists_url": "https://api.github.com/users/tomaschyly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tomaschyly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tomaschyly/subscriptions", + "organizations_url": "https://api.github.com/users/tomaschyly/orgs", + "repos_url": "https://api.github.com/users/tomaschyly/repos", + "events_url": "https://api.github.com/users/tomaschyly/events{/privacy}", + "received_events_url": "https://api.github.com/users/tomaschyly/received_events", "type": "User", "site_admin": false }, "content_type": "application/zip", "state": "uploaded", - "size": 44711119, - "download_count": 3257, - "created_at": "2016-12-19T14:37:28Z", - "updated_at": "2016-12-19T14:37:53Z", - "browser_download_url": "https://github.com/jackd248/temps/releases/download/v0.7.0/Temps-win32-ia32.zip" + "size": 70446102, + "download_count": 0, + "created_at": "2020-08-16T15:32:57Z", + "updated_at": "2020-08-16T15:34:10Z", + "browser_download_url": "https://github.com/tomaschyly/FileCtor/releases/download/v1.4.2/FileCtor-deb-x64.zip" }, { - "url": "https://api.github.com/repos/jackd248/temps/releases/assets/2850257", - "id": 2850257, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI4NTAyNTc=", - "name": "Temps-win32-x64.zip", + "url": "https://api.github.com/repos/tomaschyly/FileCtor/releases/assets/23998386", + "id": 23998386, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzOTk4Mzg2", + "name": "FileCtor-win32-x64.zip", "label": null, "uploader": { - "login": "jackd248", - "id": 4558190, - "node_id": "MDQ6VXNlcjQ1NTgxOTA=", - "avatar_url": "https://avatars3.githubusercontent.com/u/4558190?v=4", + "login": "tomaschyly", + "id": 3993960, + "node_id": "MDQ6VXNlcjM5OTM5NjA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/3993960?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/jackd248", - "html_url": "https://github.com/jackd248", - "followers_url": "https://api.github.com/users/jackd248/followers", - "following_url": "https://api.github.com/users/jackd248/following{/other_user}", - "gists_url": "https://api.github.com/users/jackd248/gists{/gist_id}", - "starred_url": "https://api.github.com/users/jackd248/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/jackd248/subscriptions", - "organizations_url": "https://api.github.com/users/jackd248/orgs", - "repos_url": "https://api.github.com/users/jackd248/repos", - "events_url": "https://api.github.com/users/jackd248/events{/privacy}", - "received_events_url": "https://api.github.com/users/jackd248/received_events", + "url": "https://api.github.com/users/tomaschyly", + "html_url": "https://github.com/tomaschyly", + "followers_url": "https://api.github.com/users/tomaschyly/followers", + "following_url": "https://api.github.com/users/tomaschyly/following{/other_user}", + "gists_url": "https://api.github.com/users/tomaschyly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tomaschyly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tomaschyly/subscriptions", + "organizations_url": "https://api.github.com/users/tomaschyly/orgs", + "repos_url": "https://api.github.com/users/tomaschyly/repos", + "events_url": "https://api.github.com/users/tomaschyly/events{/privacy}", + "received_events_url": "https://api.github.com/users/tomaschyly/received_events", "type": "User", "site_admin": false }, - "content_type": "application/zip", + "content_type": "application/x-zip-compressed", "state": "uploaded", - "size": 54566900, - "download_count": 6646, - "created_at": "2016-12-19T14:37:28Z", - "updated_at": "2016-12-19T14:37:41Z", - "browser_download_url": "https://github.com/jackd248/temps/releases/download/v0.7.0/Temps-win32-x64.zip" + "size": 99463747, + "download_count": 17, + "created_at": "2020-08-17T08:28:11Z", + "updated_at": "2020-08-17T08:29:59Z", + "browser_download_url": "https://github.com/tomaschyly/FileCtor/releases/download/v1.4.2/FileCtor-win32-x64.zip" } ], - "tarball_url": "https://api.github.com/repos/jackd248/temps/tarball/v0.7.0", - "zipball_url": "https://api.github.com/repos/jackd248/temps/zipball/v0.7.0", - "body_html": "" + "tarball_url": "https://api.github.com/repos/tomaschyly/FileCtor/tarball/v1.4.2", + "zipball_url": "https://api.github.com/repos/tomaschyly/FileCtor/zipball/v1.4.2", + "body_html": "

Electron & packages updates.

\n

Minor improvements.

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:53.247Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:31.694Z" + }, + "teamsql": { + "latestRelease": null, + "latestReleaseFetchedAt": "2020-09-18T00:10:31.715Z" }, "ten-hands": { "latestRelease": { @@ -100948,52 +100522,231 @@ }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 75397770, - "download_count": 14, - "created_at": "2020-08-28T19:15:41Z", - "updated_at": "2020-08-28T19:19:42Z", - "browser_download_url": "https://github.com/saisandeepvaddi/ten-hands/releases/download/v2.9.1/Ten.Hands-2.9.1.dmg" + "size": 75397770, + "download_count": 14, + "created_at": "2020-08-28T19:15:41Z", + "updated_at": "2020-08-28T19:19:42Z", + "browser_download_url": "https://github.com/saisandeepvaddi/ten-hands/releases/download/v2.9.1/Ten.Hands-2.9.1.dmg" + }, + { + "url": "https://api.github.com/repos/saisandeepvaddi/ten-hands/releases/assets/24422492", + "id": 24422492, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI0NDIyNDky", + "name": "Ten.Hands.Setup.2.9.1.exe", + "label": null, + "uploader": { + "login": "saisandeepvaddi", + "id": 13838175, + "node_id": "MDQ6VXNlcjEzODM4MTc1", + "avatar_url": "https://avatars2.githubusercontent.com/u/13838175?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/saisandeepvaddi", + "html_url": "https://github.com/saisandeepvaddi", + "followers_url": "https://api.github.com/users/saisandeepvaddi/followers", + "following_url": "https://api.github.com/users/saisandeepvaddi/following{/other_user}", + "gists_url": "https://api.github.com/users/saisandeepvaddi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/saisandeepvaddi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/saisandeepvaddi/subscriptions", + "organizations_url": "https://api.github.com/users/saisandeepvaddi/orgs", + "repos_url": "https://api.github.com/users/saisandeepvaddi/repos", + "events_url": "https://api.github.com/users/saisandeepvaddi/events{/privacy}", + "received_events_url": "https://api.github.com/users/saisandeepvaddi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-msdownload", + "state": "uploaded", + "size": 52457687, + "download_count": 43, + "created_at": "2020-08-28T19:15:37Z", + "updated_at": "2020-08-28T19:19:02Z", + "browser_download_url": "https://github.com/saisandeepvaddi/ten-hands/releases/download/v2.9.1/Ten.Hands.Setup.2.9.1.exe" + } + ], + "tarball_url": "https://api.github.com/repos/saisandeepvaddi/ten-hands/tarball/v2.9.1", + "zipball_url": "https://api.github.com/repos/saisandeepvaddi/ten-hands/zipball/v2.9.1", + "body_html": "

Changes

\n\n

\"image\"

\n\n

\"image\"

\n

Fixes

\n" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:31.768Z" + }, + "taskview": { + "latestRelease": { + "url": "https://api.github.com/repos/Gimanh/handscream/releases/28419456", + "assets_url": "https://api.github.com/repos/Gimanh/handscream/releases/28419456/assets", + "upload_url": "https://uploads.github.com/repos/Gimanh/handscream/releases/28419456/assets{?name,label}", + "html_url": "https://github.com/Gimanh/handscream/releases/tag/v1.11.0", + "id": 28419456, + "node_id": "MDc6UmVsZWFzZTI4NDE5NDU2", + "tag_name": "v1.11.0", + "target_commitish": "master", + "name": "Version 1.11.0", + "draft": false, + "author": { + "login": "Gimanh", + "id": 10837815, + "node_id": "MDQ6VXNlcjEwODM3ODE1", + "avatar_url": "https://avatars1.githubusercontent.com/u/10837815?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Gimanh", + "html_url": "https://github.com/Gimanh", + "followers_url": "https://api.github.com/users/Gimanh/followers", + "following_url": "https://api.github.com/users/Gimanh/following{/other_user}", + "gists_url": "https://api.github.com/users/Gimanh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Gimanh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Gimanh/subscriptions", + "organizations_url": "https://api.github.com/users/Gimanh/orgs", + "repos_url": "https://api.github.com/users/Gimanh/repos", + "events_url": "https://api.github.com/users/Gimanh/events{/privacy}", + "received_events_url": "https://api.github.com/users/Gimanh/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2020-06-04T20:56:33Z", + "published_at": "2020-07-09T21:13:30Z", + "assets": [ + { + "url": "https://api.github.com/repos/Gimanh/handscream/releases/assets/22734264", + "id": 22734264, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNzM0MjY0", + "name": "TaskView-1.11.0.Mac.dmg", + "label": null, + "uploader": { + "login": "Gimanh", + "id": 10837815, + "node_id": "MDQ6VXNlcjEwODM3ODE1", + "avatar_url": "https://avatars1.githubusercontent.com/u/10837815?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Gimanh", + "html_url": "https://github.com/Gimanh", + "followers_url": "https://api.github.com/users/Gimanh/followers", + "following_url": "https://api.github.com/users/Gimanh/following{/other_user}", + "gists_url": "https://api.github.com/users/Gimanh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Gimanh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Gimanh/subscriptions", + "organizations_url": "https://api.github.com/users/Gimanh/orgs", + "repos_url": "https://api.github.com/users/Gimanh/repos", + "events_url": "https://api.github.com/users/Gimanh/events{/privacy}", + "received_events_url": "https://api.github.com/users/Gimanh/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-diskcopy", + "state": "uploaded", + "size": 75059672, + "download_count": 76, + "created_at": "2020-07-09T21:10:22Z", + "updated_at": "2020-07-09T21:10:43Z", + "browser_download_url": "https://github.com/Gimanh/handscream/releases/download/v1.11.0/TaskView-1.11.0.Mac.dmg" + }, + { + "url": "https://api.github.com/repos/Gimanh/handscream/releases/assets/22734267", + "id": 22734267, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNzM0MjY3", + "name": "TaskView-1.11.0.Ubuntu.AppImage", + "label": null, + "uploader": { + "login": "Gimanh", + "id": 10837815, + "node_id": "MDQ6VXNlcjEwODM3ODE1", + "avatar_url": "https://avatars1.githubusercontent.com/u/10837815?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Gimanh", + "html_url": "https://github.com/Gimanh", + "followers_url": "https://api.github.com/users/Gimanh/followers", + "following_url": "https://api.github.com/users/Gimanh/following{/other_user}", + "gists_url": "https://api.github.com/users/Gimanh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Gimanh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Gimanh/subscriptions", + "organizations_url": "https://api.github.com/users/Gimanh/orgs", + "repos_url": "https://api.github.com/users/Gimanh/repos", + "events_url": "https://api.github.com/users/Gimanh/events{/privacy}", + "received_events_url": "https://api.github.com/users/Gimanh/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 73718926, + "download_count": 23, + "created_at": "2020-07-09T21:10:43Z", + "updated_at": "2020-07-09T21:10:52Z", + "browser_download_url": "https://github.com/Gimanh/handscream/releases/download/v1.11.0/TaskView-1.11.0.Ubuntu.AppImage" + }, + { + "url": "https://api.github.com/repos/Gimanh/handscream/releases/assets/22734269", + "id": 22734269, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNzM0MjY5", + "name": "TaskView-1.11.0.Ubuntu.deb", + "label": null, + "uploader": { + "login": "Gimanh", + "id": 10837815, + "node_id": "MDQ6VXNlcjEwODM3ODE1", + "avatar_url": "https://avatars1.githubusercontent.com/u/10837815?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Gimanh", + "html_url": "https://github.com/Gimanh", + "followers_url": "https://api.github.com/users/Gimanh/followers", + "following_url": "https://api.github.com/users/Gimanh/following{/other_user}", + "gists_url": "https://api.github.com/users/Gimanh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Gimanh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Gimanh/subscriptions", + "organizations_url": "https://api.github.com/users/Gimanh/orgs", + "repos_url": "https://api.github.com/users/Gimanh/repos", + "events_url": "https://api.github.com/users/Gimanh/events{/privacy}", + "received_events_url": "https://api.github.com/users/Gimanh/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 50585492, + "download_count": 37, + "created_at": "2020-07-09T21:10:52Z", + "updated_at": "2020-07-09T21:10:58Z", + "browser_download_url": "https://github.com/Gimanh/handscream/releases/download/v1.11.0/TaskView-1.11.0.Ubuntu.deb" }, { - "url": "https://api.github.com/repos/saisandeepvaddi/ten-hands/releases/assets/24422492", - "id": 24422492, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI0NDIyNDky", - "name": "Ten.Hands.Setup.2.9.1.exe", + "url": "https://api.github.com/repos/Gimanh/handscream/releases/assets/22734273", + "id": 22734273, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNzM0Mjcz", + "name": "TaskView-1.11.0.Win.exe", "label": null, "uploader": { - "login": "saisandeepvaddi", - "id": 13838175, - "node_id": "MDQ6VXNlcjEzODM4MTc1", - "avatar_url": "https://avatars2.githubusercontent.com/u/13838175?v=4", + "login": "Gimanh", + "id": 10837815, + "node_id": "MDQ6VXNlcjEwODM3ODE1", + "avatar_url": "https://avatars1.githubusercontent.com/u/10837815?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/saisandeepvaddi", - "html_url": "https://github.com/saisandeepvaddi", - "followers_url": "https://api.github.com/users/saisandeepvaddi/followers", - "following_url": "https://api.github.com/users/saisandeepvaddi/following{/other_user}", - "gists_url": "https://api.github.com/users/saisandeepvaddi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/saisandeepvaddi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/saisandeepvaddi/subscriptions", - "organizations_url": "https://api.github.com/users/saisandeepvaddi/orgs", - "repos_url": "https://api.github.com/users/saisandeepvaddi/repos", - "events_url": "https://api.github.com/users/saisandeepvaddi/events{/privacy}", - "received_events_url": "https://api.github.com/users/saisandeepvaddi/received_events", + "url": "https://api.github.com/users/Gimanh", + "html_url": "https://github.com/Gimanh", + "followers_url": "https://api.github.com/users/Gimanh/followers", + "following_url": "https://api.github.com/users/Gimanh/following{/other_user}", + "gists_url": "https://api.github.com/users/Gimanh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Gimanh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Gimanh/subscriptions", + "organizations_url": "https://api.github.com/users/Gimanh/orgs", + "repos_url": "https://api.github.com/users/Gimanh/repos", + "events_url": "https://api.github.com/users/Gimanh/events{/privacy}", + "received_events_url": "https://api.github.com/users/Gimanh/received_events", "type": "User", "site_admin": false }, - "content_type": "application/x-msdownload", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 52457687, - "download_count": 43, - "created_at": "2020-08-28T19:15:37Z", - "updated_at": "2020-08-28T19:19:02Z", - "browser_download_url": "https://github.com/saisandeepvaddi/ten-hands/releases/download/v2.9.1/Ten.Hands.Setup.2.9.1.exe" + "size": 54229887, + "download_count": 273, + "created_at": "2020-07-09T21:10:58Z", + "updated_at": "2020-07-09T21:11:06Z", + "browser_download_url": "https://github.com/Gimanh/handscream/releases/download/v1.11.0/TaskView-1.11.0.Win.exe" } ], - "tarball_url": "https://api.github.com/repos/saisandeepvaddi/ten-hands/tarball/v2.9.1", - "zipball_url": "https://api.github.com/repos/saisandeepvaddi/ten-hands/zipball/v2.9.1", - "body_html": "

Changes

\n\n

\"image\"

\n\n

\"image\"

\n

Fixes

\n" + "tarball_url": "https://api.github.com/repos/Gimanh/handscream/tarball/v1.11.0", + "zipball_url": "https://api.github.com/repos/Gimanh/handscream/zipball/v1.11.0", + "body_html": "

Version 1.11.0

\n

Feature

\n
    \n
  1. Now you can record time which you spend on the task.
  2. \n
  3. In the task you can see time activity, when and how many time has been spend.
  4. \n
  5. Improved \"label\" section in task now you can edit label.
  6. \n
  7. The report section has been improved.
  8. \n
  9. Added the ability export planed tasks.
  10. \n
  11. Updated columns in report.
  12. \n
" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:53.279Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:31.797Z" }, "terminus": { "latestRelease": { @@ -101060,7 +100813,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 331, - "download_count": 2222, + "download_count": 2260, "created_at": "2020-08-27T21:19:30Z", "updated_at": "2020-08-27T21:19:30Z", "browser_download_url": "https://github.com/Eugeny/terminus/releases/download/v1.0.120/latest-mac.yml" @@ -101094,7 +100847,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 350, - "download_count": 23899, + "download_count": 24460, "created_at": "2020-08-27T21:19:34Z", "updated_at": "2020-08-27T21:19:34Z", "browser_download_url": "https://github.com/Eugeny/terminus/releases/download/v1.0.120/latest.yml" @@ -101128,7 +100881,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 77559654, - "download_count": 965, + "download_count": 983, "created_at": "2020-08-27T21:23:35Z", "updated_at": "2020-08-27T21:23:37Z", "browser_download_url": "https://github.com/Eugeny/terminus/releases/download/v1.0.120/terminus-1.0.120-linux.deb" @@ -101162,7 +100915,7 @@ "content_type": "application/x-redhat-package-manager", "state": "uploaded", "size": 77816404, - "download_count": 143, + "download_count": 147, "created_at": "2020-08-27T21:25:44Z", "updated_at": "2020-08-27T21:25:46Z", "browser_download_url": "https://github.com/Eugeny/terminus/releases/download/v1.0.120/terminus-1.0.120-linux.rpm" @@ -101196,7 +100949,7 @@ "content_type": "application/gzip", "state": "uploaded", "size": 120750396, - "download_count": 145, + "download_count": 146, "created_at": "2020-08-27T21:21:22Z", "updated_at": "2020-08-27T21:21:24Z", "browser_download_url": "https://github.com/Eugeny/terminus/releases/download/v1.0.120/terminus-1.0.120-linux.tar.gz" @@ -101230,7 +100983,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 122197786, - "download_count": 563, + "download_count": 577, "created_at": "2020-08-27T21:18:26Z", "updated_at": "2020-08-27T21:18:30Z", "browser_download_url": "https://github.com/Eugeny/terminus/releases/download/v1.0.120/terminus-1.0.120-macos.pkg" @@ -101264,7 +101017,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 117832495, - "download_count": 4296, + "download_count": 4346, "created_at": "2020-08-27T21:19:26Z", "updated_at": "2020-08-27T21:19:30Z", "browser_download_url": "https://github.com/Eugeny/terminus/releases/download/v1.0.120/terminus-1.0.120-macos.zip" @@ -101298,7 +101051,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 124267846, - "download_count": 1020, + "download_count": 1036, "created_at": "2020-08-27T21:19:15Z", "updated_at": "2020-08-27T21:19:19Z", "browser_download_url": "https://github.com/Eugeny/terminus/releases/download/v1.0.120/terminus-1.0.120-portable.zip" @@ -101332,7 +101085,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 89931336, - "download_count": 30135, + "download_count": 30817, "created_at": "2020-08-27T21:30:04Z", "updated_at": "2020-08-27T21:30:06Z", "browser_download_url": "https://github.com/Eugeny/terminus/releases/download/v1.0.120/terminus-1.0.120-setup.exe" @@ -101366,7 +101119,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 94779, - "download_count": 23497, + "download_count": 24043, "created_at": "2020-08-27T21:30:04Z", "updated_at": "2020-08-27T21:30:04Z", "browser_download_url": "https://github.com/Eugeny/terminus/releases/download/v1.0.120/terminus-1.0.120-setup.exe.blockmap" @@ -101376,7 +101129,441 @@ "zipball_url": "https://api.github.com/repos/Eugeny/terminus/zipball/v1.0.120", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:53.328Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:31.801Z" + }, + "temps": { + "latestRelease": { + "url": "https://api.github.com/repos/jackd248/temps/releases/4956986", + "assets_url": "https://api.github.com/repos/jackd248/temps/releases/4956986/assets", + "upload_url": "https://uploads.github.com/repos/jackd248/temps/releases/4956986/assets{?name,label}", + "html_url": "https://github.com/jackd248/temps/releases/tag/v0.7.0", + "id": 4956986, + "node_id": "MDc6UmVsZWFzZTQ5NTY5ODY=", + "tag_name": "v0.7.0", + "target_commitish": "master", + "name": "Shower rain", + "draft": false, + "author": { + "login": "jackd248", + "id": 4558190, + "node_id": "MDQ6VXNlcjQ1NTgxOTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/4558190?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jackd248", + "html_url": "https://github.com/jackd248", + "followers_url": "https://api.github.com/users/jackd248/followers", + "following_url": "https://api.github.com/users/jackd248/following{/other_user}", + "gists_url": "https://api.github.com/users/jackd248/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jackd248/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jackd248/subscriptions", + "organizations_url": "https://api.github.com/users/jackd248/orgs", + "repos_url": "https://api.github.com/users/jackd248/repos", + "events_url": "https://api.github.com/users/jackd248/events{/privacy}", + "received_events_url": "https://api.github.com/users/jackd248/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2016-12-19T14:43:41Z", + "published_at": "2016-12-19T14:44:22Z", + "assets": [ + { + "url": "https://api.github.com/repos/jackd248/temps/releases/assets/2850253", + "id": 2850253, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI4NTAyNTM=", + "name": "Temps-darwin-x64.zip", + "label": null, + "uploader": { + "login": "jackd248", + "id": 4558190, + "node_id": "MDQ6VXNlcjQ1NTgxOTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/4558190?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jackd248", + "html_url": "https://github.com/jackd248", + "followers_url": "https://api.github.com/users/jackd248/followers", + "following_url": "https://api.github.com/users/jackd248/following{/other_user}", + "gists_url": "https://api.github.com/users/jackd248/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jackd248/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jackd248/subscriptions", + "organizations_url": "https://api.github.com/users/jackd248/orgs", + "repos_url": "https://api.github.com/users/jackd248/repos", + "events_url": "https://api.github.com/users/jackd248/events{/privacy}", + "received_events_url": "https://api.github.com/users/jackd248/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 41779091, + "download_count": 5474, + "created_at": "2016-12-19T14:37:06Z", + "updated_at": "2016-12-19T14:37:12Z", + "browser_download_url": "https://github.com/jackd248/temps/releases/download/v0.7.0/Temps-darwin-x64.zip" + }, + { + "url": "https://api.github.com/repos/jackd248/temps/releases/assets/2850259", + "id": 2850259, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI4NTAyNTk=", + "name": "Temps-linux-armv7l.zip", + "label": null, + "uploader": { + "login": "jackd248", + "id": 4558190, + "node_id": "MDQ6VXNlcjQ1NTgxOTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/4558190?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jackd248", + "html_url": "https://github.com/jackd248", + "followers_url": "https://api.github.com/users/jackd248/followers", + "following_url": "https://api.github.com/users/jackd248/following{/other_user}", + "gists_url": "https://api.github.com/users/jackd248/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jackd248/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jackd248/subscriptions", + "organizations_url": "https://api.github.com/users/jackd248/orgs", + "repos_url": "https://api.github.com/users/jackd248/repos", + "events_url": "https://api.github.com/users/jackd248/events{/privacy}", + "received_events_url": "https://api.github.com/users/jackd248/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 38918097, + "download_count": 105, + "created_at": "2016-12-19T14:37:28Z", + "updated_at": "2016-12-19T14:38:01Z", + "browser_download_url": "https://github.com/jackd248/temps/releases/download/v0.7.0/Temps-linux-armv7l.zip" + }, + { + "url": "https://api.github.com/repos/jackd248/temps/releases/assets/2850256", + "id": 2850256, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI4NTAyNTY=", + "name": "Temps-linux-ia32.zip", + "label": null, + "uploader": { + "login": "jackd248", + "id": 4558190, + "node_id": "MDQ6VXNlcjQ1NTgxOTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/4558190?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jackd248", + "html_url": "https://github.com/jackd248", + "followers_url": "https://api.github.com/users/jackd248/followers", + "following_url": "https://api.github.com/users/jackd248/following{/other_user}", + "gists_url": "https://api.github.com/users/jackd248/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jackd248/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jackd248/subscriptions", + "organizations_url": "https://api.github.com/users/jackd248/orgs", + "repos_url": "https://api.github.com/users/jackd248/repos", + "events_url": "https://api.github.com/users/jackd248/events{/privacy}", + "received_events_url": "https://api.github.com/users/jackd248/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 45047837, + "download_count": 3193, + "created_at": "2016-12-19T14:37:28Z", + "updated_at": "2016-12-19T14:37:35Z", + "browser_download_url": "https://github.com/jackd248/temps/releases/download/v0.7.0/Temps-linux-ia32.zip" + }, + { + "url": "https://api.github.com/repos/jackd248/temps/releases/assets/2850255", + "id": 2850255, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI4NTAyNTU=", + "name": "Temps-linux-x64.zip", + "label": null, + "uploader": { + "login": "jackd248", + "id": 4558190, + "node_id": "MDQ6VXNlcjQ1NTgxOTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/4558190?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jackd248", + "html_url": "https://github.com/jackd248", + "followers_url": "https://api.github.com/users/jackd248/followers", + "following_url": "https://api.github.com/users/jackd248/following{/other_user}", + "gists_url": "https://api.github.com/users/jackd248/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jackd248/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jackd248/subscriptions", + "organizations_url": "https://api.github.com/users/jackd248/orgs", + "repos_url": "https://api.github.com/users/jackd248/repos", + "events_url": "https://api.github.com/users/jackd248/events{/privacy}", + "received_events_url": "https://api.github.com/users/jackd248/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 43878444, + "download_count": 24994, + "created_at": "2016-12-19T14:37:28Z", + "updated_at": "2016-12-19T14:37:45Z", + "browser_download_url": "https://github.com/jackd248/temps/releases/download/v0.7.0/Temps-linux-x64.zip" + }, + { + "url": "https://api.github.com/repos/jackd248/temps/releases/assets/2850258", + "id": 2850258, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI4NTAyNTg=", + "name": "Temps-win32-ia32.zip", + "label": null, + "uploader": { + "login": "jackd248", + "id": 4558190, + "node_id": "MDQ6VXNlcjQ1NTgxOTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/4558190?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jackd248", + "html_url": "https://github.com/jackd248", + "followers_url": "https://api.github.com/users/jackd248/followers", + "following_url": "https://api.github.com/users/jackd248/following{/other_user}", + "gists_url": "https://api.github.com/users/jackd248/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jackd248/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jackd248/subscriptions", + "organizations_url": "https://api.github.com/users/jackd248/orgs", + "repos_url": "https://api.github.com/users/jackd248/repos", + "events_url": "https://api.github.com/users/jackd248/events{/privacy}", + "received_events_url": "https://api.github.com/users/jackd248/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 44711119, + "download_count": 3257, + "created_at": "2016-12-19T14:37:28Z", + "updated_at": "2016-12-19T14:37:53Z", + "browser_download_url": "https://github.com/jackd248/temps/releases/download/v0.7.0/Temps-win32-ia32.zip" + }, + { + "url": "https://api.github.com/repos/jackd248/temps/releases/assets/2850257", + "id": 2850257, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI4NTAyNTc=", + "name": "Temps-win32-x64.zip", + "label": null, + "uploader": { + "login": "jackd248", + "id": 4558190, + "node_id": "MDQ6VXNlcjQ1NTgxOTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/4558190?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jackd248", + "html_url": "https://github.com/jackd248", + "followers_url": "https://api.github.com/users/jackd248/followers", + "following_url": "https://api.github.com/users/jackd248/following{/other_user}", + "gists_url": "https://api.github.com/users/jackd248/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jackd248/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jackd248/subscriptions", + "organizations_url": "https://api.github.com/users/jackd248/orgs", + "repos_url": "https://api.github.com/users/jackd248/repos", + "events_url": "https://api.github.com/users/jackd248/events{/privacy}", + "received_events_url": "https://api.github.com/users/jackd248/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 54566900, + "download_count": 6646, + "created_at": "2016-12-19T14:37:28Z", + "updated_at": "2016-12-19T14:37:41Z", + "browser_download_url": "https://github.com/jackd248/temps/releases/download/v0.7.0/Temps-win32-x64.zip" + } + ], + "tarball_url": "https://api.github.com/repos/jackd248/temps/tarball/v0.7.0", + "zipball_url": "https://api.github.com/repos/jackd248/temps/zipball/v0.7.0", + "body_html": "" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:31.803Z" + }, + "the-wall": { + "latestRelease": null, + "latestReleaseFetchedAt": "2020-09-18T00:10:31.847Z" + }, + "testmace": { + "latestRelease": null, + "latestReleaseFetchedAt": "2020-09-18T00:10:31.854Z" + }, + "texturelab": { + "latestRelease": { + "url": "https://api.github.com/repos/njbrown/texturelab/releases/23133071", + "assets_url": "https://api.github.com/repos/njbrown/texturelab/releases/23133071/assets", + "upload_url": "https://uploads.github.com/repos/njbrown/texturelab/releases/23133071/assets{?name,label}", + "html_url": "https://github.com/njbrown/texturelab/releases/tag/v0.2.0", + "id": 23133071, + "node_id": "MDc6UmVsZWFzZTIzMTMzMDcx", + "tag_name": "v0.2.0", + "target_commitish": "master", + "name": "TextureLab v0.2.0 Release", + "draft": false, + "author": { + "login": "njbrown", + "id": 1708550, + "node_id": "MDQ6VXNlcjE3MDg1NTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1708550?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/njbrown", + "html_url": "https://github.com/njbrown", + "followers_url": "https://api.github.com/users/njbrown/followers", + "following_url": "https://api.github.com/users/njbrown/following{/other_user}", + "gists_url": "https://api.github.com/users/njbrown/gists{/gist_id}", + "starred_url": "https://api.github.com/users/njbrown/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/njbrown/subscriptions", + "organizations_url": "https://api.github.com/users/njbrown/orgs", + "repos_url": "https://api.github.com/users/njbrown/repos", + "events_url": "https://api.github.com/users/njbrown/events{/privacy}", + "received_events_url": "https://api.github.com/users/njbrown/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2020-06-14T17:34:33Z", + "published_at": "2020-01-26T17:29:48Z", + "assets": [ + { + "url": "https://api.github.com/repos/njbrown/texturelab/releases/assets/17585736", + "id": 17585736, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NTg1NzM2", + "name": "Examples.zip", + "label": null, + "uploader": { + "login": "njbrown", + "id": 1708550, + "node_id": "MDQ6VXNlcjE3MDg1NTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1708550?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/njbrown", + "html_url": "https://github.com/njbrown", + "followers_url": "https://api.github.com/users/njbrown/followers", + "following_url": "https://api.github.com/users/njbrown/following{/other_user}", + "gists_url": "https://api.github.com/users/njbrown/gists{/gist_id}", + "starred_url": "https://api.github.com/users/njbrown/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/njbrown/subscriptions", + "organizations_url": "https://api.github.com/users/njbrown/orgs", + "repos_url": "https://api.github.com/users/njbrown/repos", + "events_url": "https://api.github.com/users/njbrown/events{/privacy}", + "received_events_url": "https://api.github.com/users/njbrown/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-zip-compressed", + "state": "uploaded", + "size": 11798, + "download_count": 82, + "created_at": "2020-01-26T17:29:42Z", + "updated_at": "2020-01-26T17:29:42Z", + "browser_download_url": "https://github.com/njbrown/texturelab/releases/download/v0.2.0/Examples.zip" + }, + { + "url": "https://api.github.com/repos/njbrown/texturelab/releases/assets/21747703", + "id": 21747703, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxNzQ3NzAz", + "name": "TextureLabLinux-v0.2.0.AppImage", + "label": null, + "uploader": { + "login": "njbrown", + "id": 1708550, + "node_id": "MDQ6VXNlcjE3MDg1NTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1708550?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/njbrown", + "html_url": "https://github.com/njbrown", + "followers_url": "https://api.github.com/users/njbrown/followers", + "following_url": "https://api.github.com/users/njbrown/following{/other_user}", + "gists_url": "https://api.github.com/users/njbrown/gists{/gist_id}", + "starred_url": "https://api.github.com/users/njbrown/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/njbrown/subscriptions", + "organizations_url": "https://api.github.com/users/njbrown/orgs", + "repos_url": "https://api.github.com/users/njbrown/repos", + "events_url": "https://api.github.com/users/njbrown/events{/privacy}", + "received_events_url": "https://api.github.com/users/njbrown/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 70865984, + "download_count": 34, + "created_at": "2020-06-15T03:54:27Z", + "updated_at": "2020-06-15T03:59:09Z", + "browser_download_url": "https://github.com/njbrown/texturelab/releases/download/v0.2.0/TextureLabLinux-v0.2.0.AppImage" + }, + { + "url": "https://api.github.com/repos/njbrown/texturelab/releases/assets/21747609", + "id": 21747609, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxNzQ3NjA5", + "name": "TextureLabLinux-v0.2.0.zip", + "label": null, + "uploader": { + "login": "njbrown", + "id": 1708550, + "node_id": "MDQ6VXNlcjE3MDg1NTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1708550?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/njbrown", + "html_url": "https://github.com/njbrown", + "followers_url": "https://api.github.com/users/njbrown/followers", + "following_url": "https://api.github.com/users/njbrown/following{/other_user}", + "gists_url": "https://api.github.com/users/njbrown/gists{/gist_id}", + "starred_url": "https://api.github.com/users/njbrown/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/njbrown/subscriptions", + "organizations_url": "https://api.github.com/users/njbrown/orgs", + "repos_url": "https://api.github.com/users/njbrown/repos", + "events_url": "https://api.github.com/users/njbrown/events{/privacy}", + "received_events_url": "https://api.github.com/users/njbrown/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-zip-compressed", + "state": "uploaded", + "size": 67391194, + "download_count": 17, + "created_at": "2020-06-15T03:45:32Z", + "updated_at": "2020-06-15T03:50:04Z", + "browser_download_url": "https://github.com/njbrown/texturelab/releases/download/v0.2.0/TextureLabLinux-v0.2.0.zip" + }, + { + "url": "https://api.github.com/repos/njbrown/texturelab/releases/assets/21747657", + "id": 21747657, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxNzQ3NjU3", + "name": "TextureLabWin-v0.2.0.zip", + "label": null, + "uploader": { + "login": "njbrown", + "id": 1708550, + "node_id": "MDQ6VXNlcjE3MDg1NTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1708550?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/njbrown", + "html_url": "https://github.com/njbrown", + "followers_url": "https://api.github.com/users/njbrown/followers", + "following_url": "https://api.github.com/users/njbrown/following{/other_user}", + "gists_url": "https://api.github.com/users/njbrown/gists{/gist_id}", + "starred_url": "https://api.github.com/users/njbrown/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/njbrown/subscriptions", + "organizations_url": "https://api.github.com/users/njbrown/orgs", + "repos_url": "https://api.github.com/users/njbrown/repos", + "events_url": "https://api.github.com/users/njbrown/events{/privacy}", + "received_events_url": "https://api.github.com/users/njbrown/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-zip-compressed", + "state": "uploaded", + "size": 63528222, + "download_count": 75, + "created_at": "2020-06-15T03:50:04Z", + "updated_at": "2020-06-15T03:54:26Z", + "browser_download_url": "https://github.com/njbrown/texturelab/releases/download/v0.2.0/TextureLabWin-v0.2.0.zip" + } + ], + "tarball_url": "https://api.github.com/repos/njbrown/texturelab/tarball/v0.2.0", + "zipball_url": "https://api.github.com/repos/njbrown/texturelab/zipball/v0.2.0", + "body_html": "" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:31.887Z" }, "teseve": { "latestRelease": { @@ -101477,7 +101664,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 61995491, - "download_count": 4957, + "download_count": 4958, "created_at": "2016-06-03T10:08:27Z", "updated_at": "2016-06-03T10:11:05Z", "browser_download_url": "https://github.com/teseve/teseve/releases/download/0.5.3/Teseve-0.5.3-win32-x64.zip" @@ -101487,236 +101674,7 @@ "zipball_url": "https://api.github.com/repos/teseve/teseve/zipball/0.5.3", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:53.506Z" - }, - "testmace": { - "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:53.577Z" - }, - "texturelab": { - "latestRelease": { - "url": "https://api.github.com/repos/njbrown/texturelab/releases/23133071", - "assets_url": "https://api.github.com/repos/njbrown/texturelab/releases/23133071/assets", - "upload_url": "https://uploads.github.com/repos/njbrown/texturelab/releases/23133071/assets{?name,label}", - "html_url": "https://github.com/njbrown/texturelab/releases/tag/v0.2.0", - "id": 23133071, - "node_id": "MDc6UmVsZWFzZTIzMTMzMDcx", - "tag_name": "v0.2.0", - "target_commitish": "master", - "name": "TextureLab v0.2.0 Release", - "draft": false, - "author": { - "login": "njbrown", - "id": 1708550, - "node_id": "MDQ6VXNlcjE3MDg1NTA=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1708550?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/njbrown", - "html_url": "https://github.com/njbrown", - "followers_url": "https://api.github.com/users/njbrown/followers", - "following_url": "https://api.github.com/users/njbrown/following{/other_user}", - "gists_url": "https://api.github.com/users/njbrown/gists{/gist_id}", - "starred_url": "https://api.github.com/users/njbrown/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/njbrown/subscriptions", - "organizations_url": "https://api.github.com/users/njbrown/orgs", - "repos_url": "https://api.github.com/users/njbrown/repos", - "events_url": "https://api.github.com/users/njbrown/events{/privacy}", - "received_events_url": "https://api.github.com/users/njbrown/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2020-06-14T17:34:33Z", - "published_at": "2020-01-26T17:29:48Z", - "assets": [ - { - "url": "https://api.github.com/repos/njbrown/texturelab/releases/assets/17585736", - "id": 17585736, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NTg1NzM2", - "name": "Examples.zip", - "label": null, - "uploader": { - "login": "njbrown", - "id": 1708550, - "node_id": "MDQ6VXNlcjE3MDg1NTA=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1708550?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/njbrown", - "html_url": "https://github.com/njbrown", - "followers_url": "https://api.github.com/users/njbrown/followers", - "following_url": "https://api.github.com/users/njbrown/following{/other_user}", - "gists_url": "https://api.github.com/users/njbrown/gists{/gist_id}", - "starred_url": "https://api.github.com/users/njbrown/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/njbrown/subscriptions", - "organizations_url": "https://api.github.com/users/njbrown/orgs", - "repos_url": "https://api.github.com/users/njbrown/repos", - "events_url": "https://api.github.com/users/njbrown/events{/privacy}", - "received_events_url": "https://api.github.com/users/njbrown/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-zip-compressed", - "state": "uploaded", - "size": 11798, - "download_count": 82, - "created_at": "2020-01-26T17:29:42Z", - "updated_at": "2020-01-26T17:29:42Z", - "browser_download_url": "https://github.com/njbrown/texturelab/releases/download/v0.2.0/Examples.zip" - }, - { - "url": "https://api.github.com/repos/njbrown/texturelab/releases/assets/21747703", - "id": 21747703, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIxNzQ3NzAz", - "name": "TextureLabLinux-v0.2.0.AppImage", - "label": null, - "uploader": { - "login": "njbrown", - "id": 1708550, - "node_id": "MDQ6VXNlcjE3MDg1NTA=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1708550?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/njbrown", - "html_url": "https://github.com/njbrown", - "followers_url": "https://api.github.com/users/njbrown/followers", - "following_url": "https://api.github.com/users/njbrown/following{/other_user}", - "gists_url": "https://api.github.com/users/njbrown/gists{/gist_id}", - "starred_url": "https://api.github.com/users/njbrown/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/njbrown/subscriptions", - "organizations_url": "https://api.github.com/users/njbrown/orgs", - "repos_url": "https://api.github.com/users/njbrown/repos", - "events_url": "https://api.github.com/users/njbrown/events{/privacy}", - "received_events_url": "https://api.github.com/users/njbrown/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 70865984, - "download_count": 34, - "created_at": "2020-06-15T03:54:27Z", - "updated_at": "2020-06-15T03:59:09Z", - "browser_download_url": "https://github.com/njbrown/texturelab/releases/download/v0.2.0/TextureLabLinux-v0.2.0.AppImage" - }, - { - "url": "https://api.github.com/repos/njbrown/texturelab/releases/assets/21747609", - "id": 21747609, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIxNzQ3NjA5", - "name": "TextureLabLinux-v0.2.0.zip", - "label": null, - "uploader": { - "login": "njbrown", - "id": 1708550, - "node_id": "MDQ6VXNlcjE3MDg1NTA=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1708550?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/njbrown", - "html_url": "https://github.com/njbrown", - "followers_url": "https://api.github.com/users/njbrown/followers", - "following_url": "https://api.github.com/users/njbrown/following{/other_user}", - "gists_url": "https://api.github.com/users/njbrown/gists{/gist_id}", - "starred_url": "https://api.github.com/users/njbrown/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/njbrown/subscriptions", - "organizations_url": "https://api.github.com/users/njbrown/orgs", - "repos_url": "https://api.github.com/users/njbrown/repos", - "events_url": "https://api.github.com/users/njbrown/events{/privacy}", - "received_events_url": "https://api.github.com/users/njbrown/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-zip-compressed", - "state": "uploaded", - "size": 67391194, - "download_count": 17, - "created_at": "2020-06-15T03:45:32Z", - "updated_at": "2020-06-15T03:50:04Z", - "browser_download_url": "https://github.com/njbrown/texturelab/releases/download/v0.2.0/TextureLabLinux-v0.2.0.zip" - }, - { - "url": "https://api.github.com/repos/njbrown/texturelab/releases/assets/21747657", - "id": 21747657, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIxNzQ3NjU3", - "name": "TextureLabWin-v0.2.0.zip", - "label": null, - "uploader": { - "login": "njbrown", - "id": 1708550, - "node_id": "MDQ6VXNlcjE3MDg1NTA=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1708550?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/njbrown", - "html_url": "https://github.com/njbrown", - "followers_url": "https://api.github.com/users/njbrown/followers", - "following_url": "https://api.github.com/users/njbrown/following{/other_user}", - "gists_url": "https://api.github.com/users/njbrown/gists{/gist_id}", - "starred_url": "https://api.github.com/users/njbrown/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/njbrown/subscriptions", - "organizations_url": "https://api.github.com/users/njbrown/orgs", - "repos_url": "https://api.github.com/users/njbrown/repos", - "events_url": "https://api.github.com/users/njbrown/events{/privacy}", - "received_events_url": "https://api.github.com/users/njbrown/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-zip-compressed", - "state": "uploaded", - "size": 63528222, - "download_count": 75, - "created_at": "2020-06-15T03:50:04Z", - "updated_at": "2020-06-15T03:54:26Z", - "browser_download_url": "https://github.com/njbrown/texturelab/releases/download/v0.2.0/TextureLabWin-v0.2.0.zip" - } - ], - "tarball_url": "https://api.github.com/repos/njbrown/texturelab/tarball/v0.2.0", - "zipball_url": "https://api.github.com/repos/njbrown/texturelab/zipball/v0.2.0", - "body_html": "" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:53.611Z" - }, - "the-wall": { - "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:53.629Z" - }, - "themebuilder": { - "latestRelease": { - "url": "https://api.github.com/repos/wurde/themebuilder/releases/20676727", - "assets_url": "https://api.github.com/repos/wurde/themebuilder/releases/20676727/assets", - "upload_url": "https://uploads.github.com/repos/wurde/themebuilder/releases/20676727/assets{?name,label}", - "html_url": "https://github.com/wurde/themebuilder/releases/tag/2.2.0", - "id": 20676727, - "node_id": "MDc6UmVsZWFzZTIwNjc2NzI3", - "tag_name": "2.2.0", - "target_commitish": "90828fcccf6e9011a0b8e187c50b1caf6045430a", - "name": "Components", - "draft": false, - "author": { - "login": "wurde", - "id": 21303095, - "node_id": "MDQ6VXNlcjIxMzAzMDk1", - "avatar_url": "https://avatars3.githubusercontent.com/u/21303095?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/wurde", - "html_url": "https://github.com/wurde", - "followers_url": "https://api.github.com/users/wurde/followers", - "following_url": "https://api.github.com/users/wurde/following{/other_user}", - "gists_url": "https://api.github.com/users/wurde/gists{/gist_id}", - "starred_url": "https://api.github.com/users/wurde/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/wurde/subscriptions", - "organizations_url": "https://api.github.com/users/wurde/orgs", - "repos_url": "https://api.github.com/users/wurde/repos", - "events_url": "https://api.github.com/users/wurde/events{/privacy}", - "received_events_url": "https://api.github.com/users/wurde/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2019-10-14T09:43:24Z", - "published_at": "2019-10-14T09:44:15Z", - "assets": [], - "tarball_url": "https://api.github.com/repos/wurde/themebuilder/tarball/2.2.0", - "zipball_url": "https://api.github.com/repos/wurde/themebuilder/zipball/2.2.0", - "body_html": "

Minor Changes

\n" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:53.918Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:31.904Z" }, "themer": { "latestRelease": { @@ -102021,7 +101979,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 47509266, - "download_count": 331, + "download_count": 332, "created_at": "2019-03-24T03:17:29Z", "updated_at": "2019-03-24T03:17:44Z", "browser_download_url": "https://github.com/mjswensen/themer-gui/releases/download/v0.19.0/themer-gui-setup-0.19.0.exe" @@ -102099,7 +102057,7 @@ "zipball_url": "https://api.github.com/repos/mjswensen/themer-gui/zipball/v0.19.0", "body_html": "

A brand new, Progressive Web App for themer has been released! It has a few more features and advantages over this Electron-based application.

\n

This update officially deprecates this application, but have no fear—there is a link in the deprecation message that will open your current theme in the new web UI, so porting your custom themes over should be pretty painless. 🙌

\n

Thank you for using themer and I'll look forward to seeing you over on themer.mjswensen.com! 🎨

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:53.921Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:31.969Z" }, "thermal": { "latestRelease": { @@ -102268,7 +102226,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 69839003, - "download_count": 479, + "download_count": 480, "created_at": "2019-07-08T11:46:18Z", "updated_at": "2019-07-08T11:46:25Z", "browser_download_url": "https://github.com/gitthermal/thermal/releases/download/v0.0.4/thermal-linux-x86_64-0.0.4.AppImage" @@ -102370,7 +102328,7 @@ "content_type": "application/x-msdownload", "state": "uploaded", "size": 87877480, - "download_count": 1635, + "download_count": 1636, "created_at": "2019-07-08T11:46:40Z", "updated_at": "2019-07-08T11:46:48Z", "browser_download_url": "https://github.com/gitthermal/thermal/releases/download/v0.0.4/thermal-win-0.0.4.exe" @@ -102380,7 +102338,7 @@ "zipball_url": "https://api.github.com/repos/gitthermal/thermal/zipball/v0.0.4", "body_html": "
\n Annotations\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
MarkDescription
💡feature
improvements
👨🏻‍💻scoped to codebase
🧪experimental
🐞bug fixes
\n
\n

💡 Features

\n\n

Improvements

\n\n

👨🏻‍💻 Codebase

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:53.946Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:31.980Z" }, "thismypc": { "latestRelease": { @@ -102422,11 +102380,57 @@ "zipball_url": "https://api.github.com/repos/supunlakmal/thismypc/zipball/v0.3.4", "body_html": "

\n

You can get a screenshot of the computer screen that you connected to. 𝙈𝙪𝙡𝙩𝙞𝙥𝙡𝙚 𝙨𝙘𝙧𝙚𝙚𝙣𝙨 𝙨𝙪𝙥𝙥𝙤𝙧𝙩𝙚𝙙.

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:53.981Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:31.987Z" }, "thrifty": { "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:54.229Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:32.021Z" + }, + "themebuilder": { + "latestRelease": { + "url": "https://api.github.com/repos/wurde/themebuilder/releases/20676727", + "assets_url": "https://api.github.com/repos/wurde/themebuilder/releases/20676727/assets", + "upload_url": "https://uploads.github.com/repos/wurde/themebuilder/releases/20676727/assets{?name,label}", + "html_url": "https://github.com/wurde/themebuilder/releases/tag/2.2.0", + "id": 20676727, + "node_id": "MDc6UmVsZWFzZTIwNjc2NzI3", + "tag_name": "2.2.0", + "target_commitish": "90828fcccf6e9011a0b8e187c50b1caf6045430a", + "name": "Components", + "draft": false, + "author": { + "login": "wurde", + "id": 21303095, + "node_id": "MDQ6VXNlcjIxMzAzMDk1", + "avatar_url": "https://avatars3.githubusercontent.com/u/21303095?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wurde", + "html_url": "https://github.com/wurde", + "followers_url": "https://api.github.com/users/wurde/followers", + "following_url": "https://api.github.com/users/wurde/following{/other_user}", + "gists_url": "https://api.github.com/users/wurde/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wurde/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wurde/subscriptions", + "organizations_url": "https://api.github.com/users/wurde/orgs", + "repos_url": "https://api.github.com/users/wurde/repos", + "events_url": "https://api.github.com/users/wurde/events{/privacy}", + "received_events_url": "https://api.github.com/users/wurde/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2019-10-14T09:43:24Z", + "published_at": "2019-10-14T09:44:15Z", + "assets": [], + "tarball_url": "https://api.github.com/repos/wurde/themebuilder/tarball/2.2.0", + "zipball_url": "https://api.github.com/repos/wurde/themebuilder/zipball/2.2.0", + "body_html": "

Minor Changes

\n" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:32.044Z" + }, + "tidy-up": { + "latestRelease": null, + "latestReleaseFetchedAt": "2020-09-18T00:10:32.070Z" }, "thomas": { "latestRelease": { @@ -102629,7 +102633,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 77013099, - "download_count": 406, + "download_count": 407, "created_at": "2019-02-01T12:48:48Z", "updated_at": "2019-02-01T12:48:51Z", "browser_download_url": "https://github.com/andrepolischuk/thomas/releases/download/v0.6.0/thomas-0.6.0-x86_64.AppImage" @@ -102731,7 +102735,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 43780614, - "download_count": 17087, + "download_count": 17089, "created_at": "2019-02-01T12:51:58Z", "updated_at": "2019-02-01T12:52:00Z", "browser_download_url": "https://github.com/andrepolischuk/thomas/releases/download/v0.6.0/thomas-setup-0.6.0.exe" @@ -102809,7 +102813,7 @@ "zipball_url": "https://api.github.com/repos/andrepolischuk/thomas/zipball/v0.6.0", "body_html": "

Dark mode support

\n

Patches

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:54.267Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:32.079Z" }, "thunderdocs": { "latestRelease": { @@ -102886,11 +102890,7 @@ "zipball_url": "https://api.github.com/repos/Vista1nik/ThunderDocs/zipball/1.5.0", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:54.290Z" - }, - "tidy-up": { - "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:54.290Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:32.105Z" }, "tim": { "latestRelease": { @@ -103025,7 +103025,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 70503184, - "download_count": 1, + "download_count": 2, "created_at": "2020-07-15T09:43:00Z", "updated_at": "2020-07-15T09:43:19Z", "browser_download_url": "https://github.com/tborychowski/tim/releases/download/v3.5.2/TIM-3.5.2.dmg" @@ -103069,7 +103069,7 @@ "zipball_url": "https://api.github.com/repos/tborychowski/tim/zipball/v3.5.2", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:54.567Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:32.141Z" }, "timestamp": { "latestRelease": { @@ -103136,7 +103136,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 42804952, - "download_count": 3823, + "download_count": 3824, "created_at": "2016-09-08T23:33:26Z", "updated_at": "2016-09-08T23:33:39Z", "browser_download_url": "https://github.com/mzdr/timestamp/releases/download/1.0.1/Timestamp-1.0.1-mac.zip" @@ -103146,7 +103146,7 @@ "zipball_url": "https://api.github.com/repos/mzdr/timestamp/zipball/1.0.1", "body_html": "

Fixed calendar positioning bug and multiple windows bug.

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:54.629Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:32.168Z" }, "timeseriesadmin": { "latestRelease": { @@ -103213,7 +103213,7 @@ "content_type": "application/x-deb", "state": "uploaded", "size": 67203250, - "download_count": 28, + "download_count": 29, "created_at": "2020-08-30T19:57:00Z", "updated_at": "2020-08-30T19:58:18Z", "browser_download_url": "https://github.com/timeseriesadmin/timeseriesadmin/releases/download/v0.1.12/TimeSeriesAdmin.deb" @@ -103247,7 +103247,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 111605928, - "download_count": 113, + "download_count": 116, "created_at": "2020-08-30T20:17:51Z", "updated_at": "2020-08-30T20:26:24Z", "browser_download_url": "https://github.com/timeseriesadmin/timeseriesadmin/releases/download/v0.1.12/TimeSeriesAdmin.dmg" @@ -103281,7 +103281,7 @@ "content_type": "application/x-msdownload", "state": "uploaded", "size": 80451343, - "download_count": 147, + "download_count": 150, "created_at": "2020-08-30T20:29:24Z", "updated_at": "2020-08-30T20:30:35Z", "browser_download_url": "https://github.com/timeseriesadmin/timeseriesadmin/releases/download/v0.1.12/TimeSeriesAdmin.exe" @@ -103291,7 +103291,7 @@ "zipball_url": "https://api.github.com/repos/timeseriesadmin/timeseriesadmin/zipball/v0.1.12", "body_html": "

🐛 Bug Fix

\n\n

🚀 New Features

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:54.642Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:32.179Z" }, "timetable": { "latestRelease": { @@ -103436,7 +103436,7 @@ "zipball_url": "https://api.github.com/repos/willyb321/electron-menubar-timetable/zipball/v1.6.3", "body_html": "

Basically a maintenance release.

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:54.664Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:32.238Z" }, "tiny-timer": { "latestRelease": { @@ -103537,7 +103537,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 475, - "download_count": 1416, + "download_count": 1421, "created_at": "2019-01-12T19:46:08Z", "updated_at": "2019-01-12T19:46:08Z", "browser_download_url": "https://github.com/HyunmoAhn/Tiny-Timer/releases/download/v1.0.2/latest-mac.yml" @@ -103819,7 +103819,7 @@ "zipball_url": "https://api.github.com/repos/HyunmoAhn/Tiny-Timer/zipball/v1.0.2", "body_html": "

Feature

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:54.917Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:32.240Z" }, "todo-sticker": { "latestRelease": { @@ -103886,7 +103886,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 55043151, - "download_count": 202, + "download_count": 203, "created_at": "2019-03-06T06:51:32Z", "updated_at": "2019-03-06T06:52:16Z", "browser_download_url": "https://github.com/ambisign-gavin/todo-sticker/releases/download/v1.0.0/mac-installer.dmg" @@ -103930,7 +103930,194 @@ "zipball_url": "https://api.github.com/repos/ambisign-gavin/todo-sticker/zipball/v1.0.0", "body_html": "

Features

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:54.963Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:32.252Z" + }, + "todometer": { + "latestRelease": { + "url": "https://api.github.com/repos/cassidoo/todometer/releases/24017631", + "assets_url": "https://api.github.com/repos/cassidoo/todometer/releases/24017631/assets", + "upload_url": "https://uploads.github.com/repos/cassidoo/todometer/releases/24017631/assets{?name,label}", + "html_url": "https://github.com/cassidoo/todometer/releases/tag/v2.0.1", + "id": 24017631, + "node_id": "MDc6UmVsZWFzZTI0MDE3NjMx", + "tag_name": "v2.0.1", + "target_commitish": "master", + "name": "Version 2.0.1", + "draft": false, + "author": { + "login": "cassidoo", + "id": 1454517, + "node_id": "MDQ6VXNlcjE0NTQ1MTc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1454517?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cassidoo", + "html_url": "https://github.com/cassidoo", + "followers_url": "https://api.github.com/users/cassidoo/followers", + "following_url": "https://api.github.com/users/cassidoo/following{/other_user}", + "gists_url": "https://api.github.com/users/cassidoo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cassidoo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cassidoo/subscriptions", + "organizations_url": "https://api.github.com/users/cassidoo/orgs", + "repos_url": "https://api.github.com/users/cassidoo/repos", + "events_url": "https://api.github.com/users/cassidoo/events{/privacy}", + "received_events_url": "https://api.github.com/users/cassidoo/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2020-02-26T20:57:34Z", + "published_at": "2020-02-26T21:27:09Z", + "assets": [ + { + "url": "https://api.github.com/repos/cassidoo/todometer/releases/assets/18318049", + "id": 18318049, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE4MzE4MDQ5", + "name": "todometer.for.linux.zip", + "label": null, + "uploader": { + "login": "cassidoo", + "id": 1454517, + "node_id": "MDQ6VXNlcjE0NTQ1MTc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1454517?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cassidoo", + "html_url": "https://github.com/cassidoo", + "followers_url": "https://api.github.com/users/cassidoo/followers", + "following_url": "https://api.github.com/users/cassidoo/following{/other_user}", + "gists_url": "https://api.github.com/users/cassidoo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cassidoo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cassidoo/subscriptions", + "organizations_url": "https://api.github.com/users/cassidoo/orgs", + "repos_url": "https://api.github.com/users/cassidoo/repos", + "events_url": "https://api.github.com/users/cassidoo/events{/privacy}", + "received_events_url": "https://api.github.com/users/cassidoo/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 70804485, + "download_count": 747, + "created_at": "2020-02-26T21:05:26Z", + "updated_at": "2020-02-26T21:06:04Z", + "browser_download_url": "https://github.com/cassidoo/todometer/releases/download/v2.0.1/todometer.for.linux.zip" + }, + { + "url": "https://api.github.com/repos/cassidoo/todometer/releases/assets/18318059", + "id": 18318059, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE4MzE4MDU5", + "name": "todometer.for.mac.zip", + "label": null, + "uploader": { + "login": "cassidoo", + "id": 1454517, + "node_id": "MDQ6VXNlcjE0NTQ1MTc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1454517?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cassidoo", + "html_url": "https://github.com/cassidoo", + "followers_url": "https://api.github.com/users/cassidoo/followers", + "following_url": "https://api.github.com/users/cassidoo/following{/other_user}", + "gists_url": "https://api.github.com/users/cassidoo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cassidoo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cassidoo/subscriptions", + "organizations_url": "https://api.github.com/users/cassidoo/orgs", + "repos_url": "https://api.github.com/users/cassidoo/repos", + "events_url": "https://api.github.com/users/cassidoo/events{/privacy}", + "received_events_url": "https://api.github.com/users/cassidoo/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 64290796, + "download_count": 960, + "created_at": "2020-02-26T21:06:04Z", + "updated_at": "2020-02-26T21:06:22Z", + "browser_download_url": "https://github.com/cassidoo/todometer/releases/download/v2.0.1/todometer.for.mac.zip" + }, + { + "url": "https://api.github.com/repos/cassidoo/todometer/releases/assets/18318064", + "id": 18318064, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE4MzE4MDY0", + "name": "todometer.for.windows.zip", + "label": null, + "uploader": { + "login": "cassidoo", + "id": 1454517, + "node_id": "MDQ6VXNlcjE0NTQ1MTc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1454517?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cassidoo", + "html_url": "https://github.com/cassidoo", + "followers_url": "https://api.github.com/users/cassidoo/followers", + "following_url": "https://api.github.com/users/cassidoo/following{/other_user}", + "gists_url": "https://api.github.com/users/cassidoo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cassidoo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cassidoo/subscriptions", + "organizations_url": "https://api.github.com/users/cassidoo/orgs", + "repos_url": "https://api.github.com/users/cassidoo/repos", + "events_url": "https://api.github.com/users/cassidoo/events{/privacy}", + "received_events_url": "https://api.github.com/users/cassidoo/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 64728993, + "download_count": 2753, + "created_at": "2020-02-26T21:06:22Z", + "updated_at": "2020-02-26T21:06:31Z", + "browser_download_url": "https://github.com/cassidoo/todometer/releases/download/v2.0.1/todometer.for.windows.zip" + } + ], + "tarball_url": "https://api.github.com/repos/cassidoo/todometer/tarball/v2.0.1", + "zipball_url": "https://api.github.com/repos/cassidoo/todometer/zipball/v2.0.1", + "body_html": "

They say that the best way to find bugs is to make a release. Here's the latest with some improvements:

\n" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:32.326Z" + }, + "todokit": { + "latestRelease": { + "url": "https://api.github.com/repos/joe-lz/TodoKit/releases/8865728", + "assets_url": "https://api.github.com/repos/joe-lz/TodoKit/releases/8865728/assets", + "upload_url": "https://uploads.github.com/repos/joe-lz/TodoKit/releases/8865728/assets{?name,label}", + "html_url": "https://github.com/joe-lz/TodoKit/releases/tag/2.2.1", + "id": 8865728, + "node_id": "MDc6UmVsZWFzZTg4NjU3Mjg=", + "tag_name": "2.2.1", + "target_commitish": "dev", + "name": "v2.2.1", + "draft": false, + "author": { + "login": "joe-lz", + "id": 8166360, + "node_id": "MDQ6VXNlcjgxNjYzNjA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/8166360?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/joe-lz", + "html_url": "https://github.com/joe-lz", + "followers_url": "https://api.github.com/users/joe-lz/followers", + "following_url": "https://api.github.com/users/joe-lz/following{/other_user}", + "gists_url": "https://api.github.com/users/joe-lz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/joe-lz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/joe-lz/subscriptions", + "organizations_url": "https://api.github.com/users/joe-lz/orgs", + "repos_url": "https://api.github.com/users/joe-lz/repos", + "events_url": "https://api.github.com/users/joe-lz/events{/privacy}", + "received_events_url": "https://api.github.com/users/joe-lz/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2017-12-12T08:08:45Z", + "published_at": "2017-12-12T08:21:46Z", + "assets": [], + "tarball_url": "https://api.github.com/repos/joe-lz/TodoKit/tarball/2.2.1", + "zipball_url": "https://api.github.com/repos/joe-lz/TodoKit/zipball/2.2.1", + "body_html": "

国内下载

\n" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:32.332Z" }, "todolist": { "latestRelease": { @@ -103997,7 +104184,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 369, - "download_count": 70, + "download_count": 71, "created_at": "2020-08-01T13:11:40Z", "updated_at": "2020-08-01T13:11:40Z", "browser_download_url": "https://github.com/blaadje/Todolist/releases/download/v0.28.1/latest-linux.yml" @@ -104031,7 +104218,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 516, - "download_count": 239, + "download_count": 240, "created_at": "2020-08-01T13:11:56Z", "updated_at": "2020-08-01T13:11:56Z", "browser_download_url": "https://github.com/blaadje/Todolist/releases/download/v0.28.1/latest-mac.yml" @@ -104065,7 +104252,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 347, - "download_count": 2841, + "download_count": 2886, "created_at": "2020-08-01T13:12:12Z", "updated_at": "2020-08-01T13:12:13Z", "browser_download_url": "https://github.com/blaadje/Todolist/releases/download/v0.28.1/latest.yml" @@ -104133,7 +104320,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 78385787, - "download_count": 119, + "download_count": 120, "created_at": "2020-08-01T13:10:30Z", "updated_at": "2020-08-01T13:10:32Z", "browser_download_url": "https://github.com/blaadje/Todolist/releases/download/v0.28.1/Todolist-0.28.1.AppImage" @@ -104167,7 +104354,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 77254206, - "download_count": 195, + "download_count": 196, "created_at": "2020-08-01T13:11:21Z", "updated_at": "2020-08-01T13:11:25Z", "browser_download_url": "https://github.com/blaadje/Todolist/releases/download/v0.28.1/Todolist-0.28.1.dmg" @@ -104235,7 +104422,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 51860404, - "download_count": 2406, + "download_count": 2431, "created_at": "2020-08-01T13:12:09Z", "updated_at": "2020-08-01T13:12:12Z", "browser_download_url": "https://github.com/blaadje/Todolist/releases/download/v0.28.1/Todolist-Setup-0.28.1.exe" @@ -104271,202 +104458,15 @@ "size": 55938, "download_count": 48, "created_at": "2020-08-01T13:12:09Z", - "updated_at": "2020-08-01T13:12:09Z", - "browser_download_url": "https://github.com/blaadje/Todolist/releases/download/v0.28.1/Todolist-Setup-0.28.1.exe.blockmap" - } - ], - "tarball_url": "https://api.github.com/repos/blaadje/Todolist/tarball/v0.28.1", - "zipball_url": "https://api.github.com/repos/blaadje/Todolist/zipball/v0.28.1", - "body_html": "" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:55.031Z" - }, - "todometer": { - "latestRelease": { - "url": "https://api.github.com/repos/cassidoo/todometer/releases/24017631", - "assets_url": "https://api.github.com/repos/cassidoo/todometer/releases/24017631/assets", - "upload_url": "https://uploads.github.com/repos/cassidoo/todometer/releases/24017631/assets{?name,label}", - "html_url": "https://github.com/cassidoo/todometer/releases/tag/v2.0.1", - "id": 24017631, - "node_id": "MDc6UmVsZWFzZTI0MDE3NjMx", - "tag_name": "v2.0.1", - "target_commitish": "master", - "name": "Version 2.0.1", - "draft": false, - "author": { - "login": "cassidoo", - "id": 1454517, - "node_id": "MDQ6VXNlcjE0NTQ1MTc=", - "avatar_url": "https://avatars2.githubusercontent.com/u/1454517?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/cassidoo", - "html_url": "https://github.com/cassidoo", - "followers_url": "https://api.github.com/users/cassidoo/followers", - "following_url": "https://api.github.com/users/cassidoo/following{/other_user}", - "gists_url": "https://api.github.com/users/cassidoo/gists{/gist_id}", - "starred_url": "https://api.github.com/users/cassidoo/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/cassidoo/subscriptions", - "organizations_url": "https://api.github.com/users/cassidoo/orgs", - "repos_url": "https://api.github.com/users/cassidoo/repos", - "events_url": "https://api.github.com/users/cassidoo/events{/privacy}", - "received_events_url": "https://api.github.com/users/cassidoo/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2020-02-26T20:57:34Z", - "published_at": "2020-02-26T21:27:09Z", - "assets": [ - { - "url": "https://api.github.com/repos/cassidoo/todometer/releases/assets/18318049", - "id": 18318049, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE4MzE4MDQ5", - "name": "todometer.for.linux.zip", - "label": null, - "uploader": { - "login": "cassidoo", - "id": 1454517, - "node_id": "MDQ6VXNlcjE0NTQ1MTc=", - "avatar_url": "https://avatars2.githubusercontent.com/u/1454517?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/cassidoo", - "html_url": "https://github.com/cassidoo", - "followers_url": "https://api.github.com/users/cassidoo/followers", - "following_url": "https://api.github.com/users/cassidoo/following{/other_user}", - "gists_url": "https://api.github.com/users/cassidoo/gists{/gist_id}", - "starred_url": "https://api.github.com/users/cassidoo/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/cassidoo/subscriptions", - "organizations_url": "https://api.github.com/users/cassidoo/orgs", - "repos_url": "https://api.github.com/users/cassidoo/repos", - "events_url": "https://api.github.com/users/cassidoo/events{/privacy}", - "received_events_url": "https://api.github.com/users/cassidoo/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 70804485, - "download_count": 746, - "created_at": "2020-02-26T21:05:26Z", - "updated_at": "2020-02-26T21:06:04Z", - "browser_download_url": "https://github.com/cassidoo/todometer/releases/download/v2.0.1/todometer.for.linux.zip" - }, - { - "url": "https://api.github.com/repos/cassidoo/todometer/releases/assets/18318059", - "id": 18318059, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE4MzE4MDU5", - "name": "todometer.for.mac.zip", - "label": null, - "uploader": { - "login": "cassidoo", - "id": 1454517, - "node_id": "MDQ6VXNlcjE0NTQ1MTc=", - "avatar_url": "https://avatars2.githubusercontent.com/u/1454517?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/cassidoo", - "html_url": "https://github.com/cassidoo", - "followers_url": "https://api.github.com/users/cassidoo/followers", - "following_url": "https://api.github.com/users/cassidoo/following{/other_user}", - "gists_url": "https://api.github.com/users/cassidoo/gists{/gist_id}", - "starred_url": "https://api.github.com/users/cassidoo/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/cassidoo/subscriptions", - "organizations_url": "https://api.github.com/users/cassidoo/orgs", - "repos_url": "https://api.github.com/users/cassidoo/repos", - "events_url": "https://api.github.com/users/cassidoo/events{/privacy}", - "received_events_url": "https://api.github.com/users/cassidoo/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 64290796, - "download_count": 960, - "created_at": "2020-02-26T21:06:04Z", - "updated_at": "2020-02-26T21:06:22Z", - "browser_download_url": "https://github.com/cassidoo/todometer/releases/download/v2.0.1/todometer.for.mac.zip" - }, - { - "url": "https://api.github.com/repos/cassidoo/todometer/releases/assets/18318064", - "id": 18318064, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE4MzE4MDY0", - "name": "todometer.for.windows.zip", - "label": null, - "uploader": { - "login": "cassidoo", - "id": 1454517, - "node_id": "MDQ6VXNlcjE0NTQ1MTc=", - "avatar_url": "https://avatars2.githubusercontent.com/u/1454517?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/cassidoo", - "html_url": "https://github.com/cassidoo", - "followers_url": "https://api.github.com/users/cassidoo/followers", - "following_url": "https://api.github.com/users/cassidoo/following{/other_user}", - "gists_url": "https://api.github.com/users/cassidoo/gists{/gist_id}", - "starred_url": "https://api.github.com/users/cassidoo/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/cassidoo/subscriptions", - "organizations_url": "https://api.github.com/users/cassidoo/orgs", - "repos_url": "https://api.github.com/users/cassidoo/repos", - "events_url": "https://api.github.com/users/cassidoo/events{/privacy}", - "received_events_url": "https://api.github.com/users/cassidoo/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 64728993, - "download_count": 2746, - "created_at": "2020-02-26T21:06:22Z", - "updated_at": "2020-02-26T21:06:31Z", - "browser_download_url": "https://github.com/cassidoo/todometer/releases/download/v2.0.1/todometer.for.windows.zip" + "updated_at": "2020-08-01T13:12:09Z", + "browser_download_url": "https://github.com/blaadje/Todolist/releases/download/v0.28.1/Todolist-Setup-0.28.1.exe.blockmap" } ], - "tarball_url": "https://api.github.com/repos/cassidoo/todometer/tarball/v2.0.1", - "zipball_url": "https://api.github.com/repos/cassidoo/todometer/zipball/v2.0.1", - "body_html": "

They say that the best way to find bugs is to make a release. Here's the latest with some improvements:

\n" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:55.273Z" - }, - "todokit": { - "latestRelease": { - "url": "https://api.github.com/repos/joe-lz/TodoKit/releases/8865728", - "assets_url": "https://api.github.com/repos/joe-lz/TodoKit/releases/8865728/assets", - "upload_url": "https://uploads.github.com/repos/joe-lz/TodoKit/releases/8865728/assets{?name,label}", - "html_url": "https://github.com/joe-lz/TodoKit/releases/tag/2.2.1", - "id": 8865728, - "node_id": "MDc6UmVsZWFzZTg4NjU3Mjg=", - "tag_name": "2.2.1", - "target_commitish": "dev", - "name": "v2.2.1", - "draft": false, - "author": { - "login": "joe-lz", - "id": 8166360, - "node_id": "MDQ6VXNlcjgxNjYzNjA=", - "avatar_url": "https://avatars1.githubusercontent.com/u/8166360?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/joe-lz", - "html_url": "https://github.com/joe-lz", - "followers_url": "https://api.github.com/users/joe-lz/followers", - "following_url": "https://api.github.com/users/joe-lz/following{/other_user}", - "gists_url": "https://api.github.com/users/joe-lz/gists{/gist_id}", - "starred_url": "https://api.github.com/users/joe-lz/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/joe-lz/subscriptions", - "organizations_url": "https://api.github.com/users/joe-lz/orgs", - "repos_url": "https://api.github.com/users/joe-lz/repos", - "events_url": "https://api.github.com/users/joe-lz/events{/privacy}", - "received_events_url": "https://api.github.com/users/joe-lz/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2017-12-12T08:08:45Z", - "published_at": "2017-12-12T08:21:46Z", - "assets": [], - "tarball_url": "https://api.github.com/repos/joe-lz/TodoKit/tarball/2.2.1", - "zipball_url": "https://api.github.com/repos/joe-lz/TodoKit/zipball/2.2.1", - "body_html": "

国内下载

\n" + "tarball_url": "https://api.github.com/repos/blaadje/Todolist/tarball/v0.28.1", + "zipball_url": "https://api.github.com/repos/blaadje/Todolist/zipball/v0.28.1", + "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:55.280Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:32.374Z" }, "todu": { "latestRelease": { @@ -104577,7 +104577,7 @@ "zipball_url": "https://api.github.com/repos/CyanSalt/todu/zipball/v1.10.2", "body_html": "

Changes

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:55.323Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:32.383Z" }, "tofino": { "latestRelease": { @@ -104824,7 +104824,7 @@ "zipball_url": "https://api.github.com/repos/mozilla/tofino/zipball/v0.2.0", "body_html": "

Draft release

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:55.395Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:32.453Z" }, "transee": { "latestRelease": { @@ -104891,7 +104891,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 509, - "download_count": 25839, + "download_count": 25847, "created_at": "2018-12-27T17:48:46Z", "updated_at": "2018-12-27T17:48:46Z", "browser_download_url": "https://github.com/alessioforte/transee/releases/download/v1.2.5/latest-mac.yml" @@ -104925,7 +104925,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 342, - "download_count": 26099, + "download_count": 26139, "created_at": "2018-12-27T17:48:46Z", "updated_at": "2018-12-27T17:48:46Z", "browser_download_url": "https://github.com/alessioforte/transee/releases/download/v1.2.5/latest.yml" @@ -105105,7 +105105,7 @@ "zipball_url": "https://api.github.com/repos/alessioforte/transee/zipball/v1.2.5", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:55.608Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:32.459Z" }, "translatium": { "latestRelease": { @@ -105172,7 +105172,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 375, - "download_count": 26, + "download_count": 28, "created_at": "2020-09-12T10:06:04Z", "updated_at": "2020-09-12T10:06:04Z", "browser_download_url": "https://github.com/atomery/translatium/releases/download/v13.8.2/latest-linux.yml" @@ -105206,7 +105206,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 525, - "download_count": 118, + "download_count": 129, "created_at": "2020-09-12T10:10:15Z", "updated_at": "2020-09-12T10:10:15Z", "browser_download_url": "https://github.com/atomery/translatium/releases/download/v13.8.2/latest-mac.yml" @@ -105240,7 +105240,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 353, - "download_count": 114, + "download_count": 122, "created_at": "2020-09-12T10:09:09Z", "updated_at": "2020-09-12T10:09:09Z", "browser_download_url": "https://github.com/atomery/translatium/releases/download/v13.8.2/latest.yml" @@ -105274,749 +105274,255 @@ "content_type": "application/zip", "state": "uploaded", "size": 68588195, - "download_count": 50, + "download_count": 52, "created_at": "2020-09-12T10:10:12Z", "updated_at": "2020-09-12T10:10:15Z", "browser_download_url": "https://github.com/atomery/translatium/releases/download/v13.8.2/Translatium-13.8.2-mac.zip" }, { - "url": "https://api.github.com/repos/atomery/translatium/releases/assets/25461065", - "id": 25461065, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NDYxMDY1", - "name": "Translatium-13.8.2.AppImage", - "label": "", - "uploader": { - "login": "github-actions[bot]", - "id": 41898282, - "node_id": "MDM6Qm90NDE4OTgyODI=", - "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/github-actions%5Bbot%5D", - "html_url": "https://github.com/apps/github-actions", - "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", - "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", - "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", - "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", - "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", - "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", - "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", - "type": "Bot", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 75900794, - "download_count": 51, - "created_at": "2020-09-12T10:04:54Z", - "updated_at": "2020-09-12T10:04:56Z", - "browser_download_url": "https://github.com/atomery/translatium/releases/download/v13.8.2/Translatium-13.8.2.AppImage" - }, - { - "url": "https://api.github.com/repos/atomery/translatium/releases/assets/25461210", - "id": 25461210, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NDYxMjEw", - "name": "Translatium-13.8.2.dmg", - "label": "", - "uploader": { - "login": "github-actions[bot]", - "id": 41898282, - "node_id": "MDM6Qm90NDE4OTgyODI=", - "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/github-actions%5Bbot%5D", - "html_url": "https://github.com/apps/github-actions", - "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", - "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", - "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", - "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", - "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", - "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", - "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", - "type": "Bot", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 71096627, - "download_count": 6, - "created_at": "2020-09-12T10:10:04Z", - "updated_at": "2020-09-12T10:10:06Z", - "browser_download_url": "https://github.com/atomery/translatium/releases/download/v13.8.2/Translatium-13.8.2.dmg" - }, - { - "url": "https://api.github.com/repos/atomery/translatium/releases/assets/25461211", - "id": 25461211, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NDYxMjEx", - "name": "Translatium-13.8.2.dmg.blockmap", - "label": "", - "uploader": { - "login": "github-actions[bot]", - "id": 41898282, - "node_id": "MDM6Qm90NDE4OTgyODI=", - "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/github-actions%5Bbot%5D", - "html_url": "https://github.com/apps/github-actions", - "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", - "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", - "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", - "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", - "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", - "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", - "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", - "type": "Bot", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 74642, - "download_count": 0, - "created_at": "2020-09-12T10:10:04Z", - "updated_at": "2020-09-12T10:10:04Z", - "browser_download_url": "https://github.com/atomery/translatium/releases/download/v13.8.2/Translatium-13.8.2.dmg.blockmap" - }, - { - "url": "https://api.github.com/repos/atomery/translatium/releases/assets/25461111", - "id": 25461111, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NDYxMTEx", - "name": "Translatium-13.8.2.pkg", - "label": "", - "uploader": { - "login": "github-actions[bot]", - "id": 41898282, - "node_id": "MDM6Qm90NDE4OTgyODI=", - "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/github-actions%5Bbot%5D", - "html_url": "https://github.com/apps/github-actions", - "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", - "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", - "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", - "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", - "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", - "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", - "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", - "type": "Bot", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 69538799, - "download_count": 1, - "created_at": "2020-09-12T10:06:21Z", - "updated_at": "2020-09-12T10:06:23Z", - "browser_download_url": "https://github.com/atomery/translatium/releases/download/v13.8.2/Translatium-13.8.2.pkg" - }, - { - "url": "https://api.github.com/repos/atomery/translatium/releases/assets/25461176", - "id": 25461176, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NDYxMTc2", - "name": "Translatium-Setup-13.8.2.exe", - "label": "", - "uploader": { - "login": "github-actions[bot]", - "id": 41898282, - "node_id": "MDM6Qm90NDE4OTgyODI=", - "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/github-actions%5Bbot%5D", - "html_url": "https://github.com/apps/github-actions", - "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", - "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", - "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", - "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", - "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", - "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", - "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", - "type": "Bot", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 52322722, - "download_count": 52, - "created_at": "2020-09-12T10:09:05Z", - "updated_at": "2020-09-12T10:09:09Z", - "browser_download_url": "https://github.com/atomery/translatium/releases/download/v13.8.2/Translatium-Setup-13.8.2.exe" - }, - { - "url": "https://api.github.com/repos/atomery/translatium/releases/assets/25461177", - "id": 25461177, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NDYxMTc3", - "name": "Translatium-Setup-13.8.2.exe.blockmap", - "label": "", - "uploader": { - "login": "github-actions[bot]", - "id": 41898282, - "node_id": "MDM6Qm90NDE4OTgyODI=", - "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/github-actions%5Bbot%5D", - "html_url": "https://github.com/apps/github-actions", - "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", - "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", - "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", - "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", - "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", - "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", - "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", - "type": "Bot", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 55906, - "download_count": 32, - "created_at": "2020-09-12T10:09:05Z", - "updated_at": "2020-09-12T10:09:05Z", - "browser_download_url": "https://github.com/atomery/translatium/releases/download/v13.8.2/Translatium-Setup-13.8.2.exe.blockmap" - }, - { - "url": "https://api.github.com/repos/atomery/translatium/releases/assets/25461074", - "id": 25461074, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NDYxMDc0", - "name": "Translatium_13.8.2_amd64.snap", - "label": "", - "uploader": { - "login": "github-actions[bot]", - "id": 41898282, - "node_id": "MDM6Qm90NDE4OTgyODI=", - "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/github-actions%5Bbot%5D", - "html_url": "https://github.com/apps/github-actions", - "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", - "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", - "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", - "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", - "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", - "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", - "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", - "type": "Bot", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 63782912, - "download_count": 1, - "created_at": "2020-09-12T10:05:09Z", - "updated_at": "2020-09-12T10:05:10Z", - "browser_download_url": "https://github.com/atomery/translatium/releases/download/v13.8.2/Translatium_13.8.2_amd64.snap" - } - ], - "tarball_url": "https://api.github.com/repos/atomery/translatium/tarball/v13.8.2", - "zipball_url": "https://api.github.com/repos/atomery/translatium/zipball/v13.8.2", - "body_html": "" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:55.701Z" - }, - "trico": { - "latestRelease": { - "url": "https://api.github.com/repos/ngudbhav/TriCo-electron-app/releases/19908718", - "assets_url": "https://api.github.com/repos/ngudbhav/TriCo-electron-app/releases/19908718/assets", - "upload_url": "https://uploads.github.com/repos/ngudbhav/TriCo-electron-app/releases/19908718/assets{?name,label}", - "html_url": "https://github.com/ngudbhav/TriCo-electron-app/releases/tag/v2.6.2", - "id": 19908718, - "node_id": "MDc6UmVsZWFzZTE5OTA4NzE4", - "tag_name": "v2.6.2", - "target_commitish": "master", - "name": "TriCo", - "draft": false, - "author": { - "login": "ngudbhav", - "id": 31446376, - "node_id": "MDQ6VXNlcjMxNDQ2Mzc2", - "avatar_url": "https://avatars0.githubusercontent.com/u/31446376?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/ngudbhav", - "html_url": "https://github.com/ngudbhav", - "followers_url": "https://api.github.com/users/ngudbhav/followers", - "following_url": "https://api.github.com/users/ngudbhav/following{/other_user}", - "gists_url": "https://api.github.com/users/ngudbhav/gists{/gist_id}", - "starred_url": "https://api.github.com/users/ngudbhav/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/ngudbhav/subscriptions", - "organizations_url": "https://api.github.com/users/ngudbhav/orgs", - "repos_url": "https://api.github.com/users/ngudbhav/repos", - "events_url": "https://api.github.com/users/ngudbhav/events{/privacy}", - "received_events_url": "https://api.github.com/users/ngudbhav/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2019-09-11T10:50:02Z", - "published_at": "2019-09-11T13:15:08Z", - "assets": [ - { - "url": "https://api.github.com/repos/ngudbhav/TriCo-electron-app/releases/assets/14865287", - "id": 14865287, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0ODY1Mjg3", - "name": "Portable-x64.exe", - "label": null, - "uploader": { - "login": "ngudbhav", - "id": 31446376, - "node_id": "MDQ6VXNlcjMxNDQ2Mzc2", - "avatar_url": "https://avatars0.githubusercontent.com/u/31446376?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/ngudbhav", - "html_url": "https://github.com/ngudbhav", - "followers_url": "https://api.github.com/users/ngudbhav/followers", - "following_url": "https://api.github.com/users/ngudbhav/following{/other_user}", - "gists_url": "https://api.github.com/users/ngudbhav/gists{/gist_id}", - "starred_url": "https://api.github.com/users/ngudbhav/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/ngudbhav/subscriptions", - "organizations_url": "https://api.github.com/users/ngudbhav/orgs", - "repos_url": "https://api.github.com/users/ngudbhav/repos", - "events_url": "https://api.github.com/users/ngudbhav/events{/privacy}", - "received_events_url": "https://api.github.com/users/ngudbhav/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-msdownload", - "state": "uploaded", - "size": 48520953, - "download_count": 133, - "created_at": "2019-09-11T12:23:44Z", - "updated_at": "2019-09-11T12:24:04Z", - "browser_download_url": "https://github.com/ngudbhav/TriCo-electron-app/releases/download/v2.6.2/Portable-x64.exe" - }, - { - "url": "https://api.github.com/repos/ngudbhav/TriCo-electron-app/releases/assets/14865289", - "id": 14865289, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0ODY1Mjg5", - "name": "Portable-x86.exe", - "label": null, - "uploader": { - "login": "ngudbhav", - "id": 31446376, - "node_id": "MDQ6VXNlcjMxNDQ2Mzc2", - "avatar_url": "https://avatars0.githubusercontent.com/u/31446376?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/ngudbhav", - "html_url": "https://github.com/ngudbhav", - "followers_url": "https://api.github.com/users/ngudbhav/followers", - "following_url": "https://api.github.com/users/ngudbhav/following{/other_user}", - "gists_url": "https://api.github.com/users/ngudbhav/gists{/gist_id}", - "starred_url": "https://api.github.com/users/ngudbhav/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/ngudbhav/subscriptions", - "organizations_url": "https://api.github.com/users/ngudbhav/orgs", - "repos_url": "https://api.github.com/users/ngudbhav/repos", - "events_url": "https://api.github.com/users/ngudbhav/events{/privacy}", - "received_events_url": "https://api.github.com/users/ngudbhav/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-msdownload", - "state": "uploaded", - "size": 46703351, - "download_count": 60, - "created_at": "2019-09-11T12:23:44Z", - "updated_at": "2019-09-11T12:24:21Z", - "browser_download_url": "https://github.com/ngudbhav/TriCo-electron-app/releases/download/v2.6.2/Portable-x86.exe" - }, - { - "url": "https://api.github.com/repos/ngudbhav/TriCo-electron-app/releases/assets/14865275", - "id": 14865275, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0ODY1Mjc1", - "name": "Setup-x64.exe", - "label": null, - "uploader": { - "login": "ngudbhav", - "id": 31446376, - "node_id": "MDQ6VXNlcjMxNDQ2Mzc2", - "avatar_url": "https://avatars0.githubusercontent.com/u/31446376?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/ngudbhav", - "html_url": "https://github.com/ngudbhav", - "followers_url": "https://api.github.com/users/ngudbhav/followers", - "following_url": "https://api.github.com/users/ngudbhav/following{/other_user}", - "gists_url": "https://api.github.com/users/ngudbhav/gists{/gist_id}", - "starred_url": "https://api.github.com/users/ngudbhav/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/ngudbhav/subscriptions", - "organizations_url": "https://api.github.com/users/ngudbhav/orgs", - "repos_url": "https://api.github.com/users/ngudbhav/repos", - "events_url": "https://api.github.com/users/ngudbhav/events{/privacy}", - "received_events_url": "https://api.github.com/users/ngudbhav/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-msdownload", - "state": "uploaded", - "size": 52507454, - "download_count": 121, - "created_at": "2019-09-11T12:22:44Z", - "updated_at": "2019-09-11T12:23:06Z", - "browser_download_url": "https://github.com/ngudbhav/TriCo-electron-app/releases/download/v2.6.2/Setup-x64.exe" - }, - { - "url": "https://api.github.com/repos/ngudbhav/TriCo-electron-app/releases/assets/14865276", - "id": 14865276, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0ODY1Mjc2", - "name": "Setup-x86.exe", - "label": null, - "uploader": { - "login": "ngudbhav", - "id": 31446376, - "node_id": "MDQ6VXNlcjMxNDQ2Mzc2", - "avatar_url": "https://avatars0.githubusercontent.com/u/31446376?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/ngudbhav", - "html_url": "https://github.com/ngudbhav", - "followers_url": "https://api.github.com/users/ngudbhav/followers", - "following_url": "https://api.github.com/users/ngudbhav/following{/other_user}", - "gists_url": "https://api.github.com/users/ngudbhav/gists{/gist_id}", - "starred_url": "https://api.github.com/users/ngudbhav/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/ngudbhav/subscriptions", - "organizations_url": "https://api.github.com/users/ngudbhav/orgs", - "repos_url": "https://api.github.com/users/ngudbhav/repos", - "events_url": "https://api.github.com/users/ngudbhav/events{/privacy}", - "received_events_url": "https://api.github.com/users/ngudbhav/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-msdownload", - "state": "uploaded", - "size": 50847361, - "download_count": 47, - "created_at": "2019-09-11T12:22:45Z", - "updated_at": "2019-09-11T12:23:31Z", - "browser_download_url": "https://github.com/ngudbhav/TriCo-electron-app/releases/download/v2.6.2/Setup-x86.exe" - }, - { - "url": "https://api.github.com/repos/ngudbhav/TriCo-electron-app/releases/assets/14866329", - "id": 14866329, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0ODY2MzI5", - "name": "TriCo-2.6.2.x86_64.rpm", - "label": null, - "uploader": { - "login": "ngudbhav", - "id": 31446376, - "node_id": "MDQ6VXNlcjMxNDQ2Mzc2", - "avatar_url": "https://avatars0.githubusercontent.com/u/31446376?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/ngudbhav", - "html_url": "https://github.com/ngudbhav", - "followers_url": "https://api.github.com/users/ngudbhav/followers", - "following_url": "https://api.github.com/users/ngudbhav/following{/other_user}", - "gists_url": "https://api.github.com/users/ngudbhav/gists{/gist_id}", - "starred_url": "https://api.github.com/users/ngudbhav/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/ngudbhav/subscriptions", - "organizations_url": "https://api.github.com/users/ngudbhav/orgs", - "repos_url": "https://api.github.com/users/ngudbhav/repos", - "events_url": "https://api.github.com/users/ngudbhav/events{/privacy}", - "received_events_url": "https://api.github.com/users/ngudbhav/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-rpm", - "state": "uploaded", - "size": 71144316, - "download_count": 34, - "created_at": "2019-09-11T13:12:57Z", - "updated_at": "2019-09-11T13:14:07Z", - "browser_download_url": "https://github.com/ngudbhav/TriCo-electron-app/releases/download/v2.6.2/TriCo-2.6.2.x86_64.rpm" - }, - { - "url": "https://api.github.com/repos/ngudbhav/TriCo-electron-app/releases/assets/14866330", - "id": 14866330, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0ODY2MzMw", - "name": "TriCo-Mac-OS-X.tar.xz", - "label": null, + "url": "https://api.github.com/repos/atomery/translatium/releases/assets/25461065", + "id": 25461065, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NDYxMDY1", + "name": "Translatium-13.8.2.AppImage", + "label": "", "uploader": { - "login": "ngudbhav", - "id": 31446376, - "node_id": "MDQ6VXNlcjMxNDQ2Mzc2", - "avatar_url": "https://avatars0.githubusercontent.com/u/31446376?v=4", + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/ngudbhav", - "html_url": "https://github.com/ngudbhav", - "followers_url": "https://api.github.com/users/ngudbhav/followers", - "following_url": "https://api.github.com/users/ngudbhav/following{/other_user}", - "gists_url": "https://api.github.com/users/ngudbhav/gists{/gist_id}", - "starred_url": "https://api.github.com/users/ngudbhav/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/ngudbhav/subscriptions", - "organizations_url": "https://api.github.com/users/ngudbhav/orgs", - "repos_url": "https://api.github.com/users/ngudbhav/repos", - "events_url": "https://api.github.com/users/ngudbhav/events{/privacy}", - "received_events_url": "https://api.github.com/users/ngudbhav/received_events", - "type": "User", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", "site_admin": false }, - "content_type": "application/x-xz", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 47394444, - "download_count": 56, - "created_at": "2019-09-11T13:12:57Z", - "updated_at": "2019-09-11T13:14:30Z", - "browser_download_url": "https://github.com/ngudbhav/TriCo-electron-app/releases/download/v2.6.2/TriCo-Mac-OS-X.tar.xz" + "size": 75900794, + "download_count": 55, + "created_at": "2020-09-12T10:04:54Z", + "updated_at": "2020-09-12T10:04:56Z", + "browser_download_url": "https://github.com/atomery/translatium/releases/download/v13.8.2/Translatium-13.8.2.AppImage" }, { - "url": "https://api.github.com/repos/ngudbhav/TriCo-electron-app/releases/assets/14866328", - "id": 14866328, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0ODY2MzI4", - "name": "trico_2.6.2_amd64.deb", - "label": null, + "url": "https://api.github.com/repos/atomery/translatium/releases/assets/25461210", + "id": 25461210, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NDYxMjEw", + "name": "Translatium-13.8.2.dmg", + "label": "", "uploader": { - "login": "ngudbhav", - "id": 31446376, - "node_id": "MDQ6VXNlcjMxNDQ2Mzc2", - "avatar_url": "https://avatars0.githubusercontent.com/u/31446376?v=4", + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/ngudbhav", - "html_url": "https://github.com/ngudbhav", - "followers_url": "https://api.github.com/users/ngudbhav/followers", - "following_url": "https://api.github.com/users/ngudbhav/following{/other_user}", - "gists_url": "https://api.github.com/users/ngudbhav/gists{/gist_id}", - "starred_url": "https://api.github.com/users/ngudbhav/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/ngudbhav/subscriptions", - "organizations_url": "https://api.github.com/users/ngudbhav/orgs", - "repos_url": "https://api.github.com/users/ngudbhav/repos", - "events_url": "https://api.github.com/users/ngudbhav/events{/privacy}", - "received_events_url": "https://api.github.com/users/ngudbhav/received_events", - "type": "User", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", "site_admin": false }, - "content_type": "application/vnd.debian.binary-package", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 63676836, - "download_count": 64, - "created_at": "2019-09-11T13:12:57Z", - "updated_at": "2019-09-11T13:13:28Z", - "browser_download_url": "https://github.com/ngudbhav/TriCo-electron-app/releases/download/v2.6.2/trico_2.6.2_amd64.deb" - } - ], - "tarball_url": "https://api.github.com/repos/ngudbhav/TriCo-electron-app/tarball/v2.6.2", - "zipball_url": "https://api.github.com/repos/ngudbhav/TriCo-electron-app/zipball/v2.6.2", - "body_html": "

Changelog

\n
    \n
  1. Added ability to create database from the app itself.
  2. \n
  3. Dependencies updated
  4. \n
  5. Security improvements
  6. \n
  7. Mac OS X support added
  8. \n
  9. Click 'NGUdbhav' in the status bar to buy me a coffee!
  10. \n
" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:55.736Z" - }, - "trilium-notes": { - "latestRelease": { - "url": "https://api.github.com/repos/zadam/trilium/releases/30286395", - "assets_url": "https://api.github.com/repos/zadam/trilium/releases/30286395/assets", - "upload_url": "https://uploads.github.com/repos/zadam/trilium/releases/30286395/assets{?name,label}", - "html_url": "https://github.com/zadam/trilium/releases/tag/v0.43.4", - "id": 30286395, - "node_id": "MDc6UmVsZWFzZTMwMjg2Mzk1", - "tag_name": "v0.43.4", - "target_commitish": "master", - "name": "v0.43.4 release", - "draft": false, - "author": { - "login": "zadam", - "id": 617641, - "node_id": "MDQ6VXNlcjYxNzY0MQ==", - "avatar_url": "https://avatars2.githubusercontent.com/u/617641?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/zadam", - "html_url": "https://github.com/zadam", - "followers_url": "https://api.github.com/users/zadam/followers", - "following_url": "https://api.github.com/users/zadam/following{/other_user}", - "gists_url": "https://api.github.com/users/zadam/gists{/gist_id}", - "starred_url": "https://api.github.com/users/zadam/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/zadam/subscriptions", - "organizations_url": "https://api.github.com/users/zadam/orgs", - "repos_url": "https://api.github.com/users/zadam/repos", - "events_url": "https://api.github.com/users/zadam/events{/privacy}", - "received_events_url": "https://api.github.com/users/zadam/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2020-08-27T21:58:58Z", - "published_at": "2020-08-27T22:08:56Z", - "assets": [ + "size": 71096627, + "download_count": 6, + "created_at": "2020-09-12T10:10:04Z", + "updated_at": "2020-09-12T10:10:06Z", + "browser_download_url": "https://github.com/atomery/translatium/releases/download/v13.8.2/Translatium-13.8.2.dmg" + }, { - "url": "https://api.github.com/repos/zadam/trilium/releases/assets/24370716", - "id": 24370716, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI0MzcwNzE2", - "name": "trilium-linux-x64-0.43.4.tar.xz", + "url": "https://api.github.com/repos/atomery/translatium/releases/assets/25461211", + "id": 25461211, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NDYxMjEx", + "name": "Translatium-13.8.2.dmg.blockmap", "label": "", "uploader": { - "login": "zadam", - "id": 617641, - "node_id": "MDQ6VXNlcjYxNzY0MQ==", - "avatar_url": "https://avatars2.githubusercontent.com/u/617641?v=4", + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/zadam", - "html_url": "https://github.com/zadam", - "followers_url": "https://api.github.com/users/zadam/followers", - "following_url": "https://api.github.com/users/zadam/following{/other_user}", - "gists_url": "https://api.github.com/users/zadam/gists{/gist_id}", - "starred_url": "https://api.github.com/users/zadam/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/zadam/subscriptions", - "organizations_url": "https://api.github.com/users/zadam/orgs", - "repos_url": "https://api.github.com/users/zadam/repos", - "events_url": "https://api.github.com/users/zadam/events{/privacy}", - "received_events_url": "https://api.github.com/users/zadam/received_events", - "type": "User", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 72465976, - "download_count": 482, - "created_at": "2020-08-27T22:09:24Z", - "updated_at": "2020-08-27T22:09:47Z", - "browser_download_url": "https://github.com/zadam/trilium/releases/download/v0.43.4/trilium-linux-x64-0.43.4.tar.xz" + "size": 74642, + "download_count": 0, + "created_at": "2020-09-12T10:10:04Z", + "updated_at": "2020-09-12T10:10:04Z", + "browser_download_url": "https://github.com/atomery/translatium/releases/download/v13.8.2/Translatium-13.8.2.dmg.blockmap" }, { - "url": "https://api.github.com/repos/zadam/trilium/releases/assets/24370791", - "id": 24370791, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI0MzcwNzkx", - "name": "trilium-linux-x64-server-0.43.4.tar.xz", + "url": "https://api.github.com/repos/atomery/translatium/releases/assets/25461111", + "id": 25461111, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NDYxMTEx", + "name": "Translatium-13.8.2.pkg", "label": "", "uploader": { - "login": "zadam", - "id": 617641, - "node_id": "MDQ6VXNlcjYxNzY0MQ==", - "avatar_url": "https://avatars2.githubusercontent.com/u/617641?v=4", + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/zadam", - "html_url": "https://github.com/zadam", - "followers_url": "https://api.github.com/users/zadam/followers", - "following_url": "https://api.github.com/users/zadam/following{/other_user}", - "gists_url": "https://api.github.com/users/zadam/gists{/gist_id}", - "starred_url": "https://api.github.com/users/zadam/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/zadam/subscriptions", - "organizations_url": "https://api.github.com/users/zadam/orgs", - "repos_url": "https://api.github.com/users/zadam/repos", - "events_url": "https://api.github.com/users/zadam/events{/privacy}", - "received_events_url": "https://api.github.com/users/zadam/received_events", - "type": "User", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 34680312, - "download_count": 88, - "created_at": "2020-08-27T22:10:54Z", - "updated_at": "2020-08-27T22:11:09Z", - "browser_download_url": "https://github.com/zadam/trilium/releases/download/v0.43.4/trilium-linux-x64-server-0.43.4.tar.xz" + "size": 69538799, + "download_count": 1, + "created_at": "2020-09-12T10:06:21Z", + "updated_at": "2020-09-12T10:06:23Z", + "browser_download_url": "https://github.com/atomery/translatium/releases/download/v13.8.2/Translatium-13.8.2.pkg" }, { - "url": "https://api.github.com/repos/zadam/trilium/releases/assets/24370765", - "id": 24370765, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI0MzcwNzY1", - "name": "trilium-mac-x64-0.43.4.zip", + "url": "https://api.github.com/repos/atomery/translatium/releases/assets/25461176", + "id": 25461176, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NDYxMTc2", + "name": "Translatium-Setup-13.8.2.exe", "label": "", "uploader": { - "login": "zadam", - "id": 617641, - "node_id": "MDQ6VXNlcjYxNzY0MQ==", - "avatar_url": "https://avatars2.githubusercontent.com/u/617641?v=4", + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/zadam", - "html_url": "https://github.com/zadam", - "followers_url": "https://api.github.com/users/zadam/followers", - "following_url": "https://api.github.com/users/zadam/following{/other_user}", - "gists_url": "https://api.github.com/users/zadam/gists{/gist_id}", - "starred_url": "https://api.github.com/users/zadam/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/zadam/subscriptions", - "organizations_url": "https://api.github.com/users/zadam/orgs", - "repos_url": "https://api.github.com/users/zadam/repos", - "events_url": "https://api.github.com/users/zadam/events{/privacy}", - "received_events_url": "https://api.github.com/users/zadam/received_events", - "type": "User", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 97661265, - "download_count": 301, - "created_at": "2020-08-27T22:10:21Z", - "updated_at": "2020-08-27T22:10:53Z", - "browser_download_url": "https://github.com/zadam/trilium/releases/download/v0.43.4/trilium-mac-x64-0.43.4.zip" + "size": 52322722, + "download_count": 59, + "created_at": "2020-09-12T10:09:05Z", + "updated_at": "2020-09-12T10:09:09Z", + "browser_download_url": "https://github.com/atomery/translatium/releases/download/v13.8.2/Translatium-Setup-13.8.2.exe" }, { - "url": "https://api.github.com/repos/zadam/trilium/releases/assets/24370734", - "id": 24370734, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI0MzcwNzM0", - "name": "trilium-windows-x64-0.43.4.zip", + "url": "https://api.github.com/repos/atomery/translatium/releases/assets/25461177", + "id": 25461177, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NDYxMTc3", + "name": "Translatium-Setup-13.8.2.exe.blockmap", "label": "", "uploader": { - "login": "zadam", - "id": 617641, - "node_id": "MDQ6VXNlcjYxNzY0MQ==", - "avatar_url": "https://avatars2.githubusercontent.com/u/617641?v=4", + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/zadam", - "html_url": "https://github.com/zadam", - "followers_url": "https://api.github.com/users/zadam/followers", - "following_url": "https://api.github.com/users/zadam/following{/other_user}", - "gists_url": "https://api.github.com/users/zadam/gists{/gist_id}", - "starred_url": "https://api.github.com/users/zadam/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/zadam/subscriptions", - "organizations_url": "https://api.github.com/users/zadam/orgs", - "repos_url": "https://api.github.com/users/zadam/repos", - "events_url": "https://api.github.com/users/zadam/events{/privacy}", - "received_events_url": "https://api.github.com/users/zadam/received_events", - "type": "User", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 93462099, - "download_count": 1217, - "created_at": "2020-08-27T22:09:49Z", - "updated_at": "2020-08-27T22:10:19Z", - "browser_download_url": "https://github.com/zadam/trilium/releases/download/v0.43.4/trilium-windows-x64-0.43.4.zip" + "size": 55906, + "download_count": 36, + "created_at": "2020-09-12T10:09:05Z", + "updated_at": "2020-09-12T10:09:05Z", + "browser_download_url": "https://github.com/atomery/translatium/releases/download/v13.8.2/Translatium-Setup-13.8.2.exe.blockmap" }, { - "url": "https://api.github.com/repos/zadam/trilium/releases/assets/24370706", - "id": 24370706, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI0MzcwNzA2", - "name": "trilium_0.43.4_amd64.deb", + "url": "https://api.github.com/repos/atomery/translatium/releases/assets/25461074", + "id": 25461074, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI1NDYxMDc0", + "name": "Translatium_13.8.2_amd64.snap", "label": "", "uploader": { - "login": "zadam", - "id": 617641, - "node_id": "MDQ6VXNlcjYxNzY0MQ==", - "avatar_url": "https://avatars2.githubusercontent.com/u/617641?v=4", + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/zadam", - "html_url": "https://github.com/zadam", - "followers_url": "https://api.github.com/users/zadam/followers", - "following_url": "https://api.github.com/users/zadam/following{/other_user}", - "gists_url": "https://api.github.com/users/zadam/gists{/gist_id}", - "starred_url": "https://api.github.com/users/zadam/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/zadam/subscriptions", - "organizations_url": "https://api.github.com/users/zadam/orgs", - "repos_url": "https://api.github.com/users/zadam/repos", - "events_url": "https://api.github.com/users/zadam/events{/privacy}", - "received_events_url": "https://api.github.com/users/zadam/received_events", - "type": "User", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 73320528, - "download_count": 252, - "created_at": "2020-08-27T22:08:59Z", - "updated_at": "2020-08-27T22:09:22Z", - "browser_download_url": "https://github.com/zadam/trilium/releases/download/v0.43.4/trilium_0.43.4_amd64.deb" + "size": 63782912, + "download_count": 1, + "created_at": "2020-09-12T10:05:09Z", + "updated_at": "2020-09-12T10:05:10Z", + "browser_download_url": "https://github.com/atomery/translatium/releases/download/v13.8.2/Translatium_13.8.2_amd64.snap" } ], - "tarball_url": "https://api.github.com/repos/zadam/trilium/tarball/v0.43.4", - "zipball_url": "https://api.github.com/repos/zadam/trilium/zipball/v0.43.4", - "body_html": "

This release brings bunch of bugfixes and small features, including:

\n" + "tarball_url": "https://api.github.com/repos/atomery/translatium/tarball/v13.8.2", + "zipball_url": "https://api.github.com/repos/atomery/translatium/zipball/v13.8.2", + "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:55.972Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:32.480Z" }, "tournamenter-manager": { "latestRelease": { @@ -106253,7 +105759,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 68028563, - "download_count": 323, + "download_count": 325, "created_at": "2019-07-19T23:52:48Z", "updated_at": "2019-07-19T23:52:50Z", "browser_download_url": "https://github.com/TendaDigital/TournamenterApp/releases/download/v1.7.3/tournamenter-app-1.7.3.dmg" @@ -106287,7 +105793,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 74019328, - "download_count": 749, + "download_count": 750, "created_at": "2019-07-19T23:50:41Z", "updated_at": "2019-07-19T23:50:53Z", "browser_download_url": "https://github.com/TendaDigital/TournamenterApp/releases/download/v1.7.3/tournamenter-app-Setup-1.7.3.exe" @@ -106355,7 +105861,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 43199350, - "download_count": 286, + "download_count": 287, "created_at": "2019-07-19T23:52:38Z", "updated_at": "2019-07-19T23:52:39Z", "browser_download_url": "https://github.com/TendaDigital/TournamenterApp/releases/download/v1.7.3/tournamenter-app_1.7.3_armv7l.deb" @@ -106365,254 +105871,288 @@ "zipball_url": "https://api.github.com/repos/TendaDigital/TournamenterApp/zipball/v1.7.3", "body_html": "

Bump tournamenter to 2.4.3 and TournamenterApp to 1.7.3

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:56.018Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:32.512Z" }, - "tropy": { + "trico": { "latestRelease": { - "url": "https://api.github.com/repos/tropy/tropy/releases/28543543", - "assets_url": "https://api.github.com/repos/tropy/tropy/releases/28543543/assets", - "upload_url": "https://uploads.github.com/repos/tropy/tropy/releases/28543543/assets{?name,label}", - "html_url": "https://github.com/tropy/tropy/releases/tag/1.8.0", - "id": 28543543, - "node_id": "MDc6UmVsZWFzZTI4NTQzNTQz", - "tag_name": "1.8.0", - "target_commitish": "release", - "name": "Tropy 1.8.0", + "url": "https://api.github.com/repos/ngudbhav/TriCo-electron-app/releases/19908718", + "assets_url": "https://api.github.com/repos/ngudbhav/TriCo-electron-app/releases/19908718/assets", + "upload_url": "https://uploads.github.com/repos/ngudbhav/TriCo-electron-app/releases/19908718/assets{?name,label}", + "html_url": "https://github.com/ngudbhav/TriCo-electron-app/releases/tag/v2.6.2", + "id": 19908718, + "node_id": "MDc6UmVsZWFzZTE5OTA4NzE4", + "tag_name": "v2.6.2", + "target_commitish": "master", + "name": "TriCo", "draft": false, "author": { - "login": "inukshuk", - "id": 325102, - "node_id": "MDQ6VXNlcjMyNTEwMg==", - "avatar_url": "https://avatars2.githubusercontent.com/u/325102?v=4", + "login": "ngudbhav", + "id": 31446376, + "node_id": "MDQ6VXNlcjMxNDQ2Mzc2", + "avatar_url": "https://avatars0.githubusercontent.com/u/31446376?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/inukshuk", - "html_url": "https://github.com/inukshuk", - "followers_url": "https://api.github.com/users/inukshuk/followers", - "following_url": "https://api.github.com/users/inukshuk/following{/other_user}", - "gists_url": "https://api.github.com/users/inukshuk/gists{/gist_id}", - "starred_url": "https://api.github.com/users/inukshuk/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/inukshuk/subscriptions", - "organizations_url": "https://api.github.com/users/inukshuk/orgs", - "repos_url": "https://api.github.com/users/inukshuk/repos", - "events_url": "https://api.github.com/users/inukshuk/events{/privacy}", - "received_events_url": "https://api.github.com/users/inukshuk/received_events", + "url": "https://api.github.com/users/ngudbhav", + "html_url": "https://github.com/ngudbhav", + "followers_url": "https://api.github.com/users/ngudbhav/followers", + "following_url": "https://api.github.com/users/ngudbhav/following{/other_user}", + "gists_url": "https://api.github.com/users/ngudbhav/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ngudbhav/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ngudbhav/subscriptions", + "organizations_url": "https://api.github.com/users/ngudbhav/orgs", + "repos_url": "https://api.github.com/users/ngudbhav/repos", + "events_url": "https://api.github.com/users/ngudbhav/events{/privacy}", + "received_events_url": "https://api.github.com/users/ngudbhav/received_events", "type": "User", "site_admin": false }, "prerelease": false, - "created_at": "2020-07-14T13:10:33Z", - "published_at": "2020-07-14T13:28:27Z", + "created_at": "2019-09-11T10:50:02Z", + "published_at": "2019-09-11T13:15:08Z", "assets": [ { - "url": "https://api.github.com/repos/tropy/tropy/releases/assets/22869881", - "id": 22869881, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIyODY5ODgx", - "name": "setup-tropy-1.8.0-x64.exe", + "url": "https://api.github.com/repos/ngudbhav/TriCo-electron-app/releases/assets/14865287", + "id": 14865287, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0ODY1Mjg3", + "name": "Portable-x64.exe", "label": null, "uploader": { - "login": "inukshuk", - "id": 325102, - "node_id": "MDQ6VXNlcjMyNTEwMg==", - "avatar_url": "https://avatars2.githubusercontent.com/u/325102?v=4", + "login": "ngudbhav", + "id": 31446376, + "node_id": "MDQ6VXNlcjMxNDQ2Mzc2", + "avatar_url": "https://avatars0.githubusercontent.com/u/31446376?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/inukshuk", - "html_url": "https://github.com/inukshuk", - "followers_url": "https://api.github.com/users/inukshuk/followers", - "following_url": "https://api.github.com/users/inukshuk/following{/other_user}", - "gists_url": "https://api.github.com/users/inukshuk/gists{/gist_id}", - "starred_url": "https://api.github.com/users/inukshuk/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/inukshuk/subscriptions", - "organizations_url": "https://api.github.com/users/inukshuk/orgs", - "repos_url": "https://api.github.com/users/inukshuk/repos", - "events_url": "https://api.github.com/users/inukshuk/events{/privacy}", - "received_events_url": "https://api.github.com/users/inukshuk/received_events", + "url": "https://api.github.com/users/ngudbhav", + "html_url": "https://github.com/ngudbhav", + "followers_url": "https://api.github.com/users/ngudbhav/followers", + "following_url": "https://api.github.com/users/ngudbhav/following{/other_user}", + "gists_url": "https://api.github.com/users/ngudbhav/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ngudbhav/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ngudbhav/subscriptions", + "organizations_url": "https://api.github.com/users/ngudbhav/orgs", + "repos_url": "https://api.github.com/users/ngudbhav/repos", + "events_url": "https://api.github.com/users/ngudbhav/events{/privacy}", + "received_events_url": "https://api.github.com/users/ngudbhav/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-msdownload", + "state": "uploaded", + "size": 48520953, + "download_count": 133, + "created_at": "2019-09-11T12:23:44Z", + "updated_at": "2019-09-11T12:24:04Z", + "browser_download_url": "https://github.com/ngudbhav/TriCo-electron-app/releases/download/v2.6.2/Portable-x64.exe" + }, + { + "url": "https://api.github.com/repos/ngudbhav/TriCo-electron-app/releases/assets/14865289", + "id": 14865289, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0ODY1Mjg5", + "name": "Portable-x86.exe", + "label": null, + "uploader": { + "login": "ngudbhav", + "id": 31446376, + "node_id": "MDQ6VXNlcjMxNDQ2Mzc2", + "avatar_url": "https://avatars0.githubusercontent.com/u/31446376?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ngudbhav", + "html_url": "https://github.com/ngudbhav", + "followers_url": "https://api.github.com/users/ngudbhav/followers", + "following_url": "https://api.github.com/users/ngudbhav/following{/other_user}", + "gists_url": "https://api.github.com/users/ngudbhav/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ngudbhav/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ngudbhav/subscriptions", + "organizations_url": "https://api.github.com/users/ngudbhav/orgs", + "repos_url": "https://api.github.com/users/ngudbhav/repos", + "events_url": "https://api.github.com/users/ngudbhav/events{/privacy}", + "received_events_url": "https://api.github.com/users/ngudbhav/received_events", "type": "User", "site_admin": false }, "content_type": "application/x-msdownload", "state": "uploaded", - "size": 100549152, - "download_count": 930, - "created_at": "2020-07-14T14:38:43Z", - "updated_at": "2020-07-14T14:54:28Z", - "browser_download_url": "https://github.com/tropy/tropy/releases/download/1.8.0/setup-tropy-1.8.0-x64.exe" + "size": 46703351, + "download_count": 60, + "created_at": "2019-09-11T12:23:44Z", + "updated_at": "2019-09-11T12:24:21Z", + "browser_download_url": "https://github.com/ngudbhav/TriCo-electron-app/releases/download/v2.6.2/Portable-x86.exe" }, { - "url": "https://api.github.com/repos/tropy/tropy/releases/assets/22868659", - "id": 22868659, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIyODY4NjU5", - "name": "tropy-1.8.0-darwin.zip", + "url": "https://api.github.com/repos/ngudbhav/TriCo-electron-app/releases/assets/14865275", + "id": 14865275, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0ODY1Mjc1", + "name": "Setup-x64.exe", "label": null, "uploader": { - "login": "inukshuk", - "id": 325102, - "node_id": "MDQ6VXNlcjMyNTEwMg==", - "avatar_url": "https://avatars2.githubusercontent.com/u/325102?v=4", + "login": "ngudbhav", + "id": 31446376, + "node_id": "MDQ6VXNlcjMxNDQ2Mzc2", + "avatar_url": "https://avatars0.githubusercontent.com/u/31446376?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/inukshuk", - "html_url": "https://github.com/inukshuk", - "followers_url": "https://api.github.com/users/inukshuk/followers", - "following_url": "https://api.github.com/users/inukshuk/following{/other_user}", - "gists_url": "https://api.github.com/users/inukshuk/gists{/gist_id}", - "starred_url": "https://api.github.com/users/inukshuk/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/inukshuk/subscriptions", - "organizations_url": "https://api.github.com/users/inukshuk/orgs", - "repos_url": "https://api.github.com/users/inukshuk/repos", - "events_url": "https://api.github.com/users/inukshuk/events{/privacy}", - "received_events_url": "https://api.github.com/users/inukshuk/received_events", + "url": "https://api.github.com/users/ngudbhav", + "html_url": "https://github.com/ngudbhav", + "followers_url": "https://api.github.com/users/ngudbhav/followers", + "following_url": "https://api.github.com/users/ngudbhav/following{/other_user}", + "gists_url": "https://api.github.com/users/ngudbhav/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ngudbhav/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ngudbhav/subscriptions", + "organizations_url": "https://api.github.com/users/ngudbhav/orgs", + "repos_url": "https://api.github.com/users/ngudbhav/repos", + "events_url": "https://api.github.com/users/ngudbhav/events{/privacy}", + "received_events_url": "https://api.github.com/users/ngudbhav/received_events", "type": "User", "site_admin": false }, - "content_type": "application/zip", + "content_type": "application/x-msdownload", "state": "uploaded", - "size": 101780312, - "download_count": 982, - "created_at": "2020-07-14T13:57:48Z", - "updated_at": "2020-07-14T14:37:41Z", - "browser_download_url": "https://github.com/tropy/tropy/releases/download/1.8.0/tropy-1.8.0-darwin.zip" + "size": 52507454, + "download_count": 121, + "created_at": "2019-09-11T12:22:44Z", + "updated_at": "2019-09-11T12:23:06Z", + "browser_download_url": "https://github.com/ngudbhav/TriCo-electron-app/releases/download/v2.6.2/Setup-x64.exe" }, { - "url": "https://api.github.com/repos/tropy/tropy/releases/assets/22870354", - "id": 22870354, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIyODcwMzU0", - "name": "tropy-1.8.0-full.nupkg", + "url": "https://api.github.com/repos/ngudbhav/TriCo-electron-app/releases/assets/14865276", + "id": 14865276, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0ODY1Mjc2", + "name": "Setup-x86.exe", "label": null, "uploader": { - "login": "inukshuk", - "id": 325102, - "node_id": "MDQ6VXNlcjMyNTEwMg==", - "avatar_url": "https://avatars2.githubusercontent.com/u/325102?v=4", + "login": "ngudbhav", + "id": 31446376, + "node_id": "MDQ6VXNlcjMxNDQ2Mzc2", + "avatar_url": "https://avatars0.githubusercontent.com/u/31446376?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/inukshuk", - "html_url": "https://github.com/inukshuk", - "followers_url": "https://api.github.com/users/inukshuk/followers", - "following_url": "https://api.github.com/users/inukshuk/following{/other_user}", - "gists_url": "https://api.github.com/users/inukshuk/gists{/gist_id}", - "starred_url": "https://api.github.com/users/inukshuk/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/inukshuk/subscriptions", - "organizations_url": "https://api.github.com/users/inukshuk/orgs", - "repos_url": "https://api.github.com/users/inukshuk/repos", - "events_url": "https://api.github.com/users/inukshuk/events{/privacy}", - "received_events_url": "https://api.github.com/users/inukshuk/received_events", + "url": "https://api.github.com/users/ngudbhav", + "html_url": "https://github.com/ngudbhav", + "followers_url": "https://api.github.com/users/ngudbhav/followers", + "following_url": "https://api.github.com/users/ngudbhav/following{/other_user}", + "gists_url": "https://api.github.com/users/ngudbhav/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ngudbhav/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ngudbhav/subscriptions", + "organizations_url": "https://api.github.com/users/ngudbhav/orgs", + "repos_url": "https://api.github.com/users/ngudbhav/repos", + "events_url": "https://api.github.com/users/ngudbhav/events{/privacy}", + "received_events_url": "https://api.github.com/users/ngudbhav/received_events", "type": "User", "site_admin": false }, - "content_type": "application/octet-stream", + "content_type": "application/x-msdownload", "state": "uploaded", - "size": 100169428, - "download_count": 562, - "created_at": "2020-07-14T14:57:23Z", - "updated_at": "2020-07-14T15:11:24Z", - "browser_download_url": "https://github.com/tropy/tropy/releases/download/1.8.0/tropy-1.8.0-full.nupkg" + "size": 50847361, + "download_count": 47, + "created_at": "2019-09-11T12:22:45Z", + "updated_at": "2019-09-11T12:23:31Z", + "browser_download_url": "https://github.com/ngudbhav/TriCo-electron-app/releases/download/v2.6.2/Setup-x86.exe" }, { - "url": "https://api.github.com/repos/tropy/tropy/releases/assets/22867262", - "id": 22867262, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIyODY3MjYy", - "name": "tropy-1.8.0-x64.tar.bz2", + "url": "https://api.github.com/repos/ngudbhav/TriCo-electron-app/releases/assets/14866329", + "id": 14866329, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0ODY2MzI5", + "name": "TriCo-2.6.2.x86_64.rpm", "label": null, "uploader": { - "login": "inukshuk", - "id": 325102, - "node_id": "MDQ6VXNlcjMyNTEwMg==", - "avatar_url": "https://avatars2.githubusercontent.com/u/325102?v=4", + "login": "ngudbhav", + "id": 31446376, + "node_id": "MDQ6VXNlcjMxNDQ2Mzc2", + "avatar_url": "https://avatars0.githubusercontent.com/u/31446376?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/inukshuk", - "html_url": "https://github.com/inukshuk", - "followers_url": "https://api.github.com/users/inukshuk/followers", - "following_url": "https://api.github.com/users/inukshuk/following{/other_user}", - "gists_url": "https://api.github.com/users/inukshuk/gists{/gist_id}", - "starred_url": "https://api.github.com/users/inukshuk/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/inukshuk/subscriptions", - "organizations_url": "https://api.github.com/users/inukshuk/orgs", - "repos_url": "https://api.github.com/users/inukshuk/repos", - "events_url": "https://api.github.com/users/inukshuk/events{/privacy}", - "received_events_url": "https://api.github.com/users/inukshuk/received_events", + "url": "https://api.github.com/users/ngudbhav", + "html_url": "https://github.com/ngudbhav", + "followers_url": "https://api.github.com/users/ngudbhav/followers", + "following_url": "https://api.github.com/users/ngudbhav/following{/other_user}", + "gists_url": "https://api.github.com/users/ngudbhav/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ngudbhav/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ngudbhav/subscriptions", + "organizations_url": "https://api.github.com/users/ngudbhav/orgs", + "repos_url": "https://api.github.com/users/ngudbhav/repos", + "events_url": "https://api.github.com/users/ngudbhav/events{/privacy}", + "received_events_url": "https://api.github.com/users/ngudbhav/received_events", "type": "User", "site_admin": false }, - "content_type": "application/x-bzip", + "content_type": "application/x-rpm", "state": "uploaded", - "size": 84160718, - "download_count": 163, - "created_at": "2020-07-14T13:19:44Z", - "updated_at": "2020-07-14T13:23:15Z", - "browser_download_url": "https://github.com/tropy/tropy/releases/download/1.8.0/tropy-1.8.0-x64.tar.bz2" + "size": 71144316, + "download_count": 34, + "created_at": "2019-09-11T13:12:57Z", + "updated_at": "2019-09-11T13:14:07Z", + "browser_download_url": "https://github.com/ngudbhav/TriCo-electron-app/releases/download/v2.6.2/TriCo-2.6.2.x86_64.rpm" }, { - "url": "https://api.github.com/repos/tropy/tropy/releases/assets/22867344", - "id": 22867344, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIyODY3MzQ0", - "name": "Tropy-1.8.0-x86_64.AppImage", + "url": "https://api.github.com/repos/ngudbhav/TriCo-electron-app/releases/assets/14866330", + "id": 14866330, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0ODY2MzMw", + "name": "TriCo-Mac-OS-X.tar.xz", "label": null, "uploader": { - "login": "inukshuk", - "id": 325102, - "node_id": "MDQ6VXNlcjMyNTEwMg==", - "avatar_url": "https://avatars2.githubusercontent.com/u/325102?v=4", + "login": "ngudbhav", + "id": 31446376, + "node_id": "MDQ6VXNlcjMxNDQ2Mzc2", + "avatar_url": "https://avatars0.githubusercontent.com/u/31446376?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/inukshuk", - "html_url": "https://github.com/inukshuk", - "followers_url": "https://api.github.com/users/inukshuk/followers", - "following_url": "https://api.github.com/users/inukshuk/following{/other_user}", - "gists_url": "https://api.github.com/users/inukshuk/gists{/gist_id}", - "starred_url": "https://api.github.com/users/inukshuk/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/inukshuk/subscriptions", - "organizations_url": "https://api.github.com/users/inukshuk/orgs", - "repos_url": "https://api.github.com/users/inukshuk/repos", - "events_url": "https://api.github.com/users/inukshuk/events{/privacy}", - "received_events_url": "https://api.github.com/users/inukshuk/received_events", + "url": "https://api.github.com/users/ngudbhav", + "html_url": "https://github.com/ngudbhav", + "followers_url": "https://api.github.com/users/ngudbhav/followers", + "following_url": "https://api.github.com/users/ngudbhav/following{/other_user}", + "gists_url": "https://api.github.com/users/ngudbhav/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ngudbhav/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ngudbhav/subscriptions", + "organizations_url": "https://api.github.com/users/ngudbhav/orgs", + "repos_url": "https://api.github.com/users/ngudbhav/repos", + "events_url": "https://api.github.com/users/ngudbhav/events{/privacy}", + "received_events_url": "https://api.github.com/users/ngudbhav/received_events", "type": "User", "site_admin": false }, - "content_type": "application/octet-stream", + "content_type": "application/x-xz", "state": "uploaded", - "size": 99639336, - "download_count": 460, - "created_at": "2020-07-14T13:24:05Z", - "updated_at": "2020-07-14T13:28:24Z", - "browser_download_url": "https://github.com/tropy/tropy/releases/download/1.8.0/Tropy-1.8.0-x86_64.AppImage" + "size": 47394444, + "download_count": 56, + "created_at": "2019-09-11T13:12:57Z", + "updated_at": "2019-09-11T13:14:30Z", + "browser_download_url": "https://github.com/ngudbhav/TriCo-electron-app/releases/download/v2.6.2/TriCo-Mac-OS-X.tar.xz" }, { - "url": "https://api.github.com/repos/tropy/tropy/releases/assets/22867934", - "id": 22867934, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIyODY3OTM0", - "name": "tropy-1.8.0.dmg", + "url": "https://api.github.com/repos/ngudbhav/TriCo-electron-app/releases/assets/14866328", + "id": 14866328, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0ODY2MzI4", + "name": "trico_2.6.2_amd64.deb", "label": null, "uploader": { - "login": "inukshuk", - "id": 325102, - "node_id": "MDQ6VXNlcjMyNTEwMg==", - "avatar_url": "https://avatars2.githubusercontent.com/u/325102?v=4", + "login": "ngudbhav", + "id": 31446376, + "node_id": "MDQ6VXNlcjMxNDQ2Mzc2", + "avatar_url": "https://avatars0.githubusercontent.com/u/31446376?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/inukshuk", - "html_url": "https://github.com/inukshuk", - "followers_url": "https://api.github.com/users/inukshuk/followers", - "following_url": "https://api.github.com/users/inukshuk/following{/other_user}", - "gists_url": "https://api.github.com/users/inukshuk/gists{/gist_id}", - "starred_url": "https://api.github.com/users/inukshuk/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/inukshuk/subscriptions", - "organizations_url": "https://api.github.com/users/inukshuk/orgs", - "repos_url": "https://api.github.com/users/inukshuk/repos", - "events_url": "https://api.github.com/users/inukshuk/events{/privacy}", - "received_events_url": "https://api.github.com/users/inukshuk/received_events", + "url": "https://api.github.com/users/ngudbhav", + "html_url": "https://github.com/ngudbhav", + "followers_url": "https://api.github.com/users/ngudbhav/followers", + "following_url": "https://api.github.com/users/ngudbhav/following{/other_user}", + "gists_url": "https://api.github.com/users/ngudbhav/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ngudbhav/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ngudbhav/subscriptions", + "organizations_url": "https://api.github.com/users/ngudbhav/orgs", + "repos_url": "https://api.github.com/users/ngudbhav/repos", + "events_url": "https://api.github.com/users/ngudbhav/events{/privacy}", + "received_events_url": "https://api.github.com/users/ngudbhav/received_events", "type": "User", "site_admin": false }, - "content_type": "application/x-diskcopy", + "content_type": "application/vnd.debian.binary-package", "state": "uploaded", - "size": 104383822, - "download_count": 750, - "created_at": "2020-07-14T13:44:38Z", - "updated_at": "2020-07-14T13:57:42Z", - "browser_download_url": "https://github.com/tropy/tropy/releases/download/1.8.0/tropy-1.8.0.dmg" + "size": 63676836, + "download_count": 64, + "created_at": "2019-09-11T13:12:57Z", + "updated_at": "2019-09-11T13:13:28Z", + "browser_download_url": "https://github.com/ngudbhav/TriCo-electron-app/releases/download/v2.6.2/trico_2.6.2_amd64.deb" } ], - "tarball_url": "https://api.github.com/repos/tropy/tropy/tarball/1.8.0", - "zipball_url": "https://api.github.com/repos/tropy/tropy/zipball/1.8.0", - "body_html": "

Features

\n\n

Bug Fixes

\n" + "tarball_url": "https://api.github.com/repos/ngudbhav/TriCo-electron-app/tarball/v2.6.2", + "zipball_url": "https://api.github.com/repos/ngudbhav/TriCo-electron-app/zipball/v2.6.2", + "body_html": "

Changelog

\n
    \n
  1. Added ability to create database from the app itself.
  2. \n
  3. Dependencies updated
  4. \n
  5. Security improvements
  6. \n
  7. Mac OS X support added
  8. \n
  9. Click 'NGUdbhav' in the status bar to buy me a coffee!
  10. \n
" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:56.050Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:32.554Z" }, "ttth": { "latestRelease": { @@ -106982,203 +106522,548 @@ "type": "User", "site_admin": false }, - "content_type": "application/x-ms-dos-executable", + "content_type": "application/x-ms-dos-executable", + "state": "uploaded", + "size": 91843090, + "download_count": 149, + "created_at": "2019-12-19T19:16:05Z", + "updated_at": "2019-12-19T19:27:02Z", + "browser_download_url": "https://github.com/yafp/ttth/releases/download/1.8.0/ttth-1.8.0-win-installer.exe" + }, + { + "url": "https://api.github.com/repos/yafp/ttth/releases/assets/16909109", + "id": 16909109, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2OTA5MTA5", + "name": "ttth-1.8.0-win-portable.exe", + "label": null, + "uploader": { + "login": "yafp", + "id": 67605, + "node_id": "MDQ6VXNlcjY3NjA1", + "avatar_url": "https://avatars3.githubusercontent.com/u/67605?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/yafp", + "html_url": "https://github.com/yafp", + "followers_url": "https://api.github.com/users/yafp/followers", + "following_url": "https://api.github.com/users/yafp/following{/other_user}", + "gists_url": "https://api.github.com/users/yafp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/yafp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/yafp/subscriptions", + "organizations_url": "https://api.github.com/users/yafp/orgs", + "repos_url": "https://api.github.com/users/yafp/repos", + "events_url": "https://api.github.com/users/yafp/events{/privacy}", + "received_events_url": "https://api.github.com/users/yafp/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-ms-dos-executable", + "state": "uploaded", + "size": 91692421, + "download_count": 159, + "created_at": "2019-12-19T19:16:05Z", + "updated_at": "2019-12-19T19:31:17Z", + "browser_download_url": "https://github.com/yafp/ttth/releases/download/1.8.0/ttth-1.8.0-win-portable.exe" + }, + { + "url": "https://api.github.com/repos/yafp/ttth/releases/assets/16909110", + "id": 16909110, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2OTA5MTEw", + "name": "ttth-1.8.0-win-x64.zip", + "label": null, + "uploader": { + "login": "yafp", + "id": 67605, + "node_id": "MDQ6VXNlcjY3NjA1", + "avatar_url": "https://avatars3.githubusercontent.com/u/67605?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/yafp", + "html_url": "https://github.com/yafp", + "followers_url": "https://api.github.com/users/yafp/followers", + "following_url": "https://api.github.com/users/yafp/following{/other_user}", + "gists_url": "https://api.github.com/users/yafp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/yafp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/yafp/subscriptions", + "organizations_url": "https://api.github.com/users/yafp/orgs", + "repos_url": "https://api.github.com/users/yafp/repos", + "events_url": "https://api.github.com/users/yafp/events{/privacy}", + "received_events_url": "https://api.github.com/users/yafp/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 71535872, + "download_count": 92, + "created_at": "2019-12-19T19:16:06Z", + "updated_at": "2019-12-19T19:34:48Z", + "browser_download_url": "https://github.com/yafp/ttth/releases/download/1.8.0/ttth-1.8.0-win-x64.zip" + } + ], + "tarball_url": "https://api.github.com/repos/yafp/ttth/tarball/1.8.0", + "zipball_url": "https://api.github.com/repos/yafp/ttth/zipball/1.8.0", + "body_html": "\n

Based on electron 7.1.6

\n

Please check the changelog for more details.

" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:32.593Z" + }, + "tropy": { + "latestRelease": { + "url": "https://api.github.com/repos/tropy/tropy/releases/28543543", + "assets_url": "https://api.github.com/repos/tropy/tropy/releases/28543543/assets", + "upload_url": "https://uploads.github.com/repos/tropy/tropy/releases/28543543/assets{?name,label}", + "html_url": "https://github.com/tropy/tropy/releases/tag/1.8.0", + "id": 28543543, + "node_id": "MDc6UmVsZWFzZTI4NTQzNTQz", + "tag_name": "1.8.0", + "target_commitish": "release", + "name": "Tropy 1.8.0", + "draft": false, + "author": { + "login": "inukshuk", + "id": 325102, + "node_id": "MDQ6VXNlcjMyNTEwMg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/325102?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/inukshuk", + "html_url": "https://github.com/inukshuk", + "followers_url": "https://api.github.com/users/inukshuk/followers", + "following_url": "https://api.github.com/users/inukshuk/following{/other_user}", + "gists_url": "https://api.github.com/users/inukshuk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/inukshuk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/inukshuk/subscriptions", + "organizations_url": "https://api.github.com/users/inukshuk/orgs", + "repos_url": "https://api.github.com/users/inukshuk/repos", + "events_url": "https://api.github.com/users/inukshuk/events{/privacy}", + "received_events_url": "https://api.github.com/users/inukshuk/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2020-07-14T13:10:33Z", + "published_at": "2020-07-14T13:28:27Z", + "assets": [ + { + "url": "https://api.github.com/repos/tropy/tropy/releases/assets/22869881", + "id": 22869881, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyODY5ODgx", + "name": "setup-tropy-1.8.0-x64.exe", + "label": null, + "uploader": { + "login": "inukshuk", + "id": 325102, + "node_id": "MDQ6VXNlcjMyNTEwMg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/325102?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/inukshuk", + "html_url": "https://github.com/inukshuk", + "followers_url": "https://api.github.com/users/inukshuk/followers", + "following_url": "https://api.github.com/users/inukshuk/following{/other_user}", + "gists_url": "https://api.github.com/users/inukshuk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/inukshuk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/inukshuk/subscriptions", + "organizations_url": "https://api.github.com/users/inukshuk/orgs", + "repos_url": "https://api.github.com/users/inukshuk/repos", + "events_url": "https://api.github.com/users/inukshuk/events{/privacy}", + "received_events_url": "https://api.github.com/users/inukshuk/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-msdownload", + "state": "uploaded", + "size": 100549152, + "download_count": 939, + "created_at": "2020-07-14T14:38:43Z", + "updated_at": "2020-07-14T14:54:28Z", + "browser_download_url": "https://github.com/tropy/tropy/releases/download/1.8.0/setup-tropy-1.8.0-x64.exe" + }, + { + "url": "https://api.github.com/repos/tropy/tropy/releases/assets/22868659", + "id": 22868659, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyODY4NjU5", + "name": "tropy-1.8.0-darwin.zip", + "label": null, + "uploader": { + "login": "inukshuk", + "id": 325102, + "node_id": "MDQ6VXNlcjMyNTEwMg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/325102?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/inukshuk", + "html_url": "https://github.com/inukshuk", + "followers_url": "https://api.github.com/users/inukshuk/followers", + "following_url": "https://api.github.com/users/inukshuk/following{/other_user}", + "gists_url": "https://api.github.com/users/inukshuk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/inukshuk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/inukshuk/subscriptions", + "organizations_url": "https://api.github.com/users/inukshuk/orgs", + "repos_url": "https://api.github.com/users/inukshuk/repos", + "events_url": "https://api.github.com/users/inukshuk/events{/privacy}", + "received_events_url": "https://api.github.com/users/inukshuk/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 101780312, + "download_count": 990, + "created_at": "2020-07-14T13:57:48Z", + "updated_at": "2020-07-14T14:37:41Z", + "browser_download_url": "https://github.com/tropy/tropy/releases/download/1.8.0/tropy-1.8.0-darwin.zip" + }, + { + "url": "https://api.github.com/repos/tropy/tropy/releases/assets/22870354", + "id": 22870354, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyODcwMzU0", + "name": "tropy-1.8.0-full.nupkg", + "label": null, + "uploader": { + "login": "inukshuk", + "id": 325102, + "node_id": "MDQ6VXNlcjMyNTEwMg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/325102?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/inukshuk", + "html_url": "https://github.com/inukshuk", + "followers_url": "https://api.github.com/users/inukshuk/followers", + "following_url": "https://api.github.com/users/inukshuk/following{/other_user}", + "gists_url": "https://api.github.com/users/inukshuk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/inukshuk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/inukshuk/subscriptions", + "organizations_url": "https://api.github.com/users/inukshuk/orgs", + "repos_url": "https://api.github.com/users/inukshuk/repos", + "events_url": "https://api.github.com/users/inukshuk/events{/privacy}", + "received_events_url": "https://api.github.com/users/inukshuk/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 100169428, + "download_count": 563, + "created_at": "2020-07-14T14:57:23Z", + "updated_at": "2020-07-14T15:11:24Z", + "browser_download_url": "https://github.com/tropy/tropy/releases/download/1.8.0/tropy-1.8.0-full.nupkg" + }, + { + "url": "https://api.github.com/repos/tropy/tropy/releases/assets/22867262", + "id": 22867262, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyODY3MjYy", + "name": "tropy-1.8.0-x64.tar.bz2", + "label": null, + "uploader": { + "login": "inukshuk", + "id": 325102, + "node_id": "MDQ6VXNlcjMyNTEwMg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/325102?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/inukshuk", + "html_url": "https://github.com/inukshuk", + "followers_url": "https://api.github.com/users/inukshuk/followers", + "following_url": "https://api.github.com/users/inukshuk/following{/other_user}", + "gists_url": "https://api.github.com/users/inukshuk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/inukshuk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/inukshuk/subscriptions", + "organizations_url": "https://api.github.com/users/inukshuk/orgs", + "repos_url": "https://api.github.com/users/inukshuk/repos", + "events_url": "https://api.github.com/users/inukshuk/events{/privacy}", + "received_events_url": "https://api.github.com/users/inukshuk/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-bzip", "state": "uploaded", - "size": 91843090, - "download_count": 149, - "created_at": "2019-12-19T19:16:05Z", - "updated_at": "2019-12-19T19:27:02Z", - "browser_download_url": "https://github.com/yafp/ttth/releases/download/1.8.0/ttth-1.8.0-win-installer.exe" + "size": 84160718, + "download_count": 163, + "created_at": "2020-07-14T13:19:44Z", + "updated_at": "2020-07-14T13:23:15Z", + "browser_download_url": "https://github.com/tropy/tropy/releases/download/1.8.0/tropy-1.8.0-x64.tar.bz2" }, { - "url": "https://api.github.com/repos/yafp/ttth/releases/assets/16909109", - "id": 16909109, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE2OTA5MTA5", - "name": "ttth-1.8.0-win-portable.exe", + "url": "https://api.github.com/repos/tropy/tropy/releases/assets/22867344", + "id": 22867344, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyODY3MzQ0", + "name": "Tropy-1.8.0-x86_64.AppImage", "label": null, "uploader": { - "login": "yafp", - "id": 67605, - "node_id": "MDQ6VXNlcjY3NjA1", - "avatar_url": "https://avatars3.githubusercontent.com/u/67605?v=4", + "login": "inukshuk", + "id": 325102, + "node_id": "MDQ6VXNlcjMyNTEwMg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/325102?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/yafp", - "html_url": "https://github.com/yafp", - "followers_url": "https://api.github.com/users/yafp/followers", - "following_url": "https://api.github.com/users/yafp/following{/other_user}", - "gists_url": "https://api.github.com/users/yafp/gists{/gist_id}", - "starred_url": "https://api.github.com/users/yafp/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/yafp/subscriptions", - "organizations_url": "https://api.github.com/users/yafp/orgs", - "repos_url": "https://api.github.com/users/yafp/repos", - "events_url": "https://api.github.com/users/yafp/events{/privacy}", - "received_events_url": "https://api.github.com/users/yafp/received_events", + "url": "https://api.github.com/users/inukshuk", + "html_url": "https://github.com/inukshuk", + "followers_url": "https://api.github.com/users/inukshuk/followers", + "following_url": "https://api.github.com/users/inukshuk/following{/other_user}", + "gists_url": "https://api.github.com/users/inukshuk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/inukshuk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/inukshuk/subscriptions", + "organizations_url": "https://api.github.com/users/inukshuk/orgs", + "repos_url": "https://api.github.com/users/inukshuk/repos", + "events_url": "https://api.github.com/users/inukshuk/events{/privacy}", + "received_events_url": "https://api.github.com/users/inukshuk/received_events", "type": "User", "site_admin": false }, - "content_type": "application/x-ms-dos-executable", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 91692421, - "download_count": 159, - "created_at": "2019-12-19T19:16:05Z", - "updated_at": "2019-12-19T19:31:17Z", - "browser_download_url": "https://github.com/yafp/ttth/releases/download/1.8.0/ttth-1.8.0-win-portable.exe" + "size": 99639336, + "download_count": 462, + "created_at": "2020-07-14T13:24:05Z", + "updated_at": "2020-07-14T13:28:24Z", + "browser_download_url": "https://github.com/tropy/tropy/releases/download/1.8.0/Tropy-1.8.0-x86_64.AppImage" }, { - "url": "https://api.github.com/repos/yafp/ttth/releases/assets/16909110", - "id": 16909110, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE2OTA5MTEw", - "name": "ttth-1.8.0-win-x64.zip", + "url": "https://api.github.com/repos/tropy/tropy/releases/assets/22867934", + "id": 22867934, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyODY3OTM0", + "name": "tropy-1.8.0.dmg", "label": null, "uploader": { - "login": "yafp", - "id": 67605, - "node_id": "MDQ6VXNlcjY3NjA1", - "avatar_url": "https://avatars3.githubusercontent.com/u/67605?v=4", + "login": "inukshuk", + "id": 325102, + "node_id": "MDQ6VXNlcjMyNTEwMg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/325102?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/yafp", - "html_url": "https://github.com/yafp", - "followers_url": "https://api.github.com/users/yafp/followers", - "following_url": "https://api.github.com/users/yafp/following{/other_user}", - "gists_url": "https://api.github.com/users/yafp/gists{/gist_id}", - "starred_url": "https://api.github.com/users/yafp/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/yafp/subscriptions", - "organizations_url": "https://api.github.com/users/yafp/orgs", - "repos_url": "https://api.github.com/users/yafp/repos", - "events_url": "https://api.github.com/users/yafp/events{/privacy}", - "received_events_url": "https://api.github.com/users/yafp/received_events", + "url": "https://api.github.com/users/inukshuk", + "html_url": "https://github.com/inukshuk", + "followers_url": "https://api.github.com/users/inukshuk/followers", + "following_url": "https://api.github.com/users/inukshuk/following{/other_user}", + "gists_url": "https://api.github.com/users/inukshuk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/inukshuk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/inukshuk/subscriptions", + "organizations_url": "https://api.github.com/users/inukshuk/orgs", + "repos_url": "https://api.github.com/users/inukshuk/repos", + "events_url": "https://api.github.com/users/inukshuk/events{/privacy}", + "received_events_url": "https://api.github.com/users/inukshuk/received_events", "type": "User", "site_admin": false }, - "content_type": "application/zip", + "content_type": "application/x-diskcopy", "state": "uploaded", - "size": 71535872, - "download_count": 92, - "created_at": "2019-12-19T19:16:06Z", - "updated_at": "2019-12-19T19:34:48Z", - "browser_download_url": "https://github.com/yafp/ttth/releases/download/1.8.0/ttth-1.8.0-win-x64.zip" + "size": 104383822, + "download_count": 759, + "created_at": "2020-07-14T13:44:38Z", + "updated_at": "2020-07-14T13:57:42Z", + "browser_download_url": "https://github.com/tropy/tropy/releases/download/1.8.0/tropy-1.8.0.dmg" } ], - "tarball_url": "https://api.github.com/repos/yafp/ttth/tarball/1.8.0", - "zipball_url": "https://api.github.com/repos/yafp/ttth/zipball/1.8.0", - "body_html": "\n

Based on electron 7.1.6

\n

Please check the changelog for more details.

" + "tarball_url": "https://api.github.com/repos/tropy/tropy/tarball/1.8.0", + "zipball_url": "https://api.github.com/repos/tropy/tropy/zipball/1.8.0", + "body_html": "

Features

\n\n

Bug Fixes

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:56.124Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:32.609Z" }, - "tunlookup": { + "trilium-notes": { "latestRelease": { - "url": "https://api.github.com/repos/thephucit/tunlookup/releases/21720937", - "assets_url": "https://api.github.com/repos/thephucit/tunlookup/releases/21720937/assets", - "upload_url": "https://uploads.github.com/repos/thephucit/tunlookup/releases/21720937/assets{?name,label}", - "html_url": "https://github.com/thephucit/tunlookup/releases/tag/v3.1.0", - "id": 21720937, - "node_id": "MDc6UmVsZWFzZTIxNzIwOTM3", - "tag_name": "v3.1.0", + "url": "https://api.github.com/repos/zadam/trilium/releases/30286395", + "assets_url": "https://api.github.com/repos/zadam/trilium/releases/30286395/assets", + "upload_url": "https://uploads.github.com/repos/zadam/trilium/releases/30286395/assets{?name,label}", + "html_url": "https://github.com/zadam/trilium/releases/tag/v0.43.4", + "id": 30286395, + "node_id": "MDc6UmVsZWFzZTMwMjg2Mzk1", + "tag_name": "v0.43.4", "target_commitish": "master", - "name": "v3.1.0", + "name": "v0.43.4 release", "draft": false, "author": { - "login": "thephucit", - "id": 13312098, - "node_id": "MDQ6VXNlcjEzMzEyMDk4", - "avatar_url": "https://avatars2.githubusercontent.com/u/13312098?v=4", + "login": "zadam", + "id": 617641, + "node_id": "MDQ6VXNlcjYxNzY0MQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/617641?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/thephucit", - "html_url": "https://github.com/thephucit", - "followers_url": "https://api.github.com/users/thephucit/followers", - "following_url": "https://api.github.com/users/thephucit/following{/other_user}", - "gists_url": "https://api.github.com/users/thephucit/gists{/gist_id}", - "starred_url": "https://api.github.com/users/thephucit/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/thephucit/subscriptions", - "organizations_url": "https://api.github.com/users/thephucit/orgs", - "repos_url": "https://api.github.com/users/thephucit/repos", - "events_url": "https://api.github.com/users/thephucit/events{/privacy}", - "received_events_url": "https://api.github.com/users/thephucit/received_events", + "url": "https://api.github.com/users/zadam", + "html_url": "https://github.com/zadam", + "followers_url": "https://api.github.com/users/zadam/followers", + "following_url": "https://api.github.com/users/zadam/following{/other_user}", + "gists_url": "https://api.github.com/users/zadam/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zadam/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zadam/subscriptions", + "organizations_url": "https://api.github.com/users/zadam/orgs", + "repos_url": "https://api.github.com/users/zadam/repos", + "events_url": "https://api.github.com/users/zadam/events{/privacy}", + "received_events_url": "https://api.github.com/users/zadam/received_events", "type": "User", "site_admin": false }, "prerelease": false, - "created_at": "2019-05-18T13:20:29Z", - "published_at": "2019-11-25T05:00:08Z", + "created_at": "2020-08-27T21:58:58Z", + "published_at": "2020-08-27T22:08:56Z", "assets": [ { - "url": "https://api.github.com/repos/thephucit/tunlookup/releases/assets/16372108", - "id": 16372108, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE2MzcyMTA4", - "name": "Tunlookup.Setup.3.1.0.dmg", - "label": null, + "url": "https://api.github.com/repos/zadam/trilium/releases/assets/24370716", + "id": 24370716, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI0MzcwNzE2", + "name": "trilium-linux-x64-0.43.4.tar.xz", + "label": "", "uploader": { - "login": "thephucit", - "id": 13312098, - "node_id": "MDQ6VXNlcjEzMzEyMDk4", - "avatar_url": "https://avatars2.githubusercontent.com/u/13312098?v=4", + "login": "zadam", + "id": 617641, + "node_id": "MDQ6VXNlcjYxNzY0MQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/617641?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/thephucit", - "html_url": "https://github.com/thephucit", - "followers_url": "https://api.github.com/users/thephucit/followers", - "following_url": "https://api.github.com/users/thephucit/following{/other_user}", - "gists_url": "https://api.github.com/users/thephucit/gists{/gist_id}", - "starred_url": "https://api.github.com/users/thephucit/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/thephucit/subscriptions", - "organizations_url": "https://api.github.com/users/thephucit/orgs", - "repos_url": "https://api.github.com/users/thephucit/repos", - "events_url": "https://api.github.com/users/thephucit/events{/privacy}", - "received_events_url": "https://api.github.com/users/thephucit/received_events", + "url": "https://api.github.com/users/zadam", + "html_url": "https://github.com/zadam", + "followers_url": "https://api.github.com/users/zadam/followers", + "following_url": "https://api.github.com/users/zadam/following{/other_user}", + "gists_url": "https://api.github.com/users/zadam/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zadam/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zadam/subscriptions", + "organizations_url": "https://api.github.com/users/zadam/orgs", + "repos_url": "https://api.github.com/users/zadam/repos", + "events_url": "https://api.github.com/users/zadam/events{/privacy}", + "received_events_url": "https://api.github.com/users/zadam/received_events", "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 45781873, - "download_count": 132, - "created_at": "2019-11-25T04:57:08Z", - "updated_at": "2019-11-25T04:57:33Z", - "browser_download_url": "https://github.com/thephucit/tunlookup/releases/download/v3.1.0/Tunlookup.Setup.3.1.0.dmg" + "size": 72465976, + "download_count": 492, + "created_at": "2020-08-27T22:09:24Z", + "updated_at": "2020-08-27T22:09:47Z", + "browser_download_url": "https://github.com/zadam/trilium/releases/download/v0.43.4/trilium-linux-x64-0.43.4.tar.xz" }, { - "url": "https://api.github.com/repos/thephucit/tunlookup/releases/assets/16372121", - "id": 16372121, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE2MzcyMTIx", - "name": "Tunlookup.Setup.3.1.0.exe", - "label": null, + "url": "https://api.github.com/repos/zadam/trilium/releases/assets/24370791", + "id": 24370791, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI0MzcwNzkx", + "name": "trilium-linux-x64-server-0.43.4.tar.xz", + "label": "", "uploader": { - "login": "thephucit", - "id": 13312098, - "node_id": "MDQ6VXNlcjEzMzEyMDk4", - "avatar_url": "https://avatars2.githubusercontent.com/u/13312098?v=4", + "login": "zadam", + "id": 617641, + "node_id": "MDQ6VXNlcjYxNzY0MQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/617641?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/thephucit", - "html_url": "https://github.com/thephucit", - "followers_url": "https://api.github.com/users/thephucit/followers", - "following_url": "https://api.github.com/users/thephucit/following{/other_user}", - "gists_url": "https://api.github.com/users/thephucit/gists{/gist_id}", - "starred_url": "https://api.github.com/users/thephucit/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/thephucit/subscriptions", - "organizations_url": "https://api.github.com/users/thephucit/orgs", - "repos_url": "https://api.github.com/users/thephucit/repos", - "events_url": "https://api.github.com/users/thephucit/events{/privacy}", - "received_events_url": "https://api.github.com/users/thephucit/received_events", + "url": "https://api.github.com/users/zadam", + "html_url": "https://github.com/zadam", + "followers_url": "https://api.github.com/users/zadam/followers", + "following_url": "https://api.github.com/users/zadam/following{/other_user}", + "gists_url": "https://api.github.com/users/zadam/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zadam/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zadam/subscriptions", + "organizations_url": "https://api.github.com/users/zadam/orgs", + "repos_url": "https://api.github.com/users/zadam/repos", + "events_url": "https://api.github.com/users/zadam/events{/privacy}", + "received_events_url": "https://api.github.com/users/zadam/received_events", "type": "User", "site_admin": false }, - "content_type": "application/x-msdownload", + "content_type": "application/octet-stream", "state": "uploaded", - "size": 33012243, - "download_count": 1801, - "created_at": "2019-11-25T04:59:26Z", - "updated_at": "2019-11-25T05:00:00Z", - "browser_download_url": "https://github.com/thephucit/tunlookup/releases/download/v3.1.0/Tunlookup.Setup.3.1.0.exe" + "size": 34680312, + "download_count": 92, + "created_at": "2020-08-27T22:10:54Z", + "updated_at": "2020-08-27T22:11:09Z", + "browser_download_url": "https://github.com/zadam/trilium/releases/download/v0.43.4/trilium-linux-x64-server-0.43.4.tar.xz" + }, + { + "url": "https://api.github.com/repos/zadam/trilium/releases/assets/24370765", + "id": 24370765, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI0MzcwNzY1", + "name": "trilium-mac-x64-0.43.4.zip", + "label": "", + "uploader": { + "login": "zadam", + "id": 617641, + "node_id": "MDQ6VXNlcjYxNzY0MQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/617641?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zadam", + "html_url": "https://github.com/zadam", + "followers_url": "https://api.github.com/users/zadam/followers", + "following_url": "https://api.github.com/users/zadam/following{/other_user}", + "gists_url": "https://api.github.com/users/zadam/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zadam/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zadam/subscriptions", + "organizations_url": "https://api.github.com/users/zadam/orgs", + "repos_url": "https://api.github.com/users/zadam/repos", + "events_url": "https://api.github.com/users/zadam/events{/privacy}", + "received_events_url": "https://api.github.com/users/zadam/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 97661265, + "download_count": 301, + "created_at": "2020-08-27T22:10:21Z", + "updated_at": "2020-08-27T22:10:53Z", + "browser_download_url": "https://github.com/zadam/trilium/releases/download/v0.43.4/trilium-mac-x64-0.43.4.zip" + }, + { + "url": "https://api.github.com/repos/zadam/trilium/releases/assets/24370734", + "id": 24370734, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI0MzcwNzM0", + "name": "trilium-windows-x64-0.43.4.zip", + "label": "", + "uploader": { + "login": "zadam", + "id": 617641, + "node_id": "MDQ6VXNlcjYxNzY0MQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/617641?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zadam", + "html_url": "https://github.com/zadam", + "followers_url": "https://api.github.com/users/zadam/followers", + "following_url": "https://api.github.com/users/zadam/following{/other_user}", + "gists_url": "https://api.github.com/users/zadam/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zadam/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zadam/subscriptions", + "organizations_url": "https://api.github.com/users/zadam/orgs", + "repos_url": "https://api.github.com/users/zadam/repos", + "events_url": "https://api.github.com/users/zadam/events{/privacy}", + "received_events_url": "https://api.github.com/users/zadam/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 93462099, + "download_count": 1230, + "created_at": "2020-08-27T22:09:49Z", + "updated_at": "2020-08-27T22:10:19Z", + "browser_download_url": "https://github.com/zadam/trilium/releases/download/v0.43.4/trilium-windows-x64-0.43.4.zip" + }, + { + "url": "https://api.github.com/repos/zadam/trilium/releases/assets/24370706", + "id": 24370706, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI0MzcwNzA2", + "name": "trilium_0.43.4_amd64.deb", + "label": "", + "uploader": { + "login": "zadam", + "id": 617641, + "node_id": "MDQ6VXNlcjYxNzY0MQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/617641?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zadam", + "html_url": "https://github.com/zadam", + "followers_url": "https://api.github.com/users/zadam/followers", + "following_url": "https://api.github.com/users/zadam/following{/other_user}", + "gists_url": "https://api.github.com/users/zadam/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zadam/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zadam/subscriptions", + "organizations_url": "https://api.github.com/users/zadam/orgs", + "repos_url": "https://api.github.com/users/zadam/repos", + "events_url": "https://api.github.com/users/zadam/events{/privacy}", + "received_events_url": "https://api.github.com/users/zadam/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 73320528, + "download_count": 254, + "created_at": "2020-08-27T22:08:59Z", + "updated_at": "2020-08-27T22:09:22Z", + "browser_download_url": "https://github.com/zadam/trilium/releases/download/v0.43.4/trilium_0.43.4_amd64.deb" } ], - "tarball_url": "https://api.github.com/repos/thephucit/tunlookup/tarball/v3.1.0", - "zipball_url": "https://api.github.com/repos/thephucit/tunlookup/zipball/v3.1.0", - "body_html": "" + "tarball_url": "https://api.github.com/repos/zadam/trilium/tarball/v0.43.4", + "zipball_url": "https://api.github.com/repos/zadam/trilium/zipball/v0.43.4", + "body_html": "

This release brings bunch of bugfixes and small features, including:

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:56.353Z" - }, - "turn-off-app": { - "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:56.368Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:32.652Z" }, "tunepack": { "latestRelease": { @@ -107663,7 +107548,122 @@ "zipball_url": "https://api.github.com/repos/tunepack/tunepack-desktop/zipball/v1.2.1", "body_html": "

Improvements

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:56.387Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:32.664Z" + }, + "turn-off-app": { + "latestRelease": null, + "latestReleaseFetchedAt": "2020-09-18T00:10:32.667Z" + }, + "tunlookup": { + "latestRelease": { + "url": "https://api.github.com/repos/thephucit/tunlookup/releases/21720937", + "assets_url": "https://api.github.com/repos/thephucit/tunlookup/releases/21720937/assets", + "upload_url": "https://uploads.github.com/repos/thephucit/tunlookup/releases/21720937/assets{?name,label}", + "html_url": "https://github.com/thephucit/tunlookup/releases/tag/v3.1.0", + "id": 21720937, + "node_id": "MDc6UmVsZWFzZTIxNzIwOTM3", + "tag_name": "v3.1.0", + "target_commitish": "master", + "name": "v3.1.0", + "draft": false, + "author": { + "login": "thephucit", + "id": 13312098, + "node_id": "MDQ6VXNlcjEzMzEyMDk4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13312098?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/thephucit", + "html_url": "https://github.com/thephucit", + "followers_url": "https://api.github.com/users/thephucit/followers", + "following_url": "https://api.github.com/users/thephucit/following{/other_user}", + "gists_url": "https://api.github.com/users/thephucit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/thephucit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/thephucit/subscriptions", + "organizations_url": "https://api.github.com/users/thephucit/orgs", + "repos_url": "https://api.github.com/users/thephucit/repos", + "events_url": "https://api.github.com/users/thephucit/events{/privacy}", + "received_events_url": "https://api.github.com/users/thephucit/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2019-05-18T13:20:29Z", + "published_at": "2019-11-25T05:00:08Z", + "assets": [ + { + "url": "https://api.github.com/repos/thephucit/tunlookup/releases/assets/16372108", + "id": 16372108, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2MzcyMTA4", + "name": "Tunlookup.Setup.3.1.0.dmg", + "label": null, + "uploader": { + "login": "thephucit", + "id": 13312098, + "node_id": "MDQ6VXNlcjEzMzEyMDk4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13312098?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/thephucit", + "html_url": "https://github.com/thephucit", + "followers_url": "https://api.github.com/users/thephucit/followers", + "following_url": "https://api.github.com/users/thephucit/following{/other_user}", + "gists_url": "https://api.github.com/users/thephucit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/thephucit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/thephucit/subscriptions", + "organizations_url": "https://api.github.com/users/thephucit/orgs", + "repos_url": "https://api.github.com/users/thephucit/repos", + "events_url": "https://api.github.com/users/thephucit/events{/privacy}", + "received_events_url": "https://api.github.com/users/thephucit/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 45781873, + "download_count": 132, + "created_at": "2019-11-25T04:57:08Z", + "updated_at": "2019-11-25T04:57:33Z", + "browser_download_url": "https://github.com/thephucit/tunlookup/releases/download/v3.1.0/Tunlookup.Setup.3.1.0.dmg" + }, + { + "url": "https://api.github.com/repos/thephucit/tunlookup/releases/assets/16372121", + "id": 16372121, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2MzcyMTIx", + "name": "Tunlookup.Setup.3.1.0.exe", + "label": null, + "uploader": { + "login": "thephucit", + "id": 13312098, + "node_id": "MDQ6VXNlcjEzMzEyMDk4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13312098?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/thephucit", + "html_url": "https://github.com/thephucit", + "followers_url": "https://api.github.com/users/thephucit/followers", + "following_url": "https://api.github.com/users/thephucit/following{/other_user}", + "gists_url": "https://api.github.com/users/thephucit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/thephucit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/thephucit/subscriptions", + "organizations_url": "https://api.github.com/users/thephucit/orgs", + "repos_url": "https://api.github.com/users/thephucit/repos", + "events_url": "https://api.github.com/users/thephucit/events{/privacy}", + "received_events_url": "https://api.github.com/users/thephucit/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-msdownload", + "state": "uploaded", + "size": 33012243, + "download_count": 1801, + "created_at": "2019-11-25T04:59:26Z", + "updated_at": "2019-11-25T05:00:00Z", + "browser_download_url": "https://github.com/thephucit/tunlookup/releases/download/v3.1.0/Tunlookup.Setup.3.1.0.exe" + } + ], + "tarball_url": "https://api.github.com/repos/thephucit/tunlookup/tarball/v3.1.0", + "zipball_url": "https://api.github.com/repos/thephucit/tunlookup/zipball/v3.1.0", + "body_html": "" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:32.713Z" }, "tusk": { "latestRelease": { @@ -107730,7 +107730,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 82505947, - "download_count": 2699, + "download_count": 2702, "created_at": "2019-05-20T19:15:28Z", "updated_at": "2019-05-20T19:15:30Z", "browser_download_url": "https://github.com/klaussinani/tusk/releases/download/v0.23.0/tusk-0.23.0-i386.AppImage" @@ -107866,7 +107866,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 56433189, - "download_count": 1578, + "download_count": 1580, "created_at": "2019-05-20T19:11:14Z", "updated_at": "2019-05-20T19:11:16Z", "browser_download_url": "https://github.com/klaussinani/tusk/releases/download/v0.23.0/Tusk-0.23.0.dmg" @@ -107900,7 +107900,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 75862708, - "download_count": 10934, + "download_count": 10937, "created_at": "2019-05-20T19:20:15Z", "updated_at": "2019-05-20T19:20:19Z", "browser_download_url": "https://github.com/klaussinani/tusk/releases/download/v0.23.0/tusk-0.23.0.exe" @@ -107968,7 +107968,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 52721360, - "download_count": 482, + "download_count": 483, "created_at": "2019-05-20T19:27:40Z", "updated_at": "2019-05-20T19:27:41Z", "browser_download_url": "https://github.com/klaussinani/tusk/releases/download/v0.23.0/tusk-0.23.0.pacman" @@ -108002,7 +108002,7 @@ "content_type": "application/x-redhat-package-manager", "state": "uploaded", "size": 52876850, - "download_count": 1778, + "download_count": 1779, "created_at": "2019-05-20T19:30:49Z", "updated_at": "2019-05-20T19:30:50Z", "browser_download_url": "https://github.com/klaussinani/tusk/releases/download/v0.23.0/tusk-0.23.0.x86_64.rpm" @@ -108036,7 +108036,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 76009141, - "download_count": 15476, + "download_count": 15478, "created_at": "2019-05-20T19:20:39Z", "updated_at": "2019-05-20T19:20:41Z", "browser_download_url": "https://github.com/klaussinani/tusk/releases/download/v0.23.0/tusk-setup-0.23.0.exe" @@ -108070,7 +108070,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 52704580, - "download_count": 11125, + "download_count": 11141, "created_at": "2019-05-20T19:24:44Z", "updated_at": "2019-05-20T19:24:46Z", "browser_download_url": "https://github.com/klaussinani/tusk/releases/download/v0.23.0/tusk_0.23.0_amd64.deb" @@ -108138,7 +108138,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 54547802, - "download_count": 1013, + "download_count": 1014, "created_at": "2019-05-20T19:22:09Z", "updated_at": "2019-05-20T19:22:11Z", "browser_download_url": "https://github.com/klaussinani/tusk/releases/download/v0.23.0/tusk_0.23.0_i386.deb" @@ -108148,7 +108148,7 @@ "zipball_url": "https://api.github.com/repos/klaussinani/tusk/zipball/v0.23.0", "body_html": "

Highlights

\n\n

All changes

\n

klaussinani/tusk@v0.22.0...v0.23.0

\n

Note

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:56.475Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:32.739Z" }, "tviewer": { "latestRelease": { @@ -108215,7 +108215,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 78266737, - "download_count": 38, + "download_count": 39, "created_at": "2020-08-13T13:52:18Z", "updated_at": "2020-08-13T13:52:20Z", "browser_download_url": "https://github.com/msaltnet/T.Viewer/releases/download/ver1.0.2/tviewer-1.0.2.AppImage" @@ -108249,7 +108249,7 @@ "content_type": "application/x-msdos-program", "state": "uploaded", "size": 50350762, - "download_count": 47, + "download_count": 48, "created_at": "2020-08-13T13:55:40Z", "updated_at": "2020-08-13T13:55:42Z", "browser_download_url": "https://github.com/msaltnet/T.Viewer/releases/download/ver1.0.2/tviewer-setup-1.0.2.exe" @@ -108259,84 +108259,7 @@ "zipball_url": "https://api.github.com/repos/msaltnet/T.Viewer/zipball/ver1.0.2", "body_html": null }, - "latestReleaseFetchedAt": "2020-09-17T12:08:56.688Z" - }, - "twinkle-tray": { - "latestRelease": { - "url": "https://api.github.com/repos/xanderfrangos/twinkle-tray/releases/28962054", - "assets_url": "https://api.github.com/repos/xanderfrangos/twinkle-tray/releases/28962054/assets", - "upload_url": "https://uploads.github.com/repos/xanderfrangos/twinkle-tray/releases/28962054/assets{?name,label}", - "html_url": "https://github.com/xanderfrangos/twinkle-tray/releases/tag/v1.11.4", - "id": 28962054, - "node_id": "MDc6UmVsZWFzZTI4OTYyMDU0", - "tag_name": "v1.11.4", - "target_commitish": "master", - "name": "v1.11.4", - "draft": false, - "author": { - "login": "xanderfrangos", - "id": 33106561, - "node_id": "MDQ6VXNlcjMzMTA2NTYx", - "avatar_url": "https://avatars2.githubusercontent.com/u/33106561?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xanderfrangos", - "html_url": "https://github.com/xanderfrangos", - "followers_url": "https://api.github.com/users/xanderfrangos/followers", - "following_url": "https://api.github.com/users/xanderfrangos/following{/other_user}", - "gists_url": "https://api.github.com/users/xanderfrangos/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xanderfrangos/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xanderfrangos/subscriptions", - "organizations_url": "https://api.github.com/users/xanderfrangos/orgs", - "repos_url": "https://api.github.com/users/xanderfrangos/repos", - "events_url": "https://api.github.com/users/xanderfrangos/events{/privacy}", - "received_events_url": "https://api.github.com/users/xanderfrangos/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2020-07-26T14:24:55Z", - "published_at": "2020-07-26T14:46:15Z", - "assets": [ - { - "url": "https://api.github.com/repos/xanderfrangos/twinkle-tray/releases/assets/23251214", - "id": 23251214, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMjUxMjE0", - "name": "Twinkle.Tray.v1.11.4.exe", - "label": null, - "uploader": { - "login": "xanderfrangos", - "id": 33106561, - "node_id": "MDQ6VXNlcjMzMTA2NTYx", - "avatar_url": "https://avatars2.githubusercontent.com/u/33106561?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xanderfrangos", - "html_url": "https://github.com/xanderfrangos", - "followers_url": "https://api.github.com/users/xanderfrangos/followers", - "following_url": "https://api.github.com/users/xanderfrangos/following{/other_user}", - "gists_url": "https://api.github.com/users/xanderfrangos/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xanderfrangos/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xanderfrangos/subscriptions", - "organizations_url": "https://api.github.com/users/xanderfrangos/orgs", - "repos_url": "https://api.github.com/users/xanderfrangos/repos", - "events_url": "https://api.github.com/users/xanderfrangos/events{/privacy}", - "received_events_url": "https://api.github.com/users/xanderfrangos/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-msdownload", - "state": "uploaded", - "size": 53035786, - "download_count": 3264, - "created_at": "2020-07-26T14:31:49Z", - "updated_at": "2020-07-26T14:32:09Z", - "browser_download_url": "https://github.com/xanderfrangos/twinkle-tray/releases/download/v1.11.4/Twinkle.Tray.v1.11.4.exe" - } - ], - "tarball_url": "https://api.github.com/repos/xanderfrangos/twinkle-tray/tarball/v1.11.4", - "zipball_url": "https://api.github.com/repos/xanderfrangos/twinkle-tray/zipball/v1.11.4", - "body_html": "

Fixes:

\n\n

Note: Brightness normalization is now stored/handled differently than previous versions. You may need to reapply your normalization settings. Please let me know if you encounter any bugs with this new system.

" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:56.746Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:32.743Z" }, "tutti-quanti-shelf": { "latestRelease": { @@ -108413,229 +108336,84 @@ "zipball_url": "https://api.github.com/repos/tonton-pixel/tutti-quanti-shelf/zipball/v2.0.0", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:56.749Z" - }, - "ubauth": { - "latestRelease": { - "url": "https://api.github.com/repos/chrisenytc/ubauth/releases/3728206", - "assets_url": "https://api.github.com/repos/chrisenytc/ubauth/releases/3728206/assets", - "upload_url": "https://uploads.github.com/repos/chrisenytc/ubauth/releases/3728206/assets{?name,label}", - "html_url": "https://github.com/chrisenytc/ubauth/releases/tag/v1.0.0", - "id": 3728206, - "node_id": "MDc6UmVsZWFzZTM3MjgyMDY=", - "tag_name": "v1.0.0", - "target_commitish": "master", - "name": "Version 1.0.0", - "draft": false, - "author": { - "login": "chrisenytc", - "id": 2570702, - "node_id": "MDQ6VXNlcjI1NzA3MDI=", - "avatar_url": "https://avatars1.githubusercontent.com/u/2570702?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/chrisenytc", - "html_url": "https://github.com/chrisenytc", - "followers_url": "https://api.github.com/users/chrisenytc/followers", - "following_url": "https://api.github.com/users/chrisenytc/following{/other_user}", - "gists_url": "https://api.github.com/users/chrisenytc/gists{/gist_id}", - "starred_url": "https://api.github.com/users/chrisenytc/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/chrisenytc/subscriptions", - "organizations_url": "https://api.github.com/users/chrisenytc/orgs", - "repos_url": "https://api.github.com/users/chrisenytc/repos", - "events_url": "https://api.github.com/users/chrisenytc/events{/privacy}", - "received_events_url": "https://api.github.com/users/chrisenytc/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2016-07-24T22:08:17Z", - "published_at": "2016-07-24T22:13:43Z", - "assets": [ - { - "url": "https://api.github.com/repos/chrisenytc/ubauth/releases/assets/2039446", - "id": 2039446, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMzk0NDY=", - "name": "ubauth-darwin-x64.dmg", - "label": "", - "uploader": { - "login": "chrisenytc", - "id": 2570702, - "node_id": "MDQ6VXNlcjI1NzA3MDI=", - "avatar_url": "https://avatars1.githubusercontent.com/u/2570702?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/chrisenytc", - "html_url": "https://github.com/chrisenytc", - "followers_url": "https://api.github.com/users/chrisenytc/followers", - "following_url": "https://api.github.com/users/chrisenytc/following{/other_user}", - "gists_url": "https://api.github.com/users/chrisenytc/gists{/gist_id}", - "starred_url": "https://api.github.com/users/chrisenytc/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/chrisenytc/subscriptions", - "organizations_url": "https://api.github.com/users/chrisenytc/orgs", - "repos_url": "https://api.github.com/users/chrisenytc/repos", - "events_url": "https://api.github.com/users/chrisenytc/events{/privacy}", - "received_events_url": "https://api.github.com/users/chrisenytc/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-apple-diskimage", - "state": "uploaded", - "size": 44630520, - "download_count": 795, - "created_at": "2016-07-24T22:13:41Z", - "updated_at": "2016-07-24T22:13:43Z", - "browser_download_url": "https://github.com/chrisenytc/ubauth/releases/download/v1.0.0/ubauth-darwin-x64.dmg" - } - ], - "tarball_url": "https://api.github.com/repos/chrisenytc/ubauth/tarball/v1.0.0", - "zipball_url": "https://api.github.com/repos/chrisenytc/ubauth/zipball/v1.0.0", - "body_html": "

Notable Changes

\n\n

New Features

\n\n

Fixes

\n\n

Deprecated

\n" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:56.806Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:32.743Z" }, - "udl-gui": { + "twinkle-tray": { "latestRelease": { - "url": "https://api.github.com/repos/riazXrazor/udemy-dl-gui/releases/14945579", - "assets_url": "https://api.github.com/repos/riazXrazor/udemy-dl-gui/releases/14945579/assets", - "upload_url": "https://uploads.github.com/repos/riazXrazor/udemy-dl-gui/releases/14945579/assets{?name,label}", - "html_url": "https://github.com/riazXrazor/udemy-dl-gui/releases/tag/v0.0.1", - "id": 14945579, - "node_id": "MDc6UmVsZWFzZTE0OTQ1NTc5", - "tag_name": "v0.0.1", + "url": "https://api.github.com/repos/xanderfrangos/twinkle-tray/releases/28962054", + "assets_url": "https://api.github.com/repos/xanderfrangos/twinkle-tray/releases/28962054/assets", + "upload_url": "https://uploads.github.com/repos/xanderfrangos/twinkle-tray/releases/28962054/assets{?name,label}", + "html_url": "https://github.com/xanderfrangos/twinkle-tray/releases/tag/v1.11.4", + "id": 28962054, + "node_id": "MDc6UmVsZWFzZTI4OTYyMDU0", + "tag_name": "v1.11.4", "target_commitish": "master", - "name": "pre-alpha", + "name": "v1.11.4", "draft": false, "author": { - "login": "riazXrazor", - "id": 13194363, - "node_id": "MDQ6VXNlcjEzMTk0MzYz", - "avatar_url": "https://avatars1.githubusercontent.com/u/13194363?v=4", + "login": "xanderfrangos", + "id": 33106561, + "node_id": "MDQ6VXNlcjMzMTA2NTYx", + "avatar_url": "https://avatars2.githubusercontent.com/u/33106561?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/riazXrazor", - "html_url": "https://github.com/riazXrazor", - "followers_url": "https://api.github.com/users/riazXrazor/followers", - "following_url": "https://api.github.com/users/riazXrazor/following{/other_user}", - "gists_url": "https://api.github.com/users/riazXrazor/gists{/gist_id}", - "starred_url": "https://api.github.com/users/riazXrazor/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/riazXrazor/subscriptions", - "organizations_url": "https://api.github.com/users/riazXrazor/orgs", - "repos_url": "https://api.github.com/users/riazXrazor/repos", - "events_url": "https://api.github.com/users/riazXrazor/events{/privacy}", - "received_events_url": "https://api.github.com/users/riazXrazor/received_events", + "url": "https://api.github.com/users/xanderfrangos", + "html_url": "https://github.com/xanderfrangos", + "followers_url": "https://api.github.com/users/xanderfrangos/followers", + "following_url": "https://api.github.com/users/xanderfrangos/following{/other_user}", + "gists_url": "https://api.github.com/users/xanderfrangos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xanderfrangos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xanderfrangos/subscriptions", + "organizations_url": "https://api.github.com/users/xanderfrangos/orgs", + "repos_url": "https://api.github.com/users/xanderfrangos/repos", + "events_url": "https://api.github.com/users/xanderfrangos/events{/privacy}", + "received_events_url": "https://api.github.com/users/xanderfrangos/received_events", "type": "User", "site_admin": false }, "prerelease": false, - "created_at": "2018-12-07T11:40:40Z", - "published_at": "2019-01-13T06:33:27Z", + "created_at": "2020-07-26T14:24:55Z", + "published_at": "2020-07-26T14:46:15Z", "assets": [ { - "url": "https://api.github.com/repos/riazXrazor/udemy-dl-gui/releases/assets/10539323", - "id": 10539323, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwNTM5MzIz", - "name": "udemy-dl-gui-darwin-x64.zip", - "label": null, - "uploader": { - "login": "riazXrazor", - "id": 13194363, - "node_id": "MDQ6VXNlcjEzMTk0MzYz", - "avatar_url": "https://avatars1.githubusercontent.com/u/13194363?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/riazXrazor", - "html_url": "https://github.com/riazXrazor", - "followers_url": "https://api.github.com/users/riazXrazor/followers", - "following_url": "https://api.github.com/users/riazXrazor/following{/other_user}", - "gists_url": "https://api.github.com/users/riazXrazor/gists{/gist_id}", - "starred_url": "https://api.github.com/users/riazXrazor/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/riazXrazor/subscriptions", - "organizations_url": "https://api.github.com/users/riazXrazor/orgs", - "repos_url": "https://api.github.com/users/riazXrazor/repos", - "events_url": "https://api.github.com/users/riazXrazor/events{/privacy}", - "received_events_url": "https://api.github.com/users/riazXrazor/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-zip-compressed", - "state": "uploaded", - "size": 53874646, - "download_count": 796, - "created_at": "2019-01-13T06:30:02Z", - "updated_at": "2019-01-13T06:31:09Z", - "browser_download_url": "https://github.com/riazXrazor/udemy-dl-gui/releases/download/v0.0.1/udemy-dl-gui-darwin-x64.zip" - }, - { - "url": "https://api.github.com/repos/riazXrazor/udemy-dl-gui/releases/assets/10539324", - "id": 10539324, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwNTM5MzI0", - "name": "udemy-dl-gui-linux-x64.7z", - "label": null, - "uploader": { - "login": "riazXrazor", - "id": 13194363, - "node_id": "MDQ6VXNlcjEzMTk0MzYz", - "avatar_url": "https://avatars1.githubusercontent.com/u/13194363?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/riazXrazor", - "html_url": "https://github.com/riazXrazor", - "followers_url": "https://api.github.com/users/riazXrazor/followers", - "following_url": "https://api.github.com/users/riazXrazor/following{/other_user}", - "gists_url": "https://api.github.com/users/riazXrazor/gists{/gist_id}", - "starred_url": "https://api.github.com/users/riazXrazor/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/riazXrazor/subscriptions", - "organizations_url": "https://api.github.com/users/riazXrazor/orgs", - "repos_url": "https://api.github.com/users/riazXrazor/repos", - "events_url": "https://api.github.com/users/riazXrazor/events{/privacy}", - "received_events_url": "https://api.github.com/users/riazXrazor/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 37630807, - "download_count": 141, - "created_at": "2019-01-13T06:30:03Z", - "updated_at": "2019-01-13T06:31:43Z", - "browser_download_url": "https://github.com/riazXrazor/udemy-dl-gui/releases/download/v0.0.1/udemy-dl-gui-linux-x64.7z" - }, - { - "url": "https://api.github.com/repos/riazXrazor/udemy-dl-gui/releases/assets/10539325", - "id": 10539325, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwNTM5MzI1", - "name": "udemy-dl-gui-win32-x64.7z", + "url": "https://api.github.com/repos/xanderfrangos/twinkle-tray/releases/assets/23251214", + "id": 23251214, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMjUxMjE0", + "name": "Twinkle.Tray.v1.11.4.exe", "label": null, "uploader": { - "login": "riazXrazor", - "id": 13194363, - "node_id": "MDQ6VXNlcjEzMTk0MzYz", - "avatar_url": "https://avatars1.githubusercontent.com/u/13194363?v=4", + "login": "xanderfrangos", + "id": 33106561, + "node_id": "MDQ6VXNlcjMzMTA2NTYx", + "avatar_url": "https://avatars2.githubusercontent.com/u/33106561?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/riazXrazor", - "html_url": "https://github.com/riazXrazor", - "followers_url": "https://api.github.com/users/riazXrazor/followers", - "following_url": "https://api.github.com/users/riazXrazor/following{/other_user}", - "gists_url": "https://api.github.com/users/riazXrazor/gists{/gist_id}", - "starred_url": "https://api.github.com/users/riazXrazor/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/riazXrazor/subscriptions", - "organizations_url": "https://api.github.com/users/riazXrazor/orgs", - "repos_url": "https://api.github.com/users/riazXrazor/repos", - "events_url": "https://api.github.com/users/riazXrazor/events{/privacy}", - "received_events_url": "https://api.github.com/users/riazXrazor/received_events", + "url": "https://api.github.com/users/xanderfrangos", + "html_url": "https://github.com/xanderfrangos", + "followers_url": "https://api.github.com/users/xanderfrangos/followers", + "following_url": "https://api.github.com/users/xanderfrangos/following{/other_user}", + "gists_url": "https://api.github.com/users/xanderfrangos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xanderfrangos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xanderfrangos/subscriptions", + "organizations_url": "https://api.github.com/users/xanderfrangos/orgs", + "repos_url": "https://api.github.com/users/xanderfrangos/repos", + "events_url": "https://api.github.com/users/xanderfrangos/events{/privacy}", + "received_events_url": "https://api.github.com/users/xanderfrangos/received_events", "type": "User", "site_admin": false }, - "content_type": "application/octet-stream", + "content_type": "application/x-msdownload", "state": "uploaded", - "size": 37859861, - "download_count": 356, - "created_at": "2019-01-13T06:30:03Z", - "updated_at": "2019-01-13T06:33:22Z", - "browser_download_url": "https://github.com/riazXrazor/udemy-dl-gui/releases/download/v0.0.1/udemy-dl-gui-win32-x64.7z" + "size": 53035786, + "download_count": 3283, + "created_at": "2020-07-26T14:31:49Z", + "updated_at": "2020-07-26T14:32:09Z", + "browser_download_url": "https://github.com/xanderfrangos/twinkle-tray/releases/download/v1.11.4/Twinkle.Tray.v1.11.4.exe" } ], - "tarball_url": "https://api.github.com/repos/riazXrazor/udemy-dl-gui/tarball/v0.0.1", - "zipball_url": "https://api.github.com/repos/riazXrazor/udemy-dl-gui/zipball/v0.0.1", - "body_html": "

App to download udemy.com course for personal offline use.

\n

This is a pre-alpha version.

" + "tarball_url": "https://api.github.com/repos/xanderfrangos/twinkle-tray/tarball/v1.11.4", + "zipball_url": "https://api.github.com/repos/xanderfrangos/twinkle-tray/zipball/v1.11.4", + "body_html": "

Fixes:

\n\n

Note: Brightness normalization is now stored/handled differently than previous versions. You may need to reapply your normalization settings. Please let me know if you encounter any bugs with this new system.

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:57.042Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:32.811Z" }, "ueli": { "latestRelease": { @@ -108702,7 +108480,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 500, - "download_count": 286, + "download_count": 295, "created_at": "2020-08-25T08:53:19Z", "updated_at": "2020-08-25T08:53:20Z", "browser_download_url": "https://github.com/oliverschwendener/ueli/releases/download/v8.8.2/latest-mac.yml" @@ -108736,7 +108514,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 337, - "download_count": 31989, + "download_count": 32620, "created_at": "2020-08-25T09:03:15Z", "updated_at": "2020-08-25T09:03:15Z", "browser_download_url": "https://github.com/oliverschwendener/ueli/releases/download/v8.8.2/latest.yml" @@ -108770,7 +108548,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 77440360, - "download_count": 299, + "download_count": 303, "created_at": "2020-08-25T09:02:41Z", "updated_at": "2020-08-25T09:02:48Z", "browser_download_url": "https://github.com/oliverschwendener/ueli/releases/download/v8.8.2/ueli-8.8.2-ia32-win.zip" @@ -108804,7 +108582,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 75346817, - "download_count": 35, + "download_count": 36, "created_at": "2020-08-25T08:53:17Z", "updated_at": "2020-08-25T08:53:19Z", "browser_download_url": "https://github.com/oliverschwendener/ueli/releases/download/v8.8.2/ueli-8.8.2-mac.zip" @@ -108838,7 +108616,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 80251226, - "download_count": 1280, + "download_count": 1324, "created_at": "2020-08-25T09:02:36Z", "updated_at": "2020-08-25T09:02:45Z", "browser_download_url": "https://github.com/oliverschwendener/ueli/releases/download/v8.8.2/ueli-8.8.2-win.zip" @@ -108872,7 +108650,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 77713513, - "download_count": 136, + "download_count": 138, "created_at": "2020-08-25T08:53:13Z", "updated_at": "2020-08-25T08:53:15Z", "browser_download_url": "https://github.com/oliverschwendener/ueli/releases/download/v8.8.2/ueli-8.8.2.dmg" @@ -108940,7 +108718,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 117759556, - "download_count": 5502, + "download_count": 5685, "created_at": "2020-08-25T09:03:10Z", "updated_at": "2020-08-25T09:03:14Z", "browser_download_url": "https://github.com/oliverschwendener/ueli/releases/download/v8.8.2/ueli-Setup-8.8.2.exe" @@ -108974,7 +108752,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 123372, - "download_count": 604, + "download_count": 614, "created_at": "2020-08-25T09:03:10Z", "updated_at": "2020-08-25T09:03:10Z", "browser_download_url": "https://github.com/oliverschwendener/ueli/releases/download/v8.8.2/ueli-Setup-8.8.2.exe.blockmap" @@ -108984,7 +108762,229 @@ "zipball_url": "https://api.github.com/repos/oliverschwendener/ueli/zipball/v8.8.2", "body_html": "

Bugfixes:

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:57.090Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:32.831Z" + }, + "ubauth": { + "latestRelease": { + "url": "https://api.github.com/repos/chrisenytc/ubauth/releases/3728206", + "assets_url": "https://api.github.com/repos/chrisenytc/ubauth/releases/3728206/assets", + "upload_url": "https://uploads.github.com/repos/chrisenytc/ubauth/releases/3728206/assets{?name,label}", + "html_url": "https://github.com/chrisenytc/ubauth/releases/tag/v1.0.0", + "id": 3728206, + "node_id": "MDc6UmVsZWFzZTM3MjgyMDY=", + "tag_name": "v1.0.0", + "target_commitish": "master", + "name": "Version 1.0.0", + "draft": false, + "author": { + "login": "chrisenytc", + "id": 2570702, + "node_id": "MDQ6VXNlcjI1NzA3MDI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2570702?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/chrisenytc", + "html_url": "https://github.com/chrisenytc", + "followers_url": "https://api.github.com/users/chrisenytc/followers", + "following_url": "https://api.github.com/users/chrisenytc/following{/other_user}", + "gists_url": "https://api.github.com/users/chrisenytc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/chrisenytc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/chrisenytc/subscriptions", + "organizations_url": "https://api.github.com/users/chrisenytc/orgs", + "repos_url": "https://api.github.com/users/chrisenytc/repos", + "events_url": "https://api.github.com/users/chrisenytc/events{/privacy}", + "received_events_url": "https://api.github.com/users/chrisenytc/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2016-07-24T22:08:17Z", + "published_at": "2016-07-24T22:13:43Z", + "assets": [ + { + "url": "https://api.github.com/repos/chrisenytc/ubauth/releases/assets/2039446", + "id": 2039446, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMzk0NDY=", + "name": "ubauth-darwin-x64.dmg", + "label": "", + "uploader": { + "login": "chrisenytc", + "id": 2570702, + "node_id": "MDQ6VXNlcjI1NzA3MDI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2570702?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/chrisenytc", + "html_url": "https://github.com/chrisenytc", + "followers_url": "https://api.github.com/users/chrisenytc/followers", + "following_url": "https://api.github.com/users/chrisenytc/following{/other_user}", + "gists_url": "https://api.github.com/users/chrisenytc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/chrisenytc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/chrisenytc/subscriptions", + "organizations_url": "https://api.github.com/users/chrisenytc/orgs", + "repos_url": "https://api.github.com/users/chrisenytc/repos", + "events_url": "https://api.github.com/users/chrisenytc/events{/privacy}", + "received_events_url": "https://api.github.com/users/chrisenytc/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-apple-diskimage", + "state": "uploaded", + "size": 44630520, + "download_count": 795, + "created_at": "2016-07-24T22:13:41Z", + "updated_at": "2016-07-24T22:13:43Z", + "browser_download_url": "https://github.com/chrisenytc/ubauth/releases/download/v1.0.0/ubauth-darwin-x64.dmg" + } + ], + "tarball_url": "https://api.github.com/repos/chrisenytc/ubauth/tarball/v1.0.0", + "zipball_url": "https://api.github.com/repos/chrisenytc/ubauth/zipball/v1.0.0", + "body_html": "

Notable Changes

\n\n

New Features

\n\n

Fixes

\n\n

Deprecated

\n" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:32.835Z" + }, + "udl-gui": { + "latestRelease": { + "url": "https://api.github.com/repos/riazXrazor/udemy-dl-gui/releases/14945579", + "assets_url": "https://api.github.com/repos/riazXrazor/udemy-dl-gui/releases/14945579/assets", + "upload_url": "https://uploads.github.com/repos/riazXrazor/udemy-dl-gui/releases/14945579/assets{?name,label}", + "html_url": "https://github.com/riazXrazor/udemy-dl-gui/releases/tag/v0.0.1", + "id": 14945579, + "node_id": "MDc6UmVsZWFzZTE0OTQ1NTc5", + "tag_name": "v0.0.1", + "target_commitish": "master", + "name": "pre-alpha", + "draft": false, + "author": { + "login": "riazXrazor", + "id": 13194363, + "node_id": "MDQ6VXNlcjEzMTk0MzYz", + "avatar_url": "https://avatars1.githubusercontent.com/u/13194363?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/riazXrazor", + "html_url": "https://github.com/riazXrazor", + "followers_url": "https://api.github.com/users/riazXrazor/followers", + "following_url": "https://api.github.com/users/riazXrazor/following{/other_user}", + "gists_url": "https://api.github.com/users/riazXrazor/gists{/gist_id}", + "starred_url": "https://api.github.com/users/riazXrazor/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/riazXrazor/subscriptions", + "organizations_url": "https://api.github.com/users/riazXrazor/orgs", + "repos_url": "https://api.github.com/users/riazXrazor/repos", + "events_url": "https://api.github.com/users/riazXrazor/events{/privacy}", + "received_events_url": "https://api.github.com/users/riazXrazor/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2018-12-07T11:40:40Z", + "published_at": "2019-01-13T06:33:27Z", + "assets": [ + { + "url": "https://api.github.com/repos/riazXrazor/udemy-dl-gui/releases/assets/10539323", + "id": 10539323, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwNTM5MzIz", + "name": "udemy-dl-gui-darwin-x64.zip", + "label": null, + "uploader": { + "login": "riazXrazor", + "id": 13194363, + "node_id": "MDQ6VXNlcjEzMTk0MzYz", + "avatar_url": "https://avatars1.githubusercontent.com/u/13194363?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/riazXrazor", + "html_url": "https://github.com/riazXrazor", + "followers_url": "https://api.github.com/users/riazXrazor/followers", + "following_url": "https://api.github.com/users/riazXrazor/following{/other_user}", + "gists_url": "https://api.github.com/users/riazXrazor/gists{/gist_id}", + "starred_url": "https://api.github.com/users/riazXrazor/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/riazXrazor/subscriptions", + "organizations_url": "https://api.github.com/users/riazXrazor/orgs", + "repos_url": "https://api.github.com/users/riazXrazor/repos", + "events_url": "https://api.github.com/users/riazXrazor/events{/privacy}", + "received_events_url": "https://api.github.com/users/riazXrazor/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-zip-compressed", + "state": "uploaded", + "size": 53874646, + "download_count": 797, + "created_at": "2019-01-13T06:30:02Z", + "updated_at": "2019-01-13T06:31:09Z", + "browser_download_url": "https://github.com/riazXrazor/udemy-dl-gui/releases/download/v0.0.1/udemy-dl-gui-darwin-x64.zip" + }, + { + "url": "https://api.github.com/repos/riazXrazor/udemy-dl-gui/releases/assets/10539324", + "id": 10539324, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwNTM5MzI0", + "name": "udemy-dl-gui-linux-x64.7z", + "label": null, + "uploader": { + "login": "riazXrazor", + "id": 13194363, + "node_id": "MDQ6VXNlcjEzMTk0MzYz", + "avatar_url": "https://avatars1.githubusercontent.com/u/13194363?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/riazXrazor", + "html_url": "https://github.com/riazXrazor", + "followers_url": "https://api.github.com/users/riazXrazor/followers", + "following_url": "https://api.github.com/users/riazXrazor/following{/other_user}", + "gists_url": "https://api.github.com/users/riazXrazor/gists{/gist_id}", + "starred_url": "https://api.github.com/users/riazXrazor/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/riazXrazor/subscriptions", + "organizations_url": "https://api.github.com/users/riazXrazor/orgs", + "repos_url": "https://api.github.com/users/riazXrazor/repos", + "events_url": "https://api.github.com/users/riazXrazor/events{/privacy}", + "received_events_url": "https://api.github.com/users/riazXrazor/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 37630807, + "download_count": 141, + "created_at": "2019-01-13T06:30:03Z", + "updated_at": "2019-01-13T06:31:43Z", + "browser_download_url": "https://github.com/riazXrazor/udemy-dl-gui/releases/download/v0.0.1/udemy-dl-gui-linux-x64.7z" + }, + { + "url": "https://api.github.com/repos/riazXrazor/udemy-dl-gui/releases/assets/10539325", + "id": 10539325, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwNTM5MzI1", + "name": "udemy-dl-gui-win32-x64.7z", + "label": null, + "uploader": { + "login": "riazXrazor", + "id": 13194363, + "node_id": "MDQ6VXNlcjEzMTk0MzYz", + "avatar_url": "https://avatars1.githubusercontent.com/u/13194363?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/riazXrazor", + "html_url": "https://github.com/riazXrazor", + "followers_url": "https://api.github.com/users/riazXrazor/followers", + "following_url": "https://api.github.com/users/riazXrazor/following{/other_user}", + "gists_url": "https://api.github.com/users/riazXrazor/gists{/gist_id}", + "starred_url": "https://api.github.com/users/riazXrazor/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/riazXrazor/subscriptions", + "organizations_url": "https://api.github.com/users/riazXrazor/orgs", + "repos_url": "https://api.github.com/users/riazXrazor/repos", + "events_url": "https://api.github.com/users/riazXrazor/events{/privacy}", + "received_events_url": "https://api.github.com/users/riazXrazor/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 37859861, + "download_count": 356, + "created_at": "2019-01-13T06:30:03Z", + "updated_at": "2019-01-13T06:33:22Z", + "browser_download_url": "https://github.com/riazXrazor/udemy-dl-gui/releases/download/v0.0.1/udemy-dl-gui-win32-x64.7z" + } + ], + "tarball_url": "https://api.github.com/repos/riazXrazor/udemy-dl-gui/tarball/v0.0.1", + "zipball_url": "https://api.github.com/repos/riazXrazor/udemy-dl-gui/zipball/v0.0.1", + "body_html": "

App to download udemy.com course for personal offline use.

\n

This is a pre-alpha version.

" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:32.846Z" }, "un-colored": { "latestRelease": { @@ -109119,7 +109119,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 49994479, - "download_count": 5510, + "download_count": 5511, "created_at": "2016-11-04T18:01:34Z", "updated_at": "2016-11-04T18:30:54Z", "browser_download_url": "https://github.com/n457/Uncolored/releases/download/v.0.10.2/Uncolored-v.0.10.2-osx-x64.dmg" @@ -109231,7 +109231,7 @@ "zipball_url": "https://api.github.com/repos/n457/Uncolored/zipball/v.0.10.2", "body_html": "

🐛 0.10.2 : Major issue fixes

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:57.097Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:32.907Z" }, "unfx-proxy-checker": { "latestRelease": { @@ -109298,7 +109298,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 383, - "download_count": 104238, + "download_count": 104437, "created_at": "2019-09-27T14:07:10Z", "updated_at": "2019-09-27T14:07:11Z", "browser_download_url": "https://github.com/assnctr/unfx-proxy-checker/releases/download/v1.6.1/latest.yml" @@ -109332,7 +109332,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 118763132, - "download_count": 31705, + "download_count": 31755, "created_at": "2019-09-27T14:06:12Z", "updated_at": "2019-09-27T14:07:10Z", "browser_download_url": "https://github.com/assnctr/unfx-proxy-checker/releases/download/v1.6.1/unfx-proxy-checker-v1.6.1-win-installer.exe" @@ -109366,7 +109366,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 122068, - "download_count": 8565, + "download_count": 8572, "created_at": "2019-09-27T14:06:12Z", "updated_at": "2019-09-27T14:06:12Z", "browser_download_url": "https://github.com/assnctr/unfx-proxy-checker/releases/download/v1.6.1/unfx-proxy-checker-v1.6.1-win-installer.exe.blockmap" @@ -109400,7 +109400,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 118555200, - "download_count": 14815, + "download_count": 14831, "created_at": "2019-09-27T14:06:07Z", "updated_at": "2019-09-27T14:06:50Z", "browser_download_url": "https://github.com/assnctr/unfx-proxy-checker/releases/download/v1.6.1/unfx-proxy-checker-v1.6.1-win-portable.exe" @@ -109410,154 +109410,86 @@ "zipball_url": "https://api.github.com/repos/assnctr/unfx-proxy-checker/zipball/v1.6.1", "body_html": "

Changes:

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:57.147Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:32.920Z" }, - "unlimited-clipboard": { + "unicopedia-plus": { "latestRelease": { - "url": "https://api.github.com/repos/morozovsk/unlimited-clipboard/releases/30064475", - "assets_url": "https://api.github.com/repos/morozovsk/unlimited-clipboard/releases/30064475/assets", - "upload_url": "https://uploads.github.com/repos/morozovsk/unlimited-clipboard/releases/30064475/assets{?name,label}", - "html_url": "https://github.com/morozovsk/unlimited-clipboard/releases/tag/v1.0.1", - "id": 30064475, - "node_id": "MDc6UmVsZWFzZTMwMDY0NDc1", - "tag_name": "v1.0.1", + "url": "https://api.github.com/repos/tonton-pixel/unicopedia-plus/releases/30887782", + "assets_url": "https://api.github.com/repos/tonton-pixel/unicopedia-plus/releases/30887782/assets", + "upload_url": "https://uploads.github.com/repos/tonton-pixel/unicopedia-plus/releases/30887782/assets{?name,label}", + "html_url": "https://github.com/tonton-pixel/unicopedia-plus/releases/tag/v8.1.0", + "id": 30887782, + "node_id": "MDc6UmVsZWFzZTMwODg3Nzgy", + "tag_name": "v8.1.0", "target_commitish": "master", - "name": "", + "name": "8.1.0", "draft": false, "author": { - "login": "morozovsk", - "id": 1822063, - "node_id": "MDQ6VXNlcjE4MjIwNjM=", - "avatar_url": "https://avatars1.githubusercontent.com/u/1822063?v=4", + "login": "tonton-pixel", + "id": 26766930, + "node_id": "MDQ6VXNlcjI2NzY2OTMw", + "avatar_url": "https://avatars1.githubusercontent.com/u/26766930?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/morozovsk", - "html_url": "https://github.com/morozovsk", - "followers_url": "https://api.github.com/users/morozovsk/followers", - "following_url": "https://api.github.com/users/morozovsk/following{/other_user}", - "gists_url": "https://api.github.com/users/morozovsk/gists{/gist_id}", - "starred_url": "https://api.github.com/users/morozovsk/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/morozovsk/subscriptions", - "organizations_url": "https://api.github.com/users/morozovsk/orgs", - "repos_url": "https://api.github.com/users/morozovsk/repos", - "events_url": "https://api.github.com/users/morozovsk/events{/privacy}", - "received_events_url": "https://api.github.com/users/morozovsk/received_events", + "url": "https://api.github.com/users/tonton-pixel", + "html_url": "https://github.com/tonton-pixel", + "followers_url": "https://api.github.com/users/tonton-pixel/followers", + "following_url": "https://api.github.com/users/tonton-pixel/following{/other_user}", + "gists_url": "https://api.github.com/users/tonton-pixel/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tonton-pixel/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tonton-pixel/subscriptions", + "organizations_url": "https://api.github.com/users/tonton-pixel/orgs", + "repos_url": "https://api.github.com/users/tonton-pixel/repos", + "events_url": "https://api.github.com/users/tonton-pixel/events{/privacy}", + "received_events_url": "https://api.github.com/users/tonton-pixel/received_events", "type": "User", "site_admin": false }, "prerelease": false, - "created_at": "2020-08-23T13:28:50Z", - "published_at": "2020-08-24T17:29:39Z", + "created_at": "2020-09-08T05:40:00Z", + "published_at": "2020-09-08T06:15:24Z", "assets": [ { - "url": "https://api.github.com/repos/morozovsk/unlimited-clipboard/releases/assets/24239516", - "id": 24239516, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI0MjM5NTE2", - "name": "unlimited-clipboard.AppImage", - "label": null, - "uploader": { - "login": "morozovsk", - "id": 1822063, - "node_id": "MDQ6VXNlcjE4MjIwNjM=", - "avatar_url": "https://avatars1.githubusercontent.com/u/1822063?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/morozovsk", - "html_url": "https://github.com/morozovsk", - "followers_url": "https://api.github.com/users/morozovsk/followers", - "following_url": "https://api.github.com/users/morozovsk/following{/other_user}", - "gists_url": "https://api.github.com/users/morozovsk/gists{/gist_id}", - "starred_url": "https://api.github.com/users/morozovsk/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/morozovsk/subscriptions", - "organizations_url": "https://api.github.com/users/morozovsk/orgs", - "repos_url": "https://api.github.com/users/morozovsk/repos", - "events_url": "https://api.github.com/users/morozovsk/events{/privacy}", - "received_events_url": "https://api.github.com/users/morozovsk/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/vnd.appimage", - "state": "uploaded", - "size": 74498512, - "download_count": 14, - "created_at": "2020-08-24T17:28:47Z", - "updated_at": "2020-08-24T17:29:06Z", - "browser_download_url": "https://github.com/morozovsk/unlimited-clipboard/releases/download/v1.0.1/unlimited-clipboard.AppImage" - }, - { - "url": "https://api.github.com/repos/morozovsk/unlimited-clipboard/releases/assets/24239526", - "id": 24239526, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI0MjM5NTI2", - "name": "unlimited-clipboard.exe", - "label": null, - "uploader": { - "login": "morozovsk", - "id": 1822063, - "node_id": "MDQ6VXNlcjE4MjIwNjM=", - "avatar_url": "https://avatars1.githubusercontent.com/u/1822063?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/morozovsk", - "html_url": "https://github.com/morozovsk", - "followers_url": "https://api.github.com/users/morozovsk/followers", - "following_url": "https://api.github.com/users/morozovsk/following{/other_user}", - "gists_url": "https://api.github.com/users/morozovsk/gists{/gist_id}", - "starred_url": "https://api.github.com/users/morozovsk/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/morozovsk/subscriptions", - "organizations_url": "https://api.github.com/users/morozovsk/orgs", - "repos_url": "https://api.github.com/users/morozovsk/repos", - "events_url": "https://api.github.com/users/morozovsk/events{/privacy}", - "received_events_url": "https://api.github.com/users/morozovsk/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-ms-dos-executable", - "state": "uploaded", - "size": 50594194, - "download_count": 61, - "created_at": "2020-08-24T17:29:06Z", - "updated_at": "2020-08-24T17:29:24Z", - "browser_download_url": "https://github.com/morozovsk/unlimited-clipboard/releases/download/v1.0.1/unlimited-clipboard.exe" - }, - { - "url": "https://api.github.com/repos/morozovsk/unlimited-clipboard/releases/assets/24239505", - "id": 24239505, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI0MjM5NTA1", - "name": "unlimited-clipboard.snap", + "url": "https://api.github.com/repos/tonton-pixel/unicopedia-plus/releases/assets/25138197", + "id": 25138197, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI1MTM4MTk3", + "name": "unicopedia-plus-mac-8.1.0.zip", "label": null, "uploader": { - "login": "morozovsk", - "id": 1822063, - "node_id": "MDQ6VXNlcjE4MjIwNjM=", - "avatar_url": "https://avatars1.githubusercontent.com/u/1822063?v=4", + "login": "tonton-pixel", + "id": 26766930, + "node_id": "MDQ6VXNlcjI2NzY2OTMw", + "avatar_url": "https://avatars1.githubusercontent.com/u/26766930?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/morozovsk", - "html_url": "https://github.com/morozovsk", - "followers_url": "https://api.github.com/users/morozovsk/followers", - "following_url": "https://api.github.com/users/morozovsk/following{/other_user}", - "gists_url": "https://api.github.com/users/morozovsk/gists{/gist_id}", - "starred_url": "https://api.github.com/users/morozovsk/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/morozovsk/subscriptions", - "organizations_url": "https://api.github.com/users/morozovsk/orgs", - "repos_url": "https://api.github.com/users/morozovsk/repos", - "events_url": "https://api.github.com/users/morozovsk/events{/privacy}", - "received_events_url": "https://api.github.com/users/morozovsk/received_events", + "url": "https://api.github.com/users/tonton-pixel", + "html_url": "https://github.com/tonton-pixel", + "followers_url": "https://api.github.com/users/tonton-pixel/followers", + "following_url": "https://api.github.com/users/tonton-pixel/following{/other_user}", + "gists_url": "https://api.github.com/users/tonton-pixel/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tonton-pixel/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tonton-pixel/subscriptions", + "organizations_url": "https://api.github.com/users/tonton-pixel/orgs", + "repos_url": "https://api.github.com/users/tonton-pixel/repos", + "events_url": "https://api.github.com/users/tonton-pixel/events{/privacy}", + "received_events_url": "https://api.github.com/users/tonton-pixel/received_events", "type": "User", "site_admin": false }, - "content_type": "application/vnd.snap", + "content_type": "application/zip", "state": "uploaded", - "size": 62423040, - "download_count": 5, - "created_at": "2020-08-24T17:28:21Z", - "updated_at": "2020-08-24T17:28:47Z", - "browser_download_url": "https://github.com/morozovsk/unlimited-clipboard/releases/download/v1.0.1/unlimited-clipboard.snap" + "size": 158266525, + "download_count": 3, + "created_at": "2020-09-08T05:45:54Z", + "updated_at": "2020-09-08T06:15:21Z", + "browser_download_url": "https://github.com/tonton-pixel/unicopedia-plus/releases/download/v8.1.0/unicopedia-plus-mac-8.1.0.zip" } ], - "tarball_url": "https://api.github.com/repos/morozovsk/unlimited-clipboard/tarball/v1.0.1", - "zipball_url": "https://api.github.com/repos/morozovsk/unlimited-clipboard/zipball/v1.0.1", - "body_html": "" + "tarball_url": "https://api.github.com/repos/tonton-pixel/unicopedia-plus/tarball/v8.1.0", + "zipball_url": "https://api.github.com/repos/tonton-pixel/unicopedia-plus/zipball/v8.1.0", + "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:57.425Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:32.936Z" }, - "unicopedia-plus": { + "unicode-plus": { "latestRelease": { "url": "https://api.github.com/repos/tonton-pixel/unicopedia-plus/releases/30887782", "assets_url": "https://api.github.com/repos/tonton-pixel/unicopedia-plus/releases/30887782/assets", @@ -109632,7 +109564,152 @@ "zipball_url": "https://api.github.com/repos/tonton-pixel/unicopedia-plus/zipball/v8.1.0", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:57.441Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:32.973Z" + }, + "unlimited-clipboard": { + "latestRelease": { + "url": "https://api.github.com/repos/morozovsk/unlimited-clipboard/releases/30064475", + "assets_url": "https://api.github.com/repos/morozovsk/unlimited-clipboard/releases/30064475/assets", + "upload_url": "https://uploads.github.com/repos/morozovsk/unlimited-clipboard/releases/30064475/assets{?name,label}", + "html_url": "https://github.com/morozovsk/unlimited-clipboard/releases/tag/v1.0.1", + "id": 30064475, + "node_id": "MDc6UmVsZWFzZTMwMDY0NDc1", + "tag_name": "v1.0.1", + "target_commitish": "master", + "name": "", + "draft": false, + "author": { + "login": "morozovsk", + "id": 1822063, + "node_id": "MDQ6VXNlcjE4MjIwNjM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1822063?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/morozovsk", + "html_url": "https://github.com/morozovsk", + "followers_url": "https://api.github.com/users/morozovsk/followers", + "following_url": "https://api.github.com/users/morozovsk/following{/other_user}", + "gists_url": "https://api.github.com/users/morozovsk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/morozovsk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/morozovsk/subscriptions", + "organizations_url": "https://api.github.com/users/morozovsk/orgs", + "repos_url": "https://api.github.com/users/morozovsk/repos", + "events_url": "https://api.github.com/users/morozovsk/events{/privacy}", + "received_events_url": "https://api.github.com/users/morozovsk/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2020-08-23T13:28:50Z", + "published_at": "2020-08-24T17:29:39Z", + "assets": [ + { + "url": "https://api.github.com/repos/morozovsk/unlimited-clipboard/releases/assets/24239516", + "id": 24239516, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI0MjM5NTE2", + "name": "unlimited-clipboard.AppImage", + "label": null, + "uploader": { + "login": "morozovsk", + "id": 1822063, + "node_id": "MDQ6VXNlcjE4MjIwNjM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1822063?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/morozovsk", + "html_url": "https://github.com/morozovsk", + "followers_url": "https://api.github.com/users/morozovsk/followers", + "following_url": "https://api.github.com/users/morozovsk/following{/other_user}", + "gists_url": "https://api.github.com/users/morozovsk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/morozovsk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/morozovsk/subscriptions", + "organizations_url": "https://api.github.com/users/morozovsk/orgs", + "repos_url": "https://api.github.com/users/morozovsk/repos", + "events_url": "https://api.github.com/users/morozovsk/events{/privacy}", + "received_events_url": "https://api.github.com/users/morozovsk/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/vnd.appimage", + "state": "uploaded", + "size": 74498512, + "download_count": 14, + "created_at": "2020-08-24T17:28:47Z", + "updated_at": "2020-08-24T17:29:06Z", + "browser_download_url": "https://github.com/morozovsk/unlimited-clipboard/releases/download/v1.0.1/unlimited-clipboard.AppImage" + }, + { + "url": "https://api.github.com/repos/morozovsk/unlimited-clipboard/releases/assets/24239526", + "id": 24239526, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI0MjM5NTI2", + "name": "unlimited-clipboard.exe", + "label": null, + "uploader": { + "login": "morozovsk", + "id": 1822063, + "node_id": "MDQ6VXNlcjE4MjIwNjM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1822063?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/morozovsk", + "html_url": "https://github.com/morozovsk", + "followers_url": "https://api.github.com/users/morozovsk/followers", + "following_url": "https://api.github.com/users/morozovsk/following{/other_user}", + "gists_url": "https://api.github.com/users/morozovsk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/morozovsk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/morozovsk/subscriptions", + "organizations_url": "https://api.github.com/users/morozovsk/orgs", + "repos_url": "https://api.github.com/users/morozovsk/repos", + "events_url": "https://api.github.com/users/morozovsk/events{/privacy}", + "received_events_url": "https://api.github.com/users/morozovsk/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-ms-dos-executable", + "state": "uploaded", + "size": 50594194, + "download_count": 62, + "created_at": "2020-08-24T17:29:06Z", + "updated_at": "2020-08-24T17:29:24Z", + "browser_download_url": "https://github.com/morozovsk/unlimited-clipboard/releases/download/v1.0.1/unlimited-clipboard.exe" + }, + { + "url": "https://api.github.com/repos/morozovsk/unlimited-clipboard/releases/assets/24239505", + "id": 24239505, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI0MjM5NTA1", + "name": "unlimited-clipboard.snap", + "label": null, + "uploader": { + "login": "morozovsk", + "id": 1822063, + "node_id": "MDQ6VXNlcjE4MjIwNjM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1822063?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/morozovsk", + "html_url": "https://github.com/morozovsk", + "followers_url": "https://api.github.com/users/morozovsk/followers", + "following_url": "https://api.github.com/users/morozovsk/following{/other_user}", + "gists_url": "https://api.github.com/users/morozovsk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/morozovsk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/morozovsk/subscriptions", + "organizations_url": "https://api.github.com/users/morozovsk/orgs", + "repos_url": "https://api.github.com/users/morozovsk/repos", + "events_url": "https://api.github.com/users/morozovsk/events{/privacy}", + "received_events_url": "https://api.github.com/users/morozovsk/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/vnd.snap", + "state": "uploaded", + "size": 62423040, + "download_count": 5, + "created_at": "2020-08-24T17:28:21Z", + "updated_at": "2020-08-24T17:28:47Z", + "browser_download_url": "https://github.com/morozovsk/unlimited-clipboard/releases/download/v1.0.1/unlimited-clipboard.snap" + } + ], + "tarball_url": "https://api.github.com/repos/morozovsk/unlimited-clipboard/tarball/v1.0.1", + "zipball_url": "https://api.github.com/repos/morozovsk/unlimited-clipboard/zipball/v1.0.1", + "body_html": "" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:32.989Z" }, "unofficial-zalo": { "latestRelease": { @@ -109777,84 +109854,7 @@ "zipball_url": "https://api.github.com/repos/SafeStudio/unofficial-zalo/zipball/v1.0.7", "body_html": "

Update dependencies

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:57.532Z" - }, - "unicode-plus": { - "latestRelease": { - "url": "https://api.github.com/repos/tonton-pixel/unicopedia-plus/releases/30887782", - "assets_url": "https://api.github.com/repos/tonton-pixel/unicopedia-plus/releases/30887782/assets", - "upload_url": "https://uploads.github.com/repos/tonton-pixel/unicopedia-plus/releases/30887782/assets{?name,label}", - "html_url": "https://github.com/tonton-pixel/unicopedia-plus/releases/tag/v8.1.0", - "id": 30887782, - "node_id": "MDc6UmVsZWFzZTMwODg3Nzgy", - "tag_name": "v8.1.0", - "target_commitish": "master", - "name": "8.1.0", - "draft": false, - "author": { - "login": "tonton-pixel", - "id": 26766930, - "node_id": "MDQ6VXNlcjI2NzY2OTMw", - "avatar_url": "https://avatars1.githubusercontent.com/u/26766930?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/tonton-pixel", - "html_url": "https://github.com/tonton-pixel", - "followers_url": "https://api.github.com/users/tonton-pixel/followers", - "following_url": "https://api.github.com/users/tonton-pixel/following{/other_user}", - "gists_url": "https://api.github.com/users/tonton-pixel/gists{/gist_id}", - "starred_url": "https://api.github.com/users/tonton-pixel/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/tonton-pixel/subscriptions", - "organizations_url": "https://api.github.com/users/tonton-pixel/orgs", - "repos_url": "https://api.github.com/users/tonton-pixel/repos", - "events_url": "https://api.github.com/users/tonton-pixel/events{/privacy}", - "received_events_url": "https://api.github.com/users/tonton-pixel/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2020-09-08T05:40:00Z", - "published_at": "2020-09-08T06:15:24Z", - "assets": [ - { - "url": "https://api.github.com/repos/tonton-pixel/unicopedia-plus/releases/assets/25138197", - "id": 25138197, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI1MTM4MTk3", - "name": "unicopedia-plus-mac-8.1.0.zip", - "label": null, - "uploader": { - "login": "tonton-pixel", - "id": 26766930, - "node_id": "MDQ6VXNlcjI2NzY2OTMw", - "avatar_url": "https://avatars1.githubusercontent.com/u/26766930?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/tonton-pixel", - "html_url": "https://github.com/tonton-pixel", - "followers_url": "https://api.github.com/users/tonton-pixel/followers", - "following_url": "https://api.github.com/users/tonton-pixel/following{/other_user}", - "gists_url": "https://api.github.com/users/tonton-pixel/gists{/gist_id}", - "starred_url": "https://api.github.com/users/tonton-pixel/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/tonton-pixel/subscriptions", - "organizations_url": "https://api.github.com/users/tonton-pixel/orgs", - "repos_url": "https://api.github.com/users/tonton-pixel/repos", - "events_url": "https://api.github.com/users/tonton-pixel/events{/privacy}", - "received_events_url": "https://api.github.com/users/tonton-pixel/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 158266525, - "download_count": 3, - "created_at": "2020-09-08T05:45:54Z", - "updated_at": "2020-09-08T06:15:21Z", - "browser_download_url": "https://github.com/tonton-pixel/unicopedia-plus/releases/download/v8.1.0/unicopedia-plus-mac-8.1.0.zip" - } - ], - "tarball_url": "https://api.github.com/repos/tonton-pixel/unicopedia-plus/tarball/v8.1.0", - "zipball_url": "https://api.github.com/repos/tonton-pixel/unicopedia-plus/zipball/v8.1.0", - "body_html": "" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:57.738Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:33.003Z" }, "upcount": { "latestRelease": { @@ -109955,7 +109955,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 509, - "download_count": 448, + "download_count": 449, "created_at": "2020-03-08T19:30:05Z", "updated_at": "2020-03-08T19:30:05Z", "browser_download_url": "https://github.com/madisvain/upcount/releases/download/v0.6.0/latest-mac.yml" @@ -109989,7 +109989,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 342, - "download_count": 746, + "download_count": 750, "created_at": "2020-03-08T19:30:14Z", "updated_at": "2020-03-08T19:30:14Z", "browser_download_url": "https://github.com/madisvain/upcount/releases/download/v0.6.0/latest.yml" @@ -110023,7 +110023,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 86643664, - "download_count": 79, + "download_count": 80, "created_at": "2020-03-08T19:30:03Z", "updated_at": "2020-03-08T19:30:05Z", "browser_download_url": "https://github.com/madisvain/upcount/releases/download/v0.6.0/Upcount-0.6.0-mac.zip" @@ -110091,7 +110091,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 89965969, - "download_count": 195, + "download_count": 196, "created_at": "2020-03-08T19:29:42Z", "updated_at": "2020-03-08T19:29:44Z", "browser_download_url": "https://github.com/madisvain/upcount/releases/download/v0.6.0/Upcount-0.6.0.dmg" @@ -110159,7 +110159,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 94055696, - "download_count": 413, + "download_count": 416, "created_at": "2020-03-08T19:29:51Z", "updated_at": "2020-03-08T19:30:08Z", "browser_download_url": "https://github.com/madisvain/upcount/releases/download/v0.6.0/Upcount-0.6.0.exe" @@ -110193,7 +110193,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 94227280, - "download_count": 224, + "download_count": 225, "created_at": "2020-03-08T19:29:55Z", "updated_at": "2020-03-08T19:30:14Z", "browser_download_url": "https://github.com/madisvain/upcount/releases/download/v0.6.0/Upcount-Setup-0.6.0.exe" @@ -110261,7 +110261,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 52631078, - "download_count": 123, + "download_count": 124, "created_at": "2020-03-08T19:25:43Z", "updated_at": "2020-03-08T19:25:44Z", "browser_download_url": "https://github.com/madisvain/upcount/releases/download/v0.6.0/upcount_0.6.0_amd64.deb" @@ -110271,7 +110271,7 @@ "zipball_url": "https://api.github.com/repos/madisvain/upcount/zipball/v0.6.0", "body_html": "

🎁 Fixed Menu sidebar #54
\n🎁 German language support #45

\n

🚑 Another menu collapsing bugfix #44
\n🚑 Phone input bugfix #48
\n🚑 Fix model method translations #47

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:57.765Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:33.033Z" }, "updrive": { "latestRelease": { @@ -110620,84 +110620,7 @@ "zipball_url": "https://api.github.com/repos/aniiantt/updrive/zipball/v0.38.0", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:57.830Z" - }, - "vade-mecum-shelf": { - "latestRelease": { - "url": "https://api.github.com/repos/tonton-pixel/vade-mecum-shelf/releases/31326495", - "assets_url": "https://api.github.com/repos/tonton-pixel/vade-mecum-shelf/releases/31326495/assets", - "upload_url": "https://uploads.github.com/repos/tonton-pixel/vade-mecum-shelf/releases/31326495/assets{?name,label}", - "html_url": "https://github.com/tonton-pixel/vade-mecum-shelf/releases/tag/v3.0.1", - "id": 31326495, - "node_id": "MDc6UmVsZWFzZTMxMzI2NDk1", - "tag_name": "v3.0.1", - "target_commitish": "master", - "name": "3.0.1", - "draft": false, - "author": { - "login": "tonton-pixel", - "id": 26766930, - "node_id": "MDQ6VXNlcjI2NzY2OTMw", - "avatar_url": "https://avatars1.githubusercontent.com/u/26766930?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/tonton-pixel", - "html_url": "https://github.com/tonton-pixel", - "followers_url": "https://api.github.com/users/tonton-pixel/followers", - "following_url": "https://api.github.com/users/tonton-pixel/following{/other_user}", - "gists_url": "https://api.github.com/users/tonton-pixel/gists{/gist_id}", - "starred_url": "https://api.github.com/users/tonton-pixel/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/tonton-pixel/subscriptions", - "organizations_url": "https://api.github.com/users/tonton-pixel/orgs", - "repos_url": "https://api.github.com/users/tonton-pixel/repos", - "events_url": "https://api.github.com/users/tonton-pixel/events{/privacy}", - "received_events_url": "https://api.github.com/users/tonton-pixel/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2020-09-15T12:37:52Z", - "published_at": "2020-09-15T13:00:57Z", - "assets": [ - { - "url": "https://api.github.com/repos/tonton-pixel/vade-mecum-shelf/releases/assets/25676399", - "id": 25676399, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI1Njc2Mzk5", - "name": "vade-mecum-shelf-mac-3.0.1.zip", - "label": null, - "uploader": { - "login": "tonton-pixel", - "id": 26766930, - "node_id": "MDQ6VXNlcjI2NzY2OTMw", - "avatar_url": "https://avatars1.githubusercontent.com/u/26766930?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/tonton-pixel", - "html_url": "https://github.com/tonton-pixel", - "followers_url": "https://api.github.com/users/tonton-pixel/followers", - "following_url": "https://api.github.com/users/tonton-pixel/following{/other_user}", - "gists_url": "https://api.github.com/users/tonton-pixel/gists{/gist_id}", - "starred_url": "https://api.github.com/users/tonton-pixel/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/tonton-pixel/subscriptions", - "organizations_url": "https://api.github.com/users/tonton-pixel/orgs", - "repos_url": "https://api.github.com/users/tonton-pixel/repos", - "events_url": "https://api.github.com/users/tonton-pixel/events{/privacy}", - "received_events_url": "https://api.github.com/users/tonton-pixel/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 121134229, - "download_count": 1, - "created_at": "2020-09-15T12:41:08Z", - "updated_at": "2020-09-15T13:00:54Z", - "browser_download_url": "https://github.com/tonton-pixel/vade-mecum-shelf/releases/download/v3.0.1/vade-mecum-shelf-mac-3.0.1.zip" - } - ], - "tarball_url": "https://api.github.com/repos/tonton-pixel/vade-mecum-shelf/tarball/v3.0.1", - "zipball_url": "https://api.github.com/repos/tonton-pixel/vade-mecum-shelf/zipball/v3.0.1", - "body_html": "" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:57.883Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:33.062Z" }, "vagrant-manager": { "latestRelease": { @@ -110832,7 +110755,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 56133800, - "download_count": 152, + "download_count": 153, "created_at": "2019-08-01T23:34:49Z", "updated_at": "2019-08-01T23:34:51Z", "browser_download_url": "https://github.com/absalomedia/vagrant-manager/releases/download/2.3.2/vagrant-manager-amd64.deb" @@ -111182,7 +111105,7 @@ "zipball_url": "https://api.github.com/repos/absalomedia/vagrant-manager/zipball/2.3.2", "body_html": "

Snapshot & Plugin functions based on latest Node-Vagrant
\nUpdate to Electron 5.
\nUpdate to Node 10 build sequence.
\nUpdate on Mac build options in prep for notarization.
\nSimplify tests & use NYC instead of Istanbul
\nRewritten configuration setup
\nMinor language corrections

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:58.092Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:33.101Z" }, "vechain-sync": { "latestRelease": { @@ -111249,7 +111172,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 384, - "download_count": 2794, + "download_count": 2824, "created_at": "2020-07-07T06:45:46Z", "updated_at": "2020-07-07T06:45:46Z", "browser_download_url": "https://github.com/vechain/thor-sync.electron/releases/download/v1.2.6/latest-linux.yml" @@ -111283,7 +111206,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 504, - "download_count": 41908, + "download_count": 42198, "created_at": "2020-07-07T07:23:06Z", "updated_at": "2020-07-07T07:23:06Z", "browser_download_url": "https://github.com/vechain/thor-sync.electron/releases/download/v1.2.6/latest-mac.yml" @@ -111317,7 +111240,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 332, - "download_count": 72130, + "download_count": 72613, "created_at": "2020-07-07T06:51:11Z", "updated_at": "2020-07-07T06:51:11Z", "browser_download_url": "https://github.com/vechain/thor-sync.electron/releases/download/v1.2.6/latest.yml" @@ -111351,7 +111274,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 57662773, - "download_count": 911, + "download_count": 916, "created_at": "2020-07-07T06:45:45Z", "updated_at": "2020-07-07T06:45:46Z", "browser_download_url": "https://github.com/vechain/thor-sync.electron/releases/download/v1.2.6/Sync-linux-x86_64-1.2.6.AppImage" @@ -111385,7 +111308,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 55998779, - "download_count": 3306, + "download_count": 3311, "created_at": "2020-07-07T07:23:03Z", "updated_at": "2020-07-07T07:23:05Z", "browser_download_url": "https://github.com/vechain/thor-sync.electron/releases/download/v1.2.6/Sync-mac-1.2.6.dmg" @@ -111453,7 +111376,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 54119302, - "download_count": 3004, + "download_count": 3008, "created_at": "2020-07-07T07:22:55Z", "updated_at": "2020-07-07T07:22:57Z", "browser_download_url": "https://github.com/vechain/thor-sync.electron/releases/download/v1.2.6/Sync-mac-1.2.6.zip" @@ -111487,7 +111410,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 43706264, - "download_count": 16118, + "download_count": 16186, "created_at": "2020-07-07T06:50:42Z", "updated_at": "2020-07-07T06:51:11Z", "browser_download_url": "https://github.com/vechain/thor-sync.electron/releases/download/v1.2.6/Sync-win-1.2.6.exe" @@ -111521,7 +111444,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 45848, - "download_count": 8065, + "download_count": 8082, "created_at": "2020-07-07T06:50:42Z", "updated_at": "2020-07-07T06:50:42Z", "browser_download_url": "https://github.com/vechain/thor-sync.electron/releases/download/v1.2.6/Sync-win-1.2.6.exe.blockmap" @@ -111531,7 +111454,7 @@ "zipball_url": "https://api.github.com/repos/vechain/thor-sync.electron/zipball/v1.2.6", "body_html": "

Improve Ledger device user experience

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:58.115Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:33.133Z" }, "vii": { "latestRelease": { @@ -111608,7 +111531,7 @@ "zipball_url": "https://api.github.com/repos/ardagedikk/VII/zipball/1.0.0", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:58.175Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:33.137Z" }, "violin": { "latestRelease": { @@ -111753,7 +111676,7 @@ "zipball_url": "https://api.github.com/repos/CodeF0x/violin/zipball/v3.1.1", "body_html": "

Fixed / changed with this release:

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:58.252Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:33.185Z" }, "visual-family-tree": { "latestRelease": { @@ -111966,7 +111889,7 @@ "zipball_url": "https://api.github.com/repos/Jisco/VisualFamilyTree/zipball/v1.3.1", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:58.472Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:33.227Z" }, "visual-comic-reader": { "latestRelease": { @@ -112145,7 +112068,7 @@ "zipball_url": "https://api.github.com/repos/evuz/VisualComicReader/zipball/0.1.0", "body_html": "

0.1.0 / 11-06-2017

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:58.476Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:33.245Z" }, "vivifyscrum": { "latestRelease": { @@ -112212,7 +112135,7 @@ "content_type": "application/x-executable", "state": "uploaded", "size": 105275359, - "download_count": 41, + "download_count": 42, "created_at": "2020-08-31T10:03:56Z", "updated_at": "2020-08-31T10:05:26Z", "browser_download_url": "https://github.com/Vivify-Ideas/vivifyscrum2-electron/releases/download/linux-x64-prod-2.4.22/VivifyScrum-2.4.22.AppImage" @@ -112222,7 +112145,7 @@ "zipball_url": "https://api.github.com/repos/Vivify-Ideas/vivifyscrum2-electron/zipball/linux-x64-prod-2.4.22", "body_html": null }, - "latestReleaseFetchedAt": "2020-09-17T12:08:58.548Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:33.295Z" }, "vizgraph": { "latestRelease": { @@ -112357,7 +112280,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 91070654, - "download_count": 1175, + "download_count": 1176, "created_at": "2019-02-26T06:38:05Z", "updated_at": "2019-02-26T06:38:09Z", "browser_download_url": "https://github.com/jcf94/vizgraph/releases/download/v0.0.8/vizgraph-0.0.8-i386.AppImage" @@ -112469,152 +112392,7 @@ "zipball_url": "https://api.github.com/repos/jcf94/vizgraph/zipball/v0.0.8", "body_html": "

We update the Viz.js to 2.1.2 in last release, bug fix for the API change.

\n

New feature: Move the png output to svg page.

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:58.629Z" - }, - "vzl": { - "latestRelease": { - "url": "https://api.github.com/repos/vutran/vzl/releases/10263788", - "assets_url": "https://api.github.com/repos/vutran/vzl/releases/10263788/assets", - "upload_url": "https://uploads.github.com/repos/vutran/vzl/releases/10263788/assets{?name,label}", - "html_url": "https://github.com/vutran/vzl/releases/tag/v1.1.1", - "id": 10263788, - "node_id": "MDc6UmVsZWFzZTEwMjYzNzg4", - "tag_name": "v1.1.1", - "target_commitish": "master", - "name": "", - "draft": false, - "author": { - "login": "vutran", - "id": 1088312, - "node_id": "MDQ6VXNlcjEwODgzMTI=", - "avatar_url": "https://avatars2.githubusercontent.com/u/1088312?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/vutran", - "html_url": "https://github.com/vutran", - "followers_url": "https://api.github.com/users/vutran/followers", - "following_url": "https://api.github.com/users/vutran/following{/other_user}", - "gists_url": "https://api.github.com/users/vutran/gists{/gist_id}", - "starred_url": "https://api.github.com/users/vutran/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/vutran/subscriptions", - "organizations_url": "https://api.github.com/users/vutran/orgs", - "repos_url": "https://api.github.com/users/vutran/repos", - "events_url": "https://api.github.com/users/vutran/events{/privacy}", - "received_events_url": "https://api.github.com/users/vutran/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2018-03-26T17:03:54Z", - "published_at": "2018-03-26T17:09:38Z", - "assets": [ - { - "url": "https://api.github.com/repos/vutran/vzl/releases/assets/6638699", - "id": 6638699, - "node_id": "MDEyOlJlbGVhc2VBc3NldDY2Mzg2OTk=", - "name": "Vzl-1.1.1-mac.zip", - "label": null, - "uploader": { - "login": "vutran", - "id": 1088312, - "node_id": "MDQ6VXNlcjEwODgzMTI=", - "avatar_url": "https://avatars2.githubusercontent.com/u/1088312?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/vutran", - "html_url": "https://github.com/vutran", - "followers_url": "https://api.github.com/users/vutran/followers", - "following_url": "https://api.github.com/users/vutran/following{/other_user}", - "gists_url": "https://api.github.com/users/vutran/gists{/gist_id}", - "starred_url": "https://api.github.com/users/vutran/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/vutran/subscriptions", - "organizations_url": "https://api.github.com/users/vutran/orgs", - "repos_url": "https://api.github.com/users/vutran/repos", - "events_url": "https://api.github.com/users/vutran/events{/privacy}", - "received_events_url": "https://api.github.com/users/vutran/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 53281487, - "download_count": 84, - "created_at": "2018-03-26T17:07:34Z", - "updated_at": "2018-03-26T17:08:12Z", - "browser_download_url": "https://github.com/vutran/vzl/releases/download/v1.1.1/Vzl-1.1.1-mac.zip" - }, - { - "url": "https://api.github.com/repos/vutran/vzl/releases/assets/6638700", - "id": 6638700, - "node_id": "MDEyOlJlbGVhc2VBc3NldDY2Mzg3MDA=", - "name": "Vzl-1.1.1.dmg", - "label": null, - "uploader": { - "login": "vutran", - "id": 1088312, - "node_id": "MDQ6VXNlcjEwODgzMTI=", - "avatar_url": "https://avatars2.githubusercontent.com/u/1088312?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/vutran", - "html_url": "https://github.com/vutran", - "followers_url": "https://api.github.com/users/vutran/followers", - "following_url": "https://api.github.com/users/vutran/following{/other_user}", - "gists_url": "https://api.github.com/users/vutran/gists{/gist_id}", - "starred_url": "https://api.github.com/users/vutran/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/vutran/subscriptions", - "organizations_url": "https://api.github.com/users/vutran/orgs", - "repos_url": "https://api.github.com/users/vutran/repos", - "events_url": "https://api.github.com/users/vutran/events{/privacy}", - "received_events_url": "https://api.github.com/users/vutran/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 55518658, - "download_count": 792, - "created_at": "2018-03-26T17:07:34Z", - "updated_at": "2018-03-26T17:08:50Z", - "browser_download_url": "https://github.com/vutran/vzl/releases/download/v1.1.1/Vzl-1.1.1.dmg" - }, - { - "url": "https://api.github.com/repos/vutran/vzl/releases/assets/6638701", - "id": 6638701, - "node_id": "MDEyOlJlbGVhc2VBc3NldDY2Mzg3MDE=", - "name": "Vzl-1.1.1.dmg.blockmap", - "label": null, - "uploader": { - "login": "vutran", - "id": 1088312, - "node_id": "MDQ6VXNlcjEwODgzMTI=", - "avatar_url": "https://avatars2.githubusercontent.com/u/1088312?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/vutran", - "html_url": "https://github.com/vutran", - "followers_url": "https://api.github.com/users/vutran/followers", - "following_url": "https://api.github.com/users/vutran/following{/other_user}", - "gists_url": "https://api.github.com/users/vutran/gists{/gist_id}", - "starred_url": "https://api.github.com/users/vutran/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/vutran/subscriptions", - "organizations_url": "https://api.github.com/users/vutran/orgs", - "repos_url": "https://api.github.com/users/vutran/repos", - "events_url": "https://api.github.com/users/vutran/events{/privacy}", - "received_events_url": "https://api.github.com/users/vutran/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 58340, - "download_count": 28, - "created_at": "2018-03-26T17:07:34Z", - "updated_at": "2018-03-26T17:08:50Z", - "browser_download_url": "https://github.com/vutran/vzl/releases/download/v1.1.1/Vzl-1.1.1.dmg.blockmap" - } - ], - "tarball_url": "https://api.github.com/repos/vutran/vzl/tarball/v1.1.1", - "zipball_url": "https://api.github.com/repos/vutran/vzl/zipball/v1.1.1", - "body_html": "" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:58.823Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:33.317Z" }, "vue-calc": { "latestRelease": { @@ -112681,7 +112459,7 @@ "content_type": "application/x-msdownload", "state": "uploaded", "size": 32369129, - "download_count": 20826, + "download_count": 20827, "created_at": "2018-04-15T09:55:17Z", "updated_at": "2018-04-15T09:55:36Z", "browser_download_url": "https://github.com/el3um4s/vue-calc/releases/download/v0.18.04.15/vue-calc-32bit.exe" @@ -112749,7 +112527,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 59133456, - "download_count": 1372, + "download_count": 1374, "created_at": "2018-04-15T09:55:17Z", "updated_at": "2018-04-15T10:00:37Z", "browser_download_url": "https://github.com/el3um4s/vue-calc/releases/download/v0.18.04.15/vue-calc-i386.AppImage" @@ -112793,7 +112571,160 @@ "zipball_url": "https://api.github.com/repos/el3um4s/vue-calc/zipball/v0.18.04.15", "body_html": "

Enhancement
\nAdded a new Icon
\n\"new

\n

Bugfix
\nChanged the preset language

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:58.823Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:33.369Z" + }, + "vzl": { + "latestRelease": { + "url": "https://api.github.com/repos/vutran/vzl/releases/10263788", + "assets_url": "https://api.github.com/repos/vutran/vzl/releases/10263788/assets", + "upload_url": "https://uploads.github.com/repos/vutran/vzl/releases/10263788/assets{?name,label}", + "html_url": "https://github.com/vutran/vzl/releases/tag/v1.1.1", + "id": 10263788, + "node_id": "MDc6UmVsZWFzZTEwMjYzNzg4", + "tag_name": "v1.1.1", + "target_commitish": "master", + "name": "", + "draft": false, + "author": { + "login": "vutran", + "id": 1088312, + "node_id": "MDQ6VXNlcjEwODgzMTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1088312?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vutran", + "html_url": "https://github.com/vutran", + "followers_url": "https://api.github.com/users/vutran/followers", + "following_url": "https://api.github.com/users/vutran/following{/other_user}", + "gists_url": "https://api.github.com/users/vutran/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vutran/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vutran/subscriptions", + "organizations_url": "https://api.github.com/users/vutran/orgs", + "repos_url": "https://api.github.com/users/vutran/repos", + "events_url": "https://api.github.com/users/vutran/events{/privacy}", + "received_events_url": "https://api.github.com/users/vutran/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2018-03-26T17:03:54Z", + "published_at": "2018-03-26T17:09:38Z", + "assets": [ + { + "url": "https://api.github.com/repos/vutran/vzl/releases/assets/6638699", + "id": 6638699, + "node_id": "MDEyOlJlbGVhc2VBc3NldDY2Mzg2OTk=", + "name": "Vzl-1.1.1-mac.zip", + "label": null, + "uploader": { + "login": "vutran", + "id": 1088312, + "node_id": "MDQ6VXNlcjEwODgzMTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1088312?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vutran", + "html_url": "https://github.com/vutran", + "followers_url": "https://api.github.com/users/vutran/followers", + "following_url": "https://api.github.com/users/vutran/following{/other_user}", + "gists_url": "https://api.github.com/users/vutran/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vutran/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vutran/subscriptions", + "organizations_url": "https://api.github.com/users/vutran/orgs", + "repos_url": "https://api.github.com/users/vutran/repos", + "events_url": "https://api.github.com/users/vutran/events{/privacy}", + "received_events_url": "https://api.github.com/users/vutran/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 53281487, + "download_count": 84, + "created_at": "2018-03-26T17:07:34Z", + "updated_at": "2018-03-26T17:08:12Z", + "browser_download_url": "https://github.com/vutran/vzl/releases/download/v1.1.1/Vzl-1.1.1-mac.zip" + }, + { + "url": "https://api.github.com/repos/vutran/vzl/releases/assets/6638700", + "id": 6638700, + "node_id": "MDEyOlJlbGVhc2VBc3NldDY2Mzg3MDA=", + "name": "Vzl-1.1.1.dmg", + "label": null, + "uploader": { + "login": "vutran", + "id": 1088312, + "node_id": "MDQ6VXNlcjEwODgzMTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1088312?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vutran", + "html_url": "https://github.com/vutran", + "followers_url": "https://api.github.com/users/vutran/followers", + "following_url": "https://api.github.com/users/vutran/following{/other_user}", + "gists_url": "https://api.github.com/users/vutran/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vutran/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vutran/subscriptions", + "organizations_url": "https://api.github.com/users/vutran/orgs", + "repos_url": "https://api.github.com/users/vutran/repos", + "events_url": "https://api.github.com/users/vutran/events{/privacy}", + "received_events_url": "https://api.github.com/users/vutran/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 55518658, + "download_count": 792, + "created_at": "2018-03-26T17:07:34Z", + "updated_at": "2018-03-26T17:08:50Z", + "browser_download_url": "https://github.com/vutran/vzl/releases/download/v1.1.1/Vzl-1.1.1.dmg" + }, + { + "url": "https://api.github.com/repos/vutran/vzl/releases/assets/6638701", + "id": 6638701, + "node_id": "MDEyOlJlbGVhc2VBc3NldDY2Mzg3MDE=", + "name": "Vzl-1.1.1.dmg.blockmap", + "label": null, + "uploader": { + "login": "vutran", + "id": 1088312, + "node_id": "MDQ6VXNlcjEwODgzMTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1088312?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vutran", + "html_url": "https://github.com/vutran", + "followers_url": "https://api.github.com/users/vutran/followers", + "following_url": "https://api.github.com/users/vutran/following{/other_user}", + "gists_url": "https://api.github.com/users/vutran/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vutran/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vutran/subscriptions", + "organizations_url": "https://api.github.com/users/vutran/orgs", + "repos_url": "https://api.github.com/users/vutran/repos", + "events_url": "https://api.github.com/users/vutran/events{/privacy}", + "received_events_url": "https://api.github.com/users/vutran/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 58340, + "download_count": 28, + "created_at": "2018-03-26T17:07:34Z", + "updated_at": "2018-03-26T17:08:50Z", + "browser_download_url": "https://github.com/vutran/vzl/releases/download/v1.1.1/Vzl-1.1.1.dmg.blockmap" + } + ], + "tarball_url": "https://api.github.com/repos/vutran/vzl/tarball/v1.1.1", + "zipball_url": "https://api.github.com/repos/vutran/vzl/zipball/v1.1.1", + "body_html": "" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:33.376Z" + }, + "wallpaperviewer": { + "latestRelease": null, + "latestReleaseFetchedAt": "2020-09-18T00:10:33.423Z" + }, + "wallapatta": { + "latestRelease": null, + "latestReleaseFetchedAt": "2020-09-18T00:10:33.428Z" }, "wail": { "latestRelease": { @@ -112972,15 +112903,7 @@ "zipball_url": "https://api.github.com/repos/N0taN3rd/wail/zipball/1.1.0", "body_html": "

Updates

\n
    \n
  1. \n

    Electron has been updated to 1.7.3:
    \nChrome used by Electron is now 58.0.3029.11, Node and V8 also updated.
    \nUserland should notice an increase in the smoothness and performance of WAIL when working with large (size and number of) collections

    \n
  2. \n
  3. \n

    WAIL's Page Only Crawl updated
    \nThanks to the Chrome version bump in Electron 1.7.3 the Page Only Crawl
    \nhas been transitioned away from the modified WARCreate style preservation to a full browser based crawl implementation.
    \nLook for more update as WAIL transitions away from relying on Heritrix to provide its Page + Same Domain and Page + All Links crawls.
    \nHeritix based crawls will still be available in all future releases of WAIL

    \n
  4. \n
  5. \n

    Twitter login through WAIL improved
    \nPrevious releases of WAIL relied on electron-oauth-twitter.
    \nBut userland found that it was not alway reliable so this functionality has been overhauled completely to ensure reliability.

    \n
  6. \n
  7. \n

    UX improvements
    \nTwitter Monitoring and Archiving Configuration UI has been redesigned and condensed making it easier to use this feature
    \nCollections Interface has been reworked making it easier to manage your collections

    \n
  8. \n
  9. \n

    Pywb updated
    \nUpdated to 0.33.1 improving replay for all supported operating systems.
    \nReplay on Windows is now just as smooth as Linux and OSX ❤️

    \n
  10. \n
" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:58.922Z" - }, - "wallapatta": { - "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:58.957Z" - }, - "wallpaperviewer": { - "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:59.128Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:33.439Z" }, "wanna": { "latestRelease": { @@ -113047,7 +112970,7 @@ "content_type": "application/vnd.debian.binary-package", "state": "uploaded", "size": 36373540, - "download_count": 2873, + "download_count": 2877, "created_at": "2018-02-27T12:03:33Z", "updated_at": "2018-02-27T13:52:32Z", "browser_download_url": "https://github.com/mkermani144/wanna/releases/download/1.0.0-alpha.2%2Bflex/wanna-1.0.0-alpha.2.deb" @@ -113115,7 +113038,7 @@ "content_type": "application/x-ms-dos-executable", "state": "uploaded", "size": 38695549, - "download_count": 2076, + "download_count": 2079, "created_at": "2018-02-27T12:46:57Z", "updated_at": "2018-02-27T13:52:32Z", "browser_download_url": "https://github.com/mkermani144/wanna/releases/download/1.0.0-alpha.2%2Bflex/wanna-1.0.0-alpha.2.exe" @@ -113125,7 +113048,7 @@ "zipball_url": "https://api.github.com/repos/mkermani144/wanna/zipball/1.0.0-alpha.2+flex", "body_html": "

Improved UI

\n\n

New keyboard shortcuts

\n\n

Startup tab

\n\n

Improved performance

\n\n

Bug fixes

\n\n

Misc

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:59.170Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:33.502Z" }, "waqt": { "latestRelease": { @@ -113167,7 +113090,11 @@ "zipball_url": "https://api.github.com/repos/arafatamim/waqt/zipball/v1.0.2", "body_html": "

Minor layout and code changes.

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:59.274Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:33.510Z" + }, + "weatherapp": { + "latestRelease": null, + "latestReleaseFetchedAt": "2020-09-18T00:10:33.554Z" }, "wavebox": { "latestRelease": { @@ -113234,7 +113161,7 @@ "content_type": "application/x-msdownload", "state": "uploaded", "size": 84393864, - "download_count": 1861, + "download_count": 1862, "created_at": "2019-12-18T11:00:08Z", "updated_at": "2019-12-18T11:00:25Z", "browser_download_url": "https://github.com/wavebox/waveboxapp/releases/download/v4.11.11/Install_Wavebox_4_11_11_x64.exe" @@ -113336,7 +113263,7 @@ "content_type": "application/x-gzip", "state": "uploaded", "size": 85766452, - "download_count": 984, + "download_count": 986, "created_at": "2019-12-18T11:00:15Z", "updated_at": "2019-12-18T11:01:08Z", "browser_download_url": "https://github.com/wavebox/waveboxapp/releases/download/v4.11.11/Wavebox_4_11_11_linux_x86_64.tar.gz" @@ -113380,11 +113307,7 @@ "zipball_url": "https://api.github.com/repos/wavebox/waveboxapp/zipball/v4.11.11", "body_html": "

This download is for Wavebox Classic. If you're looking for the latest version of Wavebox, we recommend visiting https://wavebox.io/download

\n

This version contains some small updates to extension parsing and configuration

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:59.308Z" - }, - "weatherapp": { - "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:08:59.483Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:33.557Z" }, "wdos": { "latestRelease": { @@ -113621,7 +113544,7 @@ "content_type": "application/x-iso9660-appimage", "state": "uploaded", "size": 109726794, - "download_count": 701, + "download_count": 702, "created_at": "2019-12-21T02:56:19Z", "updated_at": "2019-12-21T02:56:56Z", "browser_download_url": "https://github.com/Webdeskme/wdOS/releases/download/v1.1.2/WebDesktop-1.1.2.AppImage" @@ -113631,7 +113554,365 @@ "zipball_url": "https://api.github.com/repos/Webdeskme/wdOS/zipball/v1.1.2", "body_html": "

In This release experimental WebFrame features have been added. This includes a built in api and web application solution. This release is currently for Linux but refer to the previous relies for mac and windows.

" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:59.505Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:33.589Z" + }, + "vade-mecum-shelf": { + "latestRelease": { + "url": "https://api.github.com/repos/tonton-pixel/vade-mecum-shelf/releases/31326495", + "assets_url": "https://api.github.com/repos/tonton-pixel/vade-mecum-shelf/releases/31326495/assets", + "upload_url": "https://uploads.github.com/repos/tonton-pixel/vade-mecum-shelf/releases/31326495/assets{?name,label}", + "html_url": "https://github.com/tonton-pixel/vade-mecum-shelf/releases/tag/v3.0.1", + "id": 31326495, + "node_id": "MDc6UmVsZWFzZTMxMzI2NDk1", + "tag_name": "v3.0.1", + "target_commitish": "master", + "name": "3.0.1", + "draft": false, + "author": { + "login": "tonton-pixel", + "id": 26766930, + "node_id": "MDQ6VXNlcjI2NzY2OTMw", + "avatar_url": "https://avatars1.githubusercontent.com/u/26766930?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tonton-pixel", + "html_url": "https://github.com/tonton-pixel", + "followers_url": "https://api.github.com/users/tonton-pixel/followers", + "following_url": "https://api.github.com/users/tonton-pixel/following{/other_user}", + "gists_url": "https://api.github.com/users/tonton-pixel/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tonton-pixel/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tonton-pixel/subscriptions", + "organizations_url": "https://api.github.com/users/tonton-pixel/orgs", + "repos_url": "https://api.github.com/users/tonton-pixel/repos", + "events_url": "https://api.github.com/users/tonton-pixel/events{/privacy}", + "received_events_url": "https://api.github.com/users/tonton-pixel/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2020-09-15T12:37:52Z", + "published_at": "2020-09-15T13:00:57Z", + "assets": [ + { + "url": "https://api.github.com/repos/tonton-pixel/vade-mecum-shelf/releases/assets/25676399", + "id": 25676399, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI1Njc2Mzk5", + "name": "vade-mecum-shelf-mac-3.0.1.zip", + "label": null, + "uploader": { + "login": "tonton-pixel", + "id": 26766930, + "node_id": "MDQ6VXNlcjI2NzY2OTMw", + "avatar_url": "https://avatars1.githubusercontent.com/u/26766930?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tonton-pixel", + "html_url": "https://github.com/tonton-pixel", + "followers_url": "https://api.github.com/users/tonton-pixel/followers", + "following_url": "https://api.github.com/users/tonton-pixel/following{/other_user}", + "gists_url": "https://api.github.com/users/tonton-pixel/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tonton-pixel/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tonton-pixel/subscriptions", + "organizations_url": "https://api.github.com/users/tonton-pixel/orgs", + "repos_url": "https://api.github.com/users/tonton-pixel/repos", + "events_url": "https://api.github.com/users/tonton-pixel/events{/privacy}", + "received_events_url": "https://api.github.com/users/tonton-pixel/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 121134229, + "download_count": 1, + "created_at": "2020-09-15T12:41:08Z", + "updated_at": "2020-09-15T13:00:54Z", + "browser_download_url": "https://github.com/tonton-pixel/vade-mecum-shelf/releases/download/v3.0.1/vade-mecum-shelf-mac-3.0.1.zip" + } + ], + "tarball_url": "https://api.github.com/repos/tonton-pixel/vade-mecum-shelf/tarball/v3.0.1", + "zipball_url": "https://api.github.com/repos/tonton-pixel/vade-mecum-shelf/zipball/v3.0.1", + "body_html": "" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:33.609Z" + }, + "webkiosk-wrapper": { + "latestRelease": { + "url": "https://api.github.com/repos/ngudbhav/Webkiosk-Wrapper/releases/19828104", + "assets_url": "https://api.github.com/repos/ngudbhav/Webkiosk-Wrapper/releases/19828104/assets", + "upload_url": "https://uploads.github.com/repos/ngudbhav/Webkiosk-Wrapper/releases/19828104/assets{?name,label}", + "html_url": "https://github.com/ngudbhav/Webkiosk-Wrapper/releases/tag/v1.1.3", + "id": 19828104, + "node_id": "MDc6UmVsZWFzZTE5ODI4MTA0", + "tag_name": "v1.1.3", + "target_commitish": "master", + "name": "Webkiosk-Wrapper", + "draft": false, + "author": { + "login": "ngudbhav", + "id": 31446376, + "node_id": "MDQ6VXNlcjMxNDQ2Mzc2", + "avatar_url": "https://avatars0.githubusercontent.com/u/31446376?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ngudbhav", + "html_url": "https://github.com/ngudbhav", + "followers_url": "https://api.github.com/users/ngudbhav/followers", + "following_url": "https://api.github.com/users/ngudbhav/following{/other_user}", + "gists_url": "https://api.github.com/users/ngudbhav/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ngudbhav/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ngudbhav/subscriptions", + "organizations_url": "https://api.github.com/users/ngudbhav/orgs", + "repos_url": "https://api.github.com/users/ngudbhav/repos", + "events_url": "https://api.github.com/users/ngudbhav/events{/privacy}", + "received_events_url": "https://api.github.com/users/ngudbhav/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2019-09-07T13:31:07Z", + "published_at": "2019-09-07T16:55:08Z", + "assets": [ + { + "url": "https://api.github.com/repos/ngudbhav/Webkiosk-Wrapper/releases/assets/14802038", + "id": 14802038, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0ODAyMDM4", + "name": "Compressed-MAC.tar.xz", + "label": null, + "uploader": { + "login": "ngudbhav", + "id": 31446376, + "node_id": "MDQ6VXNlcjMxNDQ2Mzc2", + "avatar_url": "https://avatars0.githubusercontent.com/u/31446376?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ngudbhav", + "html_url": "https://github.com/ngudbhav", + "followers_url": "https://api.github.com/users/ngudbhav/followers", + "following_url": "https://api.github.com/users/ngudbhav/following{/other_user}", + "gists_url": "https://api.github.com/users/ngudbhav/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ngudbhav/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ngudbhav/subscriptions", + "organizations_url": "https://api.github.com/users/ngudbhav/orgs", + "repos_url": "https://api.github.com/users/ngudbhav/repos", + "events_url": "https://api.github.com/users/ngudbhav/events{/privacy}", + "received_events_url": "https://api.github.com/users/ngudbhav/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-xz", + "state": "uploaded", + "size": 50809296, + "download_count": 104, + "created_at": "2019-09-07T15:42:14Z", + "updated_at": "2019-09-07T16:51:30Z", + "browser_download_url": "https://github.com/ngudbhav/Webkiosk-Wrapper/releases/download/v1.1.3/Compressed-MAC.tar.xz" + }, + { + "url": "https://api.github.com/repos/ngudbhav/Webkiosk-Wrapper/releases/assets/14802754", + "id": 14802754, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0ODAyNzU0", + "name": "Portable-x64.exe", + "label": null, + "uploader": { + "login": "ngudbhav", + "id": 31446376, + "node_id": "MDQ6VXNlcjMxNDQ2Mzc2", + "avatar_url": "https://avatars0.githubusercontent.com/u/31446376?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ngudbhav", + "html_url": "https://github.com/ngudbhav", + "followers_url": "https://api.github.com/users/ngudbhav/followers", + "following_url": "https://api.github.com/users/ngudbhav/following{/other_user}", + "gists_url": "https://api.github.com/users/ngudbhav/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ngudbhav/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ngudbhav/subscriptions", + "organizations_url": "https://api.github.com/users/ngudbhav/orgs", + "repos_url": "https://api.github.com/users/ngudbhav/repos", + "events_url": "https://api.github.com/users/ngudbhav/events{/privacy}", + "received_events_url": "https://api.github.com/users/ngudbhav/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-msdownload", + "state": "uploaded", + "size": 48905320, + "download_count": 67, + "created_at": "2019-09-07T16:38:54Z", + "updated_at": "2019-09-07T16:39:34Z", + "browser_download_url": "https://github.com/ngudbhav/Webkiosk-Wrapper/releases/download/v1.1.3/Portable-x64.exe" + }, + { + "url": "https://api.github.com/repos/ngudbhav/Webkiosk-Wrapper/releases/assets/14802755", + "id": 14802755, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0ODAyNzU1", + "name": "Portable-x86.exe", + "label": null, + "uploader": { + "login": "ngudbhav", + "id": 31446376, + "node_id": "MDQ6VXNlcjMxNDQ2Mzc2", + "avatar_url": "https://avatars0.githubusercontent.com/u/31446376?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ngudbhav", + "html_url": "https://github.com/ngudbhav", + "followers_url": "https://api.github.com/users/ngudbhav/followers", + "following_url": "https://api.github.com/users/ngudbhav/following{/other_user}", + "gists_url": "https://api.github.com/users/ngudbhav/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ngudbhav/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ngudbhav/subscriptions", + "organizations_url": "https://api.github.com/users/ngudbhav/orgs", + "repos_url": "https://api.github.com/users/ngudbhav/repos", + "events_url": "https://api.github.com/users/ngudbhav/events{/privacy}", + "received_events_url": "https://api.github.com/users/ngudbhav/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-msdownload", + "state": "uploaded", + "size": 50703361, + "download_count": 31, + "created_at": "2019-09-07T16:38:55Z", + "updated_at": "2019-09-07T16:39:53Z", + "browser_download_url": "https://github.com/ngudbhav/Webkiosk-Wrapper/releases/download/v1.1.3/Portable-x86.exe" + }, + { + "url": "https://api.github.com/repos/ngudbhav/Webkiosk-Wrapper/releases/assets/14802851", + "id": 14802851, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0ODAyODUx", + "name": "Setup-x64.exe", + "label": null, + "uploader": { + "login": "ngudbhav", + "id": 31446376, + "node_id": "MDQ6VXNlcjMxNDQ2Mzc2", + "avatar_url": "https://avatars0.githubusercontent.com/u/31446376?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ngudbhav", + "html_url": "https://github.com/ngudbhav", + "followers_url": "https://api.github.com/users/ngudbhav/followers", + "following_url": "https://api.github.com/users/ngudbhav/following{/other_user}", + "gists_url": "https://api.github.com/users/ngudbhav/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ngudbhav/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ngudbhav/subscriptions", + "organizations_url": "https://api.github.com/users/ngudbhav/orgs", + "repos_url": "https://api.github.com/users/ngudbhav/repos", + "events_url": "https://api.github.com/users/ngudbhav/events{/privacy}", + "received_events_url": "https://api.github.com/users/ngudbhav/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-msdownload", + "state": "uploaded", + "size": 55321764, + "download_count": 43, + "created_at": "2019-09-07T16:53:27Z", + "updated_at": "2019-09-07T16:54:35Z", + "browser_download_url": "https://github.com/ngudbhav/Webkiosk-Wrapper/releases/download/v1.1.3/Setup-x64.exe" + }, + { + "url": "https://api.github.com/repos/ngudbhav/Webkiosk-Wrapper/releases/assets/14802756", + "id": 14802756, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0ODAyNzU2", + "name": "Setup-x86.exe", + "label": null, + "uploader": { + "login": "ngudbhav", + "id": 31446376, + "node_id": "MDQ6VXNlcjMxNDQ2Mzc2", + "avatar_url": "https://avatars0.githubusercontent.com/u/31446376?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ngudbhav", + "html_url": "https://github.com/ngudbhav", + "followers_url": "https://api.github.com/users/ngudbhav/followers", + "following_url": "https://api.github.com/users/ngudbhav/following{/other_user}", + "gists_url": "https://api.github.com/users/ngudbhav/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ngudbhav/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ngudbhav/subscriptions", + "organizations_url": "https://api.github.com/users/ngudbhav/orgs", + "repos_url": "https://api.github.com/users/ngudbhav/repos", + "events_url": "https://api.github.com/users/ngudbhav/events{/privacy}", + "received_events_url": "https://api.github.com/users/ngudbhav/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-msdownload", + "state": "uploaded", + "size": 53648736, + "download_count": 30, + "created_at": "2019-09-07T16:38:55Z", + "updated_at": "2019-09-07T16:40:13Z", + "browser_download_url": "https://github.com/ngudbhav/Webkiosk-Wrapper/releases/download/v1.1.3/Setup-x86.exe" + }, + { + "url": "https://api.github.com/repos/ngudbhav/Webkiosk-Wrapper/releases/assets/14802009", + "id": 14802009, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0ODAyMDA5", + "name": "Setup.deb", + "label": null, + "uploader": { + "login": "ngudbhav", + "id": 31446376, + "node_id": "MDQ6VXNlcjMxNDQ2Mzc2", + "avatar_url": "https://avatars0.githubusercontent.com/u/31446376?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ngudbhav", + "html_url": "https://github.com/ngudbhav", + "followers_url": "https://api.github.com/users/ngudbhav/followers", + "following_url": "https://api.github.com/users/ngudbhav/following{/other_user}", + "gists_url": "https://api.github.com/users/ngudbhav/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ngudbhav/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ngudbhav/subscriptions", + "organizations_url": "https://api.github.com/users/ngudbhav/orgs", + "repos_url": "https://api.github.com/users/ngudbhav/repos", + "events_url": "https://api.github.com/users/ngudbhav/events{/privacy}", + "received_events_url": "https://api.github.com/users/ngudbhav/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/vnd.debian.binary-package", + "state": "uploaded", + "size": 66431724, + "download_count": 64, + "created_at": "2019-09-07T15:39:43Z", + "updated_at": "2019-09-07T15:40:59Z", + "browser_download_url": "https://github.com/ngudbhav/Webkiosk-Wrapper/releases/download/v1.1.3/Setup.deb" + }, + { + "url": "https://api.github.com/repos/ngudbhav/Webkiosk-Wrapper/releases/assets/14802010", + "id": 14802010, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0ODAyMDEw", + "name": "Setup.rpm", + "label": null, + "uploader": { + "login": "ngudbhav", + "id": 31446376, + "node_id": "MDQ6VXNlcjMxNDQ2Mzc2", + "avatar_url": "https://avatars0.githubusercontent.com/u/31446376?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ngudbhav", + "html_url": "https://github.com/ngudbhav", + "followers_url": "https://api.github.com/users/ngudbhav/followers", + "following_url": "https://api.github.com/users/ngudbhav/following{/other_user}", + "gists_url": "https://api.github.com/users/ngudbhav/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ngudbhav/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ngudbhav/subscriptions", + "organizations_url": "https://api.github.com/users/ngudbhav/orgs", + "repos_url": "https://api.github.com/users/ngudbhav/repos", + "events_url": "https://api.github.com/users/ngudbhav/events{/privacy}", + "received_events_url": "https://api.github.com/users/ngudbhav/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-rpm", + "state": "uploaded", + "size": 73608880, + "download_count": 58, + "created_at": "2019-09-07T15:39:43Z", + "updated_at": "2019-09-07T15:42:10Z", + "browser_download_url": "https://github.com/ngudbhav/Webkiosk-Wrapper/releases/download/v1.1.3/Setup.rpm" + } + ], + "tarball_url": "https://api.github.com/repos/ngudbhav/Webkiosk-Wrapper/tarball/v1.1.3", + "zipball_url": "https://api.github.com/repos/ngudbhav/Webkiosk-Wrapper/zipball/v1.1.3", + "body_html": "

Changelog

\n

Note - Please uninstall previous versions as they will cause login issues.

\n
    \n
  1. Added support for JIIT-128
  2. \n
  3. Seating Plan API Added
  4. \n
  5. Issue fixed where custom passwords did not allow data download
  6. \n
  7. Visual changes
  8. \n
" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:33.638Z" }, "webcatalog": { "latestRelease": { @@ -113698,7 +113979,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 373, - "download_count": 27, + "download_count": 29, "created_at": "2020-09-14T14:05:45Z", "updated_at": "2020-09-14T14:05:45Z", "browser_download_url": "https://github.com/atomery/webcatalog/releases/download/v24.4.1/latest-linux.yml" @@ -113732,7 +114013,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 522, - "download_count": 349, + "download_count": 401, "created_at": "2020-09-14T14:16:24Z", "updated_at": "2020-09-14T14:16:24Z", "browser_download_url": "https://github.com/atomery/webcatalog/releases/download/v24.4.1/latest-mac.yml" @@ -113766,7 +114047,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 351, - "download_count": 148, + "download_count": 175, "created_at": "2020-09-14T14:10:16Z", "updated_at": "2020-09-14T14:10:16Z", "browser_download_url": "https://github.com/atomery/webcatalog/releases/download/v24.4.1/latest.yml" @@ -113800,7 +114081,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 87256654, - "download_count": 160, + "download_count": 177, "created_at": "2020-09-14T14:15:23Z", "updated_at": "2020-09-14T14:15:25Z", "browser_download_url": "https://github.com/atomery/webcatalog/releases/download/v24.4.1/WebCatalog-24.4.1-mac.zip" @@ -113834,7 +114115,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 87036180, - "download_count": 30, + "download_count": 32, "created_at": "2020-09-14T14:05:43Z", "updated_at": "2020-09-14T14:05:45Z", "browser_download_url": "https://github.com/atomery/webcatalog/releases/download/v24.4.1/WebCatalog-24.4.1.AppImage" @@ -113868,7 +114149,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 87172651, - "download_count": 59, + "download_count": 65, "created_at": "2020-09-14T14:16:21Z", "updated_at": "2020-09-14T14:16:23Z", "browser_download_url": "https://github.com/atomery/webcatalog/releases/download/v24.4.1/WebCatalog-24.4.1.dmg" @@ -113936,7 +114217,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 62761698, - "download_count": 107, + "download_count": 123, "created_at": "2020-09-14T14:10:12Z", "updated_at": "2020-09-14T14:10:16Z", "browser_download_url": "https://github.com/atomery/webcatalog/releases/download/v24.4.1/WebCatalog-Setup-24.4.1.exe" @@ -113970,7 +114251,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 64732, - "download_count": 34, + "download_count": 41, "created_at": "2020-09-14T14:10:12Z", "updated_at": "2020-09-14T14:10:13Z", "browser_download_url": "https://github.com/atomery/webcatalog/releases/download/v24.4.1/WebCatalog-Setup-24.4.1.exe.blockmap" @@ -113980,288 +114261,7 @@ "zipball_url": "https://api.github.com/repos/atomery/webcatalog/zipball/v24.4.1", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:59.661Z" - }, - "webkiosk-wrapper": { - "latestRelease": { - "url": "https://api.github.com/repos/ngudbhav/Webkiosk-Wrapper/releases/19828104", - "assets_url": "https://api.github.com/repos/ngudbhav/Webkiosk-Wrapper/releases/19828104/assets", - "upload_url": "https://uploads.github.com/repos/ngudbhav/Webkiosk-Wrapper/releases/19828104/assets{?name,label}", - "html_url": "https://github.com/ngudbhav/Webkiosk-Wrapper/releases/tag/v1.1.3", - "id": 19828104, - "node_id": "MDc6UmVsZWFzZTE5ODI4MTA0", - "tag_name": "v1.1.3", - "target_commitish": "master", - "name": "Webkiosk-Wrapper", - "draft": false, - "author": { - "login": "ngudbhav", - "id": 31446376, - "node_id": "MDQ6VXNlcjMxNDQ2Mzc2", - "avatar_url": "https://avatars0.githubusercontent.com/u/31446376?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/ngudbhav", - "html_url": "https://github.com/ngudbhav", - "followers_url": "https://api.github.com/users/ngudbhav/followers", - "following_url": "https://api.github.com/users/ngudbhav/following{/other_user}", - "gists_url": "https://api.github.com/users/ngudbhav/gists{/gist_id}", - "starred_url": "https://api.github.com/users/ngudbhav/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/ngudbhav/subscriptions", - "organizations_url": "https://api.github.com/users/ngudbhav/orgs", - "repos_url": "https://api.github.com/users/ngudbhav/repos", - "events_url": "https://api.github.com/users/ngudbhav/events{/privacy}", - "received_events_url": "https://api.github.com/users/ngudbhav/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2019-09-07T13:31:07Z", - "published_at": "2019-09-07T16:55:08Z", - "assets": [ - { - "url": "https://api.github.com/repos/ngudbhav/Webkiosk-Wrapper/releases/assets/14802038", - "id": 14802038, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0ODAyMDM4", - "name": "Compressed-MAC.tar.xz", - "label": null, - "uploader": { - "login": "ngudbhav", - "id": 31446376, - "node_id": "MDQ6VXNlcjMxNDQ2Mzc2", - "avatar_url": "https://avatars0.githubusercontent.com/u/31446376?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/ngudbhav", - "html_url": "https://github.com/ngudbhav", - "followers_url": "https://api.github.com/users/ngudbhav/followers", - "following_url": "https://api.github.com/users/ngudbhav/following{/other_user}", - "gists_url": "https://api.github.com/users/ngudbhav/gists{/gist_id}", - "starred_url": "https://api.github.com/users/ngudbhav/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/ngudbhav/subscriptions", - "organizations_url": "https://api.github.com/users/ngudbhav/orgs", - "repos_url": "https://api.github.com/users/ngudbhav/repos", - "events_url": "https://api.github.com/users/ngudbhav/events{/privacy}", - "received_events_url": "https://api.github.com/users/ngudbhav/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-xz", - "state": "uploaded", - "size": 50809296, - "download_count": 104, - "created_at": "2019-09-07T15:42:14Z", - "updated_at": "2019-09-07T16:51:30Z", - "browser_download_url": "https://github.com/ngudbhav/Webkiosk-Wrapper/releases/download/v1.1.3/Compressed-MAC.tar.xz" - }, - { - "url": "https://api.github.com/repos/ngudbhav/Webkiosk-Wrapper/releases/assets/14802754", - "id": 14802754, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0ODAyNzU0", - "name": "Portable-x64.exe", - "label": null, - "uploader": { - "login": "ngudbhav", - "id": 31446376, - "node_id": "MDQ6VXNlcjMxNDQ2Mzc2", - "avatar_url": "https://avatars0.githubusercontent.com/u/31446376?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/ngudbhav", - "html_url": "https://github.com/ngudbhav", - "followers_url": "https://api.github.com/users/ngudbhav/followers", - "following_url": "https://api.github.com/users/ngudbhav/following{/other_user}", - "gists_url": "https://api.github.com/users/ngudbhav/gists{/gist_id}", - "starred_url": "https://api.github.com/users/ngudbhav/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/ngudbhav/subscriptions", - "organizations_url": "https://api.github.com/users/ngudbhav/orgs", - "repos_url": "https://api.github.com/users/ngudbhav/repos", - "events_url": "https://api.github.com/users/ngudbhav/events{/privacy}", - "received_events_url": "https://api.github.com/users/ngudbhav/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-msdownload", - "state": "uploaded", - "size": 48905320, - "download_count": 67, - "created_at": "2019-09-07T16:38:54Z", - "updated_at": "2019-09-07T16:39:34Z", - "browser_download_url": "https://github.com/ngudbhav/Webkiosk-Wrapper/releases/download/v1.1.3/Portable-x64.exe" - }, - { - "url": "https://api.github.com/repos/ngudbhav/Webkiosk-Wrapper/releases/assets/14802755", - "id": 14802755, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0ODAyNzU1", - "name": "Portable-x86.exe", - "label": null, - "uploader": { - "login": "ngudbhav", - "id": 31446376, - "node_id": "MDQ6VXNlcjMxNDQ2Mzc2", - "avatar_url": "https://avatars0.githubusercontent.com/u/31446376?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/ngudbhav", - "html_url": "https://github.com/ngudbhav", - "followers_url": "https://api.github.com/users/ngudbhav/followers", - "following_url": "https://api.github.com/users/ngudbhav/following{/other_user}", - "gists_url": "https://api.github.com/users/ngudbhav/gists{/gist_id}", - "starred_url": "https://api.github.com/users/ngudbhav/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/ngudbhav/subscriptions", - "organizations_url": "https://api.github.com/users/ngudbhav/orgs", - "repos_url": "https://api.github.com/users/ngudbhav/repos", - "events_url": "https://api.github.com/users/ngudbhav/events{/privacy}", - "received_events_url": "https://api.github.com/users/ngudbhav/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-msdownload", - "state": "uploaded", - "size": 50703361, - "download_count": 31, - "created_at": "2019-09-07T16:38:55Z", - "updated_at": "2019-09-07T16:39:53Z", - "browser_download_url": "https://github.com/ngudbhav/Webkiosk-Wrapper/releases/download/v1.1.3/Portable-x86.exe" - }, - { - "url": "https://api.github.com/repos/ngudbhav/Webkiosk-Wrapper/releases/assets/14802851", - "id": 14802851, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0ODAyODUx", - "name": "Setup-x64.exe", - "label": null, - "uploader": { - "login": "ngudbhav", - "id": 31446376, - "node_id": "MDQ6VXNlcjMxNDQ2Mzc2", - "avatar_url": "https://avatars0.githubusercontent.com/u/31446376?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/ngudbhav", - "html_url": "https://github.com/ngudbhav", - "followers_url": "https://api.github.com/users/ngudbhav/followers", - "following_url": "https://api.github.com/users/ngudbhav/following{/other_user}", - "gists_url": "https://api.github.com/users/ngudbhav/gists{/gist_id}", - "starred_url": "https://api.github.com/users/ngudbhav/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/ngudbhav/subscriptions", - "organizations_url": "https://api.github.com/users/ngudbhav/orgs", - "repos_url": "https://api.github.com/users/ngudbhav/repos", - "events_url": "https://api.github.com/users/ngudbhav/events{/privacy}", - "received_events_url": "https://api.github.com/users/ngudbhav/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-msdownload", - "state": "uploaded", - "size": 55321764, - "download_count": 43, - "created_at": "2019-09-07T16:53:27Z", - "updated_at": "2019-09-07T16:54:35Z", - "browser_download_url": "https://github.com/ngudbhav/Webkiosk-Wrapper/releases/download/v1.1.3/Setup-x64.exe" - }, - { - "url": "https://api.github.com/repos/ngudbhav/Webkiosk-Wrapper/releases/assets/14802756", - "id": 14802756, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0ODAyNzU2", - "name": "Setup-x86.exe", - "label": null, - "uploader": { - "login": "ngudbhav", - "id": 31446376, - "node_id": "MDQ6VXNlcjMxNDQ2Mzc2", - "avatar_url": "https://avatars0.githubusercontent.com/u/31446376?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/ngudbhav", - "html_url": "https://github.com/ngudbhav", - "followers_url": "https://api.github.com/users/ngudbhav/followers", - "following_url": "https://api.github.com/users/ngudbhav/following{/other_user}", - "gists_url": "https://api.github.com/users/ngudbhav/gists{/gist_id}", - "starred_url": "https://api.github.com/users/ngudbhav/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/ngudbhav/subscriptions", - "organizations_url": "https://api.github.com/users/ngudbhav/orgs", - "repos_url": "https://api.github.com/users/ngudbhav/repos", - "events_url": "https://api.github.com/users/ngudbhav/events{/privacy}", - "received_events_url": "https://api.github.com/users/ngudbhav/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-msdownload", - "state": "uploaded", - "size": 53648736, - "download_count": 30, - "created_at": "2019-09-07T16:38:55Z", - "updated_at": "2019-09-07T16:40:13Z", - "browser_download_url": "https://github.com/ngudbhav/Webkiosk-Wrapper/releases/download/v1.1.3/Setup-x86.exe" - }, - { - "url": "https://api.github.com/repos/ngudbhav/Webkiosk-Wrapper/releases/assets/14802009", - "id": 14802009, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0ODAyMDA5", - "name": "Setup.deb", - "label": null, - "uploader": { - "login": "ngudbhav", - "id": 31446376, - "node_id": "MDQ6VXNlcjMxNDQ2Mzc2", - "avatar_url": "https://avatars0.githubusercontent.com/u/31446376?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/ngudbhav", - "html_url": "https://github.com/ngudbhav", - "followers_url": "https://api.github.com/users/ngudbhav/followers", - "following_url": "https://api.github.com/users/ngudbhav/following{/other_user}", - "gists_url": "https://api.github.com/users/ngudbhav/gists{/gist_id}", - "starred_url": "https://api.github.com/users/ngudbhav/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/ngudbhav/subscriptions", - "organizations_url": "https://api.github.com/users/ngudbhav/orgs", - "repos_url": "https://api.github.com/users/ngudbhav/repos", - "events_url": "https://api.github.com/users/ngudbhav/events{/privacy}", - "received_events_url": "https://api.github.com/users/ngudbhav/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/vnd.debian.binary-package", - "state": "uploaded", - "size": 66431724, - "download_count": 64, - "created_at": "2019-09-07T15:39:43Z", - "updated_at": "2019-09-07T15:40:59Z", - "browser_download_url": "https://github.com/ngudbhav/Webkiosk-Wrapper/releases/download/v1.1.3/Setup.deb" - }, - { - "url": "https://api.github.com/repos/ngudbhav/Webkiosk-Wrapper/releases/assets/14802010", - "id": 14802010, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0ODAyMDEw", - "name": "Setup.rpm", - "label": null, - "uploader": { - "login": "ngudbhav", - "id": 31446376, - "node_id": "MDQ6VXNlcjMxNDQ2Mzc2", - "avatar_url": "https://avatars0.githubusercontent.com/u/31446376?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/ngudbhav", - "html_url": "https://github.com/ngudbhav", - "followers_url": "https://api.github.com/users/ngudbhav/followers", - "following_url": "https://api.github.com/users/ngudbhav/following{/other_user}", - "gists_url": "https://api.github.com/users/ngudbhav/gists{/gist_id}", - "starred_url": "https://api.github.com/users/ngudbhav/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/ngudbhav/subscriptions", - "organizations_url": "https://api.github.com/users/ngudbhav/orgs", - "repos_url": "https://api.github.com/users/ngudbhav/repos", - "events_url": "https://api.github.com/users/ngudbhav/events{/privacy}", - "received_events_url": "https://api.github.com/users/ngudbhav/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-rpm", - "state": "uploaded", - "size": 73608880, - "download_count": 58, - "created_at": "2019-09-07T15:39:43Z", - "updated_at": "2019-09-07T15:42:10Z", - "browser_download_url": "https://github.com/ngudbhav/Webkiosk-Wrapper/releases/download/v1.1.3/Setup.rpm" - } - ], - "tarball_url": "https://api.github.com/repos/ngudbhav/Webkiosk-Wrapper/tarball/v1.1.3", - "zipball_url": "https://api.github.com/repos/ngudbhav/Webkiosk-Wrapper/zipball/v1.1.3", - "body_html": "

Changelog

\n

Note - Please uninstall previous versions as they will cause login issues.

\n
    \n
  1. Added support for JIIT-128
  2. \n
  3. Seating Plan API Added
  4. \n
  5. Issue fixed where custom passwords did not allow data download
  6. \n
  7. Visual changes
  8. \n
" - }, - "latestReleaseFetchedAt": "2020-09-17T12:08:59.677Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:33.674Z" }, "webtorrent": { "latestRelease": { @@ -114328,7 +114328,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 81, - "download_count": 38054, + "download_count": 38996, "created_at": "2020-08-29T00:36:02Z", "updated_at": "2020-08-29T00:36:02Z", "browser_download_url": "https://github.com/webtorrent/webtorrent-desktop/releases/download/v0.24.0/RELEASES" @@ -114362,7 +114362,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 84557457, - "download_count": 13165, + "download_count": 13358, "created_at": "2020-08-29T00:36:02Z", "updated_at": "2020-08-29T00:36:18Z", "browser_download_url": "https://github.com/webtorrent/webtorrent-desktop/releases/download/v0.24.0/WebTorrent-0.24.0-full.nupkg" @@ -114430,7 +114430,7 @@ "content_type": "application/x-rpm", "state": "uploaded", "size": 68857496, - "download_count": 70, + "download_count": 71, "created_at": "2020-08-29T00:39:11Z", "updated_at": "2020-08-29T00:39:37Z", "browser_download_url": "https://github.com/webtorrent/webtorrent-desktop/releases/download/v0.24.0/webtorrent-desktop-0.24.0-1.x86_64.rpm" @@ -114464,7 +114464,7 @@ "content_type": "application/x-deb", "state": "uploaded", "size": 62049756, - "download_count": 2206, + "download_count": 2255, "created_at": "2020-08-29T00:37:22Z", "updated_at": "2020-08-29T00:38:07Z", "browser_download_url": "https://github.com/webtorrent/webtorrent-desktop/releases/download/v0.24.0/webtorrent-desktop_0.24.0_amd64.deb" @@ -114498,7 +114498,7 @@ "content_type": "application/x-deb", "state": "uploaded", "size": 61919484, - "download_count": 33, + "download_count": 35, "created_at": "2020-08-29T00:38:07Z", "updated_at": "2020-08-29T00:38:34Z", "browser_download_url": "https://github.com/webtorrent/webtorrent-desktop/releases/download/v0.24.0/webtorrent-desktop_0.24.0_arm64.deb" @@ -114532,7 +114532,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 89442886, - "download_count": 11898, + "download_count": 12088, "created_at": "2020-08-29T00:28:53Z", "updated_at": "2020-08-29T00:29:16Z", "browser_download_url": "https://github.com/webtorrent/webtorrent-desktop/releases/download/v0.24.0/WebTorrent-v0.24.0-darwin.zip" @@ -114600,7 +114600,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 86530484, - "download_count": 564, + "download_count": 570, "created_at": "2020-08-29T00:40:21Z", "updated_at": "2020-08-29T00:40:55Z", "browser_download_url": "https://github.com/webtorrent/webtorrent-desktop/releases/download/v0.24.0/WebTorrent-v0.24.0-linux-x64.zip" @@ -114634,7 +114634,7 @@ "content_type": "application/x-zip-compressed", "state": "uploaded", "size": 88755846, - "download_count": 356, + "download_count": 362, "created_at": "2020-08-29T00:34:58Z", "updated_at": "2020-08-29T00:36:02Z", "browser_download_url": "https://github.com/webtorrent/webtorrent-desktop/releases/download/v0.24.0/WebTorrent-v0.24.0-win.zip" @@ -114668,7 +114668,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 89641529, - "download_count": 5572, + "download_count": 5714, "created_at": "2020-08-29T00:29:16Z", "updated_at": "2020-08-29T00:29:27Z", "browser_download_url": "https://github.com/webtorrent/webtorrent-desktop/releases/download/v0.24.0/WebTorrent-v0.24.0.dmg" @@ -114702,7 +114702,7 @@ "content_type": "application/x-msdownload", "state": "uploaded", "size": 85760256, - "download_count": 18177, + "download_count": 18761, "created_at": "2020-08-29T00:36:18Z", "updated_at": "2020-08-29T00:36:51Z", "browser_download_url": "https://github.com/webtorrent/webtorrent-desktop/releases/download/v0.24.0/WebTorrentSetup-v0.24.0.exe" @@ -114712,7 +114712,7 @@ "zipball_url": "https://api.github.com/repos/webtorrent/webtorrent-desktop/zipball/v0.24.0", "body_html": "

Added

\n\n

Changed

\n\n

Fixed

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:08:59.858Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:33.698Z" }, "weltenschaft": { "latestRelease": { @@ -114779,7 +114779,7 @@ "content_type": "application/x-zip-compressed", "state": "uploaded", "size": 71100879, - "download_count": 23, + "download_count": 24, "created_at": "2020-08-21T04:19:51Z", "updated_at": "2020-08-21T04:21:50Z", "browser_download_url": "https://github.com/HoubkneghteS/Weltenschaft/releases/download/v0.4.2/Weltenschaft.0.4.2.zip" @@ -114789,7 +114789,7 @@ "zipball_url": "https://api.github.com/repos/HoubkneghteS/Weltenschaft/zipball/v0.4.2", "body_html": "

Features

\n\n

Bugfixes

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:09:00.014Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:33.720Z" }, "wewe-chat": { "latestRelease": { @@ -115026,7 +115026,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 71498326, - "download_count": 18767, + "download_count": 18769, "created_at": "2018-07-25T20:05:31Z", "updated_at": "2018-07-25T20:05:54Z", "browser_download_url": "https://github.com/trazyn/weweChat/releases/download/v1.1.7/wewechat-1.1.7-linux-amd64.deb" @@ -115060,7 +115060,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 101797146, - "download_count": 7346, + "download_count": 7348, "created_at": "2018-07-25T20:03:09Z", "updated_at": "2018-07-25T20:03:20Z", "browser_download_url": "https://github.com/trazyn/weweChat/releases/download/v1.1.7/wewechat-1.1.7-linux-x86_64.AppImage" @@ -115128,7 +115128,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 93369913, - "download_count": 11493, + "download_count": 11494, "created_at": "2018-07-25T20:02:31Z", "updated_at": "2018-07-25T20:02:41Z", "browser_download_url": "https://github.com/trazyn/weweChat/releases/download/v1.1.7/wewechat-1.1.7-mac.dmg" @@ -115230,7 +115230,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 75808093, - "download_count": 29954, + "download_count": 29957, "created_at": "2018-07-25T20:04:39Z", "updated_at": "2018-07-25T20:04:47Z", "browser_download_url": "https://github.com/trazyn/weweChat/releases/download/v1.1.7/wewechat-1.1.7-win-setup.exe" @@ -115274,7 +115274,7 @@ "zipball_url": "https://api.github.com/repos/trazyn/weweChat/zipball/v1.1.7", "body_html": "

Bug fixed

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:09:00.035Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:33.784Z" }, "weflow": { "latestRelease": { @@ -115419,7 +115419,7 @@ "zipball_url": "https://api.github.com/repos/Tencent/WeFlow/zipball/1.3.3", "body_html": "

本期更新

\n\n
\n

近期更新

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:09:00.204Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:33.821Z" }, "whale": { "latestRelease": { @@ -115758,7 +115758,7 @@ "content_type": "application/x-msdownload", "state": "uploaded", "size": 54488645, - "download_count": 69, + "download_count": 70, "created_at": "2020-08-30T04:59:45Z", "updated_at": "2020-08-30T05:00:30Z", "browser_download_url": "https://github.com/1000ch/whale/releases/download/v2.0.0/Whale.Setup.2.0.0.exe" @@ -115825,163 +115825,52 @@ }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 52798942, - "download_count": 15, - "created_at": "2020-08-30T05:00:30Z", - "updated_at": "2020-08-30T05:01:00Z", - "browser_download_url": "https://github.com/1000ch/whale/releases/download/v2.0.0/whale_2.0.0_amd64.deb" - }, - { - "url": "https://api.github.com/repos/1000ch/whale/releases/assets/24486793", - "id": 24486793, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI0NDg2Nzkz", - "name": "whale_2.0.0_amd64.snap", - "label": null, - "uploader": { - "login": "1000ch", - "id": 1800018, - "node_id": "MDQ6VXNlcjE4MDAwMTg=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1800018?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/1000ch", - "html_url": "https://github.com/1000ch", - "followers_url": "https://api.github.com/users/1000ch/followers", - "following_url": "https://api.github.com/users/1000ch/following{/other_user}", - "gists_url": "https://api.github.com/users/1000ch/gists{/gist_id}", - "starred_url": "https://api.github.com/users/1000ch/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/1000ch/subscriptions", - "organizations_url": "https://api.github.com/users/1000ch/orgs", - "repos_url": "https://api.github.com/users/1000ch/repos", - "events_url": "https://api.github.com/users/1000ch/events{/privacy}", - "received_events_url": "https://api.github.com/users/1000ch/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 63930368, - "download_count": 8, - "created_at": "2020-08-30T05:01:00Z", - "updated_at": "2020-08-30T05:01:36Z", - "browser_download_url": "https://github.com/1000ch/whale/releases/download/v2.0.0/whale_2.0.0_amd64.snap" - } - ], - "tarball_url": "https://api.github.com/repos/1000ch/whale/tarball/v2.0.0", - "zipball_url": "https://api.github.com/repos/1000ch/whale/zipball/v2.0.0", - "body_html": "" - }, - "latestReleaseFetchedAt": "2020-09-17T12:09:00.366Z" - }, - "wharf": { - "latestRelease": { - "url": "https://api.github.com/repos/MarkRabey/wharf/releases/10459077", - "assets_url": "https://api.github.com/repos/MarkRabey/wharf/releases/10459077/assets", - "upload_url": "https://uploads.github.com/repos/MarkRabey/wharf/releases/10459077/assets{?name,label}", - "html_url": "https://github.com/MarkRabey/wharf/releases/tag/v0.2.0", - "id": 10459077, - "node_id": "MDc6UmVsZWFzZTEwNDU5MDc3", - "tag_name": "v0.2.0", - "target_commitish": "master", - "name": "0.2.0", - "draft": false, - "author": { - "login": "MarkRabey", - "id": 5824577, - "node_id": "MDQ6VXNlcjU4MjQ1Nzc=", - "avatar_url": "https://avatars2.githubusercontent.com/u/5824577?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/MarkRabey", - "html_url": "https://github.com/MarkRabey", - "followers_url": "https://api.github.com/users/MarkRabey/followers", - "following_url": "https://api.github.com/users/MarkRabey/following{/other_user}", - "gists_url": "https://api.github.com/users/MarkRabey/gists{/gist_id}", - "starred_url": "https://api.github.com/users/MarkRabey/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/MarkRabey/subscriptions", - "organizations_url": "https://api.github.com/users/MarkRabey/orgs", - "repos_url": "https://api.github.com/users/MarkRabey/repos", - "events_url": "https://api.github.com/users/MarkRabey/events{/privacy}", - "received_events_url": "https://api.github.com/users/MarkRabey/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2018-03-08T15:44:16Z", - "published_at": "2018-04-09T16:23:12Z", - "assets": [ - { - "url": "https://api.github.com/repos/MarkRabey/wharf/releases/assets/6784532", - "id": 6784532, - "node_id": "MDEyOlJlbGVhc2VBc3NldDY3ODQ1MzI=", - "name": "wharf-0.2.0-mac.zip", - "label": "", - "uploader": { - "login": "MarkRabey", - "id": 5824577, - "node_id": "MDQ6VXNlcjU4MjQ1Nzc=", - "avatar_url": "https://avatars2.githubusercontent.com/u/5824577?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/MarkRabey", - "html_url": "https://github.com/MarkRabey", - "followers_url": "https://api.github.com/users/MarkRabey/followers", - "following_url": "https://api.github.com/users/MarkRabey/following{/other_user}", - "gists_url": "https://api.github.com/users/MarkRabey/gists{/gist_id}", - "starred_url": "https://api.github.com/users/MarkRabey/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/MarkRabey/subscriptions", - "organizations_url": "https://api.github.com/users/MarkRabey/orgs", - "repos_url": "https://api.github.com/users/MarkRabey/repos", - "events_url": "https://api.github.com/users/MarkRabey/events{/privacy}", - "received_events_url": "https://api.github.com/users/MarkRabey/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 45988671, - "download_count": 109, - "created_at": "2018-04-09T16:19:57Z", - "updated_at": "2018-04-09T16:20:30Z", - "browser_download_url": "https://github.com/MarkRabey/wharf/releases/download/v0.2.0/wharf-0.2.0-mac.zip" + "size": 52798942, + "download_count": 15, + "created_at": "2020-08-30T05:00:30Z", + "updated_at": "2020-08-30T05:01:00Z", + "browser_download_url": "https://github.com/1000ch/whale/releases/download/v2.0.0/whale_2.0.0_amd64.deb" }, { - "url": "https://api.github.com/repos/MarkRabey/wharf/releases/assets/6784524", - "id": 6784524, - "node_id": "MDEyOlJlbGVhc2VBc3NldDY3ODQ1MjQ=", - "name": "Wharf-0.2.0.dmg", - "label": "", + "url": "https://api.github.com/repos/1000ch/whale/releases/assets/24486793", + "id": 24486793, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI0NDg2Nzkz", + "name": "whale_2.0.0_amd64.snap", + "label": null, "uploader": { - "login": "MarkRabey", - "id": 5824577, - "node_id": "MDQ6VXNlcjU4MjQ1Nzc=", - "avatar_url": "https://avatars2.githubusercontent.com/u/5824577?v=4", + "login": "1000ch", + "id": 1800018, + "node_id": "MDQ6VXNlcjE4MDAwMTg=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1800018?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/MarkRabey", - "html_url": "https://github.com/MarkRabey", - "followers_url": "https://api.github.com/users/MarkRabey/followers", - "following_url": "https://api.github.com/users/MarkRabey/following{/other_user}", - "gists_url": "https://api.github.com/users/MarkRabey/gists{/gist_id}", - "starred_url": "https://api.github.com/users/MarkRabey/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/MarkRabey/subscriptions", - "organizations_url": "https://api.github.com/users/MarkRabey/orgs", - "repos_url": "https://api.github.com/users/MarkRabey/repos", - "events_url": "https://api.github.com/users/MarkRabey/events{/privacy}", - "received_events_url": "https://api.github.com/users/MarkRabey/received_events", + "url": "https://api.github.com/users/1000ch", + "html_url": "https://github.com/1000ch", + "followers_url": "https://api.github.com/users/1000ch/followers", + "following_url": "https://api.github.com/users/1000ch/following{/other_user}", + "gists_url": "https://api.github.com/users/1000ch/gists{/gist_id}", + "starred_url": "https://api.github.com/users/1000ch/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/1000ch/subscriptions", + "organizations_url": "https://api.github.com/users/1000ch/orgs", + "repos_url": "https://api.github.com/users/1000ch/repos", + "events_url": "https://api.github.com/users/1000ch/events{/privacy}", + "received_events_url": "https://api.github.com/users/1000ch/received_events", "type": "User", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 47754881, - "download_count": 200, - "created_at": "2018-04-09T16:19:04Z", - "updated_at": "2018-04-09T16:19:49Z", - "browser_download_url": "https://github.com/MarkRabey/wharf/releases/download/v0.2.0/Wharf-0.2.0.dmg" + "size": 63930368, + "download_count": 8, + "created_at": "2020-08-30T05:01:00Z", + "updated_at": "2020-08-30T05:01:36Z", + "browser_download_url": "https://github.com/1000ch/whale/releases/download/v2.0.0/whale_2.0.0_amd64.snap" } ], - "tarball_url": "https://api.github.com/repos/MarkRabey/wharf/tarball/v0.2.0", - "zipball_url": "https://api.github.com/repos/MarkRabey/wharf/zipball/v0.2.0", + "tarball_url": "https://api.github.com/repos/1000ch/whale/tarball/v2.0.0", + "zipball_url": "https://api.github.com/repos/1000ch/whale/zipball/v2.0.0", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:09:00.387Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:33.842Z" }, "wexond": { "latestRelease": { @@ -116082,7 +115971,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 362, - "download_count": 1763, + "download_count": 1776, "created_at": "2020-06-23T18:19:58Z", "updated_at": "2020-06-23T18:19:58Z", "browser_download_url": "https://github.com/wexond/desktop/releases/download/v5.1.0/latest-linux.yml" @@ -116116,7 +116005,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 506, - "download_count": 2466, + "download_count": 2469, "created_at": "2020-06-23T18:21:57Z", "updated_at": "2020-06-23T18:21:57Z", "browser_download_url": "https://github.com/wexond/desktop/releases/download/v5.1.0/latest-mac.yml" @@ -116150,7 +116039,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 784, - "download_count": 8876, + "download_count": 8927, "created_at": "2020-06-23T18:22:16Z", "updated_at": "2020-06-23T18:22:16Z", "browser_download_url": "https://github.com/wexond/desktop/releases/download/v5.1.0/latest.yml" @@ -116184,7 +116073,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 74959052, - "download_count": 133, + "download_count": 134, "created_at": "2020-06-23T18:18:07Z", "updated_at": "2020-06-23T18:18:08Z", "browser_download_url": "https://github.com/wexond/desktop/releases/download/v5.1.0/Wexond-5.1.0-i386.AppImage" @@ -116218,7 +116107,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 65559811, - "download_count": 92, + "download_count": 93, "created_at": "2020-06-23T18:22:06Z", "updated_at": "2020-06-23T18:22:16Z", "browser_download_url": "https://github.com/wexond/desktop/releases/download/v5.1.0/Wexond-5.1.0-ia32-win.zip" @@ -116320,7 +116209,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 68822167, - "download_count": 406, + "download_count": 407, "created_at": "2020-06-23T18:22:04Z", "updated_at": "2020-06-23T18:22:12Z", "browser_download_url": "https://github.com/wexond/desktop/releases/download/v5.1.0/Wexond-5.1.0-win.zip" @@ -116354,7 +116243,7 @@ "content_type": "application/x-7z-compressed", "state": "uploaded", "size": 50116631, - "download_count": 1238, + "download_count": 1246, "created_at": "2020-06-23T18:22:04Z", "updated_at": "2020-06-23T18:22:09Z", "browser_download_url": "https://github.com/wexond/desktop/releases/download/v5.1.0/wexond-5.1.0-x64.nsis.7z" @@ -116490,7 +116379,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 678171, - "download_count": 1689, + "download_count": 1694, "created_at": "2020-06-23T18:22:08Z", "updated_at": "2020-06-23T18:22:08Z", "browser_download_url": "https://github.com/wexond/desktop/releases/download/v5.1.0/Wexond-Web-Setup-5.1.0.exe" @@ -116524,7 +116413,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 53082906, - "download_count": 129, + "download_count": 130, "created_at": "2020-06-23T18:19:57Z", "updated_at": "2020-06-23T18:19:58Z", "browser_download_url": "https://github.com/wexond/desktop/releases/download/v5.1.0/wexond_5.1.0_amd64.deb" @@ -116568,15 +116457,126 @@ "zipball_url": "https://api.github.com/repos/wexond/desktop/zipball/v5.1.0", "body_html": "

Features

\n\n

Fixes

\n\n

Other changes

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:09:00.533Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:33.859Z" }, "widgetoko": { "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:09:00.685Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:33.898Z" }, "winds": { "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:09:00.724Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:33.918Z" + }, + "wharf": { + "latestRelease": { + "url": "https://api.github.com/repos/MarkRabey/wharf/releases/10459077", + "assets_url": "https://api.github.com/repos/MarkRabey/wharf/releases/10459077/assets", + "upload_url": "https://uploads.github.com/repos/MarkRabey/wharf/releases/10459077/assets{?name,label}", + "html_url": "https://github.com/MarkRabey/wharf/releases/tag/v0.2.0", + "id": 10459077, + "node_id": "MDc6UmVsZWFzZTEwNDU5MDc3", + "tag_name": "v0.2.0", + "target_commitish": "master", + "name": "0.2.0", + "draft": false, + "author": { + "login": "MarkRabey", + "id": 5824577, + "node_id": "MDQ6VXNlcjU4MjQ1Nzc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5824577?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/MarkRabey", + "html_url": "https://github.com/MarkRabey", + "followers_url": "https://api.github.com/users/MarkRabey/followers", + "following_url": "https://api.github.com/users/MarkRabey/following{/other_user}", + "gists_url": "https://api.github.com/users/MarkRabey/gists{/gist_id}", + "starred_url": "https://api.github.com/users/MarkRabey/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/MarkRabey/subscriptions", + "organizations_url": "https://api.github.com/users/MarkRabey/orgs", + "repos_url": "https://api.github.com/users/MarkRabey/repos", + "events_url": "https://api.github.com/users/MarkRabey/events{/privacy}", + "received_events_url": "https://api.github.com/users/MarkRabey/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2018-03-08T15:44:16Z", + "published_at": "2018-04-09T16:23:12Z", + "assets": [ + { + "url": "https://api.github.com/repos/MarkRabey/wharf/releases/assets/6784532", + "id": 6784532, + "node_id": "MDEyOlJlbGVhc2VBc3NldDY3ODQ1MzI=", + "name": "wharf-0.2.0-mac.zip", + "label": "", + "uploader": { + "login": "MarkRabey", + "id": 5824577, + "node_id": "MDQ6VXNlcjU4MjQ1Nzc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5824577?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/MarkRabey", + "html_url": "https://github.com/MarkRabey", + "followers_url": "https://api.github.com/users/MarkRabey/followers", + "following_url": "https://api.github.com/users/MarkRabey/following{/other_user}", + "gists_url": "https://api.github.com/users/MarkRabey/gists{/gist_id}", + "starred_url": "https://api.github.com/users/MarkRabey/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/MarkRabey/subscriptions", + "organizations_url": "https://api.github.com/users/MarkRabey/orgs", + "repos_url": "https://api.github.com/users/MarkRabey/repos", + "events_url": "https://api.github.com/users/MarkRabey/events{/privacy}", + "received_events_url": "https://api.github.com/users/MarkRabey/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 45988671, + "download_count": 109, + "created_at": "2018-04-09T16:19:57Z", + "updated_at": "2018-04-09T16:20:30Z", + "browser_download_url": "https://github.com/MarkRabey/wharf/releases/download/v0.2.0/wharf-0.2.0-mac.zip" + }, + { + "url": "https://api.github.com/repos/MarkRabey/wharf/releases/assets/6784524", + "id": 6784524, + "node_id": "MDEyOlJlbGVhc2VBc3NldDY3ODQ1MjQ=", + "name": "Wharf-0.2.0.dmg", + "label": "", + "uploader": { + "login": "MarkRabey", + "id": 5824577, + "node_id": "MDQ6VXNlcjU4MjQ1Nzc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5824577?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/MarkRabey", + "html_url": "https://github.com/MarkRabey", + "followers_url": "https://api.github.com/users/MarkRabey/followers", + "following_url": "https://api.github.com/users/MarkRabey/following{/other_user}", + "gists_url": "https://api.github.com/users/MarkRabey/gists{/gist_id}", + "starred_url": "https://api.github.com/users/MarkRabey/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/MarkRabey/subscriptions", + "organizations_url": "https://api.github.com/users/MarkRabey/orgs", + "repos_url": "https://api.github.com/users/MarkRabey/repos", + "events_url": "https://api.github.com/users/MarkRabey/events{/privacy}", + "received_events_url": "https://api.github.com/users/MarkRabey/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 47754881, + "download_count": 200, + "created_at": "2018-04-09T16:19:04Z", + "updated_at": "2018-04-09T16:19:49Z", + "browser_download_url": "https://github.com/MarkRabey/wharf/releases/download/v0.2.0/Wharf-0.2.0.dmg" + } + ], + "tarball_url": "https://api.github.com/repos/MarkRabey/wharf/tarball/v0.2.0", + "zipball_url": "https://api.github.com/repos/MarkRabey/wharf/zipball/v0.2.0", + "body_html": "" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:33.919Z" }, "wizard-mirror": { "latestRelease": { @@ -116618,7 +116618,7 @@ "zipball_url": "https://api.github.com/repos/Sanjit1/WizardMirror/zipball/1.0", "body_html": "

Release 1.0

\n

Welcome to the first release of WizardMirror! This release may be out of date, so make sure to check the releases page for the lastest release. To get started read the readme.

" }, - "latestReleaseFetchedAt": "2020-09-17T12:09:00.877Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:33.983Z" }, "whatever": { "latestRelease": { @@ -116753,7 +116753,7 @@ "content_type": "application/x-rpm", "state": "uploaded", "size": 43383726, - "download_count": 753, + "download_count": 754, "created_at": "2017-02-10T08:59:21Z", "updated_at": "2017-02-10T09:00:35Z", "browser_download_url": "https://github.com/cellardoor42/whatever/releases/download/v1.0.0/Whatever-1.0.0.rpm" @@ -116787,7 +116787,7 @@ "content_type": "application/gzip", "state": "uploaded", "size": 43416152, - "download_count": 785, + "download_count": 786, "created_at": "2017-02-10T09:01:43Z", "updated_at": "2017-02-10T09:02:39Z", "browser_download_url": "https://github.com/cellardoor42/whatever/releases/download/v1.0.0/Whatever-1.0.0.tar.gz" @@ -116821,7 +116821,7 @@ "content_type": "application/vnd.debian.binary-package", "state": "uploaded", "size": 31371438, - "download_count": 9087, + "download_count": 9088, "created_at": "2017-02-10T08:56:53Z", "updated_at": "2017-02-10T08:57:36Z", "browser_download_url": "https://github.com/cellardoor42/whatever/releases/download/v1.0.0/Whatever_1.0.0_amd64.deb" @@ -116865,7 +116865,11 @@ "zipball_url": "https://api.github.com/repos/cellardoor42/whatever/zipball/v1.0.0", "body_html": "

First release of unofficial Evernote client for Linux desktop

" }, - "latestReleaseFetchedAt": "2020-09-17T12:09:00.920Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:33.987Z" + }, + "wonder-reader": { + "latestRelease": null, + "latestReleaseFetchedAt": "2020-09-18T00:10:34.001Z" }, "wnr": { "latestRelease": { @@ -116932,7 +116936,7 @@ "content_type": "application/x-diskcopy", "state": "uploaded", "size": 85878845, - "download_count": 11, + "download_count": 12, "created_at": "2020-09-11T13:14:44Z", "updated_at": "2020-09-11T13:16:00Z", "browser_download_url": "https://github.com/RoderickQiu/wnr/releases/download/v1.19.2/wnr-1.19.2-MacOS.dmg" @@ -117146,11 +117150,11 @@ "zipball_url": "https://api.github.com/repos/RoderickQiu/wnr/zipball/v1.19.2", "body_html": "

中文部分 | English Things Below

\n

请注意:

\n\n

下载链接:

\n
    \n
  1. \n

    蓝奏云高速下载

    \n
  2. \n
  3. \n

    百度网盘链接备用(密码:swh3)

    \n
  4. \n
  5. \n

    Scoop (Windows)

    \n
  6. \n
\n
scoop bucket add sushi https://github.com/kidonng/sushi\nscoop install sushi/wnr
\n

更新内容:

\n\n

最近更新:

\n\n

联系我:

\n

如果有任何功能建议或者疑问,请发邮件到scrisqiu@hotmail.com

\n
\n

English Part

\n

Updated For:

\n\n

Recently Updated:

\n\n

Contact Me:

\n

In case you have any suggestion or question, drop me a line at scrisqiu@hotmail.com.

\n

Tips for Windows Users:

\n\n

Tip for macOS Users:

\n\n

Downloads:

\n
    \n
  1. \n

    GitHub Release

    \n
  2. \n
  3. \n

    Also available on Softpedia

    \n
  4. \n
  5. \n

    Scoop (Windows)

    \n
  6. \n
\n
scoop bucket add sushi https://github.com/kidonng/sushi\nscoop install sushi/wnr
\n

If it's too slow to download, try Motrix, my preferred downloader. The file size is little bit big because we are using Electron as the basic framework.

" }, - "latestReleaseFetchedAt": "2020-09-17T12:09:01.038Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:34.006Z" }, - "wonder-reader": { + "writebar": { "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:09:01.044Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:34.057Z" }, "wow-stat": { "latestRelease": { @@ -117261,15 +117265,11 @@ "zipball_url": "https://api.github.com/repos/arzynik/wowstat/zipball/3.0.5", "body_html": "

Several window management bug fixes

" }, - "latestReleaseFetchedAt": "2020-09-17T12:09:01.256Z" - }, - "writebar": { - "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:09:01.350Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:34.081Z" }, "wowcrypt": { "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:09:01.616Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:34.102Z" }, "xcel": { "latestRelease": { @@ -117438,7 +117438,7 @@ "content_type": "application/x-msdownload", "state": "uploaded", "size": 50532703, - "download_count": 720, + "download_count": 722, "created_at": "2017-05-13T09:08:58Z", "updated_at": "2017-05-13T09:11:33Z", "browser_download_url": "https://github.com/o2team/xcel/releases/download/v1.4.0/xcel.Setup.1.4.0-ia32.exe" @@ -117482,152 +117482,7 @@ "zipball_url": "https://api.github.com/repos/o2team/xcel/zipball/v1.4.0", "body_html": "

New Features

\n

增加『去重』功能

\n

通过指定特定的列,如“身份证”列。即可在筛选数据后进行去重操作(注意:若同时存在筛选条件和去重条件,则去重操作发生在筛选操作后)。

\n

Fixed

\n

修复『文件列表』在筛选后,删除不正确的问题。

\n

Improvements

\n

优化代码,提高应用稳定性。

" }, - "latestReleaseFetchedAt": "2020-09-17T12:09:01.742Z" - }, - "y2mp3": { - "latestRelease": { - "url": "https://api.github.com/repos/moshfeu/y2mp3/releases/28950648", - "assets_url": "https://api.github.com/repos/moshfeu/y2mp3/releases/28950648/assets", - "upload_url": "https://uploads.github.com/repos/moshfeu/y2mp3/releases/28950648/assets{?name,label}", - "html_url": "https://github.com/moshfeu/y2mp3/releases/tag/v2.5.0", - "id": 28950648, - "node_id": "MDc6UmVsZWFzZTI4OTUwNjQ4", - "tag_name": "v2.5.0", - "target_commitish": "332754b237fa6704303be5e3481ab2a495198363", - "name": "v2.5.0", - "draft": false, - "author": { - "login": "moshfeu", - "id": 3723951, - "node_id": "MDQ6VXNlcjM3MjM5NTE=", - "avatar_url": "https://avatars2.githubusercontent.com/u/3723951?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/moshfeu", - "html_url": "https://github.com/moshfeu", - "followers_url": "https://api.github.com/users/moshfeu/followers", - "following_url": "https://api.github.com/users/moshfeu/following{/other_user}", - "gists_url": "https://api.github.com/users/moshfeu/gists{/gist_id}", - "starred_url": "https://api.github.com/users/moshfeu/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/moshfeu/subscriptions", - "organizations_url": "https://api.github.com/users/moshfeu/orgs", - "repos_url": "https://api.github.com/users/moshfeu/repos", - "events_url": "https://api.github.com/users/moshfeu/events{/privacy}", - "received_events_url": "https://api.github.com/users/moshfeu/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2020-07-25T22:40:01Z", - "published_at": "2020-07-25T22:55:00Z", - "assets": [ - { - "url": "https://api.github.com/repos/moshfeu/y2mp3/releases/assets/23239603", - "id": 23239603, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMjM5NjAz", - "name": "y2mp3-2.5.0.AppImage", - "label": "", - "uploader": { - "login": "moshfeu", - "id": 3723951, - "node_id": "MDQ6VXNlcjM3MjM5NTE=", - "avatar_url": "https://avatars2.githubusercontent.com/u/3723951?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/moshfeu", - "html_url": "https://github.com/moshfeu", - "followers_url": "https://api.github.com/users/moshfeu/followers", - "following_url": "https://api.github.com/users/moshfeu/following{/other_user}", - "gists_url": "https://api.github.com/users/moshfeu/gists{/gist_id}", - "starred_url": "https://api.github.com/users/moshfeu/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/moshfeu/subscriptions", - "organizations_url": "https://api.github.com/users/moshfeu/orgs", - "repos_url": "https://api.github.com/users/moshfeu/repos", - "events_url": "https://api.github.com/users/moshfeu/events{/privacy}", - "received_events_url": "https://api.github.com/users/moshfeu/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 79785635, - "download_count": 144, - "created_at": "2020-07-25T22:47:17Z", - "updated_at": "2020-07-25T22:47:19Z", - "browser_download_url": "https://github.com/moshfeu/y2mp3/releases/download/v2.5.0/y2mp3-2.5.0.AppImage" - }, - { - "url": "https://api.github.com/repos/moshfeu/y2mp3/releases/assets/23239613", - "id": 23239613, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMjM5NjEz", - "name": "y2mp3-2.5.0.dmg", - "label": "", - "uploader": { - "login": "moshfeu", - "id": 3723951, - "node_id": "MDQ6VXNlcjM3MjM5NTE=", - "avatar_url": "https://avatars2.githubusercontent.com/u/3723951?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/moshfeu", - "html_url": "https://github.com/moshfeu", - "followers_url": "https://api.github.com/users/moshfeu/followers", - "following_url": "https://api.github.com/users/moshfeu/following{/other_user}", - "gists_url": "https://api.github.com/users/moshfeu/gists{/gist_id}", - "starred_url": "https://api.github.com/users/moshfeu/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/moshfeu/subscriptions", - "organizations_url": "https://api.github.com/users/moshfeu/orgs", - "repos_url": "https://api.github.com/users/moshfeu/repos", - "events_url": "https://api.github.com/users/moshfeu/events{/privacy}", - "received_events_url": "https://api.github.com/users/moshfeu/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-apple-diskimage", - "state": "uploaded", - "size": 72502300, - "download_count": 95, - "created_at": "2020-07-25T22:48:56Z", - "updated_at": "2020-07-25T22:48:58Z", - "browser_download_url": "https://github.com/moshfeu/y2mp3/releases/download/v2.5.0/y2mp3-2.5.0.dmg" - }, - { - "url": "https://api.github.com/repos/moshfeu/y2mp3/releases/assets/23239604", - "id": 23239604, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMjM5NjA0", - "name": "y2mp3.Setup.2.5.0.exe", - "label": "", - "uploader": { - "login": "moshfeu", - "id": 3723951, - "node_id": "MDQ6VXNlcjM3MjM5NTE=", - "avatar_url": "https://avatars2.githubusercontent.com/u/3723951?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/moshfeu", - "html_url": "https://github.com/moshfeu", - "followers_url": "https://api.github.com/users/moshfeu/followers", - "following_url": "https://api.github.com/users/moshfeu/following{/other_user}", - "gists_url": "https://api.github.com/users/moshfeu/gists{/gist_id}", - "starred_url": "https://api.github.com/users/moshfeu/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/moshfeu/subscriptions", - "organizations_url": "https://api.github.com/users/moshfeu/orgs", - "repos_url": "https://api.github.com/users/moshfeu/repos", - "events_url": "https://api.github.com/users/moshfeu/events{/privacy}", - "received_events_url": "https://api.github.com/users/moshfeu/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-ms-dos-executable", - "state": "uploaded", - "size": 54126242, - "download_count": 205, - "created_at": "2020-07-25T22:47:20Z", - "updated_at": "2020-07-25T22:47:22Z", - "browser_download_url": "https://github.com/moshfeu/y2mp3/releases/download/v2.5.0/y2mp3.Setup.2.5.0.exe" - } - ], - "tarball_url": "https://api.github.com/repos/moshfeu/y2mp3/tarball/v2.5.0", - "zipball_url": "https://api.github.com/repos/moshfeu/y2mp3/zipball/v2.5.0", - "body_html": "" - }, - "latestReleaseFetchedAt": "2020-09-17T12:09:01.757Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:34.149Z" }, "wwii-stats-viewer": { "latestRelease": { @@ -117772,11 +117627,156 @@ "zipball_url": "https://api.github.com/repos/Lierrmm/WWIIStatsViewer/zipball/1.1.2.1", "body_html": "

Mac Build

\n

Includes DMG and ZIP file.

" }, - "latestReleaseFetchedAt": "2020-09-17T12:09:01.772Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:34.153Z" }, "yeoman": { "latestRelease": null, - "latestReleaseFetchedAt": "2020-09-17T12:09:01.927Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:34.159Z" + }, + "y2mp3": { + "latestRelease": { + "url": "https://api.github.com/repos/moshfeu/y2mp3/releases/28950648", + "assets_url": "https://api.github.com/repos/moshfeu/y2mp3/releases/28950648/assets", + "upload_url": "https://uploads.github.com/repos/moshfeu/y2mp3/releases/28950648/assets{?name,label}", + "html_url": "https://github.com/moshfeu/y2mp3/releases/tag/v2.5.0", + "id": 28950648, + "node_id": "MDc6UmVsZWFzZTI4OTUwNjQ4", + "tag_name": "v2.5.0", + "target_commitish": "332754b237fa6704303be5e3481ab2a495198363", + "name": "v2.5.0", + "draft": false, + "author": { + "login": "moshfeu", + "id": 3723951, + "node_id": "MDQ6VXNlcjM3MjM5NTE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/3723951?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moshfeu", + "html_url": "https://github.com/moshfeu", + "followers_url": "https://api.github.com/users/moshfeu/followers", + "following_url": "https://api.github.com/users/moshfeu/following{/other_user}", + "gists_url": "https://api.github.com/users/moshfeu/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moshfeu/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moshfeu/subscriptions", + "organizations_url": "https://api.github.com/users/moshfeu/orgs", + "repos_url": "https://api.github.com/users/moshfeu/repos", + "events_url": "https://api.github.com/users/moshfeu/events{/privacy}", + "received_events_url": "https://api.github.com/users/moshfeu/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2020-07-25T22:40:01Z", + "published_at": "2020-07-25T22:55:00Z", + "assets": [ + { + "url": "https://api.github.com/repos/moshfeu/y2mp3/releases/assets/23239603", + "id": 23239603, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMjM5NjAz", + "name": "y2mp3-2.5.0.AppImage", + "label": "", + "uploader": { + "login": "moshfeu", + "id": 3723951, + "node_id": "MDQ6VXNlcjM3MjM5NTE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/3723951?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moshfeu", + "html_url": "https://github.com/moshfeu", + "followers_url": "https://api.github.com/users/moshfeu/followers", + "following_url": "https://api.github.com/users/moshfeu/following{/other_user}", + "gists_url": "https://api.github.com/users/moshfeu/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moshfeu/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moshfeu/subscriptions", + "organizations_url": "https://api.github.com/users/moshfeu/orgs", + "repos_url": "https://api.github.com/users/moshfeu/repos", + "events_url": "https://api.github.com/users/moshfeu/events{/privacy}", + "received_events_url": "https://api.github.com/users/moshfeu/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 79785635, + "download_count": 146, + "created_at": "2020-07-25T22:47:17Z", + "updated_at": "2020-07-25T22:47:19Z", + "browser_download_url": "https://github.com/moshfeu/y2mp3/releases/download/v2.5.0/y2mp3-2.5.0.AppImage" + }, + { + "url": "https://api.github.com/repos/moshfeu/y2mp3/releases/assets/23239613", + "id": 23239613, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMjM5NjEz", + "name": "y2mp3-2.5.0.dmg", + "label": "", + "uploader": { + "login": "moshfeu", + "id": 3723951, + "node_id": "MDQ6VXNlcjM3MjM5NTE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/3723951?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moshfeu", + "html_url": "https://github.com/moshfeu", + "followers_url": "https://api.github.com/users/moshfeu/followers", + "following_url": "https://api.github.com/users/moshfeu/following{/other_user}", + "gists_url": "https://api.github.com/users/moshfeu/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moshfeu/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moshfeu/subscriptions", + "organizations_url": "https://api.github.com/users/moshfeu/orgs", + "repos_url": "https://api.github.com/users/moshfeu/repos", + "events_url": "https://api.github.com/users/moshfeu/events{/privacy}", + "received_events_url": "https://api.github.com/users/moshfeu/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-apple-diskimage", + "state": "uploaded", + "size": 72502300, + "download_count": 97, + "created_at": "2020-07-25T22:48:56Z", + "updated_at": "2020-07-25T22:48:58Z", + "browser_download_url": "https://github.com/moshfeu/y2mp3/releases/download/v2.5.0/y2mp3-2.5.0.dmg" + }, + { + "url": "https://api.github.com/repos/moshfeu/y2mp3/releases/assets/23239604", + "id": 23239604, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMjM5NjA0", + "name": "y2mp3.Setup.2.5.0.exe", + "label": "", + "uploader": { + "login": "moshfeu", + "id": 3723951, + "node_id": "MDQ6VXNlcjM3MjM5NTE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/3723951?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moshfeu", + "html_url": "https://github.com/moshfeu", + "followers_url": "https://api.github.com/users/moshfeu/followers", + "following_url": "https://api.github.com/users/moshfeu/following{/other_user}", + "gists_url": "https://api.github.com/users/moshfeu/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moshfeu/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moshfeu/subscriptions", + "organizations_url": "https://api.github.com/users/moshfeu/orgs", + "repos_url": "https://api.github.com/users/moshfeu/repos", + "events_url": "https://api.github.com/users/moshfeu/events{/privacy}", + "received_events_url": "https://api.github.com/users/moshfeu/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-ms-dos-executable", + "state": "uploaded", + "size": 54126242, + "download_count": 206, + "created_at": "2020-07-25T22:47:20Z", + "updated_at": "2020-07-25T22:47:22Z", + "browser_download_url": "https://github.com/moshfeu/y2mp3/releases/download/v2.5.0/y2mp3.Setup.2.5.0.exe" + } + ], + "tarball_url": "https://api.github.com/repos/moshfeu/y2mp3/tarball/v2.5.0", + "zipball_url": "https://api.github.com/repos/moshfeu/y2mp3/zipball/v2.5.0", + "body_html": "" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:34.201Z" }, "yosoro": { "latestRelease": { @@ -117945,7 +117945,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 66491688, - "download_count": 5431, + "download_count": 5432, "created_at": "2019-08-18T05:04:04Z", "updated_at": "2019-08-18T05:07:00Z", "browser_download_url": "https://github.com/IceEnd/Yosoro/releases/download/v1.1.7/Yosoro-win32-x64.zip" @@ -117955,7 +117955,7 @@ "zipball_url": "https://api.github.com/repos/IceEnd/Yosoro/zipball/v1.1.7", "body_html": "

Fixes #115, #118.

" }, - "latestReleaseFetchedAt": "2020-09-17T12:09:02.076Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:34.234Z" }, "youtube-mp3": { "latestRelease": { @@ -118032,7 +118032,195 @@ "zipball_url": "https://api.github.com/repos/MedZed/Electron-Youtube-to-Mp3-Converter/zipball/1.0.0", "body_html": "

Windows release

" }, - "latestReleaseFetchedAt": "2020-09-17T12:09:02.281Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:34.237Z" + }, + "youget": { + "latestRelease": { + "url": "https://api.github.com/repos/zeybek/YouGet/releases/12927030", + "assets_url": "https://api.github.com/repos/zeybek/YouGet/releases/12927030/assets", + "upload_url": "https://uploads.github.com/repos/zeybek/YouGet/releases/12927030/assets{?name,label}", + "html_url": "https://github.com/zeybek/YouGet/releases/tag/1.0", + "id": 12927030, + "node_id": "MDc6UmVsZWFzZTEyOTI3MDMw", + "tag_name": "1.0", + "target_commitish": "master", + "name": "YouGet v1.0", + "draft": false, + "author": { + "login": "zeybek", + "id": 30319707, + "node_id": "MDQ6VXNlcjMwMzE5NzA3", + "avatar_url": "https://avatars1.githubusercontent.com/u/30319707?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zeybek", + "html_url": "https://github.com/zeybek", + "followers_url": "https://api.github.com/users/zeybek/followers", + "following_url": "https://api.github.com/users/zeybek/following{/other_user}", + "gists_url": "https://api.github.com/users/zeybek/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zeybek/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zeybek/subscriptions", + "organizations_url": "https://api.github.com/users/zeybek/orgs", + "repos_url": "https://api.github.com/users/zeybek/repos", + "events_url": "https://api.github.com/users/zeybek/events{/privacy}", + "received_events_url": "https://api.github.com/users/zeybek/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2018-09-17T04:30:41Z", + "published_at": "2018-09-17T05:33:15Z", + "assets": [ + { + "url": "https://api.github.com/repos/zeybek/YouGet/releases/assets/8701826", + "id": 8701826, + "node_id": "MDEyOlJlbGVhc2VBc3NldDg3MDE4MjY=", + "name": "YouGet.zip", + "label": null, + "uploader": { + "login": "zeybek", + "id": 30319707, + "node_id": "MDQ6VXNlcjMwMzE5NzA3", + "avatar_url": "https://avatars1.githubusercontent.com/u/30319707?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zeybek", + "html_url": "https://github.com/zeybek", + "followers_url": "https://api.github.com/users/zeybek/followers", + "following_url": "https://api.github.com/users/zeybek/following{/other_user}", + "gists_url": "https://api.github.com/users/zeybek/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zeybek/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zeybek/subscriptions", + "organizations_url": "https://api.github.com/users/zeybek/orgs", + "repos_url": "https://api.github.com/users/zeybek/repos", + "events_url": "https://api.github.com/users/zeybek/events{/privacy}", + "received_events_url": "https://api.github.com/users/zeybek/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-zip-compressed", + "state": "uploaded", + "size": 102864532, + "download_count": 4750, + "created_at": "2018-09-17T04:34:39Z", + "updated_at": "2018-09-17T04:59:13Z", + "browser_download_url": "https://github.com/zeybek/YouGet/releases/download/1.0/YouGet.zip" + } + ], + "tarball_url": "https://api.github.com/repos/zeybek/YouGet/tarball/1.0", + "zipball_url": "https://api.github.com/repos/zeybek/YouGet/zipball/1.0", + "body_html": "" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:34.291Z" + }, + "ytdownloader": { + "latestRelease": { + "url": "https://api.github.com/repos/myazarc/ytdownloader/releases/13166793", + "assets_url": "https://api.github.com/repos/myazarc/ytdownloader/releases/13166793/assets", + "upload_url": "https://uploads.github.com/repos/myazarc/ytdownloader/releases/13166793/assets{?name,label}", + "html_url": "https://github.com/myazarc/ytdownloader/releases/tag/v1.0.0", + "id": 13166793, + "node_id": "MDc6UmVsZWFzZTEzMTY2Nzkz", + "tag_name": "v1.0.0", + "target_commitish": "master", + "name": "v1.0.0", + "draft": false, + "author": { + "login": "myazarc", + "id": 12916632, + "node_id": "MDQ6VXNlcjEyOTE2NjMy", + "avatar_url": "https://avatars0.githubusercontent.com/u/12916632?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/myazarc", + "html_url": "https://github.com/myazarc", + "followers_url": "https://api.github.com/users/myazarc/followers", + "following_url": "https://api.github.com/users/myazarc/following{/other_user}", + "gists_url": "https://api.github.com/users/myazarc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/myazarc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/myazarc/subscriptions", + "organizations_url": "https://api.github.com/users/myazarc/orgs", + "repos_url": "https://api.github.com/users/myazarc/repos", + "events_url": "https://api.github.com/users/myazarc/events{/privacy}", + "received_events_url": "https://api.github.com/users/myazarc/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2018-09-30T02:11:00Z", + "published_at": "2018-09-30T02:21:18Z", + "assets": [ + { + "url": "https://api.github.com/repos/myazarc/ytdownloader/releases/assets/8904139", + "id": 8904139, + "node_id": "MDEyOlJlbGVhc2VBc3NldDg5MDQxMzk=", + "name": "YT.Downloader-1.0.0-x86_64.AppImage", + "label": null, + "uploader": { + "login": "myazarc", + "id": 12916632, + "node_id": "MDQ6VXNlcjEyOTE2NjMy", + "avatar_url": "https://avatars0.githubusercontent.com/u/12916632?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/myazarc", + "html_url": "https://github.com/myazarc", + "followers_url": "https://api.github.com/users/myazarc/followers", + "following_url": "https://api.github.com/users/myazarc/following{/other_user}", + "gists_url": "https://api.github.com/users/myazarc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/myazarc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/myazarc/subscriptions", + "organizations_url": "https://api.github.com/users/myazarc/orgs", + "repos_url": "https://api.github.com/users/myazarc/repos", + "events_url": "https://api.github.com/users/myazarc/events{/privacy}", + "received_events_url": "https://api.github.com/users/myazarc/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-iso9660-appimage", + "state": "uploaded", + "size": 81852328, + "download_count": 688, + "created_at": "2018-09-30T02:16:30Z", + "updated_at": "2018-09-30T02:21:49Z", + "browser_download_url": "https://github.com/myazarc/ytdownloader/releases/download/v1.0.0/YT.Downloader-1.0.0-x86_64.AppImage" + }, + { + "url": "https://api.github.com/repos/myazarc/ytdownloader/releases/assets/8904122", + "id": 8904122, + "node_id": "MDEyOlJlbGVhc2VBc3NldDg5MDQxMjI=", + "name": "YT.Downloader_1.0.0_amd64.deb", + "label": null, + "uploader": { + "login": "myazarc", + "id": 12916632, + "node_id": "MDQ6VXNlcjEyOTE2NjMy", + "avatar_url": "https://avatars0.githubusercontent.com/u/12916632?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/myazarc", + "html_url": "https://github.com/myazarc", + "followers_url": "https://api.github.com/users/myazarc/followers", + "following_url": "https://api.github.com/users/myazarc/following{/other_user}", + "gists_url": "https://api.github.com/users/myazarc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/myazarc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/myazarc/subscriptions", + "organizations_url": "https://api.github.com/users/myazarc/orgs", + "repos_url": "https://api.github.com/users/myazarc/repos", + "events_url": "https://api.github.com/users/myazarc/events{/privacy}", + "received_events_url": "https://api.github.com/users/myazarc/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/vnd.debian.binary-package", + "state": "uploaded", + "size": 57344732, + "download_count": 538, + "created_at": "2018-09-30T02:13:30Z", + "updated_at": "2018-09-30T02:21:49Z", + "browser_download_url": "https://github.com/myazarc/ytdownloader/releases/download/v1.0.0/YT.Downloader_1.0.0_amd64.deb" + } + ], + "tarball_url": "https://api.github.com/repos/myazarc/ytdownloader/tarball/v1.0.0", + "zipball_url": "https://api.github.com/repos/myazarc/ytdownloader/zipball/v1.0.0", + "body_html": "" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:34.315Z" }, "youtube-to-mp3": { "latestRelease": { @@ -118074,84 +118262,7 @@ "zipball_url": "https://api.github.com/repos/leerob/youtube-to-mp3/zipball/v2.0.3", "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:09:02.416Z" - }, - "youget": { - "latestRelease": { - "url": "https://api.github.com/repos/zeybek/YouGet/releases/12927030", - "assets_url": "https://api.github.com/repos/zeybek/YouGet/releases/12927030/assets", - "upload_url": "https://uploads.github.com/repos/zeybek/YouGet/releases/12927030/assets{?name,label}", - "html_url": "https://github.com/zeybek/YouGet/releases/tag/1.0", - "id": 12927030, - "node_id": "MDc6UmVsZWFzZTEyOTI3MDMw", - "tag_name": "1.0", - "target_commitish": "master", - "name": "YouGet v1.0", - "draft": false, - "author": { - "login": "zeybek", - "id": 30319707, - "node_id": "MDQ6VXNlcjMwMzE5NzA3", - "avatar_url": "https://avatars1.githubusercontent.com/u/30319707?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/zeybek", - "html_url": "https://github.com/zeybek", - "followers_url": "https://api.github.com/users/zeybek/followers", - "following_url": "https://api.github.com/users/zeybek/following{/other_user}", - "gists_url": "https://api.github.com/users/zeybek/gists{/gist_id}", - "starred_url": "https://api.github.com/users/zeybek/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/zeybek/subscriptions", - "organizations_url": "https://api.github.com/users/zeybek/orgs", - "repos_url": "https://api.github.com/users/zeybek/repos", - "events_url": "https://api.github.com/users/zeybek/events{/privacy}", - "received_events_url": "https://api.github.com/users/zeybek/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2018-09-17T04:30:41Z", - "published_at": "2018-09-17T05:33:15Z", - "assets": [ - { - "url": "https://api.github.com/repos/zeybek/YouGet/releases/assets/8701826", - "id": 8701826, - "node_id": "MDEyOlJlbGVhc2VBc3NldDg3MDE4MjY=", - "name": "YouGet.zip", - "label": null, - "uploader": { - "login": "zeybek", - "id": 30319707, - "node_id": "MDQ6VXNlcjMwMzE5NzA3", - "avatar_url": "https://avatars1.githubusercontent.com/u/30319707?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/zeybek", - "html_url": "https://github.com/zeybek", - "followers_url": "https://api.github.com/users/zeybek/followers", - "following_url": "https://api.github.com/users/zeybek/following{/other_user}", - "gists_url": "https://api.github.com/users/zeybek/gists{/gist_id}", - "starred_url": "https://api.github.com/users/zeybek/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/zeybek/subscriptions", - "organizations_url": "https://api.github.com/users/zeybek/orgs", - "repos_url": "https://api.github.com/users/zeybek/repos", - "events_url": "https://api.github.com/users/zeybek/events{/privacy}", - "received_events_url": "https://api.github.com/users/zeybek/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-zip-compressed", - "state": "uploaded", - "size": 102864532, - "download_count": 4750, - "created_at": "2018-09-17T04:34:39Z", - "updated_at": "2018-09-17T04:59:13Z", - "browser_download_url": "https://github.com/zeybek/YouGet/releases/download/1.0/YouGet.zip" - } - ], - "tarball_url": "https://api.github.com/repos/zeybek/YouGet/tarball/1.0", - "zipball_url": "https://api.github.com/repos/zeybek/YouGet/zipball/1.0", - "body_html": "" - }, - "latestReleaseFetchedAt": "2020-09-17T12:09:02.470Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:34.327Z" }, "youtube-music-desktop-app": { "latestRelease": { @@ -118218,7 +118329,7 @@ "content_type": "application/x-yaml", "state": "uploaded", "size": 403, - "download_count": 339, + "download_count": 364, "created_at": "2020-09-07T15:24:44Z", "updated_at": "2020-09-07T15:24:45Z", "browser_download_url": "https://github.com/ytmdesktop/ytmdesktop/releases/download/v1.13.0/latest-linux.yml" @@ -118252,7 +118363,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 381, - "download_count": 36034, + "download_count": 37935, "created_at": "2020-09-07T16:56:16Z", "updated_at": "2020-09-07T16:56:16Z", "browser_download_url": "https://github.com/ytmdesktop/ytmdesktop/releases/download/v1.13.0/latest.yml" @@ -118286,7 +118397,7 @@ "content_type": "text/plain", "state": "uploaded", "size": 19, - "download_count": 83, + "download_count": 86, "created_at": "2020-09-07T15:32:30Z", "updated_at": "2020-09-07T15:32:45Z", "browser_download_url": "https://github.com/ytmdesktop/ytmdesktop/releases/download/v1.13.0/mac-os-soon.txt" @@ -118320,7 +118431,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 91400225, - "download_count": 368, + "download_count": 388, "created_at": "2020-09-07T15:24:45Z", "updated_at": "2020-09-07T15:26:29Z", "browser_download_url": "https://github.com/ytmdesktop/ytmdesktop/releases/download/v1.13.0/YouTube-Music-Desktop-App-1.13.0.AppImage" @@ -118354,7 +118465,7 @@ "content_type": "application/x-msdownload", "state": "uploaded", "size": 69470539, - "download_count": 19351, + "download_count": 20062, "created_at": "2020-09-07T16:56:17Z", "updated_at": "2020-09-07T16:58:00Z", "browser_download_url": "https://github.com/ytmdesktop/ytmdesktop/releases/download/v1.13.0/YouTube-Music-Desktop-App-Setup-1.13.0.exe" @@ -118388,7 +118499,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 73897, - "download_count": 10273, + "download_count": 10489, "created_at": "2020-09-07T16:57:43Z", "updated_at": "2020-09-07T16:58:00Z", "browser_download_url": "https://github.com/ytmdesktop/ytmdesktop/releases/download/v1.13.0/YouTube-Music-Desktop-App-Setup-1.13.0.exe.blockmap" @@ -118398,118 +118509,7 @@ "zipball_url": "https://api.github.com/repos/ytmdesktop/ytmdesktop/zipball/v1.13.0", "body_html": "

Add

\n\n

Fix

\n\n

Improve

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:09:02.621Z" - }, - "ytdownloader": { - "latestRelease": { - "url": "https://api.github.com/repos/myazarc/ytdownloader/releases/13166793", - "assets_url": "https://api.github.com/repos/myazarc/ytdownloader/releases/13166793/assets", - "upload_url": "https://uploads.github.com/repos/myazarc/ytdownloader/releases/13166793/assets{?name,label}", - "html_url": "https://github.com/myazarc/ytdownloader/releases/tag/v1.0.0", - "id": 13166793, - "node_id": "MDc6UmVsZWFzZTEzMTY2Nzkz", - "tag_name": "v1.0.0", - "target_commitish": "master", - "name": "v1.0.0", - "draft": false, - "author": { - "login": "myazarc", - "id": 12916632, - "node_id": "MDQ6VXNlcjEyOTE2NjMy", - "avatar_url": "https://avatars0.githubusercontent.com/u/12916632?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/myazarc", - "html_url": "https://github.com/myazarc", - "followers_url": "https://api.github.com/users/myazarc/followers", - "following_url": "https://api.github.com/users/myazarc/following{/other_user}", - "gists_url": "https://api.github.com/users/myazarc/gists{/gist_id}", - "starred_url": "https://api.github.com/users/myazarc/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/myazarc/subscriptions", - "organizations_url": "https://api.github.com/users/myazarc/orgs", - "repos_url": "https://api.github.com/users/myazarc/repos", - "events_url": "https://api.github.com/users/myazarc/events{/privacy}", - "received_events_url": "https://api.github.com/users/myazarc/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2018-09-30T02:11:00Z", - "published_at": "2018-09-30T02:21:18Z", - "assets": [ - { - "url": "https://api.github.com/repos/myazarc/ytdownloader/releases/assets/8904139", - "id": 8904139, - "node_id": "MDEyOlJlbGVhc2VBc3NldDg5MDQxMzk=", - "name": "YT.Downloader-1.0.0-x86_64.AppImage", - "label": null, - "uploader": { - "login": "myazarc", - "id": 12916632, - "node_id": "MDQ6VXNlcjEyOTE2NjMy", - "avatar_url": "https://avatars0.githubusercontent.com/u/12916632?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/myazarc", - "html_url": "https://github.com/myazarc", - "followers_url": "https://api.github.com/users/myazarc/followers", - "following_url": "https://api.github.com/users/myazarc/following{/other_user}", - "gists_url": "https://api.github.com/users/myazarc/gists{/gist_id}", - "starred_url": "https://api.github.com/users/myazarc/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/myazarc/subscriptions", - "organizations_url": "https://api.github.com/users/myazarc/orgs", - "repos_url": "https://api.github.com/users/myazarc/repos", - "events_url": "https://api.github.com/users/myazarc/events{/privacy}", - "received_events_url": "https://api.github.com/users/myazarc/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-iso9660-appimage", - "state": "uploaded", - "size": 81852328, - "download_count": 688, - "created_at": "2018-09-30T02:16:30Z", - "updated_at": "2018-09-30T02:21:49Z", - "browser_download_url": "https://github.com/myazarc/ytdownloader/releases/download/v1.0.0/YT.Downloader-1.0.0-x86_64.AppImage" - }, - { - "url": "https://api.github.com/repos/myazarc/ytdownloader/releases/assets/8904122", - "id": 8904122, - "node_id": "MDEyOlJlbGVhc2VBc3NldDg5MDQxMjI=", - "name": "YT.Downloader_1.0.0_amd64.deb", - "label": null, - "uploader": { - "login": "myazarc", - "id": 12916632, - "node_id": "MDQ6VXNlcjEyOTE2NjMy", - "avatar_url": "https://avatars0.githubusercontent.com/u/12916632?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/myazarc", - "html_url": "https://github.com/myazarc", - "followers_url": "https://api.github.com/users/myazarc/followers", - "following_url": "https://api.github.com/users/myazarc/following{/other_user}", - "gists_url": "https://api.github.com/users/myazarc/gists{/gist_id}", - "starred_url": "https://api.github.com/users/myazarc/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/myazarc/subscriptions", - "organizations_url": "https://api.github.com/users/myazarc/orgs", - "repos_url": "https://api.github.com/users/myazarc/repos", - "events_url": "https://api.github.com/users/myazarc/events{/privacy}", - "received_events_url": "https://api.github.com/users/myazarc/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/vnd.debian.binary-package", - "state": "uploaded", - "size": 57344732, - "download_count": 538, - "created_at": "2018-09-30T02:13:30Z", - "updated_at": "2018-09-30T02:21:49Z", - "browser_download_url": "https://github.com/myazarc/ytdownloader/releases/download/v1.0.0/YT.Downloader_1.0.0_amd64.deb" - } - ], - "tarball_url": "https://api.github.com/repos/myazarc/ytdownloader/tarball/v1.0.0", - "zipball_url": "https://api.github.com/repos/myazarc/ytdownloader/zipball/v1.0.0", - "body_html": "" - }, - "latestReleaseFetchedAt": "2020-09-17T12:09:02.642Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:34.396Z" }, "ytdx": { "latestRelease": { @@ -118576,7 +118576,7 @@ "content_type": "application/x-iso9660-appimage", "state": "uploaded", "size": 83611916, - "download_count": 235, + "download_count": 236, "created_at": "2019-06-17T08:25:42Z", "updated_at": "2019-06-17T08:27:06Z", "browser_download_url": "https://github.com/Aveek-Saha/ytdx/releases/download/v1.1.0/YTDX.1.1.0.AppImage" @@ -118610,7 +118610,7 @@ "content_type": "application/x-msdownload", "state": "uploaded", "size": 58530002, - "download_count": 1309, + "download_count": 1310, "created_at": "2019-06-17T12:57:50Z", "updated_at": "2019-06-17T12:58:18Z", "browser_download_url": "https://github.com/Aveek-Saha/ytdx/releases/download/v1.1.0/YTDX.Setup.1.1.0.exe" @@ -118654,7 +118654,152 @@ "zipball_url": "https://api.github.com/repos/Aveek-Saha/ytdx/zipball/v1.1.0", "body_html": "

For Linux

\n

Download the deb package or the App Image

\n

For Windows

\n

Download the .exe file

\n

New Features

\n\n

Instructions

\n

https://github.com/Aveek-Saha/ytdx#instructions

" }, - "latestReleaseFetchedAt": "2020-09-17T12:09:02.788Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:34.404Z" + }, + "zazu-app": { + "latestRelease": { + "url": "https://api.github.com/repos/tinytacoteam/zazu/releases/18058829", + "assets_url": "https://api.github.com/repos/tinytacoteam/zazu/releases/18058829/assets", + "upload_url": "https://uploads.github.com/repos/tinytacoteam/zazu/releases/18058829/assets{?name,label}", + "html_url": "https://github.com/tinytacoteam/zazu/releases/tag/v0.6.0", + "id": 18058829, + "node_id": "MDc6UmVsZWFzZTE4MDU4ODI5", + "tag_name": "v0.6.0", + "target_commitish": "master", + "name": "0.6.0", + "draft": false, + "author": { + "login": "linonetwo", + "id": 3746270, + "node_id": "MDQ6VXNlcjM3NDYyNzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3746270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/linonetwo", + "html_url": "https://github.com/linonetwo", + "followers_url": "https://api.github.com/users/linonetwo/followers", + "following_url": "https://api.github.com/users/linonetwo/following{/other_user}", + "gists_url": "https://api.github.com/users/linonetwo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/linonetwo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/linonetwo/subscriptions", + "organizations_url": "https://api.github.com/users/linonetwo/orgs", + "repos_url": "https://api.github.com/users/linonetwo/repos", + "events_url": "https://api.github.com/users/linonetwo/events{/privacy}", + "received_events_url": "https://api.github.com/users/linonetwo/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2019-06-18T09:40:35Z", + "published_at": "2019-06-19T06:28:07Z", + "assets": [ + { + "url": "https://api.github.com/repos/tinytacoteam/zazu/releases/assets/13262121", + "id": 13262121, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzMjYyMTIx", + "name": "Zazu-0.6.0.dmg", + "label": "", + "uploader": { + "login": "linonetwo", + "id": 3746270, + "node_id": "MDQ6VXNlcjM3NDYyNzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3746270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/linonetwo", + "html_url": "https://github.com/linonetwo", + "followers_url": "https://api.github.com/users/linonetwo/followers", + "following_url": "https://api.github.com/users/linonetwo/following{/other_user}", + "gists_url": "https://api.github.com/users/linonetwo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/linonetwo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/linonetwo/subscriptions", + "organizations_url": "https://api.github.com/users/linonetwo/orgs", + "repos_url": "https://api.github.com/users/linonetwo/repos", + "events_url": "https://api.github.com/users/linonetwo/events{/privacy}", + "received_events_url": "https://api.github.com/users/linonetwo/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 67859686, + "download_count": 1964, + "created_at": "2019-06-18T11:18:25Z", + "updated_at": "2019-06-18T11:18:28Z", + "browser_download_url": "https://github.com/tinytacoteam/zazu/releases/download/v0.6.0/Zazu-0.6.0.dmg" + }, + { + "url": "https://api.github.com/repos/tinytacoteam/zazu/releases/assets/13278597", + "id": 13278597, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzMjc4NTk3", + "name": "Zazu.Setup.0.6.0.exe", + "label": null, + "uploader": { + "login": "linonetwo", + "id": 3746270, + "node_id": "MDQ6VXNlcjM3NDYyNzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3746270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/linonetwo", + "html_url": "https://github.com/linonetwo", + "followers_url": "https://api.github.com/users/linonetwo/followers", + "following_url": "https://api.github.com/users/linonetwo/following{/other_user}", + "gists_url": "https://api.github.com/users/linonetwo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/linonetwo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/linonetwo/subscriptions", + "organizations_url": "https://api.github.com/users/linonetwo/orgs", + "repos_url": "https://api.github.com/users/linonetwo/repos", + "events_url": "https://api.github.com/users/linonetwo/events{/privacy}", + "received_events_url": "https://api.github.com/users/linonetwo/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 51356875, + "download_count": 8665, + "created_at": "2019-06-19T06:24:43Z", + "updated_at": "2019-06-19T06:26:54Z", + "browser_download_url": "https://github.com/tinytacoteam/zazu/releases/download/v0.6.0/Zazu.Setup.0.6.0.exe" + }, + { + "url": "https://api.github.com/repos/tinytacoteam/zazu/releases/assets/13262323", + "id": 13262323, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzMjYyMzIz", + "name": "zazu_0.6.0_amd64.deb", + "label": "", + "uploader": { + "login": "linonetwo", + "id": 3746270, + "node_id": "MDQ6VXNlcjM3NDYyNzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3746270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/linonetwo", + "html_url": "https://github.com/linonetwo", + "followers_url": "https://api.github.com/users/linonetwo/followers", + "following_url": "https://api.github.com/users/linonetwo/following{/other_user}", + "gists_url": "https://api.github.com/users/linonetwo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/linonetwo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/linonetwo/subscriptions", + "organizations_url": "https://api.github.com/users/linonetwo/orgs", + "repos_url": "https://api.github.com/users/linonetwo/repos", + "events_url": "https://api.github.com/users/linonetwo/events{/privacy}", + "received_events_url": "https://api.github.com/users/linonetwo/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 51011078, + "download_count": 1734, + "created_at": "2019-06-18T11:29:54Z", + "updated_at": "2019-06-18T11:29:56Z", + "browser_download_url": "https://github.com/tinytacoteam/zazu/releases/download/v0.6.0/zazu_0.6.0_amd64.deb" + } + ], + "tarball_url": "https://api.github.com/repos/tinytacoteam/zazu/tarball/v0.6.0", + "zipball_url": "https://api.github.com/repos/tinytacoteam/zazu/zipball/v0.6.0", + "body_html": "

Upgrade all dependencies to latest

" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:34.408Z" }, "zap": { "latestRelease": { @@ -118721,7 +118866,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 400, - "download_count": 8653, + "download_count": 8696, "created_at": "2020-07-14T19:28:37Z", "updated_at": "2020-07-14T19:28:37Z", "browser_download_url": "https://github.com/LN-Zap/zap-desktop/releases/download/v0.7.2-beta/latest-linux.yml" @@ -118755,7 +118900,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 524, - "download_count": 35582, + "download_count": 35859, "created_at": "2020-07-14T19:41:01Z", "updated_at": "2020-07-14T19:41:01Z", "browser_download_url": "https://github.com/LN-Zap/zap-desktop/releases/download/v0.7.2-beta/latest-mac.yml" @@ -118789,7 +118934,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 347, - "download_count": 36893, + "download_count": 37114, "created_at": "2020-07-14T19:06:24Z", "updated_at": "2020-07-14T19:06:24Z", "browser_download_url": "https://github.com/LN-Zap/zap-desktop/releases/download/v0.7.2-beta/latest.yml" @@ -118823,7 +118968,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 1716, - "download_count": 55, + "download_count": 56, "created_at": "2020-07-15T07:02:07Z", "updated_at": "2020-07-15T07:02:08Z", "browser_download_url": "https://github.com/LN-Zap/zap-desktop/releases/download/v0.7.2-beta/SHASUMS256.txt.asc" @@ -118857,7 +119002,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 95508950, - "download_count": 387, + "download_count": 389, "created_at": "2020-07-14T19:28:34Z", "updated_at": "2020-07-14T19:28:37Z", "browser_download_url": "https://github.com/LN-Zap/zap-desktop/releases/download/v0.7.2-beta/Zap-linux-x86_64-v0.7.2-beta.AppImage" @@ -118891,7 +119036,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 90713521, - "download_count": 224, + "download_count": 226, "created_at": "2020-07-14T19:40:58Z", "updated_at": "2020-07-14T19:41:01Z", "browser_download_url": "https://github.com/LN-Zap/zap-desktop/releases/download/v0.7.2-beta/Zap-mac-v0.7.2-beta.dmg" @@ -118993,7 +119138,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 67107520, - "download_count": 19255, + "download_count": 19330, "created_at": "2020-07-14T19:06:22Z", "updated_at": "2020-07-14T19:06:23Z", "browser_download_url": "https://github.com/LN-Zap/zap-desktop/releases/download/v0.7.2-beta/Zap-win-v0.7.2-beta.exe" @@ -119010,256 +119155,349 @@ "node_id": "MDQ6VXNlcjIwMDI1MQ==", "avatar_url": "https://avatars0.githubusercontent.com/u/200251?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/mrfelton", - "html_url": "https://github.com/mrfelton", - "followers_url": "https://api.github.com/users/mrfelton/followers", - "following_url": "https://api.github.com/users/mrfelton/following{/other_user}", - "gists_url": "https://api.github.com/users/mrfelton/gists{/gist_id}", - "starred_url": "https://api.github.com/users/mrfelton/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/mrfelton/subscriptions", - "organizations_url": "https://api.github.com/users/mrfelton/orgs", - "repos_url": "https://api.github.com/users/mrfelton/repos", - "events_url": "https://api.github.com/users/mrfelton/events{/privacy}", - "received_events_url": "https://api.github.com/users/mrfelton/received_events", - "type": "User", + "url": "https://api.github.com/users/mrfelton", + "html_url": "https://github.com/mrfelton", + "followers_url": "https://api.github.com/users/mrfelton/followers", + "following_url": "https://api.github.com/users/mrfelton/following{/other_user}", + "gists_url": "https://api.github.com/users/mrfelton/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mrfelton/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mrfelton/subscriptions", + "organizations_url": "https://api.github.com/users/mrfelton/orgs", + "repos_url": "https://api.github.com/users/mrfelton/repos", + "events_url": "https://api.github.com/users/mrfelton/events{/privacy}", + "received_events_url": "https://api.github.com/users/mrfelton/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 71445, + "download_count": 18693, + "created_at": "2020-07-14T19:06:22Z", + "updated_at": "2020-07-14T19:06:22Z", + "browser_download_url": "https://github.com/LN-Zap/zap-desktop/releases/download/v0.7.2-beta/Zap-win-v0.7.2-beta.exe.blockmap" + } + ], + "tarball_url": "https://api.github.com/repos/LN-Zap/zap-desktop/tarball/v0.7.2-beta", + "zipball_url": "https://api.github.com/repos/LN-Zap/zap-desktop/zipball/v0.7.2-beta", + "body_html": "

Release notes

\n

This is a general bug fix and maintenance release.

\n

Bug Fixes

\n\n

Changelog

\n

The full list of changes since 0.7.1-beta can be found here:

\n

v0.7.1-beta...v0.7.2-beta

\n

Verifying the Release

\n

Please refer to our documentation for instructions on how to verify the release.

" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:34.467Z" + }, + "zettlr": { + "latestRelease": { + "url": "https://api.github.com/repos/Zettlr/Zettlr/releases/29726744", + "assets_url": "https://api.github.com/repos/Zettlr/Zettlr/releases/29726744/assets", + "upload_url": "https://uploads.github.com/repos/Zettlr/Zettlr/releases/29726744/assets{?name,label}", + "html_url": "https://github.com/Zettlr/Zettlr/releases/tag/v1.7.5", + "id": 29726744, + "node_id": "MDc6UmVsZWFzZTI5NzI2NzQ0", + "tag_name": "v1.7.5", + "target_commitish": "master", + "name": "Release v1.7.5", + "draft": false, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "prerelease": false, + "created_at": "2020-08-15T08:28:26Z", + "published_at": "2020-08-15T08:46:37Z", + "assets": [ + { + "url": "https://api.github.com/repos/Zettlr/Zettlr/releases/assets/23954379", + "id": 23954379, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzOTU0Mzc5", + "name": "SHA256SUMS.txt", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "text/plain", + "state": "uploaded", + "size": 622, + "download_count": 27, + "created_at": "2020-08-15T08:40:38Z", + "updated_at": "2020-08-15T08:40:38Z", + "browser_download_url": "https://github.com/Zettlr/Zettlr/releases/download/v1.7.5/SHA256SUMS.txt" + }, + { + "url": "https://api.github.com/repos/Zettlr/Zettlr/releases/assets/23954366", + "id": 23954366, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzOTU0MzY2", + "name": "Zettlr-1.7.5-amd64.deb", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 68299018, + "download_count": 2100, + "created_at": "2020-08-15T08:40:28Z", + "updated_at": "2020-08-15T08:40:29Z", + "browser_download_url": "https://github.com/Zettlr/Zettlr/releases/download/v1.7.5/Zettlr-1.7.5-amd64.deb" + }, + { + "url": "https://api.github.com/repos/Zettlr/Zettlr/releases/assets/23954364", + "id": 23954364, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzOTU0MzY0", + "name": "Zettlr-1.7.5-arm64.exe", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/x-msdownload", + "state": "uploaded", + "size": 68216136, + "download_count": 194, + "created_at": "2020-08-15T08:40:23Z", + "updated_at": "2020-08-15T08:40:25Z", + "browser_download_url": "https://github.com/Zettlr/Zettlr/releases/download/v1.7.5/Zettlr-1.7.5-arm64.exe" + }, + { + "url": "https://api.github.com/repos/Zettlr/Zettlr/releases/assets/23954377", + "id": 23954377, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzOTU0Mzc3", + "name": "Zettlr-1.7.5-i386.AppImage", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 71445, - "download_count": 18622, - "created_at": "2020-07-14T19:06:22Z", - "updated_at": "2020-07-14T19:06:22Z", - "browser_download_url": "https://github.com/LN-Zap/zap-desktop/releases/download/v0.7.2-beta/Zap-win-v0.7.2-beta.exe.blockmap" - } - ], - "tarball_url": "https://api.github.com/repos/LN-Zap/zap-desktop/tarball/v0.7.2-beta", - "zipball_url": "https://api.github.com/repos/LN-Zap/zap-desktop/zipball/v0.7.2-beta", - "body_html": "

Release notes

\n

This is a general bug fix and maintenance release.

\n

Bug Fixes

\n\n

Changelog

\n

The full list of changes since 0.7.1-beta can be found here:

\n

v0.7.1-beta...v0.7.2-beta

\n

Verifying the Release

\n

Please refer to our documentation for instructions on how to verify the release.

" - }, - "latestReleaseFetchedAt": "2020-09-17T12:09:02.940Z" - }, - "zazu-app": { - "latestRelease": { - "url": "https://api.github.com/repos/tinytacoteam/zazu/releases/18058829", - "assets_url": "https://api.github.com/repos/tinytacoteam/zazu/releases/18058829/assets", - "upload_url": "https://uploads.github.com/repos/tinytacoteam/zazu/releases/18058829/assets{?name,label}", - "html_url": "https://github.com/tinytacoteam/zazu/releases/tag/v0.6.0", - "id": 18058829, - "node_id": "MDc6UmVsZWFzZTE4MDU4ODI5", - "tag_name": "v0.6.0", - "target_commitish": "master", - "name": "0.6.0", - "draft": false, - "author": { - "login": "linonetwo", - "id": 3746270, - "node_id": "MDQ6VXNlcjM3NDYyNzA=", - "avatar_url": "https://avatars1.githubusercontent.com/u/3746270?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/linonetwo", - "html_url": "https://github.com/linonetwo", - "followers_url": "https://api.github.com/users/linonetwo/followers", - "following_url": "https://api.github.com/users/linonetwo/following{/other_user}", - "gists_url": "https://api.github.com/users/linonetwo/gists{/gist_id}", - "starred_url": "https://api.github.com/users/linonetwo/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/linonetwo/subscriptions", - "organizations_url": "https://api.github.com/users/linonetwo/orgs", - "repos_url": "https://api.github.com/users/linonetwo/repos", - "events_url": "https://api.github.com/users/linonetwo/events{/privacy}", - "received_events_url": "https://api.github.com/users/linonetwo/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2019-06-18T09:40:35Z", - "published_at": "2019-06-19T06:28:07Z", - "assets": [ + "size": 107372931, + "download_count": 116, + "created_at": "2020-08-15T08:40:32Z", + "updated_at": "2020-08-15T08:40:34Z", + "browser_download_url": "https://github.com/Zettlr/Zettlr/releases/download/v1.7.5/Zettlr-1.7.5-i386.AppImage" + }, { - "url": "https://api.github.com/repos/tinytacoteam/zazu/releases/assets/13262121", - "id": 13262121, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzMjYyMTIx", - "name": "Zazu-0.6.0.dmg", + "url": "https://api.github.com/repos/Zettlr/Zettlr/releases/assets/23954378", + "id": 23954378, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzOTU0Mzc4", + "name": "Zettlr-1.7.5-x86_64.AppImage", "label": "", "uploader": { - "login": "linonetwo", - "id": 3746270, - "node_id": "MDQ6VXNlcjM3NDYyNzA=", - "avatar_url": "https://avatars1.githubusercontent.com/u/3746270?v=4", + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/linonetwo", - "html_url": "https://github.com/linonetwo", - "followers_url": "https://api.github.com/users/linonetwo/followers", - "following_url": "https://api.github.com/users/linonetwo/following{/other_user}", - "gists_url": "https://api.github.com/users/linonetwo/gists{/gist_id}", - "starred_url": "https://api.github.com/users/linonetwo/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/linonetwo/subscriptions", - "organizations_url": "https://api.github.com/users/linonetwo/orgs", - "repos_url": "https://api.github.com/users/linonetwo/repos", - "events_url": "https://api.github.com/users/linonetwo/events{/privacy}", - "received_events_url": "https://api.github.com/users/linonetwo/received_events", - "type": "User", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 67859686, - "download_count": 1963, - "created_at": "2019-06-18T11:18:25Z", - "updated_at": "2019-06-18T11:18:28Z", - "browser_download_url": "https://github.com/tinytacoteam/zazu/releases/download/v0.6.0/Zazu-0.6.0.dmg" + "size": 108408818, + "download_count": 750, + "created_at": "2020-08-15T08:40:35Z", + "updated_at": "2020-08-15T08:40:37Z", + "browser_download_url": "https://github.com/Zettlr/Zettlr/releases/download/v1.7.5/Zettlr-1.7.5-x86_64.AppImage" }, { - "url": "https://api.github.com/repos/tinytacoteam/zazu/releases/assets/13278597", - "id": 13278597, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzMjc4NTk3", - "name": "Zazu.Setup.0.6.0.exe", - "label": null, + "url": "https://api.github.com/repos/Zettlr/Zettlr/releases/assets/23954367", + "id": 23954367, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzOTU0MzY3", + "name": "Zettlr-1.7.5-x86_64.rpm", + "label": "", "uploader": { - "login": "linonetwo", - "id": 3746270, - "node_id": "MDQ6VXNlcjM3NDYyNzA=", - "avatar_url": "https://avatars1.githubusercontent.com/u/3746270?v=4", + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/linonetwo", - "html_url": "https://github.com/linonetwo", - "followers_url": "https://api.github.com/users/linonetwo/followers", - "following_url": "https://api.github.com/users/linonetwo/following{/other_user}", - "gists_url": "https://api.github.com/users/linonetwo/gists{/gist_id}", - "starred_url": "https://api.github.com/users/linonetwo/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/linonetwo/subscriptions", - "organizations_url": "https://api.github.com/users/linonetwo/orgs", - "repos_url": "https://api.github.com/users/linonetwo/repos", - "events_url": "https://api.github.com/users/linonetwo/events{/privacy}", - "received_events_url": "https://api.github.com/users/linonetwo/received_events", - "type": "User", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 51356875, - "download_count": 8664, - "created_at": "2019-06-19T06:24:43Z", - "updated_at": "2019-06-19T06:26:54Z", - "browser_download_url": "https://github.com/tinytacoteam/zazu/releases/download/v0.6.0/Zazu.Setup.0.6.0.exe" + "size": 67991456, + "download_count": 826, + "created_at": "2020-08-15T08:40:30Z", + "updated_at": "2020-08-15T08:40:31Z", + "browser_download_url": "https://github.com/Zettlr/Zettlr/releases/download/v1.7.5/Zettlr-1.7.5-x86_64.rpm" }, { - "url": "https://api.github.com/repos/tinytacoteam/zazu/releases/assets/13262323", - "id": 13262323, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzMjYyMzIz", - "name": "zazu_0.6.0_amd64.deb", + "url": "https://api.github.com/repos/Zettlr/Zettlr/releases/assets/23954365", + "id": 23954365, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzOTU0MzY1", + "name": "Zettlr-1.7.5.dmg", "label": "", "uploader": { - "login": "linonetwo", - "id": 3746270, - "node_id": "MDQ6VXNlcjM3NDYyNzA=", - "avatar_url": "https://avatars1.githubusercontent.com/u/3746270?v=4", + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/linonetwo", - "html_url": "https://github.com/linonetwo", - "followers_url": "https://api.github.com/users/linonetwo/followers", - "following_url": "https://api.github.com/users/linonetwo/following{/other_user}", - "gists_url": "https://api.github.com/users/linonetwo/gists{/gist_id}", - "starred_url": "https://api.github.com/users/linonetwo/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/linonetwo/subscriptions", - "organizations_url": "https://api.github.com/users/linonetwo/orgs", - "repos_url": "https://api.github.com/users/linonetwo/repos", - "events_url": "https://api.github.com/users/linonetwo/events{/privacy}", - "received_events_url": "https://api.github.com/users/linonetwo/received_events", - "type": "User", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", "site_admin": false }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 51011078, - "download_count": 1731, - "created_at": "2019-06-18T11:29:54Z", - "updated_at": "2019-06-18T11:29:56Z", - "browser_download_url": "https://github.com/tinytacoteam/zazu/releases/download/v0.6.0/zazu_0.6.0_amd64.deb" - } - ], - "tarball_url": "https://api.github.com/repos/tinytacoteam/zazu/tarball/v0.6.0", - "zipball_url": "https://api.github.com/repos/tinytacoteam/zazu/zipball/v0.6.0", - "body_html": "

Upgrade all dependencies to latest

" - }, - "latestReleaseFetchedAt": "2020-09-17T12:09:02.975Z" - }, - "zefenify": { - "latestRelease": { - "url": "https://api.github.com/repos/Zefenify/Wolf-Cola/releases/15330885", - "assets_url": "https://api.github.com/repos/Zefenify/Wolf-Cola/releases/15330885/assets", - "upload_url": "https://uploads.github.com/repos/Zefenify/Wolf-Cola/releases/15330885/assets{?name,label}", - "html_url": "https://github.com/Zefenify/Wolf-Cola/releases/tag/v2.3", - "id": 15330885, - "node_id": "MDc6UmVsZWFzZTE1MzMwODg1", - "tag_name": "v2.3", - "target_commitish": "master", - "name": "", - "draft": false, - "author": { - "login": "utopiaio", - "id": 2365328, - "node_id": "MDQ6VXNlcjIzNjUzMjg=", - "avatar_url": "https://avatars0.githubusercontent.com/u/2365328?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/utopiaio", - "html_url": "https://github.com/utopiaio", - "followers_url": "https://api.github.com/users/utopiaio/followers", - "following_url": "https://api.github.com/users/utopiaio/following{/other_user}", - "gists_url": "https://api.github.com/users/utopiaio/gists{/gist_id}", - "starred_url": "https://api.github.com/users/utopiaio/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/utopiaio/subscriptions", - "organizations_url": "https://api.github.com/users/utopiaio/orgs", - "repos_url": "https://api.github.com/users/utopiaio/repos", - "events_url": "https://api.github.com/users/utopiaio/events{/privacy}", - "received_events_url": "https://api.github.com/users/utopiaio/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2018-12-15T11:43:08Z", - "published_at": "2019-02-02T11:17:21Z", - "assets": [ + "size": 111185511, + "download_count": 5376, + "created_at": "2020-08-15T08:40:25Z", + "updated_at": "2020-08-15T08:40:27Z", + "browser_download_url": "https://github.com/Zettlr/Zettlr/releases/download/v1.7.5/Zettlr-1.7.5.dmg" + }, { - "url": "https://api.github.com/repos/Zefenify/Wolf-Cola/releases/assets/10899789", - "id": 10899789, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODk5Nzg5", - "name": "Zefenify-v2.3-macOS.zip", - "label": null, + "url": "https://api.github.com/repos/Zettlr/Zettlr/releases/assets/23954362", + "id": 23954362, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzOTU0MzYy", + "name": "Zettlr-1.7.5.exe", + "label": "", "uploader": { - "login": "utopiaio", - "id": 2365328, - "node_id": "MDQ6VXNlcjIzNjUzMjg=", - "avatar_url": "https://avatars0.githubusercontent.com/u/2365328?v=4", + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/utopiaio", - "html_url": "https://github.com/utopiaio", - "followers_url": "https://api.github.com/users/utopiaio/followers", - "following_url": "https://api.github.com/users/utopiaio/following{/other_user}", - "gists_url": "https://api.github.com/users/utopiaio/gists{/gist_id}", - "starred_url": "https://api.github.com/users/utopiaio/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/utopiaio/subscriptions", - "organizations_url": "https://api.github.com/users/utopiaio/orgs", - "repos_url": "https://api.github.com/users/utopiaio/repos", - "events_url": "https://api.github.com/users/utopiaio/events{/privacy}", - "received_events_url": "https://api.github.com/users/utopiaio/received_events", - "type": "User", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", "site_admin": false }, - "content_type": "application/zip", + "content_type": "application/x-msdownload", "state": "uploaded", - "size": 54825695, - "download_count": 76, - "created_at": "2019-02-02T11:17:04Z", - "updated_at": "2019-02-02T11:17:08Z", - "browser_download_url": "https://github.com/Zefenify/Wolf-Cola/releases/download/v2.3/Zefenify-v2.3-macOS.zip" + "size": 137501544, + "download_count": 8193, + "created_at": "2020-08-15T08:40:20Z", + "updated_at": "2020-08-15T08:40:23Z", + "browser_download_url": "https://github.com/Zettlr/Zettlr/releases/download/v1.7.5/Zettlr-1.7.5.exe" } ], - "tarball_url": "https://api.github.com/repos/Zefenify/Wolf-Cola/tarball/v2.3", - "zipball_url": "https://api.github.com/repos/Zefenify/Wolf-Cola/zipball/v2.3", - "body_html": "" + "tarball_url": "https://api.github.com/repos/Zettlr/Zettlr/tarball/v1.7.5", + "zipball_url": "https://api.github.com/repos/Zettlr/Zettlr/zipball/v1.7.5", + "body_html": "

This new update for Zettlr brings another flock of bug fixes, and aims to make your experience even smoother. Read the changelog below to see exactly what's improved!

\n

Changelog

\n

GUI and Functionality

\n\n

Under the Hood

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:09:03.003Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:34.497Z" }, "zenfocus": { "latestRelease": { @@ -119326,7 +119564,7 @@ "content_type": "application/json", "state": "uploaded", "size": 172, - "download_count": 1039, + "download_count": 1040, "created_at": "2018-09-20T05:34:14Z", "updated_at": "2018-09-20T05:34:19Z", "browser_download_url": "https://github.com/builtwithluv/ZenFocus/releases/download/v2.1.0/latest-mac.json" @@ -119360,7 +119598,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 306, - "download_count": 7087, + "download_count": 7096, "created_at": "2018-09-20T05:42:14Z", "updated_at": "2018-09-20T05:42:25Z", "browser_download_url": "https://github.com/builtwithluv/ZenFocus/releases/download/v2.1.0/latest.yml" @@ -119394,7 +119632,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 53915723, - "download_count": 150, + "download_count": 151, "created_at": "2018-09-20T05:33:56Z", "updated_at": "2018-09-20T05:34:35Z", "browser_download_url": "https://github.com/builtwithluv/ZenFocus/releases/download/v2.1.0/zen-focus-2.1.0-mac.zip" @@ -119428,7 +119666,7 @@ "content_type": "application/x-msdownload", "state": "uploaded", "size": 38700763, - "download_count": 836, + "download_count": 837, "created_at": "2018-09-20T05:42:08Z", "updated_at": "2018-09-20T05:42:39Z", "browser_download_url": "https://github.com/builtwithluv/ZenFocus/releases/download/v2.1.0/zen-focus-setup-2.1.0.exe" @@ -119438,7 +119676,84 @@ "zipball_url": "https://api.github.com/repos/builtwithluv/ZenFocus/zipball/v2.1.0", "body_html": "

UI Changes:

\n\n

Others:

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:09:03.200Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:34.504Z" + }, + "zefenify": { + "latestRelease": { + "url": "https://api.github.com/repos/Zefenify/Wolf-Cola/releases/15330885", + "assets_url": "https://api.github.com/repos/Zefenify/Wolf-Cola/releases/15330885/assets", + "upload_url": "https://uploads.github.com/repos/Zefenify/Wolf-Cola/releases/15330885/assets{?name,label}", + "html_url": "https://github.com/Zefenify/Wolf-Cola/releases/tag/v2.3", + "id": 15330885, + "node_id": "MDc6UmVsZWFzZTE1MzMwODg1", + "tag_name": "v2.3", + "target_commitish": "master", + "name": "", + "draft": false, + "author": { + "login": "utopiaio", + "id": 2365328, + "node_id": "MDQ6VXNlcjIzNjUzMjg=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2365328?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/utopiaio", + "html_url": "https://github.com/utopiaio", + "followers_url": "https://api.github.com/users/utopiaio/followers", + "following_url": "https://api.github.com/users/utopiaio/following{/other_user}", + "gists_url": "https://api.github.com/users/utopiaio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/utopiaio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/utopiaio/subscriptions", + "organizations_url": "https://api.github.com/users/utopiaio/orgs", + "repos_url": "https://api.github.com/users/utopiaio/repos", + "events_url": "https://api.github.com/users/utopiaio/events{/privacy}", + "received_events_url": "https://api.github.com/users/utopiaio/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2018-12-15T11:43:08Z", + "published_at": "2019-02-02T11:17:21Z", + "assets": [ + { + "url": "https://api.github.com/repos/Zefenify/Wolf-Cola/releases/assets/10899789", + "id": 10899789, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODk5Nzg5", + "name": "Zefenify-v2.3-macOS.zip", + "label": null, + "uploader": { + "login": "utopiaio", + "id": 2365328, + "node_id": "MDQ6VXNlcjIzNjUzMjg=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2365328?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/utopiaio", + "html_url": "https://github.com/utopiaio", + "followers_url": "https://api.github.com/users/utopiaio/followers", + "following_url": "https://api.github.com/users/utopiaio/following{/other_user}", + "gists_url": "https://api.github.com/users/utopiaio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/utopiaio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/utopiaio/subscriptions", + "organizations_url": "https://api.github.com/users/utopiaio/orgs", + "repos_url": "https://api.github.com/users/utopiaio/repos", + "events_url": "https://api.github.com/users/utopiaio/events{/privacy}", + "received_events_url": "https://api.github.com/users/utopiaio/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 54825695, + "download_count": 76, + "created_at": "2019-02-02T11:17:04Z", + "updated_at": "2019-02-02T11:17:08Z", + "browser_download_url": "https://github.com/Zefenify/Wolf-Cola/releases/download/v2.3/Zefenify-v2.3-macOS.zip" + } + ], + "tarball_url": "https://api.github.com/repos/Zefenify/Wolf-Cola/tarball/v2.3", + "zipball_url": "https://api.github.com/repos/Zefenify/Wolf-Cola/zipball/v2.3", + "body_html": "" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:34.507Z" }, "znote": { "latestRelease": { @@ -119573,7 +119888,7 @@ "content_type": "text/yaml", "state": "uploaded", "size": 338, - "download_count": 132, + "download_count": 143, "created_at": "2020-08-24T19:51:14Z", "updated_at": "2020-08-24T19:51:14Z", "browser_download_url": "https://github.com/alagrede/znote-app/releases/download/v0.4.0/latest.yml" @@ -119607,7 +119922,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 85888975, - "download_count": 56, + "download_count": 59, "created_at": "2020-08-24T19:09:00Z", "updated_at": "2020-08-24T19:42:28Z", "browser_download_url": "https://github.com/alagrede/znote-app/releases/download/v0.4.0/znote-0.4.0.AppImage" @@ -119708,52 +120023,163 @@ }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 60240971, - "download_count": 53, - "created_at": "2020-08-24T19:09:33Z", - "updated_at": "2020-08-24T19:51:13Z", - "browser_download_url": "https://github.com/alagrede/znote-app/releases/download/v0.4.0/znote-Setup-0.4.0.exe" + "size": 60240971, + "download_count": 55, + "created_at": "2020-08-24T19:09:33Z", + "updated_at": "2020-08-24T19:51:13Z", + "browser_download_url": "https://github.com/alagrede/znote-app/releases/download/v0.4.0/znote-Setup-0.4.0.exe" + }, + { + "url": "https://api.github.com/repos/alagrede/znote-app/releases/assets/24242330", + "id": 24242330, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI0MjQyMzMw", + "name": "znote-Setup-0.4.0.exe.blockmap", + "label": "", + "uploader": { + "login": "alagrede", + "id": 5312754, + "node_id": "MDQ6VXNlcjUzMTI3NTQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5312754?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alagrede", + "html_url": "https://github.com/alagrede", + "followers_url": "https://api.github.com/users/alagrede/followers", + "following_url": "https://api.github.com/users/alagrede/following{/other_user}", + "gists_url": "https://api.github.com/users/alagrede/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alagrede/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alagrede/subscriptions", + "organizations_url": "https://api.github.com/users/alagrede/orgs", + "repos_url": "https://api.github.com/users/alagrede/repos", + "events_url": "https://api.github.com/users/alagrede/events{/privacy}", + "received_events_url": "https://api.github.com/users/alagrede/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 64364, + "download_count": 2, + "created_at": "2020-08-24T19:09:33Z", + "updated_at": "2020-08-24T19:09:36Z", + "browser_download_url": "https://github.com/alagrede/znote-app/releases/download/v0.4.0/znote-Setup-0.4.0.exe.blockmap" + } + ], + "tarball_url": "https://api.github.com/repos/alagrede/znote-app/tarball/v0.4.0", + "zipball_url": "https://api.github.com/repos/alagrede/znote-app/zipball/v0.4.0", + "body_html": "

Features

\n\n

BugFixes

\n" + }, + "latestReleaseFetchedAt": "2020-09-18T00:10:34.556Z" + }, + "zuzu": { + "latestRelease": { + "url": "https://api.github.com/repos/AungMyoKyaw/zuzu-menubar-app/releases/9065189", + "assets_url": "https://api.github.com/repos/AungMyoKyaw/zuzu-menubar-app/releases/9065189/assets", + "upload_url": "https://uploads.github.com/repos/AungMyoKyaw/zuzu-menubar-app/releases/9065189/assets{?name,label}", + "html_url": "https://github.com/AungMyoKyaw/zuzu-menubar-app/releases/tag/v1.0.0", + "id": 9065189, + "node_id": "MDc6UmVsZWFzZTkwNjUxODk=", + "tag_name": "v1.0.0", + "target_commitish": "master", + "name": "zuzu-menubar-app", + "draft": false, + "author": { + "login": "AungMyoKyaw", + "id": 9404824, + "node_id": "MDQ6VXNlcjk0MDQ4MjQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9404824?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/AungMyoKyaw", + "html_url": "https://github.com/AungMyoKyaw", + "followers_url": "https://api.github.com/users/AungMyoKyaw/followers", + "following_url": "https://api.github.com/users/AungMyoKyaw/following{/other_user}", + "gists_url": "https://api.github.com/users/AungMyoKyaw/gists{/gist_id}", + "starred_url": "https://api.github.com/users/AungMyoKyaw/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/AungMyoKyaw/subscriptions", + "organizations_url": "https://api.github.com/users/AungMyoKyaw/orgs", + "repos_url": "https://api.github.com/users/AungMyoKyaw/repos", + "events_url": "https://api.github.com/users/AungMyoKyaw/events{/privacy}", + "received_events_url": "https://api.github.com/users/AungMyoKyaw/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2017-12-30T10:39:41Z", + "published_at": "2017-12-30T11:09:36Z", + "assets": [ + { + "url": "https://api.github.com/repos/AungMyoKyaw/zuzu-menubar-app/releases/assets/5743767", + "id": 5743767, + "node_id": "MDEyOlJlbGVhc2VBc3NldDU3NDM3Njc=", + "name": "zuzu_MAC_1.0.0.dmg", + "label": null, + "uploader": { + "login": "AungMyoKyaw", + "id": 9404824, + "node_id": "MDQ6VXNlcjk0MDQ4MjQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9404824?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/AungMyoKyaw", + "html_url": "https://github.com/AungMyoKyaw", + "followers_url": "https://api.github.com/users/AungMyoKyaw/followers", + "following_url": "https://api.github.com/users/AungMyoKyaw/following{/other_user}", + "gists_url": "https://api.github.com/users/AungMyoKyaw/gists{/gist_id}", + "starred_url": "https://api.github.com/users/AungMyoKyaw/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/AungMyoKyaw/subscriptions", + "organizations_url": "https://api.github.com/users/AungMyoKyaw/orgs", + "repos_url": "https://api.github.com/users/AungMyoKyaw/repos", + "events_url": "https://api.github.com/users/AungMyoKyaw/events{/privacy}", + "received_events_url": "https://api.github.com/users/AungMyoKyaw/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 49404828, + "download_count": 318, + "created_at": "2017-12-30T10:50:35Z", + "updated_at": "2017-12-30T10:59:06Z", + "browser_download_url": "https://github.com/AungMyoKyaw/zuzu-menubar-app/releases/download/v1.0.0/zuzu_MAC_1.0.0.dmg" }, { - "url": "https://api.github.com/repos/alagrede/znote-app/releases/assets/24242330", - "id": 24242330, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI0MjQyMzMw", - "name": "znote-Setup-0.4.0.exe.blockmap", - "label": "", + "url": "https://api.github.com/repos/AungMyoKyaw/zuzu-menubar-app/releases/assets/5743812", + "id": 5743812, + "node_id": "MDEyOlJlbGVhc2VBc3NldDU3NDM4MTI=", + "name": "zuzu_WIN_1.0.0.exe", + "label": null, "uploader": { - "login": "alagrede", - "id": 5312754, - "node_id": "MDQ6VXNlcjUzMTI3NTQ=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5312754?v=4", + "login": "AungMyoKyaw", + "id": 9404824, + "node_id": "MDQ6VXNlcjk0MDQ4MjQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9404824?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/alagrede", - "html_url": "https://github.com/alagrede", - "followers_url": "https://api.github.com/users/alagrede/followers", - "following_url": "https://api.github.com/users/alagrede/following{/other_user}", - "gists_url": "https://api.github.com/users/alagrede/gists{/gist_id}", - "starred_url": "https://api.github.com/users/alagrede/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/alagrede/subscriptions", - "organizations_url": "https://api.github.com/users/alagrede/orgs", - "repos_url": "https://api.github.com/users/alagrede/repos", - "events_url": "https://api.github.com/users/alagrede/events{/privacy}", - "received_events_url": "https://api.github.com/users/alagrede/received_events", + "url": "https://api.github.com/users/AungMyoKyaw", + "html_url": "https://github.com/AungMyoKyaw", + "followers_url": "https://api.github.com/users/AungMyoKyaw/followers", + "following_url": "https://api.github.com/users/AungMyoKyaw/following{/other_user}", + "gists_url": "https://api.github.com/users/AungMyoKyaw/gists{/gist_id}", + "starred_url": "https://api.github.com/users/AungMyoKyaw/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/AungMyoKyaw/subscriptions", + "organizations_url": "https://api.github.com/users/AungMyoKyaw/orgs", + "repos_url": "https://api.github.com/users/AungMyoKyaw/repos", + "events_url": "https://api.github.com/users/AungMyoKyaw/events{/privacy}", + "received_events_url": "https://api.github.com/users/AungMyoKyaw/received_events", "type": "User", "site_admin": false }, - "content_type": "application/octet-stream", + "content_type": "application/x-msdownload", "state": "uploaded", - "size": 64364, - "download_count": 2, - "created_at": "2020-08-24T19:09:33Z", - "updated_at": "2020-08-24T19:09:36Z", - "browser_download_url": "https://github.com/alagrede/znote-app/releases/download/v0.4.0/znote-Setup-0.4.0.exe.blockmap" + "size": 36810601, + "download_count": 216, + "created_at": "2017-12-30T11:03:17Z", + "updated_at": "2017-12-30T11:09:26Z", + "browser_download_url": "https://github.com/AungMyoKyaw/zuzu-menubar-app/releases/download/v1.0.0/zuzu_WIN_1.0.0.exe" } ], - "tarball_url": "https://api.github.com/repos/alagrede/znote-app/tarball/v0.4.0", - "zipball_url": "https://api.github.com/repos/alagrede/znote-app/zipball/v0.4.0", - "body_html": "

Features

\n\n

BugFixes

\n" + "tarball_url": "https://api.github.com/repos/AungMyoKyaw/zuzu-menubar-app/tarball/v1.0.0", + "zipball_url": "https://api.github.com/repos/AungMyoKyaw/zuzu-menubar-app/zipball/v1.0.0", + "body_html": "" }, - "latestReleaseFetchedAt": "2020-09-17T12:09:03.302Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:34.585Z" }, "zulip": { "latestRelease": { @@ -119820,7 +120246,7 @@ "content_type": "application/x-yaml", "state": "uploaded", "size": 374, - "download_count": 1006, + "download_count": 1081, "created_at": "2020-09-09T08:49:00Z", "updated_at": "2020-09-09T08:49:02Z", "browser_download_url": "https://github.com/zulip/zulip-desktop/releases/download/v5.4.3/latest-linux.yml" @@ -119854,7 +120280,7 @@ "content_type": "application/x-yaml", "state": "uploaded", "size": 495, - "download_count": 7396, + "download_count": 8096, "created_at": "2020-09-09T07:21:40Z", "updated_at": "2020-09-09T07:21:41Z", "browser_download_url": "https://github.com/zulip/zulip-desktop/releases/download/v5.4.3/latest-mac.yml" @@ -119888,7 +120314,7 @@ "content_type": "application/x-yaml", "state": "uploaded", "size": 778, - "download_count": 11149, + "download_count": 12068, "created_at": "2020-09-09T11:08:14Z", "updated_at": "2020-09-09T11:08:15Z", "browser_download_url": "https://github.com/zulip/zulip-desktop/releases/download/v5.4.3/latest.yml" @@ -119922,7 +120348,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 52627888, - "download_count": 10, + "download_count": 11, "created_at": "2020-09-09T09:05:33Z", "updated_at": "2020-09-09T09:07:23Z", "browser_download_url": "https://github.com/zulip/zulip-desktop/releases/download/v5.4.3/Zulip-5.4.3-amd64.deb" @@ -119990,7 +120416,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 48239792, - "download_count": 569, + "download_count": 583, "created_at": "2020-09-09T11:08:15Z", "updated_at": "2020-09-09T11:11:57Z", "browser_download_url": "https://github.com/zulip/zulip-desktop/releases/download/v5.4.3/zulip-5.4.3-ia32.nsis.7z" @@ -120024,7 +120450,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 72869153, - "download_count": 111, + "download_count": 113, "created_at": "2020-09-09T08:58:10Z", "updated_at": "2020-09-09T09:00:23Z", "browser_download_url": "https://github.com/zulip/zulip-desktop/releases/download/v5.4.3/Zulip-5.4.3-linux-x64.zip" @@ -120058,7 +120484,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 50298192, - "download_count": 4652, + "download_count": 4858, "created_at": "2020-09-10T04:22:12Z", "updated_at": "2020-09-10T04:24:50Z", "browser_download_url": "https://github.com/zulip/zulip-desktop/releases/download/v5.4.3/zulip-5.4.3-x64.nsis.7z" @@ -120092,7 +120518,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 76728452, - "download_count": 313, + "download_count": 320, "created_at": "2020-09-09T08:49:02Z", "updated_at": "2020-09-09T08:58:10Z", "browser_download_url": "https://github.com/zulip/zulip-desktop/releases/download/v5.4.3/Zulip-5.4.3-x86_64.AppImage" @@ -120126,7 +120552,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 75699481, - "download_count": 63, + "download_count": 68, "created_at": "2020-09-09T07:21:41Z", "updated_at": "2020-09-09T07:27:29Z", "browser_download_url": "https://github.com/zulip/zulip-desktop/releases/download/v5.4.3/Zulip-5.4.3.dmg" @@ -120194,7 +120620,7 @@ "content_type": "application/zip", "state": "uploaded", "size": 73371846, - "download_count": 2707, + "download_count": 2835, "created_at": "2020-09-09T07:19:32Z", "updated_at": "2020-09-09T07:21:40Z", "browser_download_url": "https://github.com/zulip/zulip-desktop/releases/download/v5.4.3/Zulip-5.4.3.zip" @@ -120228,7 +120654,7 @@ "content_type": "application/x-msdownload", "state": "uploaded", "size": 812072, - "download_count": 4601, + "download_count": 4793, "created_at": "2020-09-10T04:27:19Z", "updated_at": "2020-09-10T04:27:28Z", "browser_download_url": "https://github.com/zulip/zulip-desktop/releases/download/v5.4.3/Zulip-Web-Setup-5.4.3.exe" @@ -120262,7 +120688,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 56070144, - "download_count": 60, + "download_count": 62, "created_at": "2020-09-09T11:08:05Z", "updated_at": "2020-09-09T11:13:15Z", "browser_download_url": "https://github.com/zulip/zulip-desktop/releases/download/v5.4.3/Zulip-Web-Setup-5.4.3.msi" @@ -120272,432 +120698,6 @@ "zipball_url": "https://api.github.com/repos/zulip/zulip-desktop/zipball/v5.4.3", "body_html": "

Security fixes:

\n

CVE-2020-24582: Escape all strings interpolated into HTML.

\n

Dependencies:

\n" }, - "latestReleaseFetchedAt": "2020-09-17T12:09:03.362Z" - }, - "zettlr": { - "latestRelease": { - "url": "https://api.github.com/repos/Zettlr/Zettlr/releases/29726744", - "assets_url": "https://api.github.com/repos/Zettlr/Zettlr/releases/29726744/assets", - "upload_url": "https://uploads.github.com/repos/Zettlr/Zettlr/releases/29726744/assets{?name,label}", - "html_url": "https://github.com/Zettlr/Zettlr/releases/tag/v1.7.5", - "id": 29726744, - "node_id": "MDc6UmVsZWFzZTI5NzI2NzQ0", - "tag_name": "v1.7.5", - "target_commitish": "master", - "name": "Release v1.7.5", - "draft": false, - "author": { - "login": "github-actions[bot]", - "id": 41898282, - "node_id": "MDM6Qm90NDE4OTgyODI=", - "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/github-actions%5Bbot%5D", - "html_url": "https://github.com/apps/github-actions", - "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", - "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", - "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", - "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", - "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", - "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", - "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", - "type": "Bot", - "site_admin": false - }, - "prerelease": false, - "created_at": "2020-08-15T08:28:26Z", - "published_at": "2020-08-15T08:46:37Z", - "assets": [ - { - "url": "https://api.github.com/repos/Zettlr/Zettlr/releases/assets/23954379", - "id": 23954379, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzOTU0Mzc5", - "name": "SHA256SUMS.txt", - "label": "", - "uploader": { - "login": "github-actions[bot]", - "id": 41898282, - "node_id": "MDM6Qm90NDE4OTgyODI=", - "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/github-actions%5Bbot%5D", - "html_url": "https://github.com/apps/github-actions", - "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", - "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", - "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", - "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", - "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", - "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", - "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", - "type": "Bot", - "site_admin": false - }, - "content_type": "text/plain", - "state": "uploaded", - "size": 622, - "download_count": 26, - "created_at": "2020-08-15T08:40:38Z", - "updated_at": "2020-08-15T08:40:38Z", - "browser_download_url": "https://github.com/Zettlr/Zettlr/releases/download/v1.7.5/SHA256SUMS.txt" - }, - { - "url": "https://api.github.com/repos/Zettlr/Zettlr/releases/assets/23954366", - "id": 23954366, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzOTU0MzY2", - "name": "Zettlr-1.7.5-amd64.deb", - "label": "", - "uploader": { - "login": "github-actions[bot]", - "id": 41898282, - "node_id": "MDM6Qm90NDE4OTgyODI=", - "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/github-actions%5Bbot%5D", - "html_url": "https://github.com/apps/github-actions", - "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", - "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", - "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", - "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", - "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", - "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", - "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", - "type": "Bot", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 68299018, - "download_count": 2064, - "created_at": "2020-08-15T08:40:28Z", - "updated_at": "2020-08-15T08:40:29Z", - "browser_download_url": "https://github.com/Zettlr/Zettlr/releases/download/v1.7.5/Zettlr-1.7.5-amd64.deb" - }, - { - "url": "https://api.github.com/repos/Zettlr/Zettlr/releases/assets/23954364", - "id": 23954364, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzOTU0MzY0", - "name": "Zettlr-1.7.5-arm64.exe", - "label": "", - "uploader": { - "login": "github-actions[bot]", - "id": 41898282, - "node_id": "MDM6Qm90NDE4OTgyODI=", - "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/github-actions%5Bbot%5D", - "html_url": "https://github.com/apps/github-actions", - "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", - "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", - "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", - "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", - "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", - "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", - "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", - "type": "Bot", - "site_admin": false - }, - "content_type": "application/x-msdownload", - "state": "uploaded", - "size": 68216136, - "download_count": 191, - "created_at": "2020-08-15T08:40:23Z", - "updated_at": "2020-08-15T08:40:25Z", - "browser_download_url": "https://github.com/Zettlr/Zettlr/releases/download/v1.7.5/Zettlr-1.7.5-arm64.exe" - }, - { - "url": "https://api.github.com/repos/Zettlr/Zettlr/releases/assets/23954377", - "id": 23954377, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzOTU0Mzc3", - "name": "Zettlr-1.7.5-i386.AppImage", - "label": "", - "uploader": { - "login": "github-actions[bot]", - "id": 41898282, - "node_id": "MDM6Qm90NDE4OTgyODI=", - "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/github-actions%5Bbot%5D", - "html_url": "https://github.com/apps/github-actions", - "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", - "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", - "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", - "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", - "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", - "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", - "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", - "type": "Bot", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 107372931, - "download_count": 113, - "created_at": "2020-08-15T08:40:32Z", - "updated_at": "2020-08-15T08:40:34Z", - "browser_download_url": "https://github.com/Zettlr/Zettlr/releases/download/v1.7.5/Zettlr-1.7.5-i386.AppImage" - }, - { - "url": "https://api.github.com/repos/Zettlr/Zettlr/releases/assets/23954378", - "id": 23954378, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzOTU0Mzc4", - "name": "Zettlr-1.7.5-x86_64.AppImage", - "label": "", - "uploader": { - "login": "github-actions[bot]", - "id": 41898282, - "node_id": "MDM6Qm90NDE4OTgyODI=", - "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/github-actions%5Bbot%5D", - "html_url": "https://github.com/apps/github-actions", - "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", - "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", - "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", - "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", - "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", - "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", - "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", - "type": "Bot", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 108408818, - "download_count": 738, - "created_at": "2020-08-15T08:40:35Z", - "updated_at": "2020-08-15T08:40:37Z", - "browser_download_url": "https://github.com/Zettlr/Zettlr/releases/download/v1.7.5/Zettlr-1.7.5-x86_64.AppImage" - }, - { - "url": "https://api.github.com/repos/Zettlr/Zettlr/releases/assets/23954367", - "id": 23954367, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzOTU0MzY3", - "name": "Zettlr-1.7.5-x86_64.rpm", - "label": "", - "uploader": { - "login": "github-actions[bot]", - "id": 41898282, - "node_id": "MDM6Qm90NDE4OTgyODI=", - "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/github-actions%5Bbot%5D", - "html_url": "https://github.com/apps/github-actions", - "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", - "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", - "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", - "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", - "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", - "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", - "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", - "type": "Bot", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 67991456, - "download_count": 817, - "created_at": "2020-08-15T08:40:30Z", - "updated_at": "2020-08-15T08:40:31Z", - "browser_download_url": "https://github.com/Zettlr/Zettlr/releases/download/v1.7.5/Zettlr-1.7.5-x86_64.rpm" - }, - { - "url": "https://api.github.com/repos/Zettlr/Zettlr/releases/assets/23954365", - "id": 23954365, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzOTU0MzY1", - "name": "Zettlr-1.7.5.dmg", - "label": "", - "uploader": { - "login": "github-actions[bot]", - "id": 41898282, - "node_id": "MDM6Qm90NDE4OTgyODI=", - "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/github-actions%5Bbot%5D", - "html_url": "https://github.com/apps/github-actions", - "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", - "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", - "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", - "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", - "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", - "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", - "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", - "type": "Bot", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 111185511, - "download_count": 5309, - "created_at": "2020-08-15T08:40:25Z", - "updated_at": "2020-08-15T08:40:27Z", - "browser_download_url": "https://github.com/Zettlr/Zettlr/releases/download/v1.7.5/Zettlr-1.7.5.dmg" - }, - { - "url": "https://api.github.com/repos/Zettlr/Zettlr/releases/assets/23954362", - "id": 23954362, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzOTU0MzYy", - "name": "Zettlr-1.7.5.exe", - "label": "", - "uploader": { - "login": "github-actions[bot]", - "id": 41898282, - "node_id": "MDM6Qm90NDE4OTgyODI=", - "avatar_url": "https://avatars2.githubusercontent.com/in/15368?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/github-actions%5Bbot%5D", - "html_url": "https://github.com/apps/github-actions", - "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", - "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", - "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", - "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", - "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", - "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", - "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", - "type": "Bot", - "site_admin": false - }, - "content_type": "application/x-msdownload", - "state": "uploaded", - "size": 137501544, - "download_count": 8074, - "created_at": "2020-08-15T08:40:20Z", - "updated_at": "2020-08-15T08:40:23Z", - "browser_download_url": "https://github.com/Zettlr/Zettlr/releases/download/v1.7.5/Zettlr-1.7.5.exe" - } - ], - "tarball_url": "https://api.github.com/repos/Zettlr/Zettlr/tarball/v1.7.5", - "zipball_url": "https://api.github.com/repos/Zettlr/Zettlr/zipball/v1.7.5", - "body_html": "

This new update for Zettlr brings another flock of bug fixes, and aims to make your experience even smoother. Read the changelog below to see exactly what's improved!

\n

Changelog

\n

GUI and Functionality

\n\n

Under the Hood

\n" - }, - "latestReleaseFetchedAt": "2020-09-17T12:09:03.440Z" - }, - "zuzu": { - "latestRelease": { - "url": "https://api.github.com/repos/AungMyoKyaw/zuzu-menubar-app/releases/9065189", - "assets_url": "https://api.github.com/repos/AungMyoKyaw/zuzu-menubar-app/releases/9065189/assets", - "upload_url": "https://uploads.github.com/repos/AungMyoKyaw/zuzu-menubar-app/releases/9065189/assets{?name,label}", - "html_url": "https://github.com/AungMyoKyaw/zuzu-menubar-app/releases/tag/v1.0.0", - "id": 9065189, - "node_id": "MDc6UmVsZWFzZTkwNjUxODk=", - "tag_name": "v1.0.0", - "target_commitish": "master", - "name": "zuzu-menubar-app", - "draft": false, - "author": { - "login": "AungMyoKyaw", - "id": 9404824, - "node_id": "MDQ6VXNlcjk0MDQ4MjQ=", - "avatar_url": "https://avatars2.githubusercontent.com/u/9404824?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/AungMyoKyaw", - "html_url": "https://github.com/AungMyoKyaw", - "followers_url": "https://api.github.com/users/AungMyoKyaw/followers", - "following_url": "https://api.github.com/users/AungMyoKyaw/following{/other_user}", - "gists_url": "https://api.github.com/users/AungMyoKyaw/gists{/gist_id}", - "starred_url": "https://api.github.com/users/AungMyoKyaw/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/AungMyoKyaw/subscriptions", - "organizations_url": "https://api.github.com/users/AungMyoKyaw/orgs", - "repos_url": "https://api.github.com/users/AungMyoKyaw/repos", - "events_url": "https://api.github.com/users/AungMyoKyaw/events{/privacy}", - "received_events_url": "https://api.github.com/users/AungMyoKyaw/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2017-12-30T10:39:41Z", - "published_at": "2017-12-30T11:09:36Z", - "assets": [ - { - "url": "https://api.github.com/repos/AungMyoKyaw/zuzu-menubar-app/releases/assets/5743767", - "id": 5743767, - "node_id": "MDEyOlJlbGVhc2VBc3NldDU3NDM3Njc=", - "name": "zuzu_MAC_1.0.0.dmg", - "label": null, - "uploader": { - "login": "AungMyoKyaw", - "id": 9404824, - "node_id": "MDQ6VXNlcjk0MDQ4MjQ=", - "avatar_url": "https://avatars2.githubusercontent.com/u/9404824?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/AungMyoKyaw", - "html_url": "https://github.com/AungMyoKyaw", - "followers_url": "https://api.github.com/users/AungMyoKyaw/followers", - "following_url": "https://api.github.com/users/AungMyoKyaw/following{/other_user}", - "gists_url": "https://api.github.com/users/AungMyoKyaw/gists{/gist_id}", - "starred_url": "https://api.github.com/users/AungMyoKyaw/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/AungMyoKyaw/subscriptions", - "organizations_url": "https://api.github.com/users/AungMyoKyaw/orgs", - "repos_url": "https://api.github.com/users/AungMyoKyaw/repos", - "events_url": "https://api.github.com/users/AungMyoKyaw/events{/privacy}", - "received_events_url": "https://api.github.com/users/AungMyoKyaw/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 49404828, - "download_count": 318, - "created_at": "2017-12-30T10:50:35Z", - "updated_at": "2017-12-30T10:59:06Z", - "browser_download_url": "https://github.com/AungMyoKyaw/zuzu-menubar-app/releases/download/v1.0.0/zuzu_MAC_1.0.0.dmg" - }, - { - "url": "https://api.github.com/repos/AungMyoKyaw/zuzu-menubar-app/releases/assets/5743812", - "id": 5743812, - "node_id": "MDEyOlJlbGVhc2VBc3NldDU3NDM4MTI=", - "name": "zuzu_WIN_1.0.0.exe", - "label": null, - "uploader": { - "login": "AungMyoKyaw", - "id": 9404824, - "node_id": "MDQ6VXNlcjk0MDQ4MjQ=", - "avatar_url": "https://avatars2.githubusercontent.com/u/9404824?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/AungMyoKyaw", - "html_url": "https://github.com/AungMyoKyaw", - "followers_url": "https://api.github.com/users/AungMyoKyaw/followers", - "following_url": "https://api.github.com/users/AungMyoKyaw/following{/other_user}", - "gists_url": "https://api.github.com/users/AungMyoKyaw/gists{/gist_id}", - "starred_url": "https://api.github.com/users/AungMyoKyaw/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/AungMyoKyaw/subscriptions", - "organizations_url": "https://api.github.com/users/AungMyoKyaw/orgs", - "repos_url": "https://api.github.com/users/AungMyoKyaw/repos", - "events_url": "https://api.github.com/users/AungMyoKyaw/events{/privacy}", - "received_events_url": "https://api.github.com/users/AungMyoKyaw/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-msdownload", - "state": "uploaded", - "size": 36810601, - "download_count": 216, - "created_at": "2017-12-30T11:03:17Z", - "updated_at": "2017-12-30T11:09:26Z", - "browser_download_url": "https://github.com/AungMyoKyaw/zuzu-menubar-app/releases/download/v1.0.0/zuzu_WIN_1.0.0.exe" - } - ], - "tarball_url": "https://api.github.com/repos/AungMyoKyaw/zuzu-menubar-app/tarball/v1.0.0", - "zipball_url": "https://api.github.com/repos/AungMyoKyaw/zuzu-menubar-app/zipball/v1.0.0", - "body_html": "" - }, - "latestReleaseFetchedAt": "2020-09-17T12:09:03.579Z" + "latestReleaseFetchedAt": "2020-09-18T00:10:34.616Z" } } \ No newline at end of file